aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-07 16:49:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-07 16:49:28 +0000
commit3ab39b26ce27f177ac50f27d7541e683fca23638 (patch)
treeff44623b984b5f6b599b151f573539ec138ba5be
parentab81527fd8a7eb6b8d77e76e495d1ec48b0822e7 (diff)
downloadperl-URPM-3ab39b26ce27f177ac50f27d7541e683fca23638.tar
perl-URPM-3ab39b26ce27f177ac50f27d7541e683fca23638.tar.gz
perl-URPM-3ab39b26ce27f177ac50f27d7541e683fca23638.tar.bz2
perl-URPM-3ab39b26ce27f177ac50f27d7541e683fca23638.tar.xz
perl-URPM-3ab39b26ce27f177ac50f27d7541e683fca23638.zip
- do allow to promoting a pkg even if it has unsatisfied require (since the
code will then fix the unsatisfied require). fixes "big transaction" (cf urpmi split-transactions--strict-require.t test_efgh()) this code was introduced long ago (*), the code has changed quite a lot, and it's hard to tell for which reason it was introduced. Maybe the check "obsoletes_overlap" replaces it for good? (*) in "r11064 | fpons | 2002-06-13", search for "try if upgrading the package will be satisfying all the requires"
-rw-r--r--NEWS5
-rw-r--r--URPM/Resolve.pm12
2 files changed, 5 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 9edc350..acce1cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
+- do allow to promoting a pkg even if it has unsatisfied require (since the
+ code will then fix the unsatisfied require). fixes "big transaction"
+ (cf urpmi split-transactions--strict-require.t test_efgh())
+
Version 3.12 -
+
- rpm5.org port done (by Per Øyvind Karlsen)
Version 3.11 - 26 February 2008, by Pascal "Pixel" Rigaux
diff --git a/URPM/Resolve.pm b/URPM/Resolve.pm
index 3619c62..3d3c3f8 100644
--- a/URPM/Resolve.pm
+++ b/URPM/Resolve.pm
@@ -1078,14 +1078,6 @@ sub _compute_diff_provides_of_removed_pkg {
}
}
-sub _no_unsatisfied_requires {
- my ($urpm, $db, $state, $pkg, $n) = @_;
-
- my @l = unsatisfied_requires($urpm, $db, $state, $pkg, name => $n);
- @l and $urpm->{debug_URPM}(" (not promoting " . $pkg->fullname . " because of @l)") if $urpm->{debug_URPM};
- @l == 0;
-}
-
#- side-effects: none
sub _find_packages_obsoleting {
my ($urpm, $state, $p) = @_;
@@ -1117,14 +1109,10 @@ sub _handle_diff_provides {
grep { ($_->name eq $p->name ? $_->fullname ne $p->fullname :
$_->obsoletes_overlap($p->name . " == " . $p->epoch . ":" . $p->version . "-" . $p->release))
&& (!strict_arch($urpm) || strict_arch_check($p, $_))
- && _no_unsatisfied_requires($urpm, $db, $state, $_, $n)
} @packages;
if (!@packages) {
@packages = _find_packages_obsoleting($urpm, $state, $p);
- @packages = grep {
- _no_unsatisfied_requires($urpm, $db, $state, $_, $n);
- } @packages;
}
if (@packages) {
ass='add' style='width: 37.3%;'/> -rw-r--r--perl-install/share/po/gl.po11917
-rw-r--r--perl-install/share/po/he.po11622
-rw-r--r--perl-install/share/po/hi.po12243
-rw-r--r--perl-install/share/po/hr.po11242
-rw-r--r--perl-install/share/po/id.po11445
-rw-r--r--perl-install/share/po/is.po11136
-rw-r--r--perl-install/share/po/ko.po10971
-rw-r--r--perl-install/share/po/ky.po11816
-rw-r--r--perl-install/share/po/lt.po10951
-rw-r--r--perl-install/share/po/ltg.po11282
-rw-r--r--perl-install/share/po/lv.po11121
-rw-r--r--perl-install/share/po/mk.po11587
-rw-r--r--perl-install/share/po/mn.po10882
-rw-r--r--perl-install/share/po/ms.po13058
-rw-r--r--perl-install/share/po/mt.po15855
-rw-r--r--perl-install/share/po/nn.po11456
-rw-r--r--perl-install/share/po/pt_BR.po14295
-rw-r--r--perl-install/share/po/ro.po11129
-rw-r--r--perl-install/share/po/ru.po11895
-rw-r--r--perl-install/share/po/sk.po12497
-rw-r--r--perl-install/share/po/sl.po13101
-rw-r--r--perl-install/share/po/sq.po11774
-rw-r--r--perl-install/share/po/sr.po11619
-rw-r--r--perl-install/share/po/sr@Latn.po11431
-rw-r--r--perl-install/share/po/ta.po11207
-rw-r--r--perl-install/share/po/tg.po14994
-rw-r--r--perl-install/share/po/th.po10994
-rw-r--r--perl-install/share/po/tl.po14723
-rw-r--r--perl-install/share/po/tr.po11556
-rw-r--r--perl-install/share/po/vi.po13499
-rw-r--r--perl-install/share/po/wa.po14807
-rw-r--r--perl-install/share/po/zh_CN.po11791
39 files changed, 270965 insertions, 204143 deletions
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
index fea2a12fd..5d319f73d 100644
--- a/perl-install/share/po/de.po
+++ b/perl-install/share/po/de.po
@@ -1,28 +1,94 @@
+# translation of de.po to Deutsch
# translation of DrakX-de.po to german
-# translation of DrakX-de.po to german.
# german translation of the MandrakeInstaller.
# Copyright (C) 2000-2003 MandrakeSoft S.A.
# Stefan Siegel <siegel@linux-mandrake.com>, 2000, 2001, 2002, 2003.
-# Ronny Standtke <Ronny.Standtke@gmx.de>, 2003.
# Sebastian Deutscher <sebastian_deutscher@web.de>, 2003,2004.
# Gerhard Ortner <gerhard.ortner@aon.at>, 2003, 2004.
# Roy Steuber <roysteuber@mittweida-net.de>, 2004.
# Marcus Fischer <i18n@marcusfischer.com>, 2004.
# Frank Köster <frank@dueppel13.de>, 2004.
-#
-#
+# Ronny Standtke <Ronny.Standtke@gmx.de>, 2003, 2004.
msgid ""
msgstr ""
"Project-Id-Version: DrakX-de\n"
-"POT-Creation-Date: 2004-06-14 15:48+0200\n"
-"PO-Revision-Date: 2004-06-02 00:09+0100\n"
-"Last-Translator: Frank Köster <frank@dueppel13.de>\n"
-"Language-Team: <I18n-mdk-de@codershome.org>\n"
+"POT-Creation-Date: 2004-10-07 21:57+0200\n"
+"PO-Revision-Date: 2004-09-23 22:37+0200\n"
+"Last-Translator: Ronny Standtke <Ronny.Standtke@gmx.de>\n"
+"Language-Team: Deutsch <de@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.3\n"
-#: ../move/move.pm:402
+#: ../move/move.pm:292
+#, c-format
+msgid "Which USB key do you want to format?"
+msgstr "Welchen USB Key wollen Sie formatieren?"
+
+#: ../move/move.pm:296
+#, c-format
+msgid ""
+"You are about to format a USB device \"%s\". This will delete all data on "
+"it.\n"
+"Make sure that the selected device is the USB key you want to format. \n"
+"We advise you to unplug all other USB storage devices while doing this "
+"operation."
+msgstr ""
+"Sie wollen das USB-Gerät „%s“ formatieren. Das wird alle darauf befindlichen "
+"Daten löschen.\n"
+"Stellen Sie sicher, dass das ausgewählte Gerät der USB-Key ist, den Sie "
+"formatieren möchten.\n"
+"Wir raten Ihnen, alle anderen USB-Speicher-Geräte während dieser Operation "
+"abzuziehen."
+
+#: ../move/move.pm:448 ../move/move.pm:460
+#, c-format
+msgid "Key isn't writable"
+msgstr "USB-Stick ist nicht beschreibbar"
+
+#: ../move/move.pm:450
+#, c-format
+msgid ""
+"The USB key seems to have write protection enabled. Please\n"
+"unplug it, remove write protection, and then plug it again."
+msgstr ""
+"Der Schreibschutz des USB-Sticks scheint aktiv zu sein. Deaktivieren Sie \n"
+"den Schreibschutz und stecken Sie den USB-Stick wieder rein."
+
+#: ../move/move.pm:452
+#, c-format
+msgid "Retry"
+msgstr "Wiederholen"
+
+#: ../move/move.pm:453 ../move/move.pm:497
+#, c-format
+msgid "Continue without USB key"
+msgstr "Ohne USB-Stick fortfahren"
+
+#: ../move/move.pm:462
+#, c-format
+msgid ""
+"The USB key seems to have write protection enabled, but we can't safely\n"
+"unplug it now.\n"
+"\n"
+"\n"
+"Click the button to reboot the machine, unplug it, remove write protection,\n"
+"plug the key again, and launch Mandrake Move again."
+msgstr ""
+"Der Schreibschutz des USB-Sticks scheint aktiv zu sein, aber das sichere\n"
+"Entfernen ist jetzt nicht möglich.\n"
+"\n"
+"\n"
+"Starten Sie den Rechner neu, entfernen Sie den USB-Stick, deaktivieren Sie\n"
+"den Schreibschutz und starten Sie Mandrake Move erneut."
+
+#: ../move/move.pm:468 help.pm:409 install_steps_interactive.pm:1353
+#, c-format
+msgid "Reboot"
+msgstr "Neustart"
+
+#: ../move/move.pm:473
#, c-format
msgid ""
"Your USB key doesn't have any valid Windows (FAT) partitions.\n"
@@ -47,7 +113,7 @@ msgstr ""
"Sie können dann Mandrake Move immernoch als normales\n"
"Mandrake Betriebssystem nutzen."
-#: ../move/move.pm:412
+#: ../move/move.pm:483
#, c-format
msgid ""
"We didn't detect any USB key on your system. If you\n"
@@ -74,147 +140,101 @@ msgstr ""
"Sie können dann Mandrake Move immernoch als normales\n"
"Mandrake Betriebssystem nutzen."
-#: ../move/move.pm:423
+#: ../move/move.pm:494
#, c-format
msgid "Need a key to save your data"
msgstr "Brauche einen USB-Stick, um Ihre Daten zu speichern"
-#: ../move/move.pm:425
+#: ../move/move.pm:496
#, c-format
msgid "Detect USB key again"
msgstr "Nochmal nach USB-Stick suchen"
-#: ../move/move.pm:426 ../move/move.pm:456
-#, c-format
-msgid "Continue without USB key"
-msgstr "Ohne USB-Stick fortfahren"
-
-#: ../move/move.pm:437 ../move/move.pm:451
-#, c-format
-msgid "Key isn't writable"
-msgstr "USB-Stick ist nicht beschreibbar"
-
-#: ../move/move.pm:439
-#, c-format
-msgid ""
-"The USB key seems to have write protection enabled, but we can't safely\n"
-"unplug it now.\n"
-"\n"
-"\n"
-"Click the button to reboot the machine, unplug it, remove write protection,\n"
-"plug the key again, and launch Mandrake Move again."
-msgstr ""
-"Der Schreibschutz des USB-Sticks scheint aktiv zu sein, aber das sichere\n"
-"Entfernen ist jetzt nicht möglich.\n"
-"\n"
-"\n"
-"Starten Sie den Rechner neu, entfernen Sie den USB-Stick, deaktivieren Sie\n"
-"den Schreibschutz und starten Sie Mandrake Move erneut."
-
-#: ../move/move.pm:445 help.pm:418 install_steps_interactive.pm:1306
-#, c-format
-msgid "Reboot"
-msgstr "Neustart"
-
-#: ../move/move.pm:453
-#, c-format
-msgid ""
-"The USB key seems to have write protection enabled. Please\n"
-"unplug it, remove write protection, and then plug it again."
-msgstr ""
-"Der Schreibschutz des USB-Sticks scheint aktiv zu sein. Deaktivieren Sie \n"
-"den Schreibschutz und stecken Sie den USB-Stick wieder rein."
-
-#: ../move/move.pm:455
-#, c-format
-msgid "Retry"
-msgstr "Wiederholen"
-
-#: ../move/move.pm:466
+#: ../move/move.pm:517
#, c-format
msgid "Setting up USB key"
msgstr "USB-Stick einrichten"
-#: ../move/move.pm:466
+#: ../move/move.pm:517
#, c-format
msgid "Please wait, setting up system configuration files on USB key..."
msgstr "Bitte warten, schreibe Systemkonfiguration auf den USB-Stick..."
-#: ../move/move.pm:488
+#: ../move/move.pm:546
#, c-format
msgid "Enter your user information, password will be used for screensaver"
msgstr ""
"Geben Sie Ihre Benutzer-Information ein, das Passwort wird für den "
"Bildschirmschoner benutzt."
-#: ../move/move.pm:498
+#: ../move/move.pm:556
#, c-format
msgid "Auto configuration"
msgstr "Automatische Konfiguration"
-#: ../move/move.pm:498
+#: ../move/move.pm:556
#, c-format
msgid "Please wait, detecting and configuring devices..."
msgstr "Bitte warten, erkenne und konfiguriere Geräte..."
-#: ../move/move.pm:545 ../move/move.pm:601 ../move/move.pm:605
-#: ../move/tree/mdk_totem:86 diskdrake/dav.pm:77 diskdrake/hd_gtk.pm:117
-#: diskdrake/interactive.pm:220 diskdrake/interactive.pm:233
-#: diskdrake/interactive.pm:374 diskdrake/interactive.pm:389
-#: diskdrake/interactive.pm:510 diskdrake/interactive.pm:515
-#: diskdrake/smbnfs_gtk.pm:42 fsedit.pm:262 install_steps.pm:82
-#: install_steps_interactive.pm:40 interactive/http.pm:118
-#: interactive/http.pm:119 network/netconnect.pm:936 network/netconnect.pm:939
-#: network/netconnect.pm:984 network/netconnect.pm:988
-#: network/netconnect.pm:1055 network/netconnect.pm:1105
-#: network/netconnect.pm:1110 network/netconnect.pm:1125
-#: network/netconnect.pm:1333 printer/printerdrake.pm:213
-#: printer/printerdrake.pm:220 printer/printerdrake.pm:245
-#: printer/printerdrake.pm:393 printer/printerdrake.pm:398
-#: printer/printerdrake.pm:411 printer/printerdrake.pm:421
-#: printer/printerdrake.pm:1067 printer/printerdrake.pm:1114
-#: printer/printerdrake.pm:1151 printer/printerdrake.pm:1195
-#: printer/printerdrake.pm:1199 printer/printerdrake.pm:1213
-#: printer/printerdrake.pm:1303 printer/printerdrake.pm:1383
-#: printer/printerdrake.pm:1387 printer/printerdrake.pm:1391
-#: printer/printerdrake.pm:1440 printer/printerdrake.pm:1497
-#: printer/printerdrake.pm:1501 printer/printerdrake.pm:1515
-#: printer/printerdrake.pm:1625 printer/printerdrake.pm:1629
-#: printer/printerdrake.pm:1666 printer/printerdrake.pm:1731
-#: printer/printerdrake.pm:1749 printer/printerdrake.pm:1758
-#: printer/printerdrake.pm:1767 printer/printerdrake.pm:1778
-#: printer/printerdrake.pm:1840 printer/printerdrake.pm:2285
-#: printer/printerdrake.pm:2551 printer/printerdrake.pm:2557
-#: printer/printerdrake.pm:3010 printer/printerdrake.pm:3014
-#: printer/printerdrake.pm:3018 printer/printerdrake.pm:3421
-#: printer/printerdrake.pm:3664 printer/printerdrake.pm:3677
-#: printer/printerdrake.pm:3817 printer/printerdrake.pm:3909
-#: standalone/drakTermServ:404 standalone/drakTermServ:758
-#: standalone/drakTermServ:765 standalone/drakTermServ:960
-#: standalone/drakTermServ:1430 standalone/drakTermServ:1435
-#: standalone/drakTermServ:1442 standalone/drakTermServ:1453
-#: standalone/drakTermServ:1475 standalone/drakauth:36
-#: standalone/drakbackup:511 standalone/drakbackup:625
-#: standalone/drakbackup:1118 standalone/drakbackup:1151
-#: standalone/drakbackup:1644 standalone/drakbackup:1807
-#: standalone/drakbackup:2419 standalone/drakbackup:4084
-#: standalone/drakbackup:4304 standalone/drakboot:255 standalone/drakbug:267
-#: standalone/drakbug:286 standalone/drakbug:292 standalone/drakconnect:621
-#: standalone/drakconnect:624 standalone/drakconnect:645
-#: standalone/drakfloppy:302 standalone/drakfloppy:306
-#: standalone/drakfloppy:312 standalone/drakfont:210 standalone/drakfont:223
-#: standalone/drakfont:259 standalone/drakfont:600 standalone/draksplash:21
-#: standalone/drakxtv:105 standalone/logdrake:170 standalone/logdrake:467
-#: standalone/logdrake:472 standalone/scannerdrake:58
-#: standalone/scannerdrake:200 standalone/scannerdrake:259
-#: standalone/scannerdrake:688 standalone/scannerdrake:699
-#: standalone/scannerdrake:838 standalone/scannerdrake:849
-#: standalone/scannerdrake:919 wizards.pm:95 wizards.pm:99 wizards.pm:121
+#: ../move/move.pm:604 ../move/move.pm:660 ../move/move.pm:664
+#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:116 diskdrake/interactive.pm:223
+#: diskdrake/interactive.pm:236 diskdrake/interactive.pm:377
+#: diskdrake/interactive.pm:392 diskdrake/interactive.pm:515
+#: diskdrake/interactive.pm:520 diskdrake/smbnfs_gtk.pm:42 fsedit.pm:167
+#: install_steps.pm:82 install_steps_interactive.pm:38 interactive/http.pm:117
+#: interactive/http.pm:118 network/netconnect.pm:995 network/netconnect.pm:999
+#: network/netconnect.pm:1004 network/netconnect.pm:1045
+#: network/netconnect.pm:1049 network/netconnect.pm:1187
+#: network/netconnect.pm:1192 network/netconnect.pm:1210
+#: network/netconnect.pm:1393 printer/printerdrake.pm:238
+#: printer/printerdrake.pm:245 printer/printerdrake.pm:270
+#: printer/printerdrake.pm:416 printer/printerdrake.pm:421
+#: printer/printerdrake.pm:434 printer/printerdrake.pm:444
+#: printer/printerdrake.pm:508 printer/printerdrake.pm:1182
+#: printer/printerdrake.pm:1229 printer/printerdrake.pm:1266
+#: printer/printerdrake.pm:1310 printer/printerdrake.pm:1314
+#: printer/printerdrake.pm:1328 printer/printerdrake.pm:1418
+#: printer/printerdrake.pm:1498 printer/printerdrake.pm:1502
+#: printer/printerdrake.pm:1506 printer/printerdrake.pm:1555
+#: printer/printerdrake.pm:1612 printer/printerdrake.pm:1616
+#: printer/printerdrake.pm:1630 printer/printerdrake.pm:1740
+#: printer/printerdrake.pm:1744 printer/printerdrake.pm:1781
+#: printer/printerdrake.pm:1846 printer/printerdrake.pm:1864
+#: printer/printerdrake.pm:1873 printer/printerdrake.pm:1882
+#: printer/printerdrake.pm:1893 printer/printerdrake.pm:1955
+#: printer/printerdrake.pm:2408 printer/printerdrake.pm:2672
+#: printer/printerdrake.pm:2678 printer/printerdrake.pm:3188
+#: printer/printerdrake.pm:3192 printer/printerdrake.pm:3196
+#: printer/printerdrake.pm:3606 printer/printerdrake.pm:3846
+#: printer/printerdrake.pm:3866 printer/printerdrake.pm:3942
+#: printer/printerdrake.pm:4007 printer/printerdrake.pm:4123
+#: standalone/drakTermServ:379 standalone/drakTermServ:731
+#: standalone/drakTermServ:738 standalone/drakTermServ:933
+#: standalone/drakTermServ:1403 standalone/drakTermServ:1408
+#: standalone/drakTermServ:1415 standalone/drakTermServ:1426
+#: standalone/drakTermServ:1447 standalone/drakauth:37
+#: standalone/drakbackup:512 standalone/drakbackup:626
+#: standalone/drakbackup:1128 standalone/drakbackup:1161
+#: standalone/drakbackup:1665 standalone/drakbackup:1821
+#: standalone/drakbackup:2416 standalone/drakbackup:4105
+#: standalone/drakbackup:4325 standalone/drakbug:235 standalone/drakbug:254
+#: standalone/drakbug:260 standalone/drakclock:125 standalone/drakconnect:648
+#: standalone/drakconnect:651 standalone/drakconnect:670
+#: standalone/drakfloppy:297 standalone/drakfloppy:301
+#: standalone/drakfloppy:307 standalone/drakfont:210 standalone/drakfont:223
+#: standalone/drakfont:259 standalone/drakfont:604 standalone/draksplash:21
+#: standalone/draksplash:501 standalone/drakxtv:107 standalone/logdrake:169
+#: standalone/logdrake:437 standalone/logdrake:442 standalone/scannerdrake:59
+#: standalone/scannerdrake:196 standalone/scannerdrake:255
+#: standalone/scannerdrake:684 standalone/scannerdrake:695
+#: standalone/scannerdrake:834 standalone/scannerdrake:845
+#: standalone/scannerdrake:915 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Fehler"
-#: ../move/move.pm:546 install_steps.pm:83
+#: ../move/move.pm:605 install_steps.pm:83
#, c-format
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
@@ -223,12 +243,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!"
-#: ../move/move.pm:601 install_steps_interactive.pm:40
+#: ../move/move.pm:660 install_steps_interactive.pm:38
#, c-format
msgid "An error occurred"
msgstr "Ein Fehler ist aufgetreten"
-#: ../move/move.pm:607
+#: ../move/move.pm:666
#, c-format
msgid ""
"An error occurred:\n"
@@ -263,32 +283,39 @@ msgstr ""
"sogar die Log-Dateien in den Konsolen #3 und #4 einsehen,\n"
"um Schlussfolgerungen zu ziehen."
-#: ../move/move.pm:622
+#: ../move/move.pm:681
#, c-format
msgid "Remove system config files"
msgstr "System-Konfigurations-Dateien entfernen"
-#: ../move/move.pm:623
+#: ../move/move.pm:682
#, c-format
msgid "Simply reboot"
msgstr "Einfach neustarten"
-#: ../move/tree/mdk_totem:60
+#: ../move/tree/mdk_totem:50 ../move/tree/mdk_totem:96
#, c-format
msgid "You can only run with no CDROM support"
msgstr "Sie können nur ohne CD-ROM-Unterstützung fortfahren"
-#: ../move/tree/mdk_totem:81
+#: ../move/tree/mdk_totem:71
#, c-format
msgid "Kill those programs"
msgstr "Diese Programme beenden"
-#: ../move/tree/mdk_totem:82
+#: ../move/tree/mdk_totem:72
#, c-format
msgid "No CDROM support"
msgstr "Keine CDROM-Unterstützung"
-#: ../move/tree/mdk_totem:87
+#: ../move/tree/mdk_totem:76 diskdrake/hd_gtk.pm:95
+#: diskdrake/interactive.pm:1005 diskdrake/interactive.pm:1015
+#: diskdrake/interactive.pm:1068
+#, c-format
+msgid "Read carefully!"
+msgstr "Lesen Sie bitte aufmerksam!"
+
+#: ../move/tree/mdk_totem:77
#, c-format
msgid ""
"You can't use another CDROM when the following programs are running: \n"
@@ -348,22 +375,22 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB oder mehr"
-#: Xconfig/card.pm:151
+#: Xconfig/card.pm:155
#, c-format
msgid "X server"
msgstr "X-Server"
-#: Xconfig/card.pm:152
+#: Xconfig/card.pm:156
#, c-format
msgid "Choose an X server"
msgstr "Wählen Sie einen X-Server"
-#: Xconfig/card.pm:184
+#: Xconfig/card.pm:188
#, c-format
msgid "Multi-head configuration"
msgstr "Multi-Monitor-Konfiguration"
-#: Xconfig/card.pm:185
+#: Xconfig/card.pm:189
#, c-format
msgid ""
"Your system supports multiple head configuration.\n"
@@ -372,81 +399,81 @@ msgstr ""
"Ihr System unterstützt die gleichzeitige Verwendung mehrerer Monitore.\n"
"Was wollen Sie machen?"
-#: Xconfig/card.pm:251
+#: Xconfig/card.pm:255
#, c-format
-msgid "Can't install XFree package: %s"
-msgstr "Kann XFree Paket nicht installieren: %s"
+msgid "Can't install Xorg package: %s"
+msgstr "Kann Xorg Paket nicht installieren: %s"
-#: Xconfig/card.pm:261
+#: Xconfig/card.pm:265
#, c-format
msgid "Select the memory size of your graphics card"
msgstr "Wählen Sie die Speichergröße Ihrer Grafikkarte"
-#: Xconfig/card.pm:332
+#: Xconfig/card.pm:352
#, c-format
-msgid "XFree configuration"
-msgstr "XFree konfigurieren"
+msgid "Xorg configuration"
+msgstr "Xorg konfigurieren"
-#: Xconfig/card.pm:334
+#: Xconfig/card.pm:354
#, c-format
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Welche XFree-Konfiguration wollen Sie verwenden?"
+msgid "Which configuration of Xorg do you want to have?"
+msgstr "Welche Xorg-Konfiguration wollen Sie verwenden?"
-#: Xconfig/card.pm:367
+#: Xconfig/card.pm:387
#, c-format
msgid "Configure all heads independently"
msgstr "Alle Monitore getrennt konfigurieren"
-#: Xconfig/card.pm:368
+#: Xconfig/card.pm:388
#, c-format
msgid "Use Xinerama extension"
msgstr "Xinerama-Erweiterung verwenden"
-#: Xconfig/card.pm:373
+#: Xconfig/card.pm:393
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Nur Karte „%s“ (%s) konfigurieren"
-#: Xconfig/card.pm:385 Xconfig/various.pm:23
+#: Xconfig/card.pm:405 Xconfig/various.pm:23
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Xorg %s"
+msgstr "Xorg %s"
-#: Xconfig/card.pm:392 Xconfig/various.pm:22
+#: Xconfig/card.pm:412 Xconfig/various.pm:22
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s mit 3D-Hardwarebeschleunigung"
+msgid "Xorg %s with 3D hardware acceleration"
+msgstr "Xorg %s mit 3D-Hardwarebeschleunigung"
-#: Xconfig/card.pm:394
+#: Xconfig/card.pm:414
#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Ihre Grafikkarte kann mit XFree %s 3D-hardwarebeschleunigt werden."
+msgid "Your card can have 3D hardware acceleration support with Xorg %s."
+msgstr "Ihre Grafikkarte kann mit Xorg %s 3D-hardwarebeschleunigt werden."
-#: Xconfig/card.pm:400
+#: Xconfig/card.pm:420
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s mit EXPERIMENTELLER 3D-Hardwarebeschleunigung"
+msgid "Xorg %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "Xorg %s mit EXPERIMENTELLER 3D-Hardwarebeschleunigung"
-#: Xconfig/card.pm:402
+#: Xconfig/card.pm:422
#, c-format
msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
+"Your card can have 3D hardware acceleration support with Xorg %s,\n"
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
msgstr ""
"Ihre Karte kann 3D-hardwarebeschleunigt werden, allerdings nur mit \n"
-"XFree %s. BEMERKUNG: DIESE FUNKTION IST NOCH IM EXPERIMENTIER-\n"
+"Xorg %s. BEMERKUNG: DIESE FUNKTION IST NOCH IM EXPERIMENTIER-\n"
"STADIUM UND KANN ZUM STEHENBLEIBEN IHRES RECHNERS FÜHREN."
-#: Xconfig/main.pm:90 Xconfig/main.pm:91 Xconfig/monitor.pm:112 any.pm:833
+#: Xconfig/main.pm:90 Xconfig/main.pm:91 Xconfig/monitor.pm:116 any.pm:912
#, c-format
msgid "Custom"
msgstr "Benutzerdefiniert"
-#: Xconfig/main.pm:115 diskdrake/dav.pm:28 help.pm:14
-#: install_steps_interactive.pm:83 printer/printerdrake.pm:608
-#: printer/printerdrake.pm:4076 standalone/draksplash:120
-#: standalone/harddrake2:194 standalone/logdrake:175
-#: standalone/scannerdrake:450
+#: Xconfig/main.pm:115 diskdrake/dav.pm:26 help.pm:14
+#: install_steps_interactive.pm:88 printer/printerdrake.pm:712
+#: printer/printerdrake.pm:3937 printer/printerdrake.pm:4382
+#: standalone/draksplash:120 standalone/harddrake2:265 standalone/logdrake:174
+#: standalone/net_applet:160 standalone/scannerdrake:446
#, c-format
msgid "Quit"
msgstr "Verlassen"
@@ -456,12 +483,12 @@ msgstr "Verlassen"
msgid "Graphic Card"
msgstr "Grafikkarte"
-#: Xconfig/main.pm:120 Xconfig/monitor.pm:106
+#: Xconfig/main.pm:120 Xconfig/monitor.pm:110
#, c-format
msgid "Monitor"
msgstr "Monitor"
-#: Xconfig/main.pm:123 Xconfig/resolution_and_depth.pm:217
+#: Xconfig/main.pm:123 Xconfig/resolution_and_depth.pm:222
#, c-format
msgid "Resolution"
msgstr "Auflösung"
@@ -471,14 +498,19 @@ msgstr "Auflösung"
msgid "Test"
msgstr "Test"
-#: Xconfig/main.pm:133 diskdrake/dav.pm:67 diskdrake/interactive.pm:415
-#: diskdrake/removable.pm:25 diskdrake/smbnfs_gtk.pm:80
-#: standalone/drakfont:494 standalone/drakfont:554 standalone/harddrake2:191
+#: Xconfig/main.pm:133 diskdrake/dav.pm:65 diskdrake/interactive.pm:418
+#: diskdrake/removable.pm:24 diskdrake/smbnfs_gtk.pm:80
+#: standalone/drakfont:494 standalone/drakfont:556 standalone/harddrake2:262
#, c-format
msgid "Options"
msgstr "Optionen"
-#: Xconfig/main.pm:177
+#: Xconfig/main.pm:167
+#, c-format
+msgid "Your Xorg configuration file is broken, we will ignore it."
+msgstr "Ihre Xorg-Konfigurationsdatei ist kaputt und wird ignoriert."
+
+#: Xconfig/main.pm:184
#, c-format
msgid ""
"Keep the changes?\n"
@@ -491,38 +523,38 @@ msgstr ""
"\n"
"%s"
-#: Xconfig/monitor.pm:107
-#, fuzzy, c-format
+#: Xconfig/monitor.pm:111
+#, c-format
msgid "Choose a monitor for head #%d"
-msgstr "Wählen Sie Ihren Monitor"
+msgstr "Wählen Sie Ihren Monitor #%d"
-#: Xconfig/monitor.pm:107
+#: Xconfig/monitor.pm:111
#, c-format
msgid "Choose a monitor"
msgstr "Wählen Sie Ihren Monitor"
-#: Xconfig/monitor.pm:113
+#: Xconfig/monitor.pm:117
#, c-format
msgid "Plug'n Play"
msgstr "Plug'n'Play"
-#: Xconfig/monitor.pm:114 mouse.pm:49
+#: Xconfig/monitor.pm:118 mouse.pm:49
#, c-format
msgid "Generic"
msgstr "Generisch"
-#: Xconfig/monitor.pm:115 standalone/drakconnect:569 standalone/harddrake2:73
-#: standalone/harddrake2:74
+#: Xconfig/monitor.pm:119 standalone/drakconnect:567 standalone/harddrake2:49
+#: standalone/harddrake2:83
#, c-format
msgid "Vendor"
msgstr "Hersteller"
-#: Xconfig/monitor.pm:125
+#: Xconfig/monitor.pm:129
#, c-format
msgid "Plug'n Play probing failed. Please select the correct monitor"
msgstr "Das Plug'n'Play-Testen schlug fehl. Bitte wählen Sie einen Monitor."
-#: Xconfig/monitor.pm:130
+#: Xconfig/monitor.pm:134
#, c-format
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
@@ -544,12 +576,12 @@ msgstr ""
"könnten. Im Zweifelsfall wählen Sie bitte eine konservativere \n"
"Einstellung."
-#: Xconfig/monitor.pm:137
+#: Xconfig/monitor.pm:141
#, c-format
msgid "Horizontal refresh rate"
msgstr "Horizontale Wiederholfrequenz"
-#: Xconfig/monitor.pm:138
+#: Xconfig/monitor.pm:142
#, c-format
msgid "Vertical refresh rate"
msgstr "Vertikale Wiederholfrequenz"
@@ -574,58 +606,60 @@ msgstr "65.000 Farben (16 Bit)"
msgid "16 million colors (24 bits)"
msgstr "16 Millionen Farben (24 Bit)"
-#: Xconfig/resolution_and_depth.pm:130
+#: Xconfig/resolution_and_depth.pm:135
#, c-format
msgid "Resolutions"
msgstr "Auflösungen"
-#: Xconfig/resolution_and_depth.pm:264
+#: Xconfig/resolution_and_depth.pm:270
#, c-format
msgid "Choose the resolution and the color depth"
msgstr "Wählen Sie bitte Auflösung und Farbtiefe"
-#: Xconfig/resolution_and_depth.pm:265
+#: Xconfig/resolution_and_depth.pm:271
#, c-format
msgid "Graphics card: %s"
msgstr "Grafikkarte: %s"
-#: Xconfig/resolution_and_depth.pm:278 interactive.pm:403
-#: interactive/gtk.pm:760 interactive/http.pm:103 interactive/http.pm:157
-#: interactive/newt.pm:308 interactive/newt.pm:410 interactive/stdio.pm:39
+#: Xconfig/resolution_and_depth.pm:284 interactive.pm:403
+#: interactive/gtk.pm:766 interactive/http.pm:103 interactive/http.pm:156
+#: interactive/newt.pm:317 interactive/newt.pm:419 interactive/stdio.pm:39
#: interactive/stdio.pm:142 interactive/stdio.pm:143 interactive/stdio.pm:172
-#: standalone/drakbackup:3941 standalone/drakbackup:4001
-#: standalone/drakbackup:4045 standalone/drakconnect:165
-#: standalone/drakconnect:799 standalone/drakconnect:886
-#: standalone/drakconnect:985 standalone/drakups:194
-#: standalone/net_monitor:307 ugtk2.pm:413 ugtk2.pm:510 ugtk2.pm:1084
-#: ugtk2.pm:1107
+#: standalone/drakTermServ:201 standalone/drakTermServ:474
+#: standalone/drakbackup:3962 standalone/drakbackup:4022
+#: standalone/drakbackup:4066 standalone/drakconnect:165
+#: standalone/drakconnect:850 standalone/drakconnect:937
+#: standalone/drakconnect:1036 standalone/drakfont:577 standalone/drakroam:388
+#: standalone/drakups:208 standalone/net_monitor:345 ugtk2.pm:417 ugtk2.pm:515
+#: ugtk2.pm:1122 ugtk2.pm:1145
#, c-format
msgid "Ok"
msgstr "OK"
-#: Xconfig/resolution_and_depth.pm:278 any.pm:883 diskdrake/smbnfs_gtk.pm:81
-#: help.pm:197 help.pm:457 install_steps_gtk.pm:490
-#: install_steps_interactive.pm:775 interactive.pm:404 interactive/gtk.pm:764
-#: interactive/http.pm:104 interactive/http.pm:161 interactive/newt.pm:307
-#: interactive/newt.pm:414 interactive/stdio.pm:39 interactive/stdio.pm:142
-#: interactive/stdio.pm:176 printer/printerdrake.pm:3088
-#: standalone/drakautoinst:217 standalone/drakbackup:3871
-#: standalone/drakbackup:3929 standalone/drakconnect:164
-#: standalone/drakconnect:884 standalone/drakconnect:984
-#: standalone/drakfont:663 standalone/drakfont:740 standalone/drakups:201
-#: standalone/logdrake:175 standalone/net_monitor:303 ugtk2.pm:407
-#: ugtk2.pm:508 ugtk2.pm:517 ugtk2.pm:1084
+#: Xconfig/resolution_and_depth.pm:284 diskdrake/smbnfs_gtk.pm:81 help.pm:89
+#: help.pm:444 install_steps_gtk.pm:458 install_steps_interactive.pm:412
+#: install_steps_interactive.pm:840 interactive.pm:404 interactive/gtk.pm:770
+#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:316
+#: interactive/newt.pm:423 interactive/stdio.pm:39 interactive/stdio.pm:142
+#: interactive/stdio.pm:176 printer/printerdrake.pm:3266
+#: standalone/drakautoinst:217 standalone/drakbackup:3888
+#: standalone/drakbackup:3892 standalone/drakbackup:3950
+#: standalone/drakconnect:164 standalone/drakconnect:935
+#: standalone/drakconnect:1035 standalone/drakfont:667 standalone/drakfont:744
+#: standalone/drakups:215 standalone/logdrake:174 standalone/net_monitor:344
+#: ugtk2.pm:411 ugtk2.pm:513 ugtk2.pm:522 ugtk2.pm:1122
#, c-format
msgid "Cancel"
msgstr "Abbrechen"
-#: Xconfig/resolution_and_depth.pm:278 diskdrake/hd_gtk.pm:154
-#: install_steps_gtk.pm:269 install_steps_gtk.pm:670 interactive.pm:498
-#: interactive/gtk.pm:624 interactive/gtk.pm:626 standalone/drakTermServ:304
-#: standalone/drakbackup:3867 standalone/drakbug:157
-#: standalone/drakconnect:160 standalone/drakconnect:239
-#: standalone/drakfont:512 standalone/drakperm:134 standalone/draksec:296
-#: standalone/harddrake2:190 ugtk2.pm:1197 ugtk2.pm:1198
+#: Xconfig/resolution_and_depth.pm:284 diskdrake/hd_gtk.pm:153
+#: install_steps_gtk.pm:239 install_steps_gtk.pm:644 interactive.pm:498
+#: interactive/gtk.pm:628 interactive/gtk.pm:630 standalone/drakTermServ:280
+#: standalone/drakbackup:3884 standalone/drakbug:128
+#: standalone/drakconnect:160 standalone/drakconnect:245
+#: standalone/drakfont:512 standalone/drakperm:134 standalone/draksec:337
+#: standalone/draksec:339 standalone/draksec:357 standalone/draksec:359
+#: standalone/harddrake2:261 ugtk2.pm:1235 ugtk2.pm:1236
#, c-format
msgid "Help"
msgstr "Hilfe"
@@ -718,8 +752,8 @@ msgstr "Auflösung: %s\n"
#: Xconfig/various.pm:43
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86-Treiber: %s\n"
+msgid "Xorg driver: %s\n"
+msgstr "Xorg-Treiber: %s\n"
#: Xconfig/various.pm:72
#, c-format
@@ -730,8 +764,8 @@ msgstr "Grafikumgebung zur Startzeit"
#, c-format
msgid ""
"I can setup your computer to automatically start the graphical interface "
-"(XFree) upon booting.\n"
-"Would you like XFree to start when you reboot?"
+"(Xorg) upon booting.\n"
+"Would you like Xorg to start when you reboot?"
msgstr ""
"Ich kann GNU/Linux so einrichten, dass bei jedem Systemstart\n"
"automatisch die grafische Oberfläche (= der X-Server) aktiviert wird.\n"
@@ -763,20 +797,62 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "Um welche Fernsehnorm handelt es sich?"
-#: any.pm:103 harddrake/sound.pm:150 interactive.pm:441 standalone/drakbug:259
-#: standalone/drakconnect:167 standalone/draksec:56 standalone/drakups:90
-#: standalone/drakxtv:90 standalone/harddrake2:140
-#: standalone/service_harddrake:126
+#: any.pm:116 harddrake/sound.pm:170 interactive.pm:441 standalone/drakbug:227
+#: standalone/drakconnect:167 standalone/drakconnect:611 standalone/draksec:68
+#: standalone/drakups:101 standalone/drakxtv:92 standalone/harddrake2:211
+#: standalone/service_harddrake:199
#, c-format
msgid "Please wait"
msgstr "Bitte warten"
-#: any.pm:103
+#: any.pm:116
#, c-format
msgid "Bootloader installation in progress"
msgstr "Installation des Bootloaders ..."
-#: any.pm:142
+#: any.pm:127
+#, c-format
+msgid ""
+"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
+"the Volume ID of a Windows NT, 2000, or XP boot disk is a fatal Windows "
+"error.\n"
+"This caution does not apply to Windows 95 or 98, or to NT data disks.\n"
+"\n"
+"Assign a new Volume ID?"
+msgstr ""
+"LILO möchte dem Laufwerk %s eine neue Datenträger-ID zuweisen. Jedoch ist\n"
+"das Ändern der Datenträger-ID einer Windows NT, 2000, oder XP Startplatte\n"
+"ein fataler Windows-Fehler.\n"
+"Dies trifft nicht für Windows 95, 98, oder NT Datenplatten zu.\n"
+"\n"
+"Neue Datenträger-ID zuweisen?"
+
+#: any.pm:138
+#, c-format
+msgid "Installation of bootloader failed. The following error occurred:"
+msgstr ""
+"Die Installation des Betriebssytemstarters schlug fehl. Folgender Fehler "
+"trat auf:"
+
+#: any.pm:144
+#, 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"
+" reboot, hold down Command-Option-O-F at reboot and enter:\n"
+" setenv boot-device %s,\\\\:tbxi\n"
+" Then type: shut-down\n"
+"At your next boot you should see the bootloader prompt."
+msgstr ""
+"Sie müssen Ihr Open-Firmware-Boot-Gerät anpassen, dass es den \n"
+"Betriebssytemstarter erkennt. Falls Sie beim Neustart nicht die \n"
+"Eingabeaufforderung des Betriebssytemstarters sehen, drücken Sie \n"
+"Strg-Option-O-F und geben Sie folgendes ein:\n"
+" setenv boot-device %s,\\\\:tbxi\n"
+"Tippen Sie dann: shut-down\n"
+"Beim darauffolgenden Neustart sollte Sie die Eingabeaufforderung sehen."
+
+#: any.pm:181
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
@@ -791,62 +867,52 @@ msgstr ""
"\n"
"Von welchem Laufwerk wollen Sie booten?"
-#: any.pm:165 any.pm:197 help.pm:800
+#: any.pm:204 help.pm:739
#, c-format
msgid "First sector of drive (MBR)"
msgstr "Erster Sektor der Platte (MBR)"
-#: any.pm:166
+#: any.pm:205
#, c-format
msgid "First sector of the root partition"
msgstr "Erster Sektor der Root-Partition"
-#: any.pm:168
+#: any.pm:207
#, c-format
msgid "On Floppy"
msgstr "Auf Diskette"
-#: any.pm:170 help.pm:768 help.pm:800 printer/printerdrake.pm:3418
+#: any.pm:209 help.pm:739 printer/printerdrake.pm:3603
#, c-format
msgid "Skip"
msgstr "Überspringen"
-#: any.pm:175
-#, c-format
-msgid "SILO Installation"
-msgstr "SILO-Installation"
-
-#: any.pm:175
+#: any.pm:213
#, c-format
msgid "LILO/grub Installation"
msgstr "LILO/Grub-Installation"
-#: any.pm:176
+#: any.pm:214
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Wo soll der Bootloader installiert werden?"
-#: any.pm:197
-#, c-format
-msgid "First sector of boot partition"
-msgstr "Erster Sektor der Boot-Partition"
-
-#: any.pm:209
+#: any.pm:239 standalone/drakboot:307
#, c-format
msgid "Boot Style Configuration"
msgstr "Konfiguration der Boot-Einstellungen"
-#: any.pm:211 any.pm:248
+#: any.pm:241 any.pm:275
#, c-format
msgid "Bootloader main options"
msgstr "Haupt-Optionen des Bootloaders"
-#: any.pm:215
+#: any.pm:245
#, c-format
msgid "Give the ram size in MB"
msgstr "Geben Sie die RAM-Größe in MB an"
-#: any.pm:217
+#: any.pm:247
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
@@ -854,213 +920,208 @@ msgstr ""
"Die Option „Gebrauch der Kommandozeilen-Parameter einschränken“ ist ohne \n"
"Angabe eines Passwortes wirkungslos."
-#: any.pm:218 any.pm:531 install_steps_interactive.pm:1150
+#: any.pm:248 any.pm:586 install_steps_interactive.pm:1215
#, c-format
msgid "The passwords do not match"
msgstr "Die Passwörter stimmen nicht überein"
-#: any.pm:218 any.pm:531 diskdrake/interactive.pm:1262
-#: install_steps_interactive.pm:1150
+#: any.pm:248 any.pm:586 diskdrake/interactive.pm:1261
+#: install_steps_interactive.pm:1215
#, c-format
msgid "Please try again"
msgstr "Bitte versuchen Sie es erneut"
-#: any.pm:223 any.pm:251 help.pm:768
+#: any.pm:253 any.pm:278
#, c-format
msgid "Bootloader to use"
msgstr "Zu verwendender Bootloader"
-#: any.pm:225
-#, c-format
-msgid "Bootloader installation"
-msgstr "Installation des Bootloaders"
-
-#: any.pm:227 any.pm:253 help.pm:768
+#: any.pm:255 any.pm:280
#, c-format
msgid "Boot device"
msgstr "Boot-Gerät"
-#: any.pm:229
+#: any.pm:257
#, c-format
msgid "Delay before booting default image"
msgstr "Wartezeit vor dem Starten des Betriebssystems"
-#: any.pm:230 help.pm:768
+#: any.pm:258
#, c-format
msgid "Enable ACPI"
msgstr "ACPI aktivieren"
-#: any.pm:232 help.pm:768
+#: any.pm:260
#, c-format
msgid "Force no APIC"
msgstr "„Kein APIC“ erzwingen"
-#: any.pm:234
+#: any.pm:262
#, c-format
msgid "Force No Local APIC"
msgstr "„Kein lokales APIC“ erzwingen"
-#: any.pm:236 any.pm:558 diskdrake/smbnfs_gtk.pm:180
-#: install_steps_interactive.pm:1155 network/netconnect.pm:574
-#: printer/printerdrake.pm:1374 printer/printerdrake.pm:1494
-#: standalone/drakbackup:1626 standalone/drakbackup:3496
-#: standalone/drakups:278
+#: any.pm:264 any.pm:613 diskdrake/smbnfs_gtk.pm:180
+#: install_steps_interactive.pm:1220 network/netconnect.pm:595
+#: printer/printerdrake.pm:1489 printer/printerdrake.pm:1609
+#: standalone/drakbackup:1647 standalone/drakbackup:3490
+#: standalone/drakups:295
#, c-format
msgid "Password"
msgstr "Passwort"
-#: any.pm:237 any.pm:559 install_steps_interactive.pm:1156
+#: any.pm:265 any.pm:614 install_steps_interactive.pm:1221
#, c-format
msgid "Password (again)"
msgstr "Passwort (erneut)"
-#: any.pm:238
+#: any.pm:266
#, c-format
msgid "Restrict command line options"
msgstr "Gebrauch der Kommandozeilen-Parameter einschränken"
-#: any.pm:238
+#: any.pm:266
#, c-format
msgid "restrict"
msgstr "einschränken"
-#: any.pm:240
+#: any.pm:268
#, c-format
msgid "Clean /tmp at each boot"
-msgstr " '/tmp' bei jedem Systemstart säubern"
+msgstr " „/tmp“ bei jedem Systemstart säubern"
-#: any.pm:241
+#: any.pm:269
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Genaue RAM-Größe, falls nötig (%d MB gefunden)"
-#: any.pm:243
-#, c-format
-msgid "Enable multiple profiles"
-msgstr "Mehrere Profile erlauben"
-
-#: any.pm:252
+#: any.pm:279
#, c-format
msgid "Init Message"
msgstr "Init-Nachricht"
-#: any.pm:254
+#: any.pm:281
#, c-format
msgid "Open Firmware Delay"
msgstr "Open-Firmware-Verzögerung"
-#: any.pm:255
+#: any.pm:282
#, c-format
msgid "Kernel Boot Timeout"
msgstr "Kernel-Start-Wartezeit"
-#: any.pm:256
+#: any.pm:283
#, c-format
msgid "Enable CD Boot?"
msgstr "Booten von CD erlauben?"
-#: any.pm:257
+#: any.pm:284
#, c-format
msgid "Enable OF Boot?"
msgstr "Open-Firmware-Start erlauben?"
-#: any.pm:258
+#: any.pm:285
#, c-format
msgid "Default OS?"
msgstr "Standard-OS?"
-#: any.pm:302
+#: any.pm:338
#, c-format
msgid "Image"
msgstr "Image"
-#: any.pm:303 any.pm:312
+#: any.pm:339 any.pm:349
#, c-format
msgid "Root"
msgstr "Root"
-#: any.pm:304 any.pm:325
+#: any.pm:340 any.pm:362
#, c-format
msgid "Append"
msgstr "Übergeben"
-#: any.pm:306
+#: any.pm:342 standalone/drakboot:309 standalone/drakboot:313
#, c-format
msgid "Video mode"
msgstr "Video-Modus"
-#: any.pm:308
+#: any.pm:344
#, c-format
msgid "Initrd"
msgstr "Init-RamDisk"
-#: any.pm:317 any.pm:322 any.pm:324
+#: any.pm:345
+#, c-format
+msgid "Network profile"
+msgstr "Netzwerk Profil"
+
+#: any.pm:354 any.pm:359 any.pm:361
#, c-format
msgid "Label"
msgstr "Bezeichnung"
-#: any.pm:319 any.pm:329 harddrake/v4l.pm:275 standalone/drakfloppy:89
-#: standalone/drakfloppy:95
+#: any.pm:356 any.pm:366 harddrake/v4l.pm:275 standalone/drakfloppy:84
+#: standalone/drakfloppy:90 standalone/draksec:52
#, c-format
msgid "Default"
msgstr "Standard"
-#: any.pm:326
+#: any.pm:363
#, c-format
msgid "Initrd-size"
msgstr "Größe der Init-RamDisk"
-#: any.pm:328
+#: any.pm:365
#, c-format
msgid "NoVideo"
msgstr "NoVideo"
-#: any.pm:339
+#: any.pm:376
#, c-format
msgid "Empty label not allowed"
msgstr "Leere Einträge sind nicht erlaubt"
-#: any.pm:340
+#: any.pm:377
#, c-format
msgid "You must specify a kernel image"
msgstr "Sie müssen ein Kernel-Image angeben"
-#: any.pm:340
+#: any.pm:377
#, c-format
msgid "You must specify a root partition"
msgstr "Sie müssen die Root-Partition festlegen"
-#: any.pm:341
+#: any.pm:378
#, c-format
msgid "This label is already used"
msgstr "Dieser Eintrag existiert bereits"
-#: any.pm:354
+#: any.pm:392
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Welche Art Eintrag wollen Sie hinzufügen?"
-#: any.pm:355
+#: any.pm:393
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:355
+#: any.pm:393
#, c-format
msgid "Other OS (SunOS...)"
msgstr "Anderes OS (SunOS...)"
-#: any.pm:356
+#: any.pm:394
#, c-format
msgid "Other OS (MacOS...)"
msgstr "Anderes OS (MacOS ...)"
-#: any.pm:356
+#: any.pm:394
#, c-format
msgid "Other OS (Windows...)"
msgstr "Anderes OS (Windows ...)"
-#: any.pm:384
+#: any.pm:422
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1069,52 +1130,52 @@ msgstr ""
"Hier sind die verschiedenen Einträge.\n"
"Sie können weitere hinzufügen oder existierende ändern."
-#: any.pm:516
+#: any.pm:572
#, c-format
msgid "access to X programs"
msgstr "Zugriff auf X-Programme"
-#: any.pm:517
+#: any.pm:573
#, c-format
msgid "access to rpm tools"
msgstr "Zugriff auf RPM-Werkzeuge"
-#: any.pm:518
+#: any.pm:574
#, c-format
msgid "allow \"su\""
msgstr "„su“ erlauben"
-#: any.pm:519
+#: any.pm:575
#, c-format
msgid "access to administrative files"
msgstr "Zugriff auf Verwaltungsdateien"
-#: any.pm:520
+#: any.pm:576
#, c-format
msgid "access to network tools"
msgstr "Zugriff auf Netzwerk-Werkzeuge"
-#: any.pm:521
+#: any.pm:577
#, c-format
msgid "access to compilation tools"
msgstr "Zugriff auf Compilier-Werkzeuge"
-#: any.pm:527
+#: any.pm:582
#, c-format
msgid "(already added %s)"
msgstr "(%s wurde bereits hinzugefügt)"
-#: any.pm:532
+#: any.pm:587
#, c-format
msgid "This password is too simple"
msgstr "Dieses Passwort ist zu einfach"
-#: any.pm:533
+#: any.pm:588
#, c-format
msgid "Please give a user name"
msgstr "Bitte geben Sie einen Benutzernamen an"
-#: any.pm:534
+#: any.pm:589
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -1122,22 +1183,22 @@ msgstr ""
"Der Benutzername sollte nur aus Kleinbuchstaben, Ziffern, \n"
"„-“ und „_“ bestehen"
-#: any.pm:535
+#: any.pm:590
#, c-format
msgid "The user name is too long"
msgstr "Dieser Benutzername ist zu lang"
-#: any.pm:536
+#: any.pm:591
#, c-format
msgid "This user name has already been added"
msgstr "Dieser Benutzername existiert bereits"
-#: any.pm:540
+#: any.pm:595
#, c-format
msgid "Add user"
msgstr "Benutzer hinzufügen"
-#: any.pm:541
+#: any.pm:596
#, c-format
msgid ""
"Enter a user\n"
@@ -1146,75 +1207,79 @@ msgstr ""
"Benutzer einrichten\n"
"%s"
-#: any.pm:544 diskdrake/dav.pm:68 diskdrake/hd_gtk.pm:158
-#: diskdrake/removable.pm:27 diskdrake/smbnfs_gtk.pm:82 help.pm:544
-#: interactive/http.pm:152 printer/printerdrake.pm:165
-#: printer/printerdrake.pm:352 printer/printerdrake.pm:4076
-#: standalone/drakbackup:2708 standalone/scannerdrake:641
-#: standalone/scannerdrake:791
+#: any.pm:599 diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:157
+#: diskdrake/removable.pm:26 diskdrake/smbnfs_gtk.pm:82 help.pm:530
+#: interactive/http.pm:151 printer/printerdrake.pm:191
+#: printer/printerdrake.pm:376 printer/printerdrake.pm:4382
+#: standalone/drakbackup:2703 standalone/scannerdrake:637
+#: standalone/scannerdrake:787
#, c-format
msgid "Done"
msgstr "Fertig"
-#: any.pm:545 help.pm:52
+#: any.pm:600 help.pm:51
#, c-format
msgid "Accept user"
msgstr "Benutzer akzeptieren"
-#: any.pm:556
+#: any.pm:611
#, c-format
msgid "Real name"
msgstr "Vollständiger Name"
-#: any.pm:557 help.pm:52 printer/printerdrake.pm:1373
-#: printer/printerdrake.pm:1493
+#: any.pm:612 standalone/drakbackup:1642
#, c-format
-msgid "User name"
+msgid "Login name"
msgstr "Benutzername"
-#: any.pm:560
+#: any.pm:615
#, c-format
msgid "Shell"
msgstr "Shell"
-#: any.pm:562
+#: any.pm:617
#, c-format
msgid "Icon"
msgstr "Symbol"
-#: any.pm:603 security/l10n.pm:14
+#: any.pm:664 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Automatisch anmelden"
-#: any.pm:604
+#: any.pm:665
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"Ich kann Ihren Computer so einrichten, dass ein Benutzer automatisch "
"angemeldet wird."
-#: any.pm:605 help.pm:52
+#: any.pm:666 help.pm:51
#, c-format
msgid "Do you want to use this feature?"
msgstr "Möchten Sie diese Möglichkeit nutzen?"
-#: any.pm:606
+#: any.pm:667
#, c-format
msgid "Choose the default user:"
msgstr "Wählen Sie den Standard-Nutzer:"
-#: any.pm:607
+#: any.pm:668
#, c-format
msgid "Choose the window manager to run:"
msgstr "Wählen Sie den Window-Manager, den Sie verwenden wollen:"
-#: any.pm:619
+#: any.pm:680
#, c-format
msgid "Please choose a language to use."
msgstr "Bitte wählen Sie die zu verwendende Sprache."
-#: any.pm:640
+#: any.pm:681
+#, c-format
+msgid "Language choice"
+msgstr "Sprachauswahl"
+
+#: any.pm:707
#, c-format
msgid ""
"Mandrakelinux can support multiple languages. Select\n"
@@ -1226,48 +1291,57 @@ msgstr ""
"Verfügung, nachdem die Installation fertig ist und Sie einen Neustart\n"
"durchgeführt haben."
-#: any.pm:658 help.pm:660
+#: any.pm:725 help.pm:647
#, c-format
msgid "Use Unicode by default"
msgstr "Standardmäßig Unicode verwenden"
-#: any.pm:659 help.pm:660
+#: any.pm:726 help.pm:647
#, c-format
msgid "All languages"
msgstr "Alle Sprachen"
-#: any.pm:698 help.pm:581 help.pm:991 install_steps_interactive.pm:895
+#: any.pm:765 help.pm:566 help.pm:855 install_steps_interactive.pm:960
#, c-format
msgid "Country / Region"
msgstr "Staat / Region"
-#: any.pm:699
+#: any.pm:766
#, c-format
msgid "Please choose your country."
msgstr "Bitte wählen Sie Ihren Staat."
-#: any.pm:701
+#: any.pm:768
#, c-format
msgid "Here is the full list of available countries"
msgstr "Hier ist die komplette Liste aller Staaten"
-#: any.pm:702 diskdrake/interactive.pm:297 help.pm:544 help.pm:581 help.pm:621
-#: help.pm:991 install_steps_interactive.pm:114
+#: any.pm:769
#, c-format
-msgid "More"
-msgstr "Mehr"
+msgid "Other Countries"
+msgstr "Andere Länder"
+
+#: any.pm:777
+#, c-format
+msgid "Input method:"
+msgstr "Einagbe-Methode:"
+
+#: any.pm:778 install_any.pm:420 printer/printerdrake.pm:99
+#, c-format
+msgid "None"
+msgstr "Keine"
-#: any.pm:833
+#: any.pm:912
#, c-format
msgid "No sharing"
msgstr "Keine Freigaben"
-#: any.pm:833
+#: any.pm:912
#, c-format
msgid "Allow all users"
msgstr "Allen Benutzern erlauben"
-#: any.pm:837
+#: any.pm:916
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -1282,21 +1356,25 @@ msgstr ""
"\n"
"Mit „Benutzerdefiniert“ können Sie eine Einstellung pro Benutzer vornehmen.\n"
-#: any.pm:849
+#: any.pm:928
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
+"NFS: das traditionelle Unix-Dateisystem für Freigaben im Netz, mit weniger "
+"Unterstützung für Mac und Windows."
-#: any.pm:852
+#: any.pm:931
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
+"SMB: ein Dateisystem für Freigaben im Netz von Windows, Mac OS X und vielen "
+"modernen Linux-Systemen verwendet"
-#: any.pm:860
+#: any.pm:939
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
@@ -1304,107 +1382,226 @@ msgstr ""
"Sie können die Dateien mittels SMB oder NFS anbieten. Welche Variante wollen "
"Sie?"
-#: any.pm:883
+#: any.pm:964
#, c-format
msgid "Launch userdrake"
msgstr "UserDrake starten"
-#: any.pm:885
-#, fuzzy, c-format
+#: any.pm:964 printer/printerdrake.pm:3478 printer/printerdrake.pm:3481
+#: printer/printerdrake.pm:3482 printer/printerdrake.pm:3483
+#: printer/printerdrake.pm:4676 standalone/drakTermServ:289
+#: standalone/drakbackup:4084 standalone/drakbug:151 standalone/drakfont:500
+#: standalone/drakfont:594 standalone/net_monitor:123
+#: standalone/printerdrake:559
+#, c-format
+msgid "Close"
+msgstr "Schließen"
+
+#: any.pm:966
+#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user to this group."
msgstr ""
-"Die Freigaben zwischen Benutzern verwendet die Gruppe „fileshare“.\n"
+"Die Freigaben zwischen Benutzern regelt die Gruppe „fileshare“. \n"
"Sie können UserDrake verwenden, um Benutzer in diese Gruppe aufzunehmen."
-#: authentication.pm:12
+#: authentication.pm:16
#, c-format
-msgid "Local files"
-msgstr "Lokale Dateien"
+msgid "Local file"
+msgstr "Lokale Datei"
-#: authentication.pm:12
+#: authentication.pm:17
#, c-format
msgid "LDAP"
msgstr "LDAP"
-#: authentication.pm:12
+#: authentication.pm:18
#, c-format
msgid "NIS"
msgstr "NIS"
-#: authentication.pm:12 authentication.pm:72
+#: authentication.pm:19 authentication.pm:127
#, c-format
msgid "Windows Domain"
msgstr "Windows-Domäne"
-#: authentication.pm:12
+#: authentication.pm:20
+#, c-format
+msgid "Active Directory with SFU"
+msgstr "Active Directory mit SFU"
+
+#: authentication.pm:21
#, c-format
-msgid "Active Directory"
+msgid "Active Directory with Winbind"
+msgstr "Active Directory mit Winbind"
+
+#: authentication.pm:30
+#, c-format
+msgid "Local file:"
+msgstr "Lokale Datei:"
+
+#: authentication.pm:30
+#, c-format
+msgid ""
+"Use local for all authentication and information user tell in local file"
+msgstr ""
+"Verwende lokal für alle Authentifizierungen und Informationen in lokalen "
+"Dateien"
+
+#: authentication.pm:31
+#, c-format
+msgid "LDAP:"
+msgstr "LDAP:"
+
+#: authentication.pm:31
+#, c-format
+msgid ""
+"Tells your computer to use LDAP for some or all authentication. LDAP "
+"consolidates certain types of information within your organization."
+msgstr ""
+"Richtet Ihren Rechner so ein, dass er LDAP für die Authentikation.verwendet. "
+"LDAP führt bestimmte Informationen innerhalb Ihrer Organisation zusammen."
+
+#: authentication.pm:32
+#, c-format
+msgid "NIS:"
+msgstr "NIS:"
+
+#: authentication.pm:32
+#, c-format
+msgid ""
+"Allows you to run a group of computers in the same Network Information "
+"Service domain with a common password and group file."
msgstr ""
+"Erlaubt es Ihnen, eine Gruppe von Rechnern in der gleichen NIS-Domäne mit "
+"einer gemeinsamen Passwort- und Gruppendatei laufen zu lassen."
-#: authentication.pm:38
+#: authentication.pm:33
+#, c-format
+msgid "Windows Domain:"
+msgstr "Windows-Domäne:"
+
+#: authentication.pm:33
+#, c-format
+msgid ""
+"Winbind allows the system to retrieve information and authenticate users in "
+"a Windows domain."
+msgstr ""
+"Winbind erlaubt dem System, in einer Windows-Domäne Informationen abzufragen "
+"und Benutzer zu authentifizieren."
+
+#: authentication.pm:34
+#, c-format
+msgid "Active Directory with SFU:"
+msgstr "Active Directory mit SFU:"
+
+#: authentication.pm:34 authentication.pm:35
+#, c-format
+msgid ""
+"Kerberos is a secure system for providing network authentication services."
+msgstr ""
+"Kerberos ist ein sicheres System zur Bereitstellung von Netzwerk-"
+"Authentisierungs-Diensten."
+
+#: authentication.pm:35
+#, c-format
+msgid "Active Directory with Winbind:"
+msgstr "Active Directory mit Winbind:"
+
+#: authentication.pm:60
#, c-format
msgid "Authentication LDAP"
msgstr "LDAP-Authentifizierung"
-#: authentication.pm:39
-#, fuzzy, c-format
+#: authentication.pm:61
+#, c-format
msgid "LDAP Base dn"
msgstr "LDAP-Basis-Domäne"
-#: authentication.pm:40
+#: authentication.pm:62 share/compssUsers.pl:101
#, c-format
msgid "LDAP Server"
msgstr "LDAP-Server"
-#: authentication.pm:50
-#, fuzzy, c-format
+#: authentication.pm:75 fsedit.pm:21
+#, c-format
+msgid "simple"
+msgstr "Einfach"
+
+#: authentication.pm:76
+#, c-format
+msgid "TLS"
+msgstr "TLS"
+
+#: authentication.pm:77
+#, c-format
+msgid "SSL"
+msgstr "SSL"
+
+#: authentication.pm:78
+#, c-format
+msgid "security layout (SASL/Kerberos)"
+msgstr "Sicherheitstyp (SASL/Kerberos)"
+
+#: authentication.pm:85 authentication.pm:123
+#, c-format
msgid "Authentication Active Directory"
-msgstr "Authentifizierungsmethode"
+msgstr "Authentifizierungsmethode für Active Directory"
-#: authentication.pm:51 diskdrake/smbnfs_gtk.pm:181
+#: authentication.pm:86 authentication.pm:125 diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Domain"
msgstr "Domäne"
-#: authentication.pm:52 diskdrake/dav.pm:65 help.pm:137
+#: authentication.pm:88 diskdrake/dav.pm:63 help.pm:146
+#: printer/printerdrake.pm:135 share/compssUsers.pl:81
#, c-format
msgid "Server"
msgstr "Server"
-#: authentication.pm:53
+#: authentication.pm:89
#, c-format
msgid "LDAP users database"
-msgstr ""
+msgstr "LDAP Benutzer-Datenbank"
+
+#: authentication.pm:90
+#, c-format
+msgid "Use Anonymous BIND "
+msgstr "anonymes BIND verwenden"
-#: authentication.pm:54
+#: authentication.pm:91
#, c-format
msgid "LDAP user allowed to browse the Active Directory"
-msgstr ""
+msgstr "LDAP-Benutzer darf das Active Directory einsehen"
-#: authentication.pm:55
-#, fuzzy, c-format
+#: authentication.pm:92
+#, c-format
msgid "Password for user"
-msgstr "Passwort nötig"
+msgstr "Benutzerpasswort"
-#: authentication.pm:62
+#: authentication.pm:93
+#, c-format
+msgid "Encryption"
+msgstr "Verschlüsselung"
+
+#: authentication.pm:104
#, c-format
msgid "Authentication NIS"
msgstr "NIS-Authentifizierung"
-#: authentication.pm:63
+#: authentication.pm:105
#, c-format
msgid "NIS Domain"
msgstr "NIS-Domäne"
-#: authentication.pm:64
+#: authentication.pm:106
#, c-format
msgid "NIS Server"
msgstr "NIS-Server"
-#: authentication.pm:69
-#, fuzzy, c-format
+#: authentication.pm:111
+#, c-format
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 /"
@@ -1420,9 +1617,9 @@ msgid ""
"good."
msgstr ""
"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“. Anschließend muss der Server neu "
-"gestartet werden.\n"
+"Administrator wahrscheinlich folgendes ausführen: „C:\\>net localgroup \"Pre-"
+"Windows 2000 Compatible Access\" everyone /add“. Anschließend muss der "
+"Server neu gestartet werden.\n"
"Damit Sie Ihren Mandrakelinux-Rechner zur Windows™-Domäne hinzufügen können, "
"benötigen Sie noch Benutzername und Passwort eines Domänen-Administrators.\n"
"Sollte das Netzwerk noch nicht aktiv sein, wird DrakX nach der "
@@ -1435,22 +1632,32 @@ msgstr ""
"Mit „wbinfo -t“ können Sie anschließend testen, ob die Anmeldung erfolgreich "
"war."
-#: authentication.pm:71
+#: authentication.pm:123
#, c-format
msgid "Authentication Windows Domain"
msgstr "Windows-Domänen-Authentifizierung"
-#: authentication.pm:73
+#: authentication.pm:128
#, c-format
msgid "Domain Admin User Name"
msgstr "Name des Domänen-Administrators"
-#: authentication.pm:74
+#: authentication.pm:129
#, c-format
msgid "Domain Admin Password"
msgstr "Passwort des Domänen-Administrators"
-#: authentication.pm:149
+#: authentication.pm:130
+#, c-format
+msgid "Use Idmap for store UID/SID "
+msgstr "ldmap zum Speichern von UID/SID verwenden"
+
+#: authentication.pm:131
+#, c-format
+msgid "Default Idmap "
+msgstr "Standard ldmap"
+
+#: authentication.pm:231
#, c-format
msgid "Can't use broadcast with no NIS domain"
msgstr ""
@@ -1462,7 +1669,7 @@ msgstr ""
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:532
+#: bootloader.pm:673
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1477,44 +1684,39 @@ msgstr ""
"oder warten Sie auf das Starten des Standard-OS.\n"
"\n"
-#: bootloader.pm:663
-#, c-format
-msgid "SILO"
-msgstr "SILO"
-
-#: bootloader.pm:665 help.pm:768
+#: bootloader.pm:787
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO mit grafischem Menü"
-#: bootloader.pm:666 help.pm:768
+#: bootloader.pm:788
#, c-format
msgid "LILO with text menu"
msgstr "LILO mit Textmenü"
-#: bootloader.pm:668
+#: bootloader.pm:789
#, c-format
msgid "Grub"
msgstr "Grub"
-#: bootloader.pm:670
+#: bootloader.pm:790
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:1142
+#: bootloader.pm:852
#, c-format
msgid "not enough room in /boot"
msgstr "Sie haben nicht genug Platz in „/boot“"
-#: bootloader.pm:1170
+#: bootloader.pm:1266
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr ""
"Sie können den Bootloader\n"
"nicht auf einer %s Partition installieren!\n"
-#: bootloader.pm:1214
+#: bootloader.pm:1311
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1523,7 +1725,7 @@ msgstr ""
"Ihere Bootloaderkonfiguration muss geändert werden, da sich Ihre "
"Partitionsnummerierung geändert hat"
-#: bootloader.pm:1221
+#: bootloader.pm:1326
#, c-format
msgid ""
"The bootloader can't be installed correctly. You have to boot rescue and "
@@ -1532,7 +1734,7 @@ msgstr ""
"Das Startabbild konnte nicht korrekt installiert werden. Rettungsmodus "
"starten und „%s“ wählen."
-#: bootloader.pm:1222
+#: bootloader.pm:1327
#, c-format
msgid "Re-install Boot Loader"
msgstr "BS-Starter neu installieren"
@@ -1592,76 +1794,79 @@ msgstr "„kdesu“ fehlt!"
msgid "consolehelper missing"
msgstr "„consolehelper“ fehlt!"
-#: crypto.pm:14 crypto.pm:28 lang.pm:240 network/adsl_consts.pm:44
-#: network/adsl_consts.pm:55 network/adsl_consts.pm:65
-#: network/adsl_consts.pm:75 network/adsl_consts.pm:86
-#: network/adsl_consts.pm:97 network/adsl_consts.pm:107
-#: network/adsl_consts.pm:117 network/adsl_consts.pm:264
-#: network/netconnect.pm:46
+#: crypto.pm:14 crypto.pm:28 lang.pm:254 network/adsl_consts.pm:309
+#: network/adsl_consts.pm:320 network/adsl_consts.pm:330
+#: network/adsl_consts.pm:340 network/adsl_consts.pm:350
+#: network/adsl_consts.pm:361 network/adsl_consts.pm:372
+#: network/adsl_consts.pm:382 network/adsl_consts.pm:392
+#: network/netconnect.pm:47
#, c-format
msgid "France"
msgstr "Frankreich"
-#: crypto.pm:15 lang.pm:216
+#: crypto.pm:15 lang.pm:229
#, c-format
msgid "Costa Rica"
msgstr "Costa Rica"
-#: crypto.pm:16 crypto.pm:29 lang.pm:188 network/adsl_consts.pm:26
-#: network/adsl_consts.pm:36 network/netconnect.pm:49
+#: crypto.pm:16 crypto.pm:29 lang.pm:201 network/adsl_consts.pm:59
+#: network/adsl_consts.pm:66 network/adsl_consts.pm:77
+#: network/adsl_consts.pm:85 network/netconnect.pm:50
#, c-format
msgid "Belgium"
msgstr "Belgien"
-#: crypto.pm:17 crypto.pm:30 lang.pm:221
+#: crypto.pm:17 crypto.pm:30 lang.pm:235
#, c-format
msgid "Czech Republic"
msgstr "Tschechische Republik"
-#: crypto.pm:18 crypto.pm:31 lang.pm:222 network/adsl_consts.pm:134
-#: network/adsl_consts.pm:142
+#: crypto.pm:18 crypto.pm:31 lang.pm:236 network/adsl_consts.pm:410
+#: network/adsl_consts.pm:418
#, c-format
msgid "Germany"
msgstr "Deutschland"
-#: crypto.pm:19 crypto.pm:32 lang.pm:253
+#: crypto.pm:19 crypto.pm:32 lang.pm:267 network/adsl_consts.pm:428
#, c-format
msgid "Greece"
msgstr "Griechenland"
-#: crypto.pm:20 crypto.pm:33 lang.pm:326
+#: crypto.pm:20 crypto.pm:33 lang.pm:340
#, c-format
msgid "Norway"
msgstr "Norwegen"
-#: crypto.pm:21 crypto.pm:34 lang.pm:355 network/adsl_consts.pm:240
+#: crypto.pm:21 crypto.pm:34 lang.pm:369 network/adsl_consts.pm:561
#, c-format
msgid "Sweden"
msgstr "Schweden"
-#: crypto.pm:22 crypto.pm:36 lang.pm:325 network/adsl_consts.pm:178
-#: network/netconnect.pm:47
+#: crypto.pm:22 crypto.pm:36 lang.pm:339 network/adsl_consts.pm:495
+#: network/netconnect.pm:48
#, c-format
msgid "Netherlands"
msgstr "Niederlande"
-#: crypto.pm:23 crypto.pm:37 lang.pm:273 network/adsl_consts.pm:158
-#: network/adsl_consts.pm:168 network/netconnect.pm:48 standalone/drakxtv:45
+#: crypto.pm:23 crypto.pm:37 lang.pm:287 network/adsl_consts.pm:452
+#: network/adsl_consts.pm:462 network/adsl_consts.pm:469
+#: network/netconnect.pm:49 standalone/drakxtv:47
#, c-format
msgid "Italy"
msgstr "Italien"
-#: crypto.pm:24 crypto.pm:38 lang.pm:181 network/adsl_consts.pm:20
+#: crypto.pm:24 crypto.pm:38 lang.pm:194 network/adsl_consts.pm:36
+#: network/adsl_consts.pm:44 network/adsl_consts.pm:52
#, c-format
msgid "Austria"
msgstr "Österreich"
-#: crypto.pm:35 crypto.pm:65 lang.pm:389 network/netconnect.pm:50
+#: crypto.pm:35 crypto.pm:65 lang.pm:403 network/netconnect.pm:51
#, c-format
msgid "United States"
msgstr "Vereinigte Staaten von Amerika"
-#: diskdrake/dav.pm:19
+#: diskdrake/dav.pm:17
#, c-format
msgid ""
"WebDAV is a protocol that allows you to mount a web server's directory\n"
@@ -1675,86 +1880,80 @@ msgstr ""
"Falls Sie Einhängepunkte für WebDAV hinzufügen wollen, wählen Sie\n"
"„Neu“."
-#: diskdrake/dav.pm:27
+#: diskdrake/dav.pm:25
#, c-format
msgid "New"
msgstr "Neu"
-#: diskdrake/dav.pm:63 diskdrake/interactive.pm:422 diskdrake/smbnfs_gtk.pm:75
+#: diskdrake/dav.pm:61 diskdrake/interactive.pm:425 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr "Aushängen"
-#: diskdrake/dav.pm:64 diskdrake/interactive.pm:419 diskdrake/smbnfs_gtk.pm:76
+#: diskdrake/dav.pm:62 diskdrake/interactive.pm:422 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr "Einhängen"
-#: diskdrake/dav.pm:66 diskdrake/interactive.pm:413
-#: diskdrake/interactive.pm:621 diskdrake/interactive.pm:640
-#: diskdrake/removable.pm:24 diskdrake/smbnfs_gtk.pm:79
+#: diskdrake/dav.pm:64 diskdrake/interactive.pm:416
+#: diskdrake/interactive.pm:627 diskdrake/interactive.pm:646
+#: diskdrake/removable.pm:23 diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr "Einhängepunkt"
-#: diskdrake/dav.pm:85
+#: diskdrake/dav.pm:83
#, c-format
msgid "Please enter the WebDAV server URL"
msgstr "Bitte geben Sie die WebDAV-Server-URL an"
-#: diskdrake/dav.pm:89
+#: diskdrake/dav.pm:87
#, c-format
msgid "The URL must begin with http:// or https://"
msgstr "Die URL muss mit „http://“ oder „https://“ beginnen!"
-#: diskdrake/dav.pm:111
+#: diskdrake/dav.pm:109
#, c-format
msgid "Server: "
msgstr "Server: "
-#: diskdrake/dav.pm:112 diskdrake/interactive.pm:474
-#: diskdrake/interactive.pm:1154 diskdrake/interactive.pm:1232
+#: diskdrake/dav.pm:110 diskdrake/interactive.pm:479
+#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1232
#, c-format
msgid "Mount point: "
msgstr "Einhängepunkt: "
-#: diskdrake/dav.pm:113 diskdrake/interactive.pm:1240
+#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1239
#, c-format
msgid "Options: %s"
msgstr "Optionen: %s"
-#: diskdrake/hd_gtk.pm:96 diskdrake/interactive.pm:1000
-#: diskdrake/interactive.pm:1010 diskdrake/interactive.pm:1070
-#, c-format
-msgid "Read carefully!"
-msgstr "Lesen Sie bitte aufmerksam!"
-
-#: diskdrake/hd_gtk.pm:96
+#: diskdrake/hd_gtk.pm:95
#, c-format
msgid "Please make a backup of your data first"
msgstr "Bitte machen Sie erst eine Sicherheitskopie Ihrer Daten!"
-#: diskdrake/hd_gtk.pm:99
+#: diskdrake/hd_gtk.pm:98
#, c-format
msgid ""
"If you plan to use aboot, be careful to leave a free space (2048 sectors is "
"enough)\n"
"at the beginning of the disk"
msgstr ""
-"Wenn Sie 'aboot' verwenden wollen, müssen Sie ausreichend Platz am Anfang \n"
+"Wenn Sie „aboot“ verwenden wollen, müssen Sie ausreichend Platz am Anfang \n"
"der Platte lassen (2048 Sektoren reichen aus)."
-#: diskdrake/hd_gtk.pm:156 help.pm:544
+#: diskdrake/hd_gtk.pm:155 help.pm:530
#, c-format
msgid "Wizard"
msgstr "Assistent"
-#: diskdrake/hd_gtk.pm:189
+#: diskdrake/hd_gtk.pm:188
#, c-format
msgid "Choose action"
-msgstr "Wählen Sie ein Aktion aus"
+msgstr "Wählen Sie eine Aktion"
-#: diskdrake/hd_gtk.pm:193
+#: diskdrake/hd_gtk.pm:192
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1766,181 +1965,187 @@ msgstr ""
"Ich rate Ihnen, diese Partition erst zu verkleinern\n"
"(Wählen Sie sie an und drücken Sie dann „Größe ändern“)"
-#: diskdrake/hd_gtk.pm:195
+#: diskdrake/hd_gtk.pm:194
#, c-format
msgid "Please click on a partition"
msgstr "Bitte klicken Sie auf eine Partition"
-#: diskdrake/hd_gtk.pm:209 diskdrake/smbnfs_gtk.pm:63 install_steps_gtk.pm:477
-#: standalone/drakbackup:2942 standalone/drakbackup:3004
+#: diskdrake/hd_gtk.pm:208 diskdrake/smbnfs_gtk.pm:63 install_steps_gtk.pm:474
+#: standalone/drakbackup:2938 standalone/drakbackup:2998
#, c-format
msgid "Details"
msgstr "Details"
-#: diskdrake/hd_gtk.pm:255
+#: diskdrake/hd_gtk.pm:254
#, c-format
msgid "No hard drives found"
msgstr "Keine Festplatten gefunden"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Ext2"
msgstr "Ext2"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Journalised FS"
msgstr "Journalisierendes FS"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Swap"
msgstr "Swap"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "SunOS"
msgstr "SunOS"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "HFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:327 install_steps_gtk.pm:329 mouse.pm:167
-#: services.pm:164 standalone/drakbackup:1582 standalone/drakperm:254
+#: diskdrake/hd_gtk.pm:326 install_steps_gtk.pm:298 mouse.pm:168
+#: services.pm:164 standalone/drakbackup:1603 standalone/drakperm:250
#, c-format
msgid "Other"
msgstr "Andere"
-#: diskdrake/hd_gtk.pm:327 diskdrake/interactive.pm:1172
+#: diskdrake/hd_gtk.pm:326 diskdrake/interactive.pm:1172
#, c-format
msgid "Empty"
msgstr "Leer"
-#: diskdrake/hd_gtk.pm:331
+#: diskdrake/hd_gtk.pm:330
#, c-format
msgid "Filesystem types:"
msgstr "Dateisystemtypen:"
-#: diskdrake/hd_gtk.pm:348 diskdrake/hd_gtk.pm:350 diskdrake/hd_gtk.pm:353
+#: diskdrake/hd_gtk.pm:347 diskdrake/hd_gtk.pm:349 diskdrake/hd_gtk.pm:352
#, c-format
msgid "Use ``%s'' instead"
msgstr "Stattdessen „%s“ verwenden"
-#: diskdrake/hd_gtk.pm:348 diskdrake/hd_gtk.pm:353
-#: diskdrake/interactive.pm:414 diskdrake/interactive.pm:574
-#: diskdrake/removable.pm:26 diskdrake/removable.pm:49
-#: standalone/harddrake2:72
+#: diskdrake/hd_gtk.pm:347 diskdrake/hd_gtk.pm:352
+#: diskdrake/interactive.pm:417 diskdrake/interactive.pm:580
+#: diskdrake/removable.pm:25 diskdrake/removable.pm:48
+#: standalone/harddrake2:101
#, c-format
msgid "Type"
msgstr "Typ"
-#: diskdrake/hd_gtk.pm:348 diskdrake/interactive.pm:436
+#: diskdrake/hd_gtk.pm:347 diskdrake/interactive.pm:441
#, c-format
msgid "Create"
msgstr "Erzeugen"
#. -PO: "Delete" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: diskdrake/hd_gtk.pm:350 diskdrake/interactive.pm:423
-#: standalone/drakperm:124 standalone/printerdrake:236
+#: diskdrake/hd_gtk.pm:349 diskdrake/interactive.pm:426
+#: standalone/drakperm:124 standalone/printerdrake:242
#, c-format
msgid "Delete"
msgstr "Löschen"
-#: diskdrake/hd_gtk.pm:353
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Verwenden Sie erst „Aushängen“"
-#: diskdrake/interactive.pm:184
+#: diskdrake/interactive.pm:187
#, c-format
msgid "Choose another partition"
msgstr "Wählen Sie eine andere Partition"
-#: diskdrake/interactive.pm:184
+#: diskdrake/interactive.pm:187
#, c-format
msgid "Choose a partition"
msgstr "Wählen Sie eine Partition"
-#: diskdrake/interactive.pm:213
+#: diskdrake/interactive.pm:216
#, c-format
msgid "Exit"
msgstr "Verlassen"
-#: diskdrake/interactive.pm:246 help.pm:544
+#: diskdrake/interactive.pm:249 help.pm:530
#, c-format
msgid "Undo"
msgstr "Rückgängig"
-#: diskdrake/interactive.pm:246
+#: diskdrake/interactive.pm:249
#, c-format
msgid "Toggle to normal mode"
msgstr "In den Normal-Modus wechseln"
-#: diskdrake/interactive.pm:246
+#: diskdrake/interactive.pm:249
#, c-format
msgid "Toggle to expert mode"
msgstr "In den Experten-Modus wechseln"
-#: diskdrake/interactive.pm:265
+#: diskdrake/interactive.pm:268
#, c-format
msgid "Continue anyway?"
msgstr "Wollen Sie trotzdem fortfahren?"
-#: diskdrake/interactive.pm:270
+#: diskdrake/interactive.pm:273
#, c-format
msgid "Quit without saving"
msgstr "Beenden ohne speichern"
-#: diskdrake/interactive.pm:270
+#: diskdrake/interactive.pm:273
#, c-format
msgid "Quit without writing the partition table?"
msgstr "Beenden ohne die Partitionstabelle zu speichern?"
-#: diskdrake/interactive.pm:275
+#: diskdrake/interactive.pm:278
#, c-format
msgid "Do you want to save /etc/fstab modifications"
msgstr "Möchten Sie die vorgenommenen Änderungen in „/etc/fstab“ speichern?"
-#: diskdrake/interactive.pm:282 install_steps_interactive.pm:301
+#: diskdrake/interactive.pm:285 install_steps_interactive.pm:313
#, c-format
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."
-#: diskdrake/interactive.pm:295 help.pm:544
+#: diskdrake/interactive.pm:298 help.pm:530
#, c-format
msgid "Clear all"
msgstr "Alles löschen"
-#: diskdrake/interactive.pm:296 help.pm:544
+#: diskdrake/interactive.pm:299 help.pm:530
#, c-format
msgid "Auto allocate"
msgstr "Automatisches Erstellen"
-#: diskdrake/interactive.pm:302
+#: diskdrake/interactive.pm:300 help.pm:530 help.pm:566 help.pm:606
+#: help.pm:855 install_steps_interactive.pm:124
+#, c-format
+msgid "More"
+msgstr "Mehr"
+
+#: diskdrake/interactive.pm:305
#, c-format
msgid "Hard drive information"
msgstr "Festplatten-Informationen"
-#: diskdrake/interactive.pm:334
+#: diskdrake/interactive.pm:337
#, c-format
msgid "All primary partitions are used"
msgstr "Alle Primärpartitionen sind in Gebrauch"
-#: diskdrake/interactive.pm:335
+#: diskdrake/interactive.pm:338
#, c-format
msgid "I can't add any more partitions"
msgstr "Ich kann keinen weiteren Partitionen hinzufügen"
-#: diskdrake/interactive.pm:336
+#: diskdrake/interactive.pm:339
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
@@ -1949,37 +2154,37 @@ msgstr ""
"Um mehr Partitionen einrichten zu können, müssen Sie zunächst eine Partition "
"löschen und anschließend eine erweiterte Partition erzeugen."
-#: diskdrake/interactive.pm:347 help.pm:544
+#: diskdrake/interactive.pm:350 help.pm:530
#, c-format
msgid "Save partition table"
msgstr "Partitionstabelle schreiben"
-#: diskdrake/interactive.pm:348 help.pm:544
+#: diskdrake/interactive.pm:351 help.pm:530
#, c-format
msgid "Restore partition table"
msgstr "Partitionstabelle wiederherstellen"
-#: diskdrake/interactive.pm:349 help.pm:544
+#: diskdrake/interactive.pm:352 help.pm:530
#, c-format
msgid "Rescue partition table"
msgstr "Partitionstabelle retten"
-#: diskdrake/interactive.pm:351 help.pm:544
+#: diskdrake/interactive.pm:354 help.pm:530
#, c-format
msgid "Reload partition table"
msgstr "Partitionstabelle neu laden"
-#: diskdrake/interactive.pm:353
+#: diskdrake/interactive.pm:356
#, c-format
msgid "Removable media automounting"
msgstr "Wechselmedien automatisch einhängen"
-#: diskdrake/interactive.pm:362 diskdrake/interactive.pm:382
+#: diskdrake/interactive.pm:365 diskdrake/interactive.pm:385
#, c-format
msgid "Select file"
msgstr "Datei auswählen"
-#: diskdrake/interactive.pm:369
+#: diskdrake/interactive.pm:372
#, c-format
msgid ""
"The backup partition table has not the same size\n"
@@ -1988,23 +2193,23 @@ msgstr ""
"Die gesicherte Partitionstabelle hat nicht dieselbe Größe.\n"
"Soll trotzdem fortgefahren werden?"
-#: diskdrake/interactive.pm:383 harddrake/sound.pm:226 keyboard.pm:340
-#: network/netconnect.pm:450 network/netconnect.pm:469
-#: printer/printerdrake.pm:936 printer/printerdrake.pm:1891
-#: printer/printerdrake.pm:1953 printer/printerdrake.pm:1987
-#: printer/printerdrake.pm:2291 printer/printerdrake.pm:3149
-#: printer/printerdrake.pm:3426 printer/printerdrake.pm:3545
-#: printer/printerdrake.pm:4543 standalone/drakTermServ:340
-#: standalone/drakTermServ:1072 standalone/drakTermServ:1128
-#: standalone/drakTermServ:1801 standalone/drakbackup:510
-#: standalone/drakbackup:609 standalone/drakboot:156 standalone/drakclock:214
-#: standalone/drakconnect:921 standalone/drakfloppy:296 standalone/drakups:27
-#: standalone/scannerdrake:50 standalone/scannerdrake:913
+#: diskdrake/interactive.pm:386 harddrake/sound.pm:246 keyboard.pm:351
+#: lang.pm:1046 network/netconnect.pm:470 printer/printerdrake.pm:1037
+#: printer/printerdrake.pm:2009 printer/printerdrake.pm:2075
+#: printer/printerdrake.pm:2110 printer/printerdrake.pm:2414
+#: printer/printerdrake.pm:3330 printer/printerdrake.pm:3611
+#: printer/printerdrake.pm:3733 printer/printerdrake.pm:4823
+#: standalone/drakTermServ:315 standalone/drakTermServ:1045
+#: standalone/drakTermServ:1101 standalone/drakTermServ:1769
+#: standalone/drakbackup:511 standalone/drakbackup:610 standalone/drakboot:165
+#: standalone/drakclock:225 standalone/drakconnect:972
+#: standalone/drakfloppy:291 standalone/drakups:27 standalone/scannerdrake:51
+#: standalone/scannerdrake:909
#, c-format
msgid "Warning"
msgstr "Warnung"
-#: diskdrake/interactive.pm:384
+#: diskdrake/interactive.pm:387
#, c-format
msgid ""
"Insert a floppy in drive\n"
@@ -2013,92 +2218,92 @@ msgstr ""
"Legen Sie eine Diskette in das Laufwerk.\n"
"Alle Daten auf dieser Diskette werden gelöscht!"
-#: diskdrake/interactive.pm:395
+#: diskdrake/interactive.pm:398
#, c-format
msgid "Trying to rescue partition table"
msgstr "Ich versuche, die Partitionstabelle zu retten"
-#: diskdrake/interactive.pm:401
+#: diskdrake/interactive.pm:404
#, c-format
msgid "Detailed information"
msgstr "Ausführliche Informationen"
-#: diskdrake/interactive.pm:416 diskdrake/interactive.pm:711
+#: diskdrake/interactive.pm:419 diskdrake/interactive.pm:717
#, c-format
msgid "Resize"
msgstr "Größe ändern"
-#: diskdrake/interactive.pm:417 diskdrake/interactive.pm:779
+#: diskdrake/interactive.pm:420 diskdrake/interactive.pm:783
#, c-format
msgid "Move"
msgstr "Bewegen"
-#: diskdrake/interactive.pm:418
+#: diskdrake/interactive.pm:421
#, c-format
msgid "Format"
msgstr "Formatieren"
-#: diskdrake/interactive.pm:420
+#: diskdrake/interactive.pm:423
#, c-format
msgid "Add to RAID"
msgstr "Zum RAID hinzufügen"
-#: diskdrake/interactive.pm:421
+#: diskdrake/interactive.pm:424
#, c-format
msgid "Add to LVM"
msgstr "Zum LVM hinzufügen"
-#: diskdrake/interactive.pm:424
+#: diskdrake/interactive.pm:427
#, c-format
msgid "Remove from RAID"
msgstr "Aus dem RAID löschen"
-#: diskdrake/interactive.pm:425
+#: diskdrake/interactive.pm:428
#, c-format
msgid "Remove from LVM"
msgstr "Aus dem LVM löschen"
-#: diskdrake/interactive.pm:426
+#: diskdrake/interactive.pm:429
#, c-format
msgid "Modify RAID"
msgstr "RAID modifizieren"
-#: diskdrake/interactive.pm:427
+#: diskdrake/interactive.pm:430
#, c-format
msgid "Use for loopback"
msgstr "Als Loopback verwenden"
-#: diskdrake/interactive.pm:467
+#: diskdrake/interactive.pm:472
#, c-format
msgid "Create a new partition"
msgstr "Eine neue Partition erzeugen"
-#: diskdrake/interactive.pm:470
+#: diskdrake/interactive.pm:475
#, c-format
msgid "Start sector: "
msgstr "Anfangssektor: "
-#: diskdrake/interactive.pm:472 diskdrake/interactive.pm:881
+#: diskdrake/interactive.pm:477 diskdrake/interactive.pm:884
#, c-format
msgid "Size in MB: "
msgstr "Größe in MB:"
-#: diskdrake/interactive.pm:473 diskdrake/interactive.pm:882
+#: diskdrake/interactive.pm:478 diskdrake/interactive.pm:885
#, c-format
msgid "Filesystem type: "
msgstr "Dateisystemtyp: "
-#: diskdrake/interactive.pm:478
+#: diskdrake/interactive.pm:483
#, c-format
msgid "Preference: "
msgstr "Einstellung: "
-#: diskdrake/interactive.pm:481
-#, fuzzy, c-format
+#: diskdrake/interactive.pm:486
+#, c-format
msgid "Logical volume name "
-msgstr "Bezeichnung"
+msgstr "Name für logisches Laufwerk"
-#: diskdrake/interactive.pm:510
+#: diskdrake/interactive.pm:515
#, c-format
msgid ""
"You can't create a new partition\n"
@@ -2110,12 +2315,12 @@ msgstr ""
"eine primäre Partition und legen Sie stattdessen eine erweiterte \n"
"Partition an."
-#: diskdrake/interactive.pm:540
+#: diskdrake/interactive.pm:545
#, c-format
msgid "Remove the loopback file?"
msgstr "Die Loopback-Datei entfernen?"
-#: diskdrake/interactive.pm:559
+#: diskdrake/interactive.pm:564
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -2123,32 +2328,32 @@ msgstr ""
"Nach Änderung des Partitionstyps von %s, werden sämtliche Daten darauf "
"gelöscht."
-#: diskdrake/interactive.pm:570
+#: diskdrake/interactive.pm:576
#, c-format
msgid "Change partition type"
msgstr "Partitionstyp ändern"
-#: diskdrake/interactive.pm:571 diskdrake/removable.pm:48
+#: diskdrake/interactive.pm:577 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "Welches Dateisystem wollen Sie verwenden?"
-#: diskdrake/interactive.pm:579
+#: diskdrake/interactive.pm:585
#, c-format
msgid "Switching from ext2 to ext3"
msgstr "Konvertiere ext2 zu ext3"
-#: diskdrake/interactive.pm:608
+#: diskdrake/interactive.pm:614
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr "Wo wollen Sie die Loopback-Datei %s einhängen?"
-#: diskdrake/interactive.pm:609
+#: diskdrake/interactive.pm:615
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Wo wollen Sie das Gerät %s einhängen?"
-#: diskdrake/interactive.pm:614
+#: diskdrake/interactive.pm:620
#, c-format
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
@@ -2157,50 +2362,50 @@ msgstr ""
"Ich kann diesen Einhängepunkt nicht zurücksetzen, da diese Partition als \n"
"Loopback verwendet wird. Bitte entfernen Sie erst diesen Loopback."
-#: diskdrake/interactive.pm:639
+#: diskdrake/interactive.pm:645
#, c-format
msgid "Where do you want to mount %s?"
msgstr "Wo wollen Sie „%s“ einhängen?"
-#: diskdrake/interactive.pm:663 diskdrake/interactive.pm:743
-#: install_interactive.pm:156 install_interactive.pm:186
+#: diskdrake/interactive.pm:669 diskdrake/interactive.pm:748
+#: install_interactive.pm:156 install_interactive.pm:188
#, c-format
msgid "Resizing"
msgstr "Berechne die Größe neu"
-#: diskdrake/interactive.pm:663
+#: diskdrake/interactive.pm:669
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr "Errechne die Grenzen des FAT-Dateisystems"
-#: diskdrake/interactive.pm:699
+#: diskdrake/interactive.pm:705
#, c-format
msgid "This partition is not resizeable"
msgstr "Die Größe dieser Partition ist nicht änderbar"
-#: diskdrake/interactive.pm:704
+#: diskdrake/interactive.pm:710
#, c-format
msgid "All data on this partition should be backed-up"
msgstr "Sie sollten ein Backup sämtlicher Daten dieser Partition erstellen"
-#: diskdrake/interactive.pm:706
+#: diskdrake/interactive.pm:712
#, 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:711
+#: diskdrake/interactive.pm:717
#, c-format
msgid "Choose the new size"
msgstr "Wählen Sie die neue Größe"
-#: diskdrake/interactive.pm:712
+#: diskdrake/interactive.pm:718
#, c-format
msgid "New size in MB: "
msgstr "Neue Größe in MB:"
-#: diskdrake/interactive.pm:756 install_interactive.pm:194
+#: diskdrake/interactive.pm:761 install_interactive.pm:196
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s), \n"
@@ -2210,151 +2415,146 @@ msgstr ""
"zu gewährleisten, wird Windows™ beim nächsten Hochfahren eine\n"
"Dateisystemprüfung durchführen."
-#: diskdrake/interactive.pm:780
+#: diskdrake/interactive.pm:784
#, c-format
msgid "Which disk do you want to move it to?"
msgstr "Zu welcher Platte wollen Sie wechseln?"
-#: diskdrake/interactive.pm:781
+#: diskdrake/interactive.pm:785
#, c-format
msgid "Sector"
msgstr "Sektor"
-#: diskdrake/interactive.pm:782
+#: diskdrake/interactive.pm:786
#, c-format
msgid "Which sector do you want to move it to?"
msgstr "Zu welchem Sektor wollen Sie wechseln?"
-#: diskdrake/interactive.pm:785
+#: diskdrake/interactive.pm:789
#, c-format
msgid "Moving"
msgstr "Wechsele"
-#: diskdrake/interactive.pm:785
+#: diskdrake/interactive.pm:789
#, c-format
msgid "Moving partition..."
msgstr "Bewege Partition..."
-#: diskdrake/interactive.pm:807
+#: diskdrake/interactive.pm:810
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "Wählen Sie einen vorhandenen RAID"
-#: diskdrake/interactive.pm:808 diskdrake/interactive.pm:825
+#: diskdrake/interactive.pm:812 diskdrake/interactive.pm:828
#, c-format
msgid "new"
msgstr "neu"
-#: diskdrake/interactive.pm:823
+#: diskdrake/interactive.pm:826
#, c-format
msgid "Choose an existing LVM to add to"
msgstr "Wählen Sie einen vorhandenen LVM"
-#: diskdrake/interactive.pm:829
+#: diskdrake/interactive.pm:832
#, c-format
msgid "LVM name?"
msgstr "LVM-Name?"
-#: diskdrake/interactive.pm:866
+#: diskdrake/interactive.pm:869
#, c-format
msgid "This partition can't be used for loopback"
msgstr "Diese Partition kann nicht als Loopback verwendet werden"
-#: diskdrake/interactive.pm:879
+#: diskdrake/interactive.pm:882
#, c-format
msgid "Loopback"
msgstr "Loopback"
-#: diskdrake/interactive.pm:880
+#: diskdrake/interactive.pm:883
#, c-format
msgid "Loopback file name: "
msgstr "Name der Loopback-Datei: "
-#: diskdrake/interactive.pm:885
+#: diskdrake/interactive.pm:888
#, c-format
msgid "Give a file name"
msgstr "Dateinamen angeben"
-#: diskdrake/interactive.pm:888
+#: diskdrake/interactive.pm:891
#, c-format
msgid "File is 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:889
+#: diskdrake/interactive.pm:892
#, c-format
msgid "File already exists. Use it?"
msgstr "Datei existiert bereits. Soll ich sie verwenden?"
-#: diskdrake/interactive.pm:912
+#: diskdrake/interactive.pm:915
#, c-format
msgid "Mount options"
msgstr "Einhänge-Optionen"
-#: diskdrake/interactive.pm:919
+#: diskdrake/interactive.pm:922
#, c-format
msgid "Various"
msgstr "Verschiedene"
-#: diskdrake/interactive.pm:983
+#: diskdrake/interactive.pm:987
#, c-format
msgid "device"
msgstr "Gerät"
-#: diskdrake/interactive.pm:984
+#: diskdrake/interactive.pm:988
#, c-format
msgid "level"
msgstr "Ebene"
-#: diskdrake/interactive.pm:985
+#: diskdrake/interactive.pm:989
#, c-format
-msgid "chunk size"
-msgstr "Blockgröße"
+msgid "chunk size in KiB"
+msgstr "Blockgröße in KiB"
-#: diskdrake/interactive.pm:1001
+#: diskdrake/interactive.pm:1006
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "Vorsicht:!! Diese Aktion ist gefährlich."
-#: diskdrake/interactive.pm:1016
+#: diskdrake/interactive.pm:1021
#, c-format
msgid "What type of partitioning?"
msgstr "Welcher Partitionstyp?"
-#: diskdrake/interactive.pm:1032
-#, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Das Paket %s wird benötigt. Soll ich es installieren?"
-
-#: diskdrake/interactive.pm:1061
+#: diskdrake/interactive.pm:1059
#, c-format
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:1070
+#: diskdrake/interactive.pm:1068
#, 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:1083
+#: diskdrake/interactive.pm:1081
#, 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:1100
+#: diskdrake/interactive.pm:1101
#, c-format
msgid "Move files to the new partition"
msgstr "Dateien auf die neue Partition verschieben"
-#: diskdrake/interactive.pm:1100
+#: diskdrake/interactive.pm:1101
#, c-format
msgid "Hide files"
msgstr "Dateien verstecken"
-#: diskdrake/interactive.pm:1101
+#: diskdrake/interactive.pm:1102
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2363,53 +2563,53 @@ msgstr ""
"Das Verzeichnis „%s“ enthält bereits Daten\n"
"(%s)"
-#: diskdrake/interactive.pm:1112
+#: diskdrake/interactive.pm:1113
#, c-format
msgid "Moving files to the new partition"
msgstr "Verschiebe Dateien auf die neue Partition"
-#: diskdrake/interactive.pm:1116
+#: diskdrake/interactive.pm:1117
#, c-format
msgid "Copying %s"
msgstr "Kopiere %s"
-#: diskdrake/interactive.pm:1120
+#: diskdrake/interactive.pm:1121
#, c-format
msgid "Removing %s"
msgstr "Entferne %s"
-#: diskdrake/interactive.pm:1134
+#: diskdrake/interactive.pm:1135
#, c-format
msgid "partition %s is now known as %s"
msgstr "die Partition %s heißt nun %s"
-#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1217
+#: diskdrake/interactive.pm:1156 diskdrake/interactive.pm:1217
#, c-format
msgid "Device: "
msgstr "Gerät: "
-#: diskdrake/interactive.pm:1156
-#, fuzzy, c-format
+#: diskdrake/interactive.pm:1157
+#, c-format
msgid "Devfs name: "
-msgstr "Rechnername: "
+msgstr "Devfs name: "
-#: diskdrake/interactive.pm:1157
+#: diskdrake/interactive.pm:1158
#, c-format
msgid "Volume label: "
-msgstr ""
+msgstr "Datenträger-Bezeichnung: "
-#: diskdrake/interactive.pm:1158
+#: diskdrake/interactive.pm:1159
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS Laufwerksbuchstabe: %s (vermutlich?)\n"
-#: diskdrake/interactive.pm:1162 diskdrake/interactive.pm:1170
-#: diskdrake/interactive.pm:1236
+#: diskdrake/interactive.pm:1163 diskdrake/interactive.pm:1170
+#: diskdrake/interactive.pm:1235
#, c-format
msgid "Type: "
msgstr "Typ:"
-#: diskdrake/interactive.pm:1166 install_steps_gtk.pm:341
+#: diskdrake/interactive.pm:1167 install_steps_gtk.pm:310
#, c-format
msgid "Name: "
msgstr "Name: "
@@ -2456,8 +2656,8 @@ msgstr "Eingehängt\n"
#: diskdrake/interactive.pm:1184
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "RAID %s\n"
+msgstr "RAID %s\n"
#: diskdrake/interactive.pm:1186
#, c-format
@@ -2484,8 +2684,8 @@ msgstr "Ebene %s\n"
#: diskdrake/interactive.pm:1190
#, c-format
-msgid "Chunk size %s\n"
-msgstr "Blockgröße %s\n"
+msgid "Chunk size %d KiB\n"
+msgstr "Blockgröße %d KiB\n"
#: diskdrake/interactive.pm:1191
#, c-format
@@ -2561,39 +2761,39 @@ msgstr "Partitionstabellentyp: %s\n"
msgid "on channel %d id %d\n"
msgstr "auf Kanal %d ID %d\n"
-#: diskdrake/interactive.pm:1257
+#: diskdrake/interactive.pm:1256
#, c-format
msgid "Filesystem encryption key"
msgstr "Dateisystem-Schlüssel"
-#: diskdrake/interactive.pm:1258
+#: diskdrake/interactive.pm:1257
#, c-format
msgid "Choose your filesystem encryption key"
msgstr "Wählen Sie Ihren Dateisystem-Schlüssel (Passwort)"
-#: diskdrake/interactive.pm:1261
+#: diskdrake/interactive.pm:1260
#, 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:1262
+#: diskdrake/interactive.pm:1261
#, c-format
msgid "The encryption keys do not match"
msgstr "Die Passwörter stimmen nicht überein"
-#: diskdrake/interactive.pm:1265 network/netconnect.pm:979
-#: standalone/drakconnect:404
+#: diskdrake/interactive.pm:1264 network/netconnect.pm:1040
+#: standalone/drakconnect:395
#, c-format
msgid "Encryption key"
msgstr "Schlüssel"
-#: diskdrake/interactive.pm:1266
+#: diskdrake/interactive.pm:1265
#, c-format
msgid "Encryption key (again)"
msgstr "Schlüssel (erneut)"
-#: diskdrake/removable.pm:47
+#: diskdrake/removable.pm:46
#, c-format
msgid "Change type"
msgstr "Typ ändern"
@@ -2624,7 +2824,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr "Bitte geben Sie Benutzername, Passwort und Domäne des Rechners an."
-#: diskdrake/smbnfs_gtk.pm:179 standalone/drakbackup:3495
+#: diskdrake/smbnfs_gtk.pm:179 standalone/drakbackup:3489
#, c-format
msgid "Username"
msgstr "Benutzername"
@@ -2639,27 +2839,74 @@ msgstr "Server suchen"
msgid "Search new servers"
msgstr "Neue Server suchen"
-#: do_pkgs.pm:21
+#: do_pkgs.pm:16 do_pkgs.pm:31
#, 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?"
-#: do_pkgs.pm:26
+#: do_pkgs.pm:21 do_pkgs.pm:36
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Das zwingend benötigte Paket „%s“ fehlt."
-#: do_pkgs.pm:143
+#: do_pkgs.pm:172
#, c-format
msgid "Installing packages..."
msgstr "Installiere Pakete..."
-#: do_pkgs.pm:217
+#: do_pkgs.pm:216
#, c-format
msgid "Removing packages..."
msgstr "Entferne Pakete ..."
-#: fs.pm:416
+#: fs.pm:445 fs.pm:494
+#, c-format
+msgid "Mounting partition %s"
+msgstr "Partition „%s“ einhängen"
+
+#: fs.pm:446 fs.pm:495
+#, 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:466 fs.pm:473
+#, c-format
+msgid "Checking %s"
+msgstr "Überprüfung von %s"
+
+#: fs.pm:511 partition_table.pm:387
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "Fehler beim Aushängen von %s: %s"
+
+#: fs.pm:543
+#, c-format
+msgid "Enabling swap partition %s"
+msgstr "Swap Partition „%s“ aktivieren"
+
+#: fs/format.pm:39 fs/format.pm:46
+#, c-format
+msgid "Formatting partition %s"
+msgstr "Formatiere Partition „%s“"
+
+#: fs/format.pm:43
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "Erzeugen und Formatieren der Datei %s"
+
+#: fs/format.pm:78
+#, 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/format.pm:80
+#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s formatieren von %s schlug fehl"
+
+#: fs/mount_options.pm:112
#, c-format
msgid ""
"Do not update inode access times on this file system\n"
@@ -2669,7 +2916,7 @@ msgstr ""
"(z.B. für schnellere Zugriffe auf den News-Spool um News-Server zu "
"beschleunigen)."
-#: fs.pm:419
+#: fs/mount_options.pm:115
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
@@ -2678,14 +2925,14 @@ msgstr ""
"Kann nur explizit eingehängt werden (so wird\n"
"etwa das Dateisystem nicht bei „-a“ eingehängt)."
-#: fs.pm:422
+#: fs/mount_options.pm:118
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr ""
"Interpretiere keine zeichen- oder speziellen blockorientierten Geräte auf "
"dem Dateisystem."
-#: fs.pm:424
+#: fs/mount_options.pm:120
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
@@ -2696,7 +2943,7 @@ msgstr ""
"gehängten Dateisystem. Diese Option ist nützlich für Server mit Datei-\n"
"systemen, auf denen sich Binärdateien fremder Architekturen befinden. "
-#: fs.pm:428
+#: fs/mount_options.pm:124
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
@@ -2707,17 +2954,17 @@ msgstr ""
"Bits. (Dies scheint sicher, ist aber in faktisch unsicherer falls Sie\n"
"suidperl(1) installiert haben.)"
-#: fs.pm:432
+#: fs/mount_options.pm:128
#, c-format
msgid "Mount the file system read-only."
msgstr "Das Dateisystem read only einhängen/mounten"
-#: fs.pm:434
+#: fs/mount_options.pm:130
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr "Alle I/O-Operationen am Dateisystem sollten parallel gemacht werden."
-#: fs.pm:438
+#: fs/mount_options.pm:134
#, c-format
msgid ""
"Allow an ordinary user to mount the file system. The\n"
@@ -2734,67 +2981,28 @@ msgstr ""
"(solange nicht nachträglich durch eine der Optionen user, exec, dev \n"
"oder suid überschrieben)."
-#: fs.pm:446
+#: fs/mount_options.pm:142
#, c-format
msgid "Give write access to ordinary users"
msgstr "Schreib Zugriff für den normalen Benutzer"
-#: fs.pm:448
+#: fs/mount_options.pm:144
#, c-format
msgid "Give read-only access to ordinary users"
msgstr "Schreib-Zugriff für den normalen Benutzer"
-#: fs.pm:588 fs.pm:598 fs.pm:602 fs.pm:606 fs.pm:610 fs.pm:614 swap.pm:12
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatieren von %s schlug fehl"
-
-#: fs.pm:655
+#: fs/type.pm:364
#, c-format
-msgid "I don't know how to format %s in type %s"
+msgid "You can't use JFS for partitions smaller than 16MB"
msgstr ""
-"Ich bin nicht in der Lage, %s mit einem Dateisystem vom Typ %s zu "
-"formatieren."
-
-#: fs.pm:662 fs.pm:669
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatiere Partition „%s“"
-
-#: fs.pm:666
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Erzeugen und Formatieren der Datei %s"
-
-#: fs.pm:726 fs.pm:775
-#, c-format
-msgid "Mounting partition %s"
-msgstr "Partition „%s“ einhängen"
-
-#: fs.pm:727 fs.pm:776
-#, 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:747 fs.pm:754
-#, c-format
-msgid "Checking %s"
-msgstr "Überprüfung von %s"
-
-#: fs.pm:792 partition_table.pm:639
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "Fehler beim Aushängen von %s: %s"
-
-#: fs.pm:824
-#, c-format
-msgid "Enabling swap partition %s"
-msgstr "Swap Partition „%s“ aktivieren"
+"Sie können JFS nicht für Partitionen verwenden, die kleiner als 16MB sind!"
-#: fsedit.pm:21
+#: fs/type.pm:365
#, c-format
-msgid "simple"
-msgstr "Einfach"
+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:25
#, c-format
@@ -2806,7 +3014,7 @@ msgstr "mit „/usr“"
msgid "server"
msgstr "Server"
-#: fsedit.pm:263
+#: fsedit.pm:168
#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2825,37 +3033,24 @@ msgstr ""
"\n"
"Sind Sie einverstanden, dass ich die problematischen Partitionen lösche?\n"
-#: fsedit.pm:524
-#, c-format
-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:525
-#, c-format
-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:544
+#: fsedit.pm:385
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Einhängepunkte müssen mit einem / beginnen."
-#: fsedit.pm:545
+#: fsedit.pm:386
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr ""
"Einhängepunkte sollten nur Buchstaben, Ziffern und den Unterstrich "
"unterhalten"
-#: fsedit.pm:546
+#: fsedit.pm:387
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Es gibt bereits eine Partition, mit dem Einhängepunkt %s\n"
-#: fsedit.pm:548
+#: fsedit.pm:389
#, c-format
msgid ""
"You've selected a software RAID partition as root (/).\n"
@@ -2868,26 +3063,25 @@ msgstr ""
"„/boot“-Partition arbeiten. Stellen Sie sicher, dass Sie eine solche \n"
"Partition erstellen."
-#: fsedit.pm:551
+#: fsedit.pm:392
#, 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ängepunkt %s verwenden."
-#: fsedit.pm:553
-#, fuzzy, c-format
+#: fsedit.pm:394
+#, c-format
msgid ""
"You've selected a LVM Logical Volume as root (/).\n"
"The bootloader is not able to handle this without a /boot partition.\n"
"Please be sure to add a /boot partition"
msgstr ""
-"Sie haben eine Software-RAID-Partition als Wurzelverzeichnis (/)"
-"ausgewählt. \n"
+"Sie haben einen LVM-Datenträger als Wurzelverzeichnis (/)ausgewählt. \n"
"Zur Zeit kann kein Bootloader damit ohne Verwendung einer \n"
"„/boot“-Partition arbeiten. Stellen Sie sicher, dass Sie eine solche \n"
"Partition erstellen."
-#: fsedit.pm:556
+#: fsedit.pm:397
#, c-format
msgid ""
"You may not be able to install lilo (since lilo doesn't handle a LV on "
@@ -2896,12 +3090,12 @@ msgstr ""
"Sie werden nicht in der Lage sein, Lilo zu installieren (Lilo kann nicht mit "
"LVs auf verschiedenen PVs umgehen)."
-#: fsedit.pm:559 fsedit.pm:561
+#: fsedit.pm:400 fsedit.pm:402
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Dieses Verzeichnis muss innerhalb des Wurzelverzeichnisses bleiben"
-#: fsedit.pm:563 fsedit.pm:565
+#: fsedit.pm:404 fsedit.pm:406
#, c-format
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2910,136 +3104,130 @@ msgstr ""
"Sie benötigen ein echtes GNU/Linux-Dateisystem (ext2/ext3, reiserfs, xfs "
"oder jfs) für diesen Einhängepunkt.\n"
-#: fsedit.pm:567
+#: fsedit.pm:408
#, 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ängepunkt %s verwenden."
# ../../diskdrak1
-#: fsedit.pm:628
+#: fsedit.pm:469
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr ""
"Nicht genug freier Platz, damit ich selbst eine Partition anlegen kann."
-#: fsedit.pm:630
+#: fsedit.pm:471
#, c-format
msgid "Nothing to do"
msgstr "Nichts zu tun."
-#: fsedit.pm:726
+#: fsedit.pm:569
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Fehler beim Öffnen von %s zum Schreiben: %s"
-#: harddrake/data.pm:55
+#: harddrake/data.pm:61
#, c-format
msgid "Floppy"
msgstr "Diskettenlaufwerke"
-#: harddrake/data.pm:65
+#: harddrake/data.pm:71
#, c-format
msgid "Zip"
msgstr "ZIP"
-#: harddrake/data.pm:75
+#: harddrake/data.pm:81
#, c-format
msgid "Disk"
msgstr "Festplatten"
-#: harddrake/data.pm:84
+#: harddrake/data.pm:90
#, c-format
msgid "CDROM"
msgstr "CD-ROM"
-#: harddrake/data.pm:94
+#: harddrake/data.pm:100
#, c-format
msgid "CD/DVD burners"
msgstr "CD/DVD-Brenner"
-#: harddrake/data.pm:104
+#: harddrake/data.pm:110
#, c-format
msgid "DVD-ROM"
msgstr "DVD-ROM"
-#: harddrake/data.pm:114 standalone/drakbackup:2025
+#: harddrake/data.pm:120 standalone/drakbackup:2045
#, c-format
msgid "Tape"
msgstr "Bandlaufwerke"
-#: harddrake/data.pm:123
+#: harddrake/data.pm:129
#, c-format
msgid "Videocard"
msgstr "Videokarten"
-#: harddrake/data.pm:133
+#: harddrake/data.pm:139
#, c-format
msgid "Tvcard"
msgstr "TV-Karten"
-#: harddrake/data.pm:142
+#: harddrake/data.pm:148
#, c-format
msgid "Other MultiMedia devices"
msgstr "Andere Multimedia-Geräte"
-#: harddrake/data.pm:151
+#: harddrake/data.pm:157
#, c-format
msgid "Soundcard"
msgstr "Soundkarten"
-#: harddrake/data.pm:160
+#: harddrake/data.pm:166
#, c-format
msgid "Webcam"
msgstr "Webcam"
-#: harddrake/data.pm:174
+#: harddrake/data.pm:181
#, c-format
msgid "Processors"
msgstr "Prozessoren"
-#: harddrake/data.pm:183
+#: harddrake/data.pm:191
#, c-format
msgid "ISDN adapters"
msgstr "ISDN Karten"
-#: harddrake/data.pm:192
+#: harddrake/data.pm:201
#, c-format
msgid "Ethernetcard"
msgstr "Netzwerkkarten"
-#: harddrake/data.pm:208 network/netconnect.pm:464
+#: harddrake/data.pm:219 network/netconnect.pm:484
#, c-format
msgid "Modem"
msgstr "Modem"
-#: harddrake/data.pm:217
+#: harddrake/data.pm:229
#, c-format
msgid "ADSL adapters"
msgstr "ADSL Adapter"
-#: harddrake/data.pm:230
+#: harddrake/data.pm:243
#, c-format
msgid "AGP controllers"
msgstr "AGP-Controller"
-#: harddrake/data.pm:239
+#: harddrake/data.pm:252
#, c-format
msgid "Bridges and system controllers"
msgstr "Brücken und System-Controller"
-#: harddrake/data.pm:248 help.pm:203 help.pm:991
-#: install_steps_interactive.pm:927 printer/printerdrake.pm:687
-#: printer/printerdrake.pm:4175
+#: harddrake/data.pm:261 help.pm:186 help.pm:855
+#: install_steps_interactive.pm:992 printer/printerdrake.pm:875
#, c-format
msgid "Printer"
msgstr "Drucker"
-#: harddrake/data.pm:257 help.pm:991 install_steps_interactive.pm:920
-#, c-format
-msgid "Mouse"
-msgstr "Maus"
-
#: harddrake/data.pm:271
#, c-format
msgid "Joystick"
@@ -3051,9 +3239,9 @@ msgid "(E)IDE/ATA controllers"
msgstr "(E)IDE/ATA-Controller"
#: harddrake/data.pm:290
-#, fuzzy, c-format
+#, c-format
msgid "SATA controllers"
-msgstr "AGP-Controller"
+msgstr "SATA-Controller"
#: harddrake/data.pm:299
#, c-format
@@ -3062,50 +3250,72 @@ msgstr "Firewire-Controller"
#: harddrake/data.pm:308
#, c-format
+msgid "PCMCIA controllers"
+msgstr "PCMCIA-Controller"
+
+#: harddrake/data.pm:321
+#, c-format
msgid "SCSI controllers"
msgstr "SCSI-Controller"
-#: harddrake/data.pm:317
+#: harddrake/data.pm:330
#, c-format
msgid "USB controllers"
msgstr "USB-Controller"
-#: harddrake/data.pm:326
-#, fuzzy, c-format
+#: harddrake/data.pm:339
+#, c-format
msgid "USB ports"
-msgstr "USB-Drucker"
+msgstr "USB-Ports"
-#: harddrake/data.pm:335
+#: harddrake/data.pm:348
#, c-format
msgid "SMBus controllers"
msgstr "SMBus-Controller"
-#: harddrake/data.pm:344
+#: harddrake/data.pm:357
+#, c-format
+msgid "UPS"
+msgstr "UPS"
+
+#: harddrake/data.pm:366 help.pm:855 install_steps_interactive.pm:120
+#: install_steps_interactive.pm:952 standalone/keyboarddrake:24
+#, c-format
+msgid "Keyboard"
+msgstr "Tastatur"
+
+#: harddrake/data.pm:379 help.pm:855 install_steps_interactive.pm:985
+#, c-format
+msgid "Mouse"
+msgstr "Maus"
+
+#: harddrake/data.pm:393
#, c-format
msgid "Scanner"
msgstr "Scanner"
-#: harddrake/data.pm:354 standalone/harddrake2:336
+#: harddrake/data.pm:403 standalone/harddrake2:431
#, c-format
msgid "Unknown/Others"
msgstr "Unbekannt/Andere"
-#: harddrake/data.pm:374
+#: harddrake/data.pm:431
#, c-format
msgid "cpu # "
msgstr "CPU #"
-#: harddrake/sound.pm:150 standalone/drakconnect:169
+#: harddrake/sound.pm:170 standalone/drakconnect:169
+#: standalone/drakconnect:613
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "Einen Moment ... Ich richte die Konfiguration ein"
-#: harddrake/sound.pm:186
+#: harddrake/sound.pm:206
#, c-format
msgid "No alternative driver"
msgstr "Kein alternativer Treiber"
-#: harddrake/sound.pm:187
+#: harddrake/sound.pm:207
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
@@ -3114,12 +3324,12 @@ msgstr ""
"Es existiert kein alternativer OSS/ALSA-Treiber für Ihre Soundkarte (%s), "
"die momentan „%s“ verwendet."
-#: harddrake/sound.pm:193
+#: harddrake/sound.pm:213
#, c-format
msgid "Sound configuration"
msgstr "Sound-Konfiguration"
-#: harddrake/sound.pm:195
+#: harddrake/sound.pm:215
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
@@ -3128,7 +3338,7 @@ msgstr ""
"Hier können Sie einen alternativen Treiber (entweder OSS oder ALSA) für Ihre "
"Soundkarte (%s) auswählen"
-#: harddrake/sound.pm:197
+#: harddrake/sound.pm:217
#, c-format
msgid ""
"\n"
@@ -3141,7 +3351,7 @@ msgstr ""
"Ihre Karte verwendet momentan den %s „%s“ Treiber (Voreinstellung für Ihre "
"Karte ist „%s“)"
-#: harddrake/sound.pm:199
+#: harddrake/sound.pm:219
#, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
@@ -3161,7 +3371,7 @@ msgid ""
"the ALSA library.\n"
msgstr ""
"OSS (Open Sound System) war das erste Sound-API. Es handelt sich um eine "
-"betriebssystemunabhängige API (verfügbar auf den meisten UNIX(tm)-Systemen), "
+"betriebssystemunabhängige API (verfügbar auf den meisten UNIX™-Systemen), "
"aber es ist nur sehr einfach und beschränkt in den Fähigkeiten.\n"
"What's more, OSS drivers all reinvent the wheel.\n"
"\n"
@@ -3174,24 +3384,24 @@ msgstr ""
"- die neue ALSA-API mit den erweiterten Möglichkeiten. Diese verlangt "
"allerdings das Nutzen der ALSA-Bilbliotheken.\n"
-#: harddrake/sound.pm:213 harddrake/sound.pm:293 standalone/drakups:134
+#: harddrake/sound.pm:233 harddrake/sound.pm:318 standalone/drakups:146
#, c-format
msgid "Driver:"
msgstr "Treiber:"
-#: harddrake/sound.pm:218
+#: harddrake/sound.pm:238
#, c-format
msgid "Trouble shooting"
msgstr "Fehlerbehandlung"
-#: harddrake/sound.pm:226
-#, fuzzy, c-format
+#: harddrake/sound.pm:246
+#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
"\n"
"It has been reported to oops the kernel on unloading.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
+"The new \"%s\" driver will only be used on next bootstrap."
msgstr ""
"Der alte „%s“ Treiber steht auf einer Schwarzen Liste.\n"
"\n"
@@ -3199,12 +3409,12 @@ msgstr ""
"\n"
"Der neue „%s“ Treiber steht nach einem Neustart zur Verfügung."
-#: harddrake/sound.pm:234
+#: harddrake/sound.pm:254
#, c-format
msgid "No open source driver"
msgstr "Kein OpenSource-Treiber"
-#: harddrake/sound.pm:235
+#: harddrake/sound.pm:255
#, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
@@ -3213,32 +3423,33 @@ msgstr ""
"Es existiert kein freier Treiber für Ihre Soundkarte (%s), aber es gibt "
"einen proprietären Treiber unter „%s“."
-#: harddrake/sound.pm:238
+#: harddrake/sound.pm:258
#, c-format
msgid "No known driver"
msgstr "Kein bekannter Treiber"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:259
#, 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:243
+#: harddrake/sound.pm:263
#, c-format
msgid "Unknown driver"
msgstr "Unbekannter Treiber"
-#: harddrake/sound.pm:244
+#: harddrake/sound.pm:264
#, c-format
msgid "Error: The \"%s\" driver for your sound card is unlisted"
msgstr "Fehler: Es gibt keinen bekannten Treiber für Ihre Soundkarte (%s)"
-#: harddrake/sound.pm:257
+#: harddrake/sound.pm:278
#, c-format
msgid "Sound trouble shooting"
msgstr "Sound-Fehlerbehandlung"
-#: harddrake/sound.pm:258
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: harddrake/sound.pm:281
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
@@ -3275,17 +3486,18 @@ msgstr ""
"- „/sbin/fuser -v /dev/dsp“ verrät das Programm, das die Soundkarte "
"benutzt.\n"
-#: harddrake/sound.pm:284
+#: harddrake/sound.pm:307
#, c-format
msgid "Let me pick any driver"
msgstr "Lassen Sie mich irgendeinen Treiber auswählen"
-#: harddrake/sound.pm:287
+#: harddrake/sound.pm:310
#, c-format
msgid "Choosing an arbitrary driver"
msgstr "Ich wähle einen willkürlichen Treiber"
-#: harddrake/sound.pm:288
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: harddrake/sound.pm:313
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
@@ -3367,15 +3579,13 @@ msgstr "Radiobetrieb:"
msgid "enable radio support"
msgstr "Radio Unterstützung aktivieren"
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: help.pm:11
#, c-format
msgid ""
"Before continuing, you should carefully read the terms of the license. It\n"
-"covers the entire Mandrakelinux distribution. If you do agree with all the\n"
-"terms in it, check the \"%s\" box. If not, clicking on the \"%s\" button\n"
-"will reboot your computer."
+"covers the entire Mandrakelinux distribution. If you agree with all the\n"
+"terms it contains, check the \"%s\" box. If not, clicking on the \"%s\"\n"
+"button will reboot your computer."
msgstr ""
"Lesen Sie bitte aufmerksam die Lizenz, bevor Sie fortfahren. Sie umfasst\n"
"die gesamte Mandrakelinux Distribution. Sollten Sie nicht in allen Punkten\n"
@@ -3383,53 +3593,50 @@ msgstr ""
"abzubrechen. Um mit der Installation fortzufahren, betätigen Sie die\n"
"Schaltfläche „%s“."
-#: help.pm:14 install_steps_gtk.pm:598 install_steps_interactive.pm:88
-#: install_steps_interactive.pm:690 standalone/drakautoinst:216
+#: help.pm:14 install_steps_gtk.pm:567 install_steps_interactive.pm:94
+#: install_steps_interactive.pm:745 standalone/drakautoinst:216
#, c-format
msgid "Accept"
msgstr "Akzeptieren"
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: help.pm:17
#, c-format
msgid ""
-"GNU/Linux is a multi-user system, meaning each user may have their own\n"
-"preferences, their own files and so on. You can read the ``Starter Guide''\n"
-"to learn more about multi-user systems. But unlike \"root\", who is the\n"
-"system administrator, the users you add at this point will not be\n"
-"authorized to change anything except their own files and their own\n"
-"configurations, protecting the system from unintentional or malicious\n"
-"changes that impact on the system as a whole. You will have to create at\n"
-"least one regular user for yourself -- this is the account which you should\n"
-"use for routine, day-to-day use. Although it is very easy to log in as\n"
-"\"root\" to do anything and everything, it may also be very dangerous! A\n"
-"very simple mistake could mean that your system will not work any more. If\n"
-"you make a serious mistake as a regular user, the worst that will happen is\n"
-"that you will lose some information, but not affect the entire system.\n"
+"GNU/Linux is a multi-user system which means each user can have his or her\n"
+"own preferences, own files and so on. But unlike \"root\", who is the\n"
+"system administrator, the users you add at this point won't be authorized\n"
+"to change anything except their own files and their own configurations,\n"
+"protecting the system from unintentional or malicious changes which could\n"
+"impact on the system as a whole. You'll have to create at least one regular\n"
+"user for yourself -- this is the account which you should use for routine,\n"
+"day-to-day usage. Although it's very easy to log in as \"root\" to do\n"
+"anything and everything, it may also be very dangerous! A very simple\n"
+"mistake could mean that your system won't work any more. If you make a\n"
+"serious mistake as a regular user, the worst that can happen is that you'll\n"
+"lose some information, but you won't affect the entire system.\n"
"\n"
"The first field asks you for a real name. Of course, this is not mandatory\n"
"-- you can actually enter whatever you like. DrakX will use the first word\n"
-"you typed in this field and copy it to the \"%s\" field, which is the name\n"
+"you type in this field and copy it to the \"%s\" one, which is the name\n"
"this user will enter to log onto the system. If you like, you may override\n"
"the default and change the user name. The next step is to enter a password.\n"
"From a security point of view, a non-privileged (regular) user password is\n"
-"not as crucial as the \"root\" password, but that is no reason to neglect\n"
-"it by making it blank or too simple: after all, your files could be the\n"
-"ones at risk.\n"
+"not as crucial as the \"root\" password, but that's no reason to neglect it\n"
+"by making it blank or too simple: after all, your files could be the ones\n"
+"at risk.\n"
"\n"
"Once you click on \"%s\", you can add other users. Add a user for each one\n"
-"of your friends: your father or your sister, for example. Click \"%s\" when\n"
-"you have finished adding users.\n"
+"of your friends, your father, your sister, etc. Click \"%s\" when you're\n"
+"finished adding users.\n"
"\n"
"Clicking the \"%s\" button allows you to change the default \"shell\" for\n"
"that user (bash by default).\n"
"\n"
-"When you have finished adding users, you will be asked to choose a user who\n"
-"can automatically log into the system when the computer boots up. If you\n"
-"are interested in that feature (and do not care much about local security),\n"
-"choose the desired user and window manager, then click \"%s\". If you are\n"
-"not interested in this feature, uncheck the \"%s\" box."
+"When you're finished adding users, you'll be asked to choose a user who\n"
+"will be automatically logged into the system when the computer boots up. If\n"
+"you're interested in that feature (and don't care much about local\n"
+"security), choose the desired user and window manager, then click on\n"
+"\"%s\". If you're not interested in this feature, uncheck the \"%s\" box."
msgstr ""
"GNU/Linux ist ein Mehrbenutzer-System, das bedeutet konkret jedes\n"
"Benutzerkennzeichen hat eigene Präferenzen (Grafische Umgebung,\n"
@@ -3471,17 +3678,22 @@ msgstr ""
"Sie Ihre Auswahl durch betätigen der Schaltfläche „%s“. Andernfalls löschen\n"
"Sie einfach die Markierung des Punktes „%s“."
-#: help.pm:52 help.pm:197 help.pm:444 help.pm:691 help.pm:784 help.pm:1005
-#: install_steps_gtk.pm:277 interactive.pm:403 interactive/newt.pm:308
-#: network/netconnect.pm:271 network/tools.pm:166 printer/printerdrake.pm:3090
-#: standalone/drakTermServ:397 standalone/drakbackup:3920
-#: standalone/drakbackup:4014 standalone/drakbackup:4031
-#: standalone/drakbackup:4049 ugtk2.pm:510
+#: help.pm:51 printer/printerdrake.pm:1488 printer/printerdrake.pm:1608
+#, c-format
+msgid "User name"
+msgstr "Benutzername"
+
+#: help.pm:51 help.pm:431 help.pm:681 install_steps_gtk.pm:247
+#: interactive.pm:403 interactive/newt.pm:317 network/netconnect.pm:280
+#: network/tools.pm:198 printer/printerdrake.pm:3268
+#: standalone/drakTermServ:372 standalone/drakbackup:3941
+#: standalone/drakbackup:4035 standalone/drakbackup:4052
+#: standalone/drakbackup:4070 ugtk2.pm:515
#, c-format
msgid "Next"
msgstr "Weiter"
-#: help.pm:52 help.pm:418 help.pm:444 help.pm:660 help.pm:733 help.pm:768
+#: help.pm:51 help.pm:409 help.pm:431 help.pm:647 help.pm:722
#: interactive.pm:371
#, c-format
msgid "Advanced"
@@ -3489,7 +3701,7 @@ msgstr "Fortgeschritten"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:55
+#: help.pm:54
#, c-format
msgid ""
"Listed here are the existing Linux partitions detected on your hard drive.\n"
@@ -3555,39 +3767,49 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:86
+#: help.pm:85
#, c-format
msgid ""
"The Mandrakelinux installation is distributed on several CD-ROMs. If a\n"
"selected package is located on another CD-ROM, DrakX will eject the current\n"
-"CD and ask you to insert the correct CD as required."
+"CD and ask you to insert the required one. If you do not have the requested\n"
+"CD at hand, just click on \"%s\", the corresponding packages will not be\n"
+"installed."
msgstr ""
-"Da die Mandrakelinux-Distribution stetig wächst, wurde sie in mehrere\n"
-"CD-ROMs unterteilt. Es kann daher vorkommen, dass DrakX Pakete von anderen,\n"
-"als der Installations-CD-ROM installieren will. In diesem Fall wird es die\n"
-"aktuelle CD auswerfen und nach einer anderen fragen."
+"Die Mandrakelinux-Distribution wird auf mehreren CD-ROMs ausgeliefert. Es\n"
+"kann daher vorkommen, dass DrakX Pakete von anderen, als der\n"
+"Installations-CD-ROM installieren will. In diesem Fall wird es die aktuelle\n"
+"CD auswerfen und nach einer anderen fragen. Wenn Sie dieses CD nicht haben,\n"
+"klicken Sie einfach auf „%s“. Die entsprechenden Pakete werden in dem Fall\n"
+"nicht installiert."
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:91
+#: help.pm:92
#, c-format
msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrakelinux, and\n"
-"to make it simpler to manage the packages have been placed into groups of\n"
-"similar applications.\n"
+"It's now time to specify which programs you wish to install on your system.\n"
+"There are thousands of packages available for Mandrakelinux, and to make it\n"
+"simpler to manage, they have been placed into groups of similar\n"
+"applications.\n"
"\n"
-"Packages are sorted into groups corresponding to a particular use of your\n"
-"machine. Mandrakelinux sorts packages groups in four categories. You can\n"
-"mix and match applications from the various categories, so a\n"
-"``Workstation'' installation can still have applications from the\n"
-"``Development'' category installed.\n"
+"Mandrakelinux sorts package groups in four categories. You can mix and\n"
+"match applications from the various categories, so a ``Workstation''\n"
+"installation can still have applications from the ``Server'' category\n"
+"installed.\n"
"\n"
" * \"%s\": if you plan to use your machine as a workstation, select one or\n"
-"more of the groups that are in the workstation category.\n"
+"more of the groups in the workstation category.\n"
"\n"
" * \"%s\": if you plan on using your machine for programming, select the\n"
-"appropriate groups from that category.\n"
+"appropriate groups from that category. The special \"LSB\" group will\n"
+"configure your system so that it complies as much as possible with the\n"
+"Linux Standard Base specifications.\n"
+"\n"
+" Selecting the \"LSB\" group will also install the \"2.4\" kernel series,\n"
+"instead of the default \"2.6\" one. This is to ensure 100%%-LSB compliance\n"
+"of the system. However, if you do not select the \"LSB\" group you will\n"
+"still have a system which is nearly 100%% LSB-compliant.\n"
"\n"
" * \"%s\": if your machine is intended to be a server, select which of the\n"
"more common services you wish to install on your machine.\n"
@@ -3597,9 +3819,19 @@ msgid ""
"interface available.\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect all groups when performing a regular\n"
-"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
+"text about that group.\n"
+"\n"
+"You can check the \"%s\" box, which is useful if you're familiar with the\n"
+"packages being offered or if you want to have total control over what will\n"
+"be installed.\n"
+"\n"
+"If you start the installation in \"%s\" mode, you can deselect all groups\n"
+"and prevent the installation of any new packages. This is useful for\n"
+"repairing or updating an existing system.\n"
+"\n"
+"If you deselect all groups when performing a regular installation (as\n"
+"opposed to an upgrade), a dialog will pop up suggesting different options\n"
+"for a minimal installation:\n"
"\n"
" * \"%s\": install the minimum number of packages possible to have a\n"
"working graphical desktop.\n"
@@ -3609,170 +3841,157 @@ msgid ""
"\n"
" * \"%s\": will install the absolute minimum number of packages necessary\n"
"to get a working Linux system. With this installation you will only have a\n"
-"command line interface. The total size of this installation is about 65\n"
-"megabytes.\n"
-"\n"
-"You can check the \"%s\" box, which is useful if you are familiar with the\n"
-"packages being offered or if you want to have total control over what will\n"
-"be installed.\n"
-"\n"
-"If you started the installation in \"%s\" mode, you can unselect all groups\n"
-"to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
+"command-line interface. The total size of this installation is about 65\n"
+"megabytes."
msgstr ""
"Nun ist es Zeit sich zu entscheiden, welche Programme Sie auf Ihrem Rechner\n"
"installieren wollen. Es gibt tausende von Paketen für Mandrakelinux, und\n"
-"um die Pakete einfacher zu verwalten wurden sie in ähnliche "
-"Anwendungsgruppen\n"
-"aufgeteilt.\n"
+"Sie müssen sie nicht alle auswendig kennen.\n"
"\n"
-"Die Pakete sind nach ihrer jeweiligen Verwendung auf Ihrem\n"
-" Rechner eingeteilt. Mandrakelinux ordnet Sie in vier Gruppen ein.Sie "
-"können\n"
-"Pakete aus verschiedenen Kategorien nach Belieben mischen, so dass eine\n"
-"„Arbeitsplatzrechner“ Installation auch Anwendungen aus der\n"
-"„Entwicklung“ Kategorie enthalten darf.\n"
+"Die Pakete sind nach ihrer Verwendung in vier Kategorien eingeteilt. Sie\n"
+"können Pakete aus verschiedenen Kategorien nach Belieben mischen, sodass\n"
+"beispielsweise eine „Workstation“-Installation auch Bestandteile einer\n"
+"„Server“-Installation aufweisen kann.\n"
"\n"
" * „%s“: Falls Ihr Rechner als Arbeitsplatzrechner verwendet werden soll,\n"
"markieren Sie eine oder mehrere Gruppen.\n"
"\n"
" * „%s“: Falls Sie mit Ihrem Rechner programmieren wollen, sollten Sie\n"
-"diese Gruppe markieren.\n"
+"diese Gruppe markieren. Die spezielle Gruppe „LSB“ wird Ihr System\n"
+"möglichst eng an den Vorgaben der Linux Standard Base ausrichten.\n"
+"\n"
+" Die Auswahl der „LSB“-Gruppe bewirkt auch, dass der Kernel „2.4“\n"
+"anstelle des standardmäßigen Kernel „2.6“ installiert wird, um die 100%%ige\n"
+"Einhaltung der-LSB-Bedingungen zu garantieren. Allerdings erhalten Sie auch\n"
+"ohne die Auswahl der „LSB“-Gruppe ein nahezu 100%%ig LSB-konformes System.\n"
"\n"
" * „%s“: Wenn Ihre Maschine ein Server werden soll, können Sie hier die\n"
-"wichtigsten Dienste auswählen, die auf Ihrem Rechner installiert werden "
+"wichtigsten Dienste auswählen, die auf Ihren Rechner installiert werden\n"
"sollen.\n"
"\n"
-" * „%s“: Wählen Sie hier Ihre bevorzugte grafische\n"
-" Arbeitsumgebung. Wenn Sie eine grafische Umgebung verwenden wollen, so "
-"müssen Sie hier\n"
+" * „%s“: Wählen Sie hier Ihre bevorzugte grafische Arbeitsoberfläche. Wenn\n"
+"Sie eine grafische Oberfläche verwenden wollen, so müssen Sie hier\n"
"zumindest eine Gruppe auswählen.\n"
"\n"
"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"
-"\n"
-" * „%s“: Installiert eine minimale Anzahl an Paketen um eine "
-"funktionierende\n"
-"grafische Umgebung zu erhalten.\n"
-"\n"
-" * „%s“: Installiert das Basissystem zuzüglich grundlegender Werkzeuge\n"
-"inklusive deren Dokumentation. Dies ist die sinnvollste Wahl für "
-"eineServerinstallation.\n"
-"\n"
-" * „%s“: installiert die absolute Minimalanforderung an benötigten Paketen,\n"
-"um ein funktionierendes Linux zu erhalten. Mit dieser Installation bekommen\n"
-"Sie nur eine Kommandozeilen Umgebung. Die Speicherbedarf beträgt 65\n"
-"MegaBytes.\n"
-"\n"
-"Sie können die Schaltfläche „%s“anwählen, welches nur Sinn macht,\n"
-" wenn Sie die Pakete genau kennen oder wenn Sie volle Kontrolle darüber "
-"haben wollen,\n"
-" was installiert werden\n"
-"soll.\n"
+"erklärenden Text über die Gruppe.\n"
+"\n"
+"Sie können auch die „%s“ markieren. Das macht Sinn, wenn Sie die Pakete\n"
+"genau kennen oder wenn Sie volle Kontrolle darüber haben wollen, was\n"
+"installiert werden soll.\n"
"\n"
"Haben Sie die Installation als „%s“ gestartet, können Sie die Markierungen\n"
"aller Gruppen entfernen, um die Installation neuer Pakete zu vermeiden.\n"
"Hierdurch werden nur bereits installierte Pakete aktualisiert oder\n"
-"repariert."
+"repariert.\n"
+"\n"
+"Wenn Sie bei einer normalen Installation alle Gruppen de-markieren\n"
+"erscheint ein Dialog, der Ihnen verschiedene Optionen für eine\n"
+"Minimal-Installation anbietet:\n"
+"\n"
+" * „%s“ Installiert eine rudimentäre grafische Oberfläche;\n"
+"\n"
+" * „%s“ Installiert das Basissystem zuzüglich grundlegender Werkzeuge\n"
+"inklusive deren Dokumentation. Dies ist die sinnvollste Wahl für eine\n"
+"Serverinstallation.\n"
+"\n"
+" * „%s“ Sie erhalten eine komplett „nackte“ 65MB große\n"
+"GNU/Linux-Distribution. Es versteht sich von selbst, dass das nur eine\n"
+"Kommandozeileninstallation sein kann."
-#: help.pm:137
+#: help.pm:146 share/compssUsers.pl:23
#, c-format
msgid "Workstation"
msgstr "Arbeitsplatzrechner"
-#: help.pm:137
+#: help.pm:146 share/compssUsers.pl:64 share/compssUsers.pl:162
+#: share/compssUsers.pl:164
#, c-format
msgid "Development"
msgstr "Entwicklung"
-#: help.pm:137
+#: help.pm:146 share/compssUsers.pl:144
#, c-format
msgid "Graphical Environment"
msgstr "Grafische Arbeitsoberfläche"
-#: help.pm:137 install_steps_interactive.pm:552
+#: help.pm:146 install_steps_gtk.pm:242 install_steps_interactive.pm:646
+#, c-format
+msgid "Individual package selection"
+msgstr "Individuelle Paketauswahl"
+
+#: help.pm:146 help.pm:588
+#, c-format
+msgid "Upgrade"
+msgstr "Aktualisierung"
+
+#: help.pm:146 install_steps_interactive.pm:600
#, c-format
msgid "With X"
msgstr "Mit X"
-#: help.pm:137
+#: help.pm:146
#, c-format
msgid "With basic documentation"
msgstr "Mit minimaler Dokumentation (Empfohlen)"
-#: help.pm:137
+#: help.pm:146
#, c-format
msgid "Truly minimal install"
msgstr "Minimal-Installation"
-#: help.pm:137 install_steps_gtk.pm:272 install_steps_interactive.pm:598
-#, c-format
-msgid "Individual package selection"
-msgstr "Individuelle Paketauswahl"
-
-#: help.pm:137 help.pm:602
-#, c-format
-msgid "Upgrade"
-msgstr "Aktualisierung"
-
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:140
-#, fuzzy, c-format
+#: help.pm:149
+#, c-format
msgid ""
-"If you told the installer that you wanted to individually select packages,\n"
-"it will present 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"
+"If you choose to install packages individually, the installer will present\n"
+"a tree containing all packages classified by groups and subgroups. While\n"
+"browsing the tree, you can select entire groups, subgroups, or individual\n"
+"packages.\n"
"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right to let you know the purpose of the package.\n"
+"Whenever you select a package on the tree, a description will appear on the\n"
+"right to let you know the purpose of that package.\n"
"\n"
"!! If a server package has been selected, either because you specifically\n"
"chose the individual package or because it was part of a group of packages,\n"
-"you will be asked to confirm that you really want those servers to be\n"
+"you'll be asked to confirm that you really want those servers to be\n"
"installed. By default Mandrakelinux will automatically start any installed\n"
"services at boot time. Even if they are safe and have no known issues at\n"
-"the time the distribution was shipped, it is entirely possible that that\n"
+"the time the distribution was shipped, it is entirely possible that\n"
"security holes were discovered after this version of Mandrakelinux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"%s\". Clicking \"%s\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default during boot. !!\n"
+"finalized. If you don't know what a particular service is supposed to do or\n"
+"why it's being installed, then click \"%s\". Clicking \"%s\" will install\n"
+"the listed services and they will be started automatically at boot time. !!\n"
"\n"
"The \"%s\" option is used to disable the warning dialog which appears\n"
"whenever the installer automatically selects a package to resolve a\n"
-"dependency issue. Some packages have relationships between each them such\n"
-"that installation of one package requires that some other program is also\n"
-"required to be installed. The installer can determine which packages are\n"
-"required to satisfy a dependency to successfully complete the installation.\n"
+"dependency issue. Some packages depend on others and the installation of\n"
+"one particular package may require the installation of another package. The\n"
+"installer can determine which packages are required to satisfy a dependency\n"
+"to successfully complete the installation.\n"
"\n"
"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
"package list created during a previous installation. This is useful if you\n"
"have a number of machines that you wish to configure identically. Clicking\n"
-"on this icon will ask you to insert a floppy disk previously created at the\n"
-"end of another installation. See the second tip of last step on how to\n"
-"create such a floppy."
-msgstr ""
-"Schlussendlich erhalten Sie (falls Sie sich für „%s“ entschieden haben)\n"
-"eine Baumliste aller Pakete die zu den von Ihnen gewünschten Gruppen\n"
-"gehören. Diese Pakete sind nach Gruppen und Untergruppen klassifiziert.\n"
-"Beim Durchstöbern des Baums, können Sie Gruppen, Untergruppen oder einzelne\n"
-"Pakete markieren oder deren Markierung entfernen.\n"
-"\n"
-"Sobald Sie ein Paket auswählen, erscheint rechts eine kurze Beschreibung.\n"
-"Sobald Sie die Auswahl abgeschlossen haben, bestätigen Sie das durch\n"
-"Drücken der Schaltfläche „%s“. Nun beginnt die eigentliche Installation.\n"
-"Falls Sie eine Vielzahl von Paketen installieren wollen, können Sie nun\n"
-"getrost einen Kaffee trinken gehen.\n"
+"on this icon will ask you to insert the floppy disk created at the end of\n"
+"another installation. See the second tip of the last step on how to create\n"
+"such a floppy."
+msgstr ""
+"Falls Sie sich für die einzelne Paketauswahl entschieden haben erhalten Sie "
+"eine\n"
+"Baumliste aller Pakete, nach Gruppen und Untergruppen klassifiziert. Beim\n"
+"Durchstöbern des Baums können Sie Gruppen, Untergruppen oder einzelne "
+"Pakete\n"
+"auswählen.\n"
+"\n"
+"Wenn Sie ein Paket auswählen, erscheint rechts eine kurze Beschreibung.\n"
"\n"
"!! Es kommt vor, dass Server- und Dienst-Pakete angewählt wurden - entweder\n"
"absichtlich, oder als Paket einer ganzen Gruppe; sollte das der Fall sein,\n"
"werden Sie nun gefragt, ob Sie diese wirklich installiert haben wollen.\n"
-"Unter Mandrakelinux werden installierte Server und Dienste automatisch\n"
-"beim Betriebssystemstart gestartet. Selbst wenn zum Zeitpunkt, als die\n"
+"Unter Mandrakelinux werden installierte Server und Dienste automatisch beim\n"
+"Betriebssystemstart gestartet. Selbst wenn zum Zeitpunkt, als die\n"
"Distribution zusammengestellt wurde, keine Sicherheitslücken oder Fehler in\n"
"diesen Paketen bekannt waren, ist natürlich nicht auszuschließen, dass\n"
"später solche Fehler gefunden werden. Sollten Sie also nicht wissen, wovon\n"
@@ -3782,7 +4001,10 @@ msgstr ""
"\n"
"Die Option „%s“ unterdrückt nur die Warnungen, die erscheinen, wenn das\n"
"Installationsprogramm Pakete automatisch markiert, um Paketabhängigkeiten\n"
-"aufzulösen, wenn Sie ein Paket auswählen.\n"
+"aufzulösen, wenn Sie ein Paket auswählen. Einige Pakete hängen von der\n"
+"Existenz anderer Pakete ab und die Installation eines Paketes mag die\n"
+"Installation eines anderen voraussetzen. Das Installprogramm ist in der\n"
+"Lage, diese Abhängigkeiten zu erkennen und zu erfüllen.\n"
"\n"
"Das kleine Diskettensymbol am unteren Rand der Liste ermöglicht es Ihnen,\n"
"die während einer vorangegangenen Installation gespeicherte Paketauswahl\n"
@@ -3792,140 +4014,78 @@ msgstr ""
"erstellen, lesen Sie bitte den zweiten Tipp des vorangegangenen\n"
"Installationsschrittes."
-#: help.pm:172 help.pm:301 help.pm:329 help.pm:457 install_any.pm:411
-#: interactive.pm:149 modules/interactive.pm:71 standalone/harddrake2:225
-#: ugtk2.pm:1083 wizards.pm:156
+#: help.pm:180 help.pm:285 help.pm:313 help.pm:444 install_any.pm:722
+#: interactive.pm:149 modules/interactive.pm:71 standalone/drakbackup:2503
+#: standalone/draksec:54 standalone/harddrake2:299 ugtk2.pm:1121
+#: wizards.pm:156
#, c-format
msgid "No"
msgstr "Nein"
-#: help.pm:172 help.pm:301 help.pm:457 install_any.pm:411 interactive.pm:149
-#: modules/interactive.pm:71 printer/printerdrake.pm:607 standalone/drakgw:288
-#: standalone/drakgw:289 standalone/drakgw:297 standalone/drakgw:307
-#: standalone/harddrake2:224 ugtk2.pm:1083 wizards.pm:156
+#: help.pm:180 help.pm:285 help.pm:444 install_any.pm:722 interactive.pm:149
+#: modules/interactive.pm:71 printer/printerdrake.pm:711
+#: standalone/drakbackup:2503 standalone/drakgw:290 standalone/drakgw:291
+#: standalone/drakgw:299 standalone/drakgw:309 standalone/draksec:55
+#: standalone/harddrake2:298 ugtk2.pm:1121 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "Ja"
-#: help.pm:172
+#: help.pm:180
#, c-format
msgid "Automatic dependencies"
msgstr "Automatische Abhängigkeiten"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:175
-#, c-format
-msgid ""
-"You will now set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"%s\".\n"
-"Mandrakelinux will attempt to auto-detect network devices and modems. If\n"
-"this detection fails, uncheck the \"%s\" box. You may also choose not to\n"
-"configure the network, or to do it later, in which case clicking the \"%s\"\n"
-"button will take you to the next step.\n"
-"\n"
-"When configuring your network, the available connections options are:\n"
-"Normal modem connection, Winmodem connection, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"We will not detail each configuration option - just make sure that you have\n"
-"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
-"from your Internet Service Provider or system administrator.\n"
-"\n"
-"About Winmodem Connection. Winmodems are special integrated low-end modems\n"
-"that require additional software to work compared to Normal modems. Some of\n"
-"those modems actually work under Mandrakelinux, some others do not. You\n"
-"can consult the list of supported modems at LinModems.\n"
-"\n"
-"You can consult the ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection."
-msgstr ""
-"Wenn Sie Ihren Computer mit dem Internet oder mit einem lokalen Netzwerk\n"
-"verbinden wollen, dann betätigen Sie die Schaltfläche „%s“. Bitte schalten\n"
-"Sie jedoch zuvor, falls nötig, die dafür benötigten Geräte ein, damit\n"
-"„DrakX“ sie automatisch erkennen kann. Sollte die automatische Erkennung\n"
-"nicht korrekt erfolgen, können Sie es erneut versuchen, nachdem Sie die\n"
-"Markierung der Option „%s“ entfernt haben. Betätigung der Schaltfläche „%s“\n"
-"bringt Sie weiter zum nächsten Installationsschritt ohne Ihr Netzwerk\n"
-"einzurichten.\n"
-"\n"
-"Zur Auswahl stehen folgende Verbindungsarten: Herkömmliches Modem, ISDN\n"
-"Modem, ADSL Verbindung, Kabelmodem oder eine einfache LAN Verbindung\n"
-"(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-Anbieter oder\n"
-"Systemadministrator erhalten haben.\n"
-"\n"
-"Verwendung von Winmodems Winmodems sind eigentlich keine Modems, die den\n"
-"Namen verdienen, da sie die CPU Ihres Rechners benötigen, um funktionieren\n"
-"zu können, was die Rechenleistung für anderen Prozesse vermindert. Einige\n"
-"dieser Modems können Sie mittlerweile unter Mandrakelinux zum\n"
-"Funktionieren bewegen, die Mehrzahl jedoch nicht. Unter LinModems finden\n"
-"Sie eine Liste.\n"
-"\n"
-"Weitere Einzelheiten, die hier bereits hilfreich sein können, erhalten Sie\n"
-"im „Starter Handbuch“. Falls Sie unsicher sind, warten Sie ab, bis die\n"
-"Installation beendet ist und verwenden Sie danach das beschriebene\n"
-"Programm, um Ihre Verbindung einzurichten."
-
-#: help.pm:197
-#, c-format
-msgid "Use auto detection"
-msgstr "Autoerkennung benutzen"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:200
+#: help.pm:183
#, c-format
msgid ""
"\"%s\": clicking on the \"%s\" button will open the printer configuration\n"
"wizard. Consult the corresponding chapter of the ``Starter Guide'' for more\n"
-"information on how to setup a new printer. The interface presented there is\n"
-"similar to the one used during installation."
+"information on how to set up a new printer. The interface presented in our\n"
+"manual is similar to the one used during installation."
msgstr ""
"„%s“: Durch Anwahl der Schaltfläche „%s“ startet den Druckerassistenten.\n"
"Weitere Informationen zu diesem Assistenten erhalten Sie im Drucker-Kapitel\n"
"des „Starter Handbuch“. Das dort vorgestellte Programm entspricht dem\n"
"während der Installation angebotenen."
-#: help.pm:203 help.pm:581 help.pm:991 install_steps_gtk.pm:648
-#: standalone/drakbackup:2313 standalone/drakbackup:2321
-#: standalone/drakbackup:2329 standalone/drakbackup:2337
+#: help.pm:186 help.pm:566 help.pm:855 install_steps_gtk.pm:622
+#: standalone/drakbackup:2329 standalone/drakbackup:2333
+#: standalone/drakbackup:2337 standalone/drakbackup:2341
#, c-format
msgid "Configure"
msgstr "Konfigurieren"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:206
+#: help.pm:189
#, c-format
msgid ""
-"This dialog is used to choose which services you wish to start at boot\n"
+"This dialog is used to select which services you wish to start at boot\n"
"time.\n"
"\n"
-"DrakX will list all the services available on the current installation.\n"
-"Review each one carefully and uncheck those which are not needed at boot\n"
+"DrakX will list all services available on the current installation. Review\n"
+"each one of them carefully and uncheck those which aren't needed at boot\n"
"time.\n"
"\n"
"A short explanatory text will be displayed about a service when it is\n"
-"selected. However, if you are not sure whether a service is useful or not,\n"
+"selected. However, if you're not sure whether a service is useful or not,\n"
"it is safer to leave the default behavior.\n"
"\n"
"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
+"server: you probably don't want to start any services which you don't need.\n"
+"Please remember that some services can be dangerous if they're enabled on a\n"
+"server. In general, select only those services you really need. !!"
msgstr ""
"Als nächstes können Sie die Dienste auswählen, die während des\n"
"Betriebssystemstarts aktiviert werden sollen.\n"
"\n"
-"Hier werden alle Dienste, die nach der aktuellen Installation zum BS-Start\n"
-"zur Verfügung stehen, angezeigt. Lesen Sie diese Liste sorgfältig durch und\n"
-"markieren Sie nur die Dienste, die Sie immer ab dem BS-Start zur Verfügung\n"
-"haben wollen.\n"
+"DrakX listet hier alle Dienste, die nach der aktuellen Installation zum\n"
+"BS-Start zur Verfügung stehen, angezeigt. Lesen Sie diese Liste sorgfältig\n"
+"durch und markieren Sie nur die Dienste, die Sie immer ab dem BS-Start zur\n"
+"Verfügung haben wollen.\n"
"\n"
"Wenn Sie einen Dienst anwählen, erhalten Sie eine kurze Erklärung dazu.\n"
"Wenn Sie nicht sicher sind, ob ein Dienst bzw. Server sinnvoll ist oder\n"
@@ -3940,57 +4100,59 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:224
-#, fuzzy, c-format
+#: help.pm:206
+#, c-format
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
"local time according to the time zone you selected. If the clock on your\n"
"motherboard is set to local time, you may deactivate this by unselecting\n"
"\"%s\", which will let GNU/Linux know that the system clock and the\n"
"hardware clock are in the same time zone. This is useful when the machine\n"
-"also hosts another operating system like Windows.\n"
+"also hosts another operating system.\n"
"\n"
-"The \"%s\" option will automatically regulate the clock by connecting to a\n"
-"remote time server on the Internet. For this feature to work, you must have\n"
-"a working Internet connection. It is best to choose a time server located\n"
-"near you. This option actually installs a time server that can be used by\n"
-"other machines on your local network as well."
+"The \"%s\" option will automatically regulate the system clock by\n"
+"connecting to a remote time server on the Internet. For this feature to\n"
+"work, you must have a working Internet connection. We recommend that you\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server which can be used by other machines on your local network as well."
msgstr ""
"GNU/Linux arbeitet mit GMT (Greenwich Mean Time) und übersetzt diese anhand\n"
-"der Zeitzone in Ihre lokale Zeit.\n"
-"\n"
-"Da Microsoft Windows™ nicht sinnvoll mit der universellen Zeit umgehen\n"
-"kann, müssen Sie „Nein“ wählen, falls Sie noch ein Betriebssystem aus dem\n"
-"Hause Microsoft auf Ihrem Rechner „beherbergen“.\n"
+"der Zeitzone in Ihre lokale Zeit. Falls die Uhr Ihres Computers auf die\n"
+"lokale Zeit eingestellt ist, sollten Sie die Option „%s“ deaktivieren.\n"
+"Dadurch wird GNU/Linux mitgeteilt, dass sich die Systemzeit und die\n"
+"Hardware-Uhr in der gleichen Zeitzone befinden. Dieses Verfahren ist\n"
+"notwendig, wenn Sie auf Ihrem Computer noch ein weiteres Betriebssystem per\n"
+"Dual-Boot betreiben.\n"
"\n"
"Die Verwendung der Option „%s“ reguliert Ihre Uhr, indem sie Verbindung mit\n"
"einem Zeitserver im Internet aufnimmt. Wählen Sie aus der Liste einen\n"
"Server in Ihrer Nähe. Damit die funktioniert benötigen Sie eine ständige\n"
-"Internetverbindung."
+"Internetverbindung. Mit dieser Option installieren Sie einen Time-Server,\n"
+"der von weiteren Maschinen Ihres lokalen Netzwerks genutzt werden kann."
-#: help.pm:235 install_steps_interactive.pm:822
+#: help.pm:217 install_steps_interactive.pm:887
#, c-format
msgid "Hardware clock set to GMT"
msgstr "Hardware Uhr gestellt auf GMT"
-#: help.pm:235
+#: help.pm:217
#, c-format
msgid "Automatic time synchronization"
msgstr "Automatische Zeit-Synchronisation (durch NTP)"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:238
+#: help.pm:220
#, c-format
msgid ""
"Graphic Card\n"
"\n"
" The installer will normally automatically detect and configure the\n"
-"graphic card installed on your machine. If it is not the case, you can\n"
+"graphic card installed on your machine. If this is not correct, you can\n"
"choose from this list the card you actually have installed.\n"
"\n"
" In the situation where different servers are available for your card,\n"
-"with or without 3D acceleration, you are asked to choose the server that\n"
+"with or without 3D acceleration, you're asked to choose the server which\n"
"best suits your needs."
msgstr ""
"Grafikkarte\n"
@@ -4005,39 +4167,41 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:249
-#, fuzzy, c-format
+#: help.pm:231
+#, c-format
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"
"WindowMaker, etc.) bundled with Mandrakelinux rely upon.\n"
"\n"
-"You will be presented with a list of different parameters to change to get\n"
-"an optimal graphical display: Graphic Card\n"
+"You'll see a list of different parameters to change to get an optimal\n"
+"graphical display.\n"
+"\n"
+"Graphic Card\n"
"\n"
" The installer will normally automatically detect and configure the\n"
-"graphic card installed on your machine. If it is not the case, you can\n"
+"graphic card installed on your machine. If this is not correct, you can\n"
"choose from this list the card you actually have installed.\n"
"\n"
" In the situation where different servers are available for your card,\n"
-"with or without 3D acceleration, you are asked to choose the server that\n"
+"with or without 3D acceleration, you're asked to choose the server which\n"
"best suits your needs.\n"
"\n"
"\n"
"\n"
"Monitor\n"
"\n"
-" The installer will normally automatically detect and configure the\n"
-"monitor connected to your machine. If it is incorrect, you can choose from\n"
-"this list the monitor you actually have connected to your computer.\n"
+" Normally the installer will automatically detect and configure the\n"
+"monitor connected to your machine. If it is not correct, you can choose\n"
+"from this list the monitor which is connected to your computer.\n"
"\n"
"\n"
"\n"
"Resolution\n"
"\n"
" Here you can choose the resolutions and color depths available for your\n"
-"hardware. Choose the one that best suits your needs (you will be able to\n"
-"change that after installation though). A sample of the chosen\n"
+"graphics hardware. Choose the one which best suits your needs (you will be\n"
+"able to make changes after the installation). A sample of the chosen\n"
"configuration is shown in the monitor picture.\n"
"\n"
"\n"
@@ -4046,27 +4210,26 @@ msgid ""
"\n"
" Depending on your hardware, this entry might not appear.\n"
"\n"
-" the system will try to open a graphical screen at the desired\n"
-"resolution. If you can see the message during the test and answer \"%s\",\n"
-"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+" The system will try to open a graphical screen at the desired\n"
+"resolution. If you see the test message during the test and answer \"%s\",\n"
+"then DrakX will proceed to the next step. If you do not see it, then it\n"
"means that some part of the auto-detected configuration was incorrect and\n"
-"the test will automatically end after 12 seconds, bringing you back to the\n"
+"the test will automatically end after 12 seconds and return you to the\n"
"menu. Change settings until you get a correct graphical display.\n"
"\n"
"\n"
"\n"
"Options\n"
"\n"
-" Here you can choose whether you want to have your machine automatically\n"
-"switch to a graphical interface at boot. Obviously, you want to check\n"
-"\"%s\" if your machine is to act as a server, or if you were not successful\n"
-"in getting the display configured."
+" This steps allows you to choose whether you want your machine to\n"
+"automatically switch to a graphical interface at boot. Obviously, you may\n"
+"want to check \"%s\" if your machine is to act as a server, or if you were\n"
+"not successful in getting the display configured."
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"
"Benutzerumgebungen, die Mandrakelinux Ihnen anbietet (wie etwa KDE, GNOME,\n"
-"AfterStep oder WindowMaker). Auch hier wird DrakX die Konfiguration soweit\n"
-"wie möglich selbstständig vollziehen.\n"
+"AfterStep oder WindowMaker).\n"
"\n"
"Sie erhalten eine Liste möglicher Parameter, mit deren Hilfe Sie die\n"
"Grafikausgabe ändern können:\n"
@@ -4095,14 +4258,15 @@ msgstr ""
"\n"
" Sie können hier Auflösung und Farbtiefe für Ihre Hardware wählen.\n"
"Entscheiden Sie sich, welche Variante Ihren Wünschen am ehesten entspricht\n"
-"(Sie können diese Angaben natürlich nach der Installation noch ändern). Sie\n"
-"können sich einen Eindruck anhand des abgebildeten Monitors bilden.\n"
+"(Sie können diese Angaben natürlich nach der Installation noch ändern).\n"
+"Anhand des abgebildeten Monitors können Sie sich einen sofortigen Eindruck\n"
+"bilden.\n"
"\n"
"\n"
"\n"
"Test\n"
"\n"
-" Je nach Hardware erscheint dieser Eintrag nicht.\n"
+" Je nach Hardware kann es sein, dass dieser Eintrag nicht erscheint.\n"
"\n"
" DrakX versucht eine Testbild mit denen von Ihnen gewünschten\n"
"Einstellungen zu öffnen. Falls Sie während des Tests einen Dialog sehen, in\n"
@@ -4118,21 +4282,18 @@ msgstr ""
"Optionen\n"
"\n"
" Sie können direkt bei Betriebssystemstart die grafische Umgebung\n"
-"aktivieren. Durch betätigen der Schaltfläche „%s“ wird in eine reine\n"
+"aktivieren. Durch Betätigen der Schaltfläche „%s“ wird in eine reine\n"
"Textumgebung gestartet. Das ist sinnvoll für Server oder wenn Sie bei dem\n"
-"Versuch die grafische Umgebung zu konfigurieren erfolglos waren. Wählen Sie\n"
-"„%s“, um die grafische Umgebung vorzufinden."
+"Versuch die grafische Umgebung zu konfigurieren erfolglos waren."
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:304
+#: help.pm:288
#, c-format
msgid ""
"Monitor\n"
"\n"
-" The installer will normally automatically detect and configure the\n"
-"monitor connected to your machine. If it is incorrect, you can choose from\n"
-"this list the monitor you actually have connected to your computer."
+" Normally the installer will automatically detect and configure the\n"
+"monitor connected to your machine. If it is not correct, you can choose\n"
+"from this list the monitor which is connected to your computer."
msgstr ""
"Monitor\n"
"\n"
@@ -4140,16 +4301,14 @@ msgstr ""
"Probleme auftreten, können Sie in der hier aufgeführten Liste Ihr Modell\n"
"auswählen."
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:311
+#: help.pm:295
#, c-format
msgid ""
"Resolution\n"
"\n"
" Here you can choose the resolutions and color depths available for your\n"
-"hardware. Choose the one that best suits your needs (you will be able to\n"
-"change that after installation though). A sample of the chosen\n"
+"graphics hardware. Choose the one which best suits your needs (you will be\n"
+"able to make changes after the installation). A sample of the chosen\n"
"configuration is shown in the monitor picture."
msgstr ""
"Auflösung\n"
@@ -4161,11 +4320,11 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:319
+#: help.pm:303
#, c-format
msgid ""
"In the situation where different servers are available for your card, with\n"
-"or without 3D acceleration, you are asked to choose the server that best\n"
+"or without 3D acceleration, you're asked to choose the server which best\n"
"suits your needs."
msgstr ""
"Falls für Ihre Karte verschiedene Server zur Verfügung stehen, etwa mit und\n"
@@ -4174,82 +4333,82 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:324
-#, fuzzy, c-format
+#: help.pm:308
+#, c-format
msgid ""
"Options\n"
"\n"
-" Here you can choose whether you want to have your machine automatically\n"
-"switch to a graphical interface at boot. Obviously, you want to check\n"
-"\"%s\" if your machine is to act as a server, or if you were not successful\n"
-"in getting the display configured."
+" This steps allows you to choose whether you want your machine to\n"
+"automatically switch to a graphical interface at boot. Obviously, you may\n"
+"want to check \"%s\" if your machine is to act as a server, or if you were\n"
+"not successful in getting the display configured."
msgstr ""
"Optionen\n"
"\n"
" Sie können direkt bei Betriebssystemstart die grafische Umgebung\n"
-"aktivieren. Durch betätigen der Schaltfläche „%s“ wird in eine reine\n"
+"aktivieren. Durch Betätigen der Schaltfläche „%s“ wird in eine reine\n"
"Textumgebung gestartet. Das ist sinnvoll für Server oder wenn Sie bei dem\n"
-"Versuch die grafische Umgebung zu konfigurieren erfolglos waren. Wählen Sie\n"
-"„%s“, um die grafische Umgebung vorzufinden."
+"Versuch die grafische Umgebung zu konfigurieren erfolglos waren."
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:332
+#: help.pm:316
#, c-format
msgid ""
-"At this point, you need to decide where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space you will\n"
-"have to partition the drive. Basically, partitioning a hard drive consists\n"
-"of logically dividing it to create the space needed to install your new\n"
+"You now need to decide where you want to install the Mandrakelinux\n"
+"operating system on your hard drive. If your hard drive is empty or if an\n"
+"existing operating system is using all the available space you will have to\n"
+"partition the drive. Basically, partitioning a hard drive means to\n"
+"logically divide it to create the space needed to install your new\n"
"Mandrakelinux system.\n"
"\n"
"Because the process of partitioning a hard drive is usually irreversible\n"
-"and can lead to lost data if there is an existing operating system already\n"
-"installed on the drive, partitioning can be intimidating and stressful if\n"
-"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"and can lead to data losses, partitioning can be intimidating and stressful\n"
+"for the inexperienced user. Fortunately, DrakX includes a wizard which\n"
"simplifies this process. Before continuing with this step, read through the\n"
"rest of this section and above all, take your time.\n"
"\n"
-"Depending on your hard drive configuration, several options are available:\n"
+"Depending on the configuration of your hard drive, several options are\n"
+"available:\n"
"\n"
-" * \"%s\": this option will perform an automatic partitioning of your blank\n"
+" * \"%s\". This option will perform an automatic partitioning of your blank\n"
"drive(s). If you use this option there will be no further prompts.\n"
"\n"
-" * \"%s\": the wizard has detected one or more existing Linux partitions on\n"
+" * \"%s\". The wizard has detected one or more existing Linux partitions on\n"
"your hard drive. If you want to use them, choose this option. You will then\n"
"be asked to choose the mount points associated with each of the partitions.\n"
"The legacy mount points are selected by default, and for the most part it's\n"
"a good idea to keep them.\n"
"\n"
-" * \"%s\": if Microsoft Windows is installed on your hard drive and takes\n"
+" * \"%s\". If Microsoft Windows is installed on your hard drive and takes\n"
"all the space available on it, you will have to create free space for\n"
"GNU/Linux. To do so, you can delete your Microsoft Windows partition and\n"
"data (see ``Erase entire disk'' solution) or resize your Microsoft Windows\n"
"FAT or NTFS partition. Resizing can be performed without the loss of any\n"
-"data, provided you have previously defragmented the Windows partition.\n"
-"Backing up your data is strongly recommended.. Using this option is\n"
+"data, provided you've previously defragmented the Windows partition.\n"
+"Backing up your data is strongly recommended. Using this option is\n"
"recommended if you want to use both Mandrakelinux and Microsoft Windows on\n"
"the same computer.\n"
"\n"
" Before choosing this option, please understand that after this\n"
"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"then when you started. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software.\n"
+"than when you started. You'll have less free space under Microsoft Windows\n"
+"to store your data or to install new software.\n"
"\n"
-" * \"%s\": if you want to delete all data and all partitions present on\n"
-"your hard drive and replace them with your new Mandrakelinux system,\n"
-"choose this option. Be careful, because you will not be able to undo your\n"
-"choice after you confirm.\n"
+" * \"%s\". If you want to delete all data and all partitions present on\n"
+"your hard drive and replace them with your new Mandrakelinux system, choose\n"
+"this option. Be careful, because you won't be able to undo this operation\n"
+"after you confirm.\n"
"\n"
" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-" * \"%s\": this will simply erase everything on the drive and begin fresh,\n"
-"partitioning everything from scratch. All data on your disk will be lost.\n"
+" * \"%s\". This option appears when the hard drive is entirely taken by\n"
+"Microsoft Windows. Choosing this option will simply erase everything on the\n"
+"drive and begin fresh, partitioning everything from scratch.\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-" * \"%s\": choose this option if you want to manually partition your hard\n"
+" * \"%s\". Choose this option if you want to manually partition your hard\n"
"drive. Be careful -- it is a powerful but dangerous choice and you can very\n"
"easily lose all your data. That's why this option is really only\n"
"recommended if you have done something like this before and have some\n"
@@ -4263,20 +4422,20 @@ msgstr ""
"Plattenplatz so aufzuteilen, dass Ihr Mandrakelinux darauf installiert\n"
"werden kann.\n"
"\n"
-"Da dieser Schritt normalerweise irreversibel ist, kann das Partitionieren\n"
-"für unerfahrene Anwender unangenehm und stressig sein. Dieser Assistent\n"
-"kann Ihnen diesen Schritt abnehmen. Lesen Sie dennoch vor Beginn im\n"
-"Handbuch die entsprechenden Passagen und lassen Sie sich Zeit mit der\n"
-"Entscheidung.\n"
+"Da dieser Schritt normalerweise irreversibel ist und auch zu Datenverlusten\n"
+"führen kann haben manche unerfahrenen User Hemmungen, diesen Schritt\n"
+"auszuführen. Glücklicherweise enthält DrakX einen Assistenten, der den\n"
+"Prozess sehr vereinfacht. Lesen Sie dennoch vor Beginn im Handbuch die\n"
+"entsprechenden Passagen und lassen Sie sich Zeit mit der Entscheidung.\n"
"\n"
"Abhängig vom aktuellen Zustand Ihrer Platte(n) haben Sie verschiedene\n"
"Alternativen:\n"
"\n"
" * „%s“: Dies führt einfach dazu, dass Ihre leere(n) Festplatte(n)\n"
"automatisch partitioniert werden; Sie müssen sich also um nichts weiter\n"
-"kümmern.(*)\n"
+"kümmern.\n"
"\n"
-" * „%s“: Der Assistent hat eine oder mehrere existierende Linux Partitionen\n"
+" * „%s“: Der Assistent hat eine oder mehrere existierende Linux-Partitionen\n"
"auf Ihrer Platte gefunden. Wählen Sie diese Schaltfläche, falls Sie sie\n"
"behalten wollen. Sie werden dann gebeten, die Einhängpunkte der Partitionen\n"
"anzugeben. Als Vorgabe erhalten Sie die Einhängpunkte der gefundenen\n"
@@ -4305,8 +4464,9 @@ msgstr ""
" !! Wenn Sie diese Variante wählen, werden alle Ihre Daten auf der Platte\n"
"gelöscht! !!\n"
"\n"
-" * „%s“: Bei dieser Variante werden alle Windows Partitionen gelöscht und\n"
-"die Platte(n) komplett neu partitioniert.\n"
+" * „%s“: Diese Option erscheint, wenn der gesamte Platz von Microsoft\n"
+"Windows eingenommen wird. Bei der Auswahl der Option wird einfach der\n"
+"gesamte Inhalt der Platte gelöscht und neu partitioniert.\n"
"\n"
" !! Wenn Sie diese Variante wählen, werden alle Ihre Daten auf der Platte\n"
"gelöscht! !!\n"
@@ -4317,64 +4477,57 @@ msgstr ""
"vornehmen, aber gleichzeitig auch sehr leicht Daten verlieren können. Diese\n"
"Option ist nur geeignet, wenn Sie wissen, was Sie tun. Um zu erfahren, wie\n"
"Sie DiskDrake verwenden können, lesen Sie bitte das Kapitel „Ihre\n"
-"Partitionen verwalten„ im „Starter Handbuch“\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"
-"dürfen. Diese Regelung stammt noch aus der Zeit, als Politiker nur\n"
-"proprietäre kommerzielle BSe kannten und sich nicht vorstellen konnten,\n"
-"dass es freie und sogar kostenlose Alternativen gibt. Jeder Käufer eines\n"
-"Komplettrechners ohne BS wurde quasi mit einem Raubkopierer von Produkten\n"
-"aus Redmond gleichgesetzt."
+"Partitionen verwalten“ im „Starter Handbuch“."
-#: help.pm:389 install_interactive.pm:95
+#: help.pm:374 install_interactive.pm:95
#, c-format
msgid "Use free space"
msgstr "Freien Platz verwenden"
-#: help.pm:389
+#: help.pm:374
#, c-format
msgid "Use existing partition"
msgstr "Verwende existierende Partition(en)"
-#: help.pm:389 install_interactive.pm:137
+#: help.pm:374 install_interactive.pm:137
#, c-format
msgid "Use the free space on the Windows partition"
msgstr "Den freien Platz der Windows-Partition verwenden"
-#: help.pm:389 install_interactive.pm:211
+#: help.pm:374 install_interactive.pm:213
#, c-format
msgid "Erase entire disk"
msgstr "Komplette Platte löschen"
-#: help.pm:389
+#: help.pm:374
#, c-format
msgid "Remove Windows"
msgstr "Windows™ löschen"
-#: help.pm:389 install_interactive.pm:226
+#: help.pm:374 install_interactive.pm:228
#, c-format
msgid "Custom disk partitioning"
msgstr "Benutzerdefinierte Partitionierung"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:392
+#: help.pm:377
#, c-format
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"%s\" to reboot the system. Don't forget to\n"
-"remove the installation media (CD-ROM or floppy). The first thing you\n"
+"ready to be used. Just click on \"%s\" to reboot the system. Don't forget\n"
+"to remove the installation media (CD-ROM or floppy). The first thing you\n"
"should see after your computer has finished doing its hardware tests is the\n"
-"bootloader menu, giving you the choice of which operating system to start.\n"
+"boot-loader menu, giving you the choice of which operating system to start.\n"
"\n"
"The \"%s\" button shows two more buttons to:\n"
"\n"
-" * \"%s\": to create an installation floppy disk that will automatically\n"
-"perform a whole installation without the help of an operator, similar to\n"
-"the installation you just configured.\n"
+" * \"%s\": enables you to create an installation floppy disk which will\n"
+"automatically perform a whole installation without the help of an operator,\n"
+"similar to the installation you've just configured.\n"
"\n"
-" Note that two different options are available after clicking the button:\n"
+" Note that two different options are available after clicking on that\n"
+"button:\n"
"\n"
" * \"%s\". This is a partially automated installation. The partitioning\n"
"step is the only interactive procedure.\n"
@@ -4382,18 +4535,26 @@ msgid ""
" * \"%s\". Fully automated installation: the hard disk is completely\n"
"rewritten, all data is lost.\n"
"\n"
-" This feature is very handy when installing a number of similar machines.\n"
-"See the Auto install section on our web site for more information.\n"
+" This feature is very handy when installing on a number of similar\n"
+"machines. See the Auto install section on our web site for more\n"
+"information.\n"
+"\n"
+" * \"%s\"(*): saves a list of the packages selected in this installation.\n"
+"To use this selection with another installation, insert the floppy and\n"
+"start the installation. At the prompt, press the [F1] key, type >>linux\n"
+"defcfg=\"floppy\"<< and press the [Enter] key.\n"
"\n"
-" * \"%s\": saves a list of the packages selected in this installation. To\n"
-"use this selection with another installation, insert the floppy and start\n"
-"the installation. At the prompt, press the [F1] key and type >>linux\n"
-"defcfg=\"floppy\" <<."
+"(*) You need a FAT-formatted floppy. To create one under GNU/Linux, type\n"
+"\"mformat a:\", or \"fdformat /dev/fd0\" followed by \"mkfs.vfat\n"
+"/dev/fd0\"."
msgstr ""
"Nun ist es soweit, die Installation ist abgeschlossen und Ihr neues\n"
-"Betriebssystem sollte einsatzbereit sein. Bei einem Neustart können Sie\n"
-"zwischen den auf Ihrer Platte installierten Betriebssystemen auswählen.\n"
-"Klicken Sie nur noch auf „%s“ und das System wird neu gestartet.\n"
+"Betriebssystem sollte einsatzbereit sein. Klicken Sie nur noch auf „%s“ und\n"
+"das System wird neu gestartet. Vergessen Sie nicht, vorher das\n"
+"Installationsmedium (CD oder Diskette) zu entfernen. Das erste, was Sie bei\n"
+"dem Neustart nach dem Hardwaretest Ihres Computers sehen, ist das\n"
+"Auswahlmenü Ihres Bootloaders, aus dem Sie das zu startende Betriebssystems\n"
+"auswählen können.\n"
"\n"
"Die Schaltfläche „%s“ liefert zwei weitere Schaltflächen:\n"
"\n"
@@ -4415,68 +4576,64 @@ msgstr ""
"identischer Rechner einrichten will. Weitere Informationen erhalten Sie\n"
"auch auf der Seite Auto install\n"
"\n"
-" * „%s“: Sie speichern damit die Paketauswahl, die Sie vorher getroffen\n"
+" * „%s“:(*) Sie speichern damit die Paketauswahl, die Sie vorher getroffen\n"
"haben. Wenn Sie später eine erneute Installation vornehmen wollen, legen\n"
"Sie einfach die Diskette ins Laufwerk und starten Sie die Installation\n"
"mittels [F1] an der ersten Eingabeaufforderung. Geben Sie dann »linux\n"
-"defcfg=\"floppy\"« ein."
+"defcfg=\"floppy\"« ein.\n"
+"\n"
+"(*) Sie benötigen eine FAT formatierte Diskette (Mittels „mformat a:“ oder\n"
+"„fdformat /dev/fd0“, gefolgt von „mkfs.vfat /dev/fd0“ können Sie unter\n"
+"GNU/Linux eine solche erstellen)."
-#: help.pm:418
+#: help.pm:409
#, c-format
msgid "Generate auto-install floppy"
msgstr "Erstellen einer Autoinstallations-Diskette"
-#: help.pm:418 install_steps_interactive.pm:1316
+#: help.pm:409 install_steps_interactive.pm:1363
#, c-format
msgid "Replay"
msgstr "Erneut abspielen"
-#: help.pm:418 install_steps_interactive.pm:1316
+#: help.pm:409 install_steps_interactive.pm:1363
#, c-format
msgid "Automated"
msgstr "Automatisiert"
-#: help.pm:418 install_steps_interactive.pm:1319
+#: help.pm:409 install_steps_interactive.pm:1366
#, c-format
msgid "Save packages selection"
msgstr "Paketauswahl speichern"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:421
+#: help.pm:412
#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
+"If you chose to reuse some legacy GNU/Linux partitions, you may wish to\n"
+"reformat some of them and erase any data they contain. To do so, please\n"
+"select those partitions as well.\n"
"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
+"Please note that it's not necessary to reformat all pre-existing\n"
"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
+"system (such as \"/\", \"/usr\" or \"/var\") but you don't have to reformat\n"
+"partitions containing data that you wish to keep (typically \"/home\").\n"
"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"it.\n"
+"Please be careful when selecting partitions. After the formatting is\n"
+"completed, all data on the selected partitions will be deleted and you\n"
+"won't be able to recover it.\n"
"\n"
-"Click on \"%s\" when you are ready to format the partitions.\n"
+"Click on \"%s\" when you're ready to format the partitions.\n"
"\n"
"Click on \"%s\" if you want to choose another partition for your new\n"
"Mandrakelinux operating system installation.\n"
"\n"
-"Click on \"%s\" if you wish to select partitions that will be checked for\n"
+"Click on \"%s\" if you wish to select partitions which will be checked for\n"
"bad blocks on the disk."
msgstr ""
-"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"
-"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"
+"Sie erhalten hier die Möglichkeit bereits existierende Partitionen neu zu\n"
+"formatieren, um die darauf vorhandenen Daten zu löschen. Markieren Sie\n"
"diese einfach ebenfalls in der Liste.\n"
"\n"
"Es sei angemerkt, dass nicht alle Partitionen neu formatiert werden müssen.\n"
@@ -4491,37 +4648,37 @@ msgstr ""
"Wenn Sie alle Einstellungen vorgenommen haben, betätigen Sie die\n"
"Schaltfläche „%s“, um mit dem Formatieren der Partitionen zu beginnen.\n"
"\n"
-"Betätigen Sie „%s“, wenn Sie eine andere Partition für Ihr neues Mandrake\n"
-"Linux vorgesehen haben.\n"
+"Betätigen Sie „%s“, wenn Sie eine andere Partition für Ihr neues\n"
+"Mandrakelinux vorgesehen haben.\n"
"\n"
"Betätigen Sie die Schaltfläche „%s“, falls Sie Partitionen auf defekte\n"
"Blöcke untersuchen wollen."
-#: help.pm:444 help.pm:1005 install_steps_gtk.pm:433 interactive.pm:404
-#: interactive/newt.pm:307 printer/printerdrake.pm:3088
-#: standalone/drakTermServ:376 standalone/drakbackup:3880
-#: standalone/drakbackup:3919 standalone/drakbackup:4030
-#: standalone/drakbackup:4045 ugtk2.pm:508
+#: help.pm:431 install_steps_gtk.pm:402 interactive.pm:404
+#: interactive/newt.pm:316 printer/printerdrake.pm:3266
+#: standalone/drakTermServ:351 standalone/drakbackup:3901
+#: standalone/drakbackup:3940 standalone/drakbackup:4051
+#: standalone/drakbackup:4066 ugtk2.pm:513
#, c-format
msgid "Previous"
msgstr "Zurück"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:447
+#: help.pm:434
#, c-format
msgid ""
-"At the time you are installing Mandrakelinux, it is likely that some\n"
-"packages will have been updated since the initial release. Bugs may have\n"
-"been fixed, security issues resolved. To allow you to benefit from these\n"
-"updates, you are now able to download them from the Internet. Check \"%s\"\n"
-"if you have a working Internet connection, or \"%s\" if you prefer to\n"
-"install updated packages later.\n"
+"By the time you install Mandrakelinux, it's likely that some packages will\n"
+"have been updated since the initial release. Bugs may have been fixed,\n"
+"security issues resolved. To allow you to benefit from these updates,\n"
+"you're now able to download them from the Internet. Check \"%s\" if you\n"
+"have a working Internet connection, or \"%s\" if you prefer to install\n"
+"updated packages later.\n"
"\n"
-"Choosing \"%s\" will display a list of places from which updates can be\n"
-"retrieved. You should choose one near to you. A package-selection tree will\n"
-"appear: review the selection, and press \"%s\" to retrieve and install the\n"
-"selected package(s), or \"%s\" to abort."
+"Choosing \"%s\" will display a list of web locations from which updates can\n"
+"be retrieved. You should choose one near to you. A package-selection tree\n"
+"will appear: review the selection, and press \"%s\" to retrieve and install\n"
+"the selected package(s), or \"%s\" to abort."
msgstr ""
"Es ist sehr wahrscheinlich, dass zum Zeitpunkt Ihrer Mandrakelinux\n"
"Installation bereits einige Pakete aktualisiert wurden, etwa da noch Fehler\n"
@@ -4540,54 +4697,52 @@ msgstr ""
"werden nun angefordert und installiert. Sollten Sie das nicht wünschen,\n"
"betätigen Sie einfach die Schaltfläche „%s“."
-#: help.pm:457 help.pm:602 install_steps_gtk.pm:432
-#: install_steps_interactive.pm:148 standalone/drakbackup:4077
+#: help.pm:444 help.pm:588 install_steps_gtk.pm:401
+#: install_steps_interactive.pm:158 standalone/drakbackup:4098
#, c-format
msgid "Install"
msgstr "Installation"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:460
+#: help.pm:447
#, c-format
msgid ""
-"At this point, DrakX will allow you to choose the security level desired\n"
-"for the machine. As a rule of thumb, the security level should be set\n"
-"higher if the machine will contain crucial data, or if it will be a machine\n"
-"directly exposed to the Internet. The trade-off of a higher security level\n"
-"is generally obtained at the expense of ease of use.\n"
+"At this point, DrakX will allow you to choose the security level you desire\n"
+"for your machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine is to contain crucial data, or if it's to be directly\n"
+"exposed to the Internet. The trade-off that a higher security level is\n"
+"generally obtained at the expense of ease of use.\n"
"\n"
-"If you do not know what to choose, stay with the default option. You will\n"
-"be able to change that security level later with tool draksec from the\n"
-"Mandrake Control Center.\n"
+"If you don't know what to choose, keep the default option. You'll be able\n"
+"to change it later with the draksec tool, which is part of Mandrakelinux\n"
+"Control Center.\n"
"\n"
-"The \"%s\" field can inform the system of the user on this computer who\n"
-"will be responsible for security. Security messages will be sent to that\n"
-"address."
+"Fill the \"%s\" field with the e-mail address of the person responsible for\n"
+"security. Security messages will be sent to that address."
msgstr ""
-"Nun ist es an der Zeit, die gewünschte Sicherheitsebene für Ihr System\n"
-"festzulegen. Als Faustregel sollte hier dienen: Je zugänglicher die\n"
-"Maschine ist und je kritischer die auf ihr gesicherten Daten sind, desto\n"
-"höher sollte die Sicherheitsebene sein. Andererseits geht die gewonnene\n"
-"Sicherheit zulasten der Benutzerfreundlichkeit und Einfachheit, mit der\n"
-"gewisse Befehle/Abläufe durchgeführt werden können.\n"
+"Nun ist es an der Zeit, mittels DrakX die gewünschte Sicherheitsebene für\n"
+"Ihr System festzulegen. Als Faustregel sollte hier dienen: Je zugänglicher\n"
+"die Maschine ist und je kritischer die auf ihr gesicherten Daten sind,\n"
+"desto höher sollte die Sicherheitsebene sein. Andererseits geht die\n"
+"gewonnene Sicherheit zulasten der Benutzerfreundlichkeit und Einfachheit.\n"
"\n"
"Sollten Sie sich an dieser Stelle nicht sicher sein, so behalten Sie die\n"
"Standardeinstellung bei. Sie können die Ebene später noch mittels draksec\n"
-"im Mandrake Control Center anpassen.\n"
+"im Mandrakelinux Control Center anpassen.\n"
"\n"
"Das Feld „%s“ dient dazu, dem System mitzuteilen, wer für die Sicherheit\n"
"dieses Rechners verantwortlich ist. An dieses Kennzeichen/diese E-Mail\n"
"Adresse werden sicherheitsrelevante Informationen per E-Mail versandt."
-#: help.pm:472
+#: help.pm:458
#, c-format
msgid "Security Administrator"
msgstr "Sicherheitsadministrator:"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:475
+#: help.pm:461
#, c-format
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
@@ -4738,19 +4893,19 @@ msgstr ""
"einen Rettungskern samt RamDisk abzulegen, um in Notfällen starten zu\n"
"können."
-#: help.pm:544
-#, fuzzy, c-format
+#: help.pm:530
+#, c-format
msgid "Removable media auto-mounting"
msgstr "Wechselmedien automatisch einhängen"
-#: help.pm:544
+#: help.pm:530
#, c-format
msgid "Toggle between normal/expert mode"
msgstr "In den Normal-Modus wechseln"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:547
+#: help.pm:533
#, c-format
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
@@ -4814,56 +4969,57 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:578
+#: help.pm:564
#, c-format
msgid ""
-"\"%s\": check the current country selection. If you are not in this\n"
-"country, click on the \"%s\" button and choose another one. If your country\n"
-"is not in the first list shown, click the \"%s\" button to get the complete\n"
-"country list."
+"\"%s\": check the current country selection. If you're not in this country,\n"
+"click on the \"%s\" button and choose another. If your country isn't in the\n"
+"list shown, click on the \"%s\" button to get the complete country list."
msgstr ""
"„%s“: Kontrollieren Sie, ob die Auswahl des Staates, in dem Sie sich\n"
"befinden korrekt ist. Falls nicht, betätigen Sie bitte die Schaltfläche\n"
-"„%s“ und wählen Sie den richtigen. Ist Ihr Staat nicht in der Liste, die\n"
-"Sie gezeigt bekommen, können Sie über die Schaltfläche „%s“ eine\n"
-"vollständigere Liste erzwingen."
+"„%s“ und wählen Sie den richtigen. Ist Ihr Staat nicht in der Liste, können\n"
+"Sie über die Schaltfläche „%s“ eine vollständigere Liste erzwingen."
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:584
+#: help.pm:569
#, c-format
msgid ""
"This step is activated only if an existing GNU/Linux partition has been\n"
"found on your machine.\n"
"\n"
-"DrakX now needs to know if you want to perform a new install or an upgrade\n"
-"of an existing Mandrakelinux system:\n"
+"DrakX now needs to know if you want to perform a new installation or an\n"
+"upgrade of an existing Mandrakelinux system:\n"
"\n"
-" * \"%s\": For the most part, this completely wipes out the old system. If\n"
-"you wish to change how your hard drives are partitioned, or change the file\n"
-"system, you should use this option. However, depending on your partitioning\n"
-"scheme, you can prevent some of your existing data from being over-written.\n"
+" * \"%s\". For the most part, this completely wipes out the old system.\n"
+"However, depending on your partitioning scheme, you can prevent some of\n"
+"your existing data (notably \"home\" directories) from being over-written.\n"
+"If you wish to change how your hard drives are partitioned, or to change\n"
+"the file system, you should use this option.\n"
"\n"
-" * \"%s\": this installation class allows you to update the packages\n"
-"currently installed on your Mandrakelinux system. Your current\n"
-"partitioning scheme and user data is not altered. Most of other\n"
-"configuration steps remain available, similar to a standard installation.\n"
+" * \"%s\". This installation class allows you to update the packages\n"
+"currently installed on your Mandrakelinux system. Your current partitioning\n"
+"scheme and user data won't be altered. Most of the other configuration\n"
+"steps remain available and are similar to a standard installation.\n"
"\n"
"Using the ``Upgrade'' option should work fine on Mandrakelinux systems\n"
-"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"running version \"8.1\" or later. Performing an upgrade on versions prior\n"
"to Mandrakelinux version \"8.1\" is not recommended."
msgstr ""
"Dieser Schritt wird nur aufgerufen, wenn mindestens eine GNU/Linux\n"
"Partition auf Ihren Festplatten gefunden wird.\n"
"\n"
"DrakX fragt Sie nun nach der gewünschten Installationsart. Sie haben die\n"
-"Wahl zwischen einer Aktualisierung einer bereits vorhandenen Mandrake\n"
-"Linux-Version oder einer kompletten Neuinstallation:\n"
+"Wahl zwischen einer Aktualisierung einer bereits vorhandenen\n"
+"Mandrakelinux-Version oder einer kompletten Neuinstallation:\n"
"\n"
" * „%s“: Entfernt komplett ältere Versionen von Mandrakelinux, die noch\n"
"installiert sind - um genau zu sein, können Sie je nach aktuellem Inhalt\n"
"Ihrer Platte auch einige ältere Linux- oder anderweitige Partitionen\n"
-"unangetastet behalten.\n"
+"unangetastet behalten. Diese Installationsart ist gut, wenn Sie die\n"
+"Partitionseinteilung auf Ihrer Festplatte sowieso ändern oder das benutzte\n"
+"Dateisystem austauschen wollen\n"
"\n"
" * „%s“: Mit dieser Variante können Sie eine existierende Mandrakelinux\n"
"Version aktualisieren. Die Partitionstabellen sowie die persönlichen\n"
@@ -4876,28 +5032,27 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:605
+#: help.pm:591
#, c-format
msgid ""
-"Depending on the language you chose in section , DrakX will automatically\n"
-"select a particular type of keyboard configuration. Check that the\n"
-"selection suits you or choose another keyboard layout.\n"
+"Depending on the language you chose (), DrakX will automatically select a\n"
+"particular type of keyboard configuration. Check that the selection suits\n"
+"you or choose another keyboard layout.\n"
"\n"
-"Also, you may not have a keyboard that corresponds exactly to your\n"
+"Also, you may not have a keyboard which corresponds exactly to your\n"
"language: for example, if you are an English-speaking Swiss native, you may\n"
"have a Swiss keyboard. Or if you speak English and are located in Quebec,\n"
"you may find yourself in the same situation where your native language and\n"
-"country-set keyboard do not match. In either case, this installation step\n"
+"country-set keyboard don't match. In either case, this installation step\n"
"will allow you to select an appropriate keyboard from a list.\n"
"\n"
-"Click on the \"%s\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"Click on the \"%s\" button to be shown a list of supported keyboards.\n"
"\n"
"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
-"dialog will allow you to choose the key binding that will switch the\n"
+"dialog will allow you to choose the key binding which will switch the\n"
"keyboard between the Latin and non-Latin layouts."
msgstr ""
-"DrakX sucht aufgrund Ihrer Sprachauswahl das für Sie passende\n"
+"Entsprechend der ausgewählten Sprache ()versucht DrakX das für Sie passende\n"
"Tastaturlayout aus.\n"
"\n"
"Möglicherweise haben Sie jedoch eine Tastatur, die nicht dieser Einstellung\n"
@@ -4917,25 +5072,27 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:624
+#: help.pm:609
#, c-format
msgid ""
-"Your choice of preferred language will affect the language of the\n"
-"documentation, the installer and the system in general. Select first the\n"
-"region you are located in, and then the language you speak.\n"
+"The first step is to choose your preferred language.\n"
+"\n"
+"Your choice of preferred language will affect the installer, the\n"
+"documentation, and the system in general. First select the region you're\n"
+"located in, then the language you speak.\n"
"\n"
"Clicking on the \"%s\" button will allow you to select other languages to\n"
"be installed on your workstation, thereby installing the language-specific\n"
-"files for system documentation and applications. For example, if you will\n"
-"host users from Spain on your machine, select English as the default\n"
-"language in the tree view and \"%s\" in the Advanced section.\n"
+"files for system documentation and applications. For example, if Spanish\n"
+"users are to use your machine, select English as the default language in\n"
+"the tree view and \"%s\" in the Advanced section.\n"
"\n"
"About UTF-8 (unicode) support: Unicode is a new character encoding meant to\n"
-"cover all existing languages. Though full support for it in GNU/Linux is\n"
-"still under development. For that reason, Mandrakelinux will be using it\n"
-"or not depending on the user choices:\n"
+"cover all existing languages. However full support for it in GNU/Linux is\n"
+"still under development. For that reason, Mandrakelinux's use of UTF-8 will\n"
+"depend on the user's choices:\n"
"\n"
-" * If you choose a languages with a strong legacy encoding (latin1\n"
+" * If you choose a language with a strong legacy encoding (latin1\n"
"languages, Russian, Japanese, Chinese, Korean, Thai, Greek, Turkish, most\n"
"iso-8859-2 languages), the legacy encoding will be used by default;\n"
"\n"
@@ -4944,20 +5101,22 @@ msgid ""
" * If two or more languages are required, and those languages are not using\n"
"the same encoding, then unicode will be used for the whole system;\n"
"\n"
-" * Finally, unicode can also be forced for the system at user request by\n"
-"selecting option \"%s\" independently of which language(s) have been\n"
-"chosen.\n"
+" * Finally, unicode can also be forced for use throughout the system at a\n"
+"user's request by selecting the \"%s\" option independently of which\n"
+"languages were been chosen.\n"
"\n"
"Note that you're not limited to choosing a single additional language. You\n"
-"may choose several ones, or even install them all by selecting the \"%s\"\n"
-"box. Selecting support for a language means translations, fonts, spell\n"
-"checkers, etc. for that language will also be installed.\n"
+"may choose several, or even install them all by selecting the \"%s\" box.\n"
+"Selecting support for a language means translations, fonts, spell checkers,\n"
+"etc. will also be installed for that language.\n"
"\n"
-"To switch between the various languages installed on the system, you can\n"
-"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
-"language used by the entire system. Running the command as a regular user\n"
-"will only change the language settings for that particular user."
+"To switch between the various languages installed on your system, you can\n"
+"launch the \"localedrake\" command as \"root\" to change the language used\n"
+"by the entire system. Running the command as a regular user will only\n"
+"change the language settings for that particular user."
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. Wählen Sie zuerst die Region, in der Sie sich befinden,\n"
"anschließend die Sprache, die Sie sprechen.\n"
@@ -4968,11 +5127,11 @@ msgstr ""
"erlauben, wählen Sie Deutsch als Hauptsprache in der Liste und im\n"
"Fortgeschrittenen-Bereich „%s“.\n"
"\n"
-"Über UTF-8 (Unicode) Unterstützung: Unicode ist ein Zeichenkodierung, die\n"
+"Zur UTF-8 (Unicode) Unterstützung: Unicode ist ein Zeichenkodierung, die\n"
"die existierenden Kodierungen ablösen soll und die Zeichen aller\n"
"existierender Sprachen beinhalten. Komplette Unterstützung in GNU/Linux ist\n"
"leider immer noch nicht gegeben. Daher verwendet Mandrakelinux diese\n"
-"Kodierung je nach Wahl des Anwenders:\n"
+"Kodierung nur auf Wunsch des Anwenders:\n"
"\n"
" * Falls Sie eine Sprache nutzen, die eine gut unterstütztes Kodierung\n"
"verwendet (Sprachen mit Lateinischen Zeichen, Russisch, Griechisch,\n"
@@ -4993,67 +5152,78 @@ msgstr ""
"Übersetzungen der Programme, Schriften, Rechtschreibkorrekturen, etc.\n"
"\n"
"Um die Spracheinstellungen des ganzen Systems zwischen verschiedenen\n"
-"Sprachen umzuschalten, starten Sie einfach „/usr/sbin/localedrake“ unter\n"
-"dem privilegierten Kennzeichen „root“. Wollen Sie die Einstellungen nur für\n"
-"ein Kennzeichen ändern starten Sie den selben Befehl mit eben diesem\n"
+"Sprachen umzuschalten, starten Sie einfach „localedrake“ unter dem\n"
+"privilegierten Kennzeichen „root“. Wollen Sie die Einstellungen nur für ein\n"
+"Kennzeichen ändern starten Sie denselben Befehl mit eben diesem\n"
"Kennzeichen."
-#: help.pm:660
+#: help.pm:647
#, c-format
msgid "Espanol"
msgstr "Spanisch"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:663
-#, fuzzy, c-format
+#: help.pm:650
+#, c-format
msgid ""
"Usually, DrakX has no problems detecting the number of buttons on your\n"
"mouse. If it does, it assumes you have a two-button mouse and will\n"
"configure it for third-button emulation. The third-button mouse button of a\n"
-"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"two-button mouse can be obtained by simultaneously clicking the left and\n"
"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
"a PS/2, serial or USB interface.\n"
"\n"
-"In case you have a 3 buttons mouse without wheel, you can choose the mouse\n"
-"that says \"%s\". DrakX will then configure your mouse so that you can\n"
-"simulate the wheel with it: to do so, press the middle button and move your\n"
-"mouse up and down.\n"
+"If you have a 3-button mouse without a wheel, you can choose a \"%s\"\n"
+"mouse. DrakX will then configure your mouse so that you can simulate the\n"
+"wheel with it: to do so, press the middle button and move your mouse\n"
+"pointer up and down.\n"
"\n"
"If for some reason you wish to specify a different type of mouse, select it\n"
"from the list provided.\n"
"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
+"You can select the \"%s\" entry to chose a ``generic'' mouse type which\n"
+"will work with nearly all mice.\n"
+"\n"
+"If you choose a mouse other than the default one, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct and that the mouse is working correctly. If the mouse is not\n"
-"working well, press the space bar or [Return] key to cancel the test and to\n"
-"go back to the list of choices.\n"
+"working well, press the space bar or [Return] key to cancel the test and\n"
+"you will be returned to the mouse list.\n"
"\n"
-"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"Occasionally wheel mice are not detected automatically, so you will need to\n"
"select your mouse from a list. Be sure to select the one corresponding to\n"
"the port that your mouse is attached to. After selecting a mouse and\n"
-"pressing the \"%s\" button, a mouse image is displayed on-screen. Scroll\n"
-"the mouse wheel to ensure that it is activated correctly. Once you see the\n"
-"on-screen scroll wheel moving as you scroll your mouse wheel, test the\n"
-"buttons and check that the mouse pointer moves on-screen as you move your\n"
-"mouse."
+"pressing the \"%s\" button, a mouse image will be displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activating correctly. As you\n"
+"scroll your mouse wheel, you will see the on-screen scroll wheel moving.\n"
+"Test the buttons and check that the mouse pointer moves on-screen as you\n"
+"move your mouse about."
msgstr ""
-"DrakX versucht normalerweise die Anzahl Tasten Ihrer Maus zu erkennen.\n"
+"DrakX versucht normalerweise die Anzahl der Tasten Ihrer Maus zu erkennen.\n"
"Sollte das nicht möglich sein, so behandelt es Ihre Maus als\n"
"Zwei-Tasten-Maus und emuliert die mittlere Taste. Die mittlere Taste kann\n"
"dann durch gleichzeitiges Drücken der rechten und Linken Taste simuliert\n"
"werden. Üblicherweise erkennt DrakX korrekt, ob es sich um eine serielle,\n"
"eine PS/2- oder um eine USB-Maus handelt.\n"
"\n"
+"Falls Sie eine 3-Button-Maus ohne Rad haben können Sie eine Maus „%s“\n"
+"auswählen. DrakX wird dann Ihre Maus so einrichten, dass Sie das Rad in der\n"
+"folgenden Weise simulieren können: Sie drücken die mittlere Maustaste und\n"
+"bewegen Ihren Mauszeiger auf und ab.\n"
+"\n"
"Sollte dies nicht Ihren Vorstellungen entsprechen: Wählen Sie einfach Ihren\n"
"Maustyp aus der Liste, die Ihnen angezeigt wird.\n"
"\n"
-"Sollten Sie einen anderen Maustyp gewählt haben, als DrakX Ihnen vorschlug,\n"
-"können Sie die Funktionstüchtigkeit Ihrer Maus im angezeigten Dialog\n"
-"überprüfen. Verwenden Sie auch die Knöpfe und gegebenenfalls das Mausrad,\n"
-"um sicherzustellen, dass die festgelegten Einstellungen funktionieren.\n"
-"Falls nicht, drücken Sie die [Leertaste] oder die Eingabetaste, um zurück\n"
-"zum Auswahlmenü zu gelangen und suchen Sie einen anderen Treiber aus.\n"
+"Einen generischen Maustyp, der mit fast allen Maustypen funktioniert,\n"
+"können Sie über „%s“ einstellen.\n"
+"\n"
+"Sollten Sie einen anderen als den vorgeschlagenen Maustyp gewählt haben, so\n"
+"wird Ihnen ein Testfenster angezeigt. Verwenden Sie die Knöpfe und\n"
+"gegebenenfalls das Mausrad, um sicherzustellen, dass die festgelegten\n"
+"Einstellungen funktionieren. Falls nicht, drücken Sie die Leertaste oder\n"
+"die Eingabetaste, um zurück zum Auswahlmenü zu gelangen und suchen Sie\n"
+"einen anderen Treiber 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"
@@ -5062,14 +5232,19 @@ msgstr ""
"gezeigt. Bewegen Sie Räder und Tasten, um sicherzustellen, dass die Maus\n"
"richtig erkannt wurde."
-#: help.pm:691
-#, fuzzy, c-format
+#: help.pm:681
+#, c-format
msgid "with Wheel emulation"
-msgstr "3 Tasten mit Mausrad Emulation"
+msgstr "mit Mausrad Emulation"
+
+#: help.pm:681
+#, c-format
+msgid "Universal | Any PS/2 & USB mice"
+msgstr "Universal | Alle PS/2 & USB-Mäuse"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:694
+#: help.pm:684
#, c-format
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
@@ -5080,16 +5255,16 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:698
-#, fuzzy, c-format
+#: help.pm:688
+#, c-format
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"
+"system: you must enter the \"root\" password. \"Root\" is the system\n"
"administrator and is the only user authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if the password you chose is too easy. As you\n"
-"can see, you are not forced to enter a password, but we strongly advise you\n"
+"do everything! That's why you must choose a password which is difficult to\n"
+"guess: DrakX will tell you if the password you chose is too simple. As you\n"
+"can see, you're not forced to enter a password, but we strongly advise\n"
"against this. GNU/Linux is just as prone to operator error as any other\n"
"operating system. Since \"root\" can overcome all limitations and\n"
"unintentionally erase all data on partitions by carelessly accessing the\n"
@@ -5098,44 +5273,39 @@ msgid ""
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
"characters long. Never write down the \"root\" password -- it makes it far\n"
-"too easy to compromise a system.\n"
+"too easy to compromise your system.\n"
"\n"
-"One caveat -- do not make the password too long or complicated because you\n"
+"One caveat: don't make the password too long or too complicated because you\n"
"must be able to remember it!\n"
"\n"
-"The password will not be displayed on screen as you type it in. To reduce\n"
-"the chance of a blind typing error you will need to enter the password\n"
-"twice. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will be the one you will have use the first time you\n"
-"connect.\n"
+"The password won't be displayed on screen as you type it. To reduce the\n"
+"chance of a blind typing error you'll need to enter the password twice. If\n"
+"you do happen to make the same typing error twice, you'll have to use this\n"
+"``incorrect'' password the first time you'll try to connect as \"root\".\n"
"\n"
-"If you wish access to this computer to be controlled by an authentication\n"
-"server, click the \"%s\" button.\n"
+"If you want an authentication server to control access to your computer,\n"
+"click on the \"%s\" button.\n"
"\n"
"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one for \"%s\". If you do not know which\n"
+"services, select the appropriate one for \"%s\". If you don't know which\n"
"one to use, you should ask your network administrator.\n"
"\n"
-"If you happen to have problems with remembering passwords, if your computer\n"
-"will never be connected to the Internet and you absolutely trust everybody\n"
-"who uses your computer, you can choose to have \"%s\"."
-msgstr ""
-"Sie können nun das »root« Passwort für Ihr Mandrakelinux System eingeben.\n"
-"\n"
-"»root« ist das Benutzerkennzeichen des Systemadministrators. Er ist der\n"
-"einzige der berechtigt ist, neue Software zu installieren, Systemdateien zu\n"
-"ändern oder neue Benutzerkennzeichen anzulegen. Kurz gesagt: »root« darf\n"
-"alles! Wählen Sie deshalb das Passwort sehr sorgfältig aus! Unberechtigter\n"
-"Zugang zu diesem Kennzeichen ist extrem gefährlich für die Integrität Ihres\n"
-"Systems und der darauf enthaltenen Daten. Daher müssen Sie auch ein\n"
-"Passwort auswählen, was nicht leicht zu erraten ist; DrakX teilt Ihnen mit,\n"
-"wenn das Passwort zu einfach ist. Sie sehen, dass es auch möglich ist, kein\n"
-"Passwort zu vergeben. Wir raten Ihnen jedoch dringend davon ab! Glauben Sie\n"
-"nicht, dass nur, weil Sie GNU/Linux geladen haben, Ihre anderen\n"
-"Betriebssysteme vor Fehlern sicher sind. »root« hat keine Beschränkungen.\n"
-"Er könnte beispielsweise unbeabsichtigt erweise alle Daten auf allen\n"
-"Partitionen löschen, weil er unvorsichtigerweise auf die Partitionen selber\n"
-"zugegriffen hat!\n"
+"If you happen to have problems with remembering passwords, or if your\n"
+"computer will never be connected to the Internet and you absolutely trust\n"
+"everybody who uses your computer, you can choose to have \"%s\"."
+msgstr ""
+"Dies ist der wichtigste Punkt in der Absicherung Ihres neuen\n"
+"GNU/Linux-Systems: Sie müssen das Passwort für „root“ eingeben. „root“ ist\n"
+"der Systemadministrator. Er ist der einzige der berechtigt ist, neue\n"
+"Software zu installieren, Systemdateien zu ändern oder neue\n"
+"Benutzer anzulegen. Kurz gesagt: „root“ darf alles! Daher müssen\n"
+"Sie auch ein Passwort auswählen, was nicht leicht zu erraten ist; DrakX\n"
+"teilt Ihnen mit, wenn das Passwort zu einfach ist. Sie sehen, dass es auch\n"
+"möglich ist, kein Passwort zu vergeben. Wir raten Ihnen jedoch dringend\n"
+"davon ab! GNU/Linux ist genauso anfällig für Fehler wie jedes andere \n"
+"Betriebssystem. »root« hat keine Beschränkungen. Er könnte beispielsweise\n"
+"unbeabsichtigterweise alle Daten auf allen Partitionen löschen. Also sollte\n"
+"es schwierig gemacht werden, „root“ zu werden!\n"
"\n"
"Das Passwort sollte eine Mischung aus alphanumerischen Zeichen sein und\n"
"mindestens acht Zeichen lang. Es sollte niemals irgendwo aufgeschrieben\n"
@@ -5144,216 +5314,63 @@ msgstr ""
"Machen Sie das Passwort aber nicht zu lang oder zu kompliziert: Sie sollten\n"
"es sich ohne großen Aufwand merken können.\n"
"\n"
-"Sie müssen das Passwort zweimal eingeben - ein Tippfehler beim ersten\n"
-"Versuch könnte sonst zu einem Problem werden, da Sie anschließend das\n"
-"„falsche“ Passwort bei der Verbindung mit dem System eingeben müssten.\n"
+"Bei der Eingabe des Passwortes wird nichts angezeigt. Um ein Verschreiben\n"
+"bei dieser „Blindeingabe“ zu vermeiden müssen Sie das Passwort zweimal\n"
+"eingeben - ein Tippfehler beim ersten Versuch könnte sonst zu einem Problem\n"
+"werden, da Sie anschließend das „falsche“ Passwort bei der Verbindung mit\n"
+"dem System eingeben müssten.\n"
"\n"
"Wenn Sie wollen, dass der Zugang zu diesem Rechner über einen\n"
"Authentifizierungsserver verwaltet wird, betätigen Sie die Schaltfläche\n"
"„%s“.\n"
"\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"
+"wird, wählen Sie bitte den entsprechenden Menüpunkt für „%s“. Falls Sie "
+"nicht\n"
+"wissen, welches Protokoll Sie verwenden sollen, fragen Sie Ihren\n"
"Netzwerkadministrator.\n"
"\n"
-"Wenn Sie Probleme haben, sich Passwörter zu merken, können Sie die Option\n"
-"„%s“ wählen. Dennoch müssen wir Ihnen von dieser Möglichkeit abraten.\n"
-"Besonders wenn Sie mit Ihrem Rechner ständig oder auch nur zeitweise mit\n"
-"dem Internet verbunden sind."
+"Wenn Sie Probleme haben, sich Passwörter zu merken, oder Ihr Computer nie\n"
+"mit dem Internet verbunden wird und Sie allen Benutzern Ihres Computers\n"
+"absolut vertrauen, können Sie die Option „%s“ wählen."
-#: help.pm:733
+#: help.pm:722
#, c-format
msgid "authentication"
msgstr "Authentifizierung"
#. -PO: keep this short or else the buttons will not fit in the window
-#: help.pm:733 install_steps_interactive.pm:1146
+#: help.pm:722 install_steps_interactive.pm:1211
#, c-format
msgid "No password"
msgstr "Kein Passwort"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:736
-#, c-format
-msgid ""
-"This dialog allows you to fine tune your bootloader:\n"
-"\n"
-" * \"%s\": there are three choices for your bootloader:\n"
-"\n"
-" * \"%s\": if you prefer GRUB (text menu).\n"
-"\n"
-" * \"%s\": if you prefer LILO with its text menu interface.\n"
-"\n"
-" * \"%s\": if you prefer LILO with its graphical interface.\n"
-"\n"
-" * \"%s\": in most cases, you will not change the default (\"%s\"), but if\n"
-"you prefer, the bootloader can be installed on the second hard drive\n"
-"(\"%s\"), or even on a floppy disk (\"%s\");\n"
-"\n"
-" * \"%s\": after a boot or a reboot of the computer, this is the delay\n"
-"given to the user at the console to select a boot entry other than the\n"
-"default.\n"
-"\n"
-" * \"%s\": ACPI is a new standard (appeared during year 2002) for power\n"
-"management, notably for laptops. If you know your hardware supports it and\n"
-"you need it, check this box.\n"
-"\n"
-" * \"%s\": If you noticed hardware problems on your machine (IRQ conflicts,\n"
-"instabilities, machine freeze, ...) you should try disabling APIC by\n"
-"checking this box.\n"
-"\n"
-"!! Be aware that if you choose not to install a bootloader (by selecting\n"
-"\"%s\"), you must ensure that you have a way to boot your Mandrakelinux\n"
-"system! Be sure you know what you are doing before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"%s\" button in this dialog will offer advanced options which\n"
-"are normally reserved for the expert user."
-msgstr ""
-"DrakX bietet Ihnen einen Dialog mit verschiedenen Auswahlmöglichkeiten.\n"
-"\n"
-" * „%s“: Hier erhalten Sie drei Alternativen:\n"
-"\n"
-" * „%s“: Falls Sie GRUB (Textmenü) bevorzugen.\n"
-"\n"
-" * „%s“: Falls Sie LILO mit Textmenü als Ihren Favoriten ansehen.\n"
-"\n"
-" * „%s“: Falls Sie LILO mit seiner grafischen Oberfläche bevorzugen.\n"
-"\n"
-" * „%s“: Normalerweise müssen Sie hier nichts ändern („%s“), Sie könnten\n"
-"jedoch den Starter auch auf der zweiten Platte installieren, („%s“) oder\n"
-"sogar auf einer Diskette („%s“).\n"
-"\n"
-" * „%s“: Wenn Sie Ihren Rechner neu starten erhalten Sie im Menü der zur\n"
-"Verfügung stehenden BSe eine gewisse Zeit um auszuwählen, was Sie starten\n"
-"möchten. Sollten Sie während dieser Zeit keine Wahl getroffen haben, wird\n"
-"Ihr Standard-BS gestartet.\n"
-"\n"
-" * „%s“: ACPI ist ein neuer Standard für die Energieverwaltung (im Jahr\n"
-"2002 eingeführt), ursprünglich für Laptops vorgesehen. Falls Sie wissen,\n"
-"dass Ihre Hardware dieses Protokoll unterstützt, markieren Sie einfach\n"
-"dieses Feld.\n"
-"\n"
-" * „%s“: Falls Sie Hardwareprobleme bei Ihrem Rechner haben (IRQ Konflikte,\n"
-"Instabilitäten, Stehenbleiben des kompletten Systems, ...) sollten Sie\n"
-"versuchen, APIC zu deaktivieren, indem Sie diese Markierung löschen.\n"
-"\n"
-"!! Machen Sie sich klar, dass Sie sich selbst darum kümmern müssen,\n"
-"irgendwie Ihr Mandrakelinux-System zu starten, wenn Sie hier keinen\n"
-"Betriebssystemstarter installieren (durch Auswahl von „%s“). Stellen Sie\n"
-"auch sicher, dass Sie wissen was Sie tun, wenn Sie hier Einstellungen\n"
-"verändern ... !!\n"
-"\n"
-"Durch wählen der Schaltfläche „%s“ erhalten Sie etliche Optionen, die dem\n"
-"fortgeschrittenen Anwender vorbehalten bleiben."
-
-#: help.pm:768
-#, c-format
-msgid "GRUB"
-msgstr "GRUB"
-
-#: help.pm:768
-#, c-format
-msgid "/dev/hda"
-msgstr "/dev/hda"
-
-#: help.pm:768
-#, c-format
-msgid "/dev/hdb"
-msgstr "/dev/hdb"
-
-#: help.pm:768
-#, c-format
-msgid "/dev/fd0"
-msgstr "/dev/fd0"
-
-#: help.pm:768
-#, c-format
-msgid "Delay before booting the default image"
-msgstr "Wartezeit vor dem Starten des Standard-Betriebssystems"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:771
-#, c-format
-msgid ""
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options that will be available at boot time will be displayed.\n"
-"\n"
-"If there are other operating systems installed on your machine they will\n"
-"automatically be added to the boot menu. You can fine-tune the existing\n"
-"options by clicking \"%s\" to create a new entry; selecting an entry and\n"
-"clicking \"%s\" or \"%s\" to modify or remove it. \"%s\" validates your\n"
-"changes.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone who goes to the console and reboots the machine. You can delete the\n"
-"corresponding entries for the operating systems to remove them from the\n"
-"bootloader menu, but you will need a boot disk in order to boot those other\n"
-"operating systems!"
-msgstr ""
-"Nachdem Sie die allgemeinen BS-Starter Parameter eingestellt haben,\n"
-"bekommen Sie die Liste möglicher Betriebssystemalternativen für das\n"
-"Startmenü gezeigt.\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 „%s“, um ihn anzupassen oder zu löschen;\n"
-"„%s“ erzeugt einen neuen Eintrag; „%s“ löcht den markierten Eintrag und\n"
-"„%s“ bringt Sie zum nächsten Installationsschritt.\n"
-"\n"
-"Möglicherweise wollen Sie auch nicht, dass andere Anwender Zugriff 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 Systeme erreichen zu können!"
-
-#: help.pm:784 interactive.pm:295 interactive/gtk.pm:480
-#: standalone/drakbackup:1513 standalone/drakfont:589 standalone/drakfont:655
-#: standalone/drakups:280 standalone/drakups:329 standalone/drakups:349
-#: standalone/drakvpn:333 standalone/drakvpn:694
-#, c-format
-msgid "Add"
-msgstr "Hinzufügen"
-
-#: help.pm:784 interactive.pm:295 interactive/gtk.pm:480
-#, c-format
-msgid "Modify"
-msgstr "Ändern"
-
-#: help.pm:784 interactive.pm:295 interactive/gtk.pm:480
-#: standalone/drakups:282 standalone/drakups:331 standalone/drakups:351
-#: standalone/drakvpn:333 standalone/drakvpn:694
-#, c-format
-msgid "Remove"
-msgstr "Entfernen"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:787
+#: help.pm:725
#, c-format
msgid ""
-"LILO and GRUB are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. DrakX will analyze the disk boot sector and act according to\n"
-"what it finds there:\n"
+"A boot loader is a little program which is started by the computer at boot\n"
+"time. It's responsible for starting up the whole system. Normally, the boot\n"
+"loader installation is totally automated. DrakX will analyze the disk boot\n"
+"sector and act according to what it finds there:\n"
"\n"
" * if a Windows boot sector is found, it will replace it with a GRUB/LILO\n"
-"boot sector. This way you will be able to load either GNU/Linux or any\n"
-"other OS installed on your machine.\n"
+"boot sector. This way you'll be able to load either GNU/Linux or any other\n"
+"OS installed on your machine.\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
+" * if a GRUB or LILO boot sector is found, it'll replace it with a new one.\n"
"\n"
-"If it cannot make a determination, DrakX will ask you where to place the\n"
-"bootloader. Generally, the \"%s\" is the safest place. Choosing \"%s\"\n"
-"won't install any bootloader. Use it only if you know what you are doing."
+"If DrakX can't determine where to place the boot sector, it'll ask you\n"
+"where it should place it. Generally, the \"%s\" is the safest place.\n"
+"Choosing \"%s\" won't install any boot loader. Use this option only if you\n"
+"know what you're doing."
msgstr ""
-"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 Maßnahmen:\n"
+"Ein Betriebssystemstarter ist ein kleines Programm, das vom Computer\n"
+"während des Startvorganges aufgerufen wird. Es ist für den Start des\n"
+"gesamten Systems verantwortlich. Im Normalfall läuft die Installation des\n"
+"Betriebssystemstarters vollkommen automatisch ab. DrakX analysiert den\n"
+"Bootsektor und ergreift dann die passenden Maßnahmen:\n"
"\n"
" * Findet DrakX einen Windows-Bootsektor, ersetzt es ihn durch einen GRUB-\n"
"oder LILO-Bootsektor. Sie erhalten dadurch die Möglichkeit, beim\n"
@@ -5371,71 +5388,79 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:803
-#, fuzzy, c-format
+#: help.pm:742
+#, c-format
msgid ""
-"Now, it's time to select a printing system for your computer. Other OSs may\n"
-"offer you one, but Mandrakelinux offers two. Each of the printing systems\n"
-"is best suited to particular types of configuration.\n"
+"Now, it's time to select a printing system for your computer. Other\n"
+"operating systems may offer you one, but Mandrakelinux offers two. Each of\n"
+"the printing systems is best suited to particular types of configuration.\n"
"\n"
" * \"%s\" -- which is an acronym for ``print, don't queue'', is the choice\n"
"if you have a direct connection to your printer, you want to be able to\n"
-"panic out of printer jams, and you do not have networked printers. (\"%s\"\n"
+"panic out of printer jams, and you don't have networked printers. (\"%s\"\n"
"will handle only very simple network cases and is somewhat slow when used\n"
-"with networks.) It's recommended that you use \"pdq\" if this is your first\n"
-"experience with GNU/Linux.\n"
-"\n"
-" * \"%s\" - `` Common Unix Printing System'', is an excellent choice for\n"
-"printing to your local printer or to one halfway around the planet. It is\n"
-"simple to configure and can act as a server or a client for the ancient\n"
-"\"lpd \" printing system, so it is compatible with older operating systems\n"
-"which may still need print services. While quite powerful, the basic setup\n"
-"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
-"sure you turn on the \"cups-lpd \" daemon. \"%s\" includes graphical\n"
-"front-ends for printing or choosing printer options and for managing the\n"
-"printer.\n"
+"within networks.) It's recommended that you use \"pdq\" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"%s\" stands for `` Common Unix Printing System'' and is an excellent\n"
+"choice for printing to your local printer or to one halfway around the\n"
+"planet. It's simple to configure and can act as a server or a client for\n"
+"the ancient \"lpd\" printing system, so it's compatible with older\n"
+"operating systems which may still need print services. While quite\n"
+"powerful, the basic setup is almost as easy as \"pdq\". If you need to\n"
+"emulate a \"lpd\" server, make sure you turn on the \"cups-lpd\" daemon.\n"
+"\"%s\" includes graphical front-ends for printing or choosing printer\n"
+"options and for managing the printer.\n"
"\n"
"If you make a choice now, and later find that you don't like your printing\n"
-"system you may change it by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button."
+"system you may change it by running PrinterDrake from the Mandrakelinux\n"
+"Control Center and clicking on the \"%s\" button."
msgstr ""
"Hier können Sie das Drucksystem für Ihren Rechner wählen. Andere\n"
"Betriebssysteme bieten Ihnen nur eines, bei Mandrakelinux können Sie\n"
-"zwischen zwei verschiedenen wählen.\n"
+"zwischen zwei verschiedenen wählen. jedes dieser Systeme ist für eine\n"
+"bestimmte Konfiguration des Systems am besten geeignet.\n"
"\n"
-" * „%s“ - Es steht für „print, don't queue“ (engl. für „Drucken ohne\n"
+" * „%s“ -- 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"
"hängt und Sie keine Netzwerkdrucker verwenden wollen, ist dies das\n"
-"Drucksystem Ihrer Wahl. Es kann zwar auch mit Netzwerkdruckern umgehen, ist\n"
+"Drucksystem Ihrer Wahl. „%s“ kann zwar auch mit Netzwerkdruckern umgehen, "
+"ist\n"
"dabei aber extrem langsam. Wählen Sie „pdq“, wenn Sie ein GNU/Linux Neuling\n"
"sind.\n"
"\n"
" * „%s“ - Mit dem „Common Unix Printing System“ (engl. für „Allgemeines\n"
-"Unix-Drucksystem“) können Sie ebenso gut um auf Ihrem direkt\n"
-"angeschlossenen Drucker drucken, wie auf einem Drucker, der an einem Server\n"
-"auf der anderen Seite der Welt hängt. Es ist einfach zu bedienen und kann\n"
-"sowohl als Server als auch als Klient für das alte „lpd“-Drucksystem\n"
-"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"
+"Unix-Drucksystem“) können Sie ebensogut auf Ihrem direkt angeschlossenen\n"
+"Drucker drucken, wie auf einem Drucker, der an einem Server auf der anderen\n"
+"Seite der Welt hängt. Es ist einfach zu bedienen und kann sowohl als Server\n"
+"als auch als Klient für das alte „lpd“-Drucksystem verwendet werden - Es\n"
+"ist somit rückwärtskompatibel. Es ist sehr mächtig, in seiner\n"
+"Grundeinstellung verhält es sich jedoch genau wie „pdq“. Wenn Sie einen\n"
+"„lpd“ Server benötigen, müssen Sie einfach nur den „cups-lpd“ Dämon\n"
+"starten. „%s“ bietet grafische Konfigurations- und Druckmenüs.\n"
"\n"
-"Sie können diese Wahl später immer wieder ändern, indem Sie PrinterDrake im\n"
-"Mandrake-Kontrollzentrum starten und dort die Schaltfläche „%s“ betätigen."
+"Sie können diese Wahl später immer wieder ändern, indem Sie PrinterDrake\n"
+"aus dem Mandrakelinux Control Center starten und dort die Schaltfläche „%s“\n"
+"betätigen."
-#: help.pm:826
+#: help.pm:765
#, c-format
msgid "pdq"
msgstr "pdq"
-#: help.pm:826 printer/cups.pm:115 printer/data.pm:83
+#: help.pm:765 printer/cups.pm:115 printer/data.pm:104
#, c-format
msgid "CUPS"
msgstr "CUPS"
+#: help.pm:765
+#, c-format
+msgid "Expert"
+msgstr "Expertenmodus"
+
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:829
+#: help.pm:768
#, c-format
msgid ""
"DrakX will first detect any IDE devices present in your computer. It will\n"
@@ -5477,243 +5502,76 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:847
-#, fuzzy, c-format
-msgid ""
-"You can add additional entries in yaboot for other operating systems,\n"
-"alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is the name you will have to type at the yaboot prompt to\n"
-"select this boot option.\n"
-"\n"
-" * Image: this is the name of the kernel to boot. Typically, vmlinux or a\n"
-"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 often used to\n"
-"assist in initializing video hardware, or to enable keyboard mouse button\n"
-"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
-"The following are some examples:\n"
-"\n"
-" \t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
-"\n"
-" \t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * 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 4096 Kbytes. If you\n"
-"need to allocate a large ramdisk, this option can be used to specify a\n"
-"ramdisk larger than the default.\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially mounted as\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"You can override the default with 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
-"highlighted with a ``*'' if you press [Tab] to see the boot selections."
-msgstr ""
-"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"
-"angeben.\n"
-"\n"
-"Für Linux gibt es einige Parameter:\n"
-"\n"
-" * „%s“: Es handelt sich um den Namen, den Sie an der yaboot\n"
-"Eingabeaufforderung angeben müssen, um diese Alternative zu wählen.\n"
-"\n"
-" * „%s“: 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"
-" * „%s“: Die Verzeichnisbaumwurzel „/“ Ihrer Linux Installation.\n"
-"\n"
-" * „%s“: Auf Apple Hardware, wird die Übergabemöglichkeit weiterer\n"
-"Kernparameter häufig verwendet, um die Grafikausgabe richtig zu\n"
-"konfigurieren oder die Tastaturemulation der Mausknöpfe einzuschalten, da\n"
-"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"
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * „%s“: Dieser Parameter kann entweder verwendet werden, um beim\n"
-"Betriebssystemstart bereits zusätzliche Kern-Module zur Verfügung zu haben,\n"
-"ohne dass das Start-Gerät zur Verfügung steht oder um ein RamDisk Abbild\n"
-"für den BS-Start in Notfällen zur Verfügung zu haben.\n"
-"\n"
-" * „%s“: Standardmäßig ist eine RamDisk 4096 KB groß. Sollten Sie eine\n"
-"größere RamDisk benötigen, können Sie das mit diesem Parameter einstellen.\n"
-"\n"
-" * „%s“: Normalerweise wird die Verzeichnisbaumwurzel zuerst im\n"
-"Nur-Lese-Modus eingehängt, um eine Dateisystem-Verifikation durchführen zu\n"
-"können, bevor das Betriebssystem seinen Dienst aufnimmt. Diesen Umstand\n"
-"können Sie hier abstellen.\n"
-"\n"
-" * „%s“: Sollte sich die Apple Grafik-Hardware als extrem problematisch\n"
-"erweisen, können Sie diesen Parameter verwenden um im sog. „novideo“-Modus,\n"
-"also im FrameBuffer-Modus zu starten.\n"
-"\n"
-" * „%s“: Wählt diesen Eintrag als Standard Linux-Kern, den Sie durch\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/manualB/modules/de/drakx-chapter.xml
-#: help.pm:894
-#, fuzzy, c-format
-msgid ""
-"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
-"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
-"detected and installed in the bootloader menu. If this is not the case, you\n"
-"can add an entry by hand in this screen. Take care to choose the correct\n"
-"parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt.\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information.\n"
-"\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 increments\n"
-"before your default kernel description is selected;\n"
-"\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: 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"
-"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"
-"\n"
-" * „%s“: Ein Text, der vor der Eingabeaufforderung angezeigt wird.\n"
-"\n"
-" * „%s“: Hiermit wird angegeben, wohin die Informationen zum Starten Ihres\n"
-"GNU/Linux Systems geschrieben werden sollen.\n"
-"\n"
-" * „%s“: Im Gegensatz zu LILO, stehen mit yaboot zwei Verzögerungen zur\n"
-"Verfügung. Die erste Verzögerung wird in Sekunden angegeben und dient zur\n"
-"Auswahl zwischen CD, OF Boot, MacOS oder Linux.\n"
-"\n"
-" * „%s“: Diese Verzögerung entspricht der LILO Start-Verzögerung. Sie haben\n"
-"nach der Auswahl von GNU/Linux diese Verzögerung (in 0,1 Sekunden\n"
-"Schritten) Zeit, bis der Standardkern geladen wird.\n"
-"\n"
-" * „%s“: Markieren dieses Punkts erlaubt es Ihnen an der ersten\n"
-"Eingabeaufforderung [C] für den Start von CD zu wählen.\n"
-"\n"
-" * „%s“: Markieren dieses Punkts erlaubt es Ihnen an der ersten\n"
-"Eingabeaufforderung [N] für den Open Firmware Start zu wählen.\n"
-"\n"
-" * „%s“: Hiermit stellen Sie ein, welches Betriebssystem nach Ablauf der\n"
-"Open Firmware Verzögerung automatisch gestartet werden soll."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:926
+#: help.pm:786
#, c-format
msgid ""
-"\"%s\": if a sound card is detected on your system, it is displayed here.\n"
-"If you notice the sound card displayed is not the one that is actually\n"
-"present on your system, you can click on the button and choose another\n"
-"driver."
+"\"%s\": if a sound card is detected on your system, it'll be displayed\n"
+"here. If you notice the sound card isn't the one actually present on your\n"
+"system, you can click on the button and choose a different driver."
msgstr ""
"„%s“: Falls eine Soundkarte in Ihrem Rechner gefunden wurde, wird sie hier\n"
"angezeigt. Sollte die von DrakX getroffene Auswahl nicht korrekt sein,\n"
"betätigen Sie einfach die Schaltfläche, um sie zu korrigieren."
-#: help.pm:929 help.pm:991 install_steps_interactive.pm:954
-#: install_steps_interactive.pm:971
+#: help.pm:788 help.pm:855 install_steps_interactive.pm:1019
+#: install_steps_interactive.pm:1036
#, c-format
msgid "Sound card"
msgstr "Soundkarte"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:932
-#, fuzzy, c-format
+#: help.pm:791
+#, c-format
msgid ""
-"As a review, DrakX will present a summary of information it has about your\n"
-"system. Depending on your installed hardware, you may have some or all of\n"
-"the following entries. Each entry is made up of the configuration item to\n"
-"be configured, followed by a quick summary of the current configuration.\n"
-"Click on the corresponding \"%s\" button to change that.\n"
+"As a review, DrakX will present a summary of information it has gathered\n"
+"about your system. Depending on the hardware installed on your machine, you\n"
+"may have some or all of the following entries. Each entry is made up of the\n"
+"hardware item to be configured, followed by a quick summary of the current\n"
+"configuration. Click on the corresponding \"%s\" button to make the change.\n"
"\n"
" * \"%s\": check the current keyboard map configuration and change it if\n"
"necessary.\n"
"\n"
-" * \"%s\": check the current country selection. If you are not in this\n"
-"country, click on the \"%s\" button and choose another one. If your country\n"
-"is not in the first list shown, click the \"%s\" button to get the complete\n"
+" * \"%s\": check the current country selection. If you're not in this\n"
+"country, click on the \"%s\" button and choose another. If your country\n"
+"isn't in the list shown, click on the \"%s\" button to get the complete\n"
"country list.\n"
"\n"
-" * \"%s\": By default, DrakX deduces your time zone based on the country\n"
+" * \"%s\": by default, DrakX deduces your time zone based on the country\n"
"you have chosen. You can click on the \"%s\" button here if this is not\n"
"correct.\n"
"\n"
-" * \"%s\": check the current mouse configuration and click on the button to\n"
-"change it if necessary.\n"
+" * \"%s\": verify the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
" * \"%s\": clicking on the \"%s\" button will open the printer\n"
"configuration wizard. Consult the corresponding chapter of the ``Starter\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"
+"Guide'' for more information on how to set up a new printer. The interface\n"
+"presented in our manual is similar to the one used during installation.\n"
"\n"
-" * \"%s\": if a sound card is detected on your system, it is displayed\n"
-"here. If you notice the sound card displayed is not the one that is\n"
-"actually present on your system, you can click on the button and choose\n"
-"another driver.\n"
+" * \"%s\": if a sound card is detected on your system, it'll be displayed\n"
+"here. If you notice the sound card isn't the one actually present on your\n"
+"system, you can click on the button and choose a different driver.\n"
+"\n"
+" * \"%s\": if you have a TV card, this is where information about its\n"
+"configuration will be displayed. If you have a TV card and it isn't\n"
+"detected, click on \"%s\" to try to configure it manually.\n"
+"\n"
+" * \"%s\": you can click on \"%s\" to change the parameters associated with\n"
+"the card if you feel the configuration is wrong.\n"
"\n"
" * \"%s\": by default, DrakX configures your graphical interface in\n"
-"\"800x600\" or \"1024x768\" resolution. If that does not suit you, click on\n"
+"\"800x600\" or \"1024x768\" resolution. If that doesn't suit you, click on\n"
"\"%s\" to reconfigure your graphical interface.\n"
"\n"
-" * \"%s\": if a TV card is detected on your system, it is displayed here.\n"
-"If you have a TV card and it is not detected, click on \"%s\" to try to\n"
-"configure it manually.\n"
-"\n"
-" * \"%s\": if an ISDN card is detected on your system, it will be displayed\n"
-"here. You can click on \"%s\" to change the parameters associated with the\n"
-"card.\n"
+" * \"%s\": if you wish to configure your Internet or local network access,\n"
+"you can do so now. Refer to the printed documentation or use the\n"
+"Mandrakelinux Control Center after the installation has finished to benefit\n"
+"from full in-line help.\n"
"\n"
-" * \"%s\": If you wish to configure your Internet or local network access\n"
-"now.\n"
+" * \"%s\": allows to configure HTTP and FTP proxy addresses if the machine\n"
+"you're installing on is to be located behind a proxy server.\n"
"\n"
" * \"%s\": this entry allows you to redefine the security level as set in a\n"
"previous step ().\n"
@@ -5723,17 +5581,19 @@ msgid ""
"the corresponding section of the ``Starter Guide'' for details about\n"
"firewall settings.\n"
"\n"
-" * \"%s\": if you wish to change your bootloader configuration, click that\n"
-"button. This should be reserved to advanced users.\n"
+" * \"%s\": if you wish to change your bootloader configuration, click this\n"
+"button. This should be reserved to advanced users. Refer to the printed\n"
+"documentation or the in-line help about bootloader configuration in the\n"
+"Mandrakelinux Control Center.\n"
"\n"
-" * \"%s\": here you'll be able to fine control which services will be run\n"
+" * \"%s\": through this entry you can fine tune which services will be run\n"
"on your machine. If you plan to use this machine as a server it's a good\n"
"idea to review this setup."
msgstr ""
"Nun bekommen Sie eine Zusammenfassung verschiedener Informationen Ihres\n"
"Systems. Je nach vorhandener Hardware sehen Sie hier (oder eben nicht) die\n"
"folgende Einträge. Jeder Eintrag besteht aus einem konfigurierbaren Gerät\n"
-"gefolgt vom dessen aktuellen Zustand. Durch betätigen der Schaltfläche „%s“\n"
+"gefolgt vom dessen aktuellen Zustand. Durch Betätigen der Schaltfläche „%s“\n"
"können Sie diesen ändern.\n"
"\n"
" * „%s“: Kontrollieren Sie die aktuelle Tastaturvorgabe und wählen Sie die\n"
@@ -5741,14 +5601,12 @@ msgstr ""
"\n"
" * „%s“: Kontrollieren Sie, ob die Auswahl des Staates, in dem Sie sich\n"
"befinden korrekt ist. Falls nicht, betätigen Sie bitte die Schaltfläche\n"
-"„%s“ und wählen Sie den richtigen. Ist Ihr Staat nicht in der Liste, die\n"
-"Sie gezeigt bekommen, können Sie über die Schaltfläche „%s“ eine\n"
-"vollständigere Liste erzwingen.\n"
+"„%s“ und wählen Sie den richtigen. Ist Ihr Staat nicht in der Liste, können\n"
+"Sie über die Schaltfläche „%s“ eine vollständigere Liste erzwingen.\n"
"\n"
" * „%s“: DrakX versucht die Zeitzone anhand des gewählten Staates zu\n"
-"setzen. Sollte diese Auswahl nicht korrekt sein (manche Staaten etwa\n"
-"überspannen mehrere Zeitzonen) können Sie durch betätige der Schaltfläche\n"
-"„%s“ Ihre lokale Zeitzone setzen.\n"
+"setzen. Sollte diese Auswahl nicht korrekt sein können Sie durch Betätige\n"
+"der Schaltfläche „%s“ Ihre lokale Zeitzone setzen.\n"
"\n"
" * „%s“: Kontrollieren Sie die konfigurierte Maus und betätigen Sie, falls\n"
"notwendig, die Schaltfläche.\n"
@@ -5762,10 +5620,6 @@ msgstr ""
"hier angezeigt. Sollte die von DrakX getroffene Auswahl nicht korrekt sein,\n"
"betätigen Sie einfach die Schaltfläche, um sie zu korrigieren.\n"
"\n"
-" * „%s“: DrakX richtet Ihre Grafikumgebung normalerweise in der Auflösung\n"
-"„800×600“ bzw. „1024×768“ ein. Sollte Ihnen das nicht zusagen, können Sie\n"
-"es durch betätigen der Schaltfläche „%s“ ändern.\n"
-"\n"
" * „%s“: Falls eine TV-Karte in Ihrem Rechner gefunden wurde, wird sie hier\n"
"angezeigt. Falls Sie eine TV-Karte besitzen, die hier nicht richtig erkannt\n"
"wurde, können Sie versuchen, diese manuell einzurichten. Betätigen Sie\n"
@@ -5775,80 +5629,91 @@ msgstr ""
"hier angezeigt. Durch Anwahl der Schaltfläche „%s“ können Sie die Parameter\n"
"ändern.\n"
"\n"
+" * „%s“: DrakX richtet Ihre Grafikumgebung normalerweise in der Auflösung\n"
+"„800×600“ bzw. „1024×768“ ein. Sollte Ihnen das nicht zusagen, können Sie\n"
+"es durch betätigen der Schaltfläche „%s“ ändern.\n"
+"\n"
" * „%s“: Falls Sie Ihren Internetzugang oder Ihr lokales Netzwerk nun\n"
-"einrichten wollen, können Sie das hier tun.\n"
+"einrichten wollen, können Sie das hier tun. Lesen Sie sich dazu die\n"
+"gedruckte Dokumentation durch oder benutzen Sie das Mandrakelinux Control\n"
+"Center nachdem die Installation beendet ist.\n"
+"\n"
+" * „%s“: Hier können Sie HTTP- und FTP-Proxyadressen eintragen falls Ihre\n"
+"Maschine die Verbindung über einen Proxyserver abwickelt.\n"
"\n"
" * „%s“: Dieser Eintrag ermöglicht es Ihnen, die Sicherheitsebene Ihres\n"
"Systems zu ändern, die Sie in einem früheren Installationsschritt ()\n"
"gewählt haben.\n"
"\n"
" * „%s“: Falls Sie Ihren Rechner mit dem Internet verbinden wollen, ist es\n"
-"sinnvoll sich vor ungebetenen Eindringlingen durch einrichten einer\n"
-"Firewall zu schützen. Lesen Sie das entsprechende Kapitel im „Starter\n"
-"Handbuch“, wenn Sie weitere Informationen benötigen.\n"
+"sinnvoll sich vor ungebetenen Eindringlingen durch Einrichten einer\n"
+"Firewall zu schützen. Weitere Informationen erhalten Sie im „Starter\n"
+"Handbuch“.\n"
"\n"
-" * Falls Sie die Konfiguration Ihres Betriebssystemstarters ändern wollen,\n"
-"wählen Sie diese Schaltfläche. Es sei angemerkt, dass dieser Punkt sich an\n"
-"fortgeschrittenere Nutzer richtet.\n"
+" * „%s“: Falls Sie die Konfiguration Ihres Betriebssystemstarters\n"
+"(„Bootloader“) ändern wollen, wählen Sie diese Schaltfläche. Es sei\n"
+"angemerkt, dass dieser Punkt sich an fortgeschrittenere Nutzer richtet.\n"
+"Hilfe finden Sie in der gedruckten Dokumentation oder im integrierten\n"
+"Hilfeteil des Mandrakelinux Control Center.\n"
"\n"
-" * Sie können hier die Dienste wählen, die ab dem Start von Mandrakelinux\n"
-"zur Verfügung gestellt werden sollen. Wollen Sie den Rechner als Server\n"
-"verwenden, sollten Sie unbedingt einen Blick auf diese Liste werfen."
-
-#: help.pm:991 install_steps_interactive.pm:110
-#: install_steps_interactive.pm:887 standalone/keyboarddrake:23
-#, c-format
-msgid "Keyboard"
-msgstr "Tastatur"
+" * „%s“: Sie können hier die Dienste wählen, die ab dem Start von\n"
+"Mandrakelinux zur Verfügung gestellt werden sollen. Wollen Sie den Rechner\n"
+"als Server verwenden, sollten Sie unbedingt einen Blick auf diese Liste\n"
+"werfen."
-#: help.pm:991 install_steps_interactive.pm:913 standalone/drakclock:75
+#: help.pm:855 install_steps_interactive.pm:978 standalone/drakclock:101
#, c-format
msgid "Timezone"
msgstr "Zeitzone"
-#: help.pm:991
-#, c-format
-msgid "Graphical Interface"
-msgstr "Grafikumgebung"
-
-#: help.pm:991 install_steps_interactive.pm:987
+#: help.pm:855 install_steps_interactive.pm:1052
#, c-format
msgid "TV card"
msgstr "TV-Karte"
-#: help.pm:991
+#: help.pm:855
#, c-format
msgid "ISDN card"
msgstr "ISDN-Karte"
-#: help.pm:991 install_steps_interactive.pm:1005 standalone/drakbackup:2010
+#: help.pm:855
+#, c-format
+msgid "Graphical Interface"
+msgstr "Grafikumgebung"
+
+#: help.pm:855 install_steps_interactive.pm:1070 standalone/drakbackup:2030
#, c-format
msgid "Network"
msgstr "Netzwerk"
-#: help.pm:991 install_steps_interactive.pm:1031
+#: help.pm:855 install_steps_interactive.pm:1085
+#, c-format
+msgid "Proxies"
+msgstr "Proxies"
+
+#: help.pm:855 install_steps_interactive.pm:1096
#, c-format
msgid "Security Level"
msgstr "Sicherheitsebene"
-#: help.pm:991 install_steps_interactive.pm:1045
+#: help.pm:855 install_steps_interactive.pm:1110
#, c-format
msgid "Firewall"
msgstr "Firewall"
-#: help.pm:991 install_steps_interactive.pm:1059
+#: help.pm:855 install_steps_interactive.pm:1124
#, c-format
msgid "Bootloader"
msgstr "Bootloader"
-#: help.pm:991 install_steps_interactive.pm:1069 services.pm:195
+#: help.pm:855 install_steps_interactive.pm:1137 services.pm:195
#, c-format
msgid "Services"
msgstr "Dienste"
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:994
+#: help.pm:858
#, c-format
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
@@ -5861,7 +5726,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: help.pm:999
+#: help.pm:863
#, c-format
msgid ""
"Click on \"%s\" if you want to delete all data and partitions present on\n"
@@ -5879,7 +5744,17 @@ msgstr ""
"\n"
"Wählen Sie „%s“, um die Aktion ohne Datenverlust abzubrechen."
-#: install2.pm:119
+#: help.pm:869
+#, c-format
+msgid "Next ->"
+msgstr "Weiter ->"
+
+#: help.pm:869
+#, c-format
+msgid "<- Previous"
+msgstr "<- Zurück"
+
+#: install2.pm:117
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -5891,12 +5766,85 @@ msgstr ""
"Installationsmedium übereinstimmt (Bitte erstellen Sie eine neue "
"Startdiskette). "
-#: install2.pm:169
+#: install2.pm:167
#, c-format
msgid "You must also format %s"
msgstr "Sie müssen auch %s formatieren."
-#: install_any.pm:402
+#: install_any.pm:390
+#, c-format
+msgid ""
+"The following installation media have been found.\n"
+"If you want to skip some of them, you can unselect them now."
+msgstr ""
+"Die folgenden Installationsmedien wurden gefunden.\n"
+"Wählen Sie die Medien ab, die Sie überspringen wollen."
+
+#: install_any.pm:411
+#, c-format
+msgid "Do you have further supplementary media?"
+msgstr "Haben Sie zusätzliche Medien?"
+
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_any.pm:414
+#, c-format
+msgid ""
+"The following media have been found and will be used during install: %s.\n"
+"\n"
+"\n"
+"Do you have a supplementary installation media to configure?"
+msgstr ""
+"Die folgenden Medien wurden gefunden und werden während der Installation "
+"verwendet: %s.\n"
+"\n"
+"\n"
+"Möchten Sie weitere Installationsmedien angeben?"
+
+#: install_any.pm:420 printer/printerdrake.pm:2652
+#: printer/printerdrake.pm:2659 standalone/scannerdrake:176
+#: standalone/scannerdrake:184 standalone/scannerdrake:235
+#: standalone/scannerdrake:242
+#, c-format
+msgid "CD-ROM"
+msgstr "CD-ROM"
+
+#: install_any.pm:420
+#, c-format
+msgid "Network (http)"
+msgstr "Netzwerk (http)"
+
+#: install_any.pm:420
+#, c-format
+msgid "Network (ftp)"
+msgstr "Netzwerk (ftp)"
+
+#: install_any.pm:464 standalone/drakbackup:112
+#, c-format
+msgid "No device found"
+msgstr "Keine Geräte gefunden"
+
+#: install_any.pm:468
+#, c-format
+msgid "Insert the CD"
+msgstr "Legen Sie die CD ein"
+
+#: install_any.pm:492
+#, c-format
+msgid "Insert the CD 1 again"
+msgstr "Legen Sie die CD 1 wieder ein"
+
+#: install_any.pm:502 install_any.pm:506
+#, c-format
+msgid "URL of the mirror?"
+msgstr "URL der Spiegel?"
+
+#: install_any.pm:532
+#, c-format
+msgid "Can't find hdlist file on this mirror"
+msgstr "Kann die Datei hdlist nicht auf diesem Spiegel finden"
+
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_any.pm:713
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -5920,7 +5868,8 @@ msgstr ""
"\n"
"Wollen Sie diese Server wirklich installieren?\n"
-#: install_any.pm:423
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_any.pm:736
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -5934,17 +5883,17 @@ msgstr ""
"\n"
"Wollen Sie diese Pakete wirklich entfernen?\n"
-#: install_any.pm:818
+#: install_any.pm:1116
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Legen Sie eine FAT-formatierte Diskette in Laufwerk %s ein."
-#: install_any.pm:822
+#: install_any.pm:1120
#, c-format
msgid "This floppy is not FAT formatted"
msgstr "Diese Diskette ist nicht FAT-formatiert"
-#: install_any.pm:834
+#: install_any.pm:1132
#, c-format
msgid ""
"To use this saved packages selection, boot installation with ``linux "
@@ -5953,12 +5902,17 @@ msgstr ""
"Um diese gespeicherte Paketauswahl zu verwenden, starten Sie die \n"
"Installation bitte mit: „boot defcfg=floppy“"
-#: install_any.pm:862 partition_table.pm:848
+#: install_any.pm:1160 partition_table.pm:595
#, c-format
msgid "Error reading file %s"
msgstr "Fehler beim Lesen der Datei %s"
-#: install_any.pm:987
+#: install_any.pm:1361
+#, fuzzy, c-format
+msgid "%s (was %s)"
+msgstr "%s (Port %s)"
+
+#: install_any.pm:1396
#, c-format
msgid ""
"An error occurred - no valid devices were found on which to create new "
@@ -5968,12 +5922,12 @@ msgstr ""
"denen neue Dateisysteme erstellt werden können. Bitte überprüfen Sie Ihre "
"Hardware(-Konfiguration) auf mögliche Fehler und falsche Einstellungen."
-#: install_gtk.pm:161
+#: install_gtk.pm:160
#, c-format
msgid "System installation"
msgstr "Installation"
-#: install_gtk.pm:164
+#: install_gtk.pm:163
#, c-format
msgid "System configuration"
msgstr "Systemkonfiguration"
@@ -6009,7 +5963,7 @@ msgstr ""
"\n"
"Wollen Sie trotzdem fortfahren?"
-#: install_interactive.pm:70 install_steps.pm:207
+#: install_interactive.pm:70 install_steps.pm:211
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Sie müssen eine FAT-Partition in „/boot/efi“ eingehängt haben."
@@ -6071,7 +6025,7 @@ msgstr "Bei welcher Partition wollen Sie die Größe ändern?"
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
+"the following error occurred: %s"
msgstr ""
"Das Werkzeug zum Verändern der FAT-Partitionsgröße kann mit der \n"
"Partition nicht arbeiten. Folgender Fehler trat auf:%s"
@@ -6091,7 +6045,8 @@ msgstr ""
"Ihre Windows-Partition ist zu sehr fragmentiert.\n"
"Starten Sie bitte erst „defrag“ unter Windows."
-#: install_interactive.pm:164
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_interactive.pm:166
#, c-format
msgid ""
"WARNING!\n"
@@ -6118,27 +6073,27 @@ 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:176
+#: install_interactive.pm:178
#, c-format
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:177
+#: install_interactive.pm:179
#, c-format
msgid "partition %s"
msgstr "Partition %s"
-#: install_interactive.pm:186
+#: install_interactive.pm:188
#, c-format
msgid "Resizing Windows partition"
msgstr "Größe der Windows-Partition wird geändert"
-#: install_interactive.pm:191
+#: install_interactive.pm:193
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT-Größenanpassung schlug fehl: %s"
-#: install_interactive.pm:206
+#: install_interactive.pm:208
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr ""
@@ -6146,31 +6101,31 @@ msgstr ""
"(möglicherweise haben Sie auch einfach nur nicht mehr genügend\n"
"freien Speicher)."
-#: install_interactive.pm:211
+#: install_interactive.pm:213
#, c-format
msgid "Remove Windows(TM)"
msgstr "Windows™ löschen"
-#: install_interactive.pm:213
+#: install_interactive.pm:215
#, c-format
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:217
+#: install_interactive.pm:219
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"SÄMTLICHE existierende Partitionen samt der darauf befindlichen Daten \n"
"auf Laufwerk %s gehen dabei verloren"
-#: install_interactive.pm:230
+#: install_interactive.pm:232
#, c-format
msgid "Use fdisk"
msgstr "Fdisk verwenden"
-#: install_interactive.pm:233
+#: install_interactive.pm:235
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -6180,33 +6135,34 @@ msgstr ""
"Vergessen Sie nicht die Einstellungen mittels ‚w‘ zu speichern, \n"
"sobald Sie fertig sind."
-#: install_interactive.pm:269
+#: install_interactive.pm:271
#, c-format
msgid "I can't find any room for installing"
msgstr "Ich finde nicht genug Platz für die Installation"
-#: install_interactive.pm:273
+#: install_interactive.pm:275
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Der DrakX-Partitionierungsassistent fand folgende Lösung:"
-#: install_interactive.pm:279
+#: install_interactive.pm:281
#, c-format
msgid "Partitioning failed: %s"
msgstr "Das Partitionieren schlug fehl: %s"
-#: install_interactive.pm:286
+#: install_interactive.pm:288
#, c-format
msgid "Bringing up the network"
msgstr "Netzwerkverbindung herstellen"
-#: install_interactive.pm:291
+#: install_interactive.pm:293
#, c-format
msgid "Bringing down the network"
msgstr "Netzwerkverbindung trennen"
-#: install_messages.pm:9
-#, fuzzy, c-format
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_messages.pm:10
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -6223,7 +6179,7 @@ msgid ""
"\n"
"Please read this document carefully. This document is a license agreement "
"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
+"Mandrakesoft S.A. which applies to the Software Products.\n"
"By installing, duplicating or using the Software Products in any manner, you "
"explicitly \n"
"accept and fully agree to conform to the terms and conditions of this "
@@ -6245,7 +6201,7 @@ msgid ""
"The Software Products and attached documentation are provided \"as is\", "
"with no warranty, to the \n"
"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
+"Mandrakesoft S.A. will, in no circumstances and to the extent permitted by "
"law, be liable for any special,\n"
"incidental, direct or indirect damages whatsoever (including without "
"limitation damages for loss of \n"
@@ -6253,14 +6209,14 @@ msgid ""
"resulting from a court \n"
"judgment, or any other consequential loss) arising out of the use or "
"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurence of such \n"
+"Products, even if Mandrakesoft S.A. has been advised of the possibility or "
+"occurrence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
"COUNTRIES\n"
"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
+"To the extent permitted by law, Mandrakesoft S.A. or its distributors will, "
"in no circumstances, be \n"
"liable for any special, incidental, direct or indirect damages whatsoever "
"(including without \n"
@@ -6290,10 +6246,10 @@ msgid ""
"and conditions of the license agreement for each component before using any "
"component. Any question \n"
"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
+"to Mandrakesoft.\n"
+"The programs developed by Mandrakesoft S.A. are governed by the GPL License. "
"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
+"by Mandrakesoft S.A. is governed by a specific license. Please refer to the "
"documentation for \n"
"further details.\n"
"\n"
@@ -6304,11 +6260,11 @@ msgid ""
"respective authors and are \n"
"protected by intellectual property and copyright laws applicable to software "
"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
+"Mandrakesoft S.A. reserves its rights to modify or adapt the Software "
"Products, as a whole or in \n"
"parts, by all means and for all purposes.\n"
"\"Mandrake\", \"Mandrakelinux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
+"Mandrakesoft S.A. \n"
"\n"
"\n"
"5. Governing Laws \n"
@@ -6324,7 +6280,7 @@ msgid ""
"court. As a last \n"
"resort, the dispute will be referred to the appropriate Courts of Law of "
"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
+"For any question on this document, please contact Mandrakesoft S.A. \n"
msgstr ""
"Bei dieser Übersetzung handelt es sich um eine inoffizielle Übersetzung\n"
"der Mandrakelinux-Lizenz in die deutsche Sprache. Sie ist keine\n"
@@ -6437,114 +6393,8 @@ msgstr ""
"zuständige Gericht in Paris, Frankreich.\n"
"Zu jeglicher Frage zu diesem Dokument kontaktieren Sie bitte\n"
"MandrakeSoft S. A.\n"
-"\n"
-"\n"
-"\n"
-"Hier die französische Version:\n"
-"\n"
-"\n"
-"Introduction\n"
-"\n"
-"Le système d'exploitation et les divers composants disponibles dans la \n"
-"distribution Mandrakelinux sont ci-après dénommés ensemble les \n"
-"« Logiciels ». Les Logiciels comprennent notamment, mais de façon non \n"
-"limitative, l'ensemble des programmes, procédés, règles et documentations \n"
-"relatifs au système d'exploitation et aux divers composants de la \n"
-"distribution Mandrakelinux.\n"
-"\n"
-"\n"
-"1. Licence\n"
-"\n"
-"Veuillez lire attentivement le présent document. Ce document constitue \n"
-"un contrat de licence entre vous (personne physique ou personne morale) et \n"
-"MandrakeSoft S.A. portant sur les Logiciels.\n"
-"Le fait d'installer, de reproduire ou d'utiliser les Logiciels de quelque \n"
-"manière que ce soit indique que vous reconnaissez avoir préalablement eu \n"
-"connaissance et que vous acceptez de vous conformer aux termes et "
-"conditions \n"
-"du présent contrat de licence. En cas de désaccord avec le présent "
-"document \n"
-"vous n'êtes pas autorisé à installer, reproduire et utiliser de quelque \n"
-"manière que ce soit ce produit.\n"
-"Le contrat de licence sera résilié automatiquement et sans préavis dans le \n"
-"cas où vous ne vous conformeriez pas aux dispositions du présent document. \n"
-"En cas de résiliation vous devrez immédiatement détruire tout exemplaire "
-"et \n"
-"toute copie de tous programmes et de toutes documentations qui constituent \n"
-"le système d'exploitation et les divers composants disponibles dans la \n"
-"distribution Mandrakelinux.\n"
-"\n"
-"\n"
-"2. Garantie et limitations de garantie\n"
-"\n"
-"Les Logiciels et la documentation qui les accompagne sont fournis en "
-"l'état \n"
-"et sans aucune garantie. MandrakeSoft S.A. décline toute responsabilité \n"
-"découlant d'un dommage direct, spécial, indirect ou accessoire, de quelque \n"
-"nature que ce soit, en relation avec l'utilisation des Logiciels, "
-"notamment \n"
-"et de façon non limitative, tout dommage entraîné par les pertes de \n"
-"bénéfices, interruptions d'activité, pertes d'informations commerciales ou \n"
-"autres pertes pécuniaires, ainsi que des éventuelles condamnations et \n"
-"indemnités devant être versées par suite d'une décision de justice, et ce \n"
-"même si MandrakeSoft S.A. a été informée de la survenue ou de \n"
-"l'éventualité de tels dommages.\n"
-"\n"
-"AVERTISSEMENT QUANT A LA DETENTION OU L'UTILISATION DE LOGICIELS \n"
-"PROHIBES DANS CERTAINS PAYS \n"
-"\n"
-"En aucun cas, ni MandrakeSoft S.A. ni ses fournisseurs ne pourront être \n"
-"tenus responsable à raison d'un préjudice spécial, direct, indirect ou \n"
-"accessoire, de quelque nature que ce soit (notamment et de façon non \n"
-"limitative les pertes de bénéfices, interruptions d'activité, pertes \n"
-"d'informations commerciales ou autres pertes pécuniaires, ainsi que \n"
-"des éventuelles condamnations et indemnités devant être versées par suite \n"
-"d'une décision de justice) qui ferait suite à l'utilisation, la détention \n"
-"ou au simple téléchargement depuis l'un des sites de téléchargement de \n"
-"Mandrakelinux de logiciels prohibés par la législation à laquelle vous \n"
-"êtes soumis. Cet avertissement concerne notamment certains logiciels de \n"
-"cryptographie fournis avec les Logiciels.\n"
-"\n"
-"\n"
-"3. Licence GPL et autres licences\n"
-"\n"
-"Les Logiciels sont constitués de modules logiciels créés par diverses \n"
-"personnes (physiques ou morales). Nombre d'entre eux sont distribués sous \n"
-"les termes de la GNU General Public Licence (ci-après dénommée « GPL ») ou \n"
-"d'autres licences similaires. La plupart de ces licences vous permettent \n"
-"de copier, d'adapter ou de redistribuer les modules logiciels qu'elles \n"
-"régissent. Veuillez lire et agréer les termes et conditions des licences \n"
-"accompagnant chacun d'entre eux avant de les utiliser. Toute question \n"
-"concernant la licence de chaque Logiciel est à soumettre à l'auteur (ou \n"
-"ses représentants) du Logiciel et non à MandrakeSoft. \n"
-"Les programmes conçus par MandrakeSoft sont régis par la licence GPL. \n"
-"La documentation rédigée par MandrakeSoft fait l'objet d'une licence \n"
-"spécifique. Veuillez vous référez à la documentation pour obtenir plus \n"
-"de précisions.\n"
-"\n"
-"\n"
-"4. Propriété intellectuelle\n"
-"\n"
-"Tous les droits, titres et intérêts des différents Logiciels sont la \n"
-"propriété exclusive de leurs auteurs respectifs et sont protégés au titre \n"
-"des droits de propriété intellectuelle et autres lois régissant le droit \n"
-"des Logiciels. Les marques « Mandrake » et « Mandrakelinux » ainsi que les \n"
-"logotypes associés sont déposés par MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Dispositions diverses\n"
-"\n"
-"Si une disposition de ce contrat de licence devait être déclarée nulle, \n"
-"illégale ou inapplicable par un tribunal compétent, cette disposition sera \n"
-"exclue du présent contrat. Vous continuerez à être liés aux autres \n"
-"dispositions, qui recevront leurs pleins effets. Le contrat de licence \n"
-"est soumis à la Loi française. Toute contestation relative aux présentes \n"
-"sera réglée préalablement par voie amiable. A défaut d'accord avec \n"
-"MandrakeSoft S.A., les tribunaux compétents de Paris seront saisis du \n"
-"litige. Pour toute question relative au présent document, veuillez \n"
-"contacter MandrakeSoft S.A.\n"
-
-#: install_messages.pm:89
+
+#: install_messages.pm:90
#, c-format
msgid ""
"Warning: Free Software may not necessarily be patent free, and some Free\n"
@@ -6563,7 +6413,8 @@ msgstr ""
"unsicher \n"
"sind ob ein Patent sie betrifft prüfen Sie die Gesetze Ihres Landes."
-#: install_messages.pm:96
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_messages.pm:98
#, c-format
msgid ""
"\n"
@@ -6627,8 +6478,8 @@ msgstr ""
"jeweiligen Autoren und sind durch die Urheberrechtsgesetze für\n"
"Softwareprodukte geschützt.\n"
-#: install_messages.pm:128
-#, fuzzy, c-format
+#: install_messages.pm:131
+#, c-format
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -6657,22 +6508,23 @@ msgstr ""
"Wie Sie Ihr System warten können, erfahren Sie im Kapitel „Nach der "
"Installation“ im offiziellen Benutzerhandbuch von Mandrakelinux."
-#: install_messages.pm:141
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_messages.pm:144
#, c-format
-msgid "http://www.mandrakelinux.com/en/100errata.php3"
-msgstr "http://www.mandrakelinux.com/en/100errata.php3"
+msgid "http://www.mandrakelinux.com/en/101errata.php3"
+msgstr "http://www.mandrakelinux.com/en/101errata.php3"
-#: install_steps.pm:242
+#: install_steps.pm:246
#, c-format
msgid "Duplicate mount point %s"
msgstr "Den Einhängepunkt %s kopieren"
-#: install_steps.pm:407
+#: install_steps.pm:477
#, c-format
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
+"Check the cdrom on an installed computer using \"rpm -qpl media/main/*.rpm"
"\"\n"
msgstr ""
"Einige wichtige Pakete wurden nicht richtig installiert. \n"
@@ -6680,7 +6532,7 @@ msgstr ""
"Testen Sie die CD-ROM auf einem Linux-Rechner mittels „rpm -qpl \n"
"Mandrake/rpms/*.rpm“\n"
-#: install_steps.pm:533
+#: install_steps.pm:603
#, c-format
msgid "No floppy drive available"
msgstr "Kein Disketten-Laufwerk verfügbar"
@@ -6690,7 +6542,7 @@ msgstr "Kein Disketten-Laufwerk verfügbar"
msgid "Entering step `%s'\n"
msgstr "Beginn von Schritt „%s“\n"
-#: install_steps_gtk.pm:178
+#: install_steps_gtk.pm:184
#, c-format
msgid ""
"Your system is low on resources. You may have some problem installing\n"
@@ -6704,67 +6556,67 @@ msgstr ""
"Installationsstart und geben Sie „text“ an der Eingabeaufforderung \n"
"ein."
-#: install_steps_gtk.pm:232 install_steps_interactive.pm:580
+#: install_steps_gtk.pm:235 install_steps_interactive.pm:628
#, c-format
msgid "Package Group Selection"
msgstr "Auswahl der Paketgruppen"
-#: install_steps_gtk.pm:294 install_steps_interactive.pm:519
+#: install_steps_gtk.pm:264 install_steps_interactive.pm:567
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Gesamtgröße: %d / %d MB"
-#: install_steps_gtk.pm:340
+#: install_steps_gtk.pm:309
#, c-format
msgid "Bad package"
msgstr "Ungültiges Paket"
-#: install_steps_gtk.pm:342
+#: install_steps_gtk.pm:311
#, c-format
msgid "Version: "
msgstr "Version: "
-#: install_steps_gtk.pm:343
+#: install_steps_gtk.pm:312
#, c-format
msgid "Size: "
msgstr "Größe: "
-#: install_steps_gtk.pm:343
+#: install_steps_gtk.pm:312
#, c-format
msgid "%d KB\n"
msgstr "%d KB\n"
-#: install_steps_gtk.pm:344
+#: install_steps_gtk.pm:313
#, c-format
msgid "Importance: "
msgstr "Wichtigkeit: "
-#: install_steps_gtk.pm:377
+#: install_steps_gtk.pm:346
#, c-format
msgid "You can't select/unselect this package"
msgstr "Sie können dieses Paket nicht auswählen/abwählen."
-#: install_steps_gtk.pm:381
+#: install_steps_gtk.pm:350
#, c-format
msgid "due to missing %s"
msgstr "%s fehlt"
-#: install_steps_gtk.pm:382
+#: install_steps_gtk.pm:351
#, c-format
msgid "due to unsatisfied %s"
msgstr "Aufgrund unerfüllter %s"
-#: install_steps_gtk.pm:383
+#: install_steps_gtk.pm:352
#, c-format
msgid "trying to promote %s"
msgstr "Versuche %s voranzutreiben"
-#: install_steps_gtk.pm:384
+#: install_steps_gtk.pm:353
#, c-format
msgid "in order to keep %s"
msgstr "um %s beizubehalten"
-#: install_steps_gtk.pm:389
+#: install_steps_gtk.pm:358
#, c-format
msgid ""
"You can't select this package as there is not enough space left to install it"
@@ -6772,29 +6624,29 @@ msgstr ""
"Sie können dieses Paket nicht auswählen, da Sie nicht genug Plattenplatz "
"haben."
-#: install_steps_gtk.pm:392
+#: install_steps_gtk.pm:361
#, c-format
msgid "The following packages are going to be installed"
msgstr "Die folgenden Pakete werden installiert"
-#: install_steps_gtk.pm:393
+#: install_steps_gtk.pm:362
#, c-format
msgid "The following packages are going to be removed"
msgstr "Die folgenden Pakete werden entfernt"
-#: install_steps_gtk.pm:417
+#: install_steps_gtk.pm:386
#, c-format
msgid "This is a mandatory package, it can't be unselected"
msgstr "Dieses Paket ist existenziell, sie können es nicht abwählen!"
-#: install_steps_gtk.pm:419
+#: install_steps_gtk.pm:388
#, c-format
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:422
+#: install_steps_gtk.pm:391
#, c-format
msgid ""
"This package must be upgraded.\n"
@@ -6803,222 +6655,224 @@ msgstr ""
"Dieses Paket muss aktualisiert werden.\n"
"Sind Sie sicher, dass Sie es aus der Auswahl entfernen wollen?"
-#: install_steps_gtk.pm:425
+#: install_steps_gtk.pm:394
#, c-format
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:430
+#: install_steps_gtk.pm:399
#, c-format
msgid "Show automatically selected packages"
msgstr "Automatisch markierte Pakete anzeigen"
-#: install_steps_gtk.pm:435
+#: install_steps_gtk.pm:404
#, c-format
msgid "Load/Save on floppy"
msgstr "Laden von/Speichern auf Diskette"
-#: install_steps_gtk.pm:436
+#: install_steps_gtk.pm:405
#, c-format
msgid "Updating package selection"
msgstr "Erneuere Paket Auswahl"
-#: install_steps_gtk.pm:441
+#: install_steps_gtk.pm:410
#, c-format
msgid "Minimal install"
msgstr "Minimal-Installation"
-#: install_steps_gtk.pm:455 install_steps_interactive.pm:427
+#: install_steps_gtk.pm:424 install_steps_interactive.pm:481
#, c-format
msgid "Choose the packages you want to install"
msgstr "Zu installierende Pakete auswählen"
-#: install_steps_gtk.pm:471 install_steps_interactive.pm:666
+#: install_steps_gtk.pm:440 install_steps_interactive.pm:720
#, c-format
msgid "Installing"
msgstr "Installation wird durchgeführt"
-#: install_steps_gtk.pm:477
-#, c-format
-msgid "No details"
-msgstr "Keine Details"
-
-#: install_steps_gtk.pm:478
+#: install_steps_gtk.pm:447
#, c-format
msgid "Estimating"
msgstr "Schätzung"
-#: install_steps_gtk.pm:484
+#: install_steps_gtk.pm:453
#, c-format
msgid "Time remaining "
msgstr "Verbleibende Zeit "
-#: install_steps_gtk.pm:496
+#: install_steps_gtk.pm:464
#, c-format
msgid "Please wait, preparing installation..."
msgstr "Bitte warten, Installation wird vorbereitet ..."
-#: install_steps_gtk.pm:557
+#: install_steps_gtk.pm:474
+#, c-format
+msgid "No details"
+msgstr "Keine Details"
+
+#: install_steps_gtk.pm:527
#, c-format
msgid "%d packages"
msgstr "%d Pakete"
-#: install_steps_gtk.pm:562
+#: install_steps_gtk.pm:532
#, c-format
msgid "Installing package %s"
msgstr "Installation des Paketes %s"
-#: install_steps_gtk.pm:598 install_steps_interactive.pm:88
-#: install_steps_interactive.pm:690
+#: install_steps_gtk.pm:567 install_steps_interactive.pm:94
+#: install_steps_interactive.pm:745
#, c-format
msgid "Refuse"
msgstr "Ablehnen"
-#: install_steps_gtk.pm:599 install_steps_interactive.pm:691
+#: install_steps_gtk.pm:571 install_steps_interactive.pm:749
#, c-format
msgid ""
"Change your Cd-Rom!\n"
-"\n"
"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
"done.\n"
"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
msgstr ""
"Bitte wechseln Sie die CD!\n"
-"\n"
-"Bitte legen Sie die CD-ROM „%s“ in Ihr Laufwerk,\n"
-"dann drücken Sie OK.\n"
-"Falls Sie sie nicht vorliegen haben, drücken Sie „Abbrechen“."
+"Bitte legen Sie die CD-ROM „%s“ in Ihr Laufwerk. Drücken Sie dann auf „OK“.\n"
+"Falls Sie sie nicht vorliegen haben, drücken Sie auf „Abbrechen“."
-#: install_steps_gtk.pm:614 install_steps_interactive.pm:703
+#: install_steps_gtk.pm:586 install_steps_interactive.pm:760
#, c-format
msgid "There was an error ordering packages:"
msgstr "Bei der Anforderung folgender Pakete trat ein Fehler auf:"
-#: install_steps_gtk.pm:614 install_steps_gtk.pm:618
-#: install_steps_interactive.pm:703 install_steps_interactive.pm:707
+#: install_steps_gtk.pm:586 install_steps_gtk.pm:590
+#: install_steps_interactive.pm:760 install_steps_interactive.pm:764
#, c-format
msgid "Go on anyway?"
msgstr "Wollen Sie trotzdem fortfahren?"
-#: install_steps_gtk.pm:618 install_steps_interactive.pm:707
+#: install_steps_gtk.pm:590 install_steps_interactive.pm:764
#, c-format
msgid "There was an error installing packages:"
msgstr "Bei der Installation der Pakete trat ein Fehler auf:"
-#: install_steps_gtk.pm:658 install_steps_interactive.pm:869
-#: install_steps_interactive.pm:1021
+#: install_steps_gtk.pm:632 install_steps_interactive.pm:934
+#: install_steps_interactive.pm:1086
#, c-format
msgid "not configured"
msgstr "Nicht eingerichtet"
-#: install_steps_interactive.pm:81
+#: install_steps_interactive.pm:86
#, c-format
msgid "Do you want to recover your system?"
msgstr "Möchten Sie ihr System wiederherstellen?"
-#: install_steps_interactive.pm:82
+#: install_steps_interactive.pm:87
#, c-format
msgid "License agreement"
msgstr "Lizenzvereinbarung"
-#: install_steps_interactive.pm:111
+#: install_steps_interactive.pm:91
+#, c-format
+msgid "Release Notes"
+msgstr "Versionshinweise"
+
+#: install_steps_interactive.pm:121
#, c-format
msgid "Please choose your keyboard layout."
msgstr "Bitte wählen Sie Ihren Tastaturtyp."
-#: install_steps_interactive.pm:113
-#, fuzzy, c-format
+#: install_steps_interactive.pm:123
+#, c-format
msgid "Here is the full list of available keyboards"
-msgstr "Hier ist die komplette Liste aller Staaten"
+msgstr "Komplette Liste aller Tastaturlayouts"
-#: install_steps_interactive.pm:143
+#: install_steps_interactive.pm:153
#, c-format
msgid "Install/Upgrade"
msgstr "Installation/Aktualisierung"
-#: install_steps_interactive.pm:144
+#: install_steps_interactive.pm:154
#, c-format
msgid "Is this an install or an upgrade?"
msgstr "Handelt es sich um eine Installation oder eine Aktualisierung?"
-#: install_steps_interactive.pm:150
+#: install_steps_interactive.pm:160
#, c-format
msgid "Upgrade %s"
msgstr "Aktualisiere %s"
-#: install_steps_interactive.pm:160
+#: install_steps_interactive.pm:170
#, c-format
msgid "Encryption key for %s"
msgstr "Schlüssel für %s"
-#: install_steps_interactive.pm:177
+#: install_steps_interactive.pm:187
#, c-format
msgid "Please choose your type of mouse."
msgstr "Bitte wählen Sie Ihren Maustyp."
-#: install_steps_interactive.pm:186 standalone/mousedrake:46
+#: install_steps_interactive.pm:196 standalone/mousedrake:46
#, c-format
msgid "Mouse Port"
msgstr "Maus-Port"
-#: install_steps_interactive.pm:187 standalone/mousedrake:47
+#: install_steps_interactive.pm:197 standalone/mousedrake:47
#, c-format
msgid "Please choose which serial port your mouse is connected to."
msgstr "Bitte wählen Sie den seriellen Anschluss, an dem Ihre Maus hängt."
-#: install_steps_interactive.pm:197
+#: install_steps_interactive.pm:207
#, c-format
msgid "Buttons emulation"
msgstr "Tastenemulation"
-#: install_steps_interactive.pm:199
+#: install_steps_interactive.pm:209
#, c-format
msgid "Button 2 Emulation"
msgstr "Emulation der 2. Taste"
-#: install_steps_interactive.pm:200
+#: install_steps_interactive.pm:210
#, c-format
msgid "Button 3 Emulation"
msgstr "Emulation der 3. Taste"
-#: install_steps_interactive.pm:221
+#: install_steps_interactive.pm:231
#, c-format
msgid "PCMCIA"
msgstr "PCMCIA"
-#: install_steps_interactive.pm:221
+#: install_steps_interactive.pm:231
#, c-format
msgid "Configuring PCMCIA cards..."
msgstr "Konfiguriere PCMCIA-Karten..."
-#: install_steps_interactive.pm:228
+#: install_steps_interactive.pm:238
#, c-format
msgid "IDE"
msgstr "IDE"
-#: install_steps_interactive.pm:228
+#: install_steps_interactive.pm:238
#, c-format
msgid "Configuring IDE"
msgstr "IDE konfigurieren"
-#: install_steps_interactive.pm:248 network/tools.pm:155
+#: install_steps_interactive.pm:258 network/tools.pm:187
#, c-format
msgid "No partition available"
msgstr "Keine Partition verfügbar"
-#: install_steps_interactive.pm:251
+#: install_steps_interactive.pm:261
#, c-format
msgid "Scanning partitions to find mount points"
msgstr "Durchsuche die Partitionen, um die Einhängepunkte zu finden"
-#: install_steps_interactive.pm:258
+#: install_steps_interactive.pm:268
#, c-format
msgid "Choose the mount points"
msgstr "Wählen Sie die Einhängepunkte"
-#: install_steps_interactive.pm:288
+#: install_steps_interactive.pm:300
#, c-format
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
@@ -7028,17 +6882,17 @@ msgstr ""
"Installation wird fortgesetzt, Sie müssen jedoch eine Start-Partition mit "
"DiskDrake erstellen."
-#: install_steps_interactive.pm:325
+#: install_steps_interactive.pm:337
#, c-format
msgid "Choose the partitions you want to format"
msgstr "Zu formatierende Partitionen auswählen"
-#: install_steps_interactive.pm:327
+#: install_steps_interactive.pm:339
#, c-format
msgid "Check bad blocks?"
msgstr "Soll ich nach defekten Blöcken suchen?"
-#: install_steps_interactive.pm:359
+#: install_steps_interactive.pm:371
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
@@ -7047,34 +6901,47 @@ msgstr ""
"Es traten Fehler beim Prüfen des Dateisystems %s auf. Wollen Sie, dass ich "
"versuche sie zu beheben? (Achtung: das kann zu Datenverlust führen)"
-#: install_steps_interactive.pm:362
+#: install_steps_interactive.pm:374
#, c-format
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:369
+#: install_steps_interactive.pm:381
#, c-format
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Suche nach vorhandenen Paketen und aktualisiere RPM-Datenbank ..."
-#: install_steps_interactive.pm:370 install_steps_interactive.pm:389
+#: install_steps_interactive.pm:382 install_steps_interactive.pm:442
#, c-format
msgid "Looking for available packages..."
msgstr "Suche nach vorhandenen Paketen..."
-#: install_steps_interactive.pm:373
+#: install_steps_interactive.pm:385
#, c-format
msgid "Looking at packages already installed..."
msgstr "Suche nach bereits installierten Paketen ..."
-#: install_steps_interactive.pm:377
+#: install_steps_interactive.pm:389
#, c-format
msgid "Finding packages to upgrade..."
msgstr "Finde die zu aktualisierenden Pakete ..."
-#: install_steps_interactive.pm:398
+#: install_steps_interactive.pm:405 install_steps_interactive.pm:834
+#, c-format
+msgid ""
+"Contacting Mandrakelinux web site to get the list of available mirrors..."
+msgstr ""
+"Kontaktiere Mandrakelinux Web-Server, um eine Liste verfügbarer Pakete zu "
+"erhalten..."
+
+#: install_steps_interactive.pm:411 install_steps_interactive.pm:839
+#, c-format
+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:451
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -7083,7 +6950,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:439
+#: install_steps_interactive.pm:493
#, c-format
msgid ""
"Please choose load or save package selection on floppy.\n"
@@ -7093,43 +6960,43 @@ 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:441
+#: install_steps_interactive.pm:495
#, c-format
msgid "Load from floppy"
msgstr "Von Diskette laden"
-#: install_steps_interactive.pm:441
+#: install_steps_interactive.pm:495
#, c-format
msgid "Save on floppy"
msgstr "Auf Diskette speichern"
-#: install_steps_interactive.pm:445
+#: install_steps_interactive.pm:499
#, c-format
msgid "Package selection"
msgstr "Auswahl der Pakete"
-#: install_steps_interactive.pm:445
+#: install_steps_interactive.pm:499
#, c-format
msgid "Loading from floppy"
msgstr "Laden von Diskette ..."
-#: install_steps_interactive.pm:450
+#: install_steps_interactive.pm:504
#, c-format
msgid "Insert a floppy containing package selection"
msgstr ""
"Legen Sie eine Diskette ein, auf der Ihre Paketauswahl gespeichert ist."
-#: install_steps_interactive.pm:533
+#: install_steps_interactive.pm:581
#, c-format
msgid "Selected size is larger than available space"
msgstr "Gewünschte Größe übersteigt den verfügbaren Platz"
-#: install_steps_interactive.pm:548
+#: install_steps_interactive.pm:596
#, c-format
msgid "Type of install"
msgstr "Installationstyp"
-#: install_steps_interactive.pm:549
+#: install_steps_interactive.pm:597
#, c-format
msgid ""
"You haven't selected any group of packages.\n"
@@ -7138,22 +7005,22 @@ msgstr ""
"Sie haben keine Paketgruppe ausgewählt.\n"
"Bitte wählen Sie die minimale Installation, die Sie wünschen."
-#: install_steps_interactive.pm:553
+#: install_steps_interactive.pm:601
#, c-format
msgid "With basic documentation (recommended!)"
msgstr "Mit minimaler Dokumentation (Empfohlen)"
-#: install_steps_interactive.pm:554
+#: install_steps_interactive.pm:602
#, c-format
msgid "Truly minimal install (especially no urpmi)"
msgstr "Extrem minimale Installation (ohne „urpmi“)"
-#: install_steps_interactive.pm:597 standalone/drakxtv:50
+#: install_steps_interactive.pm:645 standalone/drakxtv:52
#, c-format
msgid "All"
msgstr "Alle"
-#: install_steps_interactive.pm:641
+#: install_steps_interactive.pm:694
#, c-format
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
@@ -7165,17 +7032,17 @@ 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:646
+#: install_steps_interactive.pm:699
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM „%s“"
-#: install_steps_interactive.pm:666
+#: install_steps_interactive.pm:720
#, c-format
msgid "Preparing installation"
msgstr "Bereite Installation vor"
-#: install_steps_interactive.pm:675
+#: install_steps_interactive.pm:729
#, c-format
msgid ""
"Installing package %s\n"
@@ -7184,19 +7051,19 @@ msgstr ""
"Installiere Paket %s\n"
"%d%%"
-#: install_steps_interactive.pm:721
+#: install_steps_interactive.pm:778
#, c-format
msgid "Post-install configuration"
msgstr "Bereite weitere Konfiguration vor ..."
-#: install_steps_interactive.pm:727
+#: install_steps_interactive.pm:784
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr ""
"Bitte legen Sie die Diskette der zu aktualisierenden Module in Laufwerk %s "
"ein."
-#: install_steps_interactive.pm:748
+#: install_steps_interactive.pm:813
#, c-format
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -7206,7 +7073,7 @@ msgid ""
"To download these packages, you will need to have a working Internet \n"
"connection.\n"
"\n"
-"Do you want to install the updates ?"
+"Do you want to install the updates?"
msgstr ""
"Sie haben nun die Möglichkeit Pakete zu installieren, die seit Erscheinen\n"
"der Distribution aktualisiert wurden. Es handelt sich um \n"
@@ -7216,188 +7083,167 @@ msgstr ""
"\n"
"Möchten Sie die Aktualisierungen vornehmen?"
-#: install_steps_interactive.pm:769
-#, c-format
-msgid ""
-"Contacting Mandrakelinux web site to get the list of available mirrors..."
-msgstr ""
-"Kontaktiere Mandrakelinux Web-Server, um eine Liste verfügbarer Pakete zu "
-"erhalten..."
-
-#: install_steps_interactive.pm:774
-#, c-format
-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:788
+#: install_steps_interactive.pm:853
#, c-format
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Kontaktiere Mirror, um eine Liste verfügbarer Pakete zu erhalten..."
-#: install_steps_interactive.pm:792
+#: install_steps_interactive.pm:857
#, c-format
msgid "Unable to contact mirror %s"
msgstr "Mirror %s nicht erreichbar"
-#: install_steps_interactive.pm:792
+#: install_steps_interactive.pm:857
#, c-format
msgid "Would you like to try again?"
msgstr "Wollen Sie es nochmal versuchen?"
-#: install_steps_interactive.pm:818 standalone/drakclock:45
+#: install_steps_interactive.pm:883 standalone/drakclock:46
#, c-format
msgid "Which is your timezone?"
msgstr "Wählen Sie Ihre Zeitzone"
-#: install_steps_interactive.pm:823
+#: install_steps_interactive.pm:888
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatische Zeit-Synchronisation (durch NTP)"
-#: install_steps_interactive.pm:831
+#: install_steps_interactive.pm:896
#, c-format
msgid "NTP Server"
msgstr "NTP-Server"
-#: install_steps_interactive.pm:873 steps.pm:30
+#: install_steps_interactive.pm:938 steps.pm:30
#, c-format
msgid "Summary"
msgstr "Zusammenfassung"
-#: install_steps_interactive.pm:886 install_steps_interactive.pm:894
-#: install_steps_interactive.pm:912 install_steps_interactive.pm:919
-#: install_steps_interactive.pm:1068 services.pm:135
-#: standalone/drakbackup:1572
+#: install_steps_interactive.pm:951 install_steps_interactive.pm:959
+#: install_steps_interactive.pm:977 install_steps_interactive.pm:984
+#: install_steps_interactive.pm:1136 services.pm:135
+#: standalone/drakbackup:1593
#, c-format
msgid "System"
msgstr "System"
-#: install_steps_interactive.pm:926 install_steps_interactive.pm:953
-#: install_steps_interactive.pm:970 install_steps_interactive.pm:986
-#: install_steps_interactive.pm:997
+#: install_steps_interactive.pm:991 install_steps_interactive.pm:1018
+#: install_steps_interactive.pm:1035 install_steps_interactive.pm:1051
+#: install_steps_interactive.pm:1062
#, c-format
msgid "Hardware"
msgstr "Hardware"
-#: install_steps_interactive.pm:932 install_steps_interactive.pm:941
+#: install_steps_interactive.pm:997 install_steps_interactive.pm:1006
#, c-format
msgid "Remote CUPS server"
msgstr "CUPS-Server im Netzwerkbetrieb"
-#: install_steps_interactive.pm:932
+#: install_steps_interactive.pm:997
#, c-format
msgid "No printer"
msgstr "Kein Drucker"
-#: install_steps_interactive.pm:974
+#: install_steps_interactive.pm:1039
#, c-format
msgid "Do you have an ISA sound card?"
msgstr "Verfügen Sie über eine ISA-Soundkarte?"
-#: install_steps_interactive.pm:976
-#, fuzzy, c-format
+#: install_steps_interactive.pm:1041
+#, c-format
msgid ""
"Run \"alsaconf\" or \"sndconfig\" after installation to configure your sound "
"card"
msgstr ""
-"Starten Sie „sndconfig“ nach der Installation, um Ihre Soundkarte "
-"einzurichten."
+"Starten Sie „sndconfig“ oder „alsaconf“ nach der Installation, um Ihre "
+"Soundkarte einzurichten."
-#: install_steps_interactive.pm:978
+#: install_steps_interactive.pm:1043
#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Es wurde keine Soundkarte gefunden. Versuchen Sie „harddrake“ nach der "
"Installation."
-#: install_steps_interactive.pm:998
+#: install_steps_interactive.pm:1063
#, c-format
msgid "Graphical interface"
msgstr "Grafikumgebung"
-#: install_steps_interactive.pm:1004 install_steps_interactive.pm:1019
+#: install_steps_interactive.pm:1069 install_steps_interactive.pm:1084
#, c-format
msgid "Network & Internet"
msgstr "Netzwerk & Internet"
-#: install_steps_interactive.pm:1020
-#, fuzzy, c-format
-msgid "Proxies"
-msgstr "Profil "
-
-#: install_steps_interactive.pm:1021
-#, fuzzy, c-format
+#: install_steps_interactive.pm:1086
+#, c-format
msgid "configured"
-msgstr "neu konfigurieren"
+msgstr "konfiguriert"
-#: install_steps_interactive.pm:1030 install_steps_interactive.pm:1044
+#: install_steps_interactive.pm:1095 install_steps_interactive.pm:1109
#: steps.pm:20
#, c-format
msgid "Security"
msgstr "Sicherheit"
-#: install_steps_interactive.pm:1049
+#: install_steps_interactive.pm:1114
#, c-format
msgid "activated"
msgstr "aktiviert"
-#: install_steps_interactive.pm:1049
+#: install_steps_interactive.pm:1114
#, c-format
msgid "disabled"
msgstr "deaktiviert"
-#: install_steps_interactive.pm:1058
+#: install_steps_interactive.pm:1123
#, c-format
msgid "Boot"
msgstr "Start"
#. -PO: example: lilo-graphic on /dev/hda1
-#: install_steps_interactive.pm:1062
+#: install_steps_interactive.pm:1127
#, c-format
msgid "%s on %s"
msgstr "%s auf %s"
-#: install_steps_interactive.pm:1073 services.pm:177
+#: install_steps_interactive.pm:1141 services.pm:177
#, c-format
msgid "Services: %d activated for %d registered"
msgstr "Dienste: %d aktiviert von %d registrierten"
-#: install_steps_interactive.pm:1083
+#: install_steps_interactive.pm:1151
#, c-format
msgid "You have not configured X. Are you sure you really want this?"
msgstr "Sie haben X nicht konfiguriert. Sind Sie sicher?"
-#: install_steps_interactive.pm:1141
-#, fuzzy, c-format
+#: install_steps_interactive.pm:1205
+#, c-format
msgid "Set root password and network authentication methods"
-msgstr ""
-"Argumente: (arg)\n"
-"\n"
-"Benutzer müssen sich mit einem Passwort authentifizieren."
+msgstr "Root-Passwort und Netzwerk-Authetikationsmethode festlegen"
-#: install_steps_interactive.pm:1142
+#: install_steps_interactive.pm:1206
#, c-format
msgid "Set root password"
msgstr "Root-Passwort setzen"
-#: install_steps_interactive.pm:1152
+#: install_steps_interactive.pm:1217
#, 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:1157 network/netconnect.pm:575
-#: standalone/drakauth:26 standalone/drakconnect:461
+#: install_steps_interactive.pm:1222 network/netconnect.pm:596
+#: standalone/drakauth:25 standalone/drakauth:27 standalone/drakconnect:457
#, c-format
msgid "Authentication"
msgstr "Authentifizierung"
-#: install_steps_interactive.pm:1188
+#: install_steps_interactive.pm:1254
#, c-format
msgid "Preparing bootloader..."
msgstr "Bereite Bootloader vor ..."
-#: install_steps_interactive.pm:1198
+#: install_steps_interactive.pm:1264
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown\n"
@@ -7412,12 +7258,12 @@ msgstr ""
"„BootX“ verwenden müssen um LINUX auf Ihrem Rechner\n"
"zu starten."
-#: install_steps_interactive.pm:1204
+#: install_steps_interactive.pm:1270
#, c-format
msgid "Do you want to use aboot?"
msgstr "Möchten Sie „aboot“ verwenden?"
-#: install_steps_interactive.pm:1207
+#: install_steps_interactive.pm:1273
#, c-format
msgid ""
"Error installing aboot, \n"
@@ -7427,37 +7273,7 @@ msgstr ""
"mit Gewalt versuchen, auch wenn dies die Zerstörung der ersten \n"
"Partition verursachen kann?"
-#: install_steps_interactive.pm:1218
-#, c-format
-msgid "Installing bootloader"
-msgstr "Installiere Bootloader"
-
-#: install_steps_interactive.pm:1225
-#, c-format
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"Die Installation des Betriebssytemstarters schlug fehl. Folgender Fehler "
-"trat auf:"
-
-#: install_steps_interactive.pm:1230
-#, 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"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Sie müssen Ihr Open-Firmware-Boot-Gerät anpassen, dass es den \n"
-"Betriebssytemstarter erkennt. Falls Sie beim Neustart nicht die \n"
-"Eingabeaufforderung des Betriebssytemstarters sehen, drücken Sie \n"
-"Strg-Option-O-F und geben Sie folgendes ein:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-"Tippen Sie dann: shut-down\n"
-"Beim darauffolgenden Neustart sollte Sie die Eingabeaufforderung sehen."
-
-#: install_steps_interactive.pm:1243
+#: install_steps_interactive.pm:1294
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -7466,22 +7282,22 @@ msgstr ""
"In dieser Sicherheitseinstellung ist der Zugriff auf Datein der "
"Windowspartition nur dem Administrator erlaubt"
-#: install_steps_interactive.pm:1275 standalone/drakautoinst:76
+#: install_steps_interactive.pm:1322 standalone/drakautoinst:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Legen Sie eine leere Diskette in das %s ein."
-#: install_steps_interactive.pm:1280
+#: install_steps_interactive.pm:1327
#, c-format
msgid "Please insert another floppy for drivers disk"
msgstr "Bitte legen Sie eine andere Diskette als Treiberdiskette ein"
-#: install_steps_interactive.pm:1282
+#: install_steps_interactive.pm:1329
#, c-format
msgid "Creating auto install floppy..."
msgstr "Erstelle eine Auto-Installationsdiskette"
-#: install_steps_interactive.pm:1294
+#: install_steps_interactive.pm:1341
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -7492,12 +7308,12 @@ msgstr ""
"\n"
"Wollen Sie DrakX wirklich beenden?"
-#: install_steps_interactive.pm:1309
+#: install_steps_interactive.pm:1356
#, c-format
msgid "Generate auto install floppy"
msgstr "Erstellen einer Auto-Installationsdiskette"
-#: install_steps_interactive.pm:1311
+#: install_steps_interactive.pm:1358
#, c-format
msgid ""
"The auto install can be fully automated if wanted,\n"
@@ -7520,7 +7336,8 @@ msgstr ""
msgid "Mandrakelinux Installation %s"
msgstr "Mandrakelinux-Installation %s"
-#: install_steps_newt.pm:33
+#. -PO: This string must fit in a 80-char wide text screen
+#: install_steps_newt.pm:34
#, c-format
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
@@ -7532,17 +7349,37 @@ msgstr ""
msgid "Choose a file"
msgstr "Wählen Sie eine Datei"
+#: interactive.pm:295 interactive/gtk.pm:482 standalone/drakbackup:1534
+#: standalone/drakfont:592 standalone/drakfont:659 standalone/drakups:297
+#: standalone/drakups:357 standalone/drakups:377 standalone/drakvpn:333
+#: standalone/drakvpn:694
+#, c-format
+msgid "Add"
+msgstr "Hinzufügen"
+
+#: interactive.pm:295 interactive/gtk.pm:482
+#, c-format
+msgid "Modify"
+msgstr "Ändern"
+
+#: interactive.pm:295 interactive/gtk.pm:482 standalone/drakups:299
+#: standalone/drakups:359 standalone/drakups:379 standalone/drakvpn:333
+#: standalone/drakvpn:694
+#, c-format
+msgid "Remove"
+msgstr "Entfernen"
+
#: interactive.pm:372
#, c-format
msgid "Basic"
msgstr "Einfach"
-#: interactive.pm:403 interactive/newt.pm:308 ugtk2.pm:510
+#: interactive.pm:403 interactive/newt.pm:317 ugtk2.pm:515
#, c-format
msgid "Finish"
msgstr "Assistent beenden"
-#: interactive/newt.pm:83
+#: interactive/newt.pm:92
#, c-format
msgid "Do"
msgstr "Los"
@@ -7620,573 +7457,766 @@ msgstr ""
msgid "Re-submit"
msgstr "Erneut verschicken"
-#: keyboard.pm:161 keyboard.pm:193
+#: keyboard.pm:163 keyboard.pm:194
#, c-format
-msgid "Czech (QWERTZ)"
+msgid ""
+"_: keyboard\n"
+"Czech (QWERTZ)"
msgstr "Tschechien (QWERTZ)"
-#: keyboard.pm:162 keyboard.pm:195
+#: keyboard.pm:164 keyboard.pm:196
#, c-format
-msgid "German"
+msgid ""
+"_: keyboard\n"
+"German"
msgstr "Deutschland"
-#: keyboard.pm:163
+#: keyboard.pm:165
#, c-format
-msgid "Dvorak"
+msgid ""
+"_: keyboard\n"
+"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:164 keyboard.pm:204
+#: keyboard.pm:166 keyboard.pm:206
#, c-format
-msgid "Spanish"
+msgid ""
+"_: keyboard\n"
+"Spanish"
msgstr "Spanien"
-#: keyboard.pm:165 keyboard.pm:205
+#: keyboard.pm:167 keyboard.pm:207
#, c-format
-msgid "Finnish"
+msgid ""
+"_: keyboard\n"
+"Finnish"
msgstr "Finnland"
-#: keyboard.pm:166 keyboard.pm:206
+#: keyboard.pm:168 keyboard.pm:208
#, c-format
-msgid "French"
+msgid ""
+"_: keyboard\n"
+"French"
msgstr "Frankreich"
-#: keyboard.pm:167 keyboard.pm:246
+#: keyboard.pm:169 keyboard.pm:254
#, c-format
-msgid "Norwegian"
+msgid ""
+"_: keyboard\n"
+"Norwegian"
msgstr "Norwegen"
-#: keyboard.pm:168
+#: keyboard.pm:170
#, c-format
-msgid "Polish"
+msgid ""
+"_: keyboard\n"
+"Polish"
msgstr "Polen"
-#: keyboard.pm:169 keyboard.pm:255
+#: keyboard.pm:171 keyboard.pm:264
#, c-format
-msgid "Russian"
+msgid ""
+"_: keyboard\n"
+"Russian"
msgstr "Russland"
-#: keyboard.pm:171 keyboard.pm:259
+#: keyboard.pm:173 keyboard.pm:268
#, c-format
-msgid "Swedish"
+msgid ""
+"_: keyboard\n"
+"Swedish"
msgstr "Schweden"
-#: keyboard.pm:172 keyboard.pm:278
+#: keyboard.pm:174 keyboard.pm:287
#, c-format
msgid "UK keyboard"
msgstr "Großbritannien"
-#: keyboard.pm:173 keyboard.pm:279
+#: keyboard.pm:175 keyboard.pm:288
#, c-format
msgid "US keyboard"
msgstr "US Tastatur"
-#: keyboard.pm:175
+#: keyboard.pm:177
#, c-format
-msgid "Albanian"
+msgid ""
+"_: keyboard\n"
+"Albanian"
msgstr "Albanien"
-#: keyboard.pm:176
+#: keyboard.pm:178
#, c-format
-msgid "Armenian (old)"
+msgid ""
+"_: keyboard\n"
+"Armenian (old)"
msgstr "Armenien (alt)"
-#: keyboard.pm:177
+#: keyboard.pm:179
#, c-format
-msgid "Armenian (typewriter)"
+msgid ""
+"_: keyboard\n"
+"Armenian (typewriter)"
msgstr "Armenien (Schreibmaschine)"
-#: keyboard.pm:178
+#: keyboard.pm:180
#, c-format
-msgid "Armenian (phonetic)"
+msgid ""
+"_: keyboard\n"
+"Armenian (phonetic)"
msgstr "Armenien (Phonetisch)"
-#: keyboard.pm:179
+#: keyboard.pm:181
#, c-format
-msgid "Arabic"
+msgid ""
+"_: keyboard\n"
+"Arabic"
msgstr "Arabisch"
-#: keyboard.pm:180
+#: keyboard.pm:182
#, c-format
-msgid "Azerbaidjani (latin)"
+msgid ""
+"_: keyboard\n"
+"Azerbaidjani (latin)"
msgstr "Aserbeidschan (Lateinisches Layout)"
-#: keyboard.pm:182
+#: keyboard.pm:183
#, c-format
-msgid "Belgian"
+msgid ""
+"_: keyboard\n"
+"Belgian"
msgstr "Belgien"
-#: keyboard.pm:183
+#: keyboard.pm:184
#, c-format
-msgid "Bengali"
+msgid ""
+"_: keyboard\n"
+"Bengali"
msgstr "Bangladesh"
-#: keyboard.pm:184
+#: keyboard.pm:185
#, c-format
-msgid "Bulgarian (phonetic)"
+msgid ""
+"_: keyboard\n"
+"Bulgarian (phonetic)"
msgstr "Bulgarien (Phonetisch)"
-#: keyboard.pm:185
+#: keyboard.pm:186
#, c-format
-msgid "Bulgarian (BDS)"
+msgid ""
+"_: keyboard\n"
+"Bulgarian (BDS)"
msgstr "Bulgarien (BDS)"
-#: keyboard.pm:186
+#: keyboard.pm:187
#, c-format
-msgid "Brazilian (ABNT-2)"
+msgid ""
+"_: keyboard\n"
+"Brazilian (ABNT-2)"
msgstr "Brasilien (ABNT-2)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
-msgid "Bosnian"
+msgid ""
+"_: keyboard\n"
+"Bosnian"
msgstr "Bosnien"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
-msgid "Belarusian"
+msgid ""
+"_: keyboard\n"
+"Belarusian"
msgstr "Weißrussland"
#: keyboard.pm:191
#, c-format
-msgid "Swiss (German layout)"
+msgid ""
+"_: keyboard\n"
+"Swiss (German layout)"
msgstr "Schweiz (deutsches Layout)"
-#: keyboard.pm:192
+#: keyboard.pm:193
#, c-format
-msgid "Swiss (French layout)"
+msgid ""
+"_: keyboard\n"
+"Swiss (French layout)"
msgstr "Schweiz (französisches Layout)"
-#: keyboard.pm:194
+#: keyboard.pm:195
#, c-format
-msgid "Czech (QWERTY)"
+msgid ""
+"_: keyboard\n"
+"Czech (QWERTY)"
msgstr "Tschechien (QWERTY)"
-#: keyboard.pm:196
+#: keyboard.pm:197
#, c-format
-msgid "German (no dead keys)"
+msgid ""
+"_: keyboard\n"
+"German (no dead keys)"
msgstr "Deutschland (ohne Akzenttasten)"
-#: keyboard.pm:197
+#: keyboard.pm:198
#, c-format
-msgid "Devanagari"
+msgid ""
+"_: keyboard\n"
+"Devanagari"
msgstr "Devanagari"
-#: keyboard.pm:198
+#: keyboard.pm:199
#, c-format
-msgid "Danish"
+msgid ""
+"_: keyboard\n"
+"Danish"
msgstr "Dänemark"
-#: keyboard.pm:199
+#: keyboard.pm:200
#, c-format
-msgid "Dvorak (US)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (US)"
msgstr "Dvorak (USA)"
-#: keyboard.pm:200
-#, fuzzy, c-format
-msgid "Dvorak (Esperanto)"
-msgstr "Dvorak (Norwegen)"
-
#: keyboard.pm:201
#, c-format
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norwegen)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (Esperanto)"
+msgstr "Dvorak (Spanien)"
#: keyboard.pm:202
#, c-format
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Schweden)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (Norwegian)"
+msgstr "Dvorak (Norwegen)"
#: keyboard.pm:203
#, c-format
-msgid "Estonian"
+msgid ""
+"_: keyboard\n"
+"Dvorak (Swedish)"
+msgstr "Dvorak (Schweden)"
+
+#: keyboard.pm:205
+#, c-format
+msgid ""
+"_: keyboard\n"
+"Estonian"
msgstr "Estland"
-#: keyboard.pm:207
+#: keyboard.pm:209
#, c-format
-msgid "Georgian (\"Russian\" layout)"
+msgid ""
+"_: keyboard\n"
+"Georgian (\"Russian\" layout)"
msgstr "Georgien (Kyrillisches Layout)"
-#: keyboard.pm:208
+#: keyboard.pm:210
#, c-format
-msgid "Georgian (\"Latin\" layout)"
+msgid ""
+"_: keyboard\n"
+"Georgian (\"Latin\" layout)"
msgstr "Georgien (Lateinisches Layout)"
-#: keyboard.pm:209
+#: keyboard.pm:211
#, c-format
-msgid "Greek"
+msgid ""
+"_: keyboard\n"
+"Greek"
msgstr "Griechenland"
-#: keyboard.pm:210
+#: keyboard.pm:212
#, c-format
-msgid "Greek (polytonic)"
+msgid ""
+"_: keyboard\n"
+"Greek (polytonic)"
msgstr "Griechisch (polytonic)"
-#: keyboard.pm:211
+#: keyboard.pm:213
#, c-format
-msgid "Gujarati"
+msgid ""
+"_: keyboard\n"
+"Gujarati"
msgstr "Indien (Gujarati)"
-#: keyboard.pm:212
+#: keyboard.pm:214
#, c-format
-msgid "Gurmukhi"
+msgid ""
+"_: keyboard\n"
+"Gurmukhi"
msgstr "Indien (Gurmukhi)"
-#: keyboard.pm:213
+#: keyboard.pm:216
#, c-format
-msgid "Hungarian"
+msgid ""
+"_: keyboard\n"
+"Hungarian"
msgstr "Ungarn"
-#: keyboard.pm:214
+#: keyboard.pm:217
#, c-format
-msgid "Croatian"
+msgid ""
+"_: keyboard\n"
+"Croatian"
msgstr "Kroatien"
-#: keyboard.pm:215
+#: keyboard.pm:218
#, c-format
-msgid "Irish"
+msgid ""
+"_: keyboard\n"
+"Irish"
msgstr "Irisch"
-#: keyboard.pm:216
+#: keyboard.pm:219
#, c-format
-msgid "Israeli"
+msgid ""
+"_: keyboard\n"
+"Israeli"
msgstr "Israel"
-#: keyboard.pm:217
+#: keyboard.pm:220
#, c-format
-msgid "Israeli (Phonetic)"
+msgid ""
+"_: keyboard\n"
+"Israeli (phonetic)"
msgstr "Israel (Phonetisch)"
-#: keyboard.pm:218
+#: keyboard.pm:221
#, c-format
-msgid "Iranian"
+msgid ""
+"_: keyboard\n"
+"Iranian"
msgstr "Iran"
-#: keyboard.pm:219
+#: keyboard.pm:222
#, c-format
-msgid "Icelandic"
+msgid ""
+"_: keyboard\n"
+"Icelandic"
msgstr "Island"
-#: keyboard.pm:220
+#: keyboard.pm:223
#, c-format
-msgid "Italian"
+msgid ""
+"_: keyboard\n"
+"Italian"
msgstr "Italien"
-#: keyboard.pm:221
+#: keyboard.pm:224
#, c-format
-msgid "Inuktitut"
+msgid ""
+"_: keyboard\n"
+"Inuktitut"
msgstr "Grönland (Inuktitut)"
-#: keyboard.pm:225
+#: keyboard.pm:229
#, c-format
-msgid "Japanese 106 keys"
+msgid ""
+"_: keyboard\n"
+"Japanese 106 keys"
msgstr "Japan (106 Tasten)"
-#: keyboard.pm:226
+#: keyboard.pm:230
#, c-format
-msgid "Kannada"
+msgid ""
+"_: keyboard\n"
+"Kannada"
msgstr "Kanada"
-#: keyboard.pm:229
+#: keyboard.pm:233
#, c-format
-msgid "Korean keyboard"
+msgid ""
+"_: keyboard\n"
+"Korean"
msgstr "Korea"
-#: keyboard.pm:230
-#, fuzzy, c-format
-msgid "Kyrgyz keyboard"
-msgstr "Großbritannien"
+#: keyboard.pm:234
+#, c-format
+msgid ""
+"_: keyboard\n"
+"Kyrgyz"
+msgstr "Kyrgyz Tastatur"
-#: keyboard.pm:231
+#: keyboard.pm:235
#, c-format
-msgid "Latin American"
+msgid ""
+"_: keyboard\n"
+"Latin American"
msgstr "Lateinamerika"
-#: keyboard.pm:232
+#: keyboard.pm:236
#, c-format
-msgid "Laotian"
+msgid ""
+"_: keyboard\n"
+"Laotian"
msgstr "Laos"
-#: keyboard.pm:233
+#: keyboard.pm:238
#, c-format
-msgid "Lithuanian AZERTY (old)"
+msgid ""
+"_: keyboard\n"
+"Lithuanian AZERTY (old)"
msgstr "Litauen (AZERTY - alt)"
-#: keyboard.pm:235
+#: keyboard.pm:241
#, c-format
-msgid "Lithuanian AZERTY (new)"
+msgid ""
+"_: keyboard\n"
+"Lithuanian AZERTY (new)"
msgstr "Litauen (AZERTY - neu)"
-#: keyboard.pm:236
+#: keyboard.pm:243
#, c-format
-msgid "Lithuanian \"number row\" QWERTY"
+msgid ""
+"_: keyboard\n"
+"Lithuanian \"number row\" QWERTY"
msgstr "Litauen (QWERTY - „number row“)"
-#: keyboard.pm:237
+#: keyboard.pm:245
#, c-format
-msgid "Lithuanian \"phonetic\" QWERTY"
+msgid ""
+"_: keyboard\n"
+"Lithuanian \"phonetic\" QWERTY"
msgstr "Litauen (QWERTY - Phonetisch)"
-#: keyboard.pm:238
+#: keyboard.pm:246
#, c-format
-msgid "Latvian"
+msgid ""
+"_: keyboard\n"
+"Latvian"
msgstr "Lettland"
-#: keyboard.pm:239
+#: keyboard.pm:247
#, c-format
-msgid "Malayalam"
+msgid ""
+"_: keyboard\n"
+"Malayalam"
msgstr "Malayalam"
-#: keyboard.pm:240
+#: keyboard.pm:248
#, c-format
-msgid "Macedonian"
+msgid ""
+"_: keyboard\n"
+"Macedonian"
msgstr "Mazedonien"
-#: keyboard.pm:241
+#: keyboard.pm:249
#, c-format
-msgid "Myanmar (Burmese)"
+msgid ""
+"_: keyboard\n"
+"Myanmar (Burmese)"
msgstr "Myanmar (Burmesien)"
-#: keyboard.pm:242
+#: keyboard.pm:250
#, c-format
-msgid "Mongolian (cyrillic)"
+msgid ""
+"_: keyboard\n"
+"Mongolian (cyrillic)"
msgstr "Mongolei (Kyrillisches Layout)"
-#: keyboard.pm:243
+#: keyboard.pm:251
#, c-format
-msgid "Maltese (UK)"
+msgid ""
+"_: keyboard\n"
+"Maltese (UK)"
msgstr "Malta (GB)"
-#: keyboard.pm:244
+#: keyboard.pm:252
#, c-format
-msgid "Maltese (US)"
+msgid ""
+"_: keyboard\n"
+"Maltese (US)"
msgstr "Malta (USA)"
-#: keyboard.pm:245
+#: keyboard.pm:253
#, c-format
-msgid "Dutch"
+msgid ""
+"_: keyboard\n"
+"Dutch"
msgstr "Niederlande"
-#: keyboard.pm:247
+#: keyboard.pm:255
#, c-format
-msgid "Oriya"
+msgid ""
+"_: keyboard\n"
+"Oriya"
msgstr "Orissa"
-#: keyboard.pm:248
+#: keyboard.pm:256
#, c-format
-msgid "Polish (qwerty layout)"
+msgid ""
+"_: keyboard\n"
+"Polish (qwerty layout)"
msgstr "Polen (QWERTY Layout)"
-#: keyboard.pm:249
+#: keyboard.pm:257
#, c-format
-msgid "Polish (qwertz layout)"
+msgid ""
+"_: keyboard\n"
+"Polish (qwertz layout)"
msgstr "Polen (QWERTZ Layout)"
-#: keyboard.pm:250
+#: keyboard.pm:258
#, c-format
-msgid "Portuguese"
+msgid ""
+"_: keyboard\n"
+"Portuguese"
msgstr "Portugal"
-#: keyboard.pm:251
+#: keyboard.pm:260
#, c-format
-msgid "Canadian (Quebec)"
+msgid ""
+"_: keyboard\n"
+"Canadian (Quebec)"
msgstr "Kanada (Québec)"
-#: keyboard.pm:253
+#: keyboard.pm:262
#, c-format
-msgid "Romanian (qwertz)"
+msgid ""
+"_: keyboard\n"
+"Romanian (qwertz)"
msgstr "Rumänien (QWERTZ)"
-#: keyboard.pm:254
+#: keyboard.pm:263
#, c-format
-msgid "Romanian (qwerty)"
+msgid ""
+"_: keyboard\n"
+"Romanian (qwerty)"
msgstr "Rumänien (QWERTY)"
-#: keyboard.pm:256
+#: keyboard.pm:265
#, c-format
-msgid "Russian (Phonetic)"
+msgid ""
+"_: keyboard\n"
+"Russian (phonetic)"
msgstr "Russland (Phonetisch)"
-#: keyboard.pm:257
+#: keyboard.pm:266
#, c-format
-msgid "Saami (norwegian)"
+msgid ""
+"_: keyboard\n"
+"Saami (norwegian)"
msgstr "Saamen (Norwegen)"
-#: keyboard.pm:258
+#: keyboard.pm:267
#, c-format
-msgid "Saami (swedish/finnish)"
+msgid ""
+"_: keyboard\n"
+"Saami (swedish/finnish)"
msgstr "Saamen (schwedisch/finnisch)"
-#: keyboard.pm:260
+#: keyboard.pm:269
#, c-format
-msgid "Slovenian"
+msgid ""
+"_: keyboard\n"
+"Slovenian"
msgstr "Slowenien"
-#: keyboard.pm:261
+#: keyboard.pm:270
#, c-format
-msgid "Slovakian (QWERTZ)"
+msgid ""
+"_: keyboard\n"
+"Slovakian (QWERTZ)"
msgstr "Slowakei (QWERTZ)"
-#: keyboard.pm:262
+#: keyboard.pm:271
#, c-format
-msgid "Slovakian (QWERTY)"
+msgid ""
+"_: keyboard\n"
+"Slovakian (QWERTY)"
msgstr "Slowakei (QWERTY)"
-#: keyboard.pm:264
+#: keyboard.pm:273
#, c-format
-msgid "Serbian (cyrillic)"
+msgid ""
+"_: keyboard\n"
+"Serbian (cyrillic)"
msgstr "Serbien (Kyrillisches Layout)"
-#: keyboard.pm:265
+#: keyboard.pm:274
#, c-format
-msgid "Syriac"
+msgid ""
+"_: keyboard\n"
+"Syriac"
msgstr "Syrien"
-#: keyboard.pm:266
+#: keyboard.pm:275
#, c-format
-msgid "Syriac (phonetic)"
+msgid ""
+"_: keyboard\n"
+"Syriac (phonetic)"
msgstr "Syrien (Phonetisch)"
# drakfw:278 (Neuse
-#: keyboard.pm:267
+#: keyboard.pm:276
#, c-format
-msgid "Telugu"
+msgid ""
+"_: keyboard\n"
+"Telugu"
msgstr "Telugu"
-#: keyboard.pm:269
+#: keyboard.pm:278
#, c-format
-msgid "Tamil (ISCII-layout)"
+msgid ""
+"_: keyboard\n"
+"Tamil (ISCII-layout)"
msgstr "Tamilisch (TSCII Layout)"
-#: keyboard.pm:270
+#: keyboard.pm:279
#, c-format
-msgid "Tamil (Typewriter-layout)"
+msgid ""
+"_: keyboard\n"
+"Tamil (Typewriter-layout)"
msgstr "Tamilisch (Schreibmaschine)"
-#: keyboard.pm:271
+#: keyboard.pm:280
#, c-format
-msgid "Thai keyboard"
+msgid ""
+"_: keyboard\n"
+"Thai"
msgstr "Thailändisch"
-#: keyboard.pm:273
+#: keyboard.pm:282
#, c-format
-msgid "Tajik keyboard"
+msgid ""
+"_: keyboard\n"
+"Tajik"
msgstr "Tadschikistan"
-#: keyboard.pm:274
+#: keyboard.pm:283
#, c-format
-msgid "Turkish (traditional \"F\" model)"
+msgid ""
+"_: keyboard\n"
+"Turkish (traditional \"F\" model)"
msgstr "Türkei (traditionelles „F“ Modell)"
-#: keyboard.pm:275
+#: keyboard.pm:284
#, c-format
-msgid "Turkish (modern \"Q\" model)"
+msgid ""
+"_: keyboard\n"
+"Turkish (modern \"Q\" model)"
msgstr "Türkei (modernes „Q“ Modell)"
-#: keyboard.pm:277
+#: keyboard.pm:286
#, c-format
-msgid "Ukrainian"
+msgid ""
+"_: keyboard\n"
+"Ukrainian"
msgstr "Ukraine"
-#: keyboard.pm:280
+#: keyboard.pm:289
#, c-format
msgid "US keyboard (international)"
msgstr "Vereinigte Staaten von Amerika (international)"
-#: keyboard.pm:281
+#: keyboard.pm:290
#, c-format
-msgid "Uzbek (cyrillic)"
+msgid ""
+"_: keyboard\n"
+"Uzbek (cyrillic)"
msgstr "Usbekistan (Kyrillisches Layout)"
-#: keyboard.pm:282
+#: keyboard.pm:292
#, c-format
-msgid "Vietnamese \"numeric row\" QWERTY"
+msgid ""
+"_: keyboard\n"
+"Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnam QWERTY („number row“)"
-#: keyboard.pm:283
+#: keyboard.pm:293
#, c-format
-msgid "Yugoslavian (latin)"
+msgid ""
+"_: keyboard\n"
+"Yugoslavian (latin)"
msgstr "Jugoslawien (Lateinisches Layout)"
-#: keyboard.pm:290
+#: keyboard.pm:300
#, c-format
msgid "Right Alt key"
msgstr "AltGr-Taste"
-#: keyboard.pm:291
+#: keyboard.pm:301
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Beide Umschalttasten gleichzeitig"
-#: keyboard.pm:292
+#: keyboard.pm:302
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Strg und Umschalttaste gleichzeitig"
-#: keyboard.pm:293
+#: keyboard.pm:303
#, c-format
msgid "CapsLock key"
msgstr "CapsLock Taste"
-#: keyboard.pm:294
+#: keyboard.pm:304
+#, c-format
+msgid "Shift and CapsLock keys simultaneously"
+msgstr "Shift und CapsLock gleichzeitig"
+
+#: keyboard.pm:305
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Strg und Alt gleichzeitig"
-#: keyboard.pm:295
+#: keyboard.pm:306
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Alt und Umschalttaste gleichzeitig"
-#: keyboard.pm:296
+#: keyboard.pm:307
#, c-format
msgid "\"Menu\" key"
msgstr "Menütaste"
-#: keyboard.pm:297
+#: keyboard.pm:308
#, c-format
msgid "Left \"Windows\" key"
msgstr "Linke „Windows“-Taste"
-#: keyboard.pm:298
+#: keyboard.pm:309
#, c-format
msgid "Right \"Windows\" key"
msgstr "Rechte „Windows“-Taste"
-#: keyboard.pm:299
-#, fuzzy, c-format
+#: keyboard.pm:310
+#, c-format
msgid "Both Control keys simultaneously"
-msgstr "Beide Umschalttasten gleichzeitig"
+msgstr "Beide Steuerungstasten gleichzeitig"
-#: keyboard.pm:300
+#: keyboard.pm:311
#, c-format
msgid "Both Alt keys simultaneously"
msgstr "Beide ALT-Tasten gleichzeitig"
-#: keyboard.pm:301
+#: keyboard.pm:312
#, c-format
msgid "Left Shift key"
msgstr "Linke Umschalt-Taste"
-#: keyboard.pm:302
+#: keyboard.pm:313
#, c-format
msgid "Right Shift key"
msgstr "Rechte Shift-Taste"
-#: keyboard.pm:303
+#: keyboard.pm:314
#, c-format
msgid "Left Alt key"
msgstr "Linke Alt-Taste"
-#: keyboard.pm:304
+#: keyboard.pm:315
#, c-format
msgid "Left Control key"
msgstr "Linke STRG Taste"
-#: keyboard.pm:305
+#: keyboard.pm:316
#, c-format
msgid "Right Control key"
msgstr "Rechte STRG-Taste"
-#: keyboard.pm:336
+#: keyboard.pm:347
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -8197,7 +8227,7 @@ msgstr ""
"mit der Sie zwischen verschiedenen Tastaturbelegungen \n"
"umschalten können, etwa zwischen deutschem und US-Layout."
-#: keyboard.pm:341
+#: keyboard.pm:352
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -8208,1166 +8238,1190 @@ msgstr ""
"Während der Installation, benutzen Sie die rechte STRG-Taste,\n"
"um zwischen den verschiedenen Tastatur Layouts zu wechseln."
-#: lang.pm:153
+#. -PO: the string "default:LTR" can be translated *ONLY* as "default:LTR"
+#. -PO: or as "default:RTL", depending if your language is written from
+#. -PO: left to right, or from right to left; any other string is wrong.
+#: lang.pm:165
#, c-format
msgid "default:LTR"
msgstr "default:LTR"
-#: lang.pm:169
-#, c-format
-msgid "Afghanistan"
-msgstr "Afghanistan"
-
-#: lang.pm:170
+#: lang.pm:182
#, c-format
msgid "Andorra"
msgstr "Andorra"
-#: lang.pm:171
+#: lang.pm:183
#, c-format
msgid "United Arab Emirates"
msgstr "Vereinigte arabische Emirate"
-#: lang.pm:172
+#: lang.pm:184
+#, c-format
+msgid "Afghanistan"
+msgstr "Afghanistan"
+
+#: lang.pm:185
#, c-format
msgid "Antigua and Barbuda"
msgstr "Antigua und Barbuda"
-#: lang.pm:173
+#: lang.pm:186
#, c-format
msgid "Anguilla"
msgstr "Anguilla"
-#: lang.pm:174
+#: lang.pm:187
#, c-format
msgid "Albania"
msgstr "Albanien"
-#: lang.pm:175
+#: lang.pm:188
#, c-format
msgid "Armenia"
msgstr "Armenien"
-#: lang.pm:176
+#: lang.pm:189
#, c-format
msgid "Netherlands Antilles"
msgstr "Niederländische Antillen"
-#: lang.pm:177
+#: lang.pm:190
#, c-format
msgid "Angola"
msgstr "Angola"
-#: lang.pm:178
+#: lang.pm:191
#, c-format
msgid "Antarctica"
msgstr "Antarktis"
-#: lang.pm:179 standalone/drakxtv:48
+#: lang.pm:192 network/adsl_consts.pm:28 standalone/drakxtv:50
#, c-format
msgid "Argentina"
msgstr "Argentinien"
-#: lang.pm:180
+#: lang.pm:193
#, c-format
msgid "American Samoa"
msgstr "Samoa"
-#: lang.pm:182 standalone/drakxtv:46
+#: lang.pm:195 standalone/drakxtv:48
#, c-format
msgid "Australia"
msgstr "Australien"
-#: lang.pm:183
+#: lang.pm:196
#, c-format
msgid "Aruba"
msgstr "Aruba"
-#: lang.pm:184
+#: lang.pm:197
#, c-format
msgid "Azerbaijan"
msgstr "Aserbaidschan"
-#: lang.pm:185
+#: lang.pm:198
#, c-format
msgid "Bosnia and Herzegovina"
msgstr "Bosnien-Herzegovina"
-#: lang.pm:186
+#: lang.pm:199
#, c-format
msgid "Barbados"
msgstr "Barbados"
-#: lang.pm:187
+#: lang.pm:200
#, c-format
msgid "Bangladesh"
msgstr "Bangladesch"
-#: lang.pm:189
+#: lang.pm:202
#, c-format
msgid "Burkina Faso"
msgstr "Burkina Faso"
-#: lang.pm:190
+#: lang.pm:203 network/adsl_consts.pm:126 network/adsl_consts.pm:134
#, c-format
msgid "Bulgaria"
msgstr "Bulgarien"
-#: lang.pm:191
+#: lang.pm:204
#, c-format
msgid "Bahrain"
msgstr "Bahrain"
-#: lang.pm:192
+#: lang.pm:205
#, c-format
msgid "Burundi"
msgstr "Burundi"
-#: lang.pm:193
+#: lang.pm:206
#, c-format
msgid "Benin"
msgstr "Benin"
-#: lang.pm:194
+#: lang.pm:207
#, c-format
msgid "Bermuda"
msgstr "Bermuda"
-#: lang.pm:195
+#: lang.pm:208
#, c-format
msgid "Brunei Darussalam"
msgstr "Brunei "
-#: lang.pm:196
+#: lang.pm:209
#, c-format
msgid "Bolivia"
msgstr "Bolivien"
-#: lang.pm:197
+#: lang.pm:210 network/adsl_consts.pm:92 network/adsl_consts.pm:102
+#: network/adsl_consts.pm:110 network/adsl_consts.pm:118
#, c-format
msgid "Brazil"
msgstr "Brasilien"
-#: lang.pm:198
+#: lang.pm:211
#, c-format
msgid "Bahamas"
msgstr "Bahamas"
-#: lang.pm:199
+#: lang.pm:212
#, c-format
msgid "Bhutan"
msgstr "Butan"
-#: lang.pm:200
+#: lang.pm:213
#, c-format
msgid "Bouvet Island"
msgstr "Bouvet-Insel"
-#: lang.pm:201
+#: lang.pm:214
#, c-format
msgid "Botswana"
msgstr "Botswana"
-#: lang.pm:202
+#: lang.pm:215
#, c-format
msgid "Belarus"
msgstr "Weißrussland"
-#: lang.pm:203
+#: lang.pm:216
#, c-format
msgid "Belize"
msgstr "Belize"
-#: lang.pm:204
+#: lang.pm:217
#, c-format
msgid "Canada"
msgstr "Kanada"
-#: lang.pm:205
+#: lang.pm:218
#, c-format
msgid "Cocos (Keeling) Islands"
msgstr "Cocos (Keeling) Inseln"
-#: lang.pm:206
+#: lang.pm:219
#, c-format
msgid "Congo (Kinshasa)"
msgstr "Kongo (Kinshasa)"
-#: lang.pm:207
+#: lang.pm:220
#, c-format
msgid "Central African Republic"
msgstr "Zentralafrikanische Republik"
-#: lang.pm:208
+#: lang.pm:221
#, c-format
msgid "Congo (Brazzaville)"
msgstr "Kongo (Brazzaville)"
-#: lang.pm:209
+#: lang.pm:222 network/adsl_consts.pm:568 network/adsl_consts.pm:575
#, c-format
msgid "Switzerland"
msgstr "Schweiz"
-#: lang.pm:210
+#: lang.pm:223
#, c-format
msgid "Cote d'Ivoire"
msgstr "Elfenbeinküste"
-#: lang.pm:211
+#: lang.pm:224
#, c-format
msgid "Cook Islands"
msgstr "Cook-Inseln"
-#: lang.pm:212
+#: lang.pm:225
#, c-format
msgid "Chile"
msgstr "Chile"
-#: lang.pm:213
+#: lang.pm:226
#, c-format
msgid "Cameroon"
msgstr "Kamerun"
-#: lang.pm:214
+#: lang.pm:227 network/adsl_consts.pm:142 network/adsl_consts.pm:150
+#: network/adsl_consts.pm:158 network/adsl_consts.pm:166
+#: network/adsl_consts.pm:174 network/adsl_consts.pm:182
+#: network/adsl_consts.pm:190 network/adsl_consts.pm:198
+#: network/adsl_consts.pm:206 network/adsl_consts.pm:214
+#: network/adsl_consts.pm:222 network/adsl_consts.pm:230
+#: network/adsl_consts.pm:238 network/adsl_consts.pm:246
+#: network/adsl_consts.pm:254 network/adsl_consts.pm:262
+#: network/adsl_consts.pm:270 network/adsl_consts.pm:278
+#: network/adsl_consts.pm:286 network/adsl_consts.pm:294
#, c-format
msgid "China"
msgstr "China"
-#: lang.pm:215
+#: lang.pm:228
#, c-format
msgid "Colombia"
msgstr "Kolumbien"
-#: lang.pm:217
+#: lang.pm:230
+#, c-format
+msgid "Serbia & Montenegro"
+msgstr "Serbien & Montenegro"
+
+#: lang.pm:231
#, c-format
msgid "Cuba"
msgstr "Kuba"
-#: lang.pm:218
+#: lang.pm:232
#, c-format
msgid "Cape Verde"
msgstr "Kap Verde"
-#: lang.pm:219
+#: lang.pm:233
#, c-format
msgid "Christmas Island"
msgstr "Osterinsel"
-#: lang.pm:220
+#: lang.pm:234
#, c-format
msgid "Cyprus"
msgstr "Zypern"
-#: lang.pm:223
+#: lang.pm:237
#, c-format
msgid "Djibouti"
msgstr "Djibouti"
-#: lang.pm:224
+#: lang.pm:238 network/adsl_consts.pm:302
#, c-format
msgid "Denmark"
msgstr "Dänemark"
-#: lang.pm:225
+#: lang.pm:239
#, c-format
msgid "Dominica"
msgstr "Dominikanische Republik"
-#: lang.pm:226
+#: lang.pm:240
#, c-format
msgid "Dominican Republic"
msgstr "Dominikanische Republik"
-#: lang.pm:227
+#: lang.pm:241
#, c-format
msgid "Algeria"
msgstr "Algerien"
-#: lang.pm:228
+#: lang.pm:242
#, c-format
msgid "Ecuador"
msgstr "Ecuador"
-#: lang.pm:229
+#: lang.pm:243
#, c-format
msgid "Estonia"
msgstr "Estland"
-#: lang.pm:230
+#: lang.pm:244
#, c-format
msgid "Egypt"
msgstr "Ägypten"
-#: lang.pm:231
+#: lang.pm:245
#, c-format
msgid "Western Sahara"
msgstr "Westsahara"
-#: lang.pm:232
+#: lang.pm:246
#, c-format
msgid "Eritrea"
msgstr "Eritrea"
-#: lang.pm:233 network/adsl_consts.pm:202 network/adsl_consts.pm:210
-#: network/adsl_consts.pm:219 network/adsl_consts.pm:230
+#: lang.pm:247 network/adsl_consts.pm:531 network/adsl_consts.pm:540
+#: network/adsl_consts.pm:551
#, c-format
msgid "Spain"
msgstr "Spanien"
-#: lang.pm:234
+#: lang.pm:248
#, c-format
msgid "Ethiopia"
msgstr "Äthiopien"
-#: lang.pm:235 network/adsl_consts.pm:127
+#: lang.pm:249 network/adsl_consts.pm:402
#, c-format
msgid "Finland"
msgstr "Finnland"
-#: lang.pm:236
+#: lang.pm:250
#, c-format
msgid "Fiji"
msgstr "Fidschi"
-#: lang.pm:237
+#: lang.pm:251
#, c-format
msgid "Falkland Islands (Malvinas)"
msgstr "Falkland Inseln"
-#: lang.pm:238
+#: lang.pm:252
#, c-format
msgid "Micronesia"
msgstr "Mikronesien"
-#: lang.pm:239
+#: lang.pm:253
#, c-format
msgid "Faroe Islands"
msgstr "Faröische Inseln"
-#: lang.pm:241
+#: lang.pm:255
#, c-format
msgid "Gabon"
msgstr "Gabun"
-#: lang.pm:242 network/adsl_consts.pm:247 network/adsl_consts.pm:255
-#: network/netconnect.pm:51
+#: lang.pm:256 network/adsl_consts.pm:593 network/adsl_consts.pm:601
+#: network/netconnect.pm:52
#, c-format
msgid "United Kingdom"
msgstr "Großbritannien"
-#: lang.pm:243
+#: lang.pm:257
#, c-format
msgid "Grenada"
msgstr "Grenada"
-#: lang.pm:244
+#: lang.pm:258
#, c-format
msgid "Georgia"
msgstr "Georgien"
-#: lang.pm:245
+#: lang.pm:259
#, c-format
msgid "French Guiana"
msgstr "Französisch-Guiana"
-#: lang.pm:246
+#: lang.pm:260
#, c-format
msgid "Ghana"
msgstr "Ghana"
-#: lang.pm:247
+#: lang.pm:261
#, c-format
msgid "Gibraltar"
msgstr "Gibraltar"
-#: lang.pm:248
+#: lang.pm:262
#, c-format
msgid "Greenland"
msgstr "Grönland"
-#: lang.pm:249
+#: lang.pm:263
#, c-format
msgid "Gambia"
msgstr "Gambia"
-#: lang.pm:250
+#: lang.pm:264
#, c-format
msgid "Guinea"
msgstr "Guinea"
-#: lang.pm:251
+#: lang.pm:265
#, c-format
msgid "Guadeloupe"
msgstr "Gouadeloupe"
-#: lang.pm:252
+#: lang.pm:266
#, c-format
msgid "Equatorial Guinea"
msgstr "Äquatorial-Guinea"
-#: lang.pm:254
+#: lang.pm:268
#, c-format
msgid "South Georgia and the South Sandwich Islands"
msgstr "South Georgia und die South Sandwich Islands"
-#: lang.pm:255
+#: lang.pm:269
#, c-format
msgid "Guatemala"
msgstr "Guatemala"
-#: lang.pm:256
+#: lang.pm:270
#, c-format
msgid "Guam"
msgstr "Guam"
-#: lang.pm:257
+#: lang.pm:271
#, c-format
msgid "Guinea-Bissau"
msgstr "Guinea-Bissau"
-#: lang.pm:258
+#: lang.pm:272
#, c-format
msgid "Guyana"
msgstr "Guyana"
-#: lang.pm:259
+#: lang.pm:273
#, c-format
-msgid "China (Hong Kong)"
-msgstr "China (Hong Kong)"
+msgid "Hong Kong SAR (China)"
+msgstr "Hong Kong SAR (China)"
-#: lang.pm:260
+#: lang.pm:274
#, c-format
msgid "Heard and McDonald Islands"
msgstr "Heard Island und McDonald Island"
-#: lang.pm:261
+#: lang.pm:275
#, c-format
msgid "Honduras"
msgstr "Honduras"
-#: lang.pm:262
+#: lang.pm:276
#, c-format
msgid "Croatia"
msgstr "Kroatien"
-#: lang.pm:263
+#: lang.pm:277
#, c-format
msgid "Haiti"
msgstr "Haiti"
-#: lang.pm:264 network/adsl_consts.pm:152
+#: lang.pm:278 network/adsl_consts.pm:436
#, c-format
msgid "Hungary"
msgstr "Ungarn"
-#: lang.pm:265
+#: lang.pm:279
#, c-format
msgid "Indonesia"
msgstr "Indonesien"
-#: lang.pm:266 standalone/drakxtv:45
+#: lang.pm:280 network/adsl_consts.pm:444 standalone/drakxtv:47
#, c-format
msgid "Ireland"
msgstr "Irland"
-#: lang.pm:267
+#: lang.pm:281
#, c-format
msgid "Israel"
msgstr "Israel"
-#: lang.pm:268
+#: lang.pm:282
#, c-format
msgid "India"
msgstr "Indien"
-#: lang.pm:269
+#: lang.pm:283
#, c-format
msgid "British Indian Ocean Territory"
msgstr "Britisches Territorium im Indischen Ozean"
-#: lang.pm:270
+#: lang.pm:284
#, c-format
msgid "Iraq"
msgstr "Irak"
-#: lang.pm:271
+#: lang.pm:285
#, c-format
msgid "Iran"
msgstr "Iran"
-#: lang.pm:272
+#: lang.pm:286
#, c-format
msgid "Iceland"
msgstr "Island"
-#: lang.pm:274
+#: lang.pm:288
#, c-format
msgid "Jamaica"
msgstr "Jamaika"
-#: lang.pm:275
+#: lang.pm:289
#, c-format
msgid "Jordan"
msgstr "Jordanien"
-#: lang.pm:276
+#: lang.pm:290
#, c-format
msgid "Japan"
msgstr "Japan"
-#: lang.pm:277
+#: lang.pm:291
#, c-format
msgid "Kenya"
msgstr "Kenia"
-#: lang.pm:278
+#: lang.pm:292
#, c-format
msgid "Kyrgyzstan"
msgstr "Kirgisistan"
-#: lang.pm:279
+#: lang.pm:293
#, c-format
msgid "Cambodia"
msgstr "Kambodscha"
-#: lang.pm:280
+#: lang.pm:294
#, c-format
msgid "Kiribati"
msgstr "Kiribati"
-#: lang.pm:281
+#: lang.pm:295
#, c-format
msgid "Comoros"
msgstr "Komoren"
-#: lang.pm:282
+#: lang.pm:296
#, c-format
msgid "Saint Kitts and Nevis"
msgstr "St. Kitts und Nevis"
-#: lang.pm:283
+#: lang.pm:297
#, c-format
msgid "Korea (North)"
msgstr "Nordkorea"
-#: lang.pm:284
+#: lang.pm:298
#, c-format
msgid "Korea"
msgstr "Korea"
-#: lang.pm:285
+#: lang.pm:299
#, c-format
msgid "Kuwait"
msgstr "Kuwait"
-#: lang.pm:286
+#: lang.pm:300
#, c-format
msgid "Cayman Islands"
msgstr "Cayman-Inseln"
-#: lang.pm:287
+#: lang.pm:301
#, c-format
msgid "Kazakhstan"
msgstr "Kasachstan"
-#: lang.pm:288
+#: lang.pm:302
#, c-format
msgid "Laos"
msgstr "Laos"
-#: lang.pm:289
+#: lang.pm:303
#, c-format
msgid "Lebanon"
msgstr "Libanon"
-#: lang.pm:290
+#: lang.pm:304
#, c-format
msgid "Saint Lucia"
msgstr "St. Lucia"
-#: lang.pm:291
+#: lang.pm:305
#, c-format
msgid "Liechtenstein"
msgstr "Liechtenstein"
-#: lang.pm:292
+#: lang.pm:306
#, c-format
msgid "Sri Lanka"
msgstr "Sri Lanka"
-#: lang.pm:293
+#: lang.pm:307
#, c-format
msgid "Liberia"
msgstr "Liberia"
-#: lang.pm:294
+#: lang.pm:308
#, c-format
msgid "Lesotho"
msgstr "Lesotho"
-#: lang.pm:295
+#: lang.pm:309 network/adsl_consts.pm:479
#, c-format
msgid "Lithuania"
msgstr "Litauen"
-#: lang.pm:296
+#: lang.pm:310
#, c-format
msgid "Luxembourg"
msgstr "Luxemburg"
-#: lang.pm:297
+#: lang.pm:311
#, c-format
msgid "Latvia"
msgstr "Litauen"
-#: lang.pm:298
+#: lang.pm:312
#, c-format
msgid "Libya"
msgstr "Lybien"
-#: lang.pm:299
+#: lang.pm:313 network/adsl_consts.pm:487
#, c-format
msgid "Morocco"
msgstr "Marokko"
-#: lang.pm:300
+#: lang.pm:314
#, c-format
msgid "Monaco"
msgstr "Monaco"
-#: lang.pm:301
+#: lang.pm:315
#, c-format
msgid "Moldova"
msgstr "Moldawien"
-#: lang.pm:302
+#: lang.pm:316
#, c-format
msgid "Madagascar"
msgstr "Madagaskar"
-#: lang.pm:303
+#: lang.pm:317
#, c-format
msgid "Marshall Islands"
msgstr "Marshall Inseln"
-#: lang.pm:304
+#: lang.pm:318
#, c-format
msgid "Macedonia"
msgstr "Mazedonien"
-#: lang.pm:305
+#: lang.pm:319
#, c-format
msgid "Mali"
msgstr "Mali"
-#: lang.pm:306
+#: lang.pm:320
#, c-format
msgid "Myanmar"
msgstr "Burma"
-#: lang.pm:307
+#: lang.pm:321
#, c-format
msgid "Mongolia"
msgstr "Mongolei"
-#: lang.pm:308
+#: lang.pm:322
#, c-format
msgid "Northern Mariana Islands"
msgstr "Nördliche Mariannen-Inseln"
-#: lang.pm:309
+#: lang.pm:323
#, c-format
msgid "Martinique"
msgstr "Martinique"
-#: lang.pm:310
+#: lang.pm:324
#, c-format
msgid "Mauritania"
msgstr "Mauretanien"
-#: lang.pm:311
+#: lang.pm:325
#, c-format
msgid "Montserrat"
msgstr "Montserrat"
-#: lang.pm:312
+#: lang.pm:326
#, c-format
msgid "Malta"
msgstr "Malta"
-#: lang.pm:313
+#: lang.pm:327
#, c-format
msgid "Mauritius"
msgstr "Mauritius"
-#: lang.pm:314
+#: lang.pm:328
#, c-format
msgid "Maldives"
msgstr "Malediven"
-#: lang.pm:315
+#: lang.pm:329
#, c-format
msgid "Malawi"
msgstr "Malawi"
-#: lang.pm:316
+#: lang.pm:330
#, c-format
msgid "Mexico"
msgstr "Mexiko"
-#: lang.pm:317
+#: lang.pm:331
#, c-format
msgid "Malaysia"
msgstr "Malaysia"
-#: lang.pm:318
+#: lang.pm:332
#, c-format
msgid "Mozambique"
msgstr "Mosambik"
-#: lang.pm:319
+#: lang.pm:333
#, c-format
msgid "Namibia"
msgstr "Namibia"
-#: lang.pm:320
+#: lang.pm:334
#, c-format
msgid "New Caledonia"
msgstr "Neukaledonien"
-#: lang.pm:321
+#: lang.pm:335
#, c-format
msgid "Niger"
msgstr "Niger"
-#: lang.pm:322
+#: lang.pm:336
#, c-format
msgid "Norfolk Island"
msgstr "Norfolkinsel"
-#: lang.pm:323
+#: lang.pm:337
#, c-format
msgid "Nigeria"
msgstr "Nigeria"
-#: lang.pm:324
+#: lang.pm:338
#, c-format
msgid "Nicaragua"
msgstr "Nicaragua"
-#: lang.pm:327
+#: lang.pm:341
#, c-format
msgid "Nepal"
msgstr "Nepal"
-#: lang.pm:328
+#: lang.pm:342
#, c-format
msgid "Nauru"
msgstr "Nauru"
-#: lang.pm:329
+#: lang.pm:343
#, c-format
msgid "Niue"
msgstr "Niue"
-#: lang.pm:330
+#: lang.pm:344
#, c-format
msgid "New Zealand"
msgstr "Neuseeland"
-#: lang.pm:331
+#: lang.pm:345
#, c-format
msgid "Oman"
msgstr "Oman"
-#: lang.pm:332
+#: lang.pm:346
#, c-format
msgid "Panama"
msgstr "Panama"
-#: lang.pm:333
+#: lang.pm:347
#, c-format
msgid "Peru"
msgstr "Peru"
-#: lang.pm:334
+#: lang.pm:348
#, c-format
msgid "French Polynesia"
msgstr "Französisch Polinesien"
-#: lang.pm:335
+#: lang.pm:349
#, c-format
msgid "Papua New Guinea"
msgstr "Papua-Neuguinea"
-#: lang.pm:336
+#: lang.pm:350
#, c-format
msgid "Philippines"
msgstr "Philippinen"
-#: lang.pm:337
+#: lang.pm:351
#, c-format
msgid "Pakistan"
msgstr "Pakistan"
-#: lang.pm:338 network/adsl_consts.pm:186
+#: lang.pm:352 network/adsl_consts.pm:503
#, c-format
msgid "Poland"
msgstr "Polen"
-#: lang.pm:339
+#: lang.pm:353
#, c-format
msgid "Saint Pierre and Miquelon"
msgstr "St. Pierre und Miquelon"
-#: lang.pm:340
+#: lang.pm:354
#, c-format
msgid "Pitcairn"
msgstr "Pitcairn"
-#: lang.pm:341
+#: lang.pm:355
#, c-format
msgid "Puerto Rico"
msgstr "Puerto Rico"
-#: lang.pm:342
+#: lang.pm:356
#, c-format
msgid "Palestine"
msgstr "Palästina"
-#: lang.pm:343 network/adsl_consts.pm:196
+#: lang.pm:357 network/adsl_consts.pm:513
#, c-format
msgid "Portugal"
msgstr "Portugal"
-#: lang.pm:344
+#: lang.pm:358
#, c-format
msgid "Paraguay"
msgstr "Paraguay"
-#: lang.pm:345
+#: lang.pm:359
#, c-format
msgid "Palau"
msgstr "Palau"
-#: lang.pm:346
+#: lang.pm:360
#, c-format
msgid "Qatar"
msgstr "Quatar"
-#: lang.pm:347
+#: lang.pm:361
#, c-format
msgid "Reunion"
msgstr "Réunion"
-#: lang.pm:348
+#: lang.pm:362
#, c-format
msgid "Romania"
msgstr "Rumänien"
-#: lang.pm:349
+#: lang.pm:363
#, c-format
msgid "Russia"
msgstr "Russland"
-#: lang.pm:350
+#: lang.pm:364
#, c-format
msgid "Rwanda"
msgstr "Ruanda"
-#: lang.pm:351
+#: lang.pm:365
#, c-format
msgid "Saudi Arabia"
msgstr "Saudi Arabien"
-#: lang.pm:352
+#: lang.pm:366
#, c-format
msgid "Solomon Islands"
msgstr "Solomon-Inseln"
-#: lang.pm:353
+#: lang.pm:367
#, c-format
msgid "Seychelles"
msgstr "Seychellen"
-#: lang.pm:354
+#: lang.pm:368
#, c-format
msgid "Sudan"
msgstr "Sudan"
-#: lang.pm:356
+#: lang.pm:370
#, c-format
msgid "Singapore"
msgstr "Singapur"
-#: lang.pm:357
+#: lang.pm:371
#, c-format
msgid "Saint Helena"
msgstr "Sankt Helena"
-#: lang.pm:358
+#: lang.pm:372 network/adsl_consts.pm:520
#, c-format
msgid "Slovenia"
msgstr "Slowenien"
-#: lang.pm:359
+#: lang.pm:373
#, c-format
msgid "Svalbard and Jan Mayen Islands"
msgstr "Svalbard and Jan Mayen Islands (Norwegen)"
-#: lang.pm:360
+#: lang.pm:374
#, c-format
msgid "Slovakia"
msgstr "Slowakei"
-#: lang.pm:361
+#: lang.pm:375
#, c-format
msgid "Sierra Leone"
msgstr "Sierra Leone"
-#: lang.pm:362
+#: lang.pm:376
#, c-format
msgid "San Marino"
msgstr "San Marino"
-#: lang.pm:363
+#: lang.pm:377
#, c-format
msgid "Senegal"
msgstr "Senegal"
-#: lang.pm:364
+#: lang.pm:378
#, c-format
msgid "Somalia"
msgstr "Somalia"
-#: lang.pm:365
+#: lang.pm:379
#, c-format
msgid "Suriname"
msgstr "Surinam"
-#: lang.pm:366
+#: lang.pm:380
#, c-format
msgid "Sao Tome and Principe"
msgstr "Sao Tome und Principe"
-#: lang.pm:367
+#: lang.pm:381
#, c-format
msgid "El Salvador"
msgstr "El Salvador"
-#: lang.pm:368
+#: lang.pm:382
#, c-format
msgid "Syria"
msgstr "Syrien"
-#: lang.pm:369
+#: lang.pm:383
#, c-format
msgid "Swaziland"
msgstr "Swaziland"
-#: lang.pm:370
+#: lang.pm:384
#, c-format
msgid "Turks and Caicos Islands"
msgstr "Turks und Caicos Inseln"
-#: lang.pm:371
+#: lang.pm:385
#, c-format
msgid "Chad"
msgstr "Tschad"
-#: lang.pm:372
+#: lang.pm:386
#, c-format
msgid "French Southern Territories"
msgstr "French Southern Territories"
-#: lang.pm:373
+#: lang.pm:387
#, c-format
msgid "Togo"
msgstr "Togo"
-#: lang.pm:374
+#: lang.pm:388 network/adsl_consts.pm:585
#, c-format
msgid "Thailand"
msgstr "Thailand"
-#: lang.pm:375
+#: lang.pm:389
#, c-format
msgid "Tajikistan"
msgstr "Tadschikistan"
# drakfw:278 (Neuse
-#: lang.pm:376
+#: lang.pm:390
#, c-format
msgid "Tokelau"
msgstr "Tokelau (Neuseeland)"
-#: lang.pm:377
+#: lang.pm:391
#, c-format
msgid "East Timor"
msgstr "Ost Timor"
-#: lang.pm:378
+#: lang.pm:392
#, c-format
msgid "Turkmenistan"
msgstr "Turkmenistan"
-#: lang.pm:379
+#: lang.pm:393
#, c-format
msgid "Tunisia"
msgstr "Tunesien"
-#: lang.pm:380
+#: lang.pm:394
#, c-format
msgid "Tonga"
msgstr "Tonga"
-#: lang.pm:381
+#: lang.pm:395
#, c-format
msgid "Turkey"
msgstr "Türkei"
-#: lang.pm:382
+#: lang.pm:396
#, c-format
msgid "Trinidad and Tobago"
msgstr "Trinidad und Tobago"
-#: lang.pm:383
+#: lang.pm:397
#, c-format
msgid "Tuvalu"
msgstr "Tuvalu"
-#: lang.pm:384
+#: lang.pm:398
#, c-format
msgid "Taiwan"
msgstr "Taiwan"
-#: lang.pm:385
+#: lang.pm:399
#, c-format
msgid "Tanzania"
msgstr "Tansania"
-#: lang.pm:386
+#: lang.pm:400
#, c-format
msgid "Ukraine"
msgstr "Ukraine"
-#: lang.pm:387
+#: lang.pm:401
#, c-format
msgid "Uganda"
msgstr "Uganda"
-#: lang.pm:388
+#: lang.pm:402
#, c-format
msgid "United States Minor Outlying Islands"
msgstr "United States Minor Outlying Islands"
-#: lang.pm:390
+#: lang.pm:404
#, c-format
msgid "Uruguay"
msgstr "Uruguay"
-#: lang.pm:391
+#: lang.pm:405
#, c-format
msgid "Uzbekistan"
msgstr "Usbekistan"
-#: lang.pm:392
+#: lang.pm:406
#, c-format
msgid "Vatican"
msgstr "Vatikan"
-#: lang.pm:393
+#: lang.pm:407
#, c-format
msgid "Saint Vincent and the Grenadines"
msgstr "St. Vincent und die Grenadinen"
-#: lang.pm:394
+#: lang.pm:408
#, c-format
msgid "Venezuela"
msgstr "Venezuela"
-#: lang.pm:395
+#: lang.pm:409
#, c-format
msgid "Virgin Islands (British)"
msgstr "Jungferninseln (britisch)"
-#: lang.pm:396
+#: lang.pm:410
#, c-format
msgid "Virgin Islands (U.S.)"
msgstr "Jungfern-Inseln (U.S.)"
-#: lang.pm:397
+#: lang.pm:411
#, c-format
msgid "Vietnam"
msgstr "Vietnam"
-#: lang.pm:398
+#: lang.pm:412
#, c-format
msgid "Vanuatu"
msgstr "Vanuatu"
-#: lang.pm:399
+#: lang.pm:413
#, c-format
msgid "Wallis and Futuna"
msgstr "Wallis und Futuna"
-#: lang.pm:400
+#: lang.pm:414
#, c-format
msgid "Samoa"
msgstr "Samoa"
-#: lang.pm:401
+#: lang.pm:415
#, c-format
msgid "Yemen"
msgstr "Yemen"
-#: lang.pm:402
+#: lang.pm:416
#, c-format
msgid "Mayotte"
msgstr "Mayotte (Frankreich)"
-#: lang.pm:403
-#, c-format
-msgid "Serbia & Montenegro"
-msgstr "Serbien & Montenegro"
-
-#: lang.pm:404 standalone/drakxtv:47
+#: lang.pm:417 standalone/drakxtv:49
#, c-format
msgid "South Africa"
msgstr "Südafrika"
-#: lang.pm:405
+#: lang.pm:418
#, c-format
msgid "Zambia"
msgstr "Sambia"
-#: lang.pm:406
+#: lang.pm:419
#, c-format
msgid "Zimbabwe"
msgstr "Simbabwe"
-#: lang.pm:1004
+#: lang.pm:1047
+#, c-format
+msgid "You should install the following packages: %s"
+msgstr "Sie sollten die folgenden Pakete installieren: %s"
+
+#. -PO: the following is used to combine packages names. eg: "initscripts, harddrake, yudit"
+#: lang.pm:1050 standalone/scannerdrake:135
+#, c-format
+msgid ", "
+msgstr ", "
+
+#: lang.pm:1101
#, c-format
msgid "Welcome to %s"
msgstr "Willkommen zu %s"
-#: loopback.pm:32
-#, fuzzy, c-format
+#: loopback.pm:31
+#, c-format
msgid "Circular mounts %s\n"
-msgstr "Schleife bei den Einhängepunkten %s\n"
+msgstr "Schleife bem Einbinden %s\n"
-#: lvm.pm:115
+#: lvm.pm:116
#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Entfernen Sie erst die Logischen Medien\n"
-#: modules/interactive.pm:21 standalone/drakconnect:982
+#: modules/interactive.pm:21 standalone/drakconnect:1033
#, c-format
msgid "Parameters"
msgstr "Parameter"
-#: modules/interactive.pm:21 standalone/draksec:44
-#, fuzzy, c-format
+#: modules/interactive.pm:21 standalone/draksec:51
+#, c-format
msgid "NONE"
msgstr "KEINER"
@@ -9383,8 +9437,8 @@ msgstr "Sie können alle Modulparamerter hier einstellen."
#: modules/interactive.pm:63
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Schnittstelle(n) %s %s gefunden"
+msgid "Found %s interfaces"
+msgstr "Schnittstelle(n) %s gefunden"
#: modules/interactive.pm:64
#, c-format
@@ -9439,12 +9493,12 @@ msgid "Module options:"
msgstr "Modul-Optionen:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: modules/interactive.pm:118
+#: modules/interactive.pm:119
#, c-format
msgid "Which %s driver should I try?"
msgstr "Welchen %s-Treiber soll ich versuchen?"
-#: modules/interactive.pm:127
+#: modules/interactive.pm:128
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -9462,17 +9516,17 @@ msgstr ""
"Treiber kann in seltenen Fällen zum „Hängenbleiben“ des Rechners führen, was "
"jedoch keine Hardwareschäden nach sich ziehen sollte.)"
-#: modules/interactive.pm:131
+#: modules/interactive.pm:132
#, c-format
msgid "Autoprobe"
msgstr "Automatische Erkennung"
-#: modules/interactive.pm:131
+#: modules/interactive.pm:132
#, c-format
msgid "Specify options"
msgstr "Optionen angeben"
-#: modules/interactive.pm:143
+#: modules/interactive.pm:144
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -9531,11 +9585,11 @@ msgstr "Generische PS2 Rad-Maus"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: mouse.pm:36 network/modem.pm:42 network/modem.pm:43 network/modem.pm:44
-#: network/modem.pm:58 network/modem.pm:72 network/modem.pm:77
-#: network/modem.pm:108 network/netconnect.pm:586 network/netconnect.pm:591
-#: network/netconnect.pm:603 network/netconnect.pm:608
-#: network/netconnect.pm:624 network/netconnect.pm:626
+#: mouse.pm:36 network/modem.pm:57 network/modem.pm:58 network/modem.pm:59
+#: network/modem.pm:84 network/modem.pm:98 network/modem.pm:103
+#: network/modem.pm:136 network/netconnect.pm:607 network/netconnect.pm:612
+#: network/netconnect.pm:624 network/netconnect.pm:629
+#: network/netconnect.pm:645 network/netconnect.pm:647
#, c-format
msgid "Automatic"
msgstr "Automatisch"
@@ -9671,59 +9725,64 @@ msgid "3 buttons with Wheel emulation"
msgstr "3 Tasten mit Mausrad Emulation"
#: mouse.pm:86
-#, fuzzy, c-format
+#, c-format
msgid "Universal"
-msgstr "Nach dem Entfernen"
+msgstr "Universell"
#: mouse.pm:88
#, c-format
msgid "Any PS/2 & USB mice"
msgstr "Einige PS/2 & USB Mäuse"
-#: mouse.pm:92 standalone/drakvpn:1140
+#: mouse.pm:89 mouse.pm:359 mouse.pm:368 mouse.pm:420
+#, c-format
+msgid "Synaptics Touchpad"
+msgstr "Synaptics Touchpad"
+
+#: mouse.pm:93 standalone/drakconnect:358 standalone/drakvpn:1140
#, c-format
msgid "none"
msgstr "keine"
-#: mouse.pm:94
+#: mouse.pm:95
#, c-format
msgid "No mouse"
msgstr "Keine Maus"
-#: mouse.pm:514
+#: mouse.pm:546
#, c-format
msgid "Please test the mouse"
msgstr "Bitte testen Sie Ihre Maus"
-#: mouse.pm:516
+#: mouse.pm:548
#, c-format
msgid "To activate the mouse,"
msgstr "Um Ihre Maus zu aktivieren,"
-#: mouse.pm:517
+#: mouse.pm:549
#, c-format
msgid "MOVE YOUR WHEEL!"
msgstr "BEWEGEN SIE IHR MAUS-RAD!"
#: network/adsl.pm:19
#, c-format
-msgid "use pppoe"
+msgid "use PPPoE"
msgstr "PPPOE verwenden"
#: network/adsl.pm:20
#, c-format
-msgid "use pptp"
+msgid "use PPTP"
msgstr "PPTP verwenden"
#: network/adsl.pm:21
#, c-format
-msgid "use dhcp"
+msgid "use DHCP"
msgstr "DHCP verwenden"
#: network/adsl.pm:22
#, c-format
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch USB"
+msgid "Alcatel Speedtouch USB"
+msgstr "Alcatel Speedtouch USB"
#: network/adsl.pm:22 network/adsl.pm:23 network/adsl.pm:24
#, c-format
@@ -9732,36 +9791,36 @@ msgstr "- gefunden"
#: network/adsl.pm:23
#, c-format
-msgid "Sagem (using pppoa) usb"
-msgstr "Sagem-USB (verwendet pppoa)"
+msgid "Sagem (using PPPoA) USB"
+msgstr "Sagem-USB (verwendet PPPoA)"
#: network/adsl.pm:24
#, c-format
-msgid "Sagem (using dhcp) usb"
-msgstr "Sagem-USB (verwendet dhcp)"
+msgid "Sagem (using DHCP) USB"
+msgstr "Sagem-USB (verwendet DHCP)"
-#: network/adsl.pm:35 network/netconnect.pm:761
+#: network/adsl.pm:35 network/netconnect.pm:799
#, c-format
msgid "Connect to the Internet"
msgstr "Internetverbindung"
-#: network/adsl.pm:36 network/netconnect.pm:762
+#: network/adsl.pm:36 network/netconnect.pm:800
#, c-format
msgid ""
"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
+"Some connections use PPTP, a few use DHCP.\n"
+"If you don't know, choose 'use PPPoE'"
msgstr ""
"Der gebräuchlichste Weg mit ADSL eine Verbindung aufzubauen ist pppoe.\n"
-"Einige Verbindungen benutzen jedoch pptp, andere dhcp.\n"
+"Einige Verbindungen benutzen jedoch PPTP, andere DHCP.\n"
"Wenn Sie nicht wissen was Sie brauchen, wählen Sie „pppoe verwenden“"
-#: network/adsl.pm:41 network/netconnect.pm:766
+#: network/adsl.pm:41 network/netconnect.pm:804
#, c-format
-msgid "ADSL connection type :"
+msgid "ADSL connection type:"
msgstr "Art der ADSL-Verbindung:"
-#: network/drakfirewall.pm:12
+#: network/drakfirewall.pm:12 share/compssUsers.pl:84
#, c-format
msgid "Web Server"
msgstr "Webserver"
@@ -9814,7 +9873,7 @@ msgstr "Echo-Anfrage (Ping)"
#: network/drakfirewall.pm:65
#, c-format
msgid "BitTorrent"
-msgstr ""
+msgstr "BitTorrent"
#: network/drakfirewall.pm:131
#, c-format
@@ -9867,7 +9926,7 @@ msgstr ""
"Für weitere Informationen schauen Sie in „/etc/services“."
#: network/drakfirewall.pm:182
-#, fuzzy, c-format
+#, c-format
msgid ""
"Invalid port given: %s.\n"
"The proper format is \"port/tcp\" or \"port/udp\", \n"
@@ -9877,7 +9936,9 @@ msgid ""
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 ist."
+"wobei Port eine Zahl zwischen 1 und 65535 ist.\n"
+"\n"
+"Sie können auch einen Portbereich (z.B. 24300:24350/udp) angeben."
#: network/drakfirewall.pm:192
#, c-format
@@ -9889,106 +9950,107 @@ msgstr "Alles (Keine Firewall)"
msgid "Other ports"
msgstr "Andere Ports"
-#: network/isdn.pm:109 network/netconnect.pm:436
+#: network/isdn.pm:125 network/netconnect.pm:456 network/netconnect.pm:564
+#: network/netconnect.pm:567
#, c-format
msgid "Unlisted - edit manually"
msgstr "Nicht aufgeführt - manuell eintragen"
-#: network/isdn.pm:151 network/netconnect.pm:385
+#: network/isdn.pm:168 network/netconnect.pm:388
#, c-format
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: network/isdn.pm:151 network/netconnect.pm:385
+#: network/isdn.pm:168 network/netconnect.pm:388
#, c-format
msgid "I don't know"
msgstr "Keine Ahnung"
-#: network/isdn.pm:152 network/netconnect.pm:385
+#: network/isdn.pm:169 network/netconnect.pm:388
#, c-format
msgid "PCI"
msgstr "PCI"
-#: network/isdn.pm:153 network/netconnect.pm:385
+#: network/isdn.pm:170 network/netconnect.pm:388
#, c-format
msgid "USB"
msgstr "USB"
-#: network/modem.pm:42 network/modem.pm:43 network/modem.pm:44
-#: network/netconnect.pm:591 network/netconnect.pm:608
-#: network/netconnect.pm:624
+#: network/modem.pm:57 network/modem.pm:58 network/modem.pm:59
+#: network/netconnect.pm:612 network/netconnect.pm:629
+#: network/netconnect.pm:645
#, c-format
msgid "Manual"
msgstr "Manuell"
-#: network/netconnect.pm:88 network/netconnect.pm:465
-#: network/netconnect.pm:475
+#: network/netconnect.pm:89 network/netconnect.pm:485
+#: network/netconnect.pm:489
#, c-format
msgid "Manual choice"
msgstr "Manuelle Auswahl"
-#: network/netconnect.pm:88
+#: network/netconnect.pm:89
#, c-format
msgid "Internal ISDN card"
msgstr "Interne ISDN-Karte"
-#: network/netconnect.pm:97
+#: network/netconnect.pm:98
#, c-format
msgid "Ad-hoc"
msgstr "Spontan"
-#: network/netconnect.pm:98
-#, fuzzy, c-format
+#: network/netconnect.pm:99
+#, c-format
msgid "Managed"
-msgstr "Sprache auswählen"
+msgstr "Geführt"
-#: network/netconnect.pm:99
-#, fuzzy, c-format
+#: network/netconnect.pm:100
+#, c-format
msgid "Master"
-msgstr "Mayotte (Frankreich)"
+msgstr "Master"
-#: network/netconnect.pm:100
-#, fuzzy, c-format
+#: network/netconnect.pm:101
+#, c-format
msgid "Repeater"
-msgstr "Wiederholen"
+msgstr "Repeater"
-#: network/netconnect.pm:101
-#, fuzzy, c-format
+#: network/netconnect.pm:102
+#, c-format
msgid "Secondary"
-msgstr "sekundär"
+msgstr "Sekundär"
-#: network/netconnect.pm:102
+#: network/netconnect.pm:103
#, c-format
msgid "Auto"
msgstr "Automatisch"
-#: network/netconnect.pm:105 printer/printerdrake.pm:1133
-#: standalone/drakups:64
+#: network/netconnect.pm:106 printer/printerdrake.pm:1248
+#: standalone/drakups:75
#, c-format
msgid "Manual configuration"
msgstr "Manuelle Konfiguration"
-#: network/netconnect.pm:106
+#: network/netconnect.pm:107
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Automatische IP (BOOTP/DHCP)"
-#: network/netconnect.pm:108
+#: network/netconnect.pm:109
#, c-format
msgid "Automatic IP (BOOTP/DHCP/Zeroconf)"
msgstr "Automatische IP (BOOTP/DHCP/Zeroconf)"
-#: network/netconnect.pm:111
+#: network/netconnect.pm:112
#, c-format
msgid "Protocol for the rest of the world"
msgstr "Protokoll für den Rest der Welt"
-#: network/netconnect.pm:113 standalone/drakconnect:541
+#: network/netconnect.pm:114 standalone/drakconnect:539
#, c-format
msgid "European protocol (EDSS1)"
msgstr "Europäisches Protokoll (EDSS1)"
-#: network/netconnect.pm:114 standalone/drakconnect:542
+#: network/netconnect.pm:115 standalone/drakconnect:540
#, c-format
msgid ""
"Protocol for the rest of the world\n"
@@ -9997,303 +10059,307 @@ msgstr ""
"Protokoll für den Rest der Welt \n"
"ohne D-Kanal (Leased Lines)"
-#: network/netconnect.pm:147
-#, fuzzy, c-format
+#: network/netconnect.pm:151
+#, c-format
msgid "Alcatel speedtouch USB modem"
-msgstr "Alcatel speedtouch USB"
+msgstr "Alcatel Speedtouch USB Modem"
-#: network/netconnect.pm:148
+#: network/netconnect.pm:152
#, c-format
msgid "Sagem USB modem"
msgstr "Sagem USB Modem"
-#: network/netconnect.pm:149
+#: network/netconnect.pm:153
#, c-format
msgid "Bewan modem"
msgstr "Bewan-Modem"
-#: network/netconnect.pm:150
+#: network/netconnect.pm:154
#, c-format
msgid "ECI Hi-Focus modem"
msgstr "ECI-Hi-Focus-Modem"
-#: network/netconnect.pm:154
+#: network/netconnect.pm:158
#, c-format
msgid "Dynamic Host Configuration Protocol (DHCP)"
msgstr "Dynamic Host Configuration Protocol (DHCP)"
-#: network/netconnect.pm:155
+#: network/netconnect.pm:159
#, c-format
msgid "Manual TCP/IP configuration"
msgstr "Manuelle TCP/IP Konfiguration"
-#: network/netconnect.pm:156
+#: network/netconnect.pm:160
#, c-format
msgid "Point to Point Tunneling Protocol (PPTP)"
msgstr "Point to Point Tunneling Protocol (PPTP)"
-#: network/netconnect.pm:157
+#: network/netconnect.pm:161
#, c-format
msgid "PPP over Ethernet (PPPoE)"
msgstr "PPP over Ethernet (PPPoE)"
-#: network/netconnect.pm:158
+#: network/netconnect.pm:162
#, c-format
msgid "PPP over ATM (PPPoA)"
msgstr "PPP over ATM (PPPoA)"
-#: network/netconnect.pm:162
-#, fuzzy, c-format
+#: network/netconnect.pm:163
+#, c-format
+msgid "DSL over CAPI"
+msgstr "DSL über CAPI"
+
+#: network/netconnect.pm:167
+#, c-format
msgid "Bridged Ethernet LLC"
-msgstr "Netzwerkkarte"
+msgstr "Überbrücktes Ethernet LLC"
-#: network/netconnect.pm:163
-#, fuzzy, c-format
+#: network/netconnect.pm:168
+#, c-format
msgid "Bridged Ethernet VC"
-msgstr "Netzwerkkarte"
+msgstr "Überbrücktes Ethernet VC"
-#: network/netconnect.pm:164
+#: network/netconnect.pm:169
#, c-format
msgid "Routed IP LLC"
msgstr "Routed IP LLC"
-#: network/netconnect.pm:165
+#: network/netconnect.pm:170
#, c-format
msgid "Routed IP VC"
msgstr "Routed IP VC"
-#: network/netconnect.pm:166
+#: network/netconnect.pm:171
#, c-format
-msgid "PPPOA LLC"
+msgid "PPPoA LLC"
msgstr "PPPoA LLC"
-#: network/netconnect.pm:167
+#: network/netconnect.pm:172
#, c-format
-msgid "PPPOA VC"
+msgid "PPPoA VC"
msgstr "PPPoA VC"
-#: network/netconnect.pm:171 standalone/drakconnect:477
+#: network/netconnect.pm:176 standalone/drakconnect:474
#, c-format
msgid "Script-based"
msgstr "Skript-basiert"
-#: network/netconnect.pm:172 standalone/drakconnect:477
+#: network/netconnect.pm:177 standalone/drakconnect:474
#, c-format
msgid "PAP"
msgstr "PAP"
-#: network/netconnect.pm:173 standalone/drakconnect:477
+#: network/netconnect.pm:178 standalone/drakconnect:474
#, c-format
msgid "Terminal-based"
msgstr "Terminal-basiert"
-#: network/netconnect.pm:174 standalone/drakconnect:477
+#: network/netconnect.pm:179 standalone/drakconnect:474
#, c-format
msgid "CHAP"
msgstr "CHAP"
-#: network/netconnect.pm:175 standalone/drakconnect:477
+#: network/netconnect.pm:180 standalone/drakconnect:474
#, c-format
msgid "PAP/CHAP"
msgstr "PAP/CHAP"
-#: network/netconnect.pm:228 standalone/drakconnect:55
+#: network/netconnect.pm:236 standalone/drakconnect:59
#, c-format
msgid "Network & Internet Configuration"
msgstr "Netzwerk & Internet konfigurieren"
-#: network/netconnect.pm:234
+#: network/netconnect.pm:242
#, c-format
msgid "(detected on port %s)"
msgstr "(gefunden an Port %s)"
#. -PO: here, "(detected)" string will be appended to eg "ADSL connection"
-#: network/netconnect.pm:236
+#: network/netconnect.pm:244
#, c-format
msgid "(detected %s)"
msgstr "(%s gefunden)"
-#: network/netconnect.pm:236
+#: network/netconnect.pm:244
#, c-format
msgid "(detected)"
msgstr "(gefunden)"
-#: network/netconnect.pm:238
+#: network/netconnect.pm:246
#, c-format
msgid "Modem connection"
msgstr "Modem-Verbindung"
-#: network/netconnect.pm:239
+#: network/netconnect.pm:247
#, c-format
msgid "ISDN connection"
msgstr "ISDN-Verbindung"
-#: network/netconnect.pm:240
+#: network/netconnect.pm:248
#, c-format
msgid "ADSL connection"
msgstr "ADSL-Verbindung"
-#: network/netconnect.pm:241
+#: network/netconnect.pm:249
#, c-format
msgid "Cable connection"
msgstr "Kabel-Verbindung"
-#: network/netconnect.pm:242
+#: network/netconnect.pm:250
#, c-format
msgid "LAN connection"
msgstr "LAN-Verbindung"
-#: network/netconnect.pm:243 network/netconnect.pm:257
+#: network/netconnect.pm:251 network/netconnect.pm:265
#, c-format
msgid "Wireless connection"
msgstr "Wireless Verbindung"
-#: network/netconnect.pm:253
+#: network/netconnect.pm:261
#, c-format
msgid "Choose the connection you want to configure"
msgstr "Wählen Sie die Verbindung, die Sie konfigurieren wollen"
-#: network/netconnect.pm:270
-#, fuzzy, c-format
+#: network/netconnect.pm:279
+#, c-format
msgid ""
"We are now going to configure the %s connection.\n"
"\n"
"\n"
"Press \"%s\" to continue."
msgstr ""
-"Wir werden nun die Verbindung %s konfigurieren.\n"
+"Wir werden nun die Verbindung %s konfigurieren.\n"
"\n"
"\n"
"Wählen Sie „%s“, um fortzufahren."
-#: network/netconnect.pm:278 network/netconnect.pm:788
+#: network/netconnect.pm:287 network/netconnect.pm:839
#, c-format
msgid "Connection Configuration"
msgstr "Verbindungskonfiguration"
-#: network/netconnect.pm:279 network/netconnect.pm:789
+#: network/netconnect.pm:288 network/netconnect.pm:840
#, c-format
msgid "Please fill or check the field below"
msgstr ""
"Bitte füllen Sie die folgen Felder aus \n"
"bzw. makieren Sie die korrekten Angaben"
-#: network/netconnect.pm:286 standalone/drakconnect:532
+#: network/netconnect.pm:295 standalone/drakconnect:530
#, c-format
msgid "Card IRQ"
msgstr "Karten-IRQ"
# Speicher ?
-#: network/netconnect.pm:287 standalone/drakconnect:533
+#: network/netconnect.pm:296 standalone/drakconnect:531
#, c-format
msgid "Card mem (DMA)"
msgstr "Karten Mem (DMA)"
-#: network/netconnect.pm:288 standalone/drakconnect:534
+#: network/netconnect.pm:297 standalone/drakconnect:532
#, c-format
msgid "Card IO"
msgstr "Karten-E/A"
-#: network/netconnect.pm:289 standalone/drakconnect:535
+#: network/netconnect.pm:298 standalone/drakconnect:533
#, c-format
msgid "Card IO_0"
msgstr "Karten-E/A_0"
-#: network/netconnect.pm:290
+#: network/netconnect.pm:299
#, c-format
msgid "Card IO_1"
msgstr "Karten-E/A_1"
-#: network/netconnect.pm:291
+#: network/netconnect.pm:300
#, c-format
msgid "Your personal phone number"
msgstr "Ihre eigene Telefonnummer"
-#: network/netconnect.pm:292 network/netconnect.pm:792
+#: network/netconnect.pm:301 network/netconnect.pm:843
#, c-format
msgid "Provider name (ex provider.net)"
msgstr "Name des Providers (z.B. provider.net) "
-#: network/netconnect.pm:293 standalone/drakconnect:473
+#: network/netconnect.pm:302 standalone/drakconnect:469
#, c-format
msgid "Provider phone number"
msgstr "Telefonnummer des Providers"
-#: network/netconnect.pm:294
-#, fuzzy, c-format
+#: network/netconnect.pm:303
+#, c-format
msgid "Provider DNS 1 (optional)"
msgstr "Erster DNS des Providers (optional)"
-#: network/netconnect.pm:295
-#, fuzzy, c-format
+#: network/netconnect.pm:304
+#, c-format
msgid "Provider DNS 2 (optional)"
msgstr "Zweiter DNS des Providers (optional)"
-#: network/netconnect.pm:296 standalone/drakconnect:429
+#: network/netconnect.pm:305 standalone/drakconnect:420
#, c-format
msgid "Dialing mode"
msgstr "Wählmodus"
-#: network/netconnect.pm:297 standalone/drakconnect:434
-#: standalone/drakconnect:495
+#: network/netconnect.pm:306 standalone/drakconnect:425
+#: standalone/drakconnect:493
#, c-format
msgid "Connection speed"
msgstr "Verbindungsgeschwindigkeit"
-#: network/netconnect.pm:298 standalone/drakconnect:439
+#: network/netconnect.pm:307 standalone/drakconnect:430
#, c-format
msgid "Connection timeout (in sec)"
msgstr "Verbindungs-Timeout (in Sec)"
-#: network/netconnect.pm:301 network/netconnect.pm:795
-#: standalone/drakconnect:471
+#: network/netconnect.pm:310 network/netconnect.pm:846
+#: standalone/drakconnect:467
#, c-format
msgid "Account Login (user name)"
msgstr "Benutzername (Login)"
-#: network/netconnect.pm:302 network/netconnect.pm:796
-#: standalone/drakconnect:472
+#: network/netconnect.pm:311 network/netconnect.pm:847
+#: standalone/drakconnect:468
#, c-format
msgid "Account Password"
msgstr "Passwort"
-#: network/netconnect.pm:332 network/netconnect.pm:649
-#: network/netconnect.pm:827
+#: network/netconnect.pm:328 network/netconnect.pm:677
+#: network/netconnect.pm:880
#, c-format
msgid "Select the network interface to configure:"
msgstr "Wählen Sie die Netzwerkkarte zum konfigurieren"
-#: network/netconnect.pm:334 network/netconnect.pm:375
-#: network/netconnect.pm:650 network/netconnect.pm:829 network/shorewall.pm:84
-#: standalone/drakconnect:656 standalone/drakgw:225 standalone/drakvpn:221
+#: network/netconnect.pm:330 network/netconnect.pm:378
+#: network/netconnect.pm:678 network/netconnect.pm:882 network/shorewall.pm:85
+#: standalone/drakconnect:683 standalone/drakgw:227 standalone/drakvpn:221
#, c-format
msgid "Net Device"
msgstr "Netz-Gerät:"
-#: network/netconnect.pm:335 network/netconnect.pm:343
+#: network/netconnect.pm:331 network/netconnect.pm:339
#, c-format
msgid "External ISDN modem"
msgstr "Externes ISDN-Modem"
-#. -PO: Do not alter the <span ..> and </span> tags
-#: network/netconnect.pm:374 standalone/harddrake2:121
+#: network/netconnect.pm:377 standalone/harddrake2:192
#, c-format
-msgid "Select a device !"
+msgid "Select a device!"
msgstr "Wählen Sie ein Gerät!"
-#: network/netconnect.pm:383 network/netconnect.pm:393
-#: network/netconnect.pm:403 network/netconnect.pm:419
-#: network/netconnect.pm:433
+#: network/netconnect.pm:386 network/netconnect.pm:396
+#: network/netconnect.pm:406 network/netconnect.pm:439
+#: network/netconnect.pm:453
#, c-format
msgid "ISDN Configuration"
msgstr "ISDN-Konfiguration"
-#: network/netconnect.pm:384
+#: network/netconnect.pm:387
#, c-format
msgid "What kind of card do you have?"
msgstr "Welchen Kartentyp haben Sie?"
-#: network/netconnect.pm:394
+#: network/netconnect.pm:397
#, c-format
msgid ""
"\n"
@@ -10309,34 +10375,51 @@ msgstr ""
"Falls Sie eine PCMCIA-Karte besitzen, müssen Sie IRQ und E/A-Bereich Ihrer "
"Karte kennen.\n"
-#: network/netconnect.pm:398
+#: network/netconnect.pm:401
#, c-format
msgid "Continue"
msgstr "Fortfahren"
-#: network/netconnect.pm:398
+#: network/netconnect.pm:401
#, c-format
msgid "Abort"
msgstr "Abbruch"
-#: network/netconnect.pm:404
+#: network/netconnect.pm:407
#, c-format
msgid "Which of the following is your ISDN card?"
msgstr "Welche der folgenden ist Ihre ISDN-Karte?"
-#: network/netconnect.pm:419
+#: network/netconnect.pm:425
+#, c-format
+msgid ""
+"A CAPI driver is available for this modem. This CAPI driver can offer more "
+"capabilities than the free driver (like sending faxes). Which driver do you "
+"want to use?"
+msgstr ""
+"Für dieses Modem ist ein CAPI-Treiber verfügbar. Dieser CAPI-Treiber bietet "
+"mehr Möglichkeiten als der freie Treiber (z.B. das Senden von Faxen). "
+"Welchen Treiber wollen Sie verwenden?"
+
+#: network/netconnect.pm:427 standalone/drakconnect:116 standalone/drakups:247
+#: standalone/harddrake2:117
+#, c-format
+msgid "Driver"
+msgstr "Treiber"
+
+#: network/netconnect.pm:439
#, c-format
msgid "Which protocol do you want to use?"
msgstr "Welches Protokoll wollen Sie verwenden?"
-#: network/netconnect.pm:421 standalone/drakconnect:116
-#: standalone/drakconnect:318 standalone/drakconnect:540
+#: network/netconnect.pm:441 standalone/drakconnect:116
+#: standalone/drakconnect:309 standalone/drakconnect:538
#: standalone/drakvpn:1142
#, c-format
msgid "Protocol"
msgstr "Protokoll"
-#: network/netconnect.pm:433
+#: network/netconnect.pm:453
#, c-format
msgid ""
"Select your provider.\n"
@@ -10345,13 +10428,13 @@ msgstr ""
"Wählen Sie Ihren Netzanbieter.\n"
"Sollte er nicht aufgeführt sein, wählen Sie „Nicht aufgeführt“"
-#: network/netconnect.pm:435 network/netconnect.pm:541
-#: network/netconnect.pm:683
-#, fuzzy, c-format
+#: network/netconnect.pm:455 network/netconnect.pm:563
+#: network/netconnect.pm:719
+#, c-format
msgid "Provider:"
-msgstr "Profil: "
+msgstr "Provider:"
-#: network/netconnect.pm:450
+#: network/netconnect.pm:470
#, c-format
msgid ""
"Your modem isn't supported by the system.\n"
@@ -10360,122 +10443,117 @@ msgstr ""
"Ihr Modem wird nicht durch das System unterstützt.\n"
"Schauen Sie unter http://www.linmodems.org"
-#: network/netconnect.pm:462
+#: network/netconnect.pm:482
#, c-format
msgid "Select the modem to configure:"
msgstr "Zu konfigurierendes Modem auswählen:"
-#: network/netconnect.pm:469 standalone/drakgw:113 standalone/drakvpn:51
-#, fuzzy, c-format
-msgid "Sorry, we support only 2.4 and above kernels."
-msgstr "Tja, wir unterstützen nur 2.4-Kernel."
-
-#: network/netconnect.pm:510
+#: network/netconnect.pm:530
#, c-format
msgid "Please choose which serial port your modem is connected to."
msgstr "Bitte wählen Sie den seriellen Anschluss, an dem Ihr Modem hängt."
-#: network/netconnect.pm:539
-#, fuzzy, c-format
+#: network/netconnect.pm:561
+#, c-format
msgid "Select your provider:"
-msgstr "Wählen Sie das Drucksystem"
+msgstr "Wählen Sie ihren Anbieter:"
-#: network/netconnect.pm:568
-#, fuzzy, c-format
+#: network/netconnect.pm:589
+#, c-format
msgid "Dialup: account options"
-msgstr "Einwahl-Parameter"
+msgstr "Einwahl: Kontodaten"
-#: network/netconnect.pm:571
+#: network/netconnect.pm:592
#, c-format
msgid "Connection name"
msgstr "Name der Verbindung"
-#: network/netconnect.pm:572
+#: network/netconnect.pm:593
#, c-format
msgid "Phone number"
msgstr "Telefonnummer"
-#: network/netconnect.pm:573
+#: network/netconnect.pm:594
#, c-format
msgid "Login ID"
msgstr "Login ID"
-#: network/netconnect.pm:588 network/netconnect.pm:621
+#: network/netconnect.pm:609 network/netconnect.pm:642
#, c-format
msgid "Dialup: IP parameters"
msgstr "Verbindungsaufbau: IP Parameter"
-#: network/netconnect.pm:591
+#: network/netconnect.pm:612
#, c-format
msgid "IP parameters"
msgstr "IP Parameter"
-#: network/netconnect.pm:592 network/netconnect.pm:919
-#: printer/printerdrake.pm:431 standalone/drakconnect:116
-#: standalone/drakconnect:332 standalone/drakconnect:829
-#: standalone/drakups:266
+#: network/netconnect.pm:613 network/netconnect.pm:976
+#: printer/printerdrake.pm:454 standalone/drakconnect:116
+#: standalone/drakconnect:323 standalone/drakconnect:880
+#: standalone/drakups:282
#, c-format
msgid "IP address"
msgstr "IP-Adresse"
-#: network/netconnect.pm:593
+#: network/netconnect.pm:614
#, c-format
msgid "Subnet mask"
msgstr "Subnetzmaske"
-#: network/netconnect.pm:605
+#: network/netconnect.pm:626
#, c-format
msgid "Dialup: DNS parameters"
msgstr "Verbindungsaufbau: DNS Parameter"
-#: network/netconnect.pm:608
+#: network/netconnect.pm:629
#, c-format
msgid "DNS"
msgstr "DNS"
-#: network/netconnect.pm:609
+#: network/netconnect.pm:630
#, c-format
msgid "Domain name"
msgstr "Name der Domäne"
-#: network/netconnect.pm:610 network/netconnect.pm:793
-#: standalone/drakconnect:947
+#: network/netconnect.pm:631 network/netconnect.pm:844
+#: standalone/drakconnect:998
#, c-format
msgid "First DNS Server (optional)"
msgstr "Erster DNS-Server (optional)"
-#: network/netconnect.pm:611 network/netconnect.pm:794
-#: standalone/drakconnect:948
+#: network/netconnect.pm:632 network/netconnect.pm:845
+#: standalone/drakconnect:999
#, c-format
msgid "Second DNS Server (optional)"
msgstr "Zweiter DNS-Server (optional)"
-#: network/netconnect.pm:612
+#: network/netconnect.pm:633
#, c-format
msgid "Set hostname from IP"
msgstr "Setze Name des Hosts von IP Adresse"
-#: network/netconnect.pm:624 standalone/drakconnect:343
+#: network/netconnect.pm:645 standalone/drakconnect:334
#, c-format
msgid "Gateway"
msgstr "Gateway"
-#: network/netconnect.pm:625
+#: network/netconnect.pm:646
#, c-format
msgid "Gateway IP address"
msgstr "Gateway IP-Adresse"
-#: network/netconnect.pm:649
+#: network/netconnect.pm:677
#, c-format
msgid "ADSL configuration"
msgstr "ADSL-Konfiguration"
-#: network/netconnect.pm:681
+#: network/netconnect.pm:717
#, c-format
msgid "Please choose your ADSL provider"
msgstr "Bitte wählen Sie Ihren ADSL-Anbieter."
-#: network/netconnect.pm:699
+#: network/netconnect.pm:735
#, c-format
msgid ""
"You need the Alcatel microcode.\n"
@@ -10486,32 +10564,32 @@ msgstr ""
"Sie können diesen jetzt von Diskette oder einer Windows Partition laden\n"
"oder diesen Schritt überspringen und es später machen."
-#: network/netconnect.pm:703 network/netconnect.pm:708
+#: network/netconnect.pm:739 network/netconnect.pm:744
#, c-format
msgid "Use a floppy"
msgstr "Benutze eine Diskette"
-#: network/netconnect.pm:703 network/netconnect.pm:712
+#: network/netconnect.pm:739 network/netconnect.pm:748
#, c-format
msgid "Use my Windows partition"
msgstr "Windows-Partition benutzen"
-#: network/netconnect.pm:703 network/netconnect.pm:715
+#: network/netconnect.pm:739 network/netconnect.pm:751
#, c-format
msgid "Do it later"
msgstr "Später"
-#: network/netconnect.pm:722
-#, fuzzy, c-format
+#: network/netconnect.pm:758
+#, c-format
msgid "Firmware copy failed, file %s not found"
msgstr "Kopieren der Firmware fehlgeschlagen, Datei %s nicht gefunden"
-#: network/netconnect.pm:729
+#: network/netconnect.pm:765
#, c-format
msgid "Firmware copy succeeded"
msgstr "Kopieren der Firmware erfolgreich"
-#: network/netconnect.pm:744
+#: network/netconnect.pm:780
#, c-format
msgid ""
"You need the Alcatel microcode.\n"
@@ -10525,22 +10603,22 @@ msgstr ""
"herunter und kopieren Sie die Datei „mgmt.o“\n"
"nach „/usr/share/speedtouch“"
-#: network/netconnect.pm:797
+#: network/netconnect.pm:849
#, c-format
msgid "Virtual Path ID (VPI):"
msgstr "Virtuelle Pfad-ID (VPI):"
-#: network/netconnect.pm:798
+#: network/netconnect.pm:850
#, c-format
msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"
-#: network/netconnect.pm:800
-#, fuzzy, c-format
-msgid "Encapsulation :"
-msgstr "Schlüssel"
+#: network/netconnect.pm:853
+#, c-format
+msgid "Encapsulation:"
+msgstr "Einkapselung"
-#: network/netconnect.pm:817
+#: network/netconnect.pm:870
#, c-format
msgid ""
"The ECI Hi-Focus modem cannot be supported due to binary driver distribution "
@@ -10553,25 +10631,25 @@ msgstr ""
"\n"
"Sie können einen Treiber finden unter http://eciadsl.flashtux.org/"
-#: network/netconnect.pm:829
+#: network/netconnect.pm:882
#, c-format
msgid "Manually load a driver"
-msgstr ""
+msgstr "Treiber von Hand laden"
-#: network/netconnect.pm:844
+#: network/netconnect.pm:898
#, c-format
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
+"Modifying the fields below will override this configuration.\n"
+"Do you really want to reconfigure this device?"
msgstr ""
"WARNUNG: Dieses Gerät wurde bereits zum Herstellen einer Internetverbindung "
"konfiguriert.\n"
-"Drücken Sie einfach „OK“, um die Einstellungen zu behalten.\n"
-"Fall Sie Felder verändern, wird die Konfiguration überschrieben."
+"Fall Sie Felder verändern, wird die Konfiguration überschrieben.\n"
+"Möchten Sie dieses Gerät wirklich neu konfigurieren?"
-#: network/netconnect.pm:857 network/netconnect.pm:1228
+#: network/netconnect.pm:912 network/netconnect.pm:1340
#, c-format
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
@@ -10580,17 +10658,17 @@ msgstr ""
"Herzlichen Glückwunsch, die Netzwerk-/Internet-Einrichtung ist beendet.\n"
"\n"
-#: network/netconnect.pm:871
-#, fuzzy, c-format
+#: network/netconnect.pm:929
+#, c-format
msgid "Zeroconf hostname resolution"
-msgstr "Zeroconf-Rechnername"
+msgstr "Zeroconf-Namensauflösung"
-#: network/netconnect.pm:872 network/netconnect.pm:906
+#: network/netconnect.pm:930 network/netconnect.pm:963
#, c-format
msgid "Configuring network device %s (driver %s)"
msgstr "Konfiguriere Netzwerkgerät %s (Treiber %s)."
-#: network/netconnect.pm:873
+#: network/netconnect.pm:931
#, c-format
msgid ""
"The following protocols can be used to configure an ethernet connection. "
@@ -10599,7 +10677,7 @@ msgstr ""
"Die folgenden Protokolle können zu Konfiguration der Netzwerkkarte genutzt "
"werden. Bitte Auswahl treffen."
-#: network/netconnect.pm:907
+#: network/netconnect.pm:964
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -10610,90 +10688,96 @@ msgstr ""
"Jeder Eintrag muss als dezimale IP-Adresse in Punktschreibweise \n"
"angegeben werden (etwa „192.168.1.42“)."
-#: network/netconnect.pm:914
+#: network/netconnect.pm:971
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Name des Hosts über DHCP zuweisen"
-#: network/netconnect.pm:915
+#: network/netconnect.pm:972
#, c-format
msgid "DHCP host name"
msgstr "DHCP-Rechnername"
-#: network/netconnect.pm:920 standalone/drakconnect:337
-#: standalone/drakconnect:830 standalone/drakgw:321
+#: network/netconnect.pm:977 standalone/drakconnect:328
+#: standalone/drakconnect:881 standalone/drakgw:323
#, c-format
msgid "Netmask"
msgstr "Netzmaske"
-#: network/netconnect.pm:922 standalone/drakconnect:422
+#: network/netconnect.pm:979 standalone/drakconnect:413
#, c-format
msgid "Track network card id (useful for laptops)"
msgstr "Netzwerkkarten-ID überwachen (sinnvoll für Laptops)"
-#: network/netconnect.pm:923 standalone/drakconnect:423
+#: network/netconnect.pm:980 standalone/drakconnect:414
#, c-format
msgid "Network Hotplugging"
msgstr "Netzwerk Hotplugging"
-#: network/netconnect.pm:924 standalone/drakconnect:417
+#: network/netconnect.pm:982 standalone/drakconnect:408
#, c-format
msgid "Start at boot"
msgstr "Beim Systemstart aktivieren"
-#: network/netconnect.pm:926 standalone/drakconnect:833
+#: network/netconnect.pm:985 standalone/drakconnect:884
#, c-format
msgid "DHCP client"
msgstr "DHCP-Client"
-#: network/netconnect.pm:936 printer/printerdrake.pm:1383
-#: standalone/drakconnect:621
+#: network/netconnect.pm:995 printer/printerdrake.pm:1498
+#: standalone/drakconnect:648
#, c-format
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/netconnect.pm:939
+#: network/netconnect.pm:999
#, c-format
-msgid "Warning : IP address %s is usually reserved !"
+msgid "Warning: IP address %s is usually reserved!"
msgstr "Warnung : IP-Adresse %s ist üblicherweise reserviert !"
-#: network/netconnect.pm:969 network/netconnect.pm:998
+#: network/netconnect.pm:1004 standalone/drakTermServ:1690
+#: standalone/drakTermServ:1691 standalone/drakTermServ:1692
+#, c-format
+msgid "%s already in use\n"
+msgstr "%s bereits anderweitig genutzt\n"
+
+#: network/netconnect.pm:1030 network/netconnect.pm:1059
#, c-format
msgid "Please enter the wireless parameters for this card:"
msgstr ""
"Bitte geben Sie die Parameter für die drahtlose Verbindung dieser Karte ein:"
-#: network/netconnect.pm:972 standalone/drakconnect:389
+#: network/netconnect.pm:1033 standalone/drakconnect:380
#, c-format
msgid "Operating Mode"
msgstr "Betriebsmodus"
-#: network/netconnect.pm:974 standalone/drakconnect:390
+#: network/netconnect.pm:1035 standalone/drakconnect:381
#, c-format
msgid "Network name (ESSID)"
msgstr "Netzwerkname (ESSID)"
-#: network/netconnect.pm:975 standalone/drakconnect:391
+#: network/netconnect.pm:1036 standalone/drakconnect:382
#, c-format
msgid "Network ID"
msgstr "Netzwerk-ID"
-#: network/netconnect.pm:976 standalone/drakconnect:392
+#: network/netconnect.pm:1037 standalone/drakconnect:383
#, c-format
msgid "Operating frequency"
msgstr "Übertragungsfrequenz:"
-#: network/netconnect.pm:977 standalone/drakconnect:393
+#: network/netconnect.pm:1038 standalone/drakconnect:384
#, c-format
msgid "Sensitivity threshold"
msgstr "Empfindlichkeitsschwelle"
-#: network/netconnect.pm:978 standalone/drakconnect:394
+#: network/netconnect.pm:1039 standalone/drakconnect:385
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Bitrate (in b/s)"
-#: network/netconnect.pm:984
+#: network/netconnect.pm:1045
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -10703,7 +10787,7 @@ msgstr ""
"(etwa „2.46G“ für 2,46GHz) oder die entsprechende Anzahl Nullen angehängt "
"werden."
-#: network/netconnect.pm:988
+#: network/netconnect.pm:1049
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -10712,12 +10796,12 @@ msgstr ""
"Die Rate sollte entweder eine Mengeneinheit aus ‚K‘, ‚M‘ und ‚G‘ nutzen "
"(etwa „11M“ für 11M) oder die entsprechende Anzahl Nullen angehängt werden."
-#: network/netconnect.pm:1001 standalone/drakconnect:405
+#: network/netconnect.pm:1062 standalone/drakconnect:396
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: network/netconnect.pm:1002
+#: network/netconnect.pm:1063
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -10730,38 +10814,45 @@ msgid ""
"fixed\n"
"or off."
msgstr ""
+"RTS/CTS fügt einen Handshake vor jeder Paketübertragung ein, um "
+"sicherzustellen, dass der Kanal sauber ist. Dies erhöht den Aufwand, aber "
+"verbessert die Leistung bei versteckten Knoten oder einer großen Anzahl "
+"aktiver Knoten. Dieser Parameter setzt die Größe des kleinsten Paketes, für "
+"das der Knoten ein RTS sendet. Die Angabe der maximalen Paketgröße schaltet "
+"dieses Verfahren aus. Sie können diesen Parameter auch auf „auto“, „fest“ "
+"oder „aus“ stellen."
-#: network/netconnect.pm:1009 standalone/drakconnect:406
-#, fuzzy, c-format
+#: network/netconnect.pm:1070 standalone/drakconnect:397
+#, c-format
msgid "Fragmentation"
-msgstr "Spiele-Station"
+msgstr "Fragmentierung"
-#: network/netconnect.pm:1010 standalone/drakconnect:407
+#: network/netconnect.pm:1071 standalone/drakconnect:398
#, c-format
msgid "Iwconfig command extra arguments"
msgstr "Zusätzlche Schalter für den Befehl lwconfig"
-#: network/netconnect.pm:1011
+#: network/netconnect.pm:1072
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
"ap, channel, commit, enc, power, retry, sens, txpower (nick is already set "
"as the hostname).\n"
"\n"
-"See iwpconfig(8) man page for further information."
+"See iwconfig(8) man page for further information."
msgstr ""
"Hier können Sie zusätzliche Parameter einstellen wie:\n"
"ap, Kanal, Übertragung, enc, Leistung, Wiederholung, sens, Sendeleistung\n"
"(Nick ist bereits als Hostname gesetzt).\n"
-"Die iwpconfig(8) Manpages liefern weitere Informationen."
+"Die iwconfig(8) Manpages liefern weitere Informationen."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: network/netconnect.pm:1018 standalone/drakconnect:408
+#: network/netconnect.pm:1079 standalone/drakconnect:399
#, c-format
msgid "Iwspy command extra arguments"
msgstr "Zusätzliche Schalter für den Befehl lwspy"
-#: network/netconnect.pm:1019
+#: network/netconnect.pm:1080
#, c-format
msgid ""
"Iwspy is used to set a list of addresses in a wireless network\n"
@@ -10780,12 +10871,12 @@ msgstr ""
"\n"
"Die iwpspy(8) Manpages liefern weitere Informationen."
-#: network/netconnect.pm:1027 standalone/drakconnect:409
+#: network/netconnect.pm:1088 standalone/drakconnect:400
#, c-format
msgid "Iwpriv command extra arguments"
msgstr "Extra-Schalter für den Befehl lwpriv"
-#: network/netconnect.pm:1028
+#: network/netconnect.pm:1089
#, c-format
msgid ""
"Iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -10815,29 +10906,7 @@ msgstr ""
"\n"
"Die Manpages zu iwpriv(8) geben weitere Informationen."
-#: network/netconnect.pm:1055
-#, c-format
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Ich habe keine Ethernet-Netzwerkkarte finden können, daher kann dieser "
-"Verbindungstyp nicht konfiguriert werden."
-
-#: network/netconnect.pm:1059 standalone/drakgw:261 standalone/drakpxe:142
-#, c-format
-msgid "Choose the network interface"
-msgstr "Wählen Sie die Netzwerkkarte"
-
-#: network/netconnect.pm:1060
-#, c-format
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet."
-msgstr ""
-"Bitte wählen Sie, über welches Netzwerkgerät Sie die \n"
-"Internetverbindung herstellen wollen."
-
-#: network/netconnect.pm:1081
+#: network/netconnect.pm:1163
#, c-format
msgid ""
"Please enter your host name.\n"
@@ -10850,89 +10919,93 @@ msgstr ""
"etwa „meinrechner.meineabteilung.meinefirma.de“.\n"
"Falls Sie ein Gateway verwenden, sollten Sie auch dessen IP-Adresse angeben."
-#: network/netconnect.pm:1085
+#: network/netconnect.pm:1167
#, c-format
msgid "Last but not least you can also type in your DNS server IP addresses."
msgstr "Zuguterletzt kann die DNS Server IP Adresse eingegeben werden."
-#: network/netconnect.pm:1087 standalone/drakconnect:946
-#, fuzzy, c-format
+#: network/netconnect.pm:1169 standalone/drakconnect:997
+#, c-format
msgid "Host name (optional)"
-msgstr "Erster DNS-Server (optional)"
+msgstr "Rechnername (optional)"
-#: network/netconnect.pm:1087
+#: network/netconnect.pm:1169
#, c-format
msgid "Host name"
msgstr "Rechnername"
-#: network/netconnect.pm:1089
+#: network/netconnect.pm:1171
#, c-format
msgid "DNS server 1"
msgstr "DNS-Server 1"
-#: network/netconnect.pm:1090
+#: network/netconnect.pm:1172
#, c-format
msgid "DNS server 2"
msgstr "DNS-Server 2"
-#: network/netconnect.pm:1091
+#: network/netconnect.pm:1173
#, c-format
msgid "DNS server 3"
msgstr "DNS-Server 3"
-#: network/netconnect.pm:1092
-#, fuzzy, c-format
+#: network/netconnect.pm:1174
+#, c-format
msgid "Search domain"
-msgstr "NIS-Domain"
+msgstr "Suchdomäne"
-#: network/netconnect.pm:1093
+#: network/netconnect.pm:1175
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Standardmäßig wird die Suchdomäne aus dem FQDN (fully qualified domain name) "
"erzeugt."
-#: network/netconnect.pm:1094
+#: network/netconnect.pm:1176
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (etwa %s)"
-#: network/netconnect.pm:1096
+#: network/netconnect.pm:1178
#, c-format
msgid "Gateway device"
msgstr "Gateway-Gerät"
-#: network/netconnect.pm:1105
+#: network/netconnect.pm:1187
#, c-format
msgid "DNS server address should be in format 1.2.3.4"
msgstr ""
"Die IP-Adresse des DNS-Servers sollte etwa die Form „192.168.1.42“ haben!"
-#: network/netconnect.pm:1110 standalone/drakconnect:624
+#: network/netconnect.pm:1192 standalone/drakconnect:651
#, c-format
msgid "Gateway address should be in format 1.2.3.4"
msgstr "Die IP-Adresse des Gateways sollte etwa die Form „192.168.1.42“ haben!"
-#: network/netconnect.pm:1121
+#: network/netconnect.pm:1203
#, c-format
msgid ""
-"Enter a Zeroconf host name which will be the one that your machine will get "
-"back to other machines on the network:"
+"If desired, enter a Zeroconf hostname.\n"
+"This is the name your machine will use to advertise any of\n"
+"its shared resources that are not managed by the network.\n"
+"It is not necessary on most networks."
msgstr ""
-"Geben Sie einen Zeroconf-Hostnamen ein, den Ihr Rechner zurück bekommt von "
-"anderen Rechnern im Netzwerk:"
+"Geben Sie, wenn gewünscht, einen Zeroconf Rechnernamen ein.\n"
+"Das ist der Name, den Ihr Rechner zum Bekanntgeben seiner \n"
+"freigegebenen Ressourcen verwendet, die nicht vom Netzwerk\n"
+"verwaltet werden. In den meisten Netzwerken ist das nicht nötig."
-#: network/netconnect.pm:1122
+#: network/netconnect.pm:1207
#, c-format
msgid "Zeroconf Host name"
msgstr "Zeroconf-Rechnername"
-#: network/netconnect.pm:1125
+#: network/netconnect.pm:1210
#, c-format
msgid "Zeroconf host name must not contain a ."
msgstr "Der Zeroconf-Hostname muss einen . enthalten."
-#: network/netconnect.pm:1135
+#: network/netconnect.pm:1220
#, c-format
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
@@ -10943,35 +11016,55 @@ msgstr ""
"Internet zu verbinden. Bitte wählen Sie eine aus.\n"
"\n"
-#: network/netconnect.pm:1137
+#: network/netconnect.pm:1222
#, c-format
msgid "Internet connection"
msgstr "Internet-Verbindung"
-#: network/netconnect.pm:1145
+#: network/netconnect.pm:1230
#, c-format
-msgid "Configuration is complete, do you want to apply settings ?"
+msgid "Configuration is complete, do you want to apply settings?"
msgstr "Konfiguration ist vollständig, wollen Sie diese jetzt anwenden ?"
-#: network/netconnect.pm:1155
+#: network/netconnect.pm:1240
#, c-format
msgid "Do you want to start the connection at boot?"
msgstr "Möchten Sie die Verbindung beim Systemstart herstellen?"
-#: network/netconnect.pm:1172
+#: network/netconnect.pm:1258
+#, c-format
+msgid "Automatically at boot"
+msgstr "Automatisch beim Systemstart"
+
+#: network/netconnect.pm:1260
+#, c-format
+msgid "By using Net Applet in the system tray"
+msgstr "Durch das Net Applet in der Kontrollleiste"
+
+#: network/netconnect.pm:1262
+#, c-format
+msgid "Manually (the interface would still be activated at boot)"
+msgstr "von Hand (die Schnittstelle wird trotzdem bei Systemstart aktiviert)"
+
+#: network/netconnect.pm:1271
+#, c-format
+msgid "How do you want to dial this connection?"
+msgstr "Wie möchten Sie diese Verbindung wählen?"
+
+#: network/netconnect.pm:1284
#, c-format
-msgid "The network needs to be restarted. Do you want to restart it ?"
+msgid "The network needs to be restarted. Do you want to restart it?"
msgstr "Das Netzwerk muss neu gestartet werden. Soll ich es neu starten?"
-#: network/netconnect.pm:1179 network/netconnect.pm:1244
+#: network/netconnect.pm:1291 network/netconnect.pm:1356
#, c-format
msgid "Network Configuration"
msgstr "Netzwerk konfigurieren"
-#: network/netconnect.pm:1180
+#: network/netconnect.pm:1292
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
+"A problem occurred while restarting the network: \n"
"\n"
"%s"
msgstr ""
@@ -10979,27 +11072,27 @@ msgstr ""
"\n"
"%s"
-#: network/netconnect.pm:1188
+#: network/netconnect.pm:1300
#, c-format
msgid "Do you want to try to connect to the Internet now?"
msgstr "Möchten Sie jetzt versuchen eine Internetverbindung aufzubauen?"
-#: network/netconnect.pm:1196 standalone/drakconnect:978
+#: network/netconnect.pm:1308 standalone/drakconnect:1029
#, c-format
msgid "Testing your connection..."
msgstr "Ich teste gerade Ihre Verbindung..."
-#: network/netconnect.pm:1212
+#: network/netconnect.pm:1324
#, c-format
msgid "The system is now connected to the Internet."
msgstr "Das System ist jetzt mit dem Internet verbunden."
-#: network/netconnect.pm:1213
+#: network/netconnect.pm:1325
#, c-format
msgid "For security reasons, it will be disconnected now."
msgstr "Aus Sicherheitsgründen wird die Verbindung nun unterbrochen."
-#: network/netconnect.pm:1214
+#: network/netconnect.pm:1326
#, c-format
msgid ""
"The system doesn't seem to be connected to the Internet.\n"
@@ -11008,7 +11101,7 @@ msgstr ""
"Das System scheint nicht mit dem Internet verbunden zu sein.\n"
"Versuchen Sie noch einmal Ihre Verbindung zu konfigurieren."
-#: network/netconnect.pm:1231
+#: network/netconnect.pm:1343
#, c-format
msgid ""
"After this is done, we recommend that you restart your X environment to "
@@ -11018,10 +11111,10 @@ msgstr ""
"neu zu starten, um Probleme, die durch die Änderung des\n"
"Rechnernamens hervorgerufen werden, zu vermeiden."
-#: network/netconnect.pm:1232
+#: network/netconnect.pm:1344
#, c-format
msgid ""
-"Problems occured during configuration.\n"
+"Problems occurred during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
@@ -11030,7 +11123,7 @@ msgstr ""
"Kontrollzentrum. Falls die Verbindung nicht funktioniert, sollten Sie erneut "
"die Konfiguration starten."
-#: network/netconnect.pm:1245
+#: network/netconnect.pm:1357
#, c-format
msgid ""
"Because you are doing a network installation, your network is already "
@@ -11043,34 +11136,34 @@ msgstr ""
"„Abbrechen“, um Ihre Internet- und Netzwerk-Konfiguration neu zu\n"
"konfigurieren.\n"
-#: network/netconnect.pm:1333
+#: network/netconnect.pm:1393
#, c-format
msgid ""
"An unexpected error has happened:\n"
"%s"
msgstr "Ein unerwarteter Fehler ist aufgetreten:/n %s"
-#: network/network.pm:315
+#: network/network.pm:316
#, c-format
msgid "Proxies configuration"
msgstr "Proxies einstellen"
-#: network/network.pm:316
+#: network/network.pm:317
#, c-format
msgid "HTTP proxy"
msgstr "HTTP-Proxy"
-#: network/network.pm:317
+#: network/network.pm:318
#, c-format
msgid "FTP proxy"
msgstr "FTP-Proxy"
-#: network/network.pm:320
+#: network/network.pm:321
#, c-format
msgid "Proxy should be http://..."
msgstr "Proxy muss „http://...“ sein"
-#: network/network.pm:321
+#: network/network.pm:322
#, c-format
msgid "URL should begin with 'ftp:' or 'http:'"
msgstr "Die URL muss mit „http://“ oder „ftp://“ beginnen"
@@ -11090,7 +11183,7 @@ msgstr ""
"Möglicherweise müssen Sie nach der Installation einige Einstellungen \n"
"von Hand vornehmen."
-#: network/shorewall.pm:77 standalone/drakgw:218 standalone/drakvpn:214
+#: network/shorewall.pm:78 standalone/drakgw:220 standalone/drakvpn:214
#, c-format
msgid ""
"Please enter the name of the interface connected to the internet.\n"
@@ -11108,12 +11201,12 @@ msgstr ""
"\t\teth0, oder eth1 für eine Kabel-Verbindung, \n"
"\t\tippp+ für eine ISDN-Verbindung.\n"
-#: network/tools.pm:165
+#: network/tools.pm:197
#, c-format
msgid "Insert floppy"
msgstr "Bitte Diskette einlegen"
-#: network/tools.pm:166
+#: network/tools.pm:198
#, c-format
msgid ""
"Insert a FAT formatted floppy in drive %s with %s in root directory and "
@@ -11122,22 +11215,22 @@ msgstr ""
"Legen Sie eine FAT-formatierte Diskette in Laufwerk %s mit %s im "
"Wurzelverzeichnis ein und drücken %s"
-#: network/tools.pm:167
+#: network/tools.pm:199
#, c-format
msgid "Floppy access error, unable to mount device %s"
msgstr "Fehler beim Zugriff auf Diskette, kann Gerät %s nicht einbinden"
-#: partition_table.pm:645
+#: partition_table.pm:393
#, c-format
msgid "mount failed: "
msgstr "Fehler beim Einhängen: "
-#: partition_table.pm:750
+#: partition_table.pm:498
#, c-format
msgid "Extended partition not supported on this platform"
msgstr "Diese Rechnerarchitektur kennt keine erweiterten Partitionen"
-#: partition_table.pm:768
+#: partition_table.pm:516
#, c-format
msgid ""
"You have a hole in your partition table but I can't use it.\n"
@@ -11149,22 +11242,22 @@ msgstr ""
"Ihre primären Partitionen so verschieben, dass der Bereich direkt \n"
"neben der erweiterten Partition zu liegen kommt."
-#: partition_table.pm:855
+#: partition_table.pm:602
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Restaurieren aus der Datei %s schlug fehl: %s"
-#: partition_table.pm:857
+#: partition_table.pm:604
#, c-format
msgid "Bad backup file"
msgstr "Fehlerhafte Backup-Datei"
-#: partition_table.pm:877
+#: partition_table.pm:624
#, c-format
msgid "Error writing to file %s"
msgstr "Fehler beim Schreiben in Datei %s"
-#: partition_table/raw.pm:187
+#: partition_table/raw.pm:238
#, c-format
msgid ""
"Something bad is happening on your drive. \n"
@@ -11177,27 +11270,27 @@ msgstr ""
"Das bedeutet, dass jeder Schreibvorgang auf der Platte zu zufälligen oder "
"beschädigten Daten führen wird."
-#: pkgs.pm:24
+#: pkgs.pm:23
#, c-format
msgid "must have"
msgstr "unbedingt notwendig"
-#: pkgs.pm:25
+#: pkgs.pm:24
#, c-format
msgid "important"
msgstr "wichtig"
-#: pkgs.pm:26
+#: pkgs.pm:25
#, c-format
msgid "very nice"
msgstr "sehr angenehm"
-#: pkgs.pm:27
+#: pkgs.pm:26
#, c-format
msgid "nice"
msgstr "angenehm"
-#: pkgs.pm:28
+#: pkgs.pm:27
#, c-format
msgid "maybe"
msgstr "eventuell"
@@ -11212,7 +11305,7 @@ msgstr "(an %s)"
msgid "(on this machine)"
msgstr "(an diesem Rechner)"
-#: printer/cups.pm:115 standalone/printerdrake:197
+#: printer/cups.pm:115 standalone/printerdrake:203
#, c-format
msgid "Configured on other machines"
msgstr "Auf anderen Rechnern konfiguriert"
@@ -11222,296 +11315,306 @@ msgstr "Auf anderen Rechnern konfiguriert"
msgid "On CUPS server \"%s\""
msgstr "Auf CUPS-Server „%s“"
-#: printer/cups.pm:117 printer/printerdrake.pm:3989
-#: printer/printerdrake.pm:3998 printer/printerdrake.pm:4139
-#: printer/printerdrake.pm:4150 printer/printerdrake.pm:4362
+#: printer/cups.pm:117 printer/printerdrake.pm:4290
+#: printer/printerdrake.pm:4300 printer/printerdrake.pm:4445
+#: printer/printerdrake.pm:4456 printer/printerdrake.pm:4651
#, c-format
msgid " (Default)"
msgstr " (Standard)"
-#: printer/data.pm:22
+#: printer/data.pm:40
#, c-format
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: printer/data.pm:23
+#: printer/data.pm:41
#, c-format
msgid "PDQ"
msgstr "PDQ"
-#: printer/data.pm:34
+#: printer/data.pm:53
#, c-format
msgid "LPD - Line Printer Daemon"
msgstr "LPD - Line Printer Daemon"
-#: printer/data.pm:35
+#: printer/data.pm:54
#, c-format
msgid "LPD"
msgstr "LPD"
-#: printer/data.pm:56
+#: printer/data.pm:76
#, c-format
msgid "LPRng - LPR New Generation"
msgstr "LPRng - LPR New Generation"
-#: printer/data.pm:57
+#: printer/data.pm:77
#, c-format
msgid "LPRng"
msgstr "LPRng"
-#: printer/data.pm:82
+#: printer/data.pm:103
#, c-format
msgid "CUPS - Common Unix Printing System"
msgstr "CUPS - Common Unix Printing System"
+#: printer/data.pm:132
+#, c-format
+msgid "CUPS - Common Unix Printing System (remote server)"
+msgstr "CUPS - Common Unix Printing System (entfernter Server)"
+
+#: printer/data.pm:133
+#, c-format
+msgid "Remote CUPS"
+msgstr "Entferntes CUPS"
+
#: printer/detect.pm:149 printer/detect.pm:227 printer/detect.pm:429
-#: printer/detect.pm:466 printer/printerdrake.pm:686
+#: printer/detect.pm:466
#, c-format
msgid "Unknown Model"
msgstr "Unbekanntes Modell"
-#: printer/main.pm:29
+#: printer/main.pm:27
#, c-format
msgid "Local printer"
msgstr "Lokaler Drucker"
-#: printer/main.pm:30
+#: printer/main.pm:28
#, c-format
msgid "Remote printer"
msgstr "Entfernter Drucker"
-#: printer/main.pm:31
+#: printer/main.pm:29
#, c-format
msgid "Printer on remote CUPS server"
msgstr "Drucker an CUPS-Server auf der Gegenseite"
-#: printer/main.pm:32 printer/printerdrake.pm:1406
+#: printer/main.pm:30 printer/printerdrake.pm:1521
#, c-format
msgid "Printer on remote lpd server"
msgstr "Drucker an LPD-Server im Netzwerk"
-#: printer/main.pm:33
+#: printer/main.pm:31
#, c-format
msgid "Network printer (TCP/Socket)"
msgstr "Netzwerkdrucker (TCP/Socket)"
-#: printer/main.pm:34
+#: printer/main.pm:32
#, c-format
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Drucker an SMB/Windows 9x/ME/NT"
-#: printer/main.pm:35
+#: printer/main.pm:33
#, c-format
msgid "Printer on NetWare server"
msgstr "Drucker an NetWare-Server"
-#: printer/main.pm:36 printer/printerdrake.pm:1410
+#: printer/main.pm:34 printer/printerdrake.pm:1525
#, c-format
msgid "Enter a printer device URI"
msgstr "Druckeranschluss URI"
-#: printer/main.pm:37
+#: printer/main.pm:35
#, c-format
msgid "Pipe job into a command"
msgstr "Den Auftrag an ein Kommando weiterleiten"
-#: printer/main.pm:307 printer/main.pm:575 printer/main.pm:1545
-#: printer/main.pm:2229 printer/main.pm:2240 printer/printerdrake.pm:1866
-#: printer/printerdrake.pm:4396
+#: printer/main.pm:321 printer/main.pm:604 printer/main.pm:1635
+#: printer/main.pm:2331 printer/main.pm:2340 printer/printerdrake.pm:874
+#: printer/printerdrake.pm:1981 printer/printerdrake.pm:4688
#, c-format
msgid "Unknown model"
msgstr "Unbekanntes Modell"
-#: printer/main.pm:332 standalone/printerdrake:196
-#, fuzzy, c-format
+#: printer/main.pm:346 standalone/printerdrake:202
+#, c-format
msgid "Configured on this machine"
-msgstr "(an diesem Rechner)"
+msgstr "An diesem Rechner eingerichtet"
-#: printer/main.pm:338 printer/printerdrake.pm:963
+#: printer/main.pm:352 printer/printerdrake.pm:1069
#, c-format
msgid " on parallel port #%s"
msgstr " an Parallelport \\#%s"
-#: printer/main.pm:341 printer/printerdrake.pm:965
+#: printer/main.pm:355 printer/printerdrake.pm:1072
#, c-format
msgid ", USB printer #%s"
msgstr ", USB-Drucker #%s"
-#: printer/main.pm:343
+#: printer/main.pm:357
#, c-format
msgid ", USB printer"
msgstr ", USB-Drucker"
-#: printer/main.pm:348
-#, fuzzy, c-format
+#: printer/main.pm:362
+#, c-format
msgid ", multi-function device on parallel port #%s"
-msgstr ", Multifunktionsgerät am Parallelport \\#%s"
+msgstr ", Multifunktionsgerät am Parallelport #%s"
-#: printer/main.pm:351
+#: printer/main.pm:365
#, c-format
msgid ", multi-function device on a parallel port"
msgstr ", Multifunktionsgerät am Parallelport "
-#: printer/main.pm:353
+#: printer/main.pm:367
#, c-format
msgid ", multi-function device on USB"
msgstr ", USB-Multifunktionsgerät"
-#: printer/main.pm:355
+#: printer/main.pm:369
#, c-format
msgid ", multi-function device on HP JetDirect"
msgstr ", Multifunktionsgerät am HP JedDirect"
-#: printer/main.pm:357
+#: printer/main.pm:371
#, c-format
msgid ", multi-function device"
msgstr ", Multifunktionsgerät"
-#: printer/main.pm:360
+#: printer/main.pm:375
#, c-format
msgid ", printing to %s"
msgstr ", drucken auf %s"
-#: printer/main.pm:362
+#: printer/main.pm:378
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr "auf LDP-Server „%s“, Drucker „%s“"
-#: printer/main.pm:364
+#: printer/main.pm:381
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP-Rechner „%s“, Port %s"
-#: printer/main.pm:368
+#: printer/main.pm:386
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr "auf SMB/Windows-Server „%s“, Freigabe „%s“"
-#: printer/main.pm:372
+#: printer/main.pm:391
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr "auf dem Novell-Server „%s“, Drucker „%s“"
-#: printer/main.pm:374
+#: printer/main.pm:394
#, c-format
msgid ", using command %s"
msgstr ", mittels Kommando „%s“"
-#: printer/main.pm:389
-#, fuzzy, c-format
+#: printer/main.pm:409
+#, c-format
msgid "Parallel port #%s"
-msgstr "Parallelport#%s"
+msgstr "Parallelport #%s"
-#: printer/main.pm:392 printer/printerdrake.pm:979
-#: printer/printerdrake.pm:1002 printer/printerdrake.pm:1020
+#: printer/main.pm:412 printer/printerdrake.pm:1090
+#: printer/printerdrake.pm:1117 printer/printerdrake.pm:1135
#, c-format
msgid "USB printer #%s"
msgstr "USB-Drucker #%s"
-#: printer/main.pm:394
+#: printer/main.pm:414
#, c-format
msgid "USB printer"
msgstr "USB-Drucker"
-#: printer/main.pm:399
+#: printer/main.pm:419
#, c-format
msgid "Multi-function device on parallel port #%s"
msgstr "Multifunktionsgerät am Parallelport #%s"
-#: printer/main.pm:402
+#: printer/main.pm:422
#, c-format
msgid "Multi-function device on a parallel port"
msgstr "Multifunktionsgerät am Parallelport"
-#: printer/main.pm:404
+#: printer/main.pm:424
#, c-format
msgid "Multi-function device on USB"
msgstr "USB-Multifunktionsgerät"
-#: printer/main.pm:406
+#: printer/main.pm:426
#, c-format
msgid "Multi-function device on HP JetDirect"
msgstr "Multifunktionsgerät am HP JetDirect"
-#: printer/main.pm:408
+#: printer/main.pm:428
#, c-format
msgid "Multi-function device"
msgstr "Multifunktionsgerät"
-#: printer/main.pm:411
-#, fuzzy, c-format
+#: printer/main.pm:432
+#, c-format
msgid "Prints into %s"
-msgstr ", drucken auf %s"
+msgstr "Druckt auf %s"
-#: printer/main.pm:413
+#: printer/main.pm:435
#, c-format
msgid "LPD server \"%s\", printer \"%s\""
msgstr "LDP-Server „%s“, Drucker „%s“"
-#: printer/main.pm:415
+#: printer/main.pm:438
#, c-format
msgid "TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP-Rechner „%s“, Port %s"
-#: printer/main.pm:419
-#, fuzzy, c-format
+#: printer/main.pm:443
+#, c-format
msgid "SMB/Windows server \"%s\", share \"%s\""
-msgstr "auf SMB/Windows-Server „%s“, Freigabe „%s“"
+msgstr "SMB/Windows-Server „%s“, Freigabe „%s“"
-#: printer/main.pm:423
+#: printer/main.pm:448
#, c-format
msgid "Novell server \"%s\", printer \"%s\""
msgstr "Novell Server „%s“, Drucker „%s“"
-#: printer/main.pm:425
+#: printer/main.pm:451
#, c-format
msgid "Uses command %s"
msgstr "benutzt Kommando „%s“"
-#: printer/main.pm:427
+#: printer/main.pm:453
#, c-format
msgid "URI: %s"
msgstr "URI: %s"
-#: printer/main.pm:572 printer/printerdrake.pm:732
-#: printer/printerdrake.pm:2463
+#: printer/main.pm:601 printer/printerdrake.pm:820
+#: printer/printerdrake.pm:2584
#, c-format
msgid "Raw printer (No driver)"
msgstr "Rohdaten-Drucker (kein Treiber)"
-#: printer/main.pm:1086 printer/printerdrake.pm:179
-#: printer/printerdrake.pm:191
+#: printer/main.pm:1147 printer/printerdrake.pm:205
+#: printer/printerdrake.pm:217
#, c-format
msgid "Local network(s)"
msgstr "Lokale Netzwerke"
-#: printer/main.pm:1088 printer/printerdrake.pm:195
+#: printer/main.pm:1149 printer/printerdrake.pm:221
#, c-format
msgid "Interface \"%s\""
msgstr "Schnittstelle „%s“"
-#: printer/main.pm:1090
+#: printer/main.pm:1151
#, c-format
msgid "Network %s"
msgstr "Netzwerk %s"
-#: printer/main.pm:1092
+#: printer/main.pm:1153
#, c-format
msgid "Host %s"
msgstr "Rechner %s"
-#: printer/main.pm:1121
+#: printer/main.pm:1182
#, c-format
msgid "%s (Port %s)"
msgstr "%s (Port %s)"
-#: printer/printerdrake.pm:22
+#: printer/printerdrake.pm:19
#, c-format
msgid ""
"The HP LaserJet 1000 needs its firmware to be uploaded after being turned "
"on. Download the Windows driver package from the HP web site (the firmware "
"on the printer's CD does not work) and extract the firmware file from it by "
-"uncompresing the self-extracting '.exe' file with the 'unzip' utility and "
+"decompressing the self-extracting '.exe' file with the 'unzip' utility and "
"searching for the 'sihp1000.img' file. Copy this file into the '/etc/"
"printer' directory. There it will be found by the automatic uploader script "
"and uploaded whenever the printer is connected and turned on.\n"
@@ -11525,12 +11628,12 @@ msgstr ""
"Druckerskript gefunden und hochgeladen, wenn der Drucker eingeschaltet "
"wird.\n"
-#: printer/printerdrake.pm:62
+#: printer/printerdrake.pm:61
#, c-format
msgid "CUPS printer configuration"
msgstr "CUPS-Drucker-Konfiguration"
-#: printer/printerdrake.pm:63
+#: printer/printerdrake.pm:62
#, c-format
msgid ""
"Here you can choose whether the printers connected to this machine should be "
@@ -11539,7 +11642,7 @@ msgstr ""
"Hier können Sie einstellen, ob die Drucker, die an diesem Rechner hängen, "
"für andere Rechner nutzbar sein sollen und falls ja, für welche."
-#: printer/printerdrake.pm:64
+#: printer/printerdrake.pm:63
#, c-format
msgid ""
"You can also decide here whether printers on remote machines should be "
@@ -11548,43 +11651,38 @@ msgstr ""
"Sie können hier entscheiden, ob Drucker von anderen Rechnern automatisch auf "
"diesem Rechner zur Verfügung gestellt werden sollen."
-#: printer/printerdrake.pm:67
+#: printer/printerdrake.pm:66
#, c-format
msgid "The printers on this machine are available to other computers"
msgstr "Die Drucker dieses Rechners sind für andere Rechner nutzbar"
-#: printer/printerdrake.pm:69
+#: printer/printerdrake.pm:71
#, c-format
msgid "Automatically find available printers on remote machines"
msgstr "Automatische Suche nutzbarer Drucker auf anderen Rechnern"
-#: printer/printerdrake.pm:71
+#: printer/printerdrake.pm:76
#, c-format
msgid "Printer sharing on hosts/networks: "
msgstr "Gemeinsamer Druckerzugriff auf Rechnern/Netzwerken:"
-#: printer/printerdrake.pm:73
+#: printer/printerdrake.pm:78
#, c-format
msgid "Custom configuration"
msgstr "Angepasste Konfiguration"
-#: printer/printerdrake.pm:78 standalone/scannerdrake:566
-#: standalone/scannerdrake:583
+#: printer/printerdrake.pm:83 standalone/scannerdrake:562
+#: standalone/scannerdrake:579
#, c-format
msgid "No remote machines"
msgstr "Keine Netzwerkrechner"
-#: printer/printerdrake.pm:88
+#: printer/printerdrake.pm:94
#, c-format
msgid "Additional CUPS servers: "
msgstr "Weitere CUPS-Server: "
-#: printer/printerdrake.pm:93
-#, c-format
-msgid "None"
-msgstr "Keine"
-
-#: printer/printerdrake.pm:95
+#: printer/printerdrake.pm:101
#, c-format
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
@@ -11605,20 +11703,20 @@ msgstr ""
"ggf. die Port-Nummer hier eingeben, um die Information von diesem Server zu "
"erhalten."
-#: printer/printerdrake.pm:100
+#: printer/printerdrake.pm:109
#, c-format
msgid "Japanese text printing mode"
msgstr "Druck Modus für Japanischen Text"
-#: printer/printerdrake.pm:101
+#: printer/printerdrake.pm:110
#, c-format
msgid ""
-"Turning on this allows to print plain text files in japanese language. Only "
-"use this function if you really want to print text in japanese, if it is "
+"Turning on this allows to print plain text files in Japanese language. Only "
+"use this function if you really want to print text in Japanese, if it is "
"activated you cannot print accentuated characters in latin fonts any more "
"and you will not be able to adjust the margins, the character size, etc. "
"This setting only affects printers defined on this machine. If you want to "
-"print japanese text on a printer set up on a remote machine, you have to "
+"print Japanese text on a printer set up on a remote machine, you have to "
"activate this function on that remote machine."
msgstr ""
"Aktivieren dieser Option erlaubt es Ihnen einfachen Text in der japanischen "
@@ -11630,12 +11728,12 @@ msgstr ""
"an einem entfernten Computer drucken wolllen, müssen Sie diese Funktion auf "
"diesem Computer aktivieren."
-#: printer/printerdrake.pm:105
+#: printer/printerdrake.pm:117
#, c-format
msgid "Automatic correction of CUPS configuration"
msgstr "Automatische Korrektur der CUPS-Konfiguration"
-#: printer/printerdrake.pm:107
+#: printer/printerdrake.pm:119
#, c-format
msgid ""
"When this option is turned on, on every startup of CUPS it is automatically "
@@ -11664,12 +11762,43 @@ msgstr ""
"Falls einige dieser Maßnahmen bei Ihnen zu Problemen führen stellen Sie "
"diese Option ab./nDann müssen Sie aber selbst auf diese Punkte achten."
-#: printer/printerdrake.pm:129 printer/printerdrake.pm:205
+#: printer/printerdrake.pm:132 printer/printerdrake.pm:500
+#: printer/printerdrake.pm:3933
+#, c-format
+msgid "Remote CUPS server and no local CUPS daemon"
+msgstr "Entfernter CUPS-Server und kein lokaler CUPS Dämon"
+
+#: printer/printerdrake.pm:135
+#, c-format
+msgid "On"
+msgstr "An"
+
+#: printer/printerdrake.pm:137 printer/printerdrake.pm:492
+#: printer/printerdrake.pm:519
+#, c-format
+msgid "Off"
+msgstr "Aus"
+
+#: printer/printerdrake.pm:138 printer/printerdrake.pm:501
+#, c-format
+msgid ""
+"In this mode the local CUPS daemon will be stopped and all printing requests "
+"go directly to the server specified below. Note that it is not possible to "
+"define local print queues then and if the specified server is down it cannot "
+"be printed at all from this machine."
+msgstr ""
+"In diesem Modus wird der lokale CUPS Dämon gestoppt und alle Druckaufträge "
+"gehen direkt zum unten angegebenen Server. Beachten Sie bitte, dass es dann "
+"nicht möglich ist, lokale Druckerwarteschlangen einzurichten und dass wenn "
+"der angegebene Server heruntergefahren ist, von dieser Maschine überhaupt "
+"nicht gedruckt werden kann."
+
+#: printer/printerdrake.pm:155 printer/printerdrake.pm:230
#, c-format
msgid "Sharing of local printers"
msgstr "Gemeinsamer Zugriff auf lokale Drucker"
-#: printer/printerdrake.pm:130
+#: printer/printerdrake.pm:156
#, c-format
msgid ""
"These are the machines and networks on which the locally connected printer"
@@ -11678,29 +11807,29 @@ msgstr ""
"Das sind die Rechner und Netzwerke, für die die lokalen Drucker zugänglich "
"sein sollen:"
-#: printer/printerdrake.pm:141
+#: printer/printerdrake.pm:167
#, c-format
msgid "Add host/network"
msgstr "Hinzufügen eines Rechners/Netzwerks"
-#: printer/printerdrake.pm:147
+#: printer/printerdrake.pm:173
#, c-format
msgid "Edit selected host/network"
msgstr "Markierte Rechner/Netzwerke bearbeiten"
-#: printer/printerdrake.pm:156
+#: printer/printerdrake.pm:182
#, c-format
msgid "Remove selected host/network"
msgstr "Löschen der markierten Rechner/Netzwerke"
-#: printer/printerdrake.pm:187 printer/printerdrake.pm:197
-#: printer/printerdrake.pm:210 printer/printerdrake.pm:217
-#: printer/printerdrake.pm:248 printer/printerdrake.pm:266
+#: printer/printerdrake.pm:213 printer/printerdrake.pm:223
+#: printer/printerdrake.pm:235 printer/printerdrake.pm:242
+#: printer/printerdrake.pm:273 printer/printerdrake.pm:291
#, c-format
msgid "IP address of host/network:"
msgstr "IP-Adresse des Rechners/Netzwerks:"
-#: printer/printerdrake.pm:206
+#: printer/printerdrake.pm:231
#, c-format
msgid ""
"Choose the network or host on which the local printers should be made "
@@ -11709,34 +11838,34 @@ msgstr ""
"Wählen Sie Netzwerke bzw. Rechner, denen lokale Drucker bekannt gemacht "
"werden sollen:"
-#: printer/printerdrake.pm:213
+#: printer/printerdrake.pm:238
#, c-format
msgid "Host/network IP address missing."
msgstr "Die Rechner/Netzwerk-IP-Adresse fehlt!"
-#: printer/printerdrake.pm:221
+#: printer/printerdrake.pm:246
#, c-format
msgid "The entered host/network IP is not correct.\n"
msgstr "Die eingegebene Rechner/Netzwerk-Information ist nicht korrekt.\n"
-#: printer/printerdrake.pm:222 printer/printerdrake.pm:400
+#: printer/printerdrake.pm:247 printer/printerdrake.pm:423
#, c-format
msgid "Examples for correct IPs:\n"
msgstr "Beispiele für korrekte IPs:\n"
-#: printer/printerdrake.pm:246
+#: printer/printerdrake.pm:271
#, c-format
msgid "This host/network is already in the list, it cannot be added again.\n"
msgstr ""
"IP-Adresse bzw. Netzwerk sind bereits in der Liste, \n"
"Sie können sie nicht erneut hinzufügen.\n"
-#: printer/printerdrake.pm:316 printer/printerdrake.pm:387
-#, fuzzy, c-format
+#: printer/printerdrake.pm:340 printer/printerdrake.pm:410
+#, c-format
msgid "Accessing printers on remote CUPS servers"
-msgstr "Zugriff auf Drucker an einem entfernetn CUPS-Server"
+msgstr "Zugriff auf Drucker an entfernten CUPS-Servern"
-#: printer/printerdrake.pm:317
+#: printer/printerdrake.pm:341
#, c-format
msgid ""
"Add here the CUPS servers whose printers you want to use. You only need to "
@@ -11747,106 +11876,122 @@ msgstr ""
"Sie müssen dies jedoch nur tun, wenn die Server ihre Druckerinformationen "
"nicht ins lokale Netzwerk senden (broadcast)."
-#: printer/printerdrake.pm:328
+#: printer/printerdrake.pm:352
#, c-format
msgid "Add server"
msgstr "Server hinzufügen"
-#: printer/printerdrake.pm:334
+#: printer/printerdrake.pm:358
#, c-format
msgid "Edit selected server"
msgstr "Änderung des markierten Servers"
-#: printer/printerdrake.pm:343
+#: printer/printerdrake.pm:367
#, c-format
msgid "Remove selected server"
msgstr "Löschen des markierten Servers"
-#: printer/printerdrake.pm:388
+#: printer/printerdrake.pm:411
#, c-format
msgid "Enter IP address and port of the host whose printers you want to use."
msgstr ""
"Geben Sie die IP-Adresse und den Port des Rechners ein, dessen Drucker Sie "
"verwenden wollen. "
-#: printer/printerdrake.pm:389
+#: printer/printerdrake.pm:412
#, c-format
msgid "If no port is given, 631 will be taken as default."
msgstr "Wenn kein Port angegeben wird, wird Port 631 als Vorgabe genommen."
-#: printer/printerdrake.pm:393
+#: printer/printerdrake.pm:416
#, c-format
msgid "Server IP missing!"
msgstr "Die Server-IP fehlt!"
-#: printer/printerdrake.pm:399
+#: printer/printerdrake.pm:422
#, c-format
msgid "The entered IP is not correct.\n"
msgstr "Die eingegebene IP ist nicht korrekt.\n"
-#: printer/printerdrake.pm:411 printer/printerdrake.pm:1629
+#: printer/printerdrake.pm:434 printer/printerdrake.pm:1744
#, c-format
msgid "The port number should be an integer!"
msgstr "Die Port Nummer muss eine ganze Zahl sein!"
-#: printer/printerdrake.pm:422
+#: printer/printerdrake.pm:445
#, c-format
msgid "This server is already in the list, it cannot be added again.\n"
msgstr ""
"Der Server ist bereits in der Liste, er kann nicht erneut hinzugefügt "
"werden.\n"
-#: printer/printerdrake.pm:433 printer/printerdrake.pm:1650
-#: standalone/drakups:233 standalone/harddrake2:68
+#: printer/printerdrake.pm:456 printer/printerdrake.pm:1765
+#: standalone/drakups:247 standalone/harddrake2:47
#, c-format
msgid "Port"
msgstr "Port"
-#: printer/printerdrake.pm:478 printer/printerdrake.pm:545
-#: printer/printerdrake.pm:610 printer/printerdrake.pm:628
-#: printer/printerdrake.pm:711 printer/printerdrake.pm:768
-#: printer/printerdrake.pm:794 printer/printerdrake.pm:1703
-#: printer/printerdrake.pm:1886 printer/printerdrake.pm:1902
-#: printer/printerdrake.pm:1945 printer/printerdrake.pm:1982
-#: printer/printerdrake.pm:2024 printer/printerdrake.pm:2061
-#: printer/printerdrake.pm:2071 printer/printerdrake.pm:2314
-#: printer/printerdrake.pm:2319 printer/printerdrake.pm:2458
-#: printer/printerdrake.pm:2568 printer/printerdrake.pm:3069
-#: printer/printerdrake.pm:3134 printer/printerdrake.pm:3177
-#: printer/printerdrake.pm:3180 printer/printerdrake.pm:3299
-#: printer/printerdrake.pm:3364 printer/printerdrake.pm:3436
-#: printer/printerdrake.pm:3457 printer/printerdrake.pm:3466
-#: printer/printerdrake.pm:3557 printer/printerdrake.pm:3655
-#: printer/printerdrake.pm:3661 printer/printerdrake.pm:3674
-#: printer/printerdrake.pm:3726 printer/printerdrake.pm:3766
-#: printer/printerdrake.pm:3778 printer/printerdrake.pm:3789
-#: printer/printerdrake.pm:3798 printer/printerdrake.pm:3811
-#: printer/printerdrake.pm:3888 printer/printerdrake.pm:3945
-#: printer/printerdrake.pm:4010 printer/printerdrake.pm:4270
-#: printer/printerdrake.pm:4313 printer/printerdrake.pm:4459
-#: printer/printerdrake.pm:4517 printer/printerdrake.pm:4546
-#: standalone/printerdrake:65 standalone/printerdrake:85
-#: standalone/printerdrake:522
+#: printer/printerdrake.pm:489 printer/printerdrake.pm:505
+#: printer/printerdrake.pm:520 printer/printerdrake.pm:524
+#: printer/printerdrake.pm:530
+#, c-format
+msgid "On, Name or IP of remote server:"
+msgstr "An, Name oder IP des entfernten Servers:"
+
+#: printer/printerdrake.pm:508 printer/printerdrake.pm:3942
+#: printer/printerdrake.pm:4007
+#, c-format
+msgid "CUPS server name or IP address missing."
+msgstr "CUPS Servername oder IP-Adresse fehlt."
+
+#: printer/printerdrake.pm:560 printer/printerdrake.pm:580
+#: printer/printerdrake.pm:649 printer/printerdrake.pm:714
+#: printer/printerdrake.pm:741 printer/printerdrake.pm:796
+#: printer/printerdrake.pm:838 printer/printerdrake.pm:848
+#: printer/printerdrake.pm:1818 printer/printerdrake.pm:2004
+#: printer/printerdrake.pm:2021 printer/printerdrake.pm:2064
+#: printer/printerdrake.pm:2104 printer/printerdrake.pm:2147
+#: printer/printerdrake.pm:2184 printer/printerdrake.pm:2194
+#: printer/printerdrake.pm:2437 printer/printerdrake.pm:2442
+#: printer/printerdrake.pm:2579 printer/printerdrake.pm:2689
+#: printer/printerdrake.pm:3247 printer/printerdrake.pm:3312
+#: printer/printerdrake.pm:3361 printer/printerdrake.pm:3364
+#: printer/printerdrake.pm:3484 printer/printerdrake.pm:3549
+#: printer/printerdrake.pm:3621 printer/printerdrake.pm:3642
+#: printer/printerdrake.pm:3651 printer/printerdrake.pm:3745
+#: printer/printerdrake.pm:3837 printer/printerdrake.pm:3843
+#: printer/printerdrake.pm:3863 printer/printerdrake.pm:3969
+#: printer/printerdrake.pm:4076 printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4104 printer/printerdrake.pm:4117
+#: printer/printerdrake.pm:4313 printer/printerdrake.pm:4749
+#: printer/printerdrake.pm:4826 standalone/printerdrake:64
+#: standalone/printerdrake:84 standalone/printerdrake:566
#, c-format
msgid "Printerdrake"
msgstr "PrinterDrake"
-#: printer/printerdrake.pm:479
+#: printer/printerdrake.pm:561 printer/printerdrake.pm:3550
+#: printer/printerdrake.pm:4077
+#, c-format
+msgid "Reading printer data..."
+msgstr "Lesen der Treiber-Datenbank ..."
+
+#: printer/printerdrake.pm:581
#, c-format
msgid "Restarting CUPS..."
msgstr "CUPS wird neu gestartet..."
-#: printer/printerdrake.pm:502
+#: printer/printerdrake.pm:606
#, c-format
msgid "Select Printer Connection"
msgstr "Wählen Sie die Drucker-Anbindung"
-#: printer/printerdrake.pm:503
+#: printer/printerdrake.pm:607
#, c-format
msgid "How is the printer connected?"
msgstr "Wie ist der Drucker mit Ihrem Computer verbunden?"
-#: printer/printerdrake.pm:505
+#: printer/printerdrake.pm:609
#, c-format
msgid ""
"\n"
@@ -11857,7 +12002,7 @@ msgstr ""
"Drucker an entfernten CUPS-Servern müssen hier nicht konfiguriert werden; "
"diese Drucker werden automatisch erkannt."
-#: printer/printerdrake.pm:508 printer/printerdrake.pm:4012
+#: printer/printerdrake.pm:612 printer/printerdrake.pm:4315
#, c-format
msgid ""
"\n"
@@ -11868,28 +12013,28 @@ msgstr ""
"WARNUNG: Keine lokale Netzwerkverbindung aktiv, entfernte Drucker können "
"weder entdeckt noch getestet werden!"
-#: printer/printerdrake.pm:515
-#, fuzzy, c-format
+#: printer/printerdrake.pm:619
+#, c-format
msgid ""
"Printer auto-detection (Local, TCP/Socket, SMB printers, and device URI)"
-msgstr "Autoerkennung von Druckern (Lokal, TCP/Socket und SMB-Drucker)"
+msgstr "Autoerkennung von Druckern (Lokal, TCP/Socket, SMB und Geräte-URI)"
-#: printer/printerdrake.pm:545
+#: printer/printerdrake.pm:649
#, c-format
msgid "Checking your system..."
msgstr "Untersuchung Ihres Rechners ..."
-#: printer/printerdrake.pm:561
+#: printer/printerdrake.pm:665
#, c-format
msgid "and one unknown printer"
msgstr "und ein unbekannter Drucker"
-#: printer/printerdrake.pm:563
+#: printer/printerdrake.pm:667
#, c-format
msgid "and %d unknown printers"
msgstr "und %d unbekannte Drucker"
-#: printer/printerdrake.pm:567
+#: printer/printerdrake.pm:671
#, c-format
msgid ""
"The following printers\n"
@@ -11902,7 +12047,7 @@ msgstr ""
"%s%s\n"
"sind direkt an Ihr System angeschlossen."
-#: printer/printerdrake.pm:569
+#: printer/printerdrake.pm:673
#, c-format
msgid ""
"The following printer\n"
@@ -11915,7 +12060,7 @@ msgstr ""
"%s%s\n"
"sind direkt an Ihr System angeschlossen."
-#: printer/printerdrake.pm:570
+#: printer/printerdrake.pm:674
#, c-format
msgid ""
"The following printer\n"
@@ -11928,7 +12073,7 @@ msgstr ""
"%s%s\n"
"ist direkt an Ihr System angeschlossen"
-#: printer/printerdrake.pm:574
+#: printer/printerdrake.pm:678
#, c-format
msgid ""
"\n"
@@ -11937,7 +12082,7 @@ msgstr ""
"\n"
"Ich konnte einen unbekannten Drucker direkt an Ihrem Rechner finden."
-#: printer/printerdrake.pm:575
+#: printer/printerdrake.pm:679
#, c-format
msgid ""
"\n"
@@ -11946,20 +12091,20 @@ msgstr ""
"\n"
"Ich konnte %d unbekannte Drucker direkt an Ihrem Rechner finden."
-#: printer/printerdrake.pm:578
+#: printer/printerdrake.pm:682
#, c-format
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr "Ich konnte keine Drucker direkt an Ihrem Rechner finden."
-#: printer/printerdrake.pm:581
+#: printer/printerdrake.pm:685
#, c-format
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr ""
"(Stellen Sie bitte sicher, dass alle Drucker angeschlossen und eingeschaltet "
"sind).\n"
-#: printer/printerdrake.pm:594
+#: printer/printerdrake.pm:698
#, c-format
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
@@ -11968,22 +12113,22 @@ msgstr ""
"Wollen Sie oben aufgeführte Drucker oder Drucker im lokalen Netzwerk zum "
"Drucken konfigurieren?\n"
-#: printer/printerdrake.pm:595
+#: printer/printerdrake.pm:699
#, c-format
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"
-#: printer/printerdrake.pm:597
+#: printer/printerdrake.pm:701
#, c-format
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Wollen Sie oben aufgeführte Drucker zum Drucken konfigurieren?\n"
-#: printer/printerdrake.pm:598
+#: printer/printerdrake.pm:702
#, c-format
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"
-#: printer/printerdrake.pm:599
+#: printer/printerdrake.pm:703
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
@@ -11992,48 +12137,42 @@ msgstr ""
"ANMERKUNG: Je nach Drucker und Drucksystem werden bis zu %d MB zusätzlicher "
"Software auf Ihrem Rechner installiert."
-#: printer/printerdrake.pm:629
+#: printer/printerdrake.pm:742
#, c-format
msgid "Searching for new printers..."
msgstr "Suche nach neuen Druckern..."
-#: printer/printerdrake.pm:713
-#, c-format
-msgid "Configuring printer ..."
-msgstr "Konfiguriere Drucker ..."
-
-#: printer/printerdrake.pm:714 printer/printerdrake.pm:769
-#: printer/printerdrake.pm:3790
+#: printer/printerdrake.pm:797
#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Konfiguriere Drucker „%s“..."
+msgid "Found printer on %s..."
+msgstr "Drucker an %s gefunden..."
-#: printer/printerdrake.pm:734
+#: printer/printerdrake.pm:822
#, c-format
msgid "("
msgstr "("
-#: printer/printerdrake.pm:735
+#: printer/printerdrake.pm:823
#, c-format
msgid " on "
msgstr " auf "
-#: printer/printerdrake.pm:736 standalone/scannerdrake:136
+#: printer/printerdrake.pm:824 standalone/scannerdrake:137
#, c-format
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:741 printer/printerdrake.pm:2470
+#: printer/printerdrake.pm:829 printer/printerdrake.pm:2591
#, c-format
msgid "Printer model selection"
msgstr "Auswahl des Druckermodells"
-#: printer/printerdrake.pm:742 printer/printerdrake.pm:2471
+#: printer/printerdrake.pm:830 printer/printerdrake.pm:2592
#, c-format
msgid "Which printer model do you have?"
msgstr "Welches Druckermodell haben Sie?"
-#: printer/printerdrake.pm:743
+#: printer/printerdrake.pm:831
#, c-format
msgid ""
"\n"
@@ -12046,7 +12185,7 @@ msgstr ""
"PrinterDrake konnte Ihr Druckermodell %s nicht bestimmen. Bitte wählen Sie "
"das richtige Modell aus der Liste aus."
-#: printer/printerdrake.pm:746 printer/printerdrake.pm:2476
+#: printer/printerdrake.pm:834 printer/printerdrake.pm:2597
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -12055,21 +12194,24 @@ 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)."
-#: printer/printerdrake.pm:795 printer/printerdrake.pm:3779
-#: printer/printerdrake.pm:3946 printer/printerdrake.pm:4271
-#: printer/printerdrake.pm:4314 printer/printerdrake.pm:4518
+#: printer/printerdrake.pm:839
+#, c-format
+msgid "Configuring printer on %s..."
+msgstr "Richte Drucker an %s ein..."
+
+#: printer/printerdrake.pm:849 printer/printerdrake.pm:4096
#, c-format
-msgid "Configuring applications..."
-msgstr "Konfiguriere Anwendungen ..."
+msgid "Configuring printer \"%s\"..."
+msgstr "Konfiguriere Drucker „%s“..."
-#: printer/printerdrake.pm:831 printer/printerdrake.pm:843
-#: printer/printerdrake.pm:901 printer/printerdrake.pm:1872
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4211
+#: printer/printerdrake.pm:932 printer/printerdrake.pm:944
+#: printer/printerdrake.pm:1002 printer/printerdrake.pm:1987
+#: printer/printerdrake.pm:4332 printer/printerdrake.pm:4501
#, c-format
msgid "Add a new printer"
msgstr "Drucker hinzufügen"
-#: printer/printerdrake.pm:832
+#: printer/printerdrake.pm:933
#, c-format
msgid ""
"\n"
@@ -12091,8 +12233,8 @@ msgstr ""
"Sie werden nun nach den nötigen Informationen über den Drucker gefragt, um "
"dann Zugriff auf Treiber, Druckoptionen und Anschlussart zu erhalten."
-#: printer/printerdrake.pm:845
-#, fuzzy, c-format
+#: printer/printerdrake.pm:946
+#, c-format
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -12115,8 +12257,8 @@ msgstr ""
"\n"
"Willkommen zum Druckerassistenten\n"
"\n"
-"Dieser Assistent möchte Ihnen helfen, Ihre(n) lokalen und Netzwerkdrucker "
-"sowie Drucker an Windows-Rechnern im lokalen Netz zu konfigurieren.\n"
+"Dieser Assistent wrid Ihnen helfen, Ihre lokalen und Netzwerkdrucker sowie "
+"Drucker an Windows-Rechnern im lokalen Netz einzurichten.\n"
"\n"
"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind. Ebenso "
@@ -12130,8 +12272,8 @@ msgstr ""
"Betätigen Sie die Schaltfläche „Weiter“, wenn Sie soweit sind, bzw. "
"„Abbrechen“, wenn Sie keine Drucker konfigurieren wollen."
-#: printer/printerdrake.pm:854
-#, fuzzy, c-format
+#: printer/printerdrake.pm:955
+#, c-format
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -12148,8 +12290,7 @@ msgstr ""
"\n"
"Willkommen zum Druckerassistenten\n"
"\n"
-"Dieser Assistent möchte Ihnen helfen, Ihre(n) lokalen Drucker zu "
-"konfigurieren.\n"
+"Dieser Assistent wird Ihnen helfen, Ihre lokalen Drucker einzurichten.\n"
"\n"
"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind.\n"
@@ -12157,7 +12298,7 @@ msgstr ""
"Betätigen Sie die Schaltfläche „Weiter“, wenn Sie soweit sind, bzw. "
"„Abbrechen“, wenn Sie keine Drucker konfigurieren wollen."
-#: printer/printerdrake.pm:862
+#: printer/printerdrake.pm:963
#, c-format
msgid ""
"\n"
@@ -12195,7 +12336,7 @@ msgstr ""
"Betätigen Sie die Schaltfläche „Weiter“, wenn Sie soweit sind, bzw. "
"„Abbrechen“, wenn Sie keine Drucker konfigurieren wollen."
-#: printer/printerdrake.pm:871
+#: printer/printerdrake.pm:972
#, c-format
msgid ""
"\n"
@@ -12222,22 +12363,22 @@ msgstr ""
"Betätigen Sie die Schaltfläche „Weiter“, wenn Sie soweit sind, bzw. "
"„Abbrechen“, wenn Sie keine Drucker konfigurieren wollen."
-#: printer/printerdrake.pm:880
+#: printer/printerdrake.pm:981
#, c-format
msgid "Auto-detect printers connected to this machine"
msgstr "Selbsterkennung von direkt am Rechner angeschlossenen Druckern"
-#: printer/printerdrake.pm:883
+#: printer/printerdrake.pm:984
#, c-format
msgid "Auto-detect printers connected directly to the local network"
msgstr "Drucker automatisch erkennen, die im lokalen Netzwerk hängen"
-#: printer/printerdrake.pm:886
+#: printer/printerdrake.pm:987
#, c-format
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr "Selbsterkennung von Druckern, die an Windows-Rechnern hängen"
-#: printer/printerdrake.pm:902
+#: printer/printerdrake.pm:1003
#, c-format
msgid ""
"\n"
@@ -12261,70 +12402,70 @@ msgstr ""
"Druckqualität) anpassen wollen, wählen Sie „Drucker“ im „Hardware“\n"
"Bereich des %s Kontrollzentrums."
-#: printer/printerdrake.pm:937 printer/printerdrake.pm:1152
-#: printer/printerdrake.pm:1214 printer/printerdrake.pm:1304
-#: printer/printerdrake.pm:1441 printer/printerdrake.pm:1516
-#: printer/printerdrake.pm:1667 printer/printerdrake.pm:1750
-#: printer/printerdrake.pm:1759 printer/printerdrake.pm:1768
-#: printer/printerdrake.pm:1779 printer/printerdrake.pm:1892
-#: printer/printerdrake.pm:1954 printer/printerdrake.pm:1988
+#: printer/printerdrake.pm:1038 printer/printerdrake.pm:1267
+#: printer/printerdrake.pm:1329 printer/printerdrake.pm:1419
+#: printer/printerdrake.pm:1556 printer/printerdrake.pm:1631
+#: printer/printerdrake.pm:1782 printer/printerdrake.pm:1865
+#: printer/printerdrake.pm:1874 printer/printerdrake.pm:1883
+#: printer/printerdrake.pm:1894 printer/printerdrake.pm:2010
+#: printer/printerdrake.pm:2076 printer/printerdrake.pm:2111
#, c-format
msgid "Could not install the %s packages!"
msgstr "Kann Paket nicht installieren %s"
-#: printer/printerdrake.pm:939
+#: printer/printerdrake.pm:1040
#, c-format
msgid "Skipping Windows/SMB server auto-detection"
msgstr "Breche Windows/SMB-Server Auto-Überprüfung ab"
-#: printer/printerdrake.pm:945 printer/printerdrake.pm:1075
-#: printer/printerdrake.pm:1310 printer/printerdrake.pm:1563
+#: printer/printerdrake.pm:1046 printer/printerdrake.pm:1190
+#: printer/printerdrake.pm:1425 printer/printerdrake.pm:1678
#, c-format
msgid "Printer auto-detection"
msgstr "Autoerkennung von Druckern"
-#: printer/printerdrake.pm:945
+#: printer/printerdrake.pm:1046
#, c-format
msgid "Detecting devices..."
msgstr "Geräteerkennung..."
-#: printer/printerdrake.pm:967
+#: printer/printerdrake.pm:1075
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", Netzwerkdrucker „%s“, Port %s"
-#: printer/printerdrake.pm:969
+#: printer/printerdrake.pm:1078
#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr ", Drucker „%s“ an SMB/Windows-Server „%s“"
-#: printer/printerdrake.pm:973
+#: printer/printerdrake.pm:1082
#, c-format
msgid "Detected %s"
msgstr "%s gefunden"
-#: printer/printerdrake.pm:977 printer/printerdrake.pm:1000
-#: printer/printerdrake.pm:1017
+#: printer/printerdrake.pm:1087 printer/printerdrake.pm:1114
+#: printer/printerdrake.pm:1132
#, c-format
msgid "Printer on parallel port #%s"
msgstr "Drucker an Parallelport #%s"
-#: printer/printerdrake.pm:981
+#: printer/printerdrake.pm:1093
#, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Netzwerkdrucker „%s“, Port %s"
-#: printer/printerdrake.pm:983
+#: printer/printerdrake.pm:1096
#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Drucker „%s“ am SMB/Windows-Server „%s“"
-#: printer/printerdrake.pm:1062
+#: printer/printerdrake.pm:1177
#, c-format
msgid "Local Printer"
msgstr "Lokaler Drucker"
-#: printer/printerdrake.pm:1063
+#: printer/printerdrake.pm:1178
#, c-format
msgid ""
"No local printer found! To manually install a printer enter a device name/"
@@ -12337,32 +12478,32 @@ msgstr ""
"Anschlüsse: /dev/lp0, /dev/lp1, ..., äquivalent zu LPT1:, LPT2:, ...; Erster "
"USB Drucker: /dev/usb/lp0, zweier USB Drucker: /dev/usb/lp1, ...)."
-#: printer/printerdrake.pm:1067
+#: printer/printerdrake.pm:1182
#, c-format
msgid "You must enter a device or file name!"
msgstr "Sie müssen einen Geräte- oder Dateinamen eingeben!"
-#: printer/printerdrake.pm:1076
+#: printer/printerdrake.pm:1191
#, c-format
msgid "No printer found!"
msgstr "Kein Drucker erkannt!"
-#: printer/printerdrake.pm:1084
+#: printer/printerdrake.pm:1199
#, c-format
msgid "Local Printers"
msgstr "Lokale Drucker"
-#: printer/printerdrake.pm:1085
+#: printer/printerdrake.pm:1200
#, c-format
msgid "Available printers"
msgstr "Vorhandene Drucker"
-#: printer/printerdrake.pm:1089 printer/printerdrake.pm:1098
+#: printer/printerdrake.pm:1204 printer/printerdrake.pm:1213
#, c-format
msgid "The following printer was auto-detected. "
msgstr "Der folgende Drucker wurde automatisch erkannt."
-#: printer/printerdrake.pm:1091
+#: printer/printerdrake.pm:1206
#, c-format
msgid ""
"If it is not the one you want to configure, enter a device name/file name in "
@@ -12371,7 +12512,7 @@ msgstr ""
"Falls das nicht der Drucker ist, den Sie einrichten wollen, geben Sie einen "
"Geräte- oder Dateinamen in der Eingabezeile an."
-#: printer/printerdrake.pm:1092
+#: printer/printerdrake.pm:1207
#, c-format
msgid ""
"Alternatively, you can specify a device name/file name in the input line"
@@ -12379,12 +12520,12 @@ msgstr ""
"Alternativ können Sie einen Geräte- oder Dateinamen in der Eingabezeile "
"angeben"
-#: printer/printerdrake.pm:1093 printer/printerdrake.pm:1102
+#: printer/printerdrake.pm:1208 printer/printerdrake.pm:1217
#, c-format
msgid "Here is a list of all auto-detected printers. "
msgstr "Hier ist eine Liste aller automatisch erkannten Drucker."
-#: printer/printerdrake.pm:1095
+#: printer/printerdrake.pm:1210
#, c-format
msgid ""
"Please choose the printer you want to set up or enter a device name/file "
@@ -12393,7 +12534,7 @@ msgstr ""
"Bitte wählen Sie den Drucker den sie einrichten wollen oder geben Sie einen "
"Geräte- oder Dateinamen in der Eingabezeile an."
-#: printer/printerdrake.pm:1096
+#: printer/printerdrake.pm:1211
#, c-format
msgid ""
"Please choose the printer to which the print jobs should go or enter a "
@@ -12402,7 +12543,7 @@ msgstr ""
"Bitte wählen Sie den Drucker, an den die Druckaufträge gehen sollen oder "
"geben Sie einen Geräte- oder Dateinamen in der Eingabezeile an."
-#: printer/printerdrake.pm:1100
+#: printer/printerdrake.pm:1215
#, c-format
msgid ""
"The configuration of the printer will work fully automatically. If your "
@@ -12413,12 +12554,12 @@ msgstr ""
"Drucker nicht richtig erkannt worden sein oder wollen Sie die Einrichtung "
"selbst vornehmen, wählen Sie „Manuelle Konfiguration“."
-#: printer/printerdrake.pm:1101
+#: printer/printerdrake.pm:1216
#, c-format
msgid "Currently, no alternative possibility is available"
msgstr "Im Moment ist keine alternative Möglichkeit verfügbar."
-#: printer/printerdrake.pm:1104
+#: printer/printerdrake.pm:1219
#, c-format
msgid ""
"Please choose the printer you want to set up. The configuration of the "
@@ -12431,12 +12572,12 @@ msgstr ""
"worden sein oder wollen Sie die Einrichtung selbst vornehmen, wählen Sie "
"„Manuelle Konfiguration“."
-#: printer/printerdrake.pm:1105
+#: printer/printerdrake.pm:1220
#, c-format
msgid "Please choose the printer to which the print jobs should go."
msgstr "Bitte wählen Sie den Drucker, an den die Druckaufträge gehen sollen."
-#: printer/printerdrake.pm:1107
+#: printer/printerdrake.pm:1222
#, c-format
msgid ""
"Please choose the port that your printer is connected to or enter a device "
@@ -12445,12 +12586,12 @@ 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."
-#: printer/printerdrake.pm:1108
+#: printer/printerdrake.pm:1223
#, c-format
msgid "Please choose the port that your printer is connected to."
msgstr "Bitte wählen Sie den Anschluss, an dem Ihr Drucker hängt."
-#: printer/printerdrake.pm:1110
+#: printer/printerdrake.pm:1225
#, c-format
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
@@ -12460,26 +12601,26 @@ msgstr ""
"LPT2:, ..., Erster USB-Drucker: /dev/usb/lp0, zweiter USB-Drucker: /dev/usb/"
"lp1, ...)."
-#: printer/printerdrake.pm:1114
+#: printer/printerdrake.pm:1229
#, c-format
msgid "You must choose/enter a printer/device!"
msgstr "Sie müssen einen Drucker wählen/ein Gerät eingeben!"
-#: printer/printerdrake.pm:1154 printer/printerdrake.pm:1216
-#: printer/printerdrake.pm:1306 printer/printerdrake.pm:1443
-#: printer/printerdrake.pm:1518 printer/printerdrake.pm:1669
-#: printer/printerdrake.pm:1752 printer/printerdrake.pm:1761
-#: printer/printerdrake.pm:1770 printer/printerdrake.pm:1781
-#, fuzzy, c-format
+#: printer/printerdrake.pm:1269 printer/printerdrake.pm:1331
+#: printer/printerdrake.pm:1421 printer/printerdrake.pm:1558
+#: printer/printerdrake.pm:1633 printer/printerdrake.pm:1784
+#: printer/printerdrake.pm:1867 printer/printerdrake.pm:1876
+#: printer/printerdrake.pm:1885 printer/printerdrake.pm:1896
+#, c-format
msgid "Aborting"
msgstr "Abbruch"
-#: printer/printerdrake.pm:1189
+#: printer/printerdrake.pm:1304
#, c-format
msgid "Remote lpd Printer Options"
msgstr "Optionen für Netzwerk-Druckerspooler"
-#: printer/printerdrake.pm:1190
+#: printer/printerdrake.pm:1305
#, c-format
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -12489,63 +12630,63 @@ msgstr ""
"des Drucker-Servers sowie den Druckernamen auf diesem Server angeben, an den "
"die Aufträge übertragen werden sollen."
-#: printer/printerdrake.pm:1191
+#: printer/printerdrake.pm:1306
#, c-format
msgid "Remote host name"
msgstr "Name des Netzwerkrechners"
-#: printer/printerdrake.pm:1192
+#: printer/printerdrake.pm:1307
#, c-format
msgid "Remote printer name"
msgstr "Name des entfernten Druckers"
-#: printer/printerdrake.pm:1195
+#: printer/printerdrake.pm:1310
#, c-format
msgid "Remote host name missing!"
msgstr "Der Name des Netzwerkrechners fehlt!"
-#: printer/printerdrake.pm:1199
+#: printer/printerdrake.pm:1314
#, c-format
msgid "Remote printer name missing!"
msgstr "Der Name des Netzwerkdruckers fehlt!"
-#: printer/printerdrake.pm:1228 printer/printerdrake.pm:1799
-#: standalone/drakTermServ:454 standalone/drakTermServ:753
-#: standalone/drakTermServ:769 standalone/drakTermServ:1432
-#: standalone/drakTermServ:1440 standalone/drakTermServ:1451
-#: standalone/drakbackup:512 standalone/drakbackup:618
-#: standalone/drakbackup:653 standalone/drakbackup:771
-#: standalone/harddrake2:166
+#: printer/printerdrake.pm:1343 printer/printerdrake.pm:1914
+#: standalone/drakTermServ:429 standalone/drakTermServ:726
+#: standalone/drakTermServ:742 standalone/drakTermServ:1405
+#: standalone/drakTermServ:1413 standalone/drakTermServ:1424
+#: standalone/drakbackup:513 standalone/drakbackup:619
+#: standalone/drakbackup:654 standalone/drakbackup:774
+#: standalone/harddrake2:237
#, c-format
msgid "Information"
msgstr "Informationen"
-#: printer/printerdrake.pm:1228 printer/printerdrake.pm:1799
+#: printer/printerdrake.pm:1343 printer/printerdrake.pm:1914
#, c-format
msgid "Detected model: %s %s"
msgstr "Gefundendenes Modell: %s %s"
-#: printer/printerdrake.pm:1310 printer/printerdrake.pm:1563
+#: printer/printerdrake.pm:1425 printer/printerdrake.pm:1678
#, c-format
msgid "Scanning network..."
msgstr "Durchsuche Netzwerk..."
-#: printer/printerdrake.pm:1321 printer/printerdrake.pm:1342
+#: printer/printerdrake.pm:1436 printer/printerdrake.pm:1457
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ", Drucker „%s“, auf Server „%s“"
-#: printer/printerdrake.pm:1324 printer/printerdrake.pm:1345
+#: printer/printerdrake.pm:1439 printer/printerdrake.pm:1460
#, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Drucker „%s“, auf Server „%s“"
-#: printer/printerdrake.pm:1366
+#: printer/printerdrake.pm:1481
#, c-format
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) Drucker-Parameter"
-#: printer/printerdrake.pm:1367
+#: printer/printerdrake.pm:1482
#, c-format
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -12559,7 +12700,7 @@ msgstr ""
"für den Drucker, auf den Sie zugreifen möchten, sowie entsprechender "
"Benutzername, Passwort und Arbeitsgruppe."
-#: printer/printerdrake.pm:1368
+#: printer/printerdrake.pm:1483
#, c-format
msgid ""
" If the desired printer was auto-detected, simply choose it from the list "
@@ -12569,47 +12710,47 @@ msgstr ""
"aus der Liste unten aus und geben Sie - falls notwendig - Name, Passwort und/"
"oder Domäne an."
-#: printer/printerdrake.pm:1370
+#: printer/printerdrake.pm:1485
#, c-format
msgid "SMB server host"
msgstr "SMB-Server"
-#: printer/printerdrake.pm:1371
+#: printer/printerdrake.pm:1486
#, c-format
msgid "SMB server IP"
msgstr "SMB-Server-IP"
-#: printer/printerdrake.pm:1372
+#: printer/printerdrake.pm:1487
#, c-format
msgid "Share name"
msgstr "Freigabename"
-#: printer/printerdrake.pm:1375
+#: printer/printerdrake.pm:1490
#, c-format
msgid "Workgroup"
msgstr "Arbeitsgruppe"
-#: printer/printerdrake.pm:1377
+#: printer/printerdrake.pm:1492
#, c-format
msgid "Auto-detected"
msgstr "Selbst gefunden"
-#: printer/printerdrake.pm:1387
+#: printer/printerdrake.pm:1502
#, c-format
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!"
-#: printer/printerdrake.pm:1391
+#: printer/printerdrake.pm:1506
#, c-format
msgid "Samba share name missing!"
msgstr "Der Name der Samba-Freigabe fehlt!"
-#: printer/printerdrake.pm:1397
+#: printer/printerdrake.pm:1512
#, c-format
msgid "SECURITY WARNING!"
msgstr "SICHERHEITSWARNUNG!"
-#: printer/printerdrake.pm:1398
+#: printer/printerdrake.pm:1513
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -12655,7 +12796,7 @@ msgstr ""
"mit dem Verbindungstyp „%s“ ein.\n"
"\n"
-#: printer/printerdrake.pm:1408
+#: printer/printerdrake.pm:1523
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -12668,7 +12809,7 @@ msgstr ""
"dem Verbindungstyp „%s“ in PrinterDrake.\n"
"\n"
-#: printer/printerdrake.pm:1411
+#: printer/printerdrake.pm:1526
#, c-format
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
@@ -12681,12 +12822,12 @@ msgstr ""
" \n"
"Möchten Sie Ihren Drucker wirklich so einrichten, wie Sie es jetzt tun?"
-#: printer/printerdrake.pm:1489
+#: printer/printerdrake.pm:1604
#, c-format
msgid "NetWare Printer Options"
msgstr "Optionen für NetWare-Drucker"
-#: printer/printerdrake.pm:1490
+#: printer/printerdrake.pm:1605
#, c-format
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -12699,42 +12840,42 @@ msgstr ""
"Rechnernamen des Computers), Name der Drucker-Warteschlange, sowie falls "
"notwendig, den entsprechenden Benutzernamen samt Passwort."
-#: printer/printerdrake.pm:1491
+#: printer/printerdrake.pm:1606
#, c-format
msgid "Printer Server"
msgstr "Drucker-Server"
-#: printer/printerdrake.pm:1492
+#: printer/printerdrake.pm:1607
#, c-format
msgid "Print Queue Name"
msgstr "Name der Druckerwarteschlange"
-#: printer/printerdrake.pm:1497
+#: printer/printerdrake.pm:1612
#, c-format
msgid "NCP server name missing!"
msgstr "Der NCP-Servername fehlt!"
-#: printer/printerdrake.pm:1501
+#: printer/printerdrake.pm:1616
#, c-format
msgid "NCP queue name missing!"
msgstr "Der NCP-Warteschlangen-Name fehlt!"
-#: printer/printerdrake.pm:1574 printer/printerdrake.pm:1594
+#: printer/printerdrake.pm:1689 printer/printerdrake.pm:1709
#, c-format
msgid ", host \"%s\", port %s"
msgstr ", Rechner „%s“, Port %s"
-#: printer/printerdrake.pm:1577 printer/printerdrake.pm:1597
+#: printer/printerdrake.pm:1692 printer/printerdrake.pm:1712
#, c-format
msgid "Host \"%s\", port %s"
msgstr "Rechner „%s“, Port %s"
-#: printer/printerdrake.pm:1618
+#: printer/printerdrake.pm:1733
#, c-format
msgid "TCP/Socket Printer Options"
msgstr "Optionen für TCP/Socket-Drucker"
-#: printer/printerdrake.pm:1620
+#: printer/printerdrake.pm:1735
#, c-format
msgid ""
"Choose one of the auto-detected printers from the list or enter the hostname "
@@ -12744,7 +12885,7 @@ msgstr ""
"Sie den Hostnamen oder die IP-Adresse und optional die Portnummer (wenn Port "
"nicht angegeben, wird 9100 verwendet) ein."
-#: printer/printerdrake.pm:1621
+#: printer/printerdrake.pm:1736
#, c-format
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -12758,27 +12899,27 @@ msgstr ""
"9100, bei anderen Servern kann es eine andere sein. Schauen Sie im "
"Zweifelsfall in die Unterlagen des Herstellers."
-#: printer/printerdrake.pm:1625
+#: printer/printerdrake.pm:1740
#, c-format
msgid "Printer host name or IP missing!"
msgstr "Der Rechnername, bzw die IP-Adresse des Druckers fehlt!"
-#: printer/printerdrake.pm:1648
+#: printer/printerdrake.pm:1763
#, c-format
msgid "Printer host name or IP"
msgstr "Rechnername/IP des Druckers"
-#: printer/printerdrake.pm:1704
-#, fuzzy, c-format
+#: printer/printerdrake.pm:1819
+#, c-format
msgid "Refreshing Device URI list..."
-msgstr "Aktualisieren der Druckerdaten ..."
+msgstr "Aktualisieren die Geräte-URI-Liste..."
-#: printer/printerdrake.pm:1707 printer/printerdrake.pm:1709
+#: printer/printerdrake.pm:1822 printer/printerdrake.pm:1824
#, c-format
msgid "Printer Device URI"
msgstr "Druckeranschluss URI"
-#: printer/printerdrake.pm:1708
+#: printer/printerdrake.pm:1823
#, c-format
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
@@ -12789,34 +12930,36 @@ msgstr ""
"bzw. den Foomatic-Spezifikationen genügen. Es sei hier noch angemerkt, dass "
"nicht alle URI-Typen von allen Drucksystemem unterstützt werden."
-#: printer/printerdrake.pm:1731
+#: printer/printerdrake.pm:1846
#, c-format
msgid "A valid URI must be entered!"
msgstr "Sie müssen eine gültige URI eingeben!"
-#: printer/printerdrake.pm:1834
+#: printer/printerdrake.pm:1949
#, c-format
msgid "Pipe into command"
msgstr "An ein Kommando weiterleiten"
-#: printer/printerdrake.pm:1835
-#, fuzzy, c-format
+#: printer/printerdrake.pm:1950
+#, c-format
msgid ""
"Here you can specify any arbitrary command line into which the job should be "
"piped instead of being sent directly to a printer."
-msgstr "command line."
+msgstr ""
+"Hier können Sie einen beliebigen Befehl angeben, in den der Auftrag "
+"umgeleitet anstatt direkt zum Drucker gesendet wird."
-#: printer/printerdrake.pm:1836
+#: printer/printerdrake.pm:1951
#, c-format
msgid "Command line"
msgstr "Kommandozeile"
-#: printer/printerdrake.pm:1840
+#: printer/printerdrake.pm:1955
#, c-format
msgid "A command line must be entered!"
msgstr "Eine Kommandozeile muss eingegeben werden!"
-#: printer/printerdrake.pm:1873
+#: printer/printerdrake.pm:1988
#, c-format
msgid ""
"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
@@ -12827,74 +12970,74 @@ msgstr ""
"LaserJet 1100/1200/1220/3200/3300 mit Scanner, DeskJet 450, Sony IJP-V100), "
"ein HP PhotoSmart oder ein HP LaserJet 2200?"
-#: printer/printerdrake.pm:1887
+#: printer/printerdrake.pm:2005
#, c-format
msgid "Installing HPOJ package..."
msgstr "Installiere HPOJ-Paket..."
-#: printer/printerdrake.pm:1894
+#: printer/printerdrake.pm:2012
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Nur Drucken wird möglich sein auf %s."
-#: printer/printerdrake.pm:1903 printer/printerdrake.pm:2025
+#: printer/printerdrake.pm:2022 printer/printerdrake.pm:2148
#, c-format
msgid "Checking device and configuring HPOJ..."
msgstr "Überprüfe Gerät und konfiguriere HPOJ..."
-#: printer/printerdrake.pm:1946
+#: printer/printerdrake.pm:2065
#, c-format
msgid "Installing SANE packages..."
msgstr "Installiere SANE-Pakete..."
-#: printer/printerdrake.pm:1956
+#: printer/printerdrake.pm:2078
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "Das Durchsuchen auf %s wird nicht möglich sein."
-#: printer/printerdrake.pm:1983
+#: printer/printerdrake.pm:2105
#, c-format
msgid "Installing mtools packages..."
msgstr "Installiere mtools-Pakete..."
-#: printer/printerdrake.pm:1990
+#: printer/printerdrake.pm:2113
#, c-format
msgid "Photo memory card access on the %s will not be possible."
msgstr "Photo Speicherkarten Zugriff auf %s wird nicht ermöglicht."
-#: printer/printerdrake.pm:2005
+#: printer/printerdrake.pm:2128
#, c-format
msgid "Scanning on your HP multi-function device"
msgstr "Scannen auf Ihrem HP-Multifunktionsgerät"
-#: printer/printerdrake.pm:2013
+#: printer/printerdrake.pm:2136
#, c-format
msgid "Photo memory card access on your HP multi-function device"
msgstr "Photo Speicherkarten Zugriff auf Ihrem HP Multifunktionsgerät"
-#: printer/printerdrake.pm:2062
+#: printer/printerdrake.pm:2185
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Bereite Druckerport für CUPS vor..."
-#: printer/printerdrake.pm:2071 printer/printerdrake.pm:2315
-#: printer/printerdrake.pm:2459
+#: printer/printerdrake.pm:2194 printer/printerdrake.pm:2438
+#: printer/printerdrake.pm:2580
#, c-format
msgid "Reading printer database..."
msgstr "Lesen der Drucker-Datenbank ..."
-#: printer/printerdrake.pm:2281
+#: printer/printerdrake.pm:2404
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Geben Sie Druckername und Kommentare ein"
-#: printer/printerdrake.pm:2285 printer/printerdrake.pm:3421
+#: printer/printerdrake.pm:2408 printer/printerdrake.pm:3606
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Druckernamen sollten nur Buchstaben, Ziffern und den Unterstrich unterhalten"
-#: printer/printerdrake.pm:2291 printer/printerdrake.pm:3426
+#: printer/printerdrake.pm:2414 printer/printerdrake.pm:3611
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -12903,7 +13046,7 @@ msgstr ""
"Der Drucker „%s“ existiert bereits. Wollen Sie ihn wirklich \n"
"ersetzen?"
-#: printer/printerdrake.pm:2300
+#: printer/printerdrake.pm:2423
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -12913,35 +13056,35 @@ msgstr ""
"Beschreibung und Standort müssen nicht ausgefüllt werden.\n"
"Sie dienen nur als Kommentare für den Anwender."
-#: printer/printerdrake.pm:2301
+#: printer/printerdrake.pm:2424
#, c-format
msgid "Name of printer"
msgstr "Druckername"
-#: printer/printerdrake.pm:2302 standalone/drakconnect:570
-#: standalone/harddrake2:41 standalone/printerdrake:212
-#: standalone/printerdrake:219
+#: printer/printerdrake.pm:2425 standalone/drakconnect:568
+#: standalone/harddrake2:34 standalone/printerdrake:218
+#: standalone/printerdrake:225
#, c-format
msgid "Description"
msgstr "Beschreibung"
-#: printer/printerdrake.pm:2303 standalone/printerdrake:212
-#: standalone/printerdrake:219
+#: printer/printerdrake.pm:2426 standalone/printerdrake:218
+#: standalone/printerdrake:225
#, c-format
msgid "Location"
msgstr "Standort"
-#: printer/printerdrake.pm:2320
+#: printer/printerdrake.pm:2443
#, c-format
msgid "Preparing printer database..."
msgstr "Vorbereiten der Drucker-Datenbank ..."
-#: printer/printerdrake.pm:2438
+#: printer/printerdrake.pm:2559
#, c-format
msgid "Your printer model"
msgstr "Ihr Druckermodell"
-#: printer/printerdrake.pm:2439
+#: printer/printerdrake.pm:2560
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12967,18 +13110,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:2444 printer/printerdrake.pm:2447
+#: printer/printerdrake.pm:2565 printer/printerdrake.pm:2568
#, c-format
msgid "The model is correct"
msgstr "Das Modell ist richtig"
-#: printer/printerdrake.pm:2445 printer/printerdrake.pm:2446
-#: printer/printerdrake.pm:2449
+#: printer/printerdrake.pm:2566 printer/printerdrake.pm:2567
+#: printer/printerdrake.pm:2570
#, c-format
msgid "Select model manually"
msgstr "Modell manuell auswählen"
-#: printer/printerdrake.pm:2472
+#: printer/printerdrake.pm:2593
#, c-format
msgid ""
"\n"
@@ -12993,12 +13136,12 @@ msgstr ""
"Falls die Markierung auf einem falschen Gerät oder auf „Rohdaten-Drucker“ "
"steht, suchen Sie bitte selbst Ihren Drucker in der Liste."
-#: printer/printerdrake.pm:2491
+#: printer/printerdrake.pm:2612
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Installiere eine herstellerunterstützte PPD-Datei"
-#: printer/printerdrake.pm:2522
+#: printer/printerdrake.pm:2643
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -13007,7 +13150,7 @@ msgstr ""
"Jeder PostScript-Drucker wird mit einer PPD-Datei ausgeliefert, welche die "
"Optionen des Druckers beschreiben."
-#: printer/printerdrake.pm:2523
+#: printer/printerdrake.pm:2644
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -13016,13 +13159,13 @@ msgstr ""
"Diese Datei ist in der Regel irgendwo auf der CD bei den Windows- und Mac-"
"Treibern, die mit dem Drucker geliefert wurde."
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2645
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
"Sie können die PPD-Datei auch von den Hersteller-Homepages runterladen."
-#: printer/printerdrake.pm:2525
+#: printer/printerdrake.pm:2646
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -13031,7 +13174,7 @@ msgstr ""
"Falls Sie Windows auf ihrem Rechner installiert haben können Sie die PPD-"
"Datei auch auf der Windows-Partition finden."
-#: printer/printerdrake.pm:2526
+#: printer/printerdrake.pm:2647
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -13042,7 +13185,7 @@ msgstr ""
"Einrichtung des Druckers machen alle Optionen des Druckers verfügbar, die "
"durch das Gerät unterstützt werden."
-#: printer/printerdrake.pm:2527
+#: printer/printerdrake.pm:2648
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -13052,58 +13195,51 @@ msgstr ""
"installiert wird. Sie wird anschließend für die Einrichtung des Druckers "
"verwendet."
-#: printer/printerdrake.pm:2529
-#, fuzzy, c-format
+#: printer/printerdrake.pm:2650
+#, c-format
msgid "Install PPD file from"
-msgstr "Installiere Firmware Datei von"
-
-#: printer/printerdrake.pm:2531 printer/printerdrake.pm:2538
-#: standalone/scannerdrake:180 standalone/scannerdrake:188
-#: standalone/scannerdrake:239 standalone/scannerdrake:246
-#, fuzzy, c-format
-msgid "CD-ROM"
-msgstr "CD-ROM"
+msgstr "Installiere PPD-Datei von"
-#: printer/printerdrake.pm:2532 printer/printerdrake.pm:2540
-#: standalone/scannerdrake:181 standalone/scannerdrake:190
-#: standalone/scannerdrake:240 standalone/scannerdrake:248
+#: printer/printerdrake.pm:2653 printer/printerdrake.pm:2661
+#: standalone/scannerdrake:177 standalone/scannerdrake:186
+#: standalone/scannerdrake:236 standalone/scannerdrake:244
#, c-format
msgid "Floppy Disk"
msgstr "Diskettenlaufwerk"
-#: printer/printerdrake.pm:2533 printer/printerdrake.pm:2542
-#: standalone/scannerdrake:182 standalone/scannerdrake:192
-#: standalone/scannerdrake:241 standalone/scannerdrake:250
+#: printer/printerdrake.pm:2654 printer/printerdrake.pm:2663
+#: standalone/scannerdrake:178 standalone/scannerdrake:188
+#: standalone/scannerdrake:237 standalone/scannerdrake:246
#, c-format
msgid "Other place"
msgstr "Andere Orte"
-#: printer/printerdrake.pm:2548
-#, fuzzy, c-format
+#: printer/printerdrake.pm:2669
+#, c-format
msgid "Select PPD file"
-msgstr "Datei auswählen"
+msgstr "PPD-Datei auswählen"
-#: printer/printerdrake.pm:2552
-#, fuzzy, c-format
+#: printer/printerdrake.pm:2673
+#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
-msgstr "Die Firmware Date %s existiert nicht oder ist unlesbar!"
+msgstr "Die PPD Datei %s existiert nicht oder ist unlesbar!"
-#: printer/printerdrake.pm:2558
+#: printer/printerdrake.pm:2679
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr "Die PPD-Datei %s stimmt nicht mit den PPD-Spezifikationen überein!"
-#: printer/printerdrake.pm:2569
+#: printer/printerdrake.pm:2690
#, c-format
msgid "Installing PPD file..."
msgstr "Installiere PPD Datei..."
-#: printer/printerdrake.pm:2682
+#: printer/printerdrake.pm:2807
#, c-format
msgid "OKI winprinter configuration"
msgstr "OKI Win-Drucker-Konfiguration"
-#: printer/printerdrake.pm:2683
+#: printer/printerdrake.pm:2808
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -13119,12 +13255,12 @@ msgstr ""
"Schnittstelle oder an einer Printserver-Box hängen, schließen Sie ihn bitte "
"an den ersten Parallelport, bevor Sie versuchen eine Testseite zu drucken ..."
-#: printer/printerdrake.pm:2707 printer/printerdrake.pm:2736
+#: printer/printerdrake.pm:2833 printer/printerdrake.pm:2863
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Lexmark-Tintenstrahl-Konfiguration"
-#: printer/printerdrake.pm:2708
+#: printer/printerdrake.pm:2834
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -13137,7 +13273,7 @@ msgstr ""
"Bitte schließen Sie den Drucker direkt an Ihren Rechner oder richten Sie ihn "
"auf dem Rechner ein, an den er angeschlossen ist."
-#: printer/printerdrake.pm:2737
+#: printer/printerdrake.pm:2864
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -13159,30 +13295,55 @@ msgstr ""
"Druckkopf-Justierungsseiten mit „lexmarkmaintain“ und justieren Sie damit "
"den Druckkopf."
-#: printer/printerdrake.pm:2746
-#, fuzzy, c-format
+#: printer/printerdrake.pm:2874
+#, c-format
msgid "Lexmark X125 configuration"
-msgstr "Lexmark-Tintenstrahl-Konfiguration"
+msgstr "Lexmark X125 Konfiguration"
-#: printer/printerdrake.pm:2747
-#, fuzzy, c-format
+#: printer/printerdrake.pm:2875
+#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
"USB, no printers on remote machines or print server boxes. Please connect "
"your printer to a local USB port or configure it on the machine where it is "
"connected to."
msgstr ""
-"Der Lexmark-Tintenstrahl-Druckertreiber unterstützt nur lokale Drucker, "
-"keine Drucker an anderen Rechnern im Netzwerk oder an Printserver-Boxen. "
-"Bitte schließen Sie den Drucker direkt an Ihren Rechner oder richten Sie ihn "
-"auf dem Rechner ein, an den er angeschlossen ist."
+"Der Treiber für diesen Drucker unterstützt nur Drucker, die direkt über USB "
+"angeschlossen sind, keine Drucker an anderen Rechnern im Netzwerk oder an "
+"Printservern. Bitte schließen Sie Ihren Drucker an einen lokalen USB-"
+"Anschluss an oder richten Sie ihn auf dem Rechner ein, an den er "
+"angeschlossen ist."
+
+#: printer/printerdrake.pm:2897
+#, c-format
+msgid "Samsung ML/QL-85G configuration"
+msgstr "Samsung ML/QL-85G Konfiguration"
+
+#: printer/printerdrake.pm:2898 printer/printerdrake.pm:2925
+#, c-format
+msgid ""
+"The driver for this printer only supports printers locally connected on the "
+"first parallel port, no printers on remote machines or print server boxes or "
+"on other parallel ports. Please connect your printer to the first parallel "
+"port or configure it on the machine where it is connected to."
+msgstr ""
+"Der Treiber für diesen Drucker unterstützt nur Drucker, die an der ersten "
+"Parallelschnittstelle angeschlossen sind, keine Drucker an anderen Rechnern "
+"im Netzwerk oder an Printservern. Bitte schließen Sie Ihren Drucker an die "
+"ersten Parallelschnittstelle an oder richten Sie ihn auf dem Rechner ein, an "
+"den er angeschlossen ist."
+
+#: printer/printerdrake.pm:2924
+#, c-format
+msgid "Canon LBP-460/660 configuration"
+msgstr "Canon LBP-460/660 Konfiguration"
-#: printer/printerdrake.pm:2765
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr "Firmware-Upload an HP LaserJet 1000"
-#: printer/printerdrake.pm:2878
+#: printer/printerdrake.pm:3056
#, c-format
msgid ""
"Printer default settings\n"
@@ -13199,27 +13360,27 @@ msgstr ""
"richtig eingestellt sind. Es sei auch angemerkt, dass häufig mit steigender "
"Druckqualität die Druckgeschwindigkeit sinkt."
-#: printer/printerdrake.pm:3003
+#: printer/printerdrake.pm:3181
#, c-format
msgid "Printer default settings"
msgstr "Standard-Einstellungen des Druckers"
-#: printer/printerdrake.pm:3010
+#: printer/printerdrake.pm:3188
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Der Parameter %s muss eine ganzzahlige Zahl sein!"
-#: printer/printerdrake.pm:3014
+#: printer/printerdrake.pm:3192
#, c-format
msgid "Option %s must be a number!"
msgstr "Der Parameter %s muss eine Zahl sein!"
-#: printer/printerdrake.pm:3018
+#: printer/printerdrake.pm:3196
#, c-format
msgid "Option %s out of range!"
msgstr "Der Parameter %s ist groß oder zu klein!"
-#: printer/printerdrake.pm:3069
+#: printer/printerdrake.pm:3247
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -13228,12 +13389,12 @@ msgstr ""
"Möchten Sie diesen Drucker („%s“)\n"
"als Standarddrucker verwenden?"
-#: printer/printerdrake.pm:3084
+#: printer/printerdrake.pm:3262
#, c-format
msgid "Test pages"
msgstr "Testseiten"
-#: printer/printerdrake.pm:3085
+#: printer/printerdrake.pm:3263
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -13248,57 +13409,57 @@ msgstr ""
"gedruckt wird. Normalerweise sollte es ausreichen, die Standard-Testseiten "
"auszudrucken."
-#: printer/printerdrake.pm:3089
+#: printer/printerdrake.pm:3267
#, c-format
msgid "No test pages"
msgstr "Keine Testseiten"
-#: printer/printerdrake.pm:3090
+#: printer/printerdrake.pm:3268
#, c-format
msgid "Print"
msgstr "Drucken"
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:3293
#, c-format
msgid "Standard test page"
msgstr "Standard-Testseite"
-#: printer/printerdrake.pm:3118
+#: printer/printerdrake.pm:3296
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Alternative Testseite (US-Format - „Letter“)"
-#: printer/printerdrake.pm:3121
+#: printer/printerdrake.pm:3299
#, c-format
msgid "Alternative test page (A4)"
msgstr "Alternative Testseite (A4)"
-#: printer/printerdrake.pm:3123
+#: printer/printerdrake.pm:3301
#, c-format
msgid "Photo test page"
msgstr "Foto-Testseite"
-#: printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:3305
#, c-format
msgid "Do not print any test page"
msgstr "Keine Testseite(n) drucken"
-#: printer/printerdrake.pm:3135 printer/printerdrake.pm:3300
+#: printer/printerdrake.pm:3313 printer/printerdrake.pm:3485
#, c-format
msgid "Printing test page(s)..."
msgstr "Druck der Testseite(n) ..."
-#: printer/printerdrake.pm:3150
-#, fuzzy, c-format
+#: printer/printerdrake.pm:3331
+#, c-format
msgid "Could not install the %s package!"
-msgstr "Installation des Paketes %s"
+msgstr "Konnte das Paket %s nicht installieren!"
-#: printer/printerdrake.pm:3152
-#, fuzzy, c-format
+#: printer/printerdrake.pm:3333
+#, c-format
msgid "Skipping photo test page."
-msgstr "Foto-Testseite"
+msgstr "Überspringe Foto-Testseite."
-#: printer/printerdrake.pm:3169
+#: printer/printerdrake.pm:3350
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13313,7 +13474,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3173
+#: printer/printerdrake.pm:3354
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -13322,17 +13483,17 @@ msgstr ""
"Die Testseite(n) wurden an den Drucker gesandt.\n"
"Es kann einen Augenblick dauern, bevor der Drucker seine Arbeit aufnimmt.\n"
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3364
#, c-format
msgid "Did it work properly?"
msgstr "War der Ausdruck korrekt?"
-#: printer/printerdrake.pm:3201 printer/printerdrake.pm:4397
+#: printer/printerdrake.pm:3386 printer/printerdrake.pm:4689
#, c-format
msgid "Raw printer"
msgstr "Rohdaten-Drucker"
-#: printer/printerdrake.pm:3231
+#: printer/printerdrake.pm:3416
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -13346,7 +13507,7 @@ msgstr ""
"grafischen Hilfsprogramme erlauben Ihnen auf einfache Weise den richtigen "
"Drucker zu wählen und die notwendigen Drucker-Parameter anzugeben.\n"
-#: printer/printerdrake.pm:3233
+#: printer/printerdrake.pm:3418
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -13357,8 +13518,8 @@ msgstr ""
"zahlreicher Anwendungen angeben, lassen Sie jedoch den Dateinamen weg, da "
"die zu druckende Datei von der Anwendung geliefert wird.\n"
-#: printer/printerdrake.pm:3236 printer/printerdrake.pm:3253
-#: printer/printerdrake.pm:3263
+#: printer/printerdrake.pm:3421 printer/printerdrake.pm:3438
+#: printer/printerdrake.pm:3448
#, c-format
msgid ""
"\n"
@@ -13371,7 +13532,7 @@ msgstr ""
"bestimmten Druckauftrag zu ändern. Geben Sie die gewünschten Angaben einfach "
"in der Kommandozeile mit an, etwa: „%s <Datei>“. "
-#: printer/printerdrake.pm:3239 printer/printerdrake.pm:3279
+#: printer/printerdrake.pm:3424 printer/printerdrake.pm:3464
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -13383,7 +13544,7 @@ msgstr ""
"Drucker-Optionen“. %s%s%s\n"
"\n"
-#: printer/printerdrake.pm:3243
+#: printer/printerdrake.pm:3428
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -13392,7 +13553,7 @@ msgstr ""
"Hier die Liste vorhandener Drucker-Parameter des aktuellen Druckers:\n"
"\n"
-#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3258
+#: printer/printerdrake.pm:3433 printer/printerdrake.pm:3443
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13401,8 +13562,8 @@ msgstr ""
"Verwenden Sie den Befehl „%s <Datei>“, um die Datei <Datei> in der "
"Kommandozeile auszudrucken.\n"
-#: printer/printerdrake.pm:3250 printer/printerdrake.pm:3260
-#: printer/printerdrake.pm:3270
+#: printer/printerdrake.pm:3435 printer/printerdrake.pm:3445
+#: printer/printerdrake.pm:3455
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -13413,7 +13574,7 @@ msgstr ""
"angeben. Tragen Sie bitte keinen Dateinamen ein, da dieser vom Programm "
"ergänzt wird.\n"
-#: printer/printerdrake.pm:3255 printer/printerdrake.pm:3265
+#: printer/printerdrake.pm:3440 printer/printerdrake.pm:3450
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -13422,7 +13583,7 @@ msgstr ""
"Um eine Liste der Drucker-Parameter Ihres Druckers zu erhalten, betätigen "
"Sie bitte die Schaltfläche „Liste der Drucker-Optionen“."
-#: printer/printerdrake.pm:3268
+#: printer/printerdrake.pm:3453
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -13431,7 +13592,7 @@ msgstr ""
"Verwenden Sie einen der Befehle „%s <Datei>„ oder „%s <Datei>“, um die Datei "
"<Datei> in der Kommandozeile auszudrucken.\n"
-#: printer/printerdrake.pm:3272
+#: printer/printerdrake.pm:3457
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -13448,7 +13609,7 @@ msgstr ""
"Druckaufträge anhält, wenn Sie es betätigen. Das kann beispielsweise dann "
"hilfreich sein, wenn Sie einen Papierstau in Ihrem Drucker haben.\n"
-#: printer/printerdrake.pm:3276
+#: printer/printerdrake.pm:3461
#, c-format
msgid ""
"\n"
@@ -13461,42 +13622,32 @@ msgstr ""
"speziellen Druckjobs zu konfigurieren. Fügen Sie einfach die gewünschten "
"Einstellungen in der Kommandozeile ein, etwa „%s <Datei>“.\n"
-#: printer/printerdrake.pm:3286
+#: printer/printerdrake.pm:3471
#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Drucken/Scannen/Fotokarten mit „%s“"
-#: printer/printerdrake.pm:3287
+#: printer/printerdrake.pm:3472
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Drucken/Scannen mit „%s“"
-#: printer/printerdrake.pm:3289
+#: printer/printerdrake.pm:3474
#, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Drucken/Fotokartenzugriff mit „%s“"
-#: printer/printerdrake.pm:3290
+#: printer/printerdrake.pm:3475
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Drucken auf Drucker „%s“"
-#: printer/printerdrake.pm:3293 printer/printerdrake.pm:3296
-#: printer/printerdrake.pm:3297 printer/printerdrake.pm:3298
-#: printer/printerdrake.pm:4384 standalone/drakTermServ:313
-#: standalone/drakbackup:4063 standalone/drakbug:177 standalone/drakfont:500
-#: standalone/drakfont:591 standalone/net_monitor:107
-#: standalone/printerdrake:515
-#, c-format
-msgid "Close"
-msgstr "Schließen"
-
-#: printer/printerdrake.pm:3296
+#: printer/printerdrake.pm:3481
#, c-format
msgid "Print option list"
msgstr "Liste der Drucker-Optionen"
-#: printer/printerdrake.pm:3317
+#: printer/printerdrake.pm:3502
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -13507,7 +13658,9 @@ msgid ""
"\" menu. Call also \"man scanimage\" on the command line to get more "
"information.\n"
"\n"
-"Do not use \"scannerdrake\" for this device!"
+"You do not need to run \"scannerdrake\" for setting up scanning on this "
+"device, you only need to use \"scannerdrake\" if you want to share the "
+"scanner on the network."
msgstr ""
"Ihr Multifunktionsgerät wurde automatisch auch zum Scannen eingerichtet. Sie "
"können nun mit dem Befehl „scanimage“ („scanimage -d hp:%s“ um den Scanner "
@@ -13518,9 +13671,11 @@ msgstr ""
"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“!"
+"Sie brauchen für dieses Gerät „scannerdrake“ nicht zu starten, um es zum "
+"Scannen einzurichten. Sie müssen „scannerdrake“ nur starten, wenn Sie den "
+"Scanner im Netzwerk freigeben wollen."
-#: printer/printerdrake.pm:3343
+#: printer/printerdrake.pm:3528
#, c-format
msgid ""
"Your printer was configured automatically to give you access to the photo "
@@ -13545,18 +13700,13 @@ msgstr ""
"Laufwerksbuchstaben mit dem Feld über der oberen rechten Ecke der Dateiliste "
"umschalten."
-#: printer/printerdrake.pm:3365 printer/printerdrake.pm:3767
-#, c-format
-msgid "Reading printer data..."
-msgstr "Lesen der Treiber-Datenbank ..."
-
-#: printer/printerdrake.pm:3385 printer/printerdrake.pm:3412
-#: printer/printerdrake.pm:3447
+#: printer/printerdrake.pm:3570 printer/printerdrake.pm:3597
+#: printer/printerdrake.pm:3632
#, c-format
msgid "Transfer printer configuration"
msgstr "Drucker-Einstellung übertragen"
-#: printer/printerdrake.pm:3386
+#: printer/printerdrake.pm:3571
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -13572,7 +13722,7 @@ msgstr ""
"Warteschlange gehen jedoch verloren.\n"
"Nicht alle Warteschlangen können übernommen werden:\n"
-#: printer/printerdrake.pm:3389
+#: printer/printerdrake.pm:3574
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -13581,7 +13731,7 @@ msgstr ""
"CUPS unterstützt keine Drucker an Novell-Servern oder Drucker, die ihre "
"Daten in ein frei gewähltes Kommando senden.\n"
-#: printer/printerdrake.pm:3391
+#: printer/printerdrake.pm:3576
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -13590,12 +13740,12 @@ msgstr ""
"PDQ unterstützt nur lokale Drucker, entfernte LPD-Drucker und Socket/TCP-"
"Drucker.\n"
-#: printer/printerdrake.pm:3393
+#: printer/printerdrake.pm:3578
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD und LPRng unterstützen keine IPP-Drucker.\n"
-#: printer/printerdrake.pm:3395
+#: printer/printerdrake.pm:3580
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -13604,7 +13754,7 @@ msgstr ""
"Warteschlangen, die nicht mit diesem Programm oder „foomatic-configure“ "
"erstellt wurden, können nicht übertragen werden."
-#: printer/printerdrake.pm:3396
+#: printer/printerdrake.pm:3581
#, c-format
msgid ""
"\n"
@@ -13615,7 +13765,7 @@ msgstr ""
"Drucker, die mit den PPD-Dateien ihrer Hersteller oder CUPS-spezifischen "
"Treibern eingerichtet wurden, können nicht übertragen werden."
-#: printer/printerdrake.pm:3397
+#: printer/printerdrake.pm:3582
#, c-format
msgid ""
"\n"
@@ -13626,17 +13776,17 @@ msgstr ""
"Markieren Sie die Drucker, die sie übertragen wollen und betätigen Sie die "
"Schaltfläche „Übertragen“."
-#: printer/printerdrake.pm:3400
+#: printer/printerdrake.pm:3585
#, c-format
msgid "Do not transfer printers"
msgstr "Druckerdaten nicht übertragen"
-#: printer/printerdrake.pm:3401 printer/printerdrake.pm:3417
+#: printer/printerdrake.pm:3586 printer/printerdrake.pm:3602
#, c-format
msgid "Transfer"
msgstr "Übertragen"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3598
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -13648,17 +13798,17 @@ msgstr ""
"überschreiben. Sie können dem Drucker auch einen neuen \n"
"Namen geben oder ihn einfach überspringen."
-#: printer/printerdrake.pm:3434
+#: printer/printerdrake.pm:3619
#, c-format
msgid "New printer name"
msgstr "Neuer Druckername"
-#: printer/printerdrake.pm:3437
+#: printer/printerdrake.pm:3622
#, c-format
msgid "Transferring %s..."
msgstr "Übertrage „%s“ ..."
-#: printer/printerdrake.pm:3448
+#: printer/printerdrake.pm:3633
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -13667,28 +13817,28 @@ msgstr ""
"Sie haben Ihren alten Standarddrucker („%s“) übertragen, soll es auch Ihr "
"Standarddrucker unter dem neuen Drucksystem „%s“ werden?"
-#: printer/printerdrake.pm:3458
+#: printer/printerdrake.pm:3643
#, c-format
msgid "Refreshing printer data..."
msgstr "Aktualisieren der Druckerdaten ..."
-#: printer/printerdrake.pm:3467
+#: printer/printerdrake.pm:3652
#, c-format
msgid "Starting network..."
msgstr "Netzwerk starten ..."
-#: printer/printerdrake.pm:3508 printer/printerdrake.pm:3512
-#: printer/printerdrake.pm:3514
+#: printer/printerdrake.pm:3695 printer/printerdrake.pm:3699
+#: printer/printerdrake.pm:3701
#, c-format
msgid "Configure the network now"
msgstr "Netzwerk jetzt konfigurieren"
-#: printer/printerdrake.pm:3509
+#: printer/printerdrake.pm:3696
#, c-format
msgid "Network functionality not configured"
msgstr "Ihr Netzwerk ist nicht konfiguriert"
-#: printer/printerdrake.pm:3510
+#: printer/printerdrake.pm:3697
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -13701,12 +13851,12 @@ msgstr ""
"Wenn Sie dennoch fortfahren, ohne Ihr Netzwerk einzurichten, ist der Drucker "
"hinterher nicht zu verwenden. Wie wollen Sie verfahren?"
-#: printer/printerdrake.pm:3513
+#: printer/printerdrake.pm:3700
#, c-format
msgid "Go on without configuring the network"
msgstr "Weiter ohne Netzwerkkonfiguration"
-#: printer/printerdrake.pm:3547
+#: printer/printerdrake.pm:3735
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -13722,7 +13872,7 @@ msgstr ""
"anschließend erneut den Drucker mittels „Hardware/Drucker“ im %s "
"Kontrollzentrum einzurichten."
-#: printer/printerdrake.pm:3548
+#: printer/printerdrake.pm:3736
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -13734,27 +13884,27 @@ msgstr ""
"und Ihre Softwareeinstellungen. Versuchen Sie anschließend erneut den "
"Netzwerkdrucker einzurichten."
-#: printer/printerdrake.pm:3558
+#: printer/printerdrake.pm:3746
#, c-format
msgid "Restarting printing system..."
msgstr "Drucksystem neu starten ..."
-#: printer/printerdrake.pm:3597
+#: printer/printerdrake.pm:3776
#, c-format
msgid "high"
msgstr "Hoch"
-#: printer/printerdrake.pm:3597
+#: printer/printerdrake.pm:3776
#, c-format
msgid "paranoid"
msgstr "Paranoid"
-#: printer/printerdrake.pm:3598
+#: printer/printerdrake.pm:3778
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installiere ein Drucksystem in Sicherheitsebene %s"
-#: printer/printerdrake.pm:3599
+#: printer/printerdrake.pm:3779
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13779,12 +13929,12 @@ msgstr ""
"\n"
"Wollen Sie wirklich dieses Drucksystem auf diesem Rechner installieren?"
-#: printer/printerdrake.pm:3633
+#: printer/printerdrake.pm:3814
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Drucksystem beim Systemstart aktivieren"
-#: printer/printerdrake.pm:3634
+#: printer/printerdrake.pm:3815
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13804,264 +13954,337 @@ msgstr ""
"\n"
"Wollen sie den automatischen Start des Drucksystems wiederherstellen?"
-#: printer/printerdrake.pm:3655 printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3837
#, c-format
msgid "Checking installed software..."
msgstr "Suche nach installierter Software..."
-#: printer/printerdrake.pm:3661
+#: printer/printerdrake.pm:3843
#, c-format
-msgid "Removing %s ..."
+msgid "Removing %s..."
msgstr "Entferne %s ..."
-#: printer/printerdrake.pm:3665
+#: printer/printerdrake.pm:3847
#, c-format
msgid "Could not remove the %s printing system!"
msgstr "Konnte das %s Drucksystem nicht entfernen!"
-#: printer/printerdrake.pm:3674
+#: printer/printerdrake.pm:3863
#, c-format
-msgid "Installing %s ..."
+msgid "Installing %s..."
msgstr "Installiere %s ..."
-#: printer/printerdrake.pm:3678
+#: printer/printerdrake.pm:3867
#, c-format
msgid "Could not install the %s printing system!"
msgstr "Konnte das %s Drucksystem nicht installieren!"
-#: printer/printerdrake.pm:3727
+#: printer/printerdrake.pm:3934
+#, c-format
+msgid ""
+"In this mode there is no local printing system, all printing requests go "
+"directly to the server specified below. Note that it is not possible to "
+"define local print queues then and if the specified server is down it cannot "
+"be printed at all from this machine."
+msgstr ""
+"In diesem Modus gibt es kein lokales Drucksystem, alle Druckaufträge gehen "
+"direkt zum unten angegebenen Server. Beachten Sie bitte, dass es dann nicht "
+"möglich ist, lokale Druckerwarteschlangen einzurichten und dass wenn der "
+"angegebene Server heruntergefahren ist, von dieser Maschine überhaupt nicht "
+"gedruckt werden kann."
+
+#: printer/printerdrake.pm:3936
+#, c-format
+msgid ""
+"Enter the host name or IP of your CUPS server and click OK if you want to "
+"use this mode, click \"Quit\" otherwise."
+msgstr ""
+"Geben Sie den Rechnernamen oder die IP Ihres CUPS-Servers ein und klicken "
+"Sie auf OK, wenn Sie diesen Modus verwenden wollen. Ansonsten klicken Sie "
+"auf „Abbrechen“."
+
+#: printer/printerdrake.pm:3950
+#, c-format
+msgid "Name or IP of remote server:"
+msgstr "Name oder IP des entfernten Servers:"
+
+#: printer/printerdrake.pm:3970
#, c-format
msgid "Setting Default Printer..."
msgstr "Standarddrucker wählen ..."
-#: printer/printerdrake.pm:3747
+#: printer/printerdrake.pm:3989
+#, c-format
+msgid "Local CUPS printing system or remote CUPS server?"
+msgstr "Lokales CUPS-Drucksystem oder entfernter CUPS-Server?"
+
+#: printer/printerdrake.pm:3990
+#, c-format
+msgid "The CUPS printing system can be used in two ways: "
+msgstr "Das CUPS-Drucksystem kann auf zwei Arten verwendet werden:"
+
+#: printer/printerdrake.pm:3992
+#, c-format
+msgid "1. The CUPS printing system can run locally. "
+msgstr "1. Das CUPS-Drucksystem kann lokal arbeiten."
+
+#: printer/printerdrake.pm:3993
+#, c-format
+msgid ""
+"Then locally connected printers can be used and remote printers on other "
+"CUPS servers in the same network are automatically discovered. "
+msgstr ""
+"So können lokal angeschlossene Drucker verwendet werden und entfernte "
+"Drucker an anderen CUPS-Servern im gleichen Netzwerk werden automatisch "
+"erkannt."
+
+#: printer/printerdrake.pm:3994
+#, c-format
+msgid ""
+"Disadvantage of this approach is, that more resources on the local machine "
+"are needed: Additional software packages need to be installed, the CUPS "
+"daemon has to run in the background and needs some memory, and the IPP port "
+"(port 631) is opened. "
+msgstr ""
+"Der nachteil dieser Heangehensweise ist, dass mehr Ressourcen auf dem "
+"lokalen Rechner gebraucht werden: Zusätzliche Software muss installiert "
+"werden, der CUPS-Dämon muss im Hintergrund laufen und braucht etwas "
+"Arbeitsspeicher und der IPP-Port (631) is offen."
+
+#: printer/printerdrake.pm:3996
+#, c-format
+msgid "2. All printing requests are immediately sent to a remote CUPS server. "
+msgstr ""
+"2. Alle Druckaufträge werden sofort zu einem entfernten CUPS-Server gesendet"
+
+#: printer/printerdrake.pm:3997
+#, c-format
+msgid ""
+"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
+"started or port opened, no software infrastructure for setting up local "
+"print queues is installed, so less memory and disk space is used. "
+msgstr ""
+"Der lokale Ressourcenverbrauch ist auf ein Minimum reduziert. Kein CUPS-"
+"Dämon wird gestartet und kein Port geöffnet, keine Softwareinfrastruktur zum "
+"Aufsetzen lokaler Druckerwarteschlangen muss installiert werden, also wird "
+"weniger Arbeitsspeicher und Festplattenplatz verbraucht."
+
+#: printer/printerdrake.pm:3998
+#, c-format
+msgid ""
+"Disadvantage is that it is not possible to define local printers then and if "
+"the specified server is down it cannot be printed at all from this machine. "
+msgstr ""
+"Der Nachteil ist, dass dann keine lokalen Drucker eingerichtet werden können "
+"und von dieser Maschine überhaupt nicht gedruckt werden kann, wenn der "
+"Server heruntergefahren ist."
+
+#: printer/printerdrake.pm:4000
+#, c-format
+msgid "How should CUPS be set up on your machine?"
+msgstr "Wie soll CUPS auf Ihrer Maschine eingerichtet werden?"
+
+#: printer/printerdrake.pm:4004 printer/printerdrake.pm:4019
+#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4029
+#, c-format
+msgid "Remote server, specify Name or IP here:"
+msgstr "Entfernter Server, geben Sie hier den Namen oder die IP ein:"
+
+#: printer/printerdrake.pm:4018
+#, c-format
+msgid "Local CUPS printing system"
+msgstr "Lokales CUPS-Drucksystem"
+
+#: printer/printerdrake.pm:4056
#, c-format
msgid "Select Printer Spooler"
msgstr "Wählen Sie das Drucksystem"
-#: printer/printerdrake.pm:3748
+#: printer/printerdrake.pm:4057
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Welches Drucksystem (Spooler) wollen Sie verwenden?"
-#: printer/printerdrake.pm:3799
+#: printer/printerdrake.pm:4105
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Konnte Drucker „%s“ nicht konfigurieren!"
-#: printer/printerdrake.pm:3812
+#: printer/printerdrake.pm:4118
#, c-format
msgid "Installing Foomatic..."
msgstr "Installiere das Paket Foomatic ..."
-#: printer/printerdrake.pm:3818
+#: printer/printerdrake.pm:4124
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
"Konnte die %s Pakete nicht installieren, %s kann nicht gestartet werden!"
-#: printer/printerdrake.pm:3910
+#: printer/printerdrake.pm:4314
#, c-format
-msgid "Could not install necessary packages, %s cannot be started!"
-msgstr ""
-"Konnte die notwendigen Pakete nicht installieren, %s kann nicht gestartet "
-"werden!"
-
-#: printer/printerdrake.pm:4011
-#, fuzzy, c-format
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 ""
"Die folgenden Drucker sind bereits eingerichtet. Führen Sie einen "
-"Doppelklick auf einen aus, um ihn zu ändern, als Standarddrucker zu "
-"verwenden oder Informationen über ihn zu erhalten."
+"Doppelklick auf einen Drucker aus, um seine Einstellungen zu ändern, als "
+"Standarddrucker zu verwenden oder Informationen über ihn zu erhalten."
-#: printer/printerdrake.pm:4039
+#: printer/printerdrake.pm:4344
#, c-format
msgid "Display all available remote CUPS printers"
msgstr "Alle Netzwerk-CUPS-Drucker anzeigen"
-#: printer/printerdrake.pm:4040
+#: printer/printerdrake.pm:4345
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Aktualisiere Druckerliste (um alle entfernten CUPS-Drucker anzuzeigen)"
-#: printer/printerdrake.pm:4050
+#: printer/printerdrake.pm:4356
#, c-format
msgid "CUPS configuration"
msgstr "CUPS-Konfiguration"
-#: printer/printerdrake.pm:4062
+#: printer/printerdrake.pm:4368
#, c-format
msgid "Change the printing system"
msgstr "Drucksystem ändern"
-#: printer/printerdrake.pm:4071
+#: printer/printerdrake.pm:4377
#, c-format
msgid "Normal Mode"
msgstr "Normaler Modus"
-#: printer/printerdrake.pm:4072
+#: printer/printerdrake.pm:4378
#, c-format
msgid "Expert Mode"
msgstr "Expertenmodus"
-#: printer/printerdrake.pm:4343 printer/printerdrake.pm:4398
-#: printer/printerdrake.pm:4479 printer/printerdrake.pm:4489
+#: printer/printerdrake.pm:4632 printer/printerdrake.pm:4690
+#: printer/printerdrake.pm:4768 printer/printerdrake.pm:4777
#, c-format
msgid "Printer options"
msgstr "Drucker-Optionen"
-#: printer/printerdrake.pm:4379
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Modify printer configuration"
msgstr "Drucker-Konfiguration ändern"
-#: printer/printerdrake.pm:4381
+#: printer/printerdrake.pm:4670
#, c-format
msgid ""
-"Printer %s\n"
+"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr ""
-"Drucker %s\n"
+"Drucker %s%s\n"
"Was wollen Sie an diesem Drucker ändern?"
-#: printer/printerdrake.pm:4385
+#: printer/printerdrake.pm:4675
+#, c-format
+msgid "This printer is disabled"
+msgstr "Dieser Drucker ist deaktiviert"
+
+#: printer/printerdrake.pm:4677
#, c-format
msgid "Do it!"
msgstr "Ausführen!"
-#: printer/printerdrake.pm:4390 printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4682 printer/printerdrake.pm:4737
#, c-format
msgid "Printer connection type"
msgstr "Art der Druckeranbindung"
-#: printer/printerdrake.pm:4391 printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4683 printer/printerdrake.pm:4743
#, c-format
msgid "Printer name, description, location"
msgstr "Druckername, Beschreibung, Standort"
-#: printer/printerdrake.pm:4393 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4685 printer/printerdrake.pm:4761
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Druckerproduzent, Modell, Treiber"
-#: printer/printerdrake.pm:4394 printer/printerdrake.pm:4472
+#: printer/printerdrake.pm:4686 printer/printerdrake.pm:4762
#, c-format
msgid "Printer manufacturer, model"
msgstr "Druckerproduzent, Modell"
-#: printer/printerdrake.pm:4400 printer/printerdrake.pm:4483
+#: printer/printerdrake.pm:4692 printer/printerdrake.pm:4772
#, c-format
msgid "Set this printer as the default"
msgstr "Als Standarddrucker verwenden"
-#: printer/printerdrake.pm:4402 printer/printerdrake.pm:4490
+#: printer/printerdrake.pm:4697 printer/printerdrake.pm:4778
+#: printer/printerdrake.pm:4780
#, c-format
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Diesen Drucker für StarOffice/OpenOffice.org/GIMP hinzufügen"
+msgid "Enable Printer"
+msgstr "Drucker aktivieren"
-#: printer/printerdrake.pm:4403 printer/printerdrake.pm:4495
+#: printer/printerdrake.pm:4700 printer/printerdrake.pm:4783
+#: printer/printerdrake.pm:4785
#, c-format
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Diesen Drucker von StarOffice/OpenOffice.org/GIMP entfernen"
+msgid "Disable Printer"
+msgstr "Drucker deaktivieren"
-#: printer/printerdrake.pm:4404 printer/printerdrake.pm:4500
+#: printer/printerdrake.pm:4701 printer/printerdrake.pm:4788
#, c-format
msgid "Print test pages"
msgstr "Testseite(n) drucken"
-#: printer/printerdrake.pm:4405 printer/printerdrake.pm:4502
+#: printer/printerdrake.pm:4702 printer/printerdrake.pm:4790
#, c-format
msgid "Learn how to use this printer"
msgstr "Wie dieser Drucker genutzt werden kann"
-#: printer/printerdrake.pm:4406 printer/printerdrake.pm:4504
+#: printer/printerdrake.pm:4703 printer/printerdrake.pm:4792
#, c-format
msgid "Remove printer"
msgstr "Drucker entfernen"
-#: printer/printerdrake.pm:4460
+#: printer/printerdrake.pm:4750
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Entferne alten Drucker „%s“..."
-#: printer/printerdrake.pm:4491
-#, c-format
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Drucker für StarOffice/OpenOffice.org/GIMP hinzufügen"
-
-#: printer/printerdrake.pm:4493
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
-msgstr ""
-"Der Drucker „%s“ wurde erfogreich zu StarOffice/OpenOffice.org/GIMP "
-"hinzugefügt."
-
-#: printer/printerdrake.pm:4494
-#, c-format
-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."
-
-#: printer/printerdrake.pm:4496
+#: printer/printerdrake.pm:4781
#, c-format
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Entferne Drucker von StarOffice/OpenOffice.org/GIMP"
-
-#: printer/printerdrake.pm:4498
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
-msgstr ""
-"Der Drucker „%s“ wurde erfogreich für StarOffice/OpenOffice.org/GIMP "
-"entfernt."
+msgid "Printer \"%s\" is now enabled."
+msgstr "Drucker „%s“ ist jetzt aktiviert."
-#: printer/printerdrake.pm:4499
+#: printer/printerdrake.pm:4786
#, c-format
-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."
+msgid "Printer \"%s\" is now disabled."
+msgstr "Drucker „%s“ ist jetzt deaktiviert."
-#: printer/printerdrake.pm:4543
+#: printer/printerdrake.pm:4823
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Möchten Sie den Drucker „%s“ wirklich entfernen?"
-#: printer/printerdrake.pm:4547
+#: printer/printerdrake.pm:4827
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Entferne Drucker „%s“..."
-#: printer/printerdrake.pm:4571
+#: printer/printerdrake.pm:4851
#, c-format
msgid "Default printer"
msgstr "Standarddrucker"
-#: printer/printerdrake.pm:4572
+#: printer/printerdrake.pm:4852
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Der Drucker „%s“ ist jetzt Ihr Standarddrucker“"
-#: raid.pm:37
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Ich kann keine Partition zu dem _formatierten_ RAID md%d hinzufügen"
-
-#: raid.pm:139
-#, c-format
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid schlug fehl (Möglicherweise fehlen die RAID-Tools)"
-
-#: raid.pm:139
+#: raid.pm:36
#, c-format
-msgid "mkraid failed"
-msgstr "mkraid schlug fehl"
+msgid "Can't add a partition to _formatted_ RAID %s"
+msgstr "Kann keine Partition zu dem _formatierten_ RAID %s hinzufügen"
-#: raid.pm:155
+#: raid.pm:132
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nicht genügend Partitionen für RAID-Level %d\n"
@@ -14087,21 +14310,21 @@ msgstr ""
msgid "Could not set permissions of firmware file %s!"
msgstr "Konnte keine Zulassung setzen für die Firmware-Datei %s!"
-#: scanner.pm:200 standalone/scannerdrake:65 standalone/scannerdrake:69
-#: standalone/scannerdrake:77 standalone/scannerdrake:344
-#: standalone/scannerdrake:419 standalone/scannerdrake:463
-#: standalone/scannerdrake:467 standalone/scannerdrake:489
-#: standalone/scannerdrake:554
+#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
+#: standalone/scannerdrake:78 standalone/scannerdrake:340
+#: standalone/scannerdrake:415 standalone/scannerdrake:459
+#: standalone/scannerdrake:463 standalone/scannerdrake:485
+#: standalone/scannerdrake:550
#, c-format
msgid "Scannerdrake"
msgstr "ScannerDrake"
-#: scanner.pm:201 standalone/scannerdrake:920
-#, fuzzy, c-format
+#: scanner.pm:201 standalone/scannerdrake:916
+#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
-"Konnte die notwendigen Programmpakete zum Teilen des Scanners mit Anderen "
-"nicht installieren."
+"Konnte die notwendigen Programme zum Freigeben Ihrer Scanner nicht "
+"installieren."
#: scanner.pm:202
#, c-format
@@ -14109,9 +14332,9 @@ msgid "Your scanner(s) will not be available for non-root users."
msgstr "Ihr(e) Scanner wird nur für Benutzer Root verfügbar sein"
#: security/help.pm:11
-#, fuzzy, c-format
+#, c-format
msgid "Accept/Refuse bogus IPv4 error messages."
-msgstr "error."
+msgstr "IPv4 Scheinfehlermeldungen akteptieren/ablehnen."
#: security/help.pm:13
#, c-format
@@ -14128,7 +14351,8 @@ msgstr "Das ICMP-Echo akzeptieren/ablehnen."
msgid "Allow/Forbid autologin."
msgstr "Das automatische Anmelden eines Benutzers erlauben/verbieten."
-#: security/help.pm:19
+#. -PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is
+#: security/help.pm:21
#, c-format
msgid ""
"If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.\n"
@@ -14143,23 +14367,23 @@ msgstr ""
"\n"
"Andernfalls wird nur /etc/issue erlaubt."
-#: security/help.pm:25
+#: security/help.pm:27
#, c-format
msgid "Allow/Forbid reboot by the console user."
msgstr ""
"Den Neustart des Rechners durch den Konsolen Benutzer erlauben/verbieten."
-#: security/help.pm:27
+#: security/help.pm:29
#, c-format
msgid "Allow/Forbid remote root login."
msgstr "Erlaube/Verbiete Root Login von entferntem Rechner "
-#: security/help.pm:29
-#, fuzzy, c-format
+#: security/help.pm:31
+#, c-format
msgid "Allow/Forbid direct root login."
-msgstr "Erlaube/Verbiete diirekte Root Anmeldung"
+msgstr "Erlaube/Verbiete direkte Root Anmeldung"
-#: security/help.pm:31
+#: security/help.pm:33
#, c-format
msgid ""
"Allow/Forbid the list of users on the system on display managers (kdm and "
@@ -14168,7 +14392,20 @@ msgstr ""
"Erlaube/Verbiete die Liste der Benutzer dieses Rechner im Displaymanager "
"(kdm und gdm)."
-#: security/help.pm:33
+#: security/help.pm:35
+#, c-format
+msgid ""
+"Allow/forbid to export display when\n"
+"passing from the root account to the other users.\n"
+"\n"
+"See pam_xauth(8) for more details.'"
+msgstr ""
+"Erlaube/Verbiete die Freigabe der Anzeige,\n"
+"wenn von root zu einem anderen Nutzer gewechselt wird.\n"
+"\n"
+"Siehe pam_xauth(8) für Details.'"
+
+#: security/help.pm:40
#, c-format
msgid ""
"Allow/Forbid X connections:\n"
@@ -14187,7 +14424,7 @@ msgstr ""
"\n"
"- KEINE (keine Verbindungen)."
-#: security/help.pm:41
+#: security/help.pm:48
#, c-format
msgid ""
"The argument specifies if clients are authorized to connect\n"
@@ -14196,7 +14433,8 @@ msgstr ""
"Dieses Argument gibt an, ob Clients authorisiert sind, den X-Server\n"
"vom Netzwerk auf TCP-Port 6000 zu konnektieren oder nicht."
-#: security/help.pm:44
+#. -PO: here "ALL", "LOCAL" and "NONE" are values in a pull-down menu; translate them the same as they're
+#: security/help.pm:53
#, c-format
msgid ""
"Authorize:\n"
@@ -14223,8 +14461,8 @@ msgstr ""
"Um einen Dienst zu authorisieren, benutzen Sie bitte die Datei /etc/hosts."
"allow (siehe die hosts.allow(5) Manpage). "
-#: security/help.pm:54
-#, fuzzy, c-format
+#: security/help.pm:63
+#, c-format
msgid ""
"If SERVER_LEVEL (or SECURE_LEVEL if absent)\n"
"is greater than 3 in /etc/security/msec/security.conf, creates the\n"
@@ -14234,52 +14472,70 @@ msgid ""
"The /etc/security/msec/server is used by chkconfig --add to decide to\n"
"add a service if it is present in the file during the installation of\n"
"packages."
-msgstr "Server Server<SERVER_LEVEL> Server file."
+msgstr ""
+"Wenn SERVER_LEVEL (oder SECURE_LEVEL wenn nicht vorhanden)\n"
+"in /etc/security/msec/security.conf größer als 3 ist, wird der Symlink\n"
+"/etc/security/msec/server zu /etc/security/msec/server.<SERVER_LEVEL>\n"
+"erstellt.\n"
+"Die Datei /etc/security/msec/server wird von „chkconfig --add“ verwendet,\n"
+"um zu entscheiden, ob ein Dienst hinzugefügt wird, wenn er in der Datei\n"
+"während der Installation des Programmes vorhanden ist."
-#: security/help.pm:63
-#, fuzzy, c-format
+#: security/help.pm:72
+#, c-format
msgid ""
"Enable/Disable crontab and at for users.\n"
"\n"
"Put allowed users in /etc/cron.allow and /etc/at.allow (see man at(1)\n"
"and crontab(1))."
-msgstr "crontab cron crontab."
+msgstr ""
+"Aktiviere/Deaktiviere crontab und at für Benutzer.\n"
+"\n"
+"Speichert erlaubte Benutzer in /etc/cron.allow und /etc/at.allow (siehe man "
+"at(1)\n"
+"und crontab(1))."
-#: security/help.pm:68
+#: security/help.pm:77
#, c-format
msgid "Enable/Disable syslog reports to console 12"
msgstr "System-Protokoll-Berichte auf Konsole 12 aktivieren/deaktivieren"
-#: security/help.pm:70
+#: security/help.pm:79
#, c-format
msgid ""
"Enable/Disable name resolution spoofing protection. If\n"
-"\"alert\" is true, also reports to syslog."
+"\"%s\" is true, also reports to syslog."
msgstr ""
"Aktiviere/Deaktiviere den Schutz vor Namensauflösungs-Manipulation. Wenn\n"
-"„Alarm“ gewählt ist wird auch an das Systemprotokoll berichtet."
+"„%s“ gewählt ist wird auch an das Systemprotokoll berichtet."
-#: security/help.pm:73
+#: security/help.pm:80 standalone/draksec:213
+#, c-format
+msgid "Security Alerts:"
+msgstr "Sicherheitswarnungen:"
+
+#: security/help.pm:82
#, c-format
msgid "Enable/Disable IP spoofing protection."
msgstr "Aktiviere/Deaktiviere IP Spoofing Schutz"
-#: security/help.pm:75
-#, fuzzy, c-format
+#: security/help.pm:84
+#, c-format
msgid "Enable/Disable libsafe if libsafe is found on the system."
-msgstr "An system."
+msgstr ""
+"Aktiviere/Deaktiviere libsafe wenn libsafe auf dem System gefunden wird."
-#: security/help.pm:77
+#: security/help.pm:86
#, c-format
msgid "Enable/Disable the logging of IPv4 strange packets."
msgstr "Aktiviere/Deaktiviere das Protokollieren merkwürdiger IPv4-Pakete."
-#: security/help.pm:79
+#: security/help.pm:88
#, c-format
msgid "Enable/Disable msec hourly security check."
msgstr "Stündliche Sicherheitschecks aktivieren/deaktivieren."
-#: security/help.pm:81
+#: security/help.pm:90
#, c-format
msgid ""
" Enabling su only from members of the wheel group or allow su from any user."
@@ -14287,47 +14543,47 @@ msgstr ""
"Aktiviere su nur für Mitglieder der Gruppe „wheel“ oder erlaube su für jeden "
"Benutzer."
-#: security/help.pm:83
+#: security/help.pm:92
#, c-format
msgid "Use password to authenticate users."
msgstr "Benutzer müssen sich mit einem Passwort authentifizieren."
-#: security/help.pm:85
+#: security/help.pm:94
#, c-format
msgid "Activate/Disable ethernet cards promiscuity check."
msgstr "Aktiviere/Deaktiviere die Vermischtheitsprüfung für Netzwerkkarten."
-#: security/help.pm:87
+#: security/help.pm:96
#, c-format
msgid " Activate/Disable daily security check."
msgstr " Tägliche Sicherheitschecks aktivieren/deaktivieren.."
-#: security/help.pm:89
+#: security/help.pm:98
#, c-format
msgid " Enable/Disable sulogin(8) in single user level."
msgstr "Erlaube/Verbiete sulogin(8) im Single User Level"
-#: security/help.pm:91
+#: security/help.pm:100
#, c-format
msgid "Add the name as an exception to the handling of password aging by msec."
msgstr ""
"Fügt den Namen als eine Ausnahme an die Behandlung für die Passwort-Alterung "
"von msec."
-#: security/help.pm:93
+#: security/help.pm:102
#, c-format
msgid "Set password aging to \"max\" days and delay to change to \"inactive\"."
msgstr ""
"Setze Passwort-Alterung auf „maximal“ Tage um die Alterung abzuschalten."
-#: security/help.pm:95
+#: security/help.pm:104
#, c-format
msgid "Set the password history length to prevent password reuse."
msgstr ""
"Setzt die Passwort-Historie-Dauer um der Wiederverwendung von Passwörtern "
"vorzubeugen."
-#: security/help.pm:97
+#: security/help.pm:106
#, c-format
msgid ""
"Set the password minimum length and minimum number of digit and minimum "
@@ -14336,20 +14592,20 @@ msgstr ""
"Setzt die minimale Passwort-Länge sowie minimale Anzahl von Ziffern und "
"Großbuchstaben."
-#: security/help.pm:99
+#: security/help.pm:108
#, c-format
msgid "Set the root umask."
msgstr "Setzen der Root Umask"
-#: security/help.pm:100
+#: security/help.pm:109
#, c-format
msgid "if set to yes, check open ports."
msgstr "Auf „Ja“ gestellt, werden offene Ports kontrolliert."
-#: security/help.pm:101
+#: security/help.pm:110
#, c-format
msgid ""
-"if set to yes, check for :\n"
+"if set to yes, check for:\n"
"\n"
"- empty passwords,\n"
"\n"
@@ -14365,118 +14621,117 @@ msgstr ""
"\n"
"- Kennzeichen außer „root“ mit ID 0."
-#: security/help.pm:108
+#: security/help.pm:117
#, c-format
msgid "if set to yes, check permissions of files in the users' home."
msgstr ""
"Prüfe die Berechtigungen der Dateien in den Heimatverzeichnissen der "
"Benutzer, wenn „Ja“ gesetzt ist."
-#: security/help.pm:109
+#: security/help.pm:118
#, c-format
msgid "if set to yes, check if the network devices are in promiscuous mode."
msgstr ""
"Wenn auf „Ja“ gezetzt, überprüfe ob die Netzwerk Geräte im gemischten Modus "
"sind"
-#: security/help.pm:110
+#: security/help.pm:119
#, c-format
msgid "if set to yes, run the daily security checks."
msgstr "Wenn auf „Ja“ gesetzt, werden täglich Sicherheitschecks durchgeführt."
-#: security/help.pm:111
+#: security/help.pm:120
#, c-format
msgid "if set to yes, check additions/removals of sgid files."
msgstr "Prüfe Änderungen an den sgid-Dateien, wenn „Ja“ gesetzt ist."
-#: security/help.pm:112
+#: security/help.pm:121
#, c-format
msgid "if set to yes, check empty password in /etc/shadow."
msgstr "Wenn auf „Ja“ gesetzt, prüfe auf leere Passwörter in /etc/shadow."
-#: security/help.pm:113
+#: security/help.pm:122
#, c-format
msgid "if set to yes, verify checksum of the suid/sgid files."
msgstr ""
"Wenn auf „Ja“ gesetzt, kontrolliere die Prüfsumme der suid/sgid Dateien"
-#: security/help.pm:114
+#: security/help.pm:123
#, c-format
msgid "if set to yes, check additions/removals of suid root files."
msgstr ""
"Wenn auf „Ja“ gesetzt, Suche von Veränderungen bei „suid root“ Dateien."
-#: security/help.pm:115
+#: security/help.pm:124
#, c-format
msgid "if set to yes, report unowned files."
msgstr "Wenn auf „Ja“ gesetzt, werden Dateien ohne Eigentümer gemeldet."
-#: security/help.pm:116
-#, fuzzy, c-format
+#: security/help.pm:125
+#, c-format
msgid "if set to yes, check files/directories writable by everybody."
-msgstr "Überprüfe Dateien/Verzeichnisse die schreibbar für alle sind"
+msgstr ""
+"Wenn auf Ja gesetzt, überprüfe Dateien/Verzeichnisse die für alle schreibbar "
+"sind."
-#: security/help.pm:117
+#: security/help.pm:126
#, c-format
msgid "if set to yes, run chkrootkit checks."
msgstr "Wenn auf „Ja“ gesetzt, starte chkrootkit Überprüfung"
-#: security/help.pm:118
+#: security/help.pm:127
#, c-format
msgid ""
"if set, send the mail report to this email address else send it to root."
msgstr ""
"Wenn ausgefüllt, wird E-Mail an diese Adresse geschickt, sonst an „root“."
-#: security/help.pm:119
+#: security/help.pm:128
#, c-format
msgid "if set to yes, report check result by mail."
msgstr "Falls markiert, Ergebnis per E-Mail zustellen."
-#: security/help.pm:120
+#: security/help.pm:129
#, c-format
msgid "Do not send mails if there's nothing to warn about"
msgstr "Sende keine Emails, wenn vor nichts zu warnen ist."
-#: security/help.pm:121
+#: security/help.pm:130
#, c-format
msgid "if set to yes, run some checks against the rpm database."
msgstr "Prüfe die RPM-Datenbank, wenn „Ja“ gesetzt ist."
-#: security/help.pm:122
+#: security/help.pm:131
#, c-format
msgid "if set to yes, report check result to syslog."
msgstr "Wenn auf „Ja“ gesetzt, werden Prüfergebnisse an syslog schicken"
-#: security/help.pm:123
+#: security/help.pm:132
#, c-format
msgid "if set to yes, reports check result to tty."
msgstr "Wenn auf „Ja“ gesetzt, werden Prüfergebnisse nach tty gesendet."
-#: security/help.pm:125
-#, fuzzy, c-format
+#: security/help.pm:134
+#, c-format
msgid "Set shell commands history size. A value of -1 means unlimited."
msgstr ""
-"Setzen der Größe des Kommandozeilenarchivs. Der Wert „-1“ steht für "
+"Setzt die Größe des Kommandozeilenarchivs. Der Wert „-1“ steht für "
"unbegrenzt."
-#: security/help.pm:127
+#: security/help.pm:136
#, c-format
msgid "Set the shell timeout. A value of zero means no timeout."
msgstr "Setzen des Shell-Timeouts. Der Wert Null bedeutet kein Timeout."
-#: security/help.pm:127
+#: security/help.pm:136
#, c-format
msgid "Timeout unit is second"
msgstr "Auszeit-Dauer in Sekunden"
-#: security/help.pm:129
-#, fuzzy, c-format
+#: security/help.pm:138
+#, c-format
msgid "Set the user umask."
-msgstr ""
-"Argumente: (umask)\n"
-"\n"
-"Setzen der Benutzerzugriffsmaske."
+msgstr "Setzen der Benutzerzugriffsmaske."
#: security/l10n.pm:11
#, c-format
@@ -14520,212 +14775,217 @@ msgstr "Benutzer in den Display-Managern auflisten (kdm und gdm)"
#: security/l10n.pm:20
#, c-format
+msgid "Export display when passing from root to the other users"
+msgstr "Anzeige exportieren wenn von root zu anderen Benutzern gewechselt wird"
+
+#: security/l10n.pm:21
+#, c-format
msgid "Allow X Window connections"
msgstr "X Window Verbindungen erlauben"
-#: security/l10n.pm:21
+#: security/l10n.pm:22
#, c-format
msgid "Authorize TCP connections to X Window"
msgstr "Erlaube TCP Verbindungen zum X Windows System"
-#: security/l10n.pm:22
+#: security/l10n.pm:23
#, c-format
msgid "Authorize all services controlled by tcp_wrappers"
msgstr "Autorisiere all Dienste, die von TCP-Wrappern kontolliert werden"
-#: security/l10n.pm:23
-#, fuzzy, c-format
+#: security/l10n.pm:24
+#, c-format
msgid "Chkconfig obey msec rules"
-msgstr "Der Befehl Chkconfig folget den msec Regeln"
+msgstr "Chkconfig folgt msec-Regeln"
-#: security/l10n.pm:24
+#: security/l10n.pm:25
#, c-format
msgid "Enable \"crontab\" and \"at\" for users"
msgstr "Aktiviere „crontab“ und „at“ für Benutzer"
-#: security/l10n.pm:25
+#: security/l10n.pm:26
#, c-format
msgid "Syslog reports to console 12"
msgstr "Syslog berichtet auf Konsole 12"
-#: security/l10n.pm:26
+#: security/l10n.pm:27
#, c-format
msgid "Name resolution spoofing protection"
msgstr "Aktivier Schutz gegen Namenauflösung"
-#: security/l10n.pm:27
+#: security/l10n.pm:28
#, c-format
msgid "Enable IP spoofing protection"
msgstr "Aktiviere Schutz gegen IP Spoofing"
-#: security/l10n.pm:28
-#, fuzzy, c-format
+#: security/l10n.pm:29
+#, c-format
msgid "Enable libsafe if libsafe is found on the system"
-msgstr "Libsafe aktivieren, falls auf dem System vorhanden"
+msgstr "Libsafe aktivieren, falls auf dem System gefunden"
-#: security/l10n.pm:29
+#: security/l10n.pm:30
#, c-format
msgid "Enable the logging of IPv4 strange packets"
msgstr "Aktiviere das Protokollieren von seltsamen IPv4 Packeten"
-#: security/l10n.pm:30
+#: security/l10n.pm:31
#, c-format
msgid "Enable msec hourly security check"
msgstr "Aktiviere msec stündlichen Sicherheits Check"
-#: security/l10n.pm:31
+#: security/l10n.pm:32
#, c-format
msgid "Enable su only from the wheel group members or for any user"
msgstr "Erlaube su nur für Mitglieder der Wheel Gruppe oder für alle Benutzer"
-#: security/l10n.pm:32
+#: security/l10n.pm:33
#, c-format
msgid "Use password to authenticate users"
msgstr "Benutzer müssen sich mit Passwort authentifizieren."
-#: security/l10n.pm:33
+#: security/l10n.pm:34
#, c-format
msgid "Ethernet cards promiscuity check"
msgstr "Ethernet-Karten Offenheits Überprüfung"
-#: security/l10n.pm:34
+#: security/l10n.pm:35
#, c-format
msgid "Daily security check"
msgstr "Täglicher Sicherheitscheck"
-#: security/l10n.pm:35
+#: security/l10n.pm:36
#, c-format
msgid "Sulogin(8) in single user level"
msgstr "Sulogin(8) im Einzelplatznutzer Ebene"
-#: security/l10n.pm:36
+#: security/l10n.pm:37
#, c-format
msgid "No password aging for"
msgstr "Kein Passwort Ablaufdatum für"
-#: security/l10n.pm:37
+#: security/l10n.pm:38
#, c-format
msgid "Set password expiration and account inactivation delays"
msgstr "Setze Passwort Ablauf und Nutzerkonto Abschalt Verzögerung"
-#: security/l10n.pm:38
+#: security/l10n.pm:39
#, c-format
msgid "Password history length"
msgstr "Passwort Verlaufslänge"
-#: security/l10n.pm:39
+#: security/l10n.pm:40
#, c-format
msgid "Password minimum length and number of digits and upcase letters"
msgstr "Minimale Passwortlänge und die Anzahl der Ziffern und Buchstaben"
-#: security/l10n.pm:40
+#: security/l10n.pm:41
#, c-format
msgid "Root umask"
msgstr "Root umask"
-#: security/l10n.pm:41
+#: security/l10n.pm:42
#, c-format
msgid "Shell history size"
msgstr "Anzal gespeicherter Kommandozeilenaufrufe"
-#: security/l10n.pm:42
+#: security/l10n.pm:43
#, c-format
msgid "Shell timeout"
msgstr "Zeitüberschreitung der Shell"
-#: security/l10n.pm:43
+#: security/l10n.pm:44
#, c-format
msgid "User umask"
msgstr "User umask"
-#: security/l10n.pm:44
+#: security/l10n.pm:45
#, c-format
msgid "Check open ports"
msgstr "Prüfe offene Ports"
-#: security/l10n.pm:45
+#: security/l10n.pm:46
#, c-format
msgid "Check for unsecured accounts"
msgstr "Prüfe auf ungesicherte Benutzerkonten"
-#: security/l10n.pm:46
+#: security/l10n.pm:47
#, c-format
msgid "Check permissions of files in the users' home"
msgstr ""
"Überprüfe Dateiberechtigungen in den persönlichen Verzeichnissen (/home)"
-#: security/l10n.pm:47
+#: security/l10n.pm:48
#, c-format
msgid "Check if the network devices are in promiscuous mode"
msgstr "Überprüfe, ob sich die Netwerkgeräte in einem offenen Modus befinden"
-#: security/l10n.pm:48
+#: security/l10n.pm:49
#, c-format
msgid "Run the daily security checks"
msgstr "Tägliche Sicherheitschecks durchführen"
-#: security/l10n.pm:49
+#: security/l10n.pm:50
#, c-format
msgid "Check additions/removals of sgid files"
msgstr "Überprüfe das Hinzufügen/Entfernen von „sgid“ Dateien"
-#: security/l10n.pm:50
+#: security/l10n.pm:51
#, c-format
msgid "Check empty password in /etc/shadow"
msgstr "Prüfe auf leere Passwörter in /etc/shadow"
-#: security/l10n.pm:51
+#: security/l10n.pm:52
#, c-format
msgid "Verify checksum of the suid/sgid files"
msgstr "Verifiziere die Prüfsumme der „suid/sgid“ Dateien"
-#: security/l10n.pm:52
+#: security/l10n.pm:53
#, c-format
msgid "Check additions/removals of suid root files"
msgstr "Überprüfe das Hinzufügen/Entfernen von „suid“ Dateien"
-#: security/l10n.pm:53
+#: security/l10n.pm:54
#, c-format
msgid "Report unowned files"
msgstr "Dateien ohne Eigentümer melden"
-#: security/l10n.pm:54
+#: security/l10n.pm:55
#, c-format
msgid "Check files/directories writable by everybody"
msgstr "Überprüfe Dateien/Verzeichnisse die schreibbar für alle sind"
-#: security/l10n.pm:55
+#: security/l10n.pm:56
#, c-format
msgid "Run chkrootkit checks"
msgstr "Starte chkrootkit Überprüfung"
-#: security/l10n.pm:56
+#: security/l10n.pm:57
#, c-format
msgid "Do not send mails when unneeded"
msgstr "Keine unnötigen Emails senden"
-#: security/l10n.pm:57
+#: security/l10n.pm:58
#, c-format
msgid "If set, send the mail report to this email address else send it to root"
msgstr ""
"Wenn ausgefüllt, wird E-Mail an diese Adresse geschickt, sonst an „root“."
-#: security/l10n.pm:58
+#: security/l10n.pm:59
#, c-format
msgid "Report check result by mail"
msgstr "Ergebnis per E-Mail bekanntgeben"
-#: security/l10n.pm:59
+#: security/l10n.pm:60
#, c-format
msgid "Run some checks against the rpm database"
msgstr "Überprüfe die rpm Datenbank"
-#: security/l10n.pm:60
+#: security/l10n.pm:61
#, c-format
msgid "Report check result to syslog"
msgstr "Ergebnis in SysLog speichern"
-#: security/l10n.pm:61
+#: security/l10n.pm:62
#, c-format
msgid "Reports check result to tty"
msgstr "Sendet Prüfbericht an tty"
@@ -15088,10 +15348,10 @@ msgstr ""
#, c-format
msgid ""
"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"and Xorg at boot."
msgstr ""
"Schaltet beim Betriebssystemstart automatisch die „Num“-Taste für \n"
-"die virtuellen Konsolen und XFree ein."
+"die virtuellen Konsolen und Xorg ein."
#: services.pm:66
#, c-format
@@ -15189,7 +15449,7 @@ msgstr ""
#, c-format
msgid ""
"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
+"logged into a machine running the rwho daemon (similar to finger)."
msgstr ""
"Der Dienst rwho erlaubt es Benutzern entfernter Rechner eine Liste\n"
"momentan angemeldeter Benutzer übermittelt zu bekommen \n"
@@ -15217,10 +15477,10 @@ msgstr "Lädt die Treiber für Ihre USB-Geräte."
#: services.pm:91
#, c-format
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+msgid "Starts the X Font Server (this is mandatory for Xorg to run)."
msgstr ""
"Dieser Dienst startet den X-Font-Server. Er ist notwendig, \n"
-"damit XFree gestartet werden kann!"
+"damit Xorg gestartet werden kann!"
#: services.pm:117 services.pm:159
#, c-format
@@ -15267,7 +15527,7 @@ msgstr "gestoppt"
#: services.pm:215
#, c-format
-msgid "Services and deamons"
+msgid "Services and daemons"
msgstr "Dienste und Dämonen"
#: services.pm:221
@@ -15280,7 +15540,7 @@ msgstr ""
"weiteren Informationen zu\n"
"diesem Dienst."
-#: services.pm:226 ugtk2.pm:1176
+#: services.pm:226 ugtk2.pm:1214
#, c-format
msgid "Info"
msgstr "Info"
@@ -15295,860 +15555,1371 @@ msgstr "Starten wenn verlangt"
msgid "On boot"
msgstr "Beim Systemstart"
-#: services.pm:244
+#: services.pm:246
#, c-format
msgid "Start"
msgstr "Start"
-#: services.pm:244
+#: services.pm:246
#, c-format
msgid "Stop"
msgstr "Stopp"
-#: share/advertising/dis-01.pl:13 share/advertising/dwd-01.pl:13
-#: share/advertising/ppp-01.pl:13 share/advertising/pwp-01.pl:13
-#, fuzzy, c-format
-msgid "<b>Congratulations for choosing Mandrakelinux!</b>"
-msgstr "Danke, dass Sie sich für Mandrakelinux 92 entschieden haben"
+#: share/advertising/01.pl:13
+#, c-format
+msgid "<b>What is Mandrakelinux?</b>"
+msgstr "<b>Was ist Mandrakelinux?</b>"
-#: share/advertising/dis-01.pl:15 share/advertising/dwd-01.pl:15
-#: share/advertising/ppp-01.pl:15 share/advertising/pwp-01.pl:15
-#, fuzzy, c-format
-msgid "Welcome to the Open Source world!"
-msgstr "Willkommen in der Open Source Welt."
+#: share/advertising/01.pl:15
+#, c-format
+msgid "Welcome to <b>Mandrakelinux</b>!"
+msgstr "Willkommen zu <b>Mandrakelinux</b>!"
-#: share/advertising/dis-01.pl:17
+#: share/advertising/01.pl:17
#, c-format
msgid ""
-"Your new Mandrakelinux operating system and its many applications is the "
-"result of collaborative efforts between MandrakeSoft developers and "
-"Mandrakelinux contributors throughout the world."
+"Mandrakelinux is a <b>Linux distribution</b> that comprises the core of the "
+"system, called the <b>operating system</b> (based on the Linux kernel) "
+"together with <b>a lot of applications</b> meeting every need you could even "
+"think of."
msgstr ""
-"Ihr neues Mandrakelinux-Betriebssystem und dessen unzählige Anwendungen ist "
-"das Ergebnis eines gemeinsamen Bestrebens zwischen MandrakeSoft-Entwicklern "
-"und Mandrakelinux-Mitwirkenden auf der ganzen Welt."
+"Mandrakelinux ist eine <b>Linuxdistribution</b>, die sowohl den Kern des "
+"Systems umfasst, der <b>Betriebssystem</b> (basierend auf dem Linux-Kernel) "
+"genannt wird, als auch <b>eine Menge Anwendungen</b>, die jeden Bedarf "
+"abdecken, den Sie sich vorstellen können."
-#: share/advertising/dis-01.pl:19 share/advertising/dwd-01.pl:19
-#: share/advertising/ppp-01.pl:19
+#: share/advertising/01.pl:19
#, c-format
msgid ""
-"We would like to thank everyone who participated in the development of this "
-"latest release."
+"Mandrakelinux is the most <b>user-friendly</b> Linux distribution today. It "
+"is also one of the <b>most widely used</b> Linux distributions worldwide!"
msgstr ""
-"Wir möchten jedem danken, der an der Entwicklung dieser neuesten Version "
-"teilgenommen hat."
+"Mandrakelinux ist die <b>benutzerfreundlichste</b> Linuxdistribution "
+"heutzutage. Sie ist außerdem eine der <b>am weitesten verbreiteten</b> "
+"Linuxdistributionen weltweit!"
-#: share/advertising/dis-02.pl:13
-#, fuzzy, c-format
-msgid "<b>Discovery</b>"
-msgstr "Treiber"
+#: share/advertising/02.pl:13
+#, c-format
+msgid "<b>Open Source</b>"
+msgstr "<b>Open Source</b>"
-#: share/advertising/dis-02.pl:15
+#: share/advertising/02.pl:15
+#, c-format
+msgid "Welcome to the <b>world of open source</b>!"
+msgstr "Willkommen in der <b>Open Source Welt</b>!"
+
+#: share/advertising/02.pl:17
#, c-format
msgid ""
-"Discovery is the easiest and most user-friendly Linux distribution. It "
-"includes a hand-picked selection of premium software for Office, Multimedia "
-"and Internet activities."
+"Mandrakelinux is committed to the open source model. This means that this "
+"new release is the result of <b>collaboration</b> between <b>Mandrakesoft's "
+"team of developers</b> and the <b>worldwide community</b> of Mandrakelinux "
+"contributors."
msgstr ""
-"Discovery ist die einsteigerfreundlichste Linux-Distribution. Sie enthält "
-"eine handverlesene Auswahl erstklassiger Software für Büro-, Multimedia- und "
-"Internet-Anwendungen."
+"Mandrakelinux verpflichtet sich dem Open Source Modell. Das bedeutet, dass "
+"diese neue Ausgabe das Resultat der <b>Zusammenarbeit</b> zwischen "
+"<b>Mandrakesofts Entwicklern</b> und der <b>weltweiten Gemeinschaft</b> von "
+"Mitwirkenden ist."
-#: share/advertising/dis-02.pl:17
+#: share/advertising/02.pl:19
#, c-format
-msgid "The menu is task-oriented, with a single selected application per task."
+msgid ""
+"We would like to <b>thank</b> everyone who participated in the development "
+"of this latest release."
msgstr ""
-"Das Menü ist Aufgaben-orientiert, mit einer einzelnen ausgewählten Anwendung "
-"pro Aufgabe."
+"Wir möchten jedem <b>danken</b>, der an der Entwicklung dieser neuesten "
+"Version teilgenommen hat."
-#: share/advertising/dis-03.pl:13
+#: share/advertising/03.pl:13
#, c-format
-msgid "<b>The KDE Choice</b>"
-msgstr "<b>die KDE Wahl</b>"
+msgid "<b>The GPL</b>"
+msgstr "<b>Die GPL</b>"
-#: share/advertising/dis-03.pl:15
+#: share/advertising/03.pl:15
#, c-format
msgid ""
-"The powerful Open Source graphical desktop environment KDE is the desktop of "
-"choice for the Discovery Pack."
+"Most of the software included in the distribution and all of the "
+"Mandrakelinux tools are licensed under the <b>General Public License</b>."
msgstr ""
-"Die mächtige OpenSource-Desktopumgebung KDE ist der Desktop der Wahl im "
-"Discovery-Paket."
+"Ein Großteil der in der Distribution enthaltenen Programme und alle "
+"Mandrakelinux-Werkzeuge sind unter der <b>General Public License</b> "
+"lizensiert."
-#: share/advertising/dis-04.pl:13
+#: share/advertising/03.pl:17
#, c-format
-msgid "<b>OpenOffice.org</b>: The complete Linux office suite."
-msgstr "<b>OpenOffice.org</b>: Die vollständige Büro-Suite für Linux"
+msgid ""
+"The GPL is at the heart of the open source model; it grants everyone the "
+"<b>freedom</b> to use, study, distribute and improve the software any way "
+"they want, provided they make the results available."
+msgstr ""
+"Die GPL ist das Herzstück des Open Source Modells; es gestattet jedem die "
+"<b>Freiheit</b>, die Programme zu verwenden, zu untersuchen, zu verteilen "
+"und auf jede beliebige Art und Weise zu verbessern, solange die Ergebnisse "
+"verfügbar gemacht werden."
-#: share/advertising/dis-04.pl:15
+#: share/advertising/03.pl:19
#, c-format
msgid ""
-"<b>WRITER</b> is a powerful word processor for creating all types of text "
-"documents. Documents may include images, diagrams and tables."
+"The main benefit of this is that the number of developers is virtually "
+"<b>unlimited</b>, resulting in <b>very high quality</b> software."
msgstr ""
-"<b>WRITER</b> ist ein mächtiger Textprozessor zum Erstellen aller Arten von "
-"Textdokumenten. Diese können Bilder, Diagramme und Tabellen enthalten."
+"Der Hauptvorteil dabei ist, dass die Anzahl der Entwickler nahezu "
+"<b>unbegrenzt</b> ist, was zu <b>sehr hochqualitativen</b> Programmen führt."
+
+#: share/advertising/04.pl:13
+#, c-format
+msgid "<b>Join the Community</b>"
+msgstr "<b>Treten Sie der Gemeinschaft bei</b>"
-#: share/advertising/dis-04.pl:16
+#: share/advertising/04.pl:15
#, c-format
msgid ""
-"<b>CALC</b> is a feature-packed spreadsheet which enables you to compute, "
-"analyze and manage all of your data."
+"Mandrakelinux has one of the <b>biggest communities</b> of users and "
+"developers. The role of such a community is very wide, ranging from bug "
+"reporting to the development of new applications. The community plays a "
+"<b>key role</b> in the Mandrakelinux world."
msgstr ""
-"<b>CALC</b> ist eine funktionsreiche Tabellenkalkulation die es Ihnen "
-"ermöglicht, alle Ihre Daten zu berechnen, zu analysieren und zu verwalten."
+"Mandrakelinux hat eine der <b>größten Gemeinschaften</b> von Nutzern und "
+"Entwicklern. Die Rolle dieser Gemeinschaft ist sehr umfassend und erstreckt "
+"sich von Fehlerberichten bis zur Entwicklung neuer Anwendungen. Die "
+"Gemeinschaft spielt eine <b>Schlüsselrolle</b> in der Mandrakelinux-Welt."
-#: share/advertising/dis-04.pl:17
+#: share/advertising/04.pl:17
#, c-format
msgid ""
-"<b>IMPRESS</b> is the fastest, most powerful way to create effective "
-"multimedia presentations."
+"To <b>learn more</b> about our dynamic community, please visit <b>www."
+"mandrakelinux.com</b> or directly <b>www.mandrakelinux.com/en/cookerdevel."
+"php3</b> if you would like to get <b>involved</b> in the development."
msgstr ""
-"<b>IMPRESS</b> ist ein schneller und mächtiger Weg, wirkungsvolle und "
-"multimediale Präsentationen zu erstellen."
+"Um mehr über unsere dynamische Gemeinschaft zu <b>erfahren</b>, besuchen Sie "
+"bitte <b>www.mandrakelinux.com</b> oder direkt <b>www.mandrakelinux.com/en/"
+"cookerdevel.php3</b>, wenn Sie sich in die Entwicklung <b>einbringen</b> "
+"wollen."
+
+#: share/advertising/05.pl:13
+#, c-format
+msgid "<b>Download Version</b>"
+msgstr "<b>Download-Version</b>"
-#: share/advertising/dis-04.pl:18
+#: share/advertising/05.pl:15
#, c-format
msgid ""
-"<b>DRAW</b> will produce everything from simple diagrams to dynamic 3D "
-"illustrations."
+"You are now installing <b>Mandrakelinux Download</b>. This is the free "
+"version that Mandrakesoft wants to keep <b>available to everyone</b>."
msgstr ""
-"<b>DRAW</b> erzeugt alles von einfachen Diagrammen bis hin zu dynamischen 3D-"
-"Illustrationen."
+"Sie installieren <b>Mandrakelinux Download</b>. Das ist die freie Version, "
+"die Mandrakesoft <b>für jeden zur Verfügung</b> stellt."
-#: share/advertising/dis-05.pl:13 share/advertising/dis-06.pl:13
-#, fuzzy, c-format
-msgid "<b>Surf The Internet</b>"
-msgstr "Internet"
+#: share/advertising/05.pl:17
+#, c-format
+msgid ""
+"The Download version <b>cannot include</b> all the software that is not open "
+"source. Therefore, you won't find in the Download version:"
+msgstr ""
+"Die Download-Version <b>kann nicht</b> die ganze Software enthalten, die "
+"nicht Open Source ist. Deswegen werden Sie in der Download-Version die "
+"folgenden Dinge nicht finden:"
-#: share/advertising/dis-05.pl:15
+#: share/advertising/05.pl:18
#, c-format
-msgid "Discover the new integrated personal information suite KDE Kontact."
-msgstr "Entdecken Sie die neue integrierte PIM-Suite KDE Kontact."
+msgid ""
+"\t* <b>Proprietary drivers</b> (such as drivers for NVIDIA®, ATI™, etc.)."
+msgstr ""
+"\t* <b>Proprietäre Treiber</b> (wie zum Beispiel Treiber für NVIDIA®, ATI™, "
+"etc.)."
-#: share/advertising/dis-05.pl:17
+#: share/advertising/05.pl:19
#, c-format
msgid ""
-"More than just a full-featured email client, <b>Kontact</b> also includes an "
-"address book, a calendar and scheduling program, plus a tool for taking "
-"notes!"
+"\t* <b>Proprietary software</b> (such as Acrobat® Reader®, RealPlayer®, "
+"Flash™, etc.)."
msgstr ""
-"Mehr als nur ein funktionsreicher Email-Client, <b>Kontact</b> beinhaltet "
-"ebenfalls Adressbuch, Kalender und Termin-Funktionen sowie ein Werkzeug um "
-"Notizen zu machen."
+"\t* <b>Proprietäre Software</b> (wie zum Beispiel Acrobat® Reader®, "
+"RealPlayer®, Flash™, usw.)."
-#: share/advertising/dis-06.pl:15
+#: share/advertising/05.pl:21
#, c-format
-msgid "You can also:"
-msgstr "Sie können zusätzlich:"
+msgid ""
+"You won't have access to the <b>services included</b> in the other "
+"Mandrakesoft products either."
+msgstr ""
+"Sie werden auch keinen Zugriff auf die in den anderen Mandrakesoft-Produkten "
+"<b>inbegriffenen Dienstleistungen</b> haben."
-#: share/advertising/dis-06.pl:16
+#: share/advertising/06.pl:13
#, c-format
-msgid "\t- browse the Web"
-msgstr "\t- Das Internet durchstöbern"
+msgid "<b>Discovery, Your First Linux Desktop</b>"
+msgstr "<b>Discovery, Ihr erster Linux-Desktop</b>"
-#: share/advertising/dis-06.pl:17
+#: share/advertising/06.pl:15
#, c-format
-msgid "\t- chat"
-msgstr "\t- Chatten"
+msgid "You are now installing <b>Mandrakelinux Discovery</b>."
+msgstr "Sie installieren <b>Mandrakelinux Discovery</b>."
-#: share/advertising/dis-06.pl:18
+#: share/advertising/06.pl:17
#, c-format
-msgid "\t- organize a video-conference"
-msgstr "\t- eine Videokonferenz organisieren"
+msgid ""
+"Discovery is the <b>easiest</b> and most <b>user-friendly</b> Linux "
+"distribution. It includes a hand-picked selection of <b>premium software</b> "
+"for office, multimedia and Internet activities. Its menu is task-oriented, "
+"with a single application per task."
+msgstr ""
+"Discovery ist die <b>einfachste</b> und <b>benutzerfreundlichste</b> Linux-"
+"Distribution. Sie enthält eine handverlesene Auswahl <b>erstklassiger "
+"Software</b> für Büro-, Multimedia- und Internet-Anwendungen. Ihr Menü ist "
+"aufgabenorientiert, mit einer einzigen Anwendung pro Aufgabe."
-#: share/advertising/dis-06.pl:19
+#: share/advertising/07.pl:13
#, c-format
-msgid "\t- create your own Web site"
-msgstr "\t- Ihre eigene Homepage erstellen"
+msgid "<b>PowerPack, The Ultimate Linux Desktop</b>"
+msgstr "<b>PowerPack, der ultimative Linux-Desktop</b>"
-#: share/advertising/dis-06.pl:20
+#: share/advertising/07.pl:15
#, c-format
-msgid "\t- ..."
-msgstr "\t- ..."
+msgid "You are now installing <b>Mandrakelinux PowerPack</b>."
+msgstr "Sie installieren <b>Mandrakelinux PowerPack</b>."
-#: share/advertising/dis-07.pl:13
+#: share/advertising/07.pl:17
#, c-format
-msgid "<b>Multimedia</b>: Software for every need!"
-msgstr "<b>Multimedia</b>: Software für all Ihre Wünsche!"
+msgid ""
+"PowerPack is Mandrakesoft's <b>premier Linux desktop</b> product. PowerPack "
+"includes <b>thousands of applications</b> - everything from the most popular "
+"to the most advanced."
+msgstr ""
+"PowerPack ist Mandrakesofts <b>erstklassiger Linux-Desktop</b>. PowerPack "
+"beinhaltet <b>tausende Anwendungen</b> -- alles vom Beliebtesten bis zum "
+"Fortschrittlichsten."
-#: share/advertising/dis-07.pl:15
+#: share/advertising/08.pl:13
#, c-format
-msgid "Listen to audio CDs with <b>KsCD</b>."
-msgstr "Audio-CDs anhören mit <b>KsCD</b>"
+msgid "<b>PowerPack+, The Linux Solution for Desktops and Servers</b>"
+msgstr "<b>PowerPack+, die Linuxlösung für Desktops und Server</b>"
-#: share/advertising/dis-07.pl:17
+#: share/advertising/08.pl:15
#, c-format
-msgid "Listen to music files and watch videos with <b>Totem</b>."
-msgstr "Musik-Dateien und Videos genießen mit <b>Totem</b>."
+msgid "You are now installing <b>Mandrakelinux PowerPack+</b>."
+msgstr "Sie installieren <b>Mandrakelinux PowerPack+</b>."
-#: share/advertising/dis-07.pl:19
+#: share/advertising/08.pl:17
#, c-format
-msgid "View and edit images and photos with <b>GQview</b> and <b>The Gimp!</b>"
+msgid ""
+"PowerPack+ is a <b>full-featured Linux solution</b> for small to medium-"
+"sized <b>networks</b>. PowerPack+ includes thousands of <b>desktop "
+"applications</b> and a comprehensive selection of world-class <b>server "
+"applications</b>."
msgstr ""
-"Bilder und Fotos ansehen und bearbeiten mit <b>GQview</b> und <b>The GIMP!</"
-"b>"
+"PowerPack+ ist eine <b>ausgewachsene Linux-Lösung</b> für kleine bis "
+"mittelgroße Netzwerke. PowerPack+ beinhaltet tausende <b>Desktop-"
+"Anwendungen</b> und eine reichhaltige Auswahl an <b>Serveranwendungen</b> "
+"der Spitzenklasse."
-#: share/advertising/dis-08.pl:13 share/advertising/ppp-08.pl:13
-#: share/advertising/pwp-07.pl:13
-#, fuzzy, c-format
-msgid "<b>Mandrake Control Center</b>"
-msgstr "Mandrake Kontrollzentrum"
+#: share/advertising/09.pl:13
+#, c-format
+msgid "<b>Mandrakesoft Products</b>"
+msgstr "<b>Mandrakesoft Produkte</b>"
-#: share/advertising/dis-08.pl:15 share/advertising/ppp-08.pl:15
-#: share/advertising/pwp-07.pl:15
+#: share/advertising/09.pl:15
#, c-format
msgid ""
-"The Mandrake Control Center is an essential collection of Mandrake-specific "
-"utilities for simplifying the configuration of your computer."
+"<b>Mandrakesoft</b> has developed a wide range of <b>Mandrakelinux</b> "
+"products."
msgstr ""
-"Das Mandrakelinux-Kontrollzentrum ist eine wesentliche Sammlung der "
-"Mandrakelinux-spezifischen Werkzeuge um die Einrichtung des Computers zu "
-"vereinfachen."
+"<b>Mandrakesoft</b> hat eine breite Auswahl an <b>Mandrakelinux</b>-"
+"Produkten entwickelt."
+
+#: share/advertising/09.pl:17
+#, c-format
+msgid "The Mandrakelinux 10.1 products are:"
+msgstr "Die Mandrakelinux 10.1 Produkte sind:"
+
+#: share/advertising/09.pl:18
+#, c-format
+msgid "\t* <b>Discovery</b>, Your First Linux Desktop."
+msgstr "\t* <b>Discovery</b>, Ihr erster Linux-Desktop."
+
+#: share/advertising/09.pl:19
+#, c-format
+msgid "\t* <b>PowerPack</b>, The Ultimate Linux Desktop."
+msgstr "\t* <b>PowerPack</b>, der ultimative Linux-Desktop."
+
+#: share/advertising/09.pl:20
+#, c-format
+msgid "\t* <b>PowerPack+</b>, The Linux Solution for Desktops and Servers."
+msgstr "\t* <b>PowerPack+</b>, die Linuxlösung für Desktops und Server."
-#: share/advertising/dis-08.pl:17 share/advertising/ppp-08.pl:17
-#: share/advertising/pwp-07.pl:17
+#: share/advertising/09.pl:21
#, c-format
msgid ""
-"You will immediately appreciate this collection of handy utilities for "
-"easily configuring hardware devices, defining mount points, setting up "
-"Network and Internet, adjusting the security level of your computer, and "
-"just about everything related to the system."
+"\t* <b>Mandrakelinux 10.1 for x86-64</b>, The Mandrakelinux solution for "
+"making the most of your 64-bit processor."
msgstr ""
-"Sie werden sehr schnell die nützlichen Programme schätzen lernen beim "
-"einfachen Einrichten von Hardware-Geräten, Einhängepunkten, bei der "
-"Einrichtung des Netzwerk- und Internetzugangs, beim Justieren des "
-"Sicherheitsniveaus für Ihren Rechner und natürlich auch für alles andere, "
-"was mit Ihrem System zusammen hängt."
+"\t* <b>Mandrakelinux 10.1 für x86-64</b>, die Mandrakelinux-Lösung, um das "
+"Beste aus Ihrem 64-Bit-Prozessor zu machen."
-#: share/advertising/dis-09.pl:13 share/advertising/dwd-06.pl:13
-#: share/advertising/ppp-09.pl:13 share/advertising/pwp-08.pl:13
-#, fuzzy, c-format
-msgid "<b>MandrakeStore</b>"
-msgstr "Mandrake Kontrollzentrum"
+#: share/advertising/10.pl:13
+#, c-format
+msgid "<b>Mandrakesoft Products (Nomad Products)</b>"
+msgstr "<b>Mandrakesoft Produkte (Nomaden-Produkte)</b>"
+
+#: share/advertising/10.pl:15
+#, c-format
+msgid ""
+"Mandrakesoft has developed two products that allow you to use Mandrakelinux "
+"<b>on any computer</b> and without any need to actually install it:"
+msgstr ""
+"Mandrakesoft hat zwei Produkte entwickelt, die es Ihnen erlauben, "
+"Mandrakelinux <b>auf jedem Rechner</b> ohne vorherige Installation zu "
+"verwenden:"
-#: share/advertising/dis-09.pl:15 share/advertising/ppp-09.pl:15
-#: share/advertising/pwp-08.pl:15
+#: share/advertising/10.pl:16
#, c-format
msgid ""
-"Find all MandrakeSoft products and services at <b>MandrakeStore</b> -- our "
-"full service e-commerce platform."
+"\t* <b>Move</b>, a Mandrakelinux distribution that runs entirely from a "
+"bootable CD-Rom."
msgstr ""
-"Sie finden alle MandrakeSoft-Produkte und Dienstleistungen im "
-"<b>MandrakeStore</b> -- unserer voll ausgestatteten E-Commerce-Plattform."
+"\t* <b>Move</b>, eine Mandrakelinux-Distribution, die komplett von einer "
+"startbaren CD-ROM läuft."
-#: share/advertising/dis-09.pl:17 share/advertising/dwd-06.pl:19
-#: share/advertising/ppp-09.pl:17 share/advertising/pwp-08.pl:17
+#: share/advertising/10.pl:17
#, c-format
-msgid "Stop by today at <b>www.mandrakestore.com</b>"
-msgstr "Schauen Sie noch heute rein unter <b>www.mandrakestore.com</b>"
+msgid ""
+"\t* <b>GlobeTrotter</b>, a Mandrakelinux distribution pre-installed on the "
+"ultra-compact “LaCie Mobile Hard Drive”."
+msgstr ""
+"\t* <b>GlobeTrotter</b>, eine Mandrakelinux-Distribution vorinstalliert auf "
+"der ultra-kompakten „LaCie Mobilen Festplatte“."
-#: share/advertising/dis-10.pl:13 share/advertising/ppp-10.pl:13
-#: share/advertising/pwp-09.pl:13
+#: share/advertising/11.pl:13
#, c-format
-msgid "Become a <b>MandrakeClub</b> member!"
-msgstr "Werden Sie ein <b>MandrakeClub</b>-Mitglied!"
+msgid "<b>Mandrakesoft Products (Professional Solutions)</b>"
+msgstr "<b>Mandrakesoft Produkte (Professionelle Lösungen)</b>"
-#: share/advertising/dis-10.pl:15 share/advertising/dwd-07.pl:15
-#: share/advertising/ppp-10.pl:15 share/advertising/pwp-09.pl:15
+#: share/advertising/11.pl:15
#, c-format
msgid ""
-"Take advantage of valuable benefits, products and services by joining "
-"MandrakeClub, such as:"
+"Below are the Mandrakesoft products designed to meet the <b>professional "
+"needs</b>:"
msgstr ""
-"Profitieren Sie von den wertvollen Vorteilen, Produkten und Diensten des "
-"MandrakeClubs, wie etwa:"
+"Unten aufgeführt sind die Mandrakesoft-Produkte für die <b>professionellen "
+"Bedürfnisse</b>:"
+
+#: share/advertising/11.pl:16
+#, c-format
+msgid "\t* <b>Corporate Desktop</b>, The Mandrakelinux Desktop for Businesses."
+msgstr "\t* <b>Corporate Desktop</b>, der Mandrakelinux-Desktop für Geschäfte."
-#: share/advertising/dis-10.pl:16 share/advertising/dwd-07.pl:16
-#: share/advertising/ppp-10.pl:17 share/advertising/pwp-09.pl:16
+#: share/advertising/11.pl:17
#, c-format
-msgid "\t- Full access to commercial applications"
-msgstr "\t- Vollzugriff auf kommerzielle Anwendungen"
+msgid "\t* <b>Corporate Server</b>, The Mandrakelinux Server Solution."
+msgstr "\t* <b>Corporate Server</b>, die Mandrakelinux-Serverlösung."
-#: share/advertising/dis-10.pl:17 share/advertising/dwd-07.pl:17
-#: share/advertising/ppp-10.pl:18 share/advertising/pwp-09.pl:17
+#: share/advertising/11.pl:18
#, c-format
-msgid "\t- Special download mirror list exclusively for MandrakeClub Members"
+msgid "\t* <b>Multi-Network Firewall</b>, The Mandrakelinux Security Solution."
msgstr ""
-"\t- Speziellle Download-Spiegelserver-Liste exklusiv für MandrakeClub-"
-"Mitglieder"
+"\t* <b>Multi-Network Firewall</b>, die Mandrakelinux-Sicherheitslösung."
+
+#: share/advertising/12.pl:13
+#, c-format
+msgid "<b>The KDE Choice</b>"
+msgstr "<b>die KDE Wahl</b>"
-#: share/advertising/dis-10.pl:18 share/advertising/dwd-07.pl:18
-#: share/advertising/ppp-10.pl:19 share/advertising/pwp-09.pl:18
+#: share/advertising/12.pl:15
#, c-format
-msgid "\t- Voting for software to put in Mandrakelinux"
-msgstr "\t- Stimmen Sie für Software, die Sie Ihnen in Mandrakelinux fehlt"
+msgid ""
+"With your Discovery, you will be introduced to <b>KDE</b>, the most advanced "
+"and user-friendly <b>graphical desktop environment</b> available."
+msgstr ""
+"Mit Discovery wird Ihnen <b>KDE</b> vorgestellt, die fortschrittlichste und "
+"benutzerfreundlichste <b>grafische Desktop-Umgebung</b>."
-#: share/advertising/dis-10.pl:19 share/advertising/dwd-07.pl:19
-#: share/advertising/ppp-10.pl:20 share/advertising/pwp-09.pl:19
+#: share/advertising/12.pl:17
#, c-format
-msgid "\t- Special discounts for products and services at MandrakeStore"
+msgid ""
+"KDE will make your <b>first steps</b> with Linux so <b>easy</b> that you "
+"won't ever think of running another operating system!"
msgstr ""
-"\t- Spezielle Rabatte auf Produkte und Dienstleistungen im MandrakeStore"
+"KDE wird Ihre <b>ersten Schritte</b> mit Linux so <b>einfach</b> machen, "
+"dass Sie gar kein anderes Betriebssystem mehr laufen lassen wollen!"
-#: share/advertising/dis-10.pl:20 share/advertising/dwd-07.pl:20
-#: share/advertising/ppp-04.pl:21 share/advertising/ppp-06.pl:19
-#: share/advertising/ppp-10.pl:21 share/advertising/pwp-04.pl:21
-#: share/advertising/pwp-09.pl:20
+#: share/advertising/12.pl:19
#, c-format
-msgid "\t- Plus much more"
-msgstr "\t- Plus viele weitere Vorteile"
+msgid ""
+"KDE also includes a lot of <b>well integrated applications</b> such as "
+"Konqueror, the web browser and Kontact, the personal information manager."
+msgstr ""
+"KDE beinhaltet auch eine Menge <b>gut integrierter Anwendungen</b> wie "
+"beispielsweise Konqueror, den Webbrowser, und Kontact, die persönliche "
+"Informationsverwaltung."
-#: share/advertising/dis-10.pl:22 share/advertising/dwd-07.pl:22
-#: share/advertising/ppp-10.pl:23 share/advertising/pwp-09.pl:22
+#: share/advertising/13-a.pl:13 share/advertising/13-b.pl:13
#, c-format
-msgid "For more information, please visit <b>www.mandrakeclub.com</b>"
-msgstr "Schauen Sie noch heute rein unter <b>www.mandrakeclub.com</b>"
+msgid "<b>Choose your Favorite Desktop Environment</b>"
+msgstr "<b>Wählen Sie Ihre Desktop-Umgebung</b>"
-#: share/advertising/dis-11.pl:13
+#: share/advertising/13-a.pl:15
#, c-format
-msgid "Do you require assistance?"
-msgstr "Benötigen Sie Unterstützung?"
+msgid ""
+"With PowerPack, you will have the choice of the <b>graphical desktop "
+"environment</b>. Mandrakesoft has chosen <b>KDE</b> as the default one."
+msgstr ""
+"Mit PowerPack werden Sie die Auswahl der <b>grafischen Desktop-Umgebung</b> "
+"haben. Mandrakesoft hat <b>KDE</b> als Voreinstellung gewählt."
-#: share/advertising/dis-11.pl:15 share/advertising/dwd-08.pl:16
-#: share/advertising/ppp-11.pl:15 share/advertising/pwp-10.pl:15
+#: share/advertising/13-a.pl:17 share/advertising/13-b.pl:17
#, c-format
-msgid "<b>MandrakeExpert</b> is the primary source for technical support."
+msgid ""
+"KDE is one of the <b>most advanced</b> and <b>user-friendly</b> graphical "
+"desktop environment available. It includes a lot of integrated applications."
msgstr ""
-"<b>MandrakeExpert</b> ist die erste Adresse für technische Unterstützung."
+"KDE ist eine der <b>fortschrittlichsten</b> und <b>benutzerfreundlichsten</"
+"b> grafischen Desktop-Umgebungen. Es enthält eine Menge integrierter "
+"Anwendungen."
-#: share/advertising/dis-11.pl:17 share/advertising/dwd-08.pl:18
-#: share/advertising/ppp-11.pl:17 share/advertising/pwp-10.pl:17
+#: share/advertising/13-a.pl:19 share/advertising/13-b.pl:19
#, c-format
msgid ""
-"If you have Linux questions, subscribe to MandrakeExpert at <b>www."
-"mandrakeexpert.com</b>"
+"But we advise you to try all available ones (including <b>GNOME</b>, "
+"<b>IceWM</b>, etc.) and pick your favorite."
msgstr ""
-"Wenn Sie Fragen zu Linux haben registrieren Sie sich noch heute unter <b>www."
-"mandrakeexpert.com</b>"
+"Wir raten Ihnen jedoch, auch die anderen auszuprobieren (einschließlich "
+"<b>GNOME</b>, <b>IceWM</b>, usw.) und Ihre Favoriten auszuwählen."
-#: share/advertising/dwd-01.pl:17
+#: share/advertising/13-b.pl:15
#, c-format
msgid ""
-"Mandrakelinux is committed to the Open Source Model and fully respects the "
-"General Public License. This new release is the result of collaboration "
-"between MandrakeSoft's team of developers and the worldwide community of "
-"Mandrakelinux contributors."
+"With PowerPack+, you will have the choice of the <b>graphical desktop "
+"environment</b>. Mandrakesoft has chosen <b>KDE</b> as the default one."
msgstr ""
-"Mandrakelinux ist als OpenSource-Modell freigegeben und respektiert die "
-"General-Public-Lizenz. Diese neue Version ist das Ergebnis der Bemühungen "
-"zwischen dem MandrakeSoft-Entwicklerteam und der weltweiten Gemeinschaft von "
-"Mitwirkenden an Mandrakelinux."
+"Mit PowerPack+ werden Sie die Auswahl der <b>grafischen Desktop-Umgebung</b> "
+"haben. Mandrakesoft hat <b>KDE</b> als Voreinstellung gewählt."
+
+#: share/advertising/14.pl:13
+#, c-format
+msgid "<b>OpenOffice.org</b>"
+msgstr "<b>OpenOffice.org</b>"
-#: share/advertising/dwd-02.pl:13
+#: share/advertising/14.pl:15
#, c-format
-msgid "<b>Join the Mandrakelinux community!</b>"
-msgstr "<b>Treten Sie der Mandrake-Linux-Gemeinschaft bei!</b>"
+msgid "With Discovery, you will discover <b>OpenOffice.org</b>."
+msgstr "Mit Discovery werden Sie <b>OpenOffice.org</b> entdecken."
-#: share/advertising/dwd-02.pl:15
+#: share/advertising/14.pl:17
#, c-format
msgid ""
-"If you would like to get involved, please subscribe to the \"Cooker\" "
-"mailing list by visiting <b>mandrake-linux.com/cooker</b>"
+"It is a <b>full-featured office suite</b> that includes word processor, "
+"spreadsheet, presentation and drawing applications."
msgstr ""
-"Falls gerne mit einbezogen werden möchten, tragen Sie sich auf dem „Cooker“-"
-"Mailverteiler ein bei Ihrem nächsten Besuch auf <b>www.mandrake-linux.com/"
-"cooker</b>"
+"Es ist eine <b>ausgewachsene Sammlung von Büroanwendungen</b>, die "
+"Textverarbeitung, Tabellenkalkulation, Präsentations- und Malanwendungen "
+"beinhaltet."
-#: share/advertising/dwd-02.pl:17
+#: share/advertising/14.pl:19
#, c-format
msgid ""
-"To learn more about our dynamic community, please visit <b>www.mandrake-"
-"linux.com</b>!"
+"OpenOffice.org can read and write most types of <b>Microsoft® Office</b> "
+"documents such as Word, Excel and PowerPoint® files."
msgstr ""
-"Um mehr über unsere dynamische Gemeinschaft zu erfahren besuchen Sie bitte "
-"<b>www.mandrake-linux.com</b>"
+"OpenOffice.org kann die meisten Arten von <b>Microsoft® Office</b> "
+"Dokumenten, wie beispielsweise Word- Excel- und PowerPoint®-Dateien, lesen "
+"und schreiben."
-#: share/advertising/dwd-03.pl:13
+#: share/advertising/15.pl:13
#, c-format
-msgid "<b>What is Mandrakelinux?</b>"
-msgstr "<b>Was ist Mandrakelinux?</b>"
+msgid "<b>Kontact</b>"
+msgstr "<b>Kontact</b>"
-#: share/advertising/dwd-03.pl:15
+#: share/advertising/15.pl:15
#, c-format
msgid ""
-"Mandrakelinux is an Open Source distribution created with thousands of the "
-"choicest applications from the Free Software world. Mandrakelinux is one of "
-"the most widely used Linux distributions worldwide!"
+"Discovery includes <b>Kontact</b>, the new KDE <b>groupware solution</b>."
msgstr ""
-"Mandrakelinux ist eine OpenSource-Distribution, die mit tausenden "
-"ausgewählten Anwendungen aus der Freien Software-Welt zusammen gestellt "
-"wurde. Mandrakelinux ist eine der meistgenutzten Linux-Distributionen "
-"weltweit."
+"Discovery beinhaltet <b>Kontact</b>, die neue KDE <b>Groupware-Lösung</b>."
-#: share/advertising/dwd-03.pl:17
+#: share/advertising/15.pl:17
#, c-format
msgid ""
-"Mandrakelinux includes the famous graphical desktops KDE and GNOME, plus the "
-"latest versions of the most popular Open Source applications."
+"More than just a full-featured <b>e-mail client</b>, Kontact also includes "
+"an <b>address book</b>, a <b>calendar</b>, plus a tool for taking <b>notes</"
+"b>!"
msgstr ""
-"Mankdrakelinux beinhaltet die berühmten grafischen Arbeitsumgebungen KDE und "
-"GNOME, sowie viele der neuesten Versionen beliebter OpenSource-Anwendungen."
+"Mehr als nur ein ausgewachsenes <b>E-Mail-Programm</b>, beinhaltet Kontact "
+"auch ein <b>Adressbuch</b>, einen <b>Kalender</b> und ein Werkzeug zum "
+"<b>Notizen</b> aufzeichnen!"
-#: share/advertising/dwd-04.pl:13
+#: share/advertising/15.pl:19
#, c-format
msgid ""
-"Mandrakelinux is widely known as the most user-friendly and the easiest to "
-"install and easy to use Linux distribution."
+"It is the easiest way to communicate with your contacts and to organize your "
+"time."
msgstr ""
-"Mandrakelinux ist eine weit bekannt als benutzerfreundliche und einfach zu "
-"installierende Linux-Distribution."
+"Das ist der einfachste Weg, um mit Ihren Partnern zu kommunizieren und Ihre "
+"Zeit zu organisieren."
-#: share/advertising/dwd-04.pl:15
+#: share/advertising/16.pl:13
#, c-format
-msgid "Find out about our <b>Personal Solutions</b>:"
-msgstr "Erfahren Sie mehr über unsere <b>Persönliche Lösungen</b>:"
+msgid "<b>Surf the Internet</b>"
+msgstr "<b>Im Internet surfen</b>"
-#: share/advertising/dwd-04.pl:16
+#: share/advertising/16.pl:15
#, c-format
-msgid "\t- Find out Mandrakelinux on a bootable CD with <b>MandrakeMove</b>"
+msgid "Discovery will give you access to <b>every Internet resource</b>:"
msgstr ""
-"\t- Erleben Sie Mandrakelinux auf einer startfähigen CD mit <b>MandrakeMove</"
-"b>"
+"Discovery wird Ihnen Zugriff zu <b>allen Internet-Ressourcen</b> geben:"
+
+#: share/advertising/16.pl:16
+#, c-format
+msgid "\t* Browse the <b>Web</b> with Konqueror."
+msgstr "\t* Browsen Sie im <b>Netz</b> mit Konqueror."
+
+#: share/advertising/16.pl:17
+#, c-format
+msgid "\t* <b>Chat</b> online with your friends using Kopete."
+msgstr "\t* <b>Chatten</b> Sie online mit Ihren Freunden mit Kopete."
+
+#: share/advertising/16.pl:18
+#, c-format
+msgid "\t* <b>Transfer</b> files with KBear."
+msgstr "\t* <b>Übertragen</b> Sie Dateien mit KBear."
+
+#: share/advertising/16.pl:19 share/advertising/17.pl:19
+#: share/advertising/18.pl:22
+#, c-format
+msgid "\t* ..."
+msgstr "\t* ..."
+
+#: share/advertising/17.pl:13
+#, c-format
+msgid "<b>Enjoy our Multimedia Features</b>"
+msgstr "<b>Genießen Sie unsere Multimedia-Fähigkeiten</b>"
+
+#: share/advertising/17.pl:15
+#, c-format
+msgid "Discovery will also make <b>multimedia</b> very easy for you:"
+msgstr "Discovery wird auch <b>Multimedia</b> für Sie sehr leicht machen:"
-#: share/advertising/dwd-04.pl:17
+#: share/advertising/17.pl:16
+#, c-format
+msgid "\t* Watch your favorite <b>videos</b> with Kaffeine."
+msgstr "\t* Schauen Sie Ihre Lieblings<b>videos</b> mit Kaffeine."
+
+#: share/advertising/17.pl:17
+#, c-format
+msgid "\t* Listen to your <b>music files</b> with amaroK."
+msgstr "\t* Hören Sie Ihre <b>Musikdateien</b> mit amaroK."
+
+#: share/advertising/17.pl:18
+#, c-format
+msgid "\t* Edit and create <b>images</b> with the GIMP."
+msgstr "\t* Bearbeiten und erstellen Sie <b>Bilder</b> mit GIMP."
+
+#: share/advertising/18.pl:13
+#, c-format
+msgid "<b>Enjoy the Wide Range of Applications</b>"
+msgstr "<b>Genießen Sie die breite Auswahl an Anwendungen</b>"
+
+#: share/advertising/18.pl:15
#, c-format
msgid ""
-"\t- If you use Linux mostly for Office, Internet and Multimedia tasks, "
-"<b>Discovery</b> perfectly meets your needs"
+"In the Mandrakelinux menu you will find <b>easy-to-use</b> applications for "
+"<b>all of your tasks</b>:"
msgstr ""
-"\t- Wenn Sie Linux häufig für Büro-, Internet- und Multimedia-Aufgaben "
-"benötigen, dann ist <b>Discovery</b> genau richtig für Sie"
+"Im Mandrakelinux-Menü finden Sie <b>einfach zu bedienende<b/> Anwendungen "
+"für <b>alle Ihre Aufgaben</b>:"
-#: share/advertising/dwd-04.pl:18
+#: share/advertising/18.pl:16
#, c-format
-msgid ""
-"\t- If you appreciate the largest selection of software including powerful "
-"development tools, <b>PowerPack</b> is for you"
+msgid "\t* Create, edit and share office documents with <b>OpenOffice.org</b>."
msgstr ""
-"\t- Bevorzugen Sie die größtmögliche Auswahl an Software inklusive mächtiger "
-"Entwicklungswerkzeuge, dann wird <b>PowerPack</b> Sie begeistern"
+"\t* Erzeugen, bearbeiten und teilen Sie Büro-Dokumente mit <b>OpenOffice."
+"org</b>"
-#: share/advertising/dwd-04.pl:19
+#: share/advertising/18.pl:17
#, c-format
msgid ""
-"\t- If you require a full-featured Linux solution customized for small to "
-"medium-sized networks, choose <b>PowerPack+</b>"
+"\t* Manage your personal data with the integrated personal information "
+"suites <b>Kontact</b> and <b>Evolution</b>."
msgstr ""
-"\t- Benötigen Sie eine voll augestattete, maßgeschneiderte Linux-Lösung für "
-"kleine bis mittlere Netzwerke, dann wählen Sie <b>PowerPack+</b>"
+"\t* Verwalten Sie Ihre persönlichen Daten mit den integrierten persönlichen "
+"Informationsverwaltungen <b>Kontact</b> und <b>Evolution</b>."
-#: share/advertising/dwd-05.pl:13
+#: share/advertising/18.pl:18
#, c-format
-msgid "Find out also our <b>Business Solutions</b>!"
-msgstr "Erleben Sie ebenfalls unsere <b>Business-Lösungen</b>!"
+msgid "\t* Browse the web with <b>Mozilla</b> and <b>Konqueror</b>."
+msgstr ""
+"\t* Durchstöbern Sie das Internet mit <b>Mozilla</b> und <b>Konqueror</b>"
-#: share/advertising/dwd-05.pl:15
+#: share/advertising/18.pl:19
#, c-format
-msgid ""
-"<b>Corporate Server</b>: the ideal solution for entreprises. It is a "
-"complete \"all-in-one\" solution that includes everything needed to rapidly "
-"deploy world-class Linux server applications."
-msgstr ""
-"<b>Corporate Server<b/>: Die ideale Lösung für Großunternehmen. Eine "
-"vollständige „alles in einem“-Lösung die alles beinhaltet um schnell "
-"weltweite Linux-Server-Applikationen zu verteilen."
+msgid "\t* Participate in online chat with <b>Kopete</b>."
+msgstr "\t* Nehmen Sie an Chats teil mit <b>Kopete</b> und <b>Xchat</b>"
-#: share/advertising/dwd-05.pl:17
+#: share/advertising/18.pl:20
#, c-format
msgid ""
-"<b>Multi Network Firewall</b>: based on Linux 2.4 \"kernel secure\" to "
-"provide multi-VPN as well as multi-DMZ functionalities. It is the perfect "
-"high performance security solution."
+"\t* Listen to your <b>audio CDs</b> and <b>music files</b>, watch your "
+"<b>videos</b>."
msgstr ""
-"<b>Multi Network Firewall</b>: Basiert auf einem gehärteten Kernel der "
-"Version 2.4 um sowohl Multi-VPNs als auch Multi-DMZs zur Verfügung zu "
-"stellen. Dies ist die perfekte Hochleistungssicherheitslösung."
+"\t* Hören Sie Ihre <b>Audio-CDs</b> und <b>Musikdateien</b> und schauen Sie "
+"Ihre <b>Videos</b> an."
+
+#: share/advertising/18.pl:21
+#, c-format
+msgid "\t* Edit and create images with the <b>GIMP</b>."
+msgstr "\t* Bearbeiten Sie Bilder und Fotos mit <b>The Gimp!</b>"
+
+#: share/advertising/19.pl:13
+#, c-format
+msgid "<b>Development Environments</b>"
+msgstr "<b>Entwicklungsumgebungen</b>"
-#: share/advertising/dwd-05.pl:19
+#: share/advertising/19.pl:15 share/advertising/22.pl:15
#, c-format
msgid ""
-"<b>MandrakeClustering</b>: the power and speed of a Linux cluster combined "
-"with the stability and easy-of-use of the world-famous Mandrakelinux "
-"distribution. A unique blend for incomparable HPC performance."
+"PowerPack gives you the best tools to <b>develop</b> your own applications."
msgstr ""
-"<b>MandrakeClustering</b>: Die Leistung und Geschwindigkeit eines Linux-"
-"Clusters gepaart mit der Stabilität und dem Bedienkomfort einer "
-"weltbekannten Mandrakelinux-Distribution. Eine einmalige Kombination für "
-"unvergleichliche HPC-Performance."
+"PowerPack gibt Ihnen die besten Werkzeuge zum <b>Entwickeln</b> Ihrer "
+"eigenen Anwendungen."
-#: share/advertising/dwd-06.pl:15
+#: share/advertising/19.pl:17
#, c-format
msgid ""
-"Find all MandrakeSoft products at <b>MandrakeStore</b> -- our full service e-"
-"commerce platform."
+"You will enjoy the powerful, integrated development environment from KDE, "
+"<b>KDevelop</b>, which will let you program in a lot of languages."
msgstr ""
-"Sie finden alle MandrakeSoft-Produkte im <b>MandrakeStore</b> -- unserer "
-"voll ausgestatteten E-Commerce-Plattform."
+"Sie werden sich an der leistungsfähige, integrierte Entwicklungsumgebung von "
+"KDE, <b>KDevelop</b>, erfreuen, die Sie in einer Vielzahl von Sprachen "
+"programmieren lässt."
-#: share/advertising/dwd-06.pl:17
+#: share/advertising/19.pl:19
#, c-format
msgid ""
-"Find out also support incidents if you have any problems, from standard to "
-"professional support, from 1 to 50 incidents, take the one which meets "
-"perfectly your needs!"
+"PowerPack also ships with <b>GCC</b>, the leading Linux compiler and <b>GDB</"
+"b>, the associated debugger."
msgstr ""
-"Erfahren Sie Support-Geschehnisse falls Sie irgendwelche Probleme haben, von "
-"einfacher bis zur professionellen Unterstützung, von 1-50 Vorfällen, nehmen "
-"Sie das, was Ihren Bedürfnissen am besten entspricht."
+"PowerPack bringt auch <b>GCC</b> mit, den führenden Linux-Compiler und "
+"<b>GDB</b>, den dazugehörigen Debugger."
-#: share/advertising/dwd-07.pl:13
+#: share/advertising/20.pl:13
#, c-format
-msgid "<b>Become a MandrakeClub member!</b>"
-msgstr "<b>Werden Sie MandrakeClub-Mitglied!</b>"
+msgid "<b>Development Editors</b>"
+msgstr "<b>Entwicklungseditoren</b>"
-#: share/advertising/dwd-08.pl:14 share/advertising/ppp-11.pl:13
-#: share/advertising/pwp-10.pl:13
+#: share/advertising/20.pl:15
#, c-format
-msgid "<b>Do you require assistance?</b>"
-msgstr "<b>Benötigen Sie Hilfe?</b>"
+msgid "PowerPack will let you choose between those <b>popular editors</b>:"
+msgstr ""
+"PowerPack lässt Sie zwischen folgenden <b>beliebten Editoren</b> wählen:"
-#: share/advertising/dwd-09.pl:16
+#: share/advertising/20.pl:16
#, c-format
-msgid "<b>Note</b>"
-msgstr "<b>Anmerkung</b>"
+msgid "\t* <b>Emacs</b>: a customizable and real time display editor."
+msgstr "\t* <b>Emacs</b>: ein anpassbarer Echtzeit-Editor"
-#: share/advertising/dwd-09.pl:18
+#: share/advertising/20.pl:17
#, c-format
-msgid "This is the Mandrakelinux <b>Download version</b>."
-msgstr "Dies ist die Mandrakelinux-<b>Download-Version</b>"
+msgid ""
+"\t* <b>XEmacs</b>: another open source text editor and application "
+"development system."
+msgstr ""
+"\t* <b>XEmacs</b>: Ein weiterer OpenSource-Texteditor und "
+"Anwendungsentwicklungssystem"
-#: share/advertising/dwd-09.pl:20
+#: share/advertising/20.pl:18
#, c-format
msgid ""
-"The free download version does not include commercial software, and "
-"therefore may not work with certain modems (such as some ADSL and RTC) and "
-"video cards (such as ATI® and NVIDIA®)."
+"\t* <b>Vim</b>: an advanced text editor with more features than standard Vi."
msgstr ""
-"Die kostenlose Download-Version beinhaltet keinerlei kommerzielle Software "
-"und funktioniert aus diesem Grund gegenenfalls nicht korrekt mit bestimmten "
-"Modems (wie etwa einige DSL- und RTC-Modems) und Grafikkarten (wie etwa von "
-"ATI® und NVIDIA®)."
+"\t* <b>Vim</b>: Ein verbesserter Texteditor mit erweiterten Funktionen "
+"gegenüber dem normalen Vi"
+
+#: share/advertising/21.pl:13
+#, c-format
+msgid "<b>Development Languages</b>"
+msgstr "<b>Programmiersprachen</b>"
-#: share/advertising/ppp-01.pl:17
+#: share/advertising/21.pl:15
#, c-format
msgid ""
-"Your new Mandrakelinux distribution and its many applications are the result "
-"of collaborative efforts between MandrakeSoft developers and Mandrakelinux "
-"contributors throughout the world."
+"With all these <b>powerful tools</b>, you will be able to write applications "
+"in <b>dozens of programming languages</b>:"
msgstr ""
-"Ihre neue Mandrakelinux-Distribution und die vielen Anwendungen sind das "
-"Ergebnis gemeinsamer Bemühungen zwischen den MandrakeSoft-Entwicklerung und "
-"den Mitgliedern der Mandrakelinux-Gemeinschaft auf der ganzen Welt."
+"Mit all diesen <b>leistungsfähigen Werkzeugen</b> werden Sie in der Lage "
+"sein, Anwendungen in <b>Dutzenden von Programmiersprachen</b> zu schreiben:"
+
+#: share/advertising/21.pl:16
+#, c-format
+msgid "\t* The famous <b>C language</b>."
+msgstr "\t* Die berühmte Programmiersprache <b>C</b>."
+
+#: share/advertising/21.pl:17
+#, c-format
+msgid "\t* Object oriented languages:"
+msgstr "\t* Objektorientierte Sprachen:"
+
+#: share/advertising/21.pl:18
+#, c-format
+msgid "\t\t* <b>C++</b>"
+msgstr "\t\t* <b>C++</b>"
+
+#: share/advertising/21.pl:19
+#, c-format
+msgid "\t\t* <b>Java™</b>"
+msgstr "\t\t* <b>Java™</b>"
-#: share/advertising/ppp-02.pl:13
+#: share/advertising/21.pl:20
#, c-format
-msgid "<b>PowerPack+</b>"
-msgstr "<b>PowerPack+</b>"
+msgid "\t* Scripting languages:"
+msgstr "\t* Skriptsprachen:"
-#: share/advertising/ppp-02.pl:15
+#: share/advertising/21.pl:21
+#, c-format
+msgid "\t\t* <b>Perl</b>"
+msgstr "\t\t* <b>Perl</b>"
+
+#: share/advertising/21.pl:22
+#, c-format
+msgid "\t\t* <b>Python</b>"
+msgstr "\t\t* <b>Python</b>"
+
+#: share/advertising/21.pl:23 share/advertising/28.pl:22
+#, c-format
+msgid "\t* And many more."
+msgstr "\t* Und vieles mehr."
+
+#: share/advertising/22.pl:13
+#, c-format
+msgid "<b>Development Tools</b>"
+msgstr "<b>Entwicklungswerkzeuge</b>"
+
+#: share/advertising/22.pl:17
#, c-format
msgid ""
-"PowerPack+ is a full-featured Linux solution for small to medium-sized "
-"networks. PowerPack+ increases the value of the standard PowerPack by adding "
-"a comprehensive selection of world-class server applications."
+"With the powerful integrated development environment <b>KDevelop</b> and the "
+"leading Linux compiler <b>GCC</b>, you will be able to create applications "
+"in <b>many different languages</b> (C, C++, Java™, Perl, Python, etc.)."
msgstr ""
-"PowerPack+ ist eine funktionstüchtige Linux-Lösung für kleine bis "
-"mittelgroße Netzwerke. PowerPack+ steigert den Wert des normalen PowerPack "
-"durch das Hinzufügen einer Vielzahl weltklassiger Serveranwendungen."
+"Mit der leistungsfähigen integrierten Entwicklungsumgebung <b>KDevelop</b> "
+"und dem führenden Linux-Compiler <b>GCC</b> werden Sie in der Lage sein, "
+"Anwendungen in <b>vielen verschiedenen Sprachen</b> (C, C++, Java™, Perl, "
+"Python, usw.) zu schreiben."
-#: share/advertising/ppp-02.pl:17
+#: share/advertising/23.pl:13
+#, c-format
+msgid "<b>Groupware Server</b>"
+msgstr "<b>Groupware Server</b>"
+
+#: share/advertising/23.pl:15
#, c-format
msgid ""
-"It is the only Mandrakelinux product that includes the groupware solution."
+"PowerPack+ will give you access to <b>Kolab</b>, a full-featured "
+"<b>groupware server</b> which will, thanks to the client <b>Kontact</b>, "
+"allow you to:"
msgstr ""
-"Dies ist das einzige Mandrakelinux-Produkt, das eine Groupware-Lösung "
-"beinhaltet."
+"PowerPack+ gibt Ihnen Zugriff auf <b>Kolab</b>, einem ausgewachsenen "
+"<b>Groupware-Server</b>, der mit Hilfe seines Clients <b>Kontact</b> Ihnen "
+"erlaubt:"
-#: share/advertising/ppp-03.pl:13 share/advertising/pwp-03.pl:13
-#, fuzzy, c-format
-msgid "<b>Choose your graphical Desktop environment!</b>"
-msgstr "Wählen Sie Ihren Dateisystem-Schlüssel (Passwort)"
+#: share/advertising/23.pl:16
+#, c-format
+msgid "\t* Send and receive your <b>e-mails</b>."
+msgstr "\t* <b>E-Mails</b> zu versenden und zu empfangen."
+
+#: share/advertising/23.pl:17
+#, c-format
+msgid "\t* Share your <b>agendas</b> and your <b>address books</b>."
+msgstr "\t* Ihre <b>Agendas</b> und Ihr <b>Adressbuch</b> zu teilen."
-#: share/advertising/ppp-03.pl:15 share/advertising/pwp-03.pl:15
+#: share/advertising/23.pl:18
+#, c-format
+msgid "\t* Manage your <b>memos</b> and <b>task lists</b>."
+msgstr "\t* Ihre <b>Notizen</b> und <b>Aufgabenlisten</b> zu verwalten."
+
+#: share/advertising/24.pl:13
+#, c-format
+msgid "<b>Servers</b>"
+msgstr "<b>Server</b>"
+
+#: share/advertising/24.pl:15
#, c-format
msgid ""
-"When you log into your Mandrakelinux system for the first time, you can "
-"choose between several popular graphical desktops environments, including: "
-"KDE, GNOME, WindowMaker, IceWM, and others."
+"Empower your business network with <b>premier server solutions</b> including:"
msgstr ""
-"Wenn Sie sich zum ersten Mal an Ihrem Mandrakelinux-System einloggen können "
-"Sie auswählen zwischen verschiedenen beliebter grafischer Desktopumgebungen "
-"wie etwa: KDE, GNOME; WindowMaker, IceWM, und andere."
+"Steigern Sie die Leistungsfähigkeit Ihrers Business-Netzwerks mit "
+"<b>erstklassigen Serverlösungen</b> mit:"
-#: share/advertising/ppp-04.pl:13
+#: share/advertising/24.pl:16
#, c-format
msgid ""
-"In the Mandrakelinux menu you will find easy-to-use applications for all "
-"tasks:"
+"\t* <b>Samba</b>: File and print services for Microsoft® Windows® clients."
msgstr ""
-"Im Mandrakelinux-Menü finden Sie einfach zu bedienende Anwendungen frü alle "
-"Aufgaben:"
+"\t* <b>Samba</b>: Datei- und Druckdienste für Microsoft Windows Clients"
-#: share/advertising/ppp-04.pl:15 share/advertising/pwp-04.pl:15
+#: share/advertising/24.pl:17
#, c-format
-msgid "\t- Create, edit and share office documents with <b>OpenOffice.org</b>"
-msgstr ""
-"\t- Erzeugen, bearbeiten und teilen Sie Büro-Dokumente mit <b>OpenOffice."
-"org</b>"
+msgid "\t* <b>Apache</b>: The most widely used web server."
+msgstr "\t* <b>Apache</b>: Der meistgenutzte Web-Server weltweit"
-#: share/advertising/ppp-04.pl:16
+#: share/advertising/24.pl:18
#, c-format
msgid ""
-"\t- Take charge of your personal data with the integrated personal "
-"information suites: <b>Kontact</b> and <b>Evolution</b>"
+"\t* <b>MySQL</b> and <b>PostgreSQL</b>: The world's most popular open source "
+"databases."
msgstr ""
-"\t- Pflegen Sie Ihre persönlichen Daten mit den integrierten PIM-Suiten: "
-"<b>Kontact</b> und <b>Evolution</b>"
+"\t* <b>MySQL</b> und <b>PostgreSQL</b>: die beliebtesten Open Source "
+"Datenbanken der Welt."
-#: share/advertising/ppp-04.pl:17
+#: share/advertising/24.pl:19
#, c-format
-msgid "\t- Browse the Web with <b>Mozilla and Konqueror</b>"
+msgid ""
+"\t* <b>CVS</b>: Concurrent Versions System, the dominant open source network-"
+"transparent version control system."
msgstr ""
-"\t- Durchstöbern Sie das Internet mit <b>Mozilla</b> und <b>Konqueror</b>"
+"\t* <b>CVS</b>: Concurrent Versions System, die dominierende OpenSource-"
+"Lösung für transparente Versionskontrolle in einem Netzwerk"
-#: share/advertising/ppp-04.pl:18 share/advertising/pwp-04.pl:18
+#: share/advertising/24.pl:20
#, c-format
-msgid "\t- Participate in online chat with <b>Kopete</b>"
-msgstr "\t- Nehmen Sie an Chats teil mit <b>Kopete</b> und <b>Xchat</b>"
+msgid ""
+"\t* <b>ProFTPD</b>: The highly configurable GPL-licensed FTP server software."
+msgstr ""
+"\t* <b>ProFTP</b>: der stark konfigurierbare GPL-lizenzierte FTP-Server"
-#: share/advertising/ppp-04.pl:19
+#: share/advertising/24.pl:21
#, c-format
msgid ""
-"\t- Listen to audio CDs and music files with <b>KsCD</b> and <b>Totem</b>"
+"\t* <b>Postfix</b> and <b>Sendmail</b>: The popular and powerful mail "
+"servers."
msgstr ""
-"\t- Hören Sie sich CDs und Audiodateien an mit <b>KsCD</b> und <b>Totem</b>"
+"\t* <b>Postfix</b> und <b>Sendmail</b>: die beliebten und leistungsfähigen "
+"Mailserver."
-#: share/advertising/ppp-04.pl:20 share/advertising/pwp-04.pl:20
+#: share/advertising/25.pl:13
#, c-format
-msgid "\t- Edit images and photos with <b>The Gimp</b>"
-msgstr "\t- Bearbeiten Sie Bilder und Fotos mit <b>The Gimp!</b>"
+msgid "<b>Mandrakelinux Control Center</b>"
+msgstr "<b>Mandrakelinux Kontrollzentrum</b>"
-#: share/advertising/ppp-05.pl:13
+#: share/advertising/25.pl:15
#, c-format
msgid ""
-"PowerPack+ includes everything needed for developing and creating your own "
-"software, including:"
+"The <b>Mandrakelinux Control Center</b> is an essential collection of "
+"Mandrakelinux-specific utilities designed to simplify the configuration of "
+"your computer."
msgstr ""
-"PowerPack+ beinhaltet alles was Sie benötigen zum Entwicklen Ihrer eigenen "
-"Software, inklusive:"
+"Das <b>Mandrakelinux-Kontrollzentrum</b> ist eine wesentliche Sammlung der "
+"Mandrakelinux-spezifischen Werkzeuge um die Einrichtung des Computers zu "
+"vereinfachen."
-#: share/advertising/ppp-05.pl:15 share/advertising/pwp-05.pl:16
+#: share/advertising/25.pl:17
#, c-format
msgid ""
-"\t- <b>Kdevelop</b>: a full featured, easy to use Integrated Development "
-"Environment for C++ programming"
+"You will immediately appreciate this collection of <b>more than 60</b> handy "
+"utilities for <b>easily configuring your system</b>: hardware devices, mount "
+"points, network and Internet, security level of your computer, etc."
msgstr ""
-"\t- <b>Kdevelop</b>: eine voll ausgestattete, einfach zu bedienende "
-"Entwicklungsumgebung für C++"
+"Sie werden sehr schnell diese Sammlung von <b>mehr als 60</b> nützlichen "
+"Programmen zum <b>einfachen Einrichten Ihres Systems</b> schätzen lernen:"
+"Hardware-Geräte, Einhängepunkte, Netzwerk- und Internet, Sicherheitsebene "
+"Ihres Rechners usw."
-#: share/advertising/ppp-05.pl:16 share/advertising/pwp-05.pl:17
+#: share/advertising/26.pl:13
#, c-format
-msgid "\t- <b>GCC</b>: the GNU Compiler Collection"
-msgstr "\t- <b>GCC</b>: Die GNU-Compiler-Kolletion"
+msgid "<b>The Open Source Model</b>"
+msgstr "<b>Das Open Source Modell</b>"
-#: share/advertising/ppp-05.pl:17 share/advertising/pwp-05.pl:18
+#: share/advertising/26.pl:15
#, c-format
-msgid "\t- <b>GDB</b>: the GNU Project debugger"
-msgstr "\t- <b>GDB</b>: Der GNU Projekt-Debugger"
+msgid ""
+"Like all computer programming, open source software <b>requires time and "
+"people</b> for development. In order to respect the open source philosophy, "
+"Mandrakesoft sells added value products and services to <b>keep improving "
+"Mandrakelinux</b>. If you want to <b>support the open source philosophy</b> "
+"and the development of Mandrakelinux, <b>please</b> consider buying one of "
+"our products or services!"
+msgstr ""
+"Wie jede andere Software, benötigt auch Open Source Software <b>Zeit und "
+"Leute</b> für ihre Entwicklung. Um die Open Source Philosophie anzuerkennen, "
+"verkauft Mandrakesoft Mehrwertprodukte und Dienstleistungen, um "
+"<b>Mandrakelinux zu verbessern</b>. Wenn Sie die Open Source Philosophy und "
+"die Entwicklung von Mandrakelinux <b>unterstützen</b> wollen, ziehen Sie "
+"<b>bitte</b> den Kauf eines unserer Produkte oder Dienstleistungen in "
+"Betracht!"
-#: share/advertising/ppp-05.pl:18 share/advertising/pwp-06.pl:16
+#: share/advertising/27.pl:13
#, c-format
-msgid "\t- <b>Emacs</b>: a customizable and real time display editor"
-msgstr "\t- <b>Emacs</b>: ein anpassbarer Echtzeit-Editor"
+msgid "<b>Online Store</b>"
+msgstr "<b>Online Warenhaus</b>"
-#: share/advertising/ppp-05.pl:19
+#: share/advertising/27.pl:15
#, c-format
msgid ""
-"\t- <b>Xemacs</b>: open source text editor and application development system"
+"To learn more about Mandrakesoft products and services, you can visit our "
+"<b>e-commerce platform</b>."
msgstr ""
-"\t- <b>Xemacs</b>: Quelloffener Texteditor und Anwendungsentwicklungssystem"
+"Um mehr über Mandrakesoft-Produkte und -dienstleistungen zu erfahren, können "
+"Sie unsere <b>e-commerce Plaftform</b> besuchen."
-#: share/advertising/ppp-05.pl:20
+#: share/advertising/27.pl:17
#, c-format
-msgid ""
-"\t- <b>Vim</b>: advanced text editor with more features than standard Vi"
+msgid "There you can find all our products, services and third-party products."
msgstr ""
-"\t- <b>Vim</b>: Fortgeschrittener Texteditor mit mehr Funktionen gegenüber "
-"dem einfachen Vi"
+"Dort finden Sie all unsere Produkte, Dienstleistungen und Fremdprodukte."
-#: share/advertising/ppp-06.pl:13
+#: share/advertising/27.pl:19
#, c-format
-msgid "<b>Discover the full-featured groupware solution!</b>"
-msgstr "<b>Entdecken Sie die voll-ausgestattete Groupware-Lösung!</b>"
+msgid ""
+"This platform has just been <b>redesigned</b> to improve its efficiency and "
+"usability."
+msgstr ""
+"Diese Plattform wurde gerade <b>neugestaltet</b>, um seine Wirksamkeit und "
+"Benutzbarkeit zu verbessern."
-#: share/advertising/ppp-06.pl:15
+#: share/advertising/27.pl:21
#, c-format
-msgid "It includes both server and client features for:"
-msgstr "Es enthält sowohl Server- als auch Client-Funktionen für:"
+msgid "Stop by today at <b>store.mandrakesoft.com</b>!"
+msgstr "Schauen Sie noch heute unter <b>store.mandrakesoft.com</b> rein!"
-#: share/advertising/ppp-06.pl:16
+#: share/advertising/28.pl:13
#, c-format
-msgid "\t- Sending and receiving emails"
-msgstr "\t- das Senden und Empfangen von Emails"
+msgid "<b>Mandrakeclub</b>"
+msgstr "<b>Mandrakeclub</b>"
-#: share/advertising/ppp-06.pl:17
+#: share/advertising/28.pl:15
#, c-format
msgid ""
-"\t- Calendar, Task List, Memos, Contacts, Meeting Request (sending and "
-"receiving), Task Requests (sending and receiving)"
+"<b>Mandrakeclub</b> is the <b>perfect companion</b> to your Mandrakelinux "
+"product.."
msgstr ""
-"\t- Kalender, Arbeitsliste, Memos, Kontakte, Besprechungsanfragen (senden "
-"und empfangen)"
+"<b>Mandrakeclub</b> ist der <b>perfekte Begleiter</b> für Ihr Mandrakelinux-"
+"Produkt.."
-#: share/advertising/ppp-06.pl:18
+#: share/advertising/28.pl:17
#, c-format
-msgid "\t- Address Book (server and client)"
-msgstr "\t- Adressbuch (Server und Client)"
+msgid ""
+"Take advantage of <b>valuable benefits</b> by joining Mandrakeclub, such as:"
+msgstr ""
+"Profitieren Sie durch einen Beitritt in den Mandrakeclub von <b>wertvollen "
+"Vorteilen</b>, wie beispielsweise:"
-#: share/advertising/ppp-07.pl:13
+#: share/advertising/28.pl:18
#, c-format
msgid ""
-"Empower your business network with <b>premier server solutions</b> including:"
+"\t* <b>Special discounts</b> on products and services of our online store "
+"<b>store.mandrakesoft.com</b>."
msgstr ""
-"Steigern Sie die Leistungsfähigkeit Ihrers Business-Netzwerks mit "
-"<b>erstklassigen Serverlösungen</b> mit:"
+"\t* <b>Spezialrabatte</b> auf Produkte und Dienstleistungen unseres Online-"
+"Warenhauses <b>store.mandrakesoft.com</b>."
-#: share/advertising/ppp-07.pl:15
+#: share/advertising/28.pl:19
#, c-format
-msgid "\t- <b>Samba</b>: File and print services for MS-Windows clients"
+msgid ""
+"\t* Access to <b>commercial applications</b> (for example to NVIDIA® or ATI™ "
+"drivers)."
msgstr ""
-"\t- <b>Samba</b>: Datei- und Druckdienste für Microsoft Windows Clients"
+"\t* Zugriff zu <b>kommerziellen Anwendungen</b> (zum Beispiel auf NVIDIA® "
+"oder ATI™ Treiber)."
+
+#: share/advertising/28.pl:20
+#, c-format
+msgid "\t* Participation in Mandrakelinux <b>user forums</b>."
+msgstr "\t* Teilnahme an Mandrakelinux <b>Nutzerforen</b>."
-#: share/advertising/ppp-07.pl:16
+#: share/advertising/28.pl:21
#, c-format
-msgid "\t- <b>Apache</b>: The most widely used Web server"
-msgstr "\t- <b>Apache</b>: Der meistgenutzte Web-Server weltweit"
+msgid ""
+"\t* <b>Early and privileged access</b>, before public release, to "
+"Mandrakelinux <b>ISO images</b>."
+msgstr ""
+"\t* <b>Früher und privilegierter Zugriff</b>, vor der öffentlichen Ausgabe, "
+"auf Mandrakelinux <b>ISO-Abbilder</b>."
-#: share/advertising/ppp-07.pl:17
+#: share/advertising/29.pl:13
#, c-format
-msgid "\t- <b>MySQL</b>: The world's most popular Open Source database"
-msgstr "\t- <b>MySQL</b>: Die beliebteste OpenSource-Datenbank weltweit"
+msgid "<b>Mandrakeonline</b>"
+msgstr "<b>Mandrakeonline</b>"
-#: share/advertising/ppp-07.pl:18
+#: share/advertising/29.pl:15
#, c-format
msgid ""
-"\t- <b>CVS</b>: Concurrent Versions System, the dominant open-source network-"
-"transparent version control system"
+"<b>Mandrakeonline</b> is a new premium service that Mandrakesoft is proud to "
+"offer its customers!"
msgstr ""
-"\t- <b>CVS</b>: Concurrent Versions System, die dominierende OpenSource-"
-"Lösung für transparente Versionskontrolle in einem Netzwerk"
+"<b>Mandrakeonline</b> ist eine neue Premiumdienstleistung, die Mandrakesoft "
+"stolz seinen Kunden anbietet!"
-#: share/advertising/ppp-07.pl:19
+#: share/advertising/29.pl:17
#, c-format
msgid ""
-"\t- <b>ProFTPD</b>: the highly configurable GPL-licensed FTP server software"
+"Mandrakeonline provides a wide range of valuable services for <b>easily "
+"updating</b> your Mandrakelinux systems:"
msgstr ""
-"\t- <b>ProFTP</b>: der stark konfigurierbare GPL-lizenzierte FTP-Server"
+"Mandrakeonline bietet eine breite Palette wertvoller Dienstleistungen zur "
+"<b>einfachen Aktualisierung</b> Ihres Mandrakelinux-Systems:"
-#: share/advertising/ppp-07.pl:20
+#: share/advertising/29.pl:18
#, c-format
-msgid "\t- And others"
-msgstr "\t- Und andere"
+msgid "\t* <b>Perfect</b> system security (automated software updates)."
+msgstr ""
+"\t* <b>Perfekte</b> Systemsicherheit (automatische Softwareaktualisierungen)."
-#: share/advertising/pwp-01.pl:17
+#: share/advertising/29.pl:19
#, c-format
msgid ""
-"Your new Mandrakelinux distribution is the result of collaborative efforts "
-"between MandrakeSoft developers and Mandrakelinux contributors throughout "
-"the world."
+"\t* <b>Notification</b> of updates (by e-mail or by an applet on the "
+"desktop)."
msgstr ""
-"Ihre neue Mandrakelinux-Distribution ist das Ergebnis gemeinsamer Bemühungen "
-"zwischen den Mandrakesoft-Entwicklern und den Mitgliedern der Mandrakelinux-"
-"Gemeinschaft weltweit."
+"\t* <b>Benachrichtigung</b> über Aktualisierungen (durch E-Mail oder durch "
+"ein Applet auf dem Desktop)."
+
+#: share/advertising/29.pl:20
+#, c-format
+msgid "\t* Flexible <b>scheduled</b> updates."
+msgstr "\t* Flexible <b>planmäßige</b> Aktualisierungen."
+
+#: share/advertising/29.pl:21
+#, c-format
+msgid ""
+"\t* Management of <b>all your Mandrakelinux systems</b> with one account."
+msgstr "\t* Verwaltung <b>all Ihrer Mandrakelinux-Systeme</b> mit einem Konto."
-#: share/advertising/pwp-01.pl:19
+#: share/advertising/30.pl:13
+#, c-format
+msgid "<b>Mandrakeexpert</b>"
+msgstr "<b>Mandrakeexpert</b>"
+
+#: share/advertising/30.pl:15
#, c-format
msgid ""
-"We would like to thank everyone who participated in the development of our "
-"latest release."
+"Do you require <b>assistance?</b> Meet Mandrakesoft's technical experts on "
+"<b>our technical support platform</b> www.mandrakeexpert.com."
msgstr ""
-"Wir möchten Danke sagen an alle, die an der Entwicklung dieser neuen Version "
-"teilgenommen haben."
+"Benötigen Sie <b>Unterstützung?</b> Treffen Sie Mandrakesofts "
+"Technikexperten auf <b>unserer technischen Supportplattform</b> www."
+"mandrakeexpert.com."
-#: share/advertising/pwp-02.pl:13
+#: share/advertising/30.pl:17
#, c-format
-msgid "<b>PowerPack</b>"
-msgstr "<b>PowerPack</b>"
+msgid ""
+"Thanks to the help of <b>qualified Mandrakelinux experts</b>, you will save "
+"a lot of time."
+msgstr ""
+"Dank der <b>qualifzierten Mandrakelinux-Experten</b> werden Sie eine Menge "
+"Zeit sparen."
-#: share/advertising/pwp-02.pl:15
+#: share/advertising/30.pl:19
#, c-format
msgid ""
-"PowerPack is MandrakeSoft's premier Linux desktop product. In addition to "
-"being the easiest and the most user-friendly Linux distribution, PowerPack "
-"includes thousands of applications - everything from the most popular to the "
-"most technical."
+"For any question related to Mandrakelinux, you have the possibility to "
+"purchase support incidents at <b>store.mandrakesoft.com</b>."
msgstr ""
-"PowerPack ist MandrakeSofts erstklassiges Linux-Desktop-Produkt. Zusätzlich "
-"dazu, die einfachste und benutzerfreundlichste Linux-Distribution zu sein, "
-"beinhaltet PowerPack tausende Anwendungen -- alles von sehr populär bis hoch "
-"technisiert."
+"Zu jeder Frage bezüglich Mandrakelinux können Sie Support unter <b>store."
+"mandrakesoft.com</b> kaufen."
-#: share/advertising/pwp-04.pl:13
+#: share/compssUsers.pl:25
#, c-format
+msgid "Office Workstation"
+msgstr "Büro-Arbeitsplatz"
+
+#: share/compssUsers.pl:27
+#, fuzzy, c-format
msgid ""
-"In the Mandrakelinux menu you will find easy-to-use applications for all of "
-"your tasks:"
+"Office programs: wordprocessors (OpenOffice.org Writer, Kword), spreadsheets "
+"(OpenOffice.org Calc, Kspread), PDF viewers, etc"
msgstr ""
-"Im Mandrakelinux-Menü finden Sie einfach zu bedienende Anwendungen für alle "
-"Ihre Anforderungen:"
+"Office-Programme: Textverarbeitung (KWord, Abiword), Tabellenkalkulation "
+"(KSpread, Gnumeric), PDF-Betrachter, usw."
-#: share/advertising/pwp-04.pl:16
+#: share/compssUsers.pl:28
#, c-format
msgid ""
-"\t- Take charge of your personal data with the integrated personal "
-"information suites <b>Kontact</b> and <b>Evolution</b>"
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
-"\t- Pflegen Sie Ihre persönlichen Daten mit den integrierten PIM-Suiten "
-"<b>Kontact</b> und <b>Evolution</b>"
+"Office-Programme: Textverarbeitung (KWord, Abiword), Tabellenkalkulation "
+"(KSpread, Gnumeric), PDF-Betrachter, usw."
+
+#: share/compssUsers.pl:33
+#, c-format
+msgid "Game station"
+msgstr "Spiele-Station"
+
+#: share/compssUsers.pl:34
+#, c-format
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Spiele: Arcade-, Brett-, Strategiespiele, usw."
+
+#: share/compssUsers.pl:37
+#, c-format
+msgid "Multimedia station"
+msgstr "Multimedia-Station"
+
+#: share/compssUsers.pl:38
+#, c-format
+msgid "Sound and video playing/editing programs"
+msgstr "Programme, um Sound und Video abzuspielen und zu bearbeiten"
+
+#
+#: share/compssUsers.pl:43
+#, c-format
+msgid "Internet station"
+msgstr "Internet-Station"
-#: share/advertising/pwp-04.pl:17
+#: share/compssUsers.pl:44
#, c-format
-msgid "\t- Browse the Web with <b>Mozilla</b> and <b>Konqueror</b>"
+msgid ""
+"Set of tools to read and send mail and news (mutt, tin..) and to browse the "
+"Web"
msgstr ""
-"\t- Durchstöbern Sie das Internet mit <b>Mozilla</b> und <b>Konqueror</b>"
+"Programme um E-Mails und News zu lesen und zu versenden (pine, mutt, tin..) "
+"und um im Internet zu surfen"
+
+#
+#: share/compssUsers.pl:49
+#, c-format
+msgid "Network Computer (client)"
+msgstr "Netzwerk-Computer (Client)"
+
+#: share/compssUsers.pl:50
+#, c-format
+msgid "Clients for different protocols including ssh"
+msgstr "Clients für verschiedene Protokolle, u.a. SSH"
+
+#: share/compssUsers.pl:54
+#, c-format
+msgid "Configuration"
+msgstr "Konfiguration"
+
+#: share/compssUsers.pl:55
+#, c-format
+msgid "Tools to ease the configuration of your computer"
+msgstr "Werkzeuge, die die Konfiguration Ihres Computers erleichtern"
+
+#: share/compssUsers.pl:59
+#, c-format
+msgid "Console Tools"
+msgstr "Konsolen-Werkzeuge"
+
+#: share/compssUsers.pl:60
+#, c-format
+msgid "Editors, shells, file tools, terminals"
+msgstr "Editoren, Shells, Dateiwerkzeuge, Konsolen"
+
+#: share/compssUsers.pl:65 share/compssUsers.pl:165
+#, c-format
+msgid "C and C++ development libraries, programs and include files"
+msgstr "C und C++ Entwicklungsbibliotheken, Programme und Include-Dateien"
+
+#: share/compssUsers.pl:69 share/compssUsers.pl:169
+#, c-format
+msgid "Documentation"
+msgstr "Dokumentation"
+
+#: share/compssUsers.pl:70 share/compssUsers.pl:170
+#, c-format
+msgid "Books and Howto's on Linux and Free Software"
+msgstr "Bücher und HOWTOs zu GNU/Linux und Freier Software"
+
+#: share/compssUsers.pl:74 share/compssUsers.pl:173
+#, c-format
+msgid "LSB"
+msgstr "LSB"
-#: share/advertising/pwp-04.pl:19
+#: share/compssUsers.pl:75 share/compssUsers.pl:174
#, c-format
-msgid "\t- Listen to audio CDs and music files with KsCD and <b>Totem</b>"
+msgid "Linux Standard Base. Third party applications support"
+msgstr "Linux-Standard-Base. Drittanbieterunterstützung"
+
+#: share/compssUsers.pl:85
+#, fuzzy, c-format
+msgid "Apache"
+msgstr "Pfad"
+
+#: share/compssUsers.pl:88
+#, fuzzy, c-format
+msgid "Groupware"
+msgstr "Gruppe"
+
+#: share/compssUsers.pl:89
+#, fuzzy, c-format
+msgid "Kolab Server"
+msgstr "Samba-Server"
+
+#: share/compssUsers.pl:92 share/compssUsers.pl:133
+#, c-format
+msgid "Firewall/Router"
+msgstr "Firewall / Router"
+
+#: share/compssUsers.pl:93 share/compssUsers.pl:134
+#, c-format
+msgid "Internet gateway"
+msgstr "Internet-Gateway"
+
+#: share/compssUsers.pl:96
+#, fuzzy, c-format
+msgid "Mail/News"
+msgstr "/Datei/_Neu"
+
+#: share/compssUsers.pl:97
+#, fuzzy, c-format
+msgid "Postfix mail server, Inn news server"
+msgstr "Postfix Mail-Server"
+
+#: share/compssUsers.pl:100
+#, fuzzy, c-format
+msgid "Directory Server"
+msgstr "Wiederherstellungsverzeichnis"
+
+#: share/compssUsers.pl:104
+#, fuzzy, c-format
+msgid "FTP Server"
+msgstr "NTP-Server"
+
+#: share/compssUsers.pl:105
+#, c-format
+msgid "ProFTPd"
msgstr ""
-"\t- Genießen Sie Audio-CDs und Musikdateien mit <b>KsCD</b> und <b>Totem</b>"
-#: share/advertising/pwp-05.pl:13 share/advertising/pwp-06.pl:13
+#: share/compssUsers.pl:108
#, fuzzy, c-format
-msgid "<b>Development tools</b>"
-msgstr "Entwicklung"
+msgid "DNS/NIS"
+msgstr "DNS"
+
+#: share/compssUsers.pl:109
+#, fuzzy, c-format
+msgid "Domain Name and Network Information Server"
+msgstr "Domänen-Namenserver (DNS)"
+
+#: share/compssUsers.pl:112
+#, fuzzy, c-format
+msgid "File and Printer Sharing Server"
+msgstr "Drucker-Server"
+
+#: share/compssUsers.pl:113
+#, fuzzy, c-format
+msgid "NFS Server, Samba server"
+msgstr "Samba Server"
+
+#: share/compssUsers.pl:116 share/compssUsers.pl:129
+#, c-format
+msgid "Database"
+msgstr "Datenbank"
+
+#: share/compssUsers.pl:117
+#, fuzzy, c-format
+msgid "PostgreSQL and MySQL Database Server"
+msgstr "PostgreSQL oder MySQL-Datenbankserver"
+
+#: share/compssUsers.pl:121
+#, c-format
+msgid "Web/FTP"
+msgstr "Web/FTP"
+
+#: share/compssUsers.pl:122
+#, c-format
+msgid "Apache, Pro-ftpd"
+msgstr "Apache, Pro-ftpd"
-#: share/advertising/pwp-05.pl:15
+#: share/compssUsers.pl:125
+#, c-format
+msgid "Mail"
+msgstr "Email"
+
+#: share/compssUsers.pl:126
+#, c-format
+msgid "Postfix mail server"
+msgstr "Postfix Mail-Server"
+
+#: share/compssUsers.pl:130
+#, c-format
+msgid "PostgreSQL or MySQL database server"
+msgstr "PostgreSQL oder MySQL-Datenbankserver"
+
+#: share/compssUsers.pl:137
+#, c-format
+msgid "Network Computer server"
+msgstr "Netzwerkrechner-Server"
+
+#: share/compssUsers.pl:138
+#, c-format
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr "NFS-Server, SMB-Server, Proxy-Server, SSH-Server"
+
+#: share/compssUsers.pl:146
+#, c-format
+msgid "KDE Workstation"
+msgstr "KDE-Arbeitsplatz"
+
+#: share/compssUsers.pl:147
#, c-format
msgid ""
-"PowerPack includes everything needed for developing and creating your own "
-"software, including:"
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
msgstr ""
-"PowerPack enthält alles was Sie benötigen, um Ihre eigene Software zu "
-"entwickeln, inklusive:"
+"Die K-Desktop-Umgebung, die Standard-Arbeitsfläche mit einer Sammlung "
+"zugehöriger Programme"
-#: share/advertising/pwp-06.pl:15
+#: share/compssUsers.pl:151
#, c-format
-msgid "And of course the editors!"
-msgstr "Und natürlich die Editoren!"
+msgid "GNOME Workstation"
+msgstr "Gnome-Arbeitsplatz"
-#: share/advertising/pwp-06.pl:17
+#: share/compssUsers.pl:152
#, c-format
msgid ""
-"\t- <b>Xemacs</b>: another open source text editor and application "
-"development system"
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
msgstr ""
-"\t- <b>Xemacs</b>: Ein weiterer OpenSource-Texteditor und "
-"Anwendungsentwicklungssystem"
+"Eine grafische Umgebung mit anwenderfreundlichen Anwendungen und Werkzeugen"
-#: share/advertising/pwp-06.pl:18
+#: share/compssUsers.pl:155
#, c-format
-msgid ""
-"\t- <b>Vim</b>: an advanced text editor with more features than standard Vi"
+msgid "Other Graphical Desktops"
+msgstr "Andere grafische Arbeitsflächen"
+
+#: share/compssUsers.pl:156
+#, c-format
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, usw."
+
+#: share/compssUsers.pl:179
+#, fuzzy, c-format
+msgid "Utilities"
+msgstr "Philippinen"
+
+#: share/compssUsers.pl:181 share/compssUsers.pl:182 standalone/logdrake:381
+#, c-format
+msgid "SSH Server"
+msgstr "SSH-Server"
+
+#: share/compssUsers.pl:186
+#, fuzzy, c-format
+msgid "Webmin"
+msgstr "Webcam"
+
+#: share/compssUsers.pl:187
+#, fuzzy, c-format
+msgid "Webmin Remote Configuration Server"
+msgstr "Terminal-Server-Konfiguration"
+
+#: share/compssUsers.pl:191
+#, fuzzy, c-format
+msgid "Network Utilities/Monitoring"
+msgstr "Netzwerküberwachung"
+
+#: share/compssUsers.pl:192
+#, c-format
+msgid "Monitoring tools, processes accounting, tcpdump, nmap, ..."
msgstr ""
-"\t- <b>Vim</b>: Ein verbesserter Texteditor mit erweiterten Funktionen "
-"gegenüber dem normalen Vi"
+
+#: share/compssUsers.pl:196
+#, fuzzy, c-format
+msgid "MandrakeSoft Wizards"
+msgstr "<b>Mandrakesoft Produkte</b>"
+
+#: share/compssUsers.pl:197
+#, fuzzy, c-format
+msgid "Wizards to configure server"
+msgstr "Konnte Drucker „%s“ nicht konfigurieren!"
#: standalone.pm:21
#, c-format
@@ -16230,15 +17001,15 @@ msgid ""
"\n"
"OPTIONS:\n"
" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
+" --report - program should be one of mandrakelinux tools\n"
+" --incident - program should be one of mandrakelinux tools"
msgstr ""
"[OPTIONEN] [PROGRAMMNAME]\n"
"\n"
"OPTIONEN:\n"
" --help - Asgabe dieses Hilfetextes.\n"
-" --report - Name eines Mandrake-Programms.\n"
-" --incident - Name eines Mandrake-Programms."
+" --report - Name eines Mandrakelinux-Werkzeuges.\n"
+" --incident - Name eines Mandrakelinux-Werkzeuges."
#: standalone.pm:63
#, c-format
@@ -16258,7 +17029,7 @@ msgstr ""
" --wizard - wie --add"
#: standalone.pm:69
-#, fuzzy, c-format
+#, c-format
msgid ""
"\n"
"Font Importation and monitoring application\n"
@@ -16266,7 +17037,7 @@ msgid ""
"OPTIONS:\n"
"--windows_import : import from all available windows partitions.\n"
"--xls_fonts : show all fonts that already exist from xls\n"
-"--install : accept any font file and any directry.\n"
+"--install : accept any font file and any directory.\n"
"--uninstall : uninstall any font or any directory of font.\n"
"--replace : replace all font if already exist\n"
"--application : 0 none application.\n"
@@ -16274,25 +17045,27 @@ msgid ""
" : name_of_application like so for staroffice \n"
" : and gs for ghostscript for only this one."
msgstr ""
-"Schriftarten-Import und "
-"Programmüberwachung \n"
-"--windows_import : importiert von allen verfügbaren Windows-Partitionen.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : starke Prüfung der Schriftart.\n"
-"--install : alle Schriftart-Dateien und Verzeichnisse akzeptieren.\n"
-"--uninstall : jede Schriftart oder jedes Schriftartverzeichnis "
-"löschen.\n"
-"--replace : alle schon existierenden Schriftarten ersetzen.\n"
-"--application : 0 kein Programm.\n"
-" : 1 alle Programme werden unterstützt.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+"\n"
+"Schriftarten-Import und Programmüberwachung\n"
+"\n"
+"OPTIONEN:\n"
+"--windows_import : import von allen verfügbaren Windowspartitionen.\n"
+"--xls_fonts : zeige alle Schriftarten, die schon von xls existieren\n"
+"--install : akzeptiere alle Schriftartendateien und alle "
+"Verzeichnisse.\n"
+"--uninstall : deinstalliere alle Schriftartendateien und alle "
+"Verzeichnisse.\n"
+"--replace : ersetze alle Schriftarten, wenn sie schon existieren\n"
+"--application : 0 keine Anwendung.\n"
+" : 1 alle verfügbaren Anwendungen unterstützt.\n"
+" : name_der_anwendung, wie so für Staroffice \n"
+" : und gs für ghostscript für nur dieses."
#: standalone.pm:84
#, c-format
msgid ""
"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
+"Mandrakelinux Terminal Server Configurator\n"
"--enable : enable MTS\n"
"--disable : disable MTS\n"
"--start : start MTS\n"
@@ -16305,7 +17078,7 @@ msgid ""
"--delclient : delete a client machine from MTS (requires MAC address, "
"IP, nbi image name)"
msgstr ""
-"[OPTIONS]...\n"
+"[OPTIONEN]...\n"
"Mandrake Terminal-Server-Konfigurator\n"
"--enable : MTS einschalten\n"
"--disable : MTS ausschalten\n"
@@ -16316,9 +17089,9 @@ msgstr ""
"--deluser : einen existierenden Systemnutzer von MTS löschen "
"(benötigt Nutzernamen)\n"
"--addclient : einen Client zu MTS hinzufügen (benötigt MAC Adresse, IP, "
-"NBI Image Name)\n"
+"Name des NBI-Abbildes)\n"
"--delclient : einen Client von MTS löschen (benötigt MAC Adresse, IP, "
-"NBI Image Name)"
+"Name des NBI-Abbildes)"
#: standalone.pm:96
#, c-format
@@ -16396,7 +17169,7 @@ msgstr ""
" XFdrake [--noauto] monitor\n"
" XFdrake resolution"
-#: standalone.pm:128
+#: standalone.pm:133
#, c-format
msgid ""
"\n"
@@ -16407,29 +17180,29 @@ msgstr ""
"Verwendung: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
"testing] [-v|--version] "
-#: standalone/XFdrake:87
+#: standalone/XFdrake:85
#, c-format
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Bitte melden Sie sich ab und drücken Sie Ctrl-Alt-Rücktaste"
-#: standalone/XFdrake:91
+#: standalone/XFdrake:89
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Sie müssen sich abmelden und wieder anmelden, damit die Änderungen wirksam "
"werden"
-#: standalone/drakTermServ:79
+#: standalone/drakTermServ:76
#, c-format
msgid "Useless without Terminal Server"
msgstr "Nicht sinnvoll ohne Terminal Server"
-#: standalone/drakTermServ:116 standalone/drakTermServ:123
+#: standalone/drakTermServ:108 standalone/drakTermServ:114
#, c-format
msgid "%s: %s requires a username...\n"
msgstr "%s: %s benötigt einen Benutzernamen...\n"
-#: standalone/drakTermServ:136
+#: standalone/drakTermServ:125
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
@@ -16438,81 +17211,75 @@ msgstr ""
"%s: %s benötigt Rechnername, MAC Adresse, IP, nbi-image, 0/1 für "
"THIN_CLIENT, 0/1 für Lokale Konfiguration ...\n"
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:131
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr "%s: %s benötigt hostname...\n"
-#: standalone/drakTermServ:226 standalone/drakTermServ:500
-#: standalone/drakfont:575
+#: standalone/drakTermServ:213 standalone/drakTermServ:216
#, c-format
-msgid "OK"
-msgstr " OK "
-
-#: standalone/drakTermServ:237 standalone/drakTermServ:240
-#, fuzzy, c-format
msgid "Terminal Server Configuration"
-msgstr "Mandrake Terminal-Server-Konfiguration"
+msgstr "Terminal-Server-Konfiguration"
-#: standalone/drakTermServ:255
+#: standalone/drakTermServ:231
#, c-format
msgid "Enable Server"
msgstr "Server aktivieren"
-#: standalone/drakTermServ:261
+#: standalone/drakTermServ:237
#, c-format
msgid "Disable Server"
msgstr "Server deaktivieren"
-#: standalone/drakTermServ:269
+#: standalone/drakTermServ:245
#, c-format
msgid "Start Server"
msgstr "Server starten"
-#: standalone/drakTermServ:275
+#: standalone/drakTermServ:251
#, c-format
msgid "Stop Server"
msgstr "Server stoppen"
-#: standalone/drakTermServ:283
+#: standalone/drakTermServ:259
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Diskette/ISO"
-#: standalone/drakTermServ:287
+#: standalone/drakTermServ:263
#, c-format
msgid "Net Boot Images"
msgstr "Net Boot Images"
-#: standalone/drakTermServ:293
+#: standalone/drakTermServ:269
#, c-format
msgid "Add/Del Users"
msgstr "Benutzer hinzufügen/löschen"
-#: standalone/drakTermServ:297
+#: standalone/drakTermServ:273
#, c-format
msgid "Add/Del Clients"
msgstr "Clients hinzufügen/löschen"
-#: standalone/drakTermServ:308 standalone/drakbug:54
+#: standalone/drakTermServ:284 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "First Time Assistent"
-#: standalone/drakTermServ:340 standalone/drakTermServ:341
+#: standalone/drakTermServ:315 standalone/drakTermServ:316
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
"%s als dm definiert, der gdm-Benutzer wird zu /etc/passwd$$CLIENT$$ "
"hinzugefügt"
-#: standalone/drakTermServ:347
+#: standalone/drakTermServ:322
#, c-format
msgid ""
"\n"
" This wizard routine will:\n"
" \t1) Ask you to select either 'thin' or 'fat' clients.\n"
-"\t2) Setup dhcp.\n"
+"\t2) Setup DHCP.\n"
"\t\n"
"After doing these steps, the wizard will:\n"
"\t\n"
@@ -16546,22 +17313,22 @@ msgstr ""
" f) Im Falle eines Thin-Clients nachfragen, ob KDM neu gestartet werden "
"soll.\n"
-#: standalone/drakTermServ:392
+#: standalone/drakTermServ:367
#, c-format
msgid "Cancel Wizard"
msgstr "Assistent abbrechen"
-#: standalone/drakTermServ:404
+#: standalone/drakTermServ:379
#, c-format
msgid "Please save dhcpd config!"
msgstr "Bitte die DHCP-Konfigurationsdatei speichern!"
-#: standalone/drakTermServ:432
+#: standalone/drakTermServ:407
#, c-format
msgid "Use thin clients."
msgstr "Benutze Thin-Clients"
-#: standalone/drakTermServ:434
+#: standalone/drakTermServ:409
#, c-format
msgid ""
"Please select default client type.\n"
@@ -16575,35 +17342,35 @@ msgstr ""
"....„Fat“-Clients benutzen ihre eigene CPU/RAM und das Dateisystem des "
"Servers."
-#: standalone/drakTermServ:446 standalone/drakTermServ:1061
+#: standalone/drakTermServ:421 standalone/drakTermServ:1034
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr "Gleiche Client-X-Tastatureinstellungen mit dem Server ab."
-#: standalone/drakTermServ:453
+#: standalone/drakTermServ:428
#, c-format
msgid "Creating net boot images for all kernels"
msgstr "Erzeuge Startabbilder zum Netzwerk-Start für alle Kernel"
-#: standalone/drakTermServ:454 standalone/drakTermServ:753
-#: standalone/drakTermServ:769
+#: standalone/drakTermServ:429 standalone/drakTermServ:726
+#: standalone/drakTermServ:742
#, c-format
msgid "This will take a few minutes."
msgstr "Dies wird einige Minuten dauern."
-#: standalone/drakTermServ:458 standalone/drakTermServ:478
+#: standalone/drakTermServ:433 standalone/drakTermServ:452
#, c-format
msgid "Done!"
msgstr "Fertig!"
-#: standalone/drakTermServ:464
+#: standalone/drakTermServ:438
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
"Gleiche die serverseitige Benutzerliste mit der des Clients ab, inklusive "
"root."
-#: standalone/drakTermServ:484
+#: standalone/drakTermServ:458
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
@@ -16612,12 +17379,12 @@ msgstr ""
"Um die Änderungen wirksam zu machen für den Thin-Client muss der Display-"
"Manager neu gestartet werden. Soll dies jetzt geschehen?"
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:493
#, c-format
msgid "Terminal Server Overview"
msgstr "Terminal-Server-Überblick"
-#: standalone/drakTermServ:520
+#: standalone/drakTermServ:494
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
@@ -16644,7 +17411,7 @@ msgstr ""
" \twird, sollten Sie mindestens für einen Kernel Etherboot-"
"Startabbilder erzeugen."
-#: standalone/drakTermServ:526
+#: standalone/drakTermServ:500
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
@@ -16681,7 +17448,7 @@ msgstr ""
" \tEine typische dhcpd.conf ??stanza to support?? diskettenlose "
"Clients wie:"
-#: standalone/drakTermServ:544
+#: standalone/drakTermServ:518
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
@@ -16692,14 +17459,14 @@ msgid ""
"\t\t\t\n"
" Note: The '#type' entry is only used by drakTermServ. Clients can "
"either be 'thin'\n"
-" or 'fat'. Thin clients run most software on the server via xdmcp, "
+" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
" most software on the client machine. A special inittab, %s is\n"
" written for thin clients. System config files xdm-config, kdmrc, and "
"gdm.conf are \n"
-" modified if thin clients are used, to enable xdmcp. Since there are "
+" modified if thin clients are used, to enable XDMCP. Since there are "
"security issues in \n"
-" using xdmcp, hosts.deny and hosts.allow are modified to limit access "
+" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
"to the local\n"
" subnet.\n"
"\t\t\t\n"
@@ -16729,15 +17496,15 @@ msgstr ""
"Clients\n"
" können entweder „schlank“ oder „voll“ sein.\n"
" Schlanke Clients starten die meisten Programme auf dem Server "
-"mittels xdmcp, \n"
+"mittels XDMCP, \n"
" während volle Clients die meisten Programme auf dem Client selbst "
"starten.\n"
" Eine besondere inittab, %s wurde für schlanke Clients geschrieben.\n"
" Die System-Konfigurationsdateien xdm-config, kdmrc, und gdm.conf "
"werden \n"
-" modifiziert falls schlanke Clients benutzt werden, um xdmcp zu "
+" modifiziert falls schlanke Clients benutzt werden, um XDMCP zu "
"ermöglichen.\n"
-" Aufgrund von Sicherheitsproblemen in xdmcp werden die Dateien hosts."
+" Aufgrund von Sicherheitsproblemen in XDMCP werden die Dateien hosts."
"deny\n"
" und hosts.allow are modifiziert umd den Zugang auf das lokale "
"Netzwerk\n"
@@ -16764,7 +17531,7 @@ msgstr ""
"Hinzufügen\n"
" von Clients."
-#: standalone/drakTermServ:564
+#: standalone/drakTermServ:538
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
@@ -16781,8 +17548,21 @@ msgid ""
"\t\t\t\n"
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
+" - Wartung von /etc/exports:\n"
+" \tClusternfs erlaubt den Export des Wurzeldateisystems an "
+"festplattenlose Clients. drakTermServ\n"
+" \tstellt die korrekten Einträge ein, um anonymen Zugriff zum "
+"Wurzeldateisystem von \n"
+" \tfestplattenlosen Clients zu erlauben.\n"
+"\n"
+" \tEin typischer exports Eintrag für clusternfs ist:\n"
+" \t\t\n"
+" \t/\t\t\t\t\t(ro,all_squash)\n"
+" \t/home\t\t\t\tSUBNETZ/MASKE(rw,root_squash)\n"
+"\t\t\t\n"
+" \tMit SUBNETZ/MASKE definiert für Ihr Netzwerk."
-#: standalone/drakTermServ:576
+#: standalone/drakTermServ:550
#, c-format
msgid ""
" - Maintain %s:\n"
@@ -16799,7 +17579,7 @@ msgstr ""
" \tunterstützt dies durch das Hinzufügen oder Entfernen der Benutzer "
"aus dieser Datei."
-#: standalone/drakTermServ:580
+#: standalone/drakTermServ:554
#, c-format
msgid ""
" - Per client %s:\n"
@@ -16816,7 +17596,7 @@ msgstr ""
"seitiger Geräteeinstellungen\n"
" \thilft drakTermServ beim Erzeugen dieser Dateien."
-#: standalone/drakTermServ:585
+#: standalone/drakTermServ:559
#, c-format
msgid ""
" - Per client system configuration files:\n"
@@ -16853,8 +17633,8 @@ msgstr ""
"sobald der Client\n"
"\teingerichtet ist."
-#: standalone/drakTermServ:594
-#, fuzzy, c-format
+#: standalone/drakTermServ:568
+#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
" \tdrakTermServ will configure this file to work in conjunction with "
@@ -16863,7 +17643,7 @@ msgid ""
"the boot image to \n"
" \teach diskless client.\n"
"\n"
-" \tA typical tftp configuration file looks like:\n"
+" \tA typical TFTP configuration file looks like:\n"
" \t\t\n"
" \tservice tftp\n"
"\t\t\t{\n"
@@ -16882,33 +17662,40 @@ msgid ""
"mkinitrd-net\n"
" \tputs its images."
msgstr ""
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-" s\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"."
+" - /etc/xinetd.d/tftp:\n"
+" \tdrakTermServ wird diese Datei so einrichten, dass sie mit den "
+"Abbildern, die\n"
+" \tdurch mkinitrd-net erstellt wurden, zusammenspielt und den "
+"Einträgen in\n"
+" \t/etc/dhcpd.conf, um die Startabbilder jedem festplattenlosen "
+"Client zur\n"
+" \tVerfügung zu stellen.\n"
+"\n"
+" \tEine typische TFTP-Konfigurationsdatei sieht so aus:\n"
+" \t\t\n"
+" \tservice tftp\n"
+"\t\t\t{\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t}\n"
+" \t\t\n"
+" \tDie Änderungen hier von der Standardinstallation ändern den "
+"disable-Schalter auf „no“\n"
+" \tund setzen den Verzeichnispfad auf /var/lib/tftpboot, wo mkinitrd-"
+"net seine Abbilder \tablegt."
-#: standalone/drakTermServ:615
-#, fuzzy, c-format
+#: standalone/drakTermServ:589
+#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initate the boot sequence. drakTermServ will help "
+" \tor CD to initiate the boot sequence. drakTermServ will help "
"generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
@@ -16919,71 +17706,77 @@ msgid ""
" \t\t/usr/share/etherboot/start16.bin \\\t\t\t\n"
" \t\t/usr/lib/etherboot/zimg/3c509.zimg > /dev/fd0"
msgstr ""
-"\n"
-" An diskette\n"
-" sequence\n"
-" An\n"
-"\n"
-" diskette\n"
-"\n"
-"\n"
+" - Etherboot Disketten/CDs erstellen:\n"
+" \tDie festplattenlosen Clients brauchen entweder ROM-Abbilder auf "
+"der Netzwerkkarte oder\n"
+" \teine Startdiskette or CD um den Startablauf auszulösen. "
+"drakTermServ wird helfen, diese\n"
+" \tAbbilder auf Grundlage der Netzwerkkarten der Clientrechner zu "
+"erstellen.\n"
+" \t\t\n"
+" \tEin grundlegendes Beispiel zum Erstellen einer Startdiskette für "
+"eine 3Com 3c509 von Hand:\n"
+" \t\t\n"
+" \tcat /usr/lib/etherboot/floppyload.bin \\\n"
+" \t\t/usr/share/etherboot/start16.bin \\\t\t\t\n"
+" \t\t/usr/lib/etherboot/zimg/3c509.zimg > /dev/fd0"
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:624
#, c-format
msgid "Boot Floppy"
msgstr "Bootdiskette"
-#: standalone/drakTermServ:652
+#: standalone/drakTermServ:626
#, c-format
msgid "Boot ISO"
msgstr "Boot ISO"
-#: standalone/drakTermServ:654
+#: standalone/drakTermServ:628
#, c-format
msgid "PXE Image"
msgstr "PXE-Abbild"
-#: standalone/drakTermServ:723
+#: standalone/drakTermServ:696
#, c-format
msgid "Default kernel version"
msgstr "Standard-Kernelversion"
-#: standalone/drakTermServ:751
+#: standalone/drakTermServ:724
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Ganzen Kernel erstellen -->"
-#: standalone/drakTermServ:758
+#: standalone/drakTermServ:731
#, c-format
msgid "No kernel selected!"
msgstr "Kein Kernel ausgewählt!"
-#: standalone/drakTermServ:761
+#: standalone/drakTermServ:734
#, c-format
msgid "Build Single NIC -->"
msgstr "Erstelle einzelnen NIC -->"
-#: standalone/drakTermServ:765
+#: standalone/drakTermServ:738
#, c-format
msgid "No NIC selected!"
msgstr "Keine Netzwerkkarte ausgewählt!"
-#: standalone/drakTermServ:768
+#: standalone/drakTermServ:741
#, c-format
msgid "Build All Kernels -->"
msgstr "Alle Kernel erstellen -->"
-#: standalone/drakTermServ:776
+#: standalone/drakTermServ:749
#, c-format
msgid "<-- Delete"
msgstr "<-- Löschen"
-#: standalone/drakTermServ:783
+#: standalone/drakTermServ:756
#, c-format
msgid "Delete All NBIs"
msgstr "Alle NBIs löschen"
-#: standalone/drakTermServ:870
+#: standalone/drakTermServ:843
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -16995,27 +17788,27 @@ msgstr ""
"Entfernen/erneutes Hinzufügen des Benutzers zum Terminal Server \n"
"nötig, um das Anmelden zu ermöglichen."
-#: standalone/drakTermServ:875
+#: standalone/drakTermServ:848
#, c-format
msgid "Add User -->"
msgstr "Benutzer hinzufügen -->"
-#: standalone/drakTermServ:881
+#: standalone/drakTermServ:854
#, c-format
msgid "<-- Del User"
msgstr "<-- Benutzer löschen"
-#: standalone/drakTermServ:917
+#: standalone/drakTermServ:890
#, c-format
msgid "type: %s"
msgstr "Typ: %s"
-#: standalone/drakTermServ:921
+#: standalone/drakTermServ:894
#, c-format
msgid "local config: %s"
msgstr "lokale Konfiguration: %s"
-#: standalone/drakTermServ:951
+#: standalone/drakTermServ:924
#, c-format
msgid ""
"Allow local hardware\n"
@@ -17024,67 +17817,67 @@ msgstr ""
"Erlaube lokale Hardware-\n"
"Konfiguration"
-#: standalone/drakTermServ:960
+#: standalone/drakTermServ:933
#, c-format
msgid "No net boot images created!"
msgstr "Keine Net Boot Images erstellt!"
-#: standalone/drakTermServ:978
+#: standalone/drakTermServ:951
#, c-format
msgid "Thin Client"
msgstr "Thin Client"
-#: standalone/drakTermServ:982
+#: standalone/drakTermServ:955
#, c-format
msgid "Allow Thin Clients"
msgstr "Erlaube Thin Clients"
-#: standalone/drakTermServ:983
+#: standalone/drakTermServ:956
#, c-format
msgid "Add Client -->"
msgstr "Client hinzufügen -->"
-#: standalone/drakTermServ:997
+#: standalone/drakTermServ:970
#, c-format
msgid "type: fat"
msgstr "Typ: FAT"
-#: standalone/drakTermServ:998
+#: standalone/drakTermServ:971
#, c-format
msgid "type: thin"
msgstr "Typ: Thin"
-#: standalone/drakTermServ:1005
+#: standalone/drakTermServ:978
#, c-format
msgid "local config: false"
msgstr "Lokale Einstellung: fehlerhaft"
-#: standalone/drakTermServ:1006
+#: standalone/drakTermServ:979
#, c-format
msgid "local config: true"
msgstr "lokale Konfiguration: wahr"
-#: standalone/drakTermServ:1014
+#: standalone/drakTermServ:987
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Client bearbeiten"
-#: standalone/drakTermServ:1040
+#: standalone/drakTermServ:1013
#, c-format
msgid "Disable Local Config"
msgstr "Unterbinde die lokale Konfiguration"
-#: standalone/drakTermServ:1047
+#: standalone/drakTermServ:1020
#, c-format
msgid "Delete Client"
msgstr "Client löschen"
-#: standalone/drakTermServ:1056
+#: standalone/drakTermServ:1029
#, c-format
msgid "dhcpd Config..."
msgstr "DHCP Konfigurieren ..."
-#: standalone/drakTermServ:1072
+#: standalone/drakTermServ:1045
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -17093,78 +17886,78 @@ msgstr ""
"Sie müssen den Display-Manager neu starten, damit alle Änderungen\n"
"wirksam werden. (Geben Sie auf der Konsole ein: service dm restart)"
-#: standalone/drakTermServ:1112
+#: standalone/drakTermServ:1085
#, c-format
msgid "Thin clients won't work with autologin. Disable autologin?"
msgstr ""
"Thin-Clients werden nicht mit AutoLogin funktionieren. AutoLogin ausschalten?"
-#: standalone/drakTermServ:1128
+#: standalone/drakTermServ:1101
#, c-format
msgid "All clients will use %s"
msgstr "Alle Clients werden %s benutzen."
-#: standalone/drakTermServ:1160
+#: standalone/drakTermServ:1133
#, c-format
msgid "Subnet:"
msgstr "Subnetz:"
-#: standalone/drakTermServ:1167
+#: standalone/drakTermServ:1140
#, c-format
msgid "Netmask:"
msgstr "Netzmaske:"
-#: standalone/drakTermServ:1174
+#: standalone/drakTermServ:1147
#, c-format
msgid "Routers:"
msgstr "Router:"
-#: standalone/drakTermServ:1181
+#: standalone/drakTermServ:1154
#, c-format
msgid "Subnet Mask:"
msgstr "Subnetzmaske:"
-#: standalone/drakTermServ:1188
+#: standalone/drakTermServ:1161
#, c-format
msgid "Broadcast Address:"
msgstr "Broadcast-Adresse:"
-#: standalone/drakTermServ:1195
+#: standalone/drakTermServ:1168
#, c-format
msgid "Domain Name:"
msgstr "Name der Domäne:"
-#: standalone/drakTermServ:1203
+#: standalone/drakTermServ:1176
#, c-format
msgid "Name Servers:"
msgstr "DNS-Server:"
-#: standalone/drakTermServ:1214
+#: standalone/drakTermServ:1187
#, c-format
msgid "IP Range Start:"
msgstr "Anfang des IP-Bereichs:"
-#: standalone/drakTermServ:1215
+#: standalone/drakTermServ:1188
#, c-format
msgid "IP Range End:"
msgstr "Ende des IP-Bereichs:"
-#: standalone/drakTermServ:1257
+#: standalone/drakTermServ:1230
#, c-format
msgid "Append TS Includes To Existing Config"
-msgstr ""
+msgstr "TS Einfügungen an existierenden Konfiguration anhängen"
-#: standalone/drakTermServ:1259
+#: standalone/drakTermServ:1232
#, c-format
msgid "Write Config"
msgstr "Konfiguration speichern"
-#: standalone/drakTermServ:1275
+#: standalone/drakTermServ:1248
#, c-format
msgid "dhcpd Server Configuration"
msgstr "dhcpd-Server-Konfiguration"
-#: standalone/drakTermServ:1276
+#: standalone/drakTermServ:1249
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -17175,105 +17968,99 @@ msgstr ""
"laufenden System entnommen.\n"
"Sie können diese nach Bedarf anpassen."
-#: standalone/drakTermServ:1279
+#: standalone/drakTermServ:1252
#, c-format
msgid "Dynamic IP Address Pool:"
msgstr "Pool dynamischer IP-Adressen:"
-#: standalone/drakTermServ:1426
+#: standalone/drakTermServ:1399
#, c-format
msgid "Please insert floppy disk:"
msgstr "Bitte legen Sie eine Diskette ein:"
-#: standalone/drakTermServ:1430
+#: standalone/drakTermServ:1403
#, c-format
msgid "Couldn't access the floppy!"
msgstr "Kein Diskettenzugriff möglich!"
-#: standalone/drakTermServ:1432
+#: standalone/drakTermServ:1405
#, c-format
msgid "Floppy can be removed now"
msgstr "Sie können die Diskette nun entfernen"
-#: standalone/drakTermServ:1435
+#: standalone/drakTermServ:1408
#, c-format
msgid "No floppy drive available!"
msgstr "Kein Disketten-Laufwerk verfügbar!"
-#: standalone/drakTermServ:1440
+#: standalone/drakTermServ:1413
#, c-format
msgid "PXE image is %s/%s"
msgstr "Netzstart-Abbild ist %s/%s"
-#: standalone/drakTermServ:1442
+#: standalone/drakTermServ:1415
#, c-format
msgid "Error writing %s/%s"
msgstr "Fehler beim Schreiben von %s/%s"
-#: standalone/drakTermServ:1451
+#: standalone/drakTermServ:1424
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO Image ist %s"
-#: standalone/drakTermServ:1453
+#: standalone/drakTermServ:1426
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Es trat ein Fehler auf! Ist „mkisofs“ installiert?"
-#: standalone/drakTermServ:1475
+#: standalone/drakTermServ:1447
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "„/etc/dhcpd.conf“ muss erst angelegt werden!"
-#: standalone/drakTermServ:1634
+#: standalone/drakTermServ:1602
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr "%s Passwort ungültig am Terminal-Server - schreibe neu...\n"
-#: standalone/drakTermServ:1647
+#: standalone/drakTermServ:1615
#, c-format
msgid "%s is not a user..\n"
msgstr "%s ist kein Benutzer...\n"
-#: standalone/drakTermServ:1648
+#: standalone/drakTermServ:1616
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr "%s ist bereits ein Terminalserver-Benutzer\n"
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1618
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr "Hinzufügen von %s zum Terminal-Server fehlgeschlagen!\n"
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1620
#, c-format
msgid "%s added to Terminal Server\n"
msgstr "%s zum Terminalserver hinzugefügt\n"
-#: standalone/drakTermServ:1698
+#: standalone/drakTermServ:1666
#, c-format
msgid "Deleted %s...\n"
msgstr "%s gelöscht...\n"
-#: standalone/drakTermServ:1700 standalone/drakTermServ:1773
+#: standalone/drakTermServ:1668 standalone/drakTermServ:1741
#, c-format
msgid "%s not found...\n"
msgstr "%s nicht gefunden...\n"
-#: standalone/drakTermServ:1722 standalone/drakTermServ:1723
-#: standalone/drakTermServ:1724
-#, c-format
-msgid "%s already in use\n"
-msgstr "%s bereits anderweitig genutzt\n"
-
-#: standalone/drakTermServ:1801
+#: standalone/drakTermServ:1769
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"/etc/hosts.allow und /etc/hosts.deny sind bereits konfiguriert - keine "
"Änderung"
-#: standalone/drakTermServ:1953
+#: standalone/drakTermServ:1921
#, c-format
msgid "Configuration changed - restart clusternfs/dhcpd?"
msgstr "Konfiguration geändert - Neustart von clusternfs/dhcpd?"
@@ -17294,7 +18081,7 @@ msgid "Auto Install Configurator"
msgstr "Auto-Installationskonfigurator"
#: standalone/drakautoinst:42
-#, fuzzy, c-format
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -17313,7 +18100,7 @@ msgstr ""
"\n"
"Sie können mit diesem Werkzeug die Installation, die Sie vorher\n"
"gemacht haben wiederholen, wobei Sie an einigen Stellen interaktiv\n"
-"Einfluss nehmen zu können.\n"
+"Einfluss nehmen können.\n"
"\n"
"Aus Sicherheitsgründen wird die Partitionierung und Formatierung nie\n"
"automatisch durchgeführt.\n"
@@ -17375,8 +18162,8 @@ msgstr ""
"\n"
"Die Parameter der Auto-Installation sind in den Abschnitten rechts verfügbar."
-#: standalone/drakautoinst:252 standalone/drakgw:598 standalone/drakvpn:902
-#: standalone/scannerdrake:379
+#: standalone/drakautoinst:252 standalone/drakgw:600 standalone/drakvpn:902
+#: standalone/scannerdrake:375
#, c-format
msgid "Congratulations!"
msgstr "Herzlichen Glückwunsch!"
@@ -17415,26 +18202,21 @@ msgstr "Festplatte"
msgid "tape"
msgstr "Bandlaufwerk"
-#: standalone/drakbackup:112
-#, c-format
-msgid "No devices found"
-msgstr "Keine Geräte gefunden"
-
-#: standalone/drakbackup:152
+#: standalone/drakbackup:153
#, c-format
msgid ""
-"Expect is an extension to the Tcl scripting language that allows interactive "
+"Expect is an extension to the TCL scripting language that allows interactive "
"sessions without user intervention."
msgstr ""
-"Expect ist eine Erweiterung der Tcl Skriptsprache, die interaktive Sitzungen "
+"Expect ist eine Erweiterung der TCL Skriptsprache, die interaktive Sitzungen "
"ohne Benutzereingriff erlaubt."
-#: standalone/drakbackup:153
+#: standalone/drakbackup:154
#, c-format
msgid "Store the password for this system in drakbackup configuration."
msgstr "Passwort dieses Systems in der DrakBackup Konfiguration speichern."
-#: standalone/drakbackup:154
+#: standalone/drakbackup:155
#, c-format
msgid ""
"For a multisession CD, only the first session will erase the cdrw. Otherwise "
@@ -17443,7 +18225,7 @@ msgstr ""
"Bei einer Multisession-CD wird nur die erste Session die CD-RW löschen. "
"Andererseits muss die CD-RW vor jedem Backup gelöscht werden."
-#: standalone/drakbackup:155
+#: standalone/drakbackup:156
#, c-format
msgid ""
"This option will save files that have changed. Exact behavior depends on "
@@ -17453,7 +18235,7 @@ msgstr ""
"hängt davon ab, ob der inkrementelle oder differentielle Modus verwendet "
"wird."
-#: standalone/drakbackup:156
+#: standalone/drakbackup:157
#, c-format
msgid ""
"Incremental backups only save files that have changed or are new since the "
@@ -17462,7 +18244,7 @@ msgstr ""
"Inkrementelle Sicherung speichert nur Dateien, die sich geändert haben oder "
"seit der letzten Sicherung neu hinzugekommen sind."
-#: standalone/drakbackup:157
+#: standalone/drakbackup:158
#, c-format
msgid ""
"Differential backups only save files that have changed or are new since the "
@@ -17471,17 +18253,17 @@ msgstr ""
"Inkrementelle Archivierung speichert nur Dateien, die seit der letzten "
"kompletten Archivierung verändert wurden."
-#: standalone/drakbackup:158
+#: standalone/drakbackup:159
#, c-format
msgid ""
-"This should be a local user or email addresse that you want the backup "
+"This should be a local user or email address that you want the backup "
"results sent to. You will need to define a functioning mail server."
msgstr ""
"Dies sollte ein lokaler Benutzer oder eine Emailadresse sein, der das "
"Ergebnis der Sicherung zugestellt wird. Sie müssen einen funktionierenden "
"Mailserver angeben."
-#: standalone/drakbackup:159
+#: standalone/drakbackup:160
#, c-format
msgid ""
"Files or wildcards listed in a .backupignore file at the top of a directory "
@@ -17490,7 +18272,7 @@ msgstr ""
"Dateien sowie Platzhalter in „.backupignore“ Dateien im Startverzeichnis "
"eines Verzeichnisbaums werden nicht archiviert."
-#: standalone/drakbackup:160
+#: standalone/drakbackup:161
#, c-format
msgid ""
"For backups to other media, files are still created on the hard drive, then "
@@ -17502,7 +18284,7 @@ msgstr ""
"dieser Möglichkeit, sorgt für das Löschen der Kopie auf der Platte nach "
"beendeter Sicherung."
-#: standalone/drakbackup:161
+#: standalone/drakbackup:162
#, c-format
msgid ""
"Some protocols, like rsync, may be configured at the server end. Rather "
@@ -17513,7 +18295,7 @@ msgstr ""
"konfiguriert werden. Anstelle des Verzeichnispfads kann auch der Modulname "
"als Name für den Dienste-Pfad gelten."
-#: standalone/drakbackup:162
+#: standalone/drakbackup:163
#, c-format
msgid ""
"Custom allows you to specify your own day and time. The other options use "
@@ -17522,29 +18304,29 @@ msgstr ""
"Custom erlaubt das Eingeben von beliebigem Tag und Zeit. Die anderen "
"Optionen benutzen laufende Teile in /etc/crontab."
-#: standalone/drakbackup:326
+#: standalone/drakbackup:327
#, c-format
msgid "No media selected for cron operation."
msgstr "Kein Medium ausgewählt für die cron-Operation."
-#: standalone/drakbackup:330
+#: standalone/drakbackup:331
#, c-format
msgid "No interval selected for cron operation."
msgstr "Kein Intervall ausgewählt für die cron-Operation."
-#: standalone/drakbackup:377
+#: standalone/drakbackup:378
#, c-format
msgid "Interval cron not available as non-root"
msgstr "Cron ist nicht für unprivilegierte Kennzeichen nutzbar"
-#: standalone/drakbackup:462 standalone/logdrake:467
+#: standalone/drakbackup:463 standalone/logdrake:437
#, c-format
msgid "\"%s\" neither is a valid email nor is an existing local user!"
msgstr ""
"„%s“ ist weder eine zulässige Emailadresse noch ein existierender lokaler "
"Benutzer!"
-#: standalone/drakbackup:466 standalone/logdrake:472
+#: standalone/drakbackup:467 standalone/logdrake:442
#, c-format
msgid ""
"\"%s\" is a local user, but you did not select a local smtp, so you must use "
@@ -17553,24 +18335,24 @@ msgstr ""
"„%s“ ist ein lokaler Benutzer, aber Sie haben keinen lokalen SMTP-Server "
"ausgewählt. Sie müssen deshalb eine vollständige Emailadresse benutzen!"
-#: standalone/drakbackup:475
+#: standalone/drakbackup:476
#, c-format
msgid "Valid user list changed, rewriting config file."
msgstr ""
"Liste der gültigen Benutzer hat sich geändert, aktualisiere "
"Konfigurationsdatei"
-#: standalone/drakbackup:477
+#: standalone/drakbackup:478
#, c-format
msgid "Old user list:\n"
msgstr "Liste alter Benutzer:\n"
-#: standalone/drakbackup:479
+#: standalone/drakbackup:480
#, c-format
msgid "New user list:\n"
msgstr "Liste der neuen Benutzer:\n"
-#: standalone/drakbackup:524
+#: standalone/drakbackup:525
#, c-format
msgid ""
"\n"
@@ -17580,7 +18362,7 @@ msgstr ""
" DrakBackup-Report \n"
"\n"
-#: standalone/drakbackup:525
+#: standalone/drakbackup:526
#, c-format
msgid ""
"\n"
@@ -17590,7 +18372,7 @@ msgstr ""
" DrakBackup Dämon-Report\n"
"\n"
-#: standalone/drakbackup:531
+#: standalone/drakbackup:532
#, c-format
msgid ""
"\n"
@@ -17602,13 +18384,13 @@ msgstr ""
" DrakBackup-Report-Details\n"
"\n"
-#: standalone/drakbackup:556 standalone/drakbackup:627
-#: standalone/drakbackup:683
+#: standalone/drakbackup:557 standalone/drakbackup:628
+#: standalone/drakbackup:684
#, c-format
msgid "Total progress"
msgstr "Fortschritt (komplett)"
-#: standalone/drakbackup:609
+#: standalone/drakbackup:610
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -17621,43 +18403,43 @@ msgstr ""
"Wenn Sie dies schon gemacht haben, müssen Sie wahrscheinlich\n"
"den Eintrag in der Datei authorized_keys auf dem Server löschen."
-#: standalone/drakbackup:618
+#: standalone/drakbackup:619
#, c-format
msgid "This may take a moment to generate the keys."
msgstr "Das Generieren der Schlüssel kann einen Moment dauern."
# spawn=laichen?????????????
-#: standalone/drakbackup:625
+#: standalone/drakbackup:626
#, c-format
msgid "Cannot spawn %s."
msgstr "Kann auf %s nicht zugreifen."
-#: standalone/drakbackup:642
+#: standalone/drakbackup:643
#, c-format
msgid "No password prompt on %s at port %s"
msgstr "Keine Passwortaufforderung auf %s am Port %s"
-#: standalone/drakbackup:643
+#: standalone/drakbackup:644
#, c-format
msgid "Bad password on %s"
msgstr "Falsches Passwort auf %s"
-#: standalone/drakbackup:644
+#: standalone/drakbackup:645
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr "Zugriff verweigert beim Übertragen von %s nach %s"
-#: standalone/drakbackup:645
+#: standalone/drakbackup:646
#, c-format
msgid "Can't find %s on %s"
msgstr "Kann %s auf %s nicht finden"
-#: standalone/drakbackup:649
+#: standalone/drakbackup:650
#, c-format
msgid "%s not responding"
msgstr "%s anwortet nicht"
-#: standalone/drakbackup:653
+#: standalone/drakbackup:654
#, c-format
msgid ""
"Transfer successful\n"
@@ -17674,84 +18456,84 @@ msgstr ""
"\n"
"ohne das Sie jetzt nach einem Passwort gefragt werden."
-#: standalone/drakbackup:697
+#: standalone/drakbackup:698
#, c-format
msgid "WebDAV remote site already in sync!"
msgstr "Die entfernte WebDAV Seite ist bereits synchronisiert!"
-#: standalone/drakbackup:701
+#: standalone/drakbackup:702
#, c-format
msgid "WebDAV transfer failed!"
msgstr "WebDAV-Übertragung schlug fehl!"
-#: standalone/drakbackup:722
+#: standalone/drakbackup:723
#, c-format
msgid "No CD-R/DVD-R in drive!"
msgstr "Keine CD/DVDR im Laufwerk!"
-#: standalone/drakbackup:726
+#: standalone/drakbackup:727
#, c-format
msgid "Does not appear to be recordable media!"
msgstr "Das Medium ist nicht beschreibbar!"
-#: standalone/drakbackup:730
+#: standalone/drakbackup:732
#, c-format
msgid "Not erasable media!"
msgstr "Das Medium ist nicht löschbar!"
-#: standalone/drakbackup:771
+#: standalone/drakbackup:774
#, c-format
msgid "This may take a moment to erase the media."
msgstr "Das Löschen des Mediums kann einen Moment dauern."
-#: standalone/drakbackup:829
+#: standalone/drakbackup:832
#, c-format
msgid "Permission problem accessing CD."
msgstr "Problem beim Zugriff auf die CD."
-#: standalone/drakbackup:856
+#: standalone/drakbackup:859
#, c-format
msgid "No tape in %s!"
msgstr "Es liegt kein Band in %s!"
-#: standalone/drakbackup:956
+#: standalone/drakbackup:966
#, c-format
msgid ""
"Backup quota exceeded!\n"
"%d MB used vs %d MB allocated."
msgstr "Sicherungsquote erschöpft!n%d MB genutzt von %d MB reserviert."
-#: standalone/drakbackup:975 standalone/drakbackup:1008
+#: standalone/drakbackup:985 standalone/drakbackup:1018
#, c-format
msgid "Backup system files..."
msgstr "Systemdateien sichern ..."
-#: standalone/drakbackup:1009 standalone/drakbackup:1050
+#: standalone/drakbackup:1019 standalone/drakbackup:1060
#, c-format
msgid "Hard Disk Backup files..."
msgstr "Backup-Dateien auf der Festplatte ..."
-#: standalone/drakbackup:1049
+#: standalone/drakbackup:1059
#, c-format
msgid "Backup User files..."
msgstr "Benutzerdateien sichern ..."
-#: standalone/drakbackup:1084
+#: standalone/drakbackup:1094
#, c-format
msgid "Backup Other files..."
msgstr "Andere Dateien sichern ..."
-#: standalone/drakbackup:1085
+#: standalone/drakbackup:1095
#, c-format
msgid "Hard Disk Backup Progress..."
msgstr "Festplattenbackup in Bearbeitung ..."
-#: standalone/drakbackup:1090
+#: standalone/drakbackup:1100
#, c-format
msgid "No changes to backup!"
msgstr "Keine Änderungen zu sichern!"
-#: standalone/drakbackup:1108 standalone/drakbackup:1132
+#: standalone/drakbackup:1118 standalone/drakbackup:1142
#, c-format
msgid ""
"\n"
@@ -17762,7 +18544,7 @@ msgstr ""
"DrakBackup Aktivitäten via %s:\n"
"\n"
-#: standalone/drakbackup:1117
+#: standalone/drakbackup:1127
#, c-format
msgid ""
"\n"
@@ -17773,7 +18555,7 @@ msgstr ""
" FTP-Verbindungsproblem: Es war nicht möglich, Ihre Dateien per FTP zu "
"übertragen.\n"
-#: standalone/drakbackup:1118
+#: standalone/drakbackup:1128
#, c-format
msgid ""
"Error during sending file via FTP. Please correct your FTP configuration."
@@ -17781,12 +18563,12 @@ msgstr ""
"Fehler bei der Übertragung via FTP.\n"
" Bitte korrigieren Sie Ihre FTP-Konfiguration."
-#: standalone/drakbackup:1120
+#: standalone/drakbackup:1130
#, c-format
msgid "file list sent by FTP: %s\n"
msgstr "Dateiliste gesendet per FTP: %s\n"
-#: standalone/drakbackup:1137
+#: standalone/drakbackup:1147
#, c-format
msgid ""
"\n"
@@ -17797,7 +18579,7 @@ msgstr ""
"Drakbackup Aktivitäten über CD:\n"
"\n"
-#: standalone/drakbackup:1142
+#: standalone/drakbackup:1152
#, c-format
msgid ""
"\n"
@@ -17808,25 +18590,22 @@ msgstr ""
"Drakbackup-Aktivitäten über Bandlaufwerk:\n"
"\n"
-#: standalone/drakbackup:1151
-#, fuzzy, c-format
+#: standalone/drakbackup:1161
+#, c-format
msgid "Error sending mail. Your report mail was not sent."
-msgstr ""
-"Sendmail-Fehler\n"
-" Ihre Bericht-Mail konnte nicht versandt werden.\n"
-" Bitte richten Sie Sendmail ein."
+msgstr "Fehler beim E-Mail-Versandt. Ihr Bericht wurde nicht gesendet."
-#: standalone/drakbackup:1152
+#: standalone/drakbackup:1162
#, c-format
msgid " Error while sending mail. \n"
msgstr " Fehler beim Verschicken der E-Mail. \n"
-#: standalone/drakbackup:1180
+#: standalone/drakbackup:1192
#, c-format
msgid "Can't create catalog!"
msgstr "Ich kann den Katalog nicht erstellen!"
-#: standalone/drakbackup:1393
+#: standalone/drakbackup:1414
#, c-format
msgid ""
"\n"
@@ -17835,7 +18614,7 @@ msgstr ""
"\n"
"Bitte wählen Sie alle benötigten Parameter.\n"
-#: standalone/drakbackup:1394
+#: standalone/drakbackup:1415
#, c-format
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
@@ -17843,35 +18622,35 @@ msgstr ""
"Diese Optionen kann alle Ihre Dateien im Verzeichnis „/etc“ sichern und "
"wiederherstellen\n"
-#: standalone/drakbackup:1395
+#: standalone/drakbackup:1416
#, c-format
msgid "Backup your System files. (/etc directory)"
msgstr "Sichern Sie Ihre Systemdateien. (Verzeichnis /etc)."
-#: standalone/drakbackup:1396 standalone/drakbackup:1460
-#: standalone/drakbackup:1526
+#: standalone/drakbackup:1417 standalone/drakbackup:1481
+#: standalone/drakbackup:1547
#, c-format
msgid "Use Incremental/Differential Backups (do not replace old backups)"
msgstr "Inkrementelle Archivierung (alte Archive nicht ersetzen)"
-#: standalone/drakbackup:1398 standalone/drakbackup:1462
-#: standalone/drakbackup:1528
+#: standalone/drakbackup:1419 standalone/drakbackup:1483
+#: standalone/drakbackup:1549
#, c-format
msgid "Use Incremental Backups"
msgstr "Inkrementelle Archivierung"
-#: standalone/drakbackup:1398 standalone/drakbackup:1462
-#: standalone/drakbackup:1528
+#: standalone/drakbackup:1419 standalone/drakbackup:1483
+#: standalone/drakbackup:1549
#, c-format
msgid "Use Differential Backups"
msgstr "Differentielles Backup verwenden"
-#: standalone/drakbackup:1400
+#: standalone/drakbackup:1421
#, c-format
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Keine kritischen Dateien (passwd, group, fstab) archivieren"
-#: standalone/drakbackup:1401
+#: standalone/drakbackup:1422
#, c-format
msgid ""
"With this option you will be able to restore any version\n"
@@ -17880,182 +18659,180 @@ msgstr ""
"Mit dieser Option sind Sie in der Lage, jede Version Ihres \n"
"„/etc“ Verzeichnisses wiederherzustellen."
-#: standalone/drakbackup:1432
+#: standalone/drakbackup:1453
#, c-format
msgid "Please check all users that you want to include in your backup."
msgstr ""
"Bitte wählen Sie alle Benutzer, deren Dateien mitgesichert werden sollen."
-#: standalone/drakbackup:1459
+#: standalone/drakbackup:1480
#, c-format
msgid "Do not include the browser cache"
msgstr "Die Browser-Caches nicht archivieren"
-#: standalone/drakbackup:1513
-#, fuzzy, c-format
+#: standalone/drakbackup:1534
+#, c-format
msgid "Select the files or directories and click on 'OK'"
-msgstr ""
-"Wählen Sie die Dateien oder Verzeichnisse und betätigen Sie die Schaltfläche "
-"„Hinzufügen“"
+msgstr "Wählen Sie die Dateien oder Verzeichnisse und drücken Sie auf „OK“."
-#: standalone/drakbackup:1514 standalone/drakfont:656
+#: standalone/drakbackup:1535 standalone/drakfont:660
#, c-format
msgid "Remove Selected"
msgstr "Markierte entfernen"
-#: standalone/drakbackup:1577
+#: standalone/drakbackup:1598
#, c-format
msgid "Users"
msgstr "Benutzer"
-#: standalone/drakbackup:1597
+#: standalone/drakbackup:1618
#, c-format
msgid "Use network connection to backup"
msgstr "Netzwerkverbindung zur Datensicherung verwenden"
-#: standalone/drakbackup:1599
+#: standalone/drakbackup:1620
#, c-format
msgid "Net Method:"
msgstr "Netz-Methode:"
-#: standalone/drakbackup:1603
+#: standalone/drakbackup:1624
#, c-format
msgid "Use Expect for SSH"
msgstr "Benutze Expect für SSH"
-#: standalone/drakbackup:1604
+#: standalone/drakbackup:1625
#, c-format
msgid "Create/Transfer backup keys for SSH"
msgstr "Erzeuge/Übertrage Backup Schlüssel für SSH"
-#: standalone/drakbackup:1606
+#: standalone/drakbackup:1627
#, c-format
msgid "Transfer Now"
msgstr "Übertrage jetzt"
-#: standalone/drakbackup:1608
+#: standalone/drakbackup:1629
#, c-format
msgid "Other (not drakbackup) keys in place already"
msgstr "Andere (nicht drakbackup) gegenwärtige Schlüssel"
-#: standalone/drakbackup:1611
+#: standalone/drakbackup:1632
#, c-format
msgid "Host name or IP."
msgstr "Rechnername oder IP"
-#: standalone/drakbackup:1616
+#: standalone/drakbackup:1637
#, c-format
msgid "Directory (or module) to put the backup on this host."
msgstr ""
"Bitte geben Sie das Verzeichnis (oder Modul) an,\n"
"in dem die Archive auf diesem Rechner erstellt werden sollen."
-#: standalone/drakbackup:1621
-#, c-format
-msgid "Login name"
-msgstr "Benutzername"
-
-#: standalone/drakbackup:1628
+#: standalone/drakbackup:1649
#, c-format
msgid "Remember this password"
msgstr "Passwort behalten"
-#: standalone/drakbackup:1644
+#: standalone/drakbackup:1665
#, c-format
msgid "Need hostname, username and password!"
msgstr "Brauche Rechnername, Benutzername und Passwort!"
-#: standalone/drakbackup:1742
+#: standalone/drakbackup:1756
#, c-format
msgid "Use CD-R/DVD-R to backup"
msgstr "Sicherungskopie auf CD/DVD-ROM"
-#: standalone/drakbackup:1745
+#: standalone/drakbackup:1759
#, c-format
msgid "Choose your CD/DVD device"
msgstr "Bitte wählen Sie ihr CD/DVD-Gerät"
-#: standalone/drakbackup:1750
+#: standalone/drakbackup:1764
#, c-format
msgid "Choose your CD/DVD media size"
msgstr "Bitte wählen Sie die Größe der CD/DVD-Medien"
-#: standalone/drakbackup:1757
+#: standalone/drakbackup:1771
#, c-format
msgid "Multisession CD"
msgstr "Multisession CD"
-#: standalone/drakbackup:1759
+#: standalone/drakbackup:1773
#, c-format
msgid "CDRW media"
msgstr "CD-RW Medium"
-#: standalone/drakbackup:1765
+#: standalone/drakbackup:1779
#, c-format
msgid "Erase your RW media (1st Session)"
msgstr "RW-Medium löschen (erste Session)"
-#: standalone/drakbackup:1766
+#: standalone/drakbackup:1780
#, c-format
msgid " Erase Now "
msgstr " Jetzt löschen"
-#: standalone/drakbackup:1772
+#: standalone/drakbackup:1786
#, c-format
msgid "DVD+RW media"
msgstr "DVD+RW Medien"
-#: standalone/drakbackup:1774
+#: standalone/drakbackup:1788
#, c-format
msgid "DVD-R media"
msgstr "DVD-R Medien"
-#: standalone/drakbackup:1776
+#: standalone/drakbackup:1790
#, c-format
msgid "DVDRAM device"
msgstr "DVD-RAM Laufwerk"
-#: standalone/drakbackup:1807
+#: standalone/drakbackup:1821
#, c-format
msgid "No CD device defined!"
msgstr "Kein CD-Gerät angegeben!"
-#: standalone/drakbackup:1854
+#: standalone/drakbackup:1863
#, c-format
msgid "Use tape to backup"
msgstr "Auf Bandlaufwerk sichern"
-#: standalone/drakbackup:1857
+#: standalone/drakbackup:1866
#, c-format
msgid "Device name to use for backup"
msgstr "Bitte geben Sie den Gerätenamen für Archivierung an."
-#: standalone/drakbackup:1863
+#: standalone/drakbackup:1872
+#, c-format
+msgid "Backup directly to tape"
+msgstr "Datensicherung direkt auf Band"
+
+#: standalone/drakbackup:1878
#, c-format
msgid "Don't rewind tape after backup"
msgstr "Band nach der Sicherung nicht zurückspulen"
-#: standalone/drakbackup:1869
+#: standalone/drakbackup:1884
#, c-format
msgid "Erase tape before backup"
msgstr "Band vor Sicherung löschen"
-#: standalone/drakbackup:1875
+#: standalone/drakbackup:1890
#, c-format
msgid "Eject tape after the backup"
msgstr "Band nach der Sicherung auswerfen"
-#: standalone/drakbackup:1942
+#: standalone/drakbackup:1962
#, c-format
msgid "Enter the directory to save to:"
msgstr "Eingabe des Sicherungsverzeichnisses:"
-#: standalone/drakbackup:1946
-#, fuzzy, c-format
+#: standalone/drakbackup:1966
+#, c-format
msgid "Directory to save to"
-msgstr "Bitte geben Sie das Archivverzeichnis an:"
+msgstr "Verzeichnis, in das gespeichert wird"
-#: standalone/drakbackup:1951
+#: standalone/drakbackup:1971
#, c-format
msgid ""
"Maximum size\n"
@@ -18064,311 +18841,311 @@ msgstr ""
"Bitte geben Sie die Maximalgröße \n"
"für DrakBackup an."
-#: standalone/drakbackup:2015
+#: standalone/drakbackup:2035
#, c-format
msgid "CD-R / DVD-R"
msgstr "CD-ROM / DVD-ROM"
-#: standalone/drakbackup:2020
+#: standalone/drakbackup:2040
#, c-format
msgid "HardDrive / NFS"
msgstr "Festplatte/NFS"
-#: standalone/drakbackup:2036 standalone/drakbackup:2041
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2056
+#: standalone/drakbackup:2061
#, c-format
msgid "hourly"
msgstr "stündlich"
-#: standalone/drakbackup:2037 standalone/drakbackup:2042
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2057
+#: standalone/drakbackup:2062
#, c-format
msgid "daily"
msgstr "täglich"
-#: standalone/drakbackup:2038 standalone/drakbackup:2043
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2058
+#: standalone/drakbackup:2063
#, c-format
msgid "weekly"
msgstr "wöchentlich"
-#: standalone/drakbackup:2039 standalone/drakbackup:2044
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2059
+#: standalone/drakbackup:2064
#, c-format
msgid "monthly"
msgstr "monatlich"
-#: standalone/drakbackup:2040 standalone/drakbackup:2045
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2060
+#: standalone/drakbackup:2065
#, c-format
msgid "custom"
msgstr "Benutzerdefiniert"
-#: standalone/drakbackup:2051
+#: standalone/drakbackup:2069
#, c-format
msgid "January"
msgstr "Januar"
-#: standalone/drakbackup:2051
+#: standalone/drakbackup:2069
#, c-format
msgid "February"
msgstr "Februar"
-#: standalone/drakbackup:2051
+#: standalone/drakbackup:2069
#, c-format
msgid "March"
msgstr "März"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "April"
msgstr "April"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "May"
msgstr "Mai"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "June"
msgstr "Juni"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "July"
msgstr "Juli"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "August"
msgstr "August"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "September"
msgstr "September"
-#: standalone/drakbackup:2053
+#: standalone/drakbackup:2071
#, c-format
msgid "October"
msgstr "Oktober"
-#: standalone/drakbackup:2053
+#: standalone/drakbackup:2071
#, c-format
msgid "November"
msgstr "November"
-#: standalone/drakbackup:2053
+#: standalone/drakbackup:2071
#, c-format
msgid "December"
msgstr "Dezember"
-#: standalone/drakbackup:2058
+#: standalone/drakbackup:2074
#, c-format
msgid "Sunday"
msgstr "Sonntag"
-#: standalone/drakbackup:2058
+#: standalone/drakbackup:2074
#, c-format
msgid "Monday"
msgstr "Montag"
-#: standalone/drakbackup:2058
+#: standalone/drakbackup:2074
#, c-format
msgid "Tuesday"
msgstr "Dienstag"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Wednesday"
msgstr "Mittwoch"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Thursday"
msgstr "Donnerstag"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Friday"
msgstr "Freitag"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Saturday"
msgstr "Samstag"
-#: standalone/drakbackup:2094
+#: standalone/drakbackup:2107
#, c-format
msgid "Use daemon"
msgstr "Dämon verwenden"
-#: standalone/drakbackup:2099
+#: standalone/drakbackup:2112
#, c-format
msgid "Please choose the time interval between each backup"
msgstr "Bitte wählen Sie das Zeitintervall zwischen zwei Sicherungen."
-#: standalone/drakbackup:2105
+#: standalone/drakbackup:2118
#, c-format
msgid "Custom setup/crontab entry:"
msgstr "Angepasster setup/crontab Eintrag"
-#: standalone/drakbackup:2110
+#: standalone/drakbackup:2123
#, c-format
msgid "Minute"
msgstr "Minute"
-#: standalone/drakbackup:2114
+#: standalone/drakbackup:2127
#, c-format
msgid "Hour"
msgstr "Stunde"
-#: standalone/drakbackup:2118
+#: standalone/drakbackup:2131
#, c-format
msgid "Day"
msgstr "Tag"
-#: standalone/drakbackup:2122
+#: standalone/drakbackup:2135
#, c-format
msgid "Month"
msgstr "Monat"
-#: standalone/drakbackup:2126
+#: standalone/drakbackup:2139
#, c-format
msgid "Weekday"
msgstr "Wochentag"
-#: standalone/drakbackup:2132
+#: standalone/drakbackup:2145
#, c-format
msgid "Please choose the media for backup."
msgstr "Bitte wählen Sie ein Sicherungsmedium."
-#: standalone/drakbackup:2139
+#: standalone/drakbackup:2152
#, c-format
msgid "Please be sure that the cron daemon is included in your services."
msgstr "Stellen Sie sicher, dass der Cron-Dämon als Dienst aktiviert ist."
-#: standalone/drakbackup:2140
+#: standalone/drakbackup:2153
#, c-format
msgid "Note that currently all 'net' media also use the hard drive."
msgstr ""
"Beachten Sie, dass gegenwärtig alle „Netzmedien“ ebenfalls die Festplatte "
"nutzen."
-#: standalone/drakbackup:2190
+#: standalone/drakbackup:2201
#, c-format
msgid "Please choose the compression type"
msgstr "Bitte wählen Sie den Kompressionstyp"
-#: standalone/drakbackup:2194
+#: standalone/drakbackup:2205
#, c-format
msgid "Use .backupignore files"
msgstr "Verwende .backupignore Dateien"
-#: standalone/drakbackup:2196
+#: standalone/drakbackup:2207
#, c-format
msgid "Send mail report after each backup to:"
msgstr "E-Mail-Bericht nach jedem Sicherungsvorgang an: "
-#: standalone/drakbackup:2202
+#: standalone/drakbackup:2213
#, c-format
msgid "SMTP server for mail:"
msgstr "SMTP server für mail:"
-#: standalone/drakbackup:2207
+#: standalone/drakbackup:2218
#, c-format
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
"Nach dem Backup auf ein anderes Medium die tar-Dateien von der Festplatte "
"löschen."
-#: standalone/drakbackup:2247
+#: standalone/drakbackup:2258
#, c-format
msgid "What"
msgstr "Was"
-#: standalone/drakbackup:2252
+#: standalone/drakbackup:2263
#, c-format
msgid "Where"
msgstr "Wo"
-#: standalone/drakbackup:2257
+#: standalone/drakbackup:2268
#, c-format
msgid "When"
msgstr "Wann"
-#: standalone/drakbackup:2262
+#: standalone/drakbackup:2273
#, c-format
msgid "More Options"
msgstr "Mehr Parameter"
-#: standalone/drakbackup:2275
-#, fuzzy, c-format
+#: standalone/drakbackup:2286
+#, c-format
msgid "Backup destination not configured..."
-msgstr "Ihr Netzwerk ist nicht konfiguriert"
+msgstr "Das Zielverzeichnis ist noch nicht konfiguriert..."
-#: standalone/drakbackup:2293 standalone/drakbackup:4208
+#: standalone/drakbackup:2306 standalone/drakbackup:4229
#, c-format
msgid "Drakbackup Configuration"
msgstr "DrakBackup-Konfiguration"
-#: standalone/drakbackup:2309
+#: standalone/drakbackup:2322
#, c-format
msgid "Please choose where you want to backup"
msgstr "Bitte wählen Sie wohin Sie die Sicherungskopien machen wollen."
-#: standalone/drakbackup:2311
+#: standalone/drakbackup:2325
#, c-format
msgid "Hard Drive used to prepare backups for all media"
msgstr "Festplatte, die zu Sicherung aller Medien genutzt wird"
-#: standalone/drakbackup:2319
+#: standalone/drakbackup:2325
#, c-format
msgid "Across Network"
msgstr "über Netzwerk"
-#: standalone/drakbackup:2327
+#: standalone/drakbackup:2325
#, c-format
msgid "On CD-R"
msgstr "auf CD-ROM"
-#: standalone/drakbackup:2335
+#: standalone/drakbackup:2325
#, c-format
msgid "On Tape Device"
msgstr "auf Bandlaufwerk (Streamer)"
-#: standalone/drakbackup:2374
+#: standalone/drakbackup:2371
#, c-format
msgid "Backup Users"
msgstr "Benutzer sichern"
-#: standalone/drakbackup:2375
+#: standalone/drakbackup:2372
#, c-format
msgid " (Default is all users)"
msgstr " (Standard: alle Benutzer)"
-#: standalone/drakbackup:2387
+#: standalone/drakbackup:2384
#, c-format
msgid "Please choose what you want to backup"
msgstr "Bitte wählen Sie, was Sie sichern wollen"
-#: standalone/drakbackup:2388
+#: standalone/drakbackup:2385
#, c-format
msgid "Backup System"
msgstr "System sichern"
-#: standalone/drakbackup:2390
+#: standalone/drakbackup:2387
#, c-format
msgid "Select user manually"
msgstr "Benutzer auswählen"
-#: standalone/drakbackup:2419
+#: standalone/drakbackup:2416
#, c-format
msgid "Please select data to backup..."
msgstr "Bitte wählen Sie die zu sichernden Daten..."
-#: standalone/drakbackup:2491
+#: standalone/drakbackup:2488
#, c-format
msgid ""
"\n"
@@ -18377,7 +19154,7 @@ msgstr ""
"\n"
"Sicherungsquellen: \n"
-#: standalone/drakbackup:2492
+#: standalone/drakbackup:2489
#, c-format
msgid ""
"\n"
@@ -18386,7 +19163,7 @@ msgstr ""
"\n"
"- Systemdateien:\n"
-#: standalone/drakbackup:2494
+#: standalone/drakbackup:2491
#, c-format
msgid ""
"\n"
@@ -18395,7 +19172,7 @@ msgstr ""
"\n"
"- Benutzerdateien:\n"
-#: standalone/drakbackup:2496
+#: standalone/drakbackup:2493
#, c-format
msgid ""
"\n"
@@ -18404,7 +19181,7 @@ msgstr ""
"\n"
"- Sonstige Dateien:\n"
-#: standalone/drakbackup:2498
+#: standalone/drakbackup:2495
#, c-format
msgid ""
"\n"
@@ -18413,12 +19190,12 @@ msgstr ""
"\n"
"- Auf Festplatte sichern unter: %s\n"
-#: standalone/drakbackup:2499
+#: standalone/drakbackup:2496
#, c-format
msgid "\tLimit disk usage to %s MB\n"
msgstr "\tPlattenplatz auf %s MB begrenzen\n"
-#: standalone/drakbackup:2502
+#: standalone/drakbackup:2499
#, c-format
msgid ""
"\n"
@@ -18427,17 +19204,7 @@ msgstr ""
"\n"
"- Nach dem Backup die tar-Dateien von der Festplatte löschen.\n"
-#: standalone/drakbackup:2506
-#, c-format
-msgid "NO"
-msgstr "NEIN"
-
-#: standalone/drakbackup:2507
-#, c-format
-msgid "YES"
-msgstr "JA"
-
-#: standalone/drakbackup:2508
+#: standalone/drakbackup:2504
#, c-format
msgid ""
"\n"
@@ -18446,22 +19213,22 @@ msgstr ""
"\n"
"- Auf CD brennen"
-#: standalone/drakbackup:2509
+#: standalone/drakbackup:2505
#, c-format
msgid "RW"
msgstr "Wiederbeschreibbar"
-#: standalone/drakbackup:2510
+#: standalone/drakbackup:2506
#, c-format
msgid " on device: %s"
msgstr " an Gerät: %s"
-#: standalone/drakbackup:2511
+#: standalone/drakbackup:2507
#, c-format
msgid " (multi-session)"
msgstr " (Multisession)"
-#: standalone/drakbackup:2512
+#: standalone/drakbackup:2508
#, c-format
msgid ""
"\n"
@@ -18470,12 +19237,17 @@ msgstr ""
"\n"
"- Auf Band an Gerät %s sichern"
-#: standalone/drakbackup:2513
+#: standalone/drakbackup:2509
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tLöschen=%s"
-#: standalone/drakbackup:2516
+#: standalone/drakbackup:2511
+#, c-format
+msgid "\tBackup directly to Tape\n"
+msgstr "\tDatensicherung direkt auf Band\n"
+
+#: standalone/drakbackup:2513
#, c-format
msgid ""
"\n"
@@ -18484,7 +19256,7 @@ msgstr ""
"\n"
"- via %s auf Rechner %s sichern\n"
-#: standalone/drakbackup:2517
+#: standalone/drakbackup:2514
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -18493,7 +19265,7 @@ msgstr ""
"\t\t Benutzer: %s\n"
"\t\t Pfad: %s \n"
-#: standalone/drakbackup:2518
+#: standalone/drakbackup:2515
#, c-format
msgid ""
"\n"
@@ -18502,92 +19274,92 @@ msgstr ""
"\n"
"- Optionen:\n"
-#: standalone/drakbackup:2519
+#: standalone/drakbackup:2516
#, c-format
msgid "\tDo not include System Files\n"
msgstr "\tKeine Systemdateien\n"
-#: standalone/drakbackup:2521
+#: standalone/drakbackup:2518
#, c-format
msgid "\tBackups use tar and bzip2\n"
msgstr "\tSicherungen verwenden „tar“ und „bzip2“\n"
-#: standalone/drakbackup:2522
+#: standalone/drakbackup:2519
#, c-format
msgid "\tBackups use tar and gzip\n"
msgstr "\tSicherungen verwenden „tar“ und „gzip“\n"
-#: standalone/drakbackup:2523
-#, fuzzy, c-format
+#: standalone/drakbackup:2520
+#, c-format
msgid "\tBackups use tar only\n"
-msgstr "\tSicherungen verwenden „tar“ und „gzip“\n"
+msgstr "\tSicherungen verwenden nur„tar“\n"
-#: standalone/drakbackup:2525
+#: standalone/drakbackup:2522
#, c-format
msgid "\tUse .backupignore files\n"
msgstr "\t“.backupignore“-Dateien verwenden.\n"
-#: standalone/drakbackup:2526
+#: standalone/drakbackup:2523
#, c-format
msgid "\tSend mail to %s\n"
msgstr "\tSendw Email an %s\n"
-#: standalone/drakbackup:2527
-#, fuzzy, c-format
+#: standalone/drakbackup:2524
+#, c-format
msgid "\tUsing SMTP server %s\n"
-msgstr "Auf CUPS-Server „%s“"
+msgstr "\tVerwende SMTP-Server %s\n"
-#: standalone/drakbackup:2529
-#, fuzzy, c-format
+#: standalone/drakbackup:2526
+#, c-format
msgid ""
"\n"
"- Daemon, %s via:\n"
msgstr ""
"\n"
-"- Dämon (%s) enthält:\n"
+"- Dämon (%s) über:\n"
-#: standalone/drakbackup:2530
+#: standalone/drakbackup:2527
#, c-format
msgid "\t-Hard drive.\n"
-msgstr "\t- Festplatte.\n"
+msgstr "\t* Festplatte.\n"
-#: standalone/drakbackup:2531
+#: standalone/drakbackup:2528
#, c-format
msgid "\t-CD-R.\n"
-msgstr "\t- CD-ROM.\n"
+msgstr "\t* CD-ROM.\n"
-#: standalone/drakbackup:2532
+#: standalone/drakbackup:2529
#, c-format
msgid "\t-Tape \n"
msgstr "\t-Band \n"
-#: standalone/drakbackup:2533
+#: standalone/drakbackup:2530
#, c-format
msgid "\t-Network by FTP.\n"
-msgstr "\t- Netzwerk per FTP.\n"
+msgstr "\t* Netzwerk per FTP.\n"
-#: standalone/drakbackup:2534
+#: standalone/drakbackup:2531
#, c-format
msgid "\t-Network by SSH.\n"
-msgstr "\t- Netzwerk per SSH.\n"
+msgstr "\t* Netzwerk per SSH.\n"
-#: standalone/drakbackup:2535
+#: standalone/drakbackup:2532
#, c-format
msgid "\t-Network by rsync.\n"
-msgstr "\t- Netzwerk per rsync.\n"
+msgstr "\t* Netzwerk per rsync.\n"
-#: standalone/drakbackup:2536
+#: standalone/drakbackup:2533
#, c-format
msgid "\t-Network by webdav.\n"
-msgstr "\t- Netzwerk per webdav.\n"
+msgstr "\t* Netzwerk per webdav.\n"
-#: standalone/drakbackup:2538
+#: standalone/drakbackup:2535
#, c-format
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
"Keine Konfiguration. Wählen Sie den Assistenten oder Fortgeschritten.\n"
-#: standalone/drakbackup:2543
+#: standalone/drakbackup:2540
#, c-format
msgid ""
"List of data to restore:\n"
@@ -18596,33 +19368,27 @@ msgstr ""
"Liste der wiederherzustellenden Daten:\n"
"\n"
-#: standalone/drakbackup:2545
-#, fuzzy, c-format
+#: standalone/drakbackup:2542
+#, c-format
msgid "- Restore System Files.\n"
-msgstr ""
-"\n"
-"- Systemdateien:\n"
+msgstr "- Systemdateien wiederherstellen.\n"
-#: standalone/drakbackup:2547 standalone/drakbackup:2557
+#: standalone/drakbackup:2544 standalone/drakbackup:2554
#, c-format
msgid " - from date: %s %s\n"
msgstr " - von Datum: %s %s\n"
-#: standalone/drakbackup:2550
-#, fuzzy, c-format
+#: standalone/drakbackup:2547
+#, c-format
msgid "- Restore User Files: \n"
-msgstr ""
-"\n"
-"- Benutzerdateien:\n"
+msgstr "- Nutzerdateien wiederherstellen: \n"
-#: standalone/drakbackup:2555
-#, fuzzy, c-format
+#: standalone/drakbackup:2552
+#, c-format
msgid "- Restore Other Files: \n"
-msgstr ""
-"\n"
-"- Sonstige Dateien:\n"
+msgstr "- Andere Dateien wiederherstellen: \n"
-#: standalone/drakbackup:2736
+#: standalone/drakbackup:2731
#, c-format
msgid ""
"List of data corrupted:\n"
@@ -18631,133 +19397,133 @@ msgstr ""
"Liste der beschädigten Daten:\n"
"\n"
-#: standalone/drakbackup:2738
+#: standalone/drakbackup:2733
#, c-format
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:2748
+#: standalone/drakbackup:2743
#, c-format
msgid "Backup files are corrupted"
msgstr "Die Sicherungen sind beschädigt."
-#: standalone/drakbackup:2769
+#: standalone/drakbackup:2764
#, c-format
msgid " All of your selected data have been "
msgstr " Alle Ihre gewählten Daten wurden "
-#: standalone/drakbackup:2770
+#: standalone/drakbackup:2765
#, c-format
-msgid " Successfuly Restored on %s "
+msgid " Successfully Restored on %s "
msgstr " erfolgreich auf %s wiederhergestellt "
-#: standalone/drakbackup:2889
+#: standalone/drakbackup:2885
#, c-format
msgid " Restore Configuration "
msgstr " Konfiguration wiederherstellen "
-#: standalone/drakbackup:2917
+#: standalone/drakbackup:2913
#, c-format
msgid "OK to restore the other files."
msgstr "Bereit um die anderen Dateien wiederherzustellen"
-#: standalone/drakbackup:2933
+#: standalone/drakbackup:2929
#, c-format
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Liste wiederherzustellender Benutzer (letztes Datum pro Benutzer ist wichtig)"
-#: standalone/drakbackup:3000
-#, fuzzy, c-format
+#: standalone/drakbackup:2994
+#, c-format
msgid "Please choose the date to restore:"
-msgstr "Bitte wählen Sie, welches Datum wiederhergestellt werden soll."
+msgstr "Bitte die Daten zum Wiederherstellen auswählen:"
-#: standalone/drakbackup:3037
+#: standalone/drakbackup:3031
#, c-format
msgid "Restore from Hard Disk."
msgstr "Von Festplatte wiederherstellen"
-#: standalone/drakbackup:3039
+#: standalone/drakbackup:3033
#, c-format
msgid "Enter the directory where backups are stored"
msgstr "Bitte geben Sie das Verzeichnis an, in dem die Sicherungskopien liegen"
-#: standalone/drakbackup:3043
-#, fuzzy, c-format
+#: standalone/drakbackup:3037
+#, c-format
msgid "Directory with backups"
-msgstr "Alle Sicherungen wiederherstellen"
+msgstr "Verzeichnisse mit Datensicherungen"
-#: standalone/drakbackup:3097
+#: standalone/drakbackup:3091
#, c-format
msgid "Select another media to restore from"
msgstr "Wählen Sie ein anderes Medium von dem Sie wiederherstellen wollen."
-#: standalone/drakbackup:3099
+#: standalone/drakbackup:3093
#, c-format
msgid "Other Media"
msgstr "Anderes Medium"
-#: standalone/drakbackup:3104
+#: standalone/drakbackup:3098
#, c-format
msgid "Restore system"
msgstr "System wiederherstellen"
-#: standalone/drakbackup:3105
+#: standalone/drakbackup:3099
#, c-format
msgid "Restore Users"
msgstr "Benutzer wiederherstellen"
-#: standalone/drakbackup:3106
+#: standalone/drakbackup:3100
#, c-format
msgid "Restore Other"
msgstr "Sonstiges wiederherstellen"
-#: standalone/drakbackup:3108
+#: standalone/drakbackup:3102
#, c-format
msgid "Select path to restore (instead of /)"
msgstr "Pfad zum Wiederherstellen auswählen (anstatt /)"
-#: standalone/drakbackup:3112 standalone/drakbackup:3394
-#, fuzzy, c-format
+#: standalone/drakbackup:3106 standalone/drakbackup:3388
+#, c-format
msgid "Path To Restore To"
-msgstr "Benutzerdefinierte Wiederherstellung"
+msgstr "Pfad zum Wiederherstellen zu"
-#: standalone/drakbackup:3115
+#: standalone/drakbackup:3109
#, c-format
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Erstelle Sicherung vor dem Wiederherstellen (nur für inkrementelle "
"Sicherungen)."
-#: standalone/drakbackup:3117
+#: standalone/drakbackup:3111
#, c-format
msgid "Remove user directories before restore."
msgstr "Verzeichnisse der Benutzer vor dem Wiederherstellen entfernen."
-#: standalone/drakbackup:3201
+#: standalone/drakbackup:3196
#, c-format
msgid "Filename text substring to search for (empty string matches all):"
msgstr ""
"Dateinamentext-Unterstring nach dem gesucht wird (leerer String findet "
"alles!):"
-#: standalone/drakbackup:3204
+#: standalone/drakbackup:3199
#, c-format
msgid "Search Backups"
msgstr "Durchsuche Sicherheitskopien"
-#: standalone/drakbackup:3223
+#: standalone/drakbackup:3217
#, c-format
msgid "No matches found..."
msgstr "Kein Treffer gefunden..."
-#: standalone/drakbackup:3227
+#: standalone/drakbackup:3221
#, c-format
msgid "Restore Selected"
msgstr "Markierte Dateien wiederherstellen"
-#: standalone/drakbackup:3362
+#: standalone/drakbackup:3356
#, c-format
msgid ""
"Click date/time to see backup files.\n"
@@ -18766,7 +19532,7 @@ msgstr ""
"Klicken Sie auf Datum/Zeit um die Sicherungsdateien zu sehen.\n"
"Strg-Klick Dateien um mehrere Dateien auszuwählen."
-#: standalone/drakbackup:3368
+#: standalone/drakbackup:3362
#, c-format
msgid ""
"Restore Selected\n"
@@ -18775,7 +19541,7 @@ msgstr ""
"Ausgewählte Katalogeinträge\n"
"wieder herstellen"
-#: standalone/drakbackup:3377
+#: standalone/drakbackup:3371
#, c-format
msgid ""
"Restore Selected\n"
@@ -18784,256 +19550,258 @@ msgstr ""
"Markierte Dateien\n"
"wiederherstellen"
-#: standalone/drakbackup:3454
+#: standalone/drakbackup:3448
#, c-format
msgid "Backup files not found at %s."
msgstr "Backup-Dateien nicht unter %s gefunden."
-#: standalone/drakbackup:3467
+#: standalone/drakbackup:3461
#, c-format
msgid "Restore From CD"
msgstr "Von CD wiederherstellen"
-#: standalone/drakbackup:3467
-#, fuzzy, c-format
+#: standalone/drakbackup:3461
+#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-"Legen Sie die Cd mit Namen %s\n"
-"in das CD Laufwerk, welches auf /mnt/cdrom gemountet ist"
+"Legen Sie die CD mit Namen %s\n"
+"in das CD-Laufwerk, eingebunden unter /mnt/cdrom"
-#: standalone/drakbackup:3469
+#: standalone/drakbackup:3463
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr "Nicht die korrekte CD. Die richtige CD heißt %s"
-#: standalone/drakbackup:3479
+#: standalone/drakbackup:3473
#, c-format
msgid "Restore From Tape"
msgstr "Von Band wiederherstellen"
-#: standalone/drakbackup:3479
-#, fuzzy, c-format
+#: standalone/drakbackup:3473
+#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
"Legen Sie das Band mit dem Namen %s\n"
-"in das Bandlaufwerk %s"
+"in das Bandlaufwerkgerät %s"
-#: standalone/drakbackup:3481
+#: standalone/drakbackup:3475
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr "Nicht das richtige Band. Das richtige Band heißt %s"
-#: standalone/drakbackup:3492
+#: standalone/drakbackup:3486
#, c-format
msgid "Restore Via Network"
msgstr "Über Netzwerk wiederherstellen"
-#: standalone/drakbackup:3492
+#: standalone/drakbackup:3486
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr "Wiederherstellen mit Netzwerkprotokoll: %s"
-#: standalone/drakbackup:3493
+#: standalone/drakbackup:3487
#, c-format
msgid "Host Name"
msgstr "Rechnername"
-#: standalone/drakbackup:3494
+#: standalone/drakbackup:3488
#, c-format
msgid "Host Path or Module"
msgstr "Rechnerpfad oder Modul"
-#: standalone/drakbackup:3501
+#: standalone/drakbackup:3495
#, c-format
msgid "Password required"
msgstr "Passwort nötig"
-#: standalone/drakbackup:3507
+#: standalone/drakbackup:3501
#, c-format
msgid "Username required"
msgstr "Benutzername nötig"
-#: standalone/drakbackup:3510
+#: standalone/drakbackup:3504
#, c-format
msgid "Hostname required"
msgstr "Rechnername nötig"
-#: standalone/drakbackup:3515
+#: standalone/drakbackup:3509
#, c-format
msgid "Path or Module required"
msgstr "Pfad oder Modul benötigt"
-#: standalone/drakbackup:3528
+#: standalone/drakbackup:3522
#, c-format
msgid "Files Restored..."
msgstr "Dateien wiederhergestellt..."
-#: standalone/drakbackup:3531
+#: standalone/drakbackup:3525
#, c-format
msgid "Restore Failed..."
msgstr "Wiederherstellen fehlgeschlagen..."
-#: standalone/drakbackup:3549
-#, fuzzy, c-format
+#: standalone/drakbackup:3543
+#, c-format
msgid "%s not retrieved..."
-msgstr "%s nicht gefunden...\n"
+msgstr "%s nicht wiedergefunden..."
-#: standalone/drakbackup:3748 standalone/drakbackup:3817
+#: standalone/drakbackup:3765 standalone/drakbackup:3834
#, c-format
msgid "Search for files to restore"
msgstr "Suche wiederherzustellende Dateien."
-#: standalone/drakbackup:3752
+#: standalone/drakbackup:3769
#, c-format
msgid "Restore all backups"
msgstr "Alle Sicherungen wiederherstellen"
-#: standalone/drakbackup:3760
+#: standalone/drakbackup:3777
#, c-format
msgid "Custom Restore"
msgstr "Benutzerdefinierte Wiederherstellung"
-#: standalone/drakbackup:3764 standalone/drakbackup:3813
+#: standalone/drakbackup:3781 standalone/drakbackup:3830
#, c-format
msgid "Restore From Catalog"
msgstr "Wiederherstellen aus Katalog"
-#: standalone/drakbackup:3785
+#: standalone/drakbackup:3802
#, c-format
msgid "Unable to find backups to restore...\n"
msgstr "Kann kein Archiv zum Wiederherstellen finden...\n"
-#: standalone/drakbackup:3786
-#, fuzzy, c-format
+#: standalone/drakbackup:3803
+#, c-format
msgid "Verify that %s is the correct path"
-msgstr "Stellen Sie sicher dass %s der richtige Pfad ist"
+msgstr "Stellen Sie sicher, dass %s der richtige Pfad ist"
-#: standalone/drakbackup:3787
+#: standalone/drakbackup:3804
#, c-format
msgid " and the CD is in the drive"
msgstr " und die CD im Laufwerk ist"
-#: standalone/drakbackup:3789
-#, fuzzy, c-format
+#: standalone/drakbackup:3806
+#, c-format
msgid "Backups on unmountable media - Use Catalog to restore"
-msgstr "An"
+msgstr ""
+"Datensicherung auf nicht-einbindbarem Medium - Katalog zum Wiederherstellen "
+"verwenden"
-#: standalone/drakbackup:3805
+#: standalone/drakbackup:3822
#, c-format
msgid "CD in place - continue."
msgstr "Aktuelle CD - fortfahren."
-#: standalone/drakbackup:3810
+#: standalone/drakbackup:3827
#, c-format
msgid "Browse to new restore repository."
msgstr "Zum neuen Wiederherstellungsverzeichnis wechseln"
-#: standalone/drakbackup:3811
-#, fuzzy, c-format
+#: standalone/drakbackup:3828
+#, c-format
msgid "Directory To Restore From"
-msgstr "Von CD wiederherstellen"
+msgstr "Wiederherstellungsverzeichnis"
-#: standalone/drakbackup:3847
+#: standalone/drakbackup:3864
#, c-format
msgid "Restore Progress"
msgstr "Wiederherstellungs-Fortschritt"
-#: standalone/drakbackup:3898 standalone/drakbackup:3971
-#: standalone/logdrake:174
+#: standalone/drakbackup:3919 standalone/drakbackup:3992
+#: standalone/logdrake:173
#, c-format
msgid "Save"
msgstr "Speichern"
-#: standalone/drakbackup:3954
+#: standalone/drakbackup:3975
#, c-format
msgid "Build Backup"
msgstr "Sicherung erstellen"
-#: standalone/drakbackup:3987 standalone/drakbackup:4307
+#: standalone/drakbackup:4008 standalone/drakbackup:4328
#, c-format
msgid "Restore"
msgstr "Wiederherstellen"
-#: standalone/drakbackup:4075
+#: standalone/drakbackup:4096
#, c-format
msgid "The following packages need to be installed:\n"
msgstr "Die folgenden Pakete müssen installiert werden:\n"
-#: standalone/drakbackup:4102
+#: standalone/drakbackup:4123
#, c-format
msgid "Please select data to restore..."
msgstr "Bitte wählen Sie die wiederherzustellenden Daten..."
-#: standalone/drakbackup:4142
+#: standalone/drakbackup:4163
#, c-format
msgid "Backup system files"
msgstr "Systemdateien sichern"
-#: standalone/drakbackup:4145
+#: standalone/drakbackup:4166
#, c-format
msgid "Backup user files"
msgstr "Benutzerdateien sichern"
-#: standalone/drakbackup:4148
+#: standalone/drakbackup:4169
#, c-format
msgid "Backup other files"
msgstr "Andere Dateien sichern"
-#: standalone/drakbackup:4151 standalone/drakbackup:4185
+#: standalone/drakbackup:4172 standalone/drakbackup:4206
#, c-format
msgid "Total Progress"
msgstr "Fortschritt"
-#: standalone/drakbackup:4177
+#: standalone/drakbackup:4198
#, c-format
msgid "Sending files by FTP"
msgstr "Dateien mittels FTP übertragen"
-#: standalone/drakbackup:4180
+#: standalone/drakbackup:4201
#, c-format
msgid "Sending files..."
msgstr "Sende Dateien ..."
-#: standalone/drakbackup:4250
+#: standalone/drakbackup:4271
#, c-format
msgid "Backup Now from configuration file"
msgstr "Jetzt Sicherung anhand der Konfigurationsdatei erstellen"
-#: standalone/drakbackup:4255
+#: standalone/drakbackup:4276
#, c-format
msgid "View Backup Configuration."
msgstr "Sicherungskonfiguration anzeigen"
-#: standalone/drakbackup:4281
+#: standalone/drakbackup:4302
#, c-format
msgid "Wizard Configuration"
msgstr "Assistentengestützte Konfiguration"
-#: standalone/drakbackup:4286
+#: standalone/drakbackup:4307
#, c-format
msgid "Advanced Configuration"
msgstr "Expertenkonfiguration"
-#: standalone/drakbackup:4291
+#: standalone/drakbackup:4312
#, c-format
msgid "View Configuration"
msgstr "Einstellung anschauen"
-#: standalone/drakbackup:4295
+#: standalone/drakbackup:4316
#, c-format
msgid "View Last Log"
msgstr "Letzten Log Eintrag betrachten"
-#: standalone/drakbackup:4300
+#: standalone/drakbackup:4321
#, c-format
msgid "Backup Now"
msgstr "Jetzt sichern"
-#: standalone/drakbackup:4304
+#: standalone/drakbackup:4325
#, c-format
msgid ""
"No configuration file found \n"
@@ -19042,56 +19810,56 @@ msgstr ""
"Keine Konfigurationsdatei gefunden.\n"
"Bitte wählen Sie den „Assistenten“ oder „Erweitert“."
-#: standalone/drakbackup:4324 standalone/drakbackup:4327
+#: standalone/drakbackup:4345 standalone/drakbackup:4348
#, c-format
msgid "Drakbackup"
msgstr "DrakBackup"
-#: standalone/drakboot:58
-#, fuzzy, c-format
+#: standalone/drakboot:64
+#, c-format
msgid "Graphical boot theme selection"
-msgstr "Auswahl des Druckermodells"
+msgstr "Auswahl des grafischen Startthemas"
-#: standalone/drakboot:58
+#: standalone/drakboot:64
#, c-format
msgid "System mode"
msgstr "System-Modus"
-#: standalone/drakboot:68 standalone/drakfloppy:46 standalone/harddrake2:103
-#: standalone/harddrake2:104 standalone/logdrake:71
-#: standalone/printerdrake:150 standalone/printerdrake:151
-#: standalone/printerdrake:152
+#: standalone/drakboot:74 standalone/drakfloppy:47 standalone/harddrake2:171
+#: standalone/harddrake2:172 standalone/logdrake:70
+#: standalone/printerdrake:156 standalone/printerdrake:157
+#: standalone/printerdrake:158
#, c-format
msgid "/_File"
msgstr "/_Datei"
-#: standalone/drakboot:69 standalone/drakfloppy:47 standalone/logdrake:77
+#: standalone/drakboot:75 standalone/drakfloppy:48 standalone/logdrake:76
#, c-format
msgid "/File/_Quit"
msgstr "/Datei/B_eenden"
-#: standalone/drakboot:69 standalone/drakfloppy:47 standalone/harddrake2:104
-#: standalone/logdrake:77 standalone/printerdrake:152
+#: standalone/drakboot:75 standalone/drakfloppy:48 standalone/harddrake2:172
+#: standalone/logdrake:76 standalone/printerdrake:158
#, c-format
msgid "<control>Q"
msgstr "<control>Q"
-#: standalone/drakboot:139
+#: standalone/drakboot:148
#, c-format
msgid "Install themes"
msgstr "Designs installieren"
-#: standalone/drakboot:140
+#: standalone/drakboot:149
#, c-format
msgid "Create new theme"
msgstr "Ein neues Design erzeugen"
-#: standalone/drakboot:152
+#: standalone/drakboot:161
#, c-format
msgid "Use graphical boot"
msgstr "Benutze graphisches Booten"
-#: standalone/drakboot:157
+#: standalone/drakboot:166
#, c-format
msgid ""
"Your system bootloader is not in framebuffer mode. To activate graphical "
@@ -19101,12 +19869,17 @@ msgstr ""
"aktivieren wählen Sie einen grafischen Videomodus im Konfigurationswerkzeug "
"des System-Starters."
-#: standalone/drakboot:164
+#: standalone/drakboot:167
+#, c-format
+msgid "Do you want to configure it now?"
+msgstr "Möchten Sie es jetzt einstellen?"
+
+#: standalone/drakboot:177
#, c-format
msgid "Theme"
msgstr "Thema"
-#: standalone/drakboot:167
+#: standalone/drakboot:180
#, c-format
msgid ""
"Display theme\n"
@@ -19115,157 +19888,134 @@ msgstr ""
"Design in der\n"
"Konsole anzeigen"
-#: standalone/drakboot:176
+#: standalone/drakboot:189
#, c-format
msgid "Launch the graphical environment when your system starts"
msgstr "Arbeitsoberfläche nach dem Hochfahren automatisch starten "
-#: standalone/drakboot:184
+#: standalone/drakboot:197
#, c-format
msgid "No, I don't want autologin"
msgstr "Nein, ich will kein Autologin"
-#: standalone/drakboot:185
+#: standalone/drakboot:198
#, c-format
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja, ich will Autologin mit diesem Benutzer und dieser Oberfläche"
-#: standalone/drakboot:191
+#: standalone/drakboot:201
#, c-format
msgid "Default user"
msgstr "Standardkennzeichen"
-#: standalone/drakboot:192
+#: standalone/drakboot:202
#, c-format
msgid "Default desktop"
msgstr "Standard Arbeitsumgebung"
-#: standalone/drakboot:256
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Die Installation von %s schlug fehl. Folgender Fehler trat auf:"
-
-#: standalone/drakbug:40
+#: standalone/drakboot:310
#, c-format
msgid ""
-"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on %s\n"
-" where you'll find a form to fill in. The information displayed above will "
-"be \n"
-"transferred to that server."
+"Please choose a video mode, it will be applied to each of the boot entries "
+"selected below.\n"
+"Be sure your video card supports the mode you choose."
msgstr ""
-"Um eine Fehlermeldung zu übertragen klicken Sie auf den Knopf „Berichten“.\n"
-"Dies wird ein Webbrowser-Fenster %s öffnen\n"
-"wo sie das Forumlar ausfüllen müssen. Die oben dargestellten Informationen "
-"werden\n"
-"auf den Server übertragen werden."
+"Bitte wählen Sie einen Grafikmodus. Er wird auf alle unten ausgewählte "
+"Starteinträge angewendet.\n"
+"Stellen Sie sicher, dass Ihre Grafikkarte den ausgewählten Modus unterstützt."
-#: standalone/drakbug:48
+#: standalone/drakbug:41
#, c-format
-msgid "Mandrake Bug Report Tool"
-msgstr "Mandrake BugReport Werkzeug"
+msgid "Mandrakelinux Bug Report Tool"
+msgstr "Mandrakelinux Fehlerberichte"
-#: standalone/drakbug:53
+#: standalone/drakbug:46
#, c-format
-msgid "Mandrake Control Center"
-msgstr "Mandrake Kontrollzentrum"
+msgid "Mandrakelinux Control Center"
+msgstr "Mandrakelinux Kontrollzentrum"
-#: standalone/drakbug:55
+#: standalone/drakbug:48
#, c-format
msgid "Synchronization tool"
msgstr "Synchronisationsprogramm"
-#: standalone/drakbug:56 standalone/drakbug:70 standalone/drakbug:204
-#: standalone/drakbug:206 standalone/drakbug:210
+#: standalone/drakbug:49 standalone/drakbug:63 standalone/drakbug:176
+#: standalone/drakbug:178 standalone/drakbug:182
#, c-format
msgid "Standalone Tools"
msgstr "Eingenständige Werkzeuge"
-#: standalone/drakbug:57
+#: standalone/drakbug:50
#, c-format
msgid "HardDrake"
msgstr "HardDrake"
-#: standalone/drakbug:58
+#: standalone/drakbug:51
#, c-format
-msgid "Mandrake Online"
-msgstr "Mandrake Online"
+msgid "Mandrakeonline"
+msgstr "Mandrakeonline"
-#: standalone/drakbug:59
+#: standalone/drakbug:52
#, c-format
msgid "Menudrake"
msgstr "MenuDrake"
-#: standalone/drakbug:60
+#: standalone/drakbug:53
#, c-format
msgid "Msec"
msgstr "Msec"
-#: standalone/drakbug:61
+#: standalone/drakbug:54
#, c-format
msgid "Remote Control"
msgstr "Fernsteuerung"
-#: standalone/drakbug:62
+#: standalone/drakbug:55
#, c-format
msgid "Software Manager"
msgstr "Software-Verwaltung"
-#: standalone/drakbug:63
+#: standalone/drakbug:56
#, c-format
msgid "Urpmi"
msgstr "Urpmi"
-#: standalone/drakbug:64
+#: standalone/drakbug:57
#, c-format
msgid "Windows Migration tool"
msgstr "Windows-Migrationswerkzeug"
-#: standalone/drakbug:65
+#: standalone/drakbug:58
#, c-format
msgid "Userdrake"
msgstr "UserDrake"
-#: standalone/drakbug:66
+#: standalone/drakbug:59
#, c-format
msgid "Configuration Wizards"
msgstr "Konfigurationsassistenten"
-#: standalone/drakbug:84
-#, c-format
-msgid ""
-"To submit a bug report, click the report button, which will open your "
-"default browser\n"
-"to Anthill where you will be able to upload the above information as a bug "
-"report."
-msgstr ""
-"Um eine Fehlermeldung zu übertragen klicken Sie auf den Berichten-Button, "
-"der Ihren\n"
-"voreingestellten Browser öffnen wird und die Seite von Anthill anzeigt. Dort "
-"können Sie\n"
-"die obigen Informationen als Fehlermeldung berichten."
-
-#: standalone/drakbug:102
+#: standalone/drakbug:83
#, c-format
msgid "Application:"
msgstr "Anwendung:"
-#: standalone/drakbug:103 standalone/drakbug:115
+#: standalone/drakbug:84 standalone/drakbug:96
#, c-format
msgid "Package: "
msgstr "Paket:"
-#: standalone/drakbug:104
+#: standalone/drakbug:85
#, c-format
msgid "Kernel:"
msgstr "Kernel:"
-#: standalone/drakbug:105 standalone/drakbug:116
+#: standalone/drakbug:86 standalone/drakbug:97
#, c-format
msgid "Release: "
msgstr "Ausgabe:"
-#: standalone/drakbug:110
+#: standalone/drakbug:91
#, c-format
msgid ""
"Application Name\n"
@@ -19274,117 +20024,132 @@ msgstr ""
"Anwendungsname\n"
"oder ganzer Pfad:"
-#: standalone/drakbug:113
+#: standalone/drakbug:94
#, c-format
msgid "Find Package"
msgstr "Finde Pakete"
-#: standalone/drakbug:117
+#: standalone/drakbug:98
#, c-format
msgid "Summary: "
msgstr "Zusammenfassung:"
-#: standalone/drakbug:129
-#, c-format
-msgid "YOUR TEXT HERE"
-msgstr "IHR FEHLERBESCHREIBUNG"
-
-#: standalone/drakbug:132
+#: standalone/drakbug:104
#, c-format
msgid "Bug Description/System Information"
msgstr "Fehlerbeschreibung / Systeminformation"
-#: standalone/drakbug:136
+#: standalone/drakbug:105
+#, c-format
+msgid "YOUR TEXT HERE"
+msgstr "IHR FEHLERBESCHREIBUNG"
+
+#: standalone/drakbug:108
#, c-format
msgid "Submit kernel version"
msgstr "Angabe der Kernelversion"
-#: standalone/drakbug:137
+#: standalone/drakbug:109
#, c-format
msgid "Submit cpuinfo"
msgstr "Übermittle CPU-Info"
-#: standalone/drakbug:138
+#: standalone/drakbug:110
#, c-format
msgid "Submit lspci"
msgstr "Übermittle lspci"
-#: standalone/drakbug:159
+#: standalone/drakbug:124
+#, c-format
+msgid ""
+"To submit a bug report, click on the report button.\n"
+"This will open a web browser window on %s\n"
+" where you'll find a form to fill in. The information displayed above will "
+"be \n"
+"transferred to that server."
+msgstr ""
+"Um eine Fehlermeldung zu übertragen klicken Sie auf den Knopf „Berichten“.\n"
+"Dies wird ein Webbrowser-Fenster %s öffnen\n"
+"wo sie das Forumlar ausfüllen müssen. Die oben dargestellten Informationen "
+"werden\n"
+"auf den Server übertragen werden."
+
+#: standalone/drakbug:130
#, c-format
msgid "Report"
msgstr "Bericht"
-#: standalone/drakbug:219
+#: standalone/drakbug:191
#, c-format
msgid "Not installed"
msgstr "Nicht installiert"
-#: standalone/drakbug:231
+#: standalone/drakbug:203
#, c-format
msgid "Package not installed"
msgstr "Paket nicht installiert"
-#: standalone/drakbug:248
+#: standalone/drakbug:220
#, c-format
msgid "NOT FOUND"
msgstr "NICHT GEFUNDEN"
-#: standalone/drakbug:259
+#: standalone/drakbug:227
#, c-format
-msgid "connecting to %s ..."
+msgid "connecting to %s..."
msgstr "Verbinde mit %s ..."
-#: standalone/drakbug:267
+#: standalone/drakbug:235
#, c-format
msgid "No browser available! Please install one"
msgstr "Kein Browser installiert! Bitte installieren Sie einen."
-#: standalone/drakbug:286
+#: standalone/drakbug:254
#, c-format
msgid "Please enter a package name."
msgstr "Bitte geben Sie einen Packet Namen an."
-#: standalone/drakbug:292
+#: standalone/drakbug:260
#, c-format
msgid "Please enter summary text."
msgstr "Bitte geben Sie eine Zusammenfassung ein."
-#: standalone/drakclock:29
+#: standalone/drakclock:30
#, c-format
msgid "DrakClock"
msgstr "DrakClock"
-#: standalone/drakclock:39
-#, fuzzy, c-format
+#: standalone/drakclock:40
+#, c-format
msgid "not defined"
-msgstr "Nicht eingerichtet"
+msgstr "nicht definiert"
-#: standalone/drakclock:41
+#: standalone/drakclock:42
#, c-format
msgid "Change Time Zone"
msgstr "Zeitzone ändern"
-#: standalone/drakclock:45
+#: standalone/drakclock:46
#, c-format
msgid "Timezone - DrakClock"
msgstr "Zeitzone - DrakClock"
-#: standalone/drakclock:47
+#: standalone/drakclock:48
#, c-format
msgid "GMT - DrakClock"
msgstr "GMT - DrakClock"
-#: standalone/drakclock:47
+#: standalone/drakclock:48
#, c-format
msgid "Is your hardware clock set to GMT?"
msgstr "Ist Ihre Hardware Uhr auf GMT eingestellt?"
-#: standalone/drakclock:79
+#: standalone/drakclock:76
#, c-format
msgid "Network Time Protocol"
msgstr "Netzwerk Zeitprotokoll (NTP)"
-#: standalone/drakclock:81
+#: standalone/drakclock:78
#, c-format
msgid ""
"Your computer can synchronize its clock\n"
@@ -19393,48 +20158,55 @@ msgstr ""
"Dieser Computer kann seine Zeit mit einem\n"
" Remote Time Server synchronisieren"
-#: standalone/drakclock:82
+#: standalone/drakclock:79
#, c-format
msgid "Enable Network Time Protocol"
msgstr "Aktiviere das Network Time Protocol"
-#: standalone/drakclock:90
+#: standalone/drakclock:87
#, c-format
msgid "Server:"
msgstr "Server: "
-#: standalone/drakclock:137 standalone/drakclock:149
+#: standalone/drakclock:125
+#, c-format
+msgid "Could not synchronize with %s."
+msgstr "Konnte nicht mit %s synchronisieren."
+
+#: standalone/drakclock:147 standalone/drakclock:157
#, c-format
msgid "Reset"
msgstr "Zurücksetzen"
-#: standalone/drakclock:214
-#, fuzzy, c-format
+#: standalone/drakclock:225
+#, c-format
msgid ""
"We need to install ntp package\n"
" to enable Network Time Protocol\n"
"\n"
-"Do you want to install ntp ?"
+"Do you want to install ntp?"
msgstr ""
-"Das ntp Programmpaket muss installiert werden\n"
-"um das Network Time Protocol zu aktivieren"
+"Wir müssen das Paket „ntp“ installieren,\n"
+"um das Network Time Protocol anzuschalten\n"
+"\n"
+"Möchten Sie ntp installieren?"
-#: standalone/drakconnect:81
+#: standalone/drakconnect:85
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Netzwerk-Konfiguration (%d Karten)"
-#: standalone/drakconnect:92 standalone/drakconnect:751
+#: standalone/drakconnect:96 standalone/drakconnect:787
#, c-format
msgid "Gateway:"
msgstr "Gateway:"
-#: standalone/drakconnect:92 standalone/drakconnect:751
+#: standalone/drakconnect:96 standalone/drakconnect:787
#, c-format
msgid "Interface:"
msgstr "Schnittstelle:"
-#: standalone/drakconnect:96 standalone/net_monitor:106
+#: standalone/drakconnect:100 standalone/net_monitor:122
#, c-format
msgid "Wait please"
msgstr "Bitte warten"
@@ -19444,12 +20216,8 @@ msgstr "Bitte warten"
msgid "Interface"
msgstr "Schnittstelle"
-#: standalone/drakconnect:116 standalone/drakups:233
-#, c-format
-msgid "Driver"
-msgstr "Treiber"
-
-#: standalone/drakconnect:116
+#: standalone/drakconnect:116 standalone/printerdrake:218
+#: standalone/printerdrake:225
#, c-format
msgid "State"
msgstr "Status"
@@ -19464,7 +20232,7 @@ msgstr "Rechnername: "
msgid "Configure hostname..."
msgstr "Rechnername wählen ..."
-#: standalone/drakconnect:149 standalone/drakconnect:792
+#: standalone/drakconnect:149 standalone/drakconnect:843
#, c-format
msgid "LAN configuration"
msgstr "LAN-Konfiguration"
@@ -19474,8 +20242,8 @@ msgstr "LAN-Konfiguration"
msgid "Configure Local Area Network..."
msgstr "Netzwerk konfigurieren"
-#: standalone/drakconnect:162 standalone/drakconnect:240
-#: standalone/drakconnect:244
+#: standalone/drakconnect:162 standalone/drakconnect:246
+#: standalone/drakconnect:250
#, c-format
msgid "Apply"
msgstr "Anwenden"
@@ -19485,108 +20253,114 @@ msgstr "Anwenden"
msgid "Manage connections"
msgstr "Verbindungen verwalten"
-#: standalone/drakconnect:218
-#, fuzzy, c-format
+#: standalone/drakconnect:224
+#, c-format
msgid "Device selected"
-msgstr "Markierte entfernen"
+msgstr "Gerät ausgewählt"
-#: standalone/drakconnect:314
-#, fuzzy, c-format
+#: standalone/drakconnect:305
+#, c-format
msgid "IP configuration"
-msgstr "CUPS-Konfiguration"
+msgstr "IP-Konfiguration"
-#: standalone/drakconnect:351
+#: standalone/drakconnect:342
#, c-format
msgid "DNS servers"
msgstr "DNS-Server"
-#: standalone/drakconnect:359
+#: standalone/drakconnect:350
#, c-format
msgid "Search Domain"
msgstr "Suche Domäne"
-#: standalone/drakconnect:367
+#: standalone/drakconnect:358
#, c-format
msgid "static"
msgstr "statisch"
-#: standalone/drakconnect:367
+#: standalone/drakconnect:358
#, c-format
msgid "DHCP"
msgstr "DHCP"
-#: standalone/drakconnect:493
-#, fuzzy, c-format
+#: standalone/drakconnect:436
+#, c-format
+msgid "Metric"
+msgstr "Metrisch"
+
+#: standalone/drakconnect:491
+#, c-format
msgid "Flow control"
-msgstr "Übertragungsrate"
+msgstr "Flusskontrolle"
#
-#: standalone/drakconnect:494
+#: standalone/drakconnect:492
#, c-format
msgid "Line termination"
msgstr "Leitung getrennt"
-#: standalone/drakconnect:505
+#: standalone/drakconnect:503
#, c-format
msgid "Modem timeout"
msgstr "Modem-Zeit überschritten"
-#: standalone/drakconnect:509
+#: standalone/drakconnect:507
#, c-format
msgid "Use lock file"
msgstr "Sperrdatei benutzen"
-#: standalone/drakconnect:511
+#: standalone/drakconnect:509
#, c-format
msgid "Wait for dialup tone before dialing"
msgstr "Warten auf das Freizeichen vor dem Wählen"
-#: standalone/drakconnect:514
+#: standalone/drakconnect:512
#, c-format
msgid "Busy wait"
msgstr "Beschäftigt - Warten"
-#: standalone/drakconnect:519
+#: standalone/drakconnect:517
#, c-format
msgid "Modem sound"
msgstr "Modem-Ton"
-#: standalone/drakconnect:520
+#: standalone/drakconnect:518
#, c-format
msgid "Enable"
msgstr "Aktivieren"
-#: standalone/drakconnect:520
+#: standalone/drakconnect:518
#, c-format
msgid "Disable"
msgstr "Deaktivieren"
-#: standalone/drakconnect:571 standalone/harddrake2:62
+#: standalone/drakconnect:569 standalone/harddrake2:45
#, c-format
msgid "Media class"
msgstr "Medienklasse"
-#: standalone/drakconnect:572 standalone/drakfloppy:141
+#: standalone/drakconnect:570 standalone/drakfloppy:136
#, c-format
msgid "Module name"
msgstr " Modulname "
-#: standalone/drakconnect:573
+#: standalone/drakconnect:571
#, c-format
msgid "Mac Address"
msgstr "Hardware-Adresse"
-#: standalone/drakconnect:574 standalone/harddrake2:21
+#: standalone/drakconnect:572 standalone/harddrake2:23
+#: standalone/harddrake2:104
#, c-format
msgid "Bus"
msgstr "Bus"
-#: standalone/drakconnect:575 standalone/harddrake2:29
+#: standalone/drakconnect:573 standalone/harddrake2:29
#, c-format
msgid "Location on the bus"
msgstr "Standort auf dem Bus"
-#: standalone/drakconnect:645 standalone/drakgw:248 standalone/drakpxe:138
+#: standalone/drakconnect:670 standalone/drakgw:250 standalone/drakpxe:138
#, c-format
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
@@ -19595,20 +20369,20 @@ msgstr ""
"Ihr Rechner hat keine konfigurierte Netzwerkkarte. Bitte verwenden Sie erst "
"HardDrake, bevor Sie weiter machen."
-#: standalone/drakconnect:651
+#: standalone/drakconnect:678
#, c-format
msgid "Remove a network interface"
msgstr "Eine Netzwerkkarte entfernen"
-#: standalone/drakconnect:655
+#: standalone/drakconnect:682
#, c-format
msgid "Select the network interface to remove:"
msgstr "Wählen Sie das zu entfernende Netzwerkgerät aus:"
-#: standalone/drakconnect:679
+#: standalone/drakconnect:713
#, c-format
msgid ""
-"An error occured while deleting the \"%s\" network interface:\n"
+"An error occurred while deleting the \"%s\" network interface:\n"
"\n"
"%s"
msgstr ""
@@ -19616,53 +20390,53 @@ msgstr ""
"\n"
"%s"
-#: standalone/drakconnect:681
+#: standalone/drakconnect:715
#, c-format
msgid ""
-"Congratulations, the \"%s\" network interface has been succesfully deleted"
+"Congratulations, the \"%s\" network interface has been successfully deleted"
msgstr "Gratulation, die „%s“ Netzwerk Karte wurde erfolgreich gelöscht"
-#: standalone/drakconnect:698
-#, fuzzy, c-format
-msgid "No Ip"
-msgstr "Keine lp"
+#: standalone/drakconnect:732
+#, c-format
+msgid "No IP"
+msgstr "Keine lP"
-#: standalone/drakconnect:699
+#: standalone/drakconnect:733
#, c-format
msgid "No Mask"
msgstr "Keine Maske"
-#: standalone/drakconnect:700 standalone/drakconnect:863
+#: standalone/drakconnect:734 standalone/drakconnect:914
#, c-format
msgid "up"
msgstr "einschalten"
-#: standalone/drakconnect:700 standalone/drakconnect:863
-#, fuzzy, c-format
+#: standalone/drakconnect:734 standalone/drakconnect:914
+#, c-format
msgid "down"
msgstr "ausschalten"
-#: standalone/drakconnect:741 standalone/net_monitor:419
+#: standalone/drakconnect:777 standalone/net_monitor:468
#, c-format
msgid "Connected"
msgstr "Verbunden"
-#: standalone/drakconnect:741 standalone/net_monitor:419
+#: standalone/drakconnect:777 standalone/net_monitor:468
#, c-format
msgid "Not connected"
msgstr "Nicht Verbunden"
-#: standalone/drakconnect:743
+#: standalone/drakconnect:779
#, c-format
msgid "Disconnect..."
msgstr "Trenne Verbindung ..."
-#: standalone/drakconnect:743
+#: standalone/drakconnect:779
#, c-format
msgid "Connect..."
msgstr "Verbinde ..."
-#: standalone/drakconnect:772
+#: standalone/drakconnect:808
#, c-format
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
@@ -19671,17 +20445,17 @@ msgstr ""
"WARNUNG: Es wurde bereits eine Internetverbindung gefunden. Vielleicht nutzt "
"diese ihr Netzwerk."
-#: standalone/drakconnect:788
+#: standalone/drakconnect:839
#, c-format
msgid "Deactivate now"
msgstr "Jetzt deaktivieren"
-#: standalone/drakconnect:788
+#: standalone/drakconnect:839
#, c-format
msgid "Activate now"
msgstr "Jetzt aktivieren"
-#: standalone/drakconnect:796
+#: standalone/drakconnect:847
#, c-format
msgid ""
"You don't have any configured interface.\n"
@@ -19691,82 +20465,103 @@ msgstr ""
"Sie können dies tun, indem Sie die Schaltfläche \n"
"„Konfigurieren“ betätigen."
-#: standalone/drakconnect:810
+#: standalone/drakconnect:861
#, c-format
msgid "LAN Configuration"
msgstr "LAN-Konfiguration"
-#: standalone/drakconnect:822
+#: standalone/drakconnect:873
#, c-format
msgid "Adapter %s: %s"
msgstr "Adapter %s: %s"
-#: standalone/drakconnect:831
+#: standalone/drakconnect:882
#, c-format
msgid "Boot Protocol"
msgstr "Boot-Protokoll"
-#: standalone/drakconnect:832
+#: standalone/drakconnect:883
#, c-format
msgid "Started on boot"
msgstr "Beim Hochfahren gestartet"
-#: standalone/drakconnect:868
-#, fuzzy, c-format
+#: standalone/drakconnect:919
+#, c-format
msgid ""
"This interface has not been configured yet.\n"
-"Run the \"Add an interface\" assistant from the Mandrake Control Center"
+"Run the \"Add an interface\" assistant from the Mandrakelinux Control Center"
msgstr ""
"Diese Schnittstelle wurde noch nicht eingerichtet.\n"
-"Starten Sie den Konfigurationsassistenten im Hauptfenster."
+"Starten Sie den Assistenten „Schnittstelle hinzufügen“ im Mandrakelinux "
+"Kontrollzentrum."
-#. -PO: here "Internet access" should be translated the same was as in control-center
-#: standalone/drakconnect:923
-#, fuzzy, c-format
+#. -PO: here "Add Connection" should be translated the same was as in control-center
+#: standalone/drakconnect:974 standalone/net_applet:46
+#, c-format
msgid ""
"You don't have any configured Internet connection.\n"
-"Please run \"Internet access\" in control center."
+"Run the \"Add Connection\" assistant from the Mandrakelinux Control Center"
msgstr ""
-"Sie haben noch keine Internetverbindung eingerichtet.\n"
-"Sie können dies tun, indem Sie die Schaltfläche \n"
-"„Konfigurieren“ betätigen."
+"Sie haben noch keine eingerichtete Internetverbindung.\n"
+"Starten Sie den Assistenten „Verbindung hinzufügen“ im Mandrakelinux "
+"Kontrollzentrum."
-#: standalone/drakconnect:931
+#: standalone/drakconnect:982
#, c-format
msgid "Internet connection configuration"
msgstr "Konfiguration der Internetverbindung"
-#: standalone/drakconnect:949
+#: standalone/drakconnect:1000
#, c-format
msgid "Third DNS server (optional)"
msgstr "Dritter DNS-Server (optional)"
-#: standalone/drakconnect:971
+#: standalone/drakconnect:1022
#, c-format
msgid "Internet Connection Configuration"
msgstr "Konfiguration der Internetverbindung"
-#: standalone/drakconnect:972
+#: standalone/drakconnect:1023
#, c-format
msgid "Internet access"
msgstr "Internetzugang"
-#: standalone/drakconnect:974 standalone/net_monitor:88
+#: standalone/drakconnect:1025 standalone/net_monitor:101
#, c-format
msgid "Connection type: "
msgstr "Verbindungstyp: "
-#: standalone/drakconnect:977
+#: standalone/drakconnect:1028
#, c-format
msgid "Status:"
msgstr "Status:"
-#: standalone/drakedm:53
+#: standalone/drakedm:34
+#, c-format
+msgid "GDM (GNOME Display Manager)"
+msgstr "GDM (GNOME Display Manager)"
+
+#: standalone/drakedm:35
+#, c-format
+msgid "KDM (KDE Display Manager)"
+msgstr "KDM (KDE Display Manager)"
+
+#: standalone/drakedm:36
+#, c-format
+msgid "MdkKDM (Mandrakelinux Display Manager)"
+msgstr "MdkKDM (Mandrakelinux Display Manager)"
+
+#: standalone/drakedm:37
+#, c-format
+msgid "XDM (X Display Manager)"
+msgstr "XDM (X Display Manager)"
+
+#: standalone/drakedm:55
#, c-format
msgid "Choosing a display manager"
msgstr "Wähle einen Display-Manager"
-#: standalone/drakedm:54
+#: standalone/drakedm:56
#, c-format
msgid ""
"X11 Display Manager allows you to graphically log\n"
@@ -19777,92 +20572,101 @@ msgstr ""
"an das System, sowie das gleichzeitige Ausführen mehrerer verschiedener \n"
"lokaler X-Sitzungen."
-#: standalone/drakedm:77
+#: standalone/drakedm:79
#, c-format
-msgid "The change is done, do you want to restart the dm service ?"
+msgid "The change is done, do you want to restart the dm service?"
msgstr "Die Änderungen wurden ausgeführt, soll ich den dm-Dienst neu starten?"
-#: standalone/drakfloppy:40
+#: standalone/drakedm:80
+#, c-format
+msgid ""
+"You are going to close all running programs and lose your current session. "
+"Are you really sure that you want to restart the dm service?"
+msgstr ""
+"Sie werden alle laufenden Programme beenden und Ihre aktuelle Sitzung "
+"beenden.Sind Sie sicher, dass Sie dem dm-Dienst neustarten wollen?"
+
+#: standalone/drakfloppy:41
#, c-format
msgid "drakfloppy"
msgstr "DrakFloppy"
-#: standalone/drakfloppy:83
+#: standalone/drakfloppy:78
#, c-format
msgid "Boot disk creation"
msgstr "Boot-Disketten-Erstellung"
-#: standalone/drakfloppy:84
+#: standalone/drakfloppy:79
#, c-format
msgid "General"
msgstr "Allgemein"
-#: standalone/drakfloppy:87
+#: standalone/drakfloppy:82 standalone/harddrake2:131
#, c-format
msgid "Device"
msgstr "Gerät"
-#: standalone/drakfloppy:93
+#: standalone/drakfloppy:88
#, c-format
msgid "Kernel version"
msgstr "Kernelversion"
-#: standalone/drakfloppy:108
+#: standalone/drakfloppy:103
#, c-format
msgid "Preferences"
msgstr "Einstellungen"
-#: standalone/drakfloppy:122
+#: standalone/drakfloppy:117
#, c-format
msgid "Advanced preferences"
msgstr "Erweiterte Einstellungen"
-#: standalone/drakfloppy:141
+#: standalone/drakfloppy:136
#, c-format
msgid "Size"
msgstr " Größe "
-#: standalone/drakfloppy:144
-#, fuzzy, c-format
+#: standalone/drakfloppy:139
+#, c-format
msgid "Mkinitrd optional arguments"
msgstr "Optionale Parameter für „mkinitrd“"
-#: standalone/drakfloppy:146
+#: standalone/drakfloppy:141
#, c-format
msgid "force"
msgstr "erzwingen"
-#: standalone/drakfloppy:147
+#: standalone/drakfloppy:142
#, c-format
msgid "omit raid modules"
msgstr "RAID-Module weglassen"
-#: standalone/drakfloppy:148
+#: standalone/drakfloppy:143
#, c-format
msgid "if needed"
msgstr "falls nötig"
-#: standalone/drakfloppy:149
+#: standalone/drakfloppy:144
#, c-format
msgid "omit scsi modules"
msgstr "SCSI-Module weglassen"
-#: standalone/drakfloppy:152
+#: standalone/drakfloppy:147
#, c-format
msgid "Add a module"
msgstr "Modul hinzufügen"
-#: standalone/drakfloppy:161
+#: standalone/drakfloppy:156
#, c-format
msgid "Remove a module"
msgstr "Modul entfernen"
-#: standalone/drakfloppy:296
+#: standalone/drakfloppy:291
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Stellen Sie sicher, dass ein Medium in Laufwerk %s liegt."
-#: standalone/drakfloppy:302
+#: standalone/drakfloppy:297
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -19871,22 +20675,23 @@ msgstr ""
"In Laufwerk %s liegt kein Medum oder es ist schreibgeschützt.\n"
"Bitte legen Sie eins ein."
-#: standalone/drakfloppy:306
+#: standalone/drakfloppy:301
#, c-format
msgid "Unable to fork: %s"
msgstr "Ich kann nicht teilen: %s"
-#: standalone/drakfloppy:309
+#: standalone/drakfloppy:304
#, c-format
msgid "Floppy creation completed"
msgstr "Diskette erfolgreich erstellt"
-#: standalone/drakfloppy:309
+#: standalone/drakfloppy:304
#, c-format
msgid "The creation of the boot floppy has been successfully completed \n"
msgstr "Das Erstellen der Bootdiskette wurde erfolgreich abgeschlossen \n"
-#: standalone/drakfloppy:312
+#. -PO: Do not alter the <span ..> and </span> tags
+#: standalone/drakfloppy:309
#, c-format
msgid ""
"Unable to properly close mkbootdisk:\n"
@@ -19913,7 +20718,7 @@ msgid "parse all fonts"
msgstr "Alle Schriftarten analysieren"
#: standalone/drakfont:210
-#, fuzzy, c-format
+#, c-format
msgid "No fonts found"
msgstr "Keine Schriftarten gefunden"
@@ -19925,7 +20730,7 @@ msgid "done"
msgstr "Fertig"
#: standalone/drakfont:223
-#, fuzzy, c-format
+#, c-format
msgid "Could not find any font in your mounted partitions"
msgstr "Ich konnte keine Schriften in Ihren eingehängten Partitionen finden"
@@ -19935,7 +20740,7 @@ msgid "Reselect correct fonts"
msgstr "Neuwahl korrekter Schriftarten"
#: standalone/drakfont:259
-#, fuzzy, c-format
+#, c-format
msgid "Could not find any font.\n"
msgstr "Konnte keine Schriftarten finden.\n"
@@ -19950,9 +20755,9 @@ msgid "%s fonts conversion"
msgstr "%sSchriftkonvertierung"
#: standalone/drakfont:323
-#, fuzzy, c-format
+#, c-format
msgid "Fonts copy"
-msgstr "Kopiere Schriften"
+msgstr "Schriftarten-Kopie"
#: standalone/drakfont:326
#, c-format
@@ -20029,7 +20834,7 @@ msgstr "Font-Liste"
msgid "About"
msgstr "Über"
-#: standalone/drakfont:495 standalone/drakfont:687 standalone/drakfont:725
+#: standalone/drakfont:495 standalone/drakfont:691 standalone/drakfont:729
#, c-format
msgid "Uninstall"
msgstr "Deinstallieren"
@@ -20039,10 +20844,11 @@ msgstr "Deinstallieren"
msgid "Import"
msgstr "Importieren"
-#: standalone/drakfont:512
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: standalone/drakfont:514
#, c-format
msgid ""
-"Copyright (C) 2001-2002 by MandrakeSoft \n"
+"Copyright (C) 2001-2002 by Mandrakesoft \n"
"\n"
"\n"
" DUPONT Sebastien (original version)\n"
@@ -20060,8 +20866,8 @@ msgstr ""
"\n"
" VIGNAUD Thierry <tvignaud@mandrakesoft.com>"
-#: standalone/drakfont:521
-#, fuzzy, c-format
+#: standalone/drakfont:523
+#, c-format
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"
@@ -20079,21 +20885,24 @@ msgid ""
" along with this program; if not, write to the Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-"This program is free software; you can redistribute it and/or modify\n"
-"it under the terms of the GNU General Public License as published by\n"
-"the Free Software Foundation; either version 2, or (at your option)\n"
-"any later version.\n"
+"Dieses Programm ist freie Software; sie können es weiterverteilen und/oder\n"
+"unter den Bedingungen der GNU General Public License wie von der Free\n"
+"Software Foundation veröffentlicht, entweder Version 2 oder (zu Ihrer "
+"Auswahl)\n"
+"jede spätere Version, verändern.\n"
"\n"
-"This program is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-"GNU General Public License for more details.\n"
"\n"
-"You should have received a copy of the GNU General Public License\n"
-"along with this program; if not, write to the Free Software\n"
-"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+" Dieses Programm wird mit dem Gedanken verteilt, dass es nützlich ist,\n"
+" aber OHNE JEDE GARANTIE, sogar ohne die stillschweigende Zusicherung\n"
+" ALLGEMEINER GEBRAUCHSTAUGLICHKEIT oder einer EIGNUNG. Siehe die\n"
+" GNU General Public License für weitere Details.\n"
+"\n"
+"\n"
+" Sie sollten eine Kopie der GNU General Public License zusammen mit diesem\n"
+" Programm erhalten haben. Wenn nicht, schreiben Sie an die Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: standalone/drakfont:537
+#: standalone/drakfont:539
#, c-format
msgid ""
"Thanks:\n"
@@ -20125,13 +20934,13 @@ msgstr ""
"\t von Andreq Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Konvertiert ttf-Schriftdateien in afm- und pfb-Schriften\n"
-#: standalone/drakfont:556
+#: standalone/drakfont:558
#, c-format
msgid "Choose the applications that will support the fonts:"
msgstr "Wählen Sie die Programme, die die Schriftarten verwenden sollen:"
-#: standalone/drakfont:557
-#, fuzzy, c-format
+#: standalone/drakfont:559
+#, c-format
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
@@ -20142,127 +20951,132 @@ msgstr ""
"Bevor Sie irgendwelche Schriftarten installieren, müssen Sie das Recht "
"haben, diese zu verwenden und zu installieren.\n"
"\n"
-"- Sie können die Schriftarten auf normalem Weg einbinden. In seltenen "
+"Sie können die Schriftarten auf normalem Weg einbinden. In seltenen "
"Fällenkönnen defekte Schriftarten den X-Server lahmlegen."
-#: standalone/drakfont:567
+#: standalone/drakfont:569
#, c-format
msgid "Ghostscript"
msgstr "Ghostscript"
-#: standalone/drakfont:568
+#: standalone/drakfont:570
#, c-format
msgid "StarOffice"
msgstr "StarOffice"
-#: standalone/drakfont:569
+#: standalone/drakfont:571
#, c-format
msgid "Abiword"
msgstr "Abiword"
-#: standalone/drakfont:570
+#: standalone/drakfont:572
#, c-format
msgid "Generic Printers"
msgstr "Generische Drucker"
-#: standalone/drakfont:586
+#: standalone/drakfont:588
#, c-format
msgid "Select the font file or directory and click on 'Add'"
msgstr ""
"Wählen Sie eine Schriftartdatei bzw. ein Verzeichnis und betätigen Sie "
"„Hinzufügen“"
-#: standalone/drakfont:587
+#: standalone/drakfont:589
#, c-format
msgid "File Selection"
msgstr "Dateiauswahl"
-#: standalone/drakfont:600
+#: standalone/drakfont:604
#, c-format
msgid "You've not selected any font"
msgstr "Sie haben keine Schriftart ausgewählt"
-#: standalone/drakfont:652
-#, fuzzy, c-format
+#: standalone/drakfont:656
+#, c-format
msgid "Import fonts"
-msgstr "Schriftarten einbinden"
+msgstr "Schriftarten importieren"
-#: standalone/drakfont:657
-#, fuzzy, c-format
+#: standalone/drakfont:661
+#, c-format
msgid "Install fonts"
-msgstr "Schriftarten entfernen"
+msgstr "Schriftarten installieren"
-#: standalone/drakfont:692
+#: standalone/drakfont:696
#, c-format
msgid "click here if you are sure."
msgstr "Klicken Sie hier, wenn Sie sicher sind."
-#: standalone/drakfont:694
+#: standalone/drakfont:698
#, c-format
msgid "here if no."
msgstr "Hier, falls nicht."
-#: standalone/drakfont:733
+#: standalone/drakfont:737
#, c-format
msgid "Unselected All"
msgstr "Markierung löschen"
-#: standalone/drakfont:736
+#: standalone/drakfont:740
#, c-format
msgid "Selected All"
msgstr "Alle auswählen"
-#: standalone/drakfont:739
+#: standalone/drakfont:743
#, c-format
msgid "Remove List"
msgstr "Liste entfernen"
-#: standalone/drakfont:750 standalone/drakfont:769
-#, fuzzy, c-format
+#: standalone/drakfont:754 standalone/drakfont:773
+#, c-format
msgid "Importing fonts"
-msgstr "Schriftarten einbinden"
+msgstr "Importiere Schriftarten"
-#: standalone/drakfont:754 standalone/drakfont:774
+#: standalone/drakfont:758 standalone/drakfont:778
#, c-format
msgid "Initial tests"
msgstr "Vortests"
-#: standalone/drakfont:755
+#: standalone/drakfont:759
#, c-format
msgid "Copy fonts on your system"
msgstr "Schriftarten auf Ihren Rechner kopieren"
-#: standalone/drakfont:756
+#: standalone/drakfont:760
#, c-format
msgid "Install & convert Fonts"
msgstr "Schriftarten installieren und konvertieren"
-#: standalone/drakfont:757
+#: standalone/drakfont:761
#, c-format
msgid "Post Install"
msgstr "Nach der Installation"
-#: standalone/drakfont:775
+#: standalone/drakfont:779
#, c-format
msgid "Remove fonts on your system"
msgstr "Entfernen von Schriftarten auf Ihrem Rechner"
-#: standalone/drakfont:776
+#: standalone/drakfont:780
#, c-format
msgid "Post Uninstall"
msgstr "Nach dem Entfernen"
-#: standalone/drakgw:58 standalone/drakgw:193
+#: standalone/drakgw:58 standalone/drakgw:194
#, c-format
msgid "Internet Connection Sharing"
msgstr "Teilen der Internet-Verbindung"
-#: standalone/drakgw:124
+#: standalone/drakgw:114 standalone/drakvpn:51
+#, c-format
+msgid "Sorry, we support only 2.4 and above kernels."
+msgstr "Entschuldigung, wir unterstützen nur Kernelversion 2.4 und höher."
+
+#: standalone/drakgw:125
#, c-format
msgid "Internet Connection Sharing currently disabled"
msgstr "Gemeinsame Internet-Verbindung momentan abgeschaltet."
-#: standalone/drakgw:125
+#: standalone/drakgw:126
#, c-format
msgid ""
"The setup of Internet connection sharing has already been done.\n"
@@ -20276,39 +21090,39 @@ msgstr ""
"\n"
"Was wollen Sie tun?"
-#: standalone/drakgw:129 standalone/drakvpn:127
+#: standalone/drakgw:130 standalone/drakvpn:127
#, c-format
msgid "enable"
msgstr "aktivieren"
-#: standalone/drakgw:129 standalone/drakgw:156 standalone/drakvpn:101
+#: standalone/drakgw:130 standalone/drakgw:157 standalone/drakvpn:101
#: standalone/drakvpn:127
#, c-format
msgid "reconfigure"
msgstr "neu konfigurieren"
-#: standalone/drakgw:129 standalone/drakgw:156 standalone/drakvpn:101
+#: standalone/drakgw:130 standalone/drakgw:157 standalone/drakvpn:101
#: standalone/drakvpn:127 standalone/drakvpn:376 standalone/drakvpn:735
#, c-format
msgid "dismiss"
msgstr "Verwerfen"
-#: standalone/drakgw:136
+#: standalone/drakgw:137
#, c-format
msgid "Enabling servers..."
msgstr "Aktiviere Server..."
-#: standalone/drakgw:148
+#: standalone/drakgw:149
#, c-format
msgid "Internet Connection Sharing is now enabled."
msgstr "Die Internetverbindungsfreigabe ist nun eingeschaltet."
-#: standalone/drakgw:151
+#: standalone/drakgw:152
#, c-format
msgid "Internet Connection Sharing currently enabled"
msgstr "Gemeinsame Internetverbindung momentan eingeschaltet."
-#: standalone/drakgw:152
+#: standalone/drakgw:153
#, c-format
msgid ""
"The setup of Internet Connection Sharing has already been done.\n"
@@ -20321,22 +21135,22 @@ msgstr ""
"\n"
"Was wollen Sie tun?"
-#: standalone/drakgw:156 standalone/drakvpn:101
+#: standalone/drakgw:157 standalone/drakvpn:101
#, c-format
msgid "disable"
msgstr "deaktivieren"
-#: standalone/drakgw:159
+#: standalone/drakgw:160
#, c-format
msgid "Disabling servers..."
msgstr "Deaktiviere Server ..."
-#: standalone/drakgw:174
+#: standalone/drakgw:175
#, c-format
msgid "Internet Connection Sharing is now disabled."
msgstr "Gemeinsame Internet-Verbindung ist nun abgeschaltet."
-#: standalone/drakgw:194
+#: standalone/drakgw:195
#, c-format
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -20357,27 +21171,27 @@ msgstr ""
"Anmerkung: Sie benötigen eine Netzwerkkarte, mit deren Hilfe Sie ein \n"
"lokales Netz (LAN) aufsetzen können."
-#: standalone/drakgw:237
+#: standalone/drakgw:239
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Schnittstelle %s (verwendet Modul %s)"
-#: standalone/drakgw:238
+#: standalone/drakgw:240
#, c-format
msgid "Interface %s"
msgstr "Schnittstelle: %s"
-#: standalone/drakgw:247 standalone/drakpxe:137
+#: standalone/drakgw:249 standalone/drakpxe:137
#, c-format
msgid "No network adapter on your system!"
msgstr "Sie haben keine Netzwerkkarte!"
-#: standalone/drakgw:254
+#: standalone/drakgw:256
#, c-format
msgid "Network interface"
msgstr "Netzwerkkarte"
-#: standalone/drakgw:255
+#: standalone/drakgw:257
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -20392,7 +21206,12 @@ msgstr ""
"\n"
"Ich setze ihr lokales Netz damit auf."
-#: standalone/drakgw:262
+#: standalone/drakgw:263 standalone/drakpxe:142
+#, c-format
+msgid "Choose the network interface"
+msgstr "Wählen Sie die Netzwerkkarte"
+
+#: standalone/drakgw:264
#, c-format
msgid ""
"Please choose what network adapter will be connected to your Local Area "
@@ -20401,12 +21220,12 @@ msgstr ""
"Bitte wählen Sie die Netzwerkkarte, die mit Ihrem lokalen Netzwerk \n"
"verbunden ist."
-#: standalone/drakgw:291
+#: standalone/drakgw:293
#, c-format
msgid "Network interface already configured"
msgstr "Ihr Netzwerk ist bereits konfiguriert"
-#: standalone/drakgw:292
+#: standalone/drakgw:294
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -20422,27 +21241,27 @@ msgstr ""
"Sie können auch eine manuelle Einrichtung vornehmen - dafür sollten Sie "
"jedoch wissen, wie das funktioniert."
-#: standalone/drakgw:297
+#: standalone/drakgw:299
#, c-format
msgid "Automatic reconfiguration"
msgstr "Automatische Rekonfiguration"
-#: standalone/drakgw:297
+#: standalone/drakgw:299
#, c-format
msgid "No (experts only)"
msgstr "Nein (nur für Experten)"
-#: standalone/drakgw:298
+#: standalone/drakgw:300
#, c-format
msgid "Show current interface configuration"
msgstr "Aktuelle Schnittstellenkonfiguration anzeigen"
-#: standalone/drakgw:299
+#: standalone/drakgw:301
#, c-format
msgid "Current interface configuration"
msgstr "Aktuelle Schnittstellenkonfiguration"
-#: standalone/drakgw:300
+#: standalone/drakgw:302
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -20459,7 +21278,7 @@ msgstr ""
"IP-Eigenschaften: %s\n"
"Treiber: %s"
-#: standalone/drakgw:313
+#: standalone/drakgw:315
#, c-format
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
@@ -20487,13 +21306,13 @@ msgstr ""
"Server für Sie aufsetzen.\n"
"\n"
-#: standalone/drakgw:320
+#: standalone/drakgw:322
#, c-format
msgid "Local Network adress"
msgstr "Lokale Netzwerkadresse"
-#: standalone/drakgw:324
-#, fuzzy, c-format
+#: standalone/drakgw:326
+#, c-format
msgid ""
"DHCP Server Configuration.\n"
"\n"
@@ -20505,78 +21324,77 @@ msgstr ""
"Hier können Sie verschiedene Optionen für die DHCP Server Konfiguration "
"wählen.\n"
"Wenn Sie die Bedeutung einer Option nicht verstehen, lassen Sie sie so wie "
-"sie ist.\n"
-"\n"
+"sie ist."
-#: standalone/drakgw:328
+#: standalone/drakgw:330
#, c-format
msgid "(This) DHCP Server IP"
msgstr "(Diese) DHCP-Server-IP"
-#: standalone/drakgw:329
+#: standalone/drakgw:331
#, c-format
msgid "The DNS Server IP"
msgstr "Die IP des DNS-Servers"
-#: standalone/drakgw:330
+#: standalone/drakgw:332
#, c-format
msgid "The internal domain name"
msgstr "Der interne Domänen-Name"
-#: standalone/drakgw:331
+#: standalone/drakgw:333
#, c-format
msgid "The DHCP start range"
msgstr "Der DHCP Startbereich"
-#: standalone/drakgw:332
+#: standalone/drakgw:334
#, c-format
msgid "The DHCP end range"
msgstr "DHCP Endbereich"
-#: standalone/drakgw:333
+#: standalone/drakgw:335
#, c-format
msgid "The default lease (in seconds)"
msgstr "Standard-IP-Verleihdauer (in Sekunden)"
-#: standalone/drakgw:334
+#: standalone/drakgw:336
#, c-format
msgid "The maximum lease (in seconds)"
msgstr "Maximale IP-Verleihdauer (in Sekunden)"
-#: standalone/drakgw:335
+#: standalone/drakgw:337
#, c-format
msgid "Re-configure interface and DHCP server"
msgstr "Neukonfiguration des Geräts und des DHCP-Servers"
-#: standalone/drakgw:342
+#: standalone/drakgw:344
#, c-format
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Das lokale Netzwerk endet nicht auf “.0“ - bereinige."
-#: standalone/drakgw:352
+#: standalone/drakgw:354
#, 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:362
+#: standalone/drakgw:364
#, c-format
msgid "Configuring..."
msgstr "Konfiguriere ..."
-#: standalone/drakgw:363
+#: standalone/drakgw:365
#, c-format
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Konfiguriere Skripte, installiere Software, starte Dienste..."
-#: standalone/drakgw:403 standalone/drakpxe:231 standalone/drakvpn:278
+#: standalone/drakgw:405 standalone/drakpxe:231 standalone/drakvpn:278
#, c-format
msgid "Problems installing package %s"
msgstr "Probleme beim Installieren von Paket %s"
-#: standalone/drakgw:599
-#, fuzzy, c-format
+#: standalone/drakgw:601
+#, c-format
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -20584,37 +21402,39 @@ msgid ""
" a Transparent Proxy Cache server (SQUID)."
msgstr ""
"Es wurde alles eingerichtet.\n"
-"Sie können Ihre Internetverbindung nun anderen Rechnern in Ihrem \n"
-"lokalen Netz mittels automatischer Netzwerk-Konfiguration (DHCP) \n"
-"teilen."
+"Sie können Ihre Internetverbindung nun mit anderen Rechnern in Ihremlokalen "
+"Netz mittels automatischer Netzwerk-Konfiguration (DHCP) und "
+"einemtransparenten Proxy Cache Server (SQUID) teilen."
#: standalone/drakhelp:17
#, c-format
msgid ""
" drakhelp 0.1\n"
-"Copyright (C) 2003-2004 MandrakeSoft.\n"
+"Copyright (C) 2003-2004 Mandrakesoft.\n"
"This is free software and may be redistributed under the terms of the GNU "
"GPL.\n"
"\n"
"Usage: \n"
msgstr ""
" drakhelp 0.1\n"
-"Copyright © 2003-2004 MandrakeSoft.\n"
+"Copyright © 2003-2004 Mandrakesoft.\n"
"Dies ist freie Software und kann unter der den Bedingungen der GNU GPL "
"weitergegeben werden.\n"
"\n"
"Aufruf: \n"
#: standalone/drakhelp:22
-#, fuzzy, c-format
+#, c-format
msgid " --help - display this help \n"
msgstr " --help - diesen Hilfetext anzeigen \n"
#: standalone/drakhelp:23
-#, fuzzy, c-format
+#, c-format
msgid ""
" --id <id_label> - load the html help page which refers to id_label\n"
-msgstr "<id_label> Laden"
+msgstr ""
+" --id <id_label> - lade die HTML Hilfeseite, die auf id_label "
+"verweist\n"
#: standalone/drakhelp:24
#, c-format
@@ -20625,7 +21445,12 @@ msgstr ""
" --doc <Verweis> - Verweis auf eine andere Internetseite (für den WM-"
"Begrüßungsschirm)\n"
-#: standalone/drakhelp:35
+#: standalone/drakhelp:36
+#, c-format
+msgid "Mandrakelinux Help Center"
+msgstr "Mandrakelinux Hilfezentrum"
+
+#: standalone/drakhelp:36
#, c-format
msgid ""
"%s cannot be displayed \n"
@@ -20634,7 +21459,7 @@ msgstr ""
"%s kann nicht angezeigt werden\n"
". Kein Eintrag in der Hilfedatei\n"
-#: standalone/drakhelp:41
+#: standalone/drakhelp:42
#, c-format
msgid ""
"No browser is installed on your system, Please install one if you want to "
@@ -20643,42 +21468,42 @@ msgstr ""
"Es ist kein Browser auf Ihrem System installiert. Bitte installieren Sie "
"einen, wenn Sie das Hilfe-System durchsuchen wollen."
-#: standalone/drakperm:21
+#: standalone/drakperm:22
#, c-format
msgid "System settings"
msgstr "System Einstellungen"
-#: standalone/drakperm:22
+#: standalone/drakperm:23
#, c-format
msgid "Custom settings"
msgstr "Benutzerdefinierte Einstellungen"
-#: standalone/drakperm:23
+#: standalone/drakperm:24
#, c-format
msgid "Custom & system settings"
msgstr "Benutzerdefinierte & Systemeinstellungen"
-#: standalone/drakperm:43
+#: standalone/drakperm:44
#, c-format
msgid "Editable"
msgstr "änderbar"
-#: standalone/drakperm:48 standalone/drakperm:318
+#: standalone/drakperm:49 standalone/drakperm:321
#, c-format
msgid "Path"
msgstr "Pfad"
-#: standalone/drakperm:48 standalone/drakperm:254
+#: standalone/drakperm:49 standalone/drakperm:250
#, c-format
msgid "User"
msgstr "Benutzer"
-#: standalone/drakperm:48 standalone/drakperm:254
+#: standalone/drakperm:49 standalone/drakperm:250
#, c-format
msgid "Group"
msgstr "Gruppe"
-#: standalone/drakperm:48 standalone/drakperm:330
+#: standalone/drakperm:49 standalone/drakperm:333
#, c-format
msgid "Permissions"
msgstr "Berechtigungen"
@@ -20740,9 +21565,9 @@ msgid "Delete selected rule"
msgstr "Markierte Regel entfernen"
#. -PO: "Edit" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/drakperm:125 standalone/drakups:281 standalone/drakups:330
-#: standalone/drakups:350 standalone/drakvpn:333 standalone/drakvpn:694
-#: standalone/printerdrake:233
+#: standalone/drakperm:125 standalone/drakups:298 standalone/drakups:358
+#: standalone/drakups:378 standalone/drakvpn:333 standalone/drakvpn:694
+#: standalone/printerdrake:239
#, c-format
msgid "Edit"
msgstr "Bearbeiten"
@@ -20752,47 +21577,65 @@ msgstr "Bearbeiten"
msgid "Edit current rule"
msgstr "Aktuelle Regel bearbeiten"
-#: standalone/drakperm:246
+#: standalone/drakperm:242
#, c-format
msgid "browse"
msgstr "durchsuchen"
-#: standalone/drakperm:256
+#: standalone/drakperm:247
+#, c-format
+msgid "user"
+msgstr "Benutzer"
+
+#: standalone/drakperm:247
+#, c-format
+msgid "group"
+msgstr "Gruppe"
+
+#: standalone/drakperm:247
+#, c-format
+msgid "other"
+msgstr "Andere"
+
+#: standalone/drakperm:252
#, c-format
msgid "Read"
msgstr "Lesen"
-#: standalone/drakperm:257
+#. -PO: here %s will be either "user", "group" or "other"
+#: standalone/drakperm:255
#, c-format
msgid "Enable \"%s\" to read the file"
msgstr "Aktiviere „%s“ um die Datei zu lesen"
-#: standalone/drakperm:260
+#: standalone/drakperm:259
#, c-format
msgid "Write"
msgstr "Schreiben"
-#: standalone/drakperm:261
+#. -PO: here %s will be either "user", "group" or "other"
+#: standalone/drakperm:262
#, c-format
msgid "Enable \"%s\" to write the file"
msgstr "„%s“ aktivieren, um die Datei zu schreiben"
-#: standalone/drakperm:264
+#: standalone/drakperm:266
#, c-format
msgid "Execute"
msgstr "Ausführen"
-#: standalone/drakperm:265
+#. -PO: here %s will be either "user", "group" or "other"
+#: standalone/drakperm:269
#, c-format
msgid "Enable \"%s\" to execute the file"
msgstr "Aktivierung von „%s“, um die Datei auszuführen"
-#: standalone/drakperm:267
+#: standalone/drakperm:272
#, c-format
msgid "Sticky-bit"
msgstr "Sticky-bit"
-#: standalone/drakperm:267
+#: standalone/drakperm:272
#, c-format
msgid ""
"Used for directory:\n"
@@ -20801,52 +21644,52 @@ msgstr ""
"Für Verzeichnisse:\n"
" nur der Besitzer des Verzeichnisses kann es oder enthaltene Dateien löschen."
-#: standalone/drakperm:268
+#: standalone/drakperm:273
#, c-format
msgid "Set-UID"
msgstr "Set-UID"
-#: standalone/drakperm:268
+#: standalone/drakperm:273
#, c-format
msgid "Use owner id for execution"
msgstr "Benutzer ID zur Ausführung benutzen"
-#: standalone/drakperm:269
+#: standalone/drakperm:274
#, c-format
msgid "Set-GID"
msgstr "GID setzen"
-#: standalone/drakperm:269
+#: standalone/drakperm:274
#, c-format
msgid "Use group id for execution"
msgstr "Gruppen-ID zur Ausführung benutzen"
-#: standalone/drakperm:287 standalone/drakxtv:87
+#: standalone/drakperm:290 standalone/drakxtv:89
#, c-format
-msgid "User :"
+msgid "User:"
msgstr "Benutzer :"
-#: standalone/drakperm:289
+#: standalone/drakperm:292
#, c-format
-msgid "Group :"
+msgid "Group:"
msgstr "Gruppe :"
-#: standalone/drakperm:293
+#: standalone/drakperm:296
#, c-format
msgid "Current user"
msgstr "Aktueller Benutzer"
-#: standalone/drakperm:294
+#: standalone/drakperm:297
#, c-format
msgid "When checked, owner and group won't be changed"
msgstr "wenn markiert, werden Eigentümer und Gruppe nicht geändert"
-#: standalone/drakperm:304
+#: standalone/drakperm:307
#, c-format
msgid "Path selection"
msgstr "Pfad-Auswahl"
-#: standalone/drakperm:324
+#: standalone/drakperm:327
#, c-format
msgid "Property"
msgstr "Eigenschaft"
@@ -20972,54 +21815,42 @@ msgstr ""
msgid "Location of auto_install.cfg file"
msgstr "Ort der auto_install.cfg-Datei"
-#: standalone/draksec:44
+#: standalone/draksec:49
#, c-format
msgid "ALL"
msgstr "Alle"
-#: standalone/draksec:44
+#: standalone/draksec:50
#, c-format
msgid "LOCAL"
msgstr "LOKAL"
-#: standalone/draksec:44 standalone/drakvpn:1146
-#, c-format
-msgid "default"
-msgstr " Standard "
-
-#: standalone/draksec:44
-#, c-format
-msgid "ignore"
-msgstr "ignorieren"
-
-#: standalone/draksec:44
-#, c-format
-msgid "no"
-msgstr "Nein"
-
-#: standalone/draksec:44
+#: standalone/draksec:53
#, c-format
-msgid "yes"
-msgstr "Ja"
+msgid "Ignore"
+msgstr "Ignorieren"
-#. -PO: Do not alter the <span ..> and </span> tags
-#. -PO: Translate the security levels (Poor, Standard, High, Higher and Paranoid) in the same way, you translated these individuals words
-#: standalone/draksec:81
+#. -PO: Do not alter the <span ..> and </span> tags.
+#. -PO: Translate the security levels (Poor, Standard, High, Higher and Paranoid) in the same way, you translated these individuals words.
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX.
+#: standalone/draksec:101
#, c-format
msgid ""
"Here, you can setup the security level and administrator of your machine.\n"
"\n"
"\n"
-"The Security Administrator is the one who will receive security alerts if "
-"the\n"
-"'Security Alerts' option is set. It can be a username or an email.\n"
+"The '<span weight=\"bold\">Security Administrator</span>' is the one who "
+"will receive security alerts if the\n"
+"'<span weight=\"bold\">Security Alerts</span>' option is set. It can be a "
+"username or an email.\n"
"\n"
"\n"
-"The Security Level menu allows you to select one of the six preconfigured "
-"security levels\n"
-"provided with msec. These levels range from poor security and ease of use, "
-"to\n"
-"paranoid config, suitable for very sensitive server applications:\n"
+"The '<span weight=\"bold\">Security Level</span>' menu allows you to select "
+"one of the six preconfigured security levels\n"
+"provided with msec. These levels range from '<span weight=\"bold\">poor</"
+"span>' security and ease of use, to\n"
+"'<span weight=\"bold\">paranoid</span>' config, suitable for very sensitive "
+"server applications:\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Poor</span>: This is a totally unsafe but "
@@ -21057,15 +21888,17 @@ msgstr ""
"festlegen\n"
"\n"
"\n"
-"Der Sicherheits Administrator ist derjenige, der Sicherheits Alarme erhält\n"
-"wenn die Sicherheits Alarm Option ausgewählt wurde. Das kann in Form eines\n"
+"Der „<span weight=\"bold\">Sicherheits Administrator</span>“ ist derjenige, "
+"der Sicherheitsalarme erhält, wenn die „<span weight=\"bold\">Sicherheits "
+"Alarm</span>“-Option ausgewählt wurde. Das kann in Form eines\n"
"Benutzernamens oder einer Emailadresse festgelegt werden.\n"
"\n"
"\n"
-"Das Sicherheitsstufen Menü gibt Ihnen die Wahl zwischen sechs vordefinierten "
-"Sicherheitsstufen\n"
-"Diese Stufen reichen von schwacher Sicherheit mit einfacher Benutzung, bis\n"
-"Paranoider Einstellung, passend für sensible Server Anwendungen:\n"
+"Das Menü „<span weight=\"bold\">Sicherheitsstufe</span>“ gibt Ihnen die Wahl "
+"zwischen sechs vordefinierten Sicherheitsstufen\n"
+"Diese Stufen reichen von „<span weight=\"bold\">schwacher</span>“ Sicherheit "
+"und einfacher Benutzung, bis „<span weight=\"bold\">paranoider</span>“ "
+"Einstellung, passend für sensible Server Anwendungen:\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Schwach</span>: Dies ist eine total "
@@ -21099,62 +21932,56 @@ msgstr ""
"Sicherheitsregeln\n"
"sind auf Maximum"
-#: standalone/draksec:129
+#: standalone/draksec:154 standalone/harddrake2:184
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
+msgstr ""
+"Beschreibung der Felder:\n"
+"\n"
+
+#: standalone/draksec:168
#, c-format
msgid "(default value: %s)"
msgstr " (Voreinstellung: %s)"
-#: standalone/draksec:170
+#: standalone/draksec:210
#, c-format
msgid "Security Level:"
msgstr "Sicherheitsebene:"
-#: standalone/draksec:173
-#, c-format
-msgid "Security Alerts:"
-msgstr "Sicherheitswarnungen:"
-
-#: standalone/draksec:177
+#: standalone/draksec:217
#, c-format
msgid "Security Administrator:"
msgstr "Sicherheitsadministrator (Benutzername oder E-Mail):"
-#: standalone/draksec:179
+#: standalone/draksec:219
#, c-format
msgid "Basic options"
msgstr "grundlegende Optionen"
-#: standalone/draksec:192
-#, c-format
-msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need an explanation, look at the help tooltip.\n"
-msgstr ""
-"Die folgenden Optionen können verwendet werden, um Ihre Systemsicherheit\n"
-"anzupassen. Wenn Sie eine Erklärung brauchen, verwenden Sie den Hilfe "
-"Tooltip\n"
-
-#: standalone/draksec:194
+#: standalone/draksec:233
#, c-format
msgid "Network Options"
msgstr "Netzwerkoptionen"
-#: standalone/draksec:194
+#: standalone/draksec:233
#, c-format
msgid "System Options"
msgstr "Systemoptionen"
-#: standalone/draksec:240
+#: standalone/draksec:268
#, c-format
msgid "Periodic Checks"
msgstr "Periodische Checks"
-#: standalone/draksec:258
+#: standalone/draksec:299
#, c-format
msgid "Please wait, setting security level..."
msgstr "Bitte warten, Sicherheitsebene wird eingestellt..."
-#: standalone/draksec:264
+#: standalone/draksec:305
#, c-format
msgid "Please wait, setting security options..."
msgstr "Bitte warten, Sicherheitsoptionen werden eingestellt..."
@@ -21164,7 +21991,8 @@ msgstr "Bitte warten, Sicherheitsoptionen werden eingestellt..."
msgid "No Sound Card detected!"
msgstr "Keine Soundkarte erkannt!"
-#: standalone/draksound:48
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: standalone/draksound:50
#, c-format
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
@@ -21186,8 +22014,8 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: standalone/draksound:55
-#, fuzzy, c-format
+#: standalone/draksound:57
+#, c-format
msgid ""
"\n"
"\n"
@@ -21198,8 +22026,9 @@ msgstr ""
"\n"
"\n"
"\n"
-"Hinweis: Wenn Sie eine ISA PnP Sound Karte haben, müssen Sie das Programm "
-"sndconfig verwenden. Einfach in einer Konsole „sndconfig“ eingeben."
+"Hinweis: Wenn Sie eine ISA PnP Sound-Karte haben, müssen Sie das Programm "
+"„sndconfig“ oder „alsaconf“ verwenden. Einfach in einer Konsole „sndconfig“ "
+"oder „alsaconf“ eingeben."
#: standalone/draksplash:21
#, c-format
@@ -21327,15 +22156,15 @@ msgstr "Logo auf Konsole anzeigen"
msgid "Make kernel message quiet by default"
msgstr "Standardmäßiges unterdrücken der Bootmeldungen"
-#: standalone/draksplash:161 standalone/draksplash:319
-#: standalone/draksplash:464
+#: standalone/draksplash:161 standalone/draksplash:309
+#: standalone/draksplash:454
#, c-format
msgid "Notice"
msgstr "Anmerkung"
-#: standalone/draksplash:161 standalone/draksplash:319
+#: standalone/draksplash:161 standalone/draksplash:309
#, c-format
-msgid "This theme does not yet have a bootsplash in %s !"
+msgid "This theme does not yet have a bootsplash in %s!"
msgstr "Dieses Design hat noch keinen Bootsplash in %s!"
#: standalone/draksplash:167
@@ -21348,101 +22177,115 @@ msgstr "Image-Datei auswählen"
msgid "saving Bootsplash theme..."
msgstr "Sichere das Bootsplash-Design..."
-#: standalone/draksplash:445
+#: standalone/draksplash:435
#, c-format
msgid "ProgressBar color selection"
msgstr "Farbauswahl für den Fortschrittsbalken"
-#: standalone/draksplash:464
+#: standalone/draksplash:454
#, c-format
msgid "You must choose an image file first!"
msgstr "Sie müssen zuerst eine Image-Datei auswählen!"
-#: standalone/draksplash:469
+#: standalone/draksplash:459
#, c-format
-msgid "Generating preview ..."
+msgid "Generating preview..."
msgstr "Erzeuge Vorschau..."
#. -PO: First %s is theme name, second %s (in parenthesis) is resolution
-#: standalone/draksplash:515
+#: standalone/draksplash:497
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr "%s BootSplash (%s) Vorschau"
-#: standalone/drakups:63
+#. -PO: Do not alter the <span ..> and </span> tags
+#: standalone/draksplash:503
+#, c-format
+msgid ""
+"The image \"%s\" cannot be load due to the following issue:\n"
+"\n"
+"<span foreground=\"Red\">%s</span>"
+msgstr ""
+"Das Bild „%s“ kann aufgrund des folgenden Sachverhaltes nicht geladen "
+"werden:\n"
+"\n"
+"<span foreground=\"Red\">%s</span>"
+
+#: standalone/drakups:74
#, c-format
msgid "Connected through a serial port or an usb cable"
msgstr "Verbindung über eine serielle Verbindung oder ein USB-Kabel"
-#: standalone/drakups:69
+#: standalone/drakups:80
#, c-format
msgid "Add an UPS device"
msgstr "Ein USV-Gerät hinzufügen"
-#: standalone/drakups:72
+#: standalone/drakups:83
#, c-format
msgid ""
"Welcome to the UPS configuration utility.\n"
"\n"
-"Here, you'll be add a new UPS to your system.\n"
+"Here, you'll add a new UPS to your system.\n"
msgstr ""
"Herzlich Willkommen im USV-Einrichtungsassistenten.\n"
"\n"
"Hier können Sie ein neues USV-Gerät zu System hinzufügen.\n"
-#: standalone/drakups:79
+#: standalone/drakups:90
#, c-format
msgid ""
"We're going to add an UPS device.\n"
"\n"
-"Do you prefer autodetect UPS devices connected to this machine or ?"
+"Do you want to autodetect UPS devices connected to this machine or to "
+"manually select them?"
msgstr ""
"Wir werden nun ein USV-Gerät hinzufügen.\n"
"\n"
"Möchten Sie nun angeschlossene USV-Geräte automatisch erkennen lassen?"
-#: standalone/drakups:82
-#, fuzzy, c-format
+#: standalone/drakups:93
+#, c-format
msgid "Autodetection"
-msgstr "Autoerkennung"
+msgstr "Automatische Erkennung"
-#: standalone/drakups:90 standalone/harddrake2:140
+#: standalone/drakups:101 standalone/harddrake2:211
#, c-format
msgid "Detection in progress"
msgstr "Erkennung läuft"
-#: standalone/drakups:108 standalone/drakups:144 standalone/logdrake:479
-#: standalone/logdrake:485
+#: standalone/drakups:120 standalone/drakups:156 standalone/logdrake:449
+#: standalone/logdrake:455
#, c-format
msgid "Congratulations"
msgstr "Herzlichen Glückwunsch!"
-#: standalone/drakups:109
+#: standalone/drakups:121
#, c-format
msgid "The wizard successfully added the following UPS devices:"
msgstr "Der Assistent hat die folgenden USV-Geräte erfolgreich eingerichtet:"
-#: standalone/drakups:111
+#: standalone/drakups:123
#, c-format
msgid "No new UPS devices was found"
msgstr "Keine neuen USV Geräte gefunden."
-#: standalone/drakups:116 standalone/drakups:128
+#: standalone/drakups:128 standalone/drakups:140
#, c-format
msgid "UPS driver configuration"
msgstr "USV-Treiber-Konfiguration"
-#: standalone/drakups:116
+#: standalone/drakups:128
#, c-format
msgid "Please select your UPS model."
msgstr "Bitte wählen Sie ihr USV-Modell."
-#: standalone/drakups:117
+#: standalone/drakups:129
#, c-format
msgid "Manufacturer / Model:"
msgstr "Hersteller / Modell:"
-#: standalone/drakups:128
+#: standalone/drakups:140
#, c-format
msgid ""
"We are configuring the \"%s\" UPS from \"%s\".\n"
@@ -21451,88 +22294,88 @@ msgstr ""
"Wir richten die „%s“-USV von „%s“ ein.\n"
"Bitte tragen Sie Namen, Treiber und Port ein."
-#: standalone/drakups:133
+#: standalone/drakups:145
#, c-format
msgid "Name:"
msgstr "Name: "
-#: standalone/drakups:133
-#, fuzzy, c-format
+#: standalone/drakups:145
+#, c-format
msgid "The name of your ups"
-msgstr "Name der CPU"
+msgstr "Der Name Ihrer USV"
-#: standalone/drakups:134
+#: standalone/drakups:146
#, c-format
-msgid "The driver that manage your ups"
+msgid "The driver that manages your ups"
msgstr "Der Treiber, der Ihre USV verwaltet"
-#: standalone/drakups:135
+#: standalone/drakups:147
#, c-format
msgid "Port:"
msgstr "Port:"
-#: standalone/drakups:137
+#: standalone/drakups:149
#, c-format
msgid "The port on which is connected your ups"
msgstr "Der Port, an dem Ihr USV-Gerät angeschlossen ist"
-#: standalone/drakups:144
+#: standalone/drakups:156
#, c-format
msgid "The wizard successfully configured the new \"%s\" UPS device."
msgstr "Der Assistent hat das USV-Gerät „%s“ erfolgreich konfiguriert."
-#: standalone/drakups:232
+#: standalone/drakups:246
#, c-format
msgid "UPS devices"
msgstr "USV-Geräte"
-#: standalone/drakups:233 standalone/drakups:251 standalone/drakups:266
-#: standalone/harddrake2:67
+#: standalone/drakups:247 standalone/drakups:266 standalone/drakups:282
+#: standalone/harddrake2:80 standalone/harddrake2:102
#, c-format
msgid "Name"
msgstr "Name"
-#: standalone/drakups:250
+#: standalone/drakups:265
#, c-format
msgid "UPS users"
msgstr "USV-Benutzer"
-#: standalone/drakups:265
+#: standalone/drakups:281
#, c-format
msgid "Access Control Lists"
msgstr "Zugriffskontrolllisten (ACLs)"
-#: standalone/drakups:266
+#: standalone/drakups:282
#, c-format
msgid "IP mask"
msgstr "IP-Maske"
-#: standalone/drakups:277
+#: standalone/drakups:294
#, c-format
msgid "Rules"
msgstr "Regeln"
-#: standalone/drakups:278
-#, fuzzy, c-format
+#: standalone/drakups:295
+#, c-format
msgid "Action"
-msgstr "Bearbeiten"
+msgstr "Aktion"
-#: standalone/drakups:278 standalone/drakvpn:1146 standalone/harddrake2:61
+#: standalone/drakups:295 standalone/drakvpn:1146 standalone/harddrake2:77
#, c-format
msgid "Level"
msgstr "Ebene"
-#: standalone/drakups:278
+#: standalone/drakups:295
#, c-format
msgid "ACL name"
msgstr "ACL-Name"
-#: standalone/drakups:297 standalone/drakups:301 standalone/drakups:310
-#, fuzzy, c-format
+#: standalone/drakups:325 standalone/drakups:329 standalone/drakups:338
+#, c-format
msgid "DrakUPS"
msgstr "DrakUSV"
-#: standalone/drakups:307
+#: standalone/drakups:335
#, c-format
msgid "Welcome to the UPS configuration tools"
msgstr "Willkommen im USV-Konfigurationsprogramm"
@@ -21554,7 +22397,7 @@ msgid ""
"\n"
"It's currently enabled.\n"
"\n"
-"What would you like to do ?"
+"What would you like to do?"
msgstr ""
"Es wurde bereits eine VPN-Verbindung eingerichtet.\n"
"\n"
@@ -21584,7 +22427,7 @@ msgid ""
"\n"
"It's currently disabled.\n"
"\n"
-"What would you like to do ?"
+"What would you like to do?"
msgstr ""
"Die Einrichtung einer VPN-Verbindung wurde bereits durchgeführt.\n"
"\n"
@@ -21673,7 +22516,7 @@ msgstr "Kernel-Modul."
#: standalone/drakvpn:197
#, c-format
msgid ""
-"The kernel need to have ipsec support.\n"
+"The kernel needs to have ipsec support.\n"
"\n"
"You're running a %s kernel version.\n"
"\n"
@@ -21696,20 +22539,20 @@ msgid "IKE daemon racoon"
msgstr "IKE-Daemon racoon"
#: standalone/drakvpn:295 standalone/drakvpn:306
-#, fuzzy, c-format
+#, c-format
msgid "Configuration file"
-msgstr "Konfiguration"
+msgstr "Konfigurationsdatei"
#: standalone/drakvpn:296
#, c-format
msgid ""
-"Configuration step !\n"
+"Configuration step!\n"
"\n"
"You need to define the Security Policies and then to \n"
"configure the automatic key exchange (IKE) daemon. \n"
"The KAME IKE daemon we're using is called 'racoon'.\n"
"\n"
-"What would you like to configure ?\n"
+"What would you like to configure?\n"
msgstr ""
"Einrichtungsschritt !\n"
"\n"
@@ -21743,12 +22586,12 @@ msgid ""
"The %s file contents\n"
"is divided into sections.\n"
"\n"
-"You can now :\n"
+"You can now:\n"
"\n"
" - display, add, edit, or remove sections, then\n"
" - commit the changes\n"
"\n"
-"What would you like to do ?\n"
+"What would you like to do?\n"
msgstr ""
"Die %s-Datei-Inhalte\n"
"sind in Sektionen unterteilt.\n"
@@ -21761,24 +22604,24 @@ msgstr ""
"Was möchten Sie tun?\n"
#: standalone/drakvpn:333 standalone/drakvpn:694
-#, fuzzy, c-format
+#, c-format
msgid ""
"_:display here is a verb\n"
"Display"
-msgstr "täglich"
+msgstr "Darstellen"
#: standalone/drakvpn:333 standalone/drakvpn:694
-#, fuzzy, c-format
+#, c-format
msgid "Commit"
-msgstr "kompakt"
+msgstr "Festlegen"
#: standalone/drakvpn:347 standalone/drakvpn:351 standalone/drakvpn:709
#: standalone/drakvpn:713
-#, fuzzy, c-format
+#, c-format
msgid ""
"_:display here is a verb\n"
"Display configuration"
-msgstr "LAN-Konfiguration"
+msgstr "Konfiguration anzeigen"
#: standalone/drakvpn:352
#, c-format
@@ -21801,11 +22644,11 @@ msgid "ipsec.conf entries"
msgstr "ipsec.conf-Einträge"
#: standalone/drakvpn:369
-#, fuzzy, c-format
+#, c-format
msgid ""
"The %s file contains different sections.\n"
"\n"
-"Here is its skeleton :\t'config setup' \n"
+"Here is its skeleton:\t'config setup' \n"
"\t\t\t\t\t'conn default' \n"
"\t\t\t\t\t'normal1'\n"
"\t\t\t\t\t'normal2' \n"
@@ -21814,7 +22657,7 @@ msgid ""
"\n"
"Choose the section you would like to add.\n"
msgstr ""
-"Die %s-Datei enhält verschiedene Sektionen.\n"
+"Die Datei %s enhält verschiedene Sektionen.\n"
"\n"
"Hier ist das Gerüst :\t'config setup' \n"
"\t\t\t\t\t'conn default' \n"
@@ -21826,9 +22669,9 @@ msgstr ""
"Wählen Sie die Sektion, die Sie hinzufügen wollen.\n"
#: standalone/drakvpn:376
-#, fuzzy, c-format
+#, c-format
msgid "config setup"
-msgstr "neu konfigurieren"
+msgstr "Einrichtung konfigurieren"
#: standalone/drakvpn:376
#, c-format
@@ -21836,13 +22679,13 @@ msgid "conn %default"
msgstr "conn %default"
#: standalone/drakvpn:376
-#, fuzzy, c-format
+#, c-format
msgid "normal conn"
-msgstr "Normaler Modus"
+msgstr "normale Verbindung"
#: standalone/drakvpn:382 standalone/drakvpn:423 standalone/drakvpn:510
#, c-format
-msgid "Exists !"
+msgid "Exists!"
msgstr "Existiert !"
#: standalone/drakvpn:383 standalone/drakvpn:424
@@ -21880,9 +22723,9 @@ msgstr ""
"Wählen Sie Weiter oder Vorher wenn Sie fertig sind.\n"
#: standalone/drakvpn:405
-#, fuzzy, c-format
+#, c-format
msgid "interfaces"
-msgstr "Schnittstelle"
+msgstr "Schnittstellen"
#: standalone/drakvpn:406
#, c-format
@@ -21931,9 +22774,9 @@ msgstr ""
"in den einzelnen Sektionen einrichten.\n"
#: standalone/drakvpn:451
-#, fuzzy, c-format
+#, c-format
msgid "PFS"
-msgstr "HFS"
+msgstr "PFS"
#: standalone/drakvpn:452
#, c-format
@@ -21999,19 +22842,19 @@ msgid "authby"
msgstr "authby"
#: standalone/drakvpn:493
-#, fuzzy, c-format
+#, c-format
msgid "auto"
-msgstr "Automatisch"
+msgstr "automatisch"
#: standalone/drakvpn:499
-#, fuzzy, c-format
+#, c-format
msgid "right"
-msgstr "Hoch"
+msgstr "rechts"
#: standalone/drakvpn:500
-#, fuzzy, c-format
+#, c-format
msgid "rightcert"
-msgstr "Höher"
+msgstr "rechtes Zertifikat"
#: standalone/drakvpn:501
#, c-format
@@ -22059,9 +22902,9 @@ msgstr ""
"Wählen Sie „Weiter“ wenn Sie fertig sind mit der Dateneingabe.\n"
#: standalone/drakvpn:576 standalone/drakvpn:826
-#, fuzzy, c-format
+#, c-format
msgid "Edit section"
-msgstr "Pfad-Auswahl"
+msgstr "Sektion bearbeiten"
#: standalone/drakvpn:577
#, c-format
@@ -22084,7 +22927,7 @@ msgstr "Sektionsnamen"
#: standalone/drakvpn:590
#, c-format
-msgid "Can't edit !"
+msgid "Can't edit!"
msgstr "Bearbeiten nicht möglich!"
#: standalone/drakvpn:591
@@ -22092,14 +22935,14 @@ msgstr "Bearbeiten nicht möglich!"
msgid ""
"You cannot edit this section.\n"
"\n"
-"This section is mandatory for Freswan 2.X.\n"
+"This section is mandatory for Freeswan 2.X.\n"
"One has to specify version 2.0 on the top\n"
"of the %s file, and eventually, disable or\n"
-"enable the oportunistic encryption.\n"
+"enable the opportunistic encryption.\n"
msgstr ""
"Sie können diese Sektion nicht bearbeiten.\n"
"\n"
-"Diese Sektion ist für Freswan 2.X zwingend erforderlich.\n"
+"Diese Sektion ist für Freeswan 2.X zwingend erforderlich.\n"
"Man muss Version 2.0 spezifizieren am Anfang\n"
"der %s-Datei. Anschließend können Sie zusätzliche\n"
"Verschlüsselung an- oder abschalten.\n"
@@ -22149,7 +22992,7 @@ msgstr ""
msgid ""
"Edit a Security Policy.\n"
"\n"
-"You can now add a Security Policy.\n"
+"You can now edit a Security Policy.\n"
"\n"
"Choose continue when you are done to write the data.\n"
msgstr ""
@@ -22160,9 +23003,9 @@ msgstr ""
"Wählen Sie nach der Eingabe weiter.\n"
#: standalone/drakvpn:656 standalone/drakvpn:873
-#, fuzzy, c-format
+#, c-format
msgid "Remove section"
-msgstr "Liste entfernen"
+msgstr "Sektion entfernen"
#: standalone/drakvpn:657 standalone/drakvpn:874
#, c-format
@@ -22183,13 +23026,22 @@ msgid ""
"The racoon.conf file configuration.\n"
"\n"
"The contents of this file is divided into sections.\n"
-"You can now :\n"
+"You can now:\n"
" - display \t\t (display the file contents)\n"
" - add\t\t\t (add one section)\n"
" - edit \t\t\t (modify parameters of an existing section)\n"
" - remove \t\t (remove an existing section)\n"
" - commit \t\t (writes the changes to the real file)"
msgstr ""
+"Die racoon.conf Konfiguration.\n"
+"\n"
+"Der Inhalt dieser Datei ist in Abschnitte unterteilt.\n"
+"Sie können jetzt:\n"
+" - display \t\t (zeigt den Dateiinhalt an)\n"
+" - add\t\t\t (fügt einen Abschnitt hinzu)\n"
+" - edit \t\t\t (Parameter eines Abschnittes ändern)\n"
+" - remove \t\t (einen bestehenden Abschnitt entfernen)\n"
+" - commit \t\t (die Änderungen in die echte Datei schreiben)"
#: standalone/drakvpn:714
#, c-format
@@ -22216,7 +23068,7 @@ msgstr "racoonf.conf-Einträge"
msgid ""
"The 'add' sections step.\n"
"\n"
-"Here below is the racoon.conf file skeleton :\n"
+"Here below is the racoon.conf file skeleton:\n"
"\t'path'\n"
"\t'remote'\n"
"\t'sainfo' \n"
@@ -22233,7 +23085,7 @@ msgstr ""
"Wählen Sie die Sektion, die Sie hinzufügen wollen.\n"
#: standalone/drakvpn:735
-#, fuzzy, c-format
+#, c-format
msgid "path"
msgstr "Pfad"
@@ -22263,38 +23115,59 @@ msgstr ""
"Bewegen Sie die Maus auf den Zertifikatseintrag um Onlinehilfe zu erhalten."
#: standalone/drakvpn:746
-#, fuzzy, c-format
+#, c-format
msgid "path type"
-msgstr "Typ ändern"
+msgstr "Pfad-Typ"
#: standalone/drakvpn:750
#, c-format
msgid ""
-"path include path : specifies a path to include\n"
+"path include path: specifies a path to include\n"
"a file. See File Inclusion.\n"
"\tExample: path include '/etc/racoon'\n"
"\n"
-"path pre_shared_key file : specifies a file containing\n"
+"path pre_shared_key file: specifies a file containing\n"
"pre-shared key(s) for various ID(s). See Pre-shared key File.\n"
"\tExample: path pre_shared_key '/etc/racoon/psk.txt' ;\n"
"\n"
-"path certificate path : racoon(8) will search this directory\n"
+"path certificate path: racoon(8) will search this directory\n"
"if a certificate or certificate request is received.\n"
"\tExample: path certificate '/etc/cert' ;\n"
"\n"
-"File Inclusion : include file \n"
+"File Inclusion: include file \n"
"other configuration files can be included.\n"
"\tExample: include \"remote.conf\" ;\n"
"\n"
-"Pre-shared key File : Pre-shared key file defines a pair\n"
+"Pre-shared key File: Pre-shared key file defines a pair\n"
"of the identifier and the shared secret key which are used at\n"
"Pre-shared key authentication method in phase 1."
msgstr ""
+"path include Pfad: gibt den Pfad zu einer einzufügenden\n"
+"Datei an. Siehe Datei einfügen.\n"
+"\tBeispiel: path include '/etc/racoon'\n"
+"\n"
+"path pre_shared_key Datei: gibt eine Datei mit im Voraus\n"
+"geteilten Schlüsseln für viele IDs an. Siehe vorverteilte Schlüsseldatei.\n"
+"\tBeispiel: path pre_shared_key '/etc/racoon/psk.txt' ;\n"
+"\n"
+"path certificate Pfad: racoon(8) durchsucht dieses Verzeichnis\n"
+"wenn ein Zertifikat oder eine Zertifikatsanfrage empfangen wird.\n"
+"\tBeispiel: path certificate '/etc/cert' ;\n"
+"\n"
+"Datei einfügen: füge Datei ein\n"
+"andere Konfigurationsdateien können eingefügt werden.\n"
+"\tBeispiel: include \"remote.conf\" ;\n"
+"\n"
+"Vorverteilte Schlüsseldatei: Die vorverteilte Schlüsseldatei definiert ein "
+"Paar\n"
+"von Bezeichnern and dem geteilten Geheimnis, das in der "
+"Authentikationsmethode\n"
+"„vorverteilte Schlüssel“ in Phase 1 verwendet wird."
#: standalone/drakvpn:770 standalone/drakvpn:863
-#, fuzzy, c-format
+#, c-format
msgid "real file"
-msgstr "Datei auswählen"
+msgstr "echte Datei"
#: standalone/drakvpn:793
#, c-format
@@ -22434,7 +23307,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -22445,6 +23318,23 @@ msgid ""
"sainfo address 172.16.1.0/24 any address 172.16.2.0/24 any\n"
"\t172.16.1.0/24 is the source address"
msgstr ""
+"sainfo (Quell-ID Ziel-ID | anonymous) { Anweisungen }\n"
+"definiert die parameter der IKE-Phase 2 (IPsec-SA Aufbau).\n"
+"\n"
+"Quell-ID und Ziel-ID werden folgendermaßen zusammengesetzt:\n"
+"\n"
+"\tAdresse Adresse [/ Präfix] [[Port]] Protokoll\n"
+"\n"
+"Beispiele: \n"
+"\n"
+"sainfo anonymous (akzeptiert Verbindungen von überall)\n"
+"\tlassen Sie diesen Eintrag frei, wenn Sie anonymous wollen\n"
+"\n"
+"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
+"\t203.178.141.209 ist die Quelladresse\n"
+"\n"
+"sainfo address 172.16.1.0/24 any address 172.16.2.0/24 any\n"
+"\t172.16.1.0/24 ist die Quelladresse"
#: standalone/drakvpn:941
#, c-format
@@ -22462,7 +23352,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -22470,6 +23360,20 @@ msgid ""
"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
"\tthe first 'any' allows any protocol for the source"
msgstr ""
+"sainfo (Quell-ID Ziel-ID | anonymous) { Anweisungen }\n"
+"definiert die parameter der IKE-Phase 2 (IPsec-SA Aufbau).\n"
+"\n"
+"Quell-ID und Ziel-ID werden folgendermaßen zusammengesetzt:\n"
+"\n"
+"\tAdresse Adresse [/ Präfix] [[Port]] Protokoll\n"
+"\n"
+"Beispiele: \n"
+"\n"
+"sainfo anonymous (akzeptiert Verbindungen von überall)\n"
+"\tlassen Sie diesen Eintrag frei, wenn Sie anonymous wollen\n"
+"\n"
+"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
+"\tdas erste „any“ erlaubt jedes Protokoll für die Quelle"
#: standalone/drakvpn:956
#, c-format
@@ -22487,7 +23391,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -22498,6 +23402,23 @@ msgid ""
"sainfo address 172.16.1.0/24 any address 172.16.2.0/24 any\n"
"\t172.16.2.0/24 is the destination address"
msgstr ""
+"sainfo (Quell-ID Ziel-ID | anonymous) { Anweisungen }\n"
+"definiert die parameter der IKE-Phase 2 (IPsec-SA Aufbau).\n"
+"\n"
+"Quell-ID und Ziel-ID werden folgendermaßen zusammengesetzt:\n"
+"\n"
+"\tAdresse Adresse [/ Präfix] [[Port]] Protokoll\n"
+"\n"
+"Beispiele: \n"
+"\n"
+"sainfo anonymous (akzeptiert Verbindungen von überall)\n"
+"\tlassen Sie diesen Eintrag frei, wenn Sie anonymous wollen\n"
+"\n"
+"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
+"\t203.178.141.218 ist die Zieladresse\n"
+"\n"
+"sainfo address 172.16.1.0/24 any address 172.16.2.0/24 any\n"
+"\t172.16.2.0/24 ist die Zieladresse"
#: standalone/drakvpn:974
#, c-format
@@ -22515,7 +23436,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -22523,6 +23444,23 @@ msgid ""
"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
"\tthe last 'any' allows any protocol for the destination"
msgstr ""
+"sainfo (Quell-ID Ziel-ID | anonymous) { Anweisungen }\n"
+"definiert die parameter der IKE-Phase 2 (IPsec-SA Aufbau).\n"
+"\n"
+"Quell-ID und Ziel-ID werden folgendermaßen zusammengesetzt:\n"
+"\n"
+"\tAdresse Adresse [/ Präfix] [[Port]] Protokoll\n"
+"\n"
+"Beispiele: \n"
+"\n"
+"sainfo anonymous (akzeptiert Verbindungen von überall)\n"
+"\tlassen Sie diesen Eintrag frei, wenn Sie anonymous wollen\n"
+"\n"
+"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
+"\t203.178.141.218 ist die Zieladresse\n"
+"\n"
+"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
+"\tdas letzte „any“ erlaubt jedes Protokoll für das Ziel"
#: standalone/drakvpn:989
#, c-format
@@ -22535,7 +23473,7 @@ msgid ""
"define the group of Diffie-Hellman exponentiations.\n"
"If you do not require PFS then you can omit this directive.\n"
"Any proposal will be accepted if you do not specify one.\n"
-"group is one of following: modp768, modp1024, modp1536.\n"
+"group is one of the following: modp768, modp1024, modp1536.\n"
"Or you can define 1, 2, or 5 as the DH group number."
msgstr ""
"Definieren Sie die Gruppe der Diffie-Hellman-Exponentiationen.\n"
@@ -22555,11 +23493,11 @@ msgstr "Lebensdauer-Nummer"
msgid ""
"define a lifetime of a certain time which will be pro-\n"
"posed in the phase 1 negotiations. Any proposal will be\n"
-"accepted, and the attribute(s) will be not proposed to\n"
+"accepted, and the attribute(s) will not be proposed to\n"
"the peer if you do not specify it(them). They can be\n"
"individually specified in each proposal.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
" lifetime time 1 min; # sec,min,hour\n"
" lifetime time 1 min; # sec,min,hour\n"
@@ -22597,18 +23535,18 @@ msgstr "Lebensdauer-Einheit"
msgid ""
"define a lifetime of a certain time which will be pro-\n"
"posed in the phase 1 negotiations. Any proposal will be\n"
-"accepted, and the attribute(s) will be not proposed to\n"
+"accepted, and the attribute(s) will not be proposed to\n"
"the peer if you do not specify it(them). They can be\n"
"individually specified in each proposal.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
" lifetime time 1 min; # sec,min,hour\n"
" lifetime time 1 min; # sec,min,hour\n"
" lifetime time 30 sec;\n"
" lifetime time 30 sec;\n"
" lifetime time 60 sec;\n"
-"\tlifetime time 12 hour ;\n"
+"\tlifetime time 12 hour;\n"
"\n"
"So, here, the lifetime units are 'min', 'min', 'sec', 'sec', 'sec' and "
"'hour'.\n"
@@ -22628,8 +23566,8 @@ msgstr ""
" lifetime time 60 sec;\n"
"\tlifetime time 12 hour;\n"
"\n"
-"Hier sind die Lebensdauer-Einheiten 'min', 'min', 'sec', 'sec', 'sec' "
-"und'hour'.\n"
+"Hier sind die Lebensdauer-Einheiten „min“, „min“, „sec“, „sec“, „sec“ und "
+"„hour“.\n"
#: standalone/drakvpn:1031 standalone/drakvpn:1116
#, c-format
@@ -22647,9 +23585,9 @@ msgid "Compression algorithm"
msgstr "Compressionsalgorythmus"
#: standalone/drakvpn:1036
-#, fuzzy, c-format
+#, c-format
msgid "deflate"
-msgstr " Standard "
+msgstr "senken"
#: standalone/drakvpn:1043
#, c-format
@@ -22665,11 +23603,21 @@ msgid ""
"ments apply to all peers which do not match any other remote\n"
"directive.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"remote anonymous\n"
"remote ::1 [8000]"
msgstr ""
+"remote (Adresse | anonymous) [[Port]] { Anweisungen }\n"
+"gibt die Parameter für IKE Phase 1 für jeden entfernten Knoten an.\n"
+"Der Standardport ist 500. Wenn „anonymous“ angegeben ist, werden\n"
+"die Anweisungen auf alle Gegenstellen angewendet, die auf keine\n"
+"anderen entfernte Richtlinie passen.\n"
+"\n"
+"Beispiele: \n"
+"\n"
+"remote anonymous\n"
+"remote ::1 [8000]"
#: standalone/drakvpn:1052
#, c-format
@@ -22818,7 +23766,7 @@ msgstr "Meine Identifizierung"
#, c-format
msgid ""
"specifies the identifier sent to the remote host and the\n"
-"type to use in the phase 1 negotiation. address, fqdn,\n"
+"type to use in the phase 1 negotiation. address, FQDN,\n"
"user_fqdn, keyid and asn1dn can be used as an idtype.\n"
"they are used like:\n"
"\tmy_identifier address [address];\n"
@@ -22827,7 +23775,7 @@ msgid ""
"\tmy_identifier user_fqdn string;\n"
"\t\tthe type is a USER_FQDN (user fully-qualified\n"
"\t\tdomain name).\n"
-"\tmy_identifier fqdn string;\n"
+"\tmy_identifier FQDN string;\n"
"\t\tthe type is a FQDN (fully-qualified domain name).\n"
"\tmy_identifier keyid file;\n"
"\t\tthe type is a KEY_ID.\n"
@@ -22836,10 +23784,33 @@ msgid ""
"\t\tstring is omitted, racoon(8) will get DN from\n"
"\t\tSubject field in the certificate.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"my_identifier user_fqdn \"myemail@mydomain.com\""
msgstr ""
+"gibt den Bezeichner an, der zum entfernten Rechner gesendet\n"
+"wird und den Typ, der in der Aushandlungsphase 1 verwendet\n"
+"werden soll. address, FQDN, user_fqdn, keyid und asn1dn können\n"
+"als idtype verwendet werden:\n"
+"So werden sie verwendet:\n"
+"\tmy_identifier address [address];\n"
+"\t\tder Typ ist die IP-Adresse. Das ist der Standardtyp, wenn Sie\n"
+"\t\tkeinen Bezeichner angeben, der verwendet werden soll.\n"
+"\tmy_identifier user_fqdn string;\n"
+"\t\tder Typ ist ein USER_FQDN (User Fully-Qualified\n"
+"\t\tDomain Name).\n"
+"\tmy_identifier FQDN string;\n"
+"\t\tder Typ ist ein FQDN (Fully-Qualified Domain Name).\n"
+"\tmy_identifier keyid file;\n"
+"\t\tder Typ ist eine KEY_ID.\n"
+"\tmy_identifier asn1dn [string];\n"
+"\t\tder Typ ist ein ASN.1 Distinguished Name. Wenn\n"
+"\t\t\"string\" ausgelassen wird, holt racoon(8) sich den DN vom\n"
+"\t\t\"Subject\"-Feld im Zertifikat holen.\n"
+"\n"
+"Beispiele: \n"
+"\n"
+"my_identifier user_fqdn \"myemail@mydomain.com\""
#: standalone/drakvpn:1114
#, c-format
@@ -22856,9 +23827,9 @@ msgstr "Antrag"
msgid ""
"specify the encryption algorithm used for the\n"
"phase 1 negotiation. This directive must be defined. \n"
-"algorithm is one of following: \n"
+"algorithm is one of the following: \n"
"\n"
-"des, 3des, blowfish, cast128 for oakley.\n"
+"DES, 3DES, blowfish, cast128 for oakley.\n"
"\n"
"For other transforms, this statement should not be used."
msgstr ""
@@ -22866,7 +23837,7 @@ msgstr ""
"Phase-1-Verbindung an. Diese Regel muss definiert sein.\n"
"Algorythmus kann eines der folgenden sein:\n"
"\n"
-"des, 3des, blowfish, cast128 for oakley.\n"
+"DES, 3DES, blowfish, cast128 for oakley.\n"
"\n"
"Für andere Transformationen sollte dies nicht genutzt werden."
@@ -22901,12 +23872,12 @@ msgid "Destination IP range"
msgstr "Ziel-IP-Bereich"
#: standalone/drakvpn:1136
-#, fuzzy, c-format
+#, c-format
msgid "Upper-layer protocol"
-msgstr "Europäisches Protokoll"
+msgstr "Oberschicht-Protokoll"
#: standalone/drakvpn:1136 standalone/drakvpn:1143
-#, fuzzy, c-format
+#, c-format
msgid "any"
msgstr "jeder"
@@ -22916,7 +23887,7 @@ msgid "Flag"
msgstr "Flagge"
#: standalone/drakvpn:1139
-#, fuzzy, c-format
+#, c-format
msgid "Direction"
msgstr "Richtung"
@@ -22926,32 +23897,32 @@ msgid "IPsec policy"
msgstr "IPsec-Regel"
#: standalone/drakvpn:1140
-#, fuzzy, c-format
+#, c-format
msgid "ipsec"
msgstr "IPsec"
#: standalone/drakvpn:1140
-#, fuzzy, c-format
+#, c-format
msgid "discard"
-msgstr "deaktiviert"
+msgstr "löschen"
#: standalone/drakvpn:1143
-#, fuzzy, c-format
+#, c-format
msgid "Mode"
msgstr "Modus"
#: standalone/drakvpn:1143
-#, fuzzy, c-format
+#, c-format
msgid "tunnel"
msgstr "Tunnel"
#: standalone/drakvpn:1143
-#, fuzzy, c-format
+#, c-format
msgid "transport"
msgstr "Transport"
#: standalone/drakvpn:1145
-#, fuzzy, c-format
+#, c-format
msgid "Source/destination"
msgstr "Quelle / Ziel"
@@ -22961,124 +23932,130 @@ msgid "require"
msgstr "benötigen"
#: standalone/drakvpn:1146
-#, fuzzy, c-format
+#, c-format
+msgid "default"
+msgstr " Standard "
+
+#: standalone/drakvpn:1146
+#, c-format
msgid "use"
msgstr "benutzen"
#: standalone/drakvpn:1146
-#, fuzzy, c-format
+#, c-format
msgid "unique"
-msgstr "einzigartig"
+msgstr "einzig"
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "USA (broadcast)"
msgstr "USA (terrestrisch)"
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "USA (cable)"
msgstr "USA (Kabel)"
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "USA (cable-hrc)"
msgstr "USA (Kabel-hrc)"
# ../../standalone/drakxtv_.c:37C'
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "Canada (cable)"
msgstr "Kanada (Kabel)"
-#: standalone/drakxtv:44
+#: standalone/drakxtv:46
#, c-format
msgid "Japan (broadcast)"
msgstr "Japan (terrestrisch)"
-#: standalone/drakxtv:44
+#: standalone/drakxtv:46
#, c-format
msgid "Japan (cable)"
msgstr "Japan (Kabel)"
-#: standalone/drakxtv:44
+#: standalone/drakxtv:46
#, c-format
msgid "China (broadcast)"
msgstr "China (terrestrisch)"
-#: standalone/drakxtv:45
+#: standalone/drakxtv:47
#, c-format
msgid "West Europe"
msgstr "Westeuropa"
-#: standalone/drakxtv:45
+#: standalone/drakxtv:47
#, c-format
msgid "East Europe"
msgstr "Osteuropa"
-#: standalone/drakxtv:45
+#: standalone/drakxtv:47
#, c-format
msgid "France [SECAM]"
msgstr "Frankreich (SECAM)"
-#: standalone/drakxtv:46
+#: standalone/drakxtv:48
#, c-format
msgid "Newzealand"
msgstr "Neuseeland"
-#: standalone/drakxtv:49
+#: standalone/drakxtv:51
#, c-format
msgid "Australian Optus cable TV"
msgstr "Australisches Optus Kabel TV"
-#: standalone/drakxtv:83
+#: standalone/drakxtv:85
#, c-format
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr "Bitte geben Sie Fernsehnorm und Staat ein"
-#: standalone/drakxtv:85
+#: standalone/drakxtv:87
#, c-format
msgid "TV norm:"
msgstr "Fernsehnorm:"
-#: standalone/drakxtv:86
+#: standalone/drakxtv:88
#, c-format
msgid "Area:"
msgstr "Region:"
-#: standalone/drakxtv:91
+#: standalone/drakxtv:93
#, c-format
-msgid "Scanning for TV channels in progress ..."
+msgid "Scanning for TV channels in progress..."
msgstr "Sendersuche ..."
-#: standalone/drakxtv:101
+#: standalone/drakxtv:103
#, c-format
msgid "Scanning for TV channels"
msgstr "Sendersuche..."
-#: standalone/drakxtv:105
+#: standalone/drakxtv:107
#, c-format
msgid "There was an error while scanning for TV channels"
msgstr "Bei der Suche der TV-Kanäle trat ein Fehler auf"
-#: standalone/drakxtv:108
+#: standalone/drakxtv:110
#, c-format
msgid "Have a nice day!"
msgstr "Schönen Tag noch!"
-#: standalone/drakxtv:109
+#: standalone/drakxtv:111
#, c-format
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr "Sie können nun (unter X-Windows) „xawtv“ starten.\n"
-#: standalone/drakxtv:132
+#: standalone/drakxtv:134
#, c-format
msgid "No TV Card detected!"
msgstr "Keine TV-Karte gefunden!"
-#: standalone/drakxtv:133
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: standalone/drakxtv:136
#, c-format
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
@@ -23100,50 +24077,24 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: standalone/harddrake2:18
+#: standalone/harddrake2:20
#, c-format
msgid "Alternative drivers"
msgstr "Alternative Treiber"
-#: standalone/harddrake2:19
+#: standalone/harddrake2:21
#, c-format
msgid "the list of alternative drivers for this sound card"
msgstr "Liste alternativer Soundtreiber für diese Soundkarte"
-#: standalone/harddrake2:22
+#: standalone/harddrake2:24
#, c-format
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, ...)"
-#: standalone/harddrake2:23
-#, c-format
-msgid "Channel"
-msgstr "Kanal"
-
-#: standalone/harddrake2:23
-#, c-format
-msgid "EIDE/SCSI channel"
-msgstr "EIDE/SCSI-Kanal"
-
-#: standalone/harddrake2:24
-#, c-format
-msgid "Bogomips"
-msgstr "Bogomips"
-
-#: standalone/harddrake2:24
-#, c-format
-msgid ""
-"the GNU/Linux kernel needs to run a calculation loop at boot time to "
-"initialize a timer counter. Its result is stored as bogomips as a way to "
-"\"benchmark\" the cpu."
-msgstr ""
-"Der GNU/Linux-Kernel muss beim Starten des Rechner eine Berechnungs-schleife "
-"machen, um einen Zähler zu initialisieren. Dessen Ergebnis wirdals Bogomips "
-"gespeichert als Möglichkeit, die CPU zu „benchmarken“."
-
-#: standalone/harddrake2:26
+#: standalone/harddrake2:26 standalone/harddrake2:130
#, c-format
msgid "Bus identification"
msgstr "Bus"
@@ -23170,62 +24121,261 @@ msgstr ""
#: standalone/harddrake2:33
#, c-format
-msgid "Cache size"
-msgstr "Cachegröße"
+msgid "Drive capacity"
+msgstr "Laufwerkskapazität"
#: standalone/harddrake2:33
#, c-format
-msgid "size of the (second level) cpu cache"
-msgstr "Größe des (Second Level) Prozessor-Caches."
+msgid "special capacities of the driver (burning ability and or DVD support)"
+msgstr ""
+"spezielle Fähigkeiten des Treibers (Brennfähigkeit oder DVD-Unterstützung)"
#: standalone/harddrake2:34
#, c-format
-msgid "Drive capacity"
-msgstr "Laufwerkskapazität"
+msgid "this field describes the device"
+msgstr "Dieses Feld beschreibt das Gerät"
-#: standalone/harddrake2:34
+#: standalone/harddrake2:35
#, c-format
-msgid "special capacities of the driver (burning ability and or DVD support)"
+msgid "Old device file"
+msgstr "Alte Gerätedatei"
+
+#: standalone/harddrake2:36
+#, c-format
+msgid "old static device name used in dev package"
+msgstr "Alter statischer Name im „dev“ Paket"
+
+#: standalone/harddrake2:37
+#, c-format
+msgid "New devfs device"
+msgstr "Neues DevFS-Gerät"
+
+#: standalone/harddrake2:38
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
+msgstr "Neuer vom DevFS des Kernels vergebener dynamischer Gerätename"
+
+#. -PO: here "module" is the "jargon term" for a kernel driver
+#: standalone/harddrake2:41
+#, c-format
+msgid "Module"
+msgstr "Modul"
+
+#: standalone/harddrake2:41
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
msgstr ""
-"spezielle Fähigkeiten des Treibers (Brennfähigkeit oder DVD-Unterstützung)"
+"Das Linux Kernel-Modul, das Unterstützung für dieses Gerät bereitstellt"
+
+#: standalone/harddrake2:42
+#, c-format
+msgid "Extended partitions"
+msgstr "Erweiterte Partitionen"
+
+#: standalone/harddrake2:42
+#, c-format
+msgid "the number of extended partitions"
+msgstr "die Anzahl der erweiterten Partitionen"
+
+#: standalone/harddrake2:43
+#, c-format
+msgid "Geometry"
+msgstr "Geometrie"
+
+#: standalone/harddrake2:43
+#, c-format
+msgid "Cylinder/head/sectors geometry of the disk"
+msgstr "Zylinder/Köpfe/Sektoren Geometrie der Platte"
+
+#: standalone/harddrake2:44
+#, c-format
+msgid "Disk controller"
+msgstr "Festplattensteuerung"
+
+#: standalone/harddrake2:44
+#, c-format
+msgid "the disk controller on the host side"
+msgstr "die Festplattensteuerung auf Hostseite"
+
+#: standalone/harddrake2:45
+#, c-format
+msgid "class of hardware device"
+msgstr "Hardwareklasse"
+
+#: standalone/harddrake2:46 standalone/harddrake2:78
+#: standalone/printerdrake:218
+#, c-format
+msgid "Model"
+msgstr "Modell"
+
+#: standalone/harddrake2:46
+#, c-format
+msgid "hard disk model"
+msgstr "Festplattenmodell"
+
+#: standalone/harddrake2:47
+#, c-format
+msgid "network printer port"
+msgstr "Port des Netzwerkdruckers"
+
+#: standalone/harddrake2:48
+#, c-format
+msgid "Primary partitions"
+msgstr "Primäre Partitionen"
+
+#: standalone/harddrake2:48
+#, c-format
+msgid "the number of the primary partitions"
+msgstr "die Anzahl der primären Partitionen"
+
+#: standalone/harddrake2:49
+#, c-format
+msgid "the vendor name of the device"
+msgstr "Herstellername des Geräts"
+
+#: standalone/harddrake2:50
+#, c-format
+msgid "Bus PCI #"
+msgstr "Bus PCI #"
+
+#: standalone/harddrake2:50
+#, c-format
+msgid "the PCI bus on which the device is plugged"
+msgstr "der PCI-Bus, an dem das Gerät angesteckt ist"
+
+#: standalone/harddrake2:51
+#, c-format
+msgid "PCI device #"
+msgstr "PCI-Gerät #"
+
+#: standalone/harddrake2:51
+#, c-format
+msgid "PCI device number"
+msgstr "PCI-Gerätenummer"
+
+#: standalone/harddrake2:52
+#, c-format
+msgid "PCI function #"
+msgstr "PCI Funktion #"
+
+#: standalone/harddrake2:52
+#, c-format
+msgid "PCI function number"
+msgstr "PCI Funktionsnummer"
+
+#: standalone/harddrake2:53
+#, c-format
+msgid "Vendor ID"
+msgstr "Hersteller ID"
+
+#: standalone/harddrake2:53
+#, c-format
+msgid "this is the standard numerical identifier of the vendor"
+msgstr "das ist das numerische Standardkennzeichen des Herstellers"
+
+#: standalone/harddrake2:54
+#, c-format
+msgid "Device ID"
+msgstr "Geräte-ID"
+
+#: standalone/harddrake2:54
+#, c-format
+msgid "this is the numerical identifier of the device"
+msgstr "das ist das numerische Kennzeichen des Gerätes"
+
+#: standalone/harddrake2:55
+#, c-format
+msgid "Sub vendor ID"
+msgstr "Unterhersteller-ID"
+
+#: standalone/harddrake2:55
+#, c-format
+msgid "this is the minor numerical identifier of the vendor"
+msgstr "das ist das numerische Unterkennzeichen des Herstellers"
+
+#: standalone/harddrake2:56
+#, c-format
+msgid "Sub device ID"
+msgstr "Geräte-Unter-ID"
+
+#: standalone/harddrake2:56
+#, c-format
+msgid "this is the minor numerical identifier of the device"
+msgstr "das ist das numerische Unterkennzeichen des Gerätes"
+
+#: standalone/harddrake2:57
+#, c-format
+msgid "Device USB ID"
+msgstr "USB-Geräte-ID"
+
+#: standalone/harddrake2:57
+#, c-format
+msgid ".."
+msgstr ".."
+
+#: standalone/harddrake2:61
+#, c-format
+msgid "Bogomips"
+msgstr "Bogomips"
+
+#: standalone/harddrake2:61
+#, c-format
+msgid ""
+"the GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
+msgstr ""
+"Der GNU/Linux-Kernel muss beim Starten des Rechner eine Berechnungs-schleife "
+"machen, um einen Zähler zu initialisieren. Dessen Ergebnis wirdals Bogomips "
+"gespeichert als Möglichkeit, die CPU zu „benchmarken“."
+
+#: standalone/harddrake2:62
+#, c-format
+msgid "Cache size"
+msgstr "Cachegröße"
+
+#: standalone/harddrake2:62
+#, c-format
+msgid "size of the (second level) cpu cache"
+msgstr "Größe des (Second Level) Prozessor-Caches."
#. -PO: here "comas" is the medical coma, not the lexical coma!!
-#: standalone/harddrake2:37
+#: standalone/harddrake2:65
#, c-format
msgid "Coma bug"
msgstr "Coma-Fehler"
-#: standalone/harddrake2:37
+#: standalone/harddrake2:65
#, c-format
msgid "whether this cpu has the Cyrix 6x86 Coma bug"
msgstr "Angabe, ob der Prozessor den Cyrix 6x86 Coma-Fehler aufweist."
-#: standalone/harddrake2:38
+#: standalone/harddrake2:66
#, c-format
msgid "Cpuid family"
msgstr "CPUID-Familie"
-#: standalone/harddrake2:38
+#: standalone/harddrake2:66
#, c-format
msgid "family of the cpu (eg: 6 for i686 class)"
msgstr "CPU-Familie (z.B.:6 steht für i686)."
-#: standalone/harddrake2:39
+#: standalone/harddrake2:67
#, c-format
msgid "Cpuid level"
msgstr "CPUID-Ebene"
-#: standalone/harddrake2:39
+#: standalone/harddrake2:67
#, c-format
msgid "information level that can be obtained through the cpuid instruction"
msgstr "Informationsgehalt, der durch den Befehl CPUID erhalten werden kann."
-#: standalone/harddrake2:40
+#: standalone/harddrake2:68
#, c-format
msgid "Frequency (MHz)"
msgstr "Frequenz (MHz)"
-#: standalone/harddrake2:40
+#: standalone/harddrake2:68
#, c-format
msgid ""
"the CPU frequency in MHz (Megahertz which in first approximation may be "
@@ -23235,126 +24385,72 @@ msgstr ""
"Die CPU-Frequenz in MHz (Megahertz), sie gibt eine erste Näherung für die "
"Anzahl der Befehle, die der Prozessor pro Sekunde ausführen kann."
-#: standalone/harddrake2:41
-#, c-format
-msgid "this field describes the device"
-msgstr "Dieses Feld beschreibt das Gerät"
-
-#: standalone/harddrake2:42
-#, c-format
-msgid "Old device file"
-msgstr "Alte Gerätedatei"
-
-#: standalone/harddrake2:43
-#, c-format
-msgid "old static device name used in dev package"
-msgstr "Alter statischer Name im „dev“ Paket"
-
-#: standalone/harddrake2:44
-#, c-format
-msgid "New devfs device"
-msgstr "Neues DevFS-Gerät"
-
-#: standalone/harddrake2:45
-#, c-format
-msgid "new dynamic device name generated by core kernel devfs"
-msgstr "Neuer vom DevFS des Kernels vergebener dynamischer Gerätename"
-
-#. -PO: here "module" is the "jargon term" for a kernel driver
-#: standalone/harddrake2:48
-#, c-format
-msgid "Module"
-msgstr "Modul"
-
-#: standalone/harddrake2:48
-#, c-format
-msgid "the module of the GNU/Linux kernel that handles the device"
-msgstr ""
-"Das Linux Kernel-Modul, das Unterstützung für dieses Gerät bereitstellt"
-
-#: standalone/harddrake2:49
-#, fuzzy, c-format
-msgid "Extended partitions"
-msgstr "Eine neue Partition erzeugen"
-
-#: standalone/harddrake2:49
-#, fuzzy, c-format
-msgid "the number of extended partitions"
-msgstr "die Nummer des Prozessors"
-
-#: standalone/harddrake2:50
+#: standalone/harddrake2:69
#, c-format
msgid "Flags"
msgstr "Flaggen"
-#: standalone/harddrake2:50
+#: standalone/harddrake2:69
#, c-format
msgid "CPU flags reported by the kernel"
msgstr "CPU flags, die vom Kernel gemeldet werden"
-#: standalone/harddrake2:51
+#: standalone/harddrake2:70
#, c-format
msgid "Fdiv bug"
msgstr "Fdiv Fehler"
-#: standalone/harddrake2:52
-#, fuzzy, c-format
+#: standalone/harddrake2:71
+#, c-format
msgid ""
"Early Intel Pentium chips manufactured have a bug in their floating point "
"processor which did not achieve the required precision when performing a "
"Floating point DIVision (FDIV)"
-msgstr "Prozessor"
+msgstr ""
+"Die ersten Intel Pentium Chips haben eine Fehler in ihrem "
+"Fließkommaprozessor, der nicht die gewünschte Genauigkeit bei Divisionen "
+"(FDIV) erreicht"
-#: standalone/harddrake2:53
+#: standalone/harddrake2:72
#, c-format
msgid "Is FPU present"
msgstr "Ist FPU vorhanden"
-#: standalone/harddrake2:53
+#: standalone/harddrake2:72
#, c-format
msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
"Ja bedeutet, dass der Prozessor einen mathematischen Coprozessor besitzt."
-#: standalone/harddrake2:54
+#: standalone/harddrake2:73
#, c-format
msgid "Whether the FPU has an irq vector"
msgstr "Ob die FPU einen IRQ Vector hat"
-#: standalone/harddrake2:54
+#: standalone/harddrake2:73
#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
"Ja bedeutet, dass der mathematische Coprozessor einen Ausnahmevektor besitzt."
-#: standalone/harddrake2:55
+#: standalone/harddrake2:74
#, c-format
msgid "F00f bug"
msgstr "F00f: Fehler"
-#: standalone/harddrake2:55
+#: standalone/harddrake2:74
#, c-format
msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
"frühe Pentium waren fehleranfällig und stürzten beim dekodieren des F00F "
"Bytecodes ab"
-#: standalone/harddrake2:56
-#, fuzzy, c-format
-msgid "Geometry"
-msgstr "Wiederholen"
-
-#: standalone/harddrake2:56
+#: standalone/harddrake2:75
#, c-format
-msgid "Cylinder/head/sectors geometry of the disk"
-msgstr ""
-
-#: standalone/harddrake2:57
-#, fuzzy, c-format
msgid "Halt bug"
-msgstr "Herunterfahren Fehler"
+msgstr "Herunterfahren-Fehler"
-#: standalone/harddrake2:58
+#: standalone/harddrake2:76
#, c-format
msgid ""
"Some of the early i486DX-100 chips cannot reliably return to operating mode "
@@ -23363,184 +24459,259 @@ msgstr ""
"Einige der früheren i486DX-100 Chips wechseln nicht verlässlich in "
"Betriebsmodus nachdem der „halt“ Befehl benutz wurde."
-#: standalone/harddrake2:60
+#: standalone/harddrake2:77
+#, c-format
+msgid "sub generation of the cpu"
+msgstr "Untertyp der CPU"
+
+#: standalone/harddrake2:78
+#, c-format
+msgid "generation of the cpu (eg: 8 for Pentium III, ...)"
+msgstr "CPU-Familie (8 steht etwa für Pentium III,...)"
+
+#: standalone/harddrake2:79
+#, c-format
+msgid "Model name"
+msgstr "Modellname"
+
+#: standalone/harddrake2:79
+#, c-format
+msgid "official vendor name of the cpu"
+msgstr "Offizieller Herstellername der CPU"
+
+#: standalone/harddrake2:80
+#, c-format
+msgid "the name of the CPU"
+msgstr "Name der CPU"
+
+#: standalone/harddrake2:81
+#, c-format
+msgid "Processor ID"
+msgstr "Prozessor ID"
+
+#: standalone/harddrake2:81
+#, c-format
+msgid "the number of the processor"
+msgstr "die Nummer des Prozessors"
+
+#: standalone/harddrake2:82
+#, c-format
+msgid "Model stepping"
+msgstr "Modell-Stepping"
+
+#: standalone/harddrake2:82
+#, c-format
+msgid "stepping of the cpu (sub model (generation) number)"
+msgstr "Stepping der CPU (Submodell (Generations)-Nummer)"
+
+#: standalone/harddrake2:83
+#, c-format
+msgid "the vendor name of the processor"
+msgstr "Herstellername des Prozessors"
+
+#: standalone/harddrake2:84
+#, c-format
+msgid "Write protection"
+msgstr "Schreibschutz"
+
+#: standalone/harddrake2:84
+#, c-format
+msgid ""
+"the WP flag in the CR0 register of the cpu enforce write protection at the "
+"memory page level, thus enabling the processor to prevent unchecked kernel "
+"accesses to user memory (aka this is a bug guard)"
+msgstr ""
+"der WP-Schalter im CR0-Register des Prozessors erzwingt Schreibschutz auf "
+"Speicherseitenebene und ermöglicht so dem Prozessor ungeprüften "
+"Kernelzugriff auf Nutzerspeicher zu verhindern (soll heißen, das ist ein "
+"Fehlerschutz)"
+
+#: standalone/harddrake2:88
#, c-format
msgid "Floppy format"
msgstr "Diskettenformat"
-#: standalone/harddrake2:60
+#: standalone/harddrake2:88
#, c-format
msgid "format of floppies supported by the drive"
msgstr "Disketten Formate, die durch das Laufwerk unterstützt werden"
-#: standalone/harddrake2:61
+#: standalone/harddrake2:92
#, c-format
-msgid "sub generation of the cpu"
-msgstr "Untertyp der CPU"
+msgid "Channel"
+msgstr "Kanal"
-#: standalone/harddrake2:62
+#: standalone/harddrake2:92
#, c-format
-msgid "class of hardware device"
-msgstr "Hardwareklasse"
+msgid "EIDE/SCSI channel"
+msgstr "EIDE/SCSI-Kanal"
-#: standalone/harddrake2:63 standalone/harddrake2:64
-#: standalone/printerdrake:212
+#: standalone/harddrake2:93
#, c-format
-msgid "Model"
-msgstr "Modell"
+msgid "Disk identifier"
+msgstr "Festplattenbezeichnung"
-#: standalone/harddrake2:63
+#: standalone/harddrake2:93
#, c-format
-msgid "hard disk model"
-msgstr "Festplattenmodell"
+msgid "usually the disk serial number"
+msgstr "üblicherweise die Seriennummer der Festplatte"
-#: standalone/harddrake2:64
+#: standalone/harddrake2:94
#, c-format
-msgid "generation of the cpu (eg: 8 for PentiumIII, ...)"
-msgstr "CPU-Familie (8 steht etwa für PentiumIII,...)"
+msgid "Logical unit number"
+msgstr "Logische Einheitennummer"
-#: standalone/harddrake2:65
+#: standalone/harddrake2:94
#, c-format
-msgid "Model name"
-msgstr "Modellname"
+msgid ""
+"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
+"identified by a\n"
+"channel number, a target id and a logical unit number"
+msgstr ""
+"die SCSI Zielnummer (LUN). SCSI Geräte an einem Rechner werden eindeutig "
+"durch eine Kanalnummer identifiziert, eine Zielnummer und einer logischen "
+"Einheitennummer"
-#: standalone/harddrake2:65
+#: standalone/harddrake2:99
#, c-format
-msgid "official vendor name of the cpu"
-msgstr "Offizieller Herstellername der CPU"
+msgid "Device file"
+msgstr "Gerätedatei"
-#: standalone/harddrake2:66
+#: standalone/harddrake2:99
+#, c-format
+msgid ""
+"the device file used to communicate with the kernel driver for the mouse"
+msgstr ""
+"die Gerätedatei wird verwendet, um mit dem Kerneltreiber für die Maus zu "
+"kommunizieren"
+
+#: standalone/harddrake2:100
+#, c-format
+msgid "Emulated wheel"
+msgstr "Emuliertes Rad"
+
+#: standalone/harddrake2:100
+#, c-format
+msgid "whether the wheel is emulated or not"
+msgstr "ob das Rad emuliert ist oder nicht"
+
+#: standalone/harddrake2:101
+#, c-format
+msgid "the type of the mouse"
+msgstr "der Maustyp"
+
+#: standalone/harddrake2:102
+#, c-format
+msgid "the name of the mouse"
+msgstr "der Mausname"
+
+#: standalone/harddrake2:103
#, c-format
msgid "Number of buttons"
msgstr "Anzahl Tasten"
-#: standalone/harddrake2:66
+#: standalone/harddrake2:103
#, c-format
msgid "the number of buttons the mouse has"
msgstr "Anzahl der Maustasten"
-#: standalone/harddrake2:67
+#: standalone/harddrake2:104
#, c-format
-msgid "the name of the CPU"
-msgstr "Name der CPU"
+msgid "the type of bus on which the mouse is connected"
+msgstr "der Typ des Busses, an dem die Maus angeschlossen ist"
-#: standalone/harddrake2:68
+#: standalone/harddrake2:105
#, c-format
-msgid "network printer port"
-msgstr "Port des Netzwerkdruckers"
+msgid "Mouse protocol used by X11"
+msgstr "Mausprotokoll verwendet durch X11"
-#: standalone/harddrake2:69
+#: standalone/harddrake2:105
#, c-format
-msgid "Processor ID"
-msgstr "Prozessor ID"
+msgid "the protocol that the graphical desktop use with the mouse"
+msgstr "das Protokoll, das der grafische Desktop mit der Maus verwendet"
-#: standalone/harddrake2:69
+#: standalone/harddrake2:112 standalone/harddrake2:121
+#: standalone/harddrake2:128 standalone/harddrake2:136
+#: standalone/harddrake2:309
#, c-format
-msgid "the number of the processor"
-msgstr "die Nummer des Prozessors"
-
-#: standalone/harddrake2:70
-#, fuzzy, c-format
-msgid "Primary partitions"
-msgstr "Partitionen formatieren"
+msgid "Identification"
+msgstr "Identifikation"
-#: standalone/harddrake2:70
-#, fuzzy, c-format
-msgid "the number of the primary partitions"
-msgstr "die Nummer des Prozessors"
-
-#: standalone/harddrake2:71
+#: standalone/harddrake2:113 standalone/harddrake2:129
#, c-format
-msgid "Model stepping"
-msgstr "Modell-Stepping"
+msgid "Connection"
+msgstr "Verbindung"
-#: standalone/harddrake2:71
+#: standalone/harddrake2:122
#, c-format
-msgid "stepping of the cpu (sub model (generation) number)"
-msgstr "Stepping der CPU (Submodell (Generations)-Nummer)"
-
-#: standalone/harddrake2:72
-#, fuzzy, c-format
-msgid "the type of bus on which the mouse is connected"
-msgstr "Der Typ des Busses, an dem die Maus angeschlossen ist."
+msgid "Performances"
+msgstr "Leistungen"
-#: standalone/harddrake2:73
+#: standalone/harddrake2:123
#, c-format
-msgid "the vendor name of the device"
-msgstr "Herstellername des Geräts"
+msgid "Bugs"
+msgstr "Fehler"
-#: standalone/harddrake2:74
+#: standalone/harddrake2:124
#, c-format
-msgid "the vendor name of the processor"
-msgstr "Herstellername des Prozessors"
+msgid "FPU"
+msgstr "FPU"
-#: standalone/harddrake2:75
+#: standalone/harddrake2:132
#, c-format
-msgid "Write protection"
-msgstr "Schreibschutz"
+msgid "Partitions"
+msgstr "Partitionen"
-#: standalone/harddrake2:75
-#, fuzzy, c-format
-msgid ""
-"the WP flag in the CR0 register of the cpu enforce write proctection at the "
-"memory page level, thus enabling the processor to prevent unchecked kernel "
-"accesses to user memory (aka this is a bug guard)"
-msgstr "memory Zustand Prozessor memory"
+#: standalone/harddrake2:137
+#, c-format
+msgid "Features"
+msgstr "Funktionen"
-#. -PO: please keep all "/" charaters !!!
-#: standalone/harddrake2:90 standalone/logdrake:78 standalone/printerdrake:146
-#: standalone/printerdrake:159
+#. -PO: please keep all "/" characters !!!
+#: standalone/harddrake2:158 standalone/logdrake:77
+#: standalone/printerdrake:152 standalone/printerdrake:165
#, c-format
msgid "/_Options"
msgstr "/_Optionen"
-#: standalone/harddrake2:91 standalone/harddrake2:112 standalone/logdrake:80
-#: standalone/printerdrake:171 standalone/printerdrake:172
-#: standalone/printerdrake:173 standalone/printerdrake:174
+#: standalone/harddrake2:159 standalone/harddrake2:180 standalone/logdrake:79
+#: standalone/printerdrake:177 standalone/printerdrake:178
+#: standalone/printerdrake:179 standalone/printerdrake:180
#, c-format
msgid "/_Help"
msgstr "/_Hilfe"
-#: standalone/harddrake2:95
+#: standalone/harddrake2:163
#, c-format
msgid "/Autodetect _printers"
msgstr "/_Drucker automatisch erkennen"
-#: standalone/harddrake2:96
+#: standalone/harddrake2:164
#, c-format
msgid "/Autodetect _modems"
msgstr "/_Modems automatisch erkennen"
-#: standalone/harddrake2:97
+#: standalone/harddrake2:165
#, c-format
msgid "/Autodetect _jaz drives"
msgstr "/_Jaz-Laufwerke automatisch erkennen"
-#: standalone/harddrake2:104 standalone/printerdrake:152
+#: standalone/harddrake2:172 standalone/printerdrake:158
#, c-format
msgid "/_Quit"
msgstr "/_Beenden"
-#: standalone/harddrake2:113
+#: standalone/harddrake2:181
#, c-format
msgid "/_Fields description"
msgstr "/_Felderbeschreibung"
-#: standalone/harddrake2:115
+#: standalone/harddrake2:183
#, c-format
msgid "Harddrake help"
msgstr "HardDrake Hilfe"
-#: standalone/harddrake2:116
-#, c-format
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
-"Beschreibung der Felder:\n"
-"\n"
-
-#: standalone/harddrake2:121
+#: standalone/harddrake2:192
#, c-format
msgid ""
"Once you've selected a device, you'll be able to see the device information "
@@ -23549,26 +24720,26 @@ msgstr ""
"Wenn Sie ein Gerät auswählen, werden im rechten Rahmen die Geräte-"
"Informationen angezeigt („Informationen“)."
-#: standalone/harddrake2:126 standalone/printerdrake:173
+#: standalone/harddrake2:197 standalone/printerdrake:179
#, c-format
msgid "/_Report Bug"
msgstr "/_Fehler melden"
-#: standalone/harddrake2:127 standalone/printerdrake:174
+#: standalone/harddrake2:198 standalone/printerdrake:180
#, c-format
msgid "/_About..."
msgstr "/_Über ..."
-#: standalone/harddrake2:128
+#: standalone/harddrake2:199
#, c-format
msgid "About Harddrake"
msgstr "Über HardDrake"
#. -PO: Do not alter the <span ..> and </span> tags
-#: standalone/harddrake2:130
+#: standalone/harddrake2:201
#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"This is HardDrake, a Mandrakelinux hardware configuration tool.\n"
"<span foreground=\"royalblue3\">Version:</span> %s\n"
"<span foreground=\"royalblue3\">Author:</span> Thierry Vignaud &lt;"
"tvignaud@mandrakesoft.com&gt;\n"
@@ -23580,37 +24751,44 @@ msgstr ""
"tvignaud@mandrakesoft.com&gt;\n"
"\n"
-#: standalone/harddrake2:147
+#: standalone/harddrake2:218
#, c-format
-msgid "Harddrake2 version %s"
-msgstr "HardDrake2-Version %s"
+msgid "Harddrake2"
+msgstr "Harddrake2"
-#: standalone/harddrake2:163
+#: standalone/harddrake2:234
#, c-format
msgid "Detected hardware"
msgstr "Gefundene Hardware"
-#: standalone/harddrake2:168
+#: standalone/harddrake2:239
#, c-format
msgid "Configure module"
msgstr "Modul konfigurieren"
-#: standalone/harddrake2:175
+#: standalone/harddrake2:246
#, c-format
msgid "Run config tool"
msgstr "Konfigurationswerkzeug starten"
-#: standalone/harddrake2:222
+#: standalone/harddrake2:296 standalone/net_monitor:108
+#: standalone/net_monitor:109 standalone/net_monitor:114
#, c-format
msgid "unknown"
msgstr "Unbekannt"
-#: standalone/harddrake2:223
+#: standalone/harddrake2:297 standalone/printerdrake:308
+#: standalone/printerdrake:346
#, c-format
msgid "Unknown"
msgstr "Unbekannt"
-#: standalone/harddrake2:241
+#: standalone/harddrake2:317
+#, c-format
+msgid "Misc"
+msgstr "Sonstiges"
+
+#: standalone/harddrake2:332
#, c-format
msgid ""
"Click on a device in the left tree in order to display its information here."
@@ -23618,184 +24796,189 @@ msgstr ""
"Klicken Sie auf ein Gerät in der linken Leiste, um die entsprechende "
"Information anzuzeigen"
-#: standalone/harddrake2:295
+#: standalone/harddrake2:384
#, c-format
msgid "secondary"
msgstr "sekundär"
-#: standalone/harddrake2:295
+#: standalone/harddrake2:384
#, c-format
msgid "primary"
msgstr "primär"
-#: standalone/harddrake2:303
+#: standalone/harddrake2:388
#, c-format
msgid "burner"
msgstr "Brenner"
-#: standalone/harddrake2:303
+#: standalone/harddrake2:388
#, c-format
msgid "DVD"
msgstr "DVD"
-#: standalone/keyboarddrake:24
+#: standalone/keyboarddrake:25
#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Bitte wählen Sie Ihren Tastaturtyp."
-#: standalone/keyboarddrake:33
+#: standalone/keyboarddrake:34
#, c-format
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Wollen Sie, dass die Rücktaste auf den Konsolen Entfernen sendet?"
-#: standalone/localedrake:60
+#: standalone/localedrake:38
+#, c-format
+msgid "LocaleDrake"
+msgstr "LocaleDrake"
+
+#: standalone/localedrake:67
#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr ""
"Die Einstellungen wurden vorgenommen, werden jedoch erst nach einer "
"Neuanmeldung wirksam"
-#: standalone/logdrake:51
-#, fuzzy, c-format
-msgid "Mandrake Tools Logs"
-msgstr "Erklärung der Mandrake-Programme"
+#: standalone/logdrake:50
+#, c-format
+msgid "Mandrakelinux Tools Logs"
+msgstr "Mandrakelinux Werkzeugprotokolle"
-#: standalone/logdrake:52
-#, fuzzy, c-format
+#: standalone/logdrake:51
+#, c-format
msgid "Logdrake"
msgstr "LogDrake"
-#: standalone/logdrake:65
+#: standalone/logdrake:64
#, c-format
msgid "Show only for the selected day"
msgstr "Nur für diesen Tag zeigen"
-#: standalone/logdrake:72
+#: standalone/logdrake:71
#, c-format
msgid "/File/_New"
msgstr "/Datei/_Neu"
-#: standalone/logdrake:72
+#: standalone/logdrake:71
#, c-format
msgid "<control>N"
msgstr "<control>N"
-#: standalone/logdrake:73
+#: standalone/logdrake:72
#, c-format
msgid "/File/_Open"
msgstr "/Datei/_Öffnen"
-#: standalone/logdrake:73
+#: standalone/logdrake:72
#, c-format
msgid "<control>O"
msgstr "<control>O"
-#: standalone/logdrake:74
+#: standalone/logdrake:73
#, c-format
msgid "/File/_Save"
msgstr "/Datei/_Speichern"
-#: standalone/logdrake:74
+#: standalone/logdrake:73
#, c-format
msgid "<control>S"
msgstr "<control>S"
-#: standalone/logdrake:75
+#: standalone/logdrake:74
#, c-format
msgid "/File/Save _As"
msgstr "/Datei/Speichern _unter ..."
-#: standalone/logdrake:76
+#: standalone/logdrake:75
#, c-format
msgid "/File/-"
msgstr "/Datei/-"
-#: standalone/logdrake:79
+#: standalone/logdrake:78
#, c-format
msgid "/Options/Test"
msgstr "/Optionen/Test"
-#: standalone/logdrake:81
+#: standalone/logdrake:80
#, c-format
msgid "/Help/_About..."
msgstr "/Hilfe/_Über ..."
-#: standalone/logdrake:110
+#: standalone/logdrake:109
#, c-format
msgid ""
"_:this is the auth.log log file\n"
"Authentication"
msgstr "Authetifikation"
-#: standalone/logdrake:111
+#: standalone/logdrake:110
#, c-format
msgid ""
"_:this is the user.log log file\n"
"User"
msgstr "Benutzer"
-#: standalone/logdrake:112
+#: standalone/logdrake:111
#, c-format
msgid ""
"_:this is the /var/log/messages log file\n"
"Messages"
msgstr "Meldungen"
-#: standalone/logdrake:113
+#: standalone/logdrake:112
#, c-format
msgid ""
"_:this is the /var/log/syslog log file\n"
"Syslog"
msgstr "Systemprotokoll"
-#: standalone/logdrake:117
+#: standalone/logdrake:116
#, c-format
msgid "search"
msgstr "Suche"
-#: standalone/logdrake:129
+#: standalone/logdrake:128
#, c-format
msgid "A tool to monitor your logs"
msgstr "Ein Werkzeug zum Überwachen Ihrer Logbücher"
-#: standalone/logdrake:130 standalone/net_monitor:86
+#: standalone/logdrake:129 standalone/net_monitor:99
#, c-format
msgid "Settings"
msgstr "Einstellungen"
-#: standalone/logdrake:135
+#: standalone/logdrake:134
#, c-format
msgid "Matching"
msgstr "Übereinstimmung mit"
-#: standalone/logdrake:136
+#: standalone/logdrake:135
#, c-format
msgid "but not matching"
msgstr "keine Übereinstimmung mit"
-#: standalone/logdrake:140
+#: standalone/logdrake:139
#, c-format
msgid "Choose file"
msgstr "Datei wählen"
-#: standalone/logdrake:149
+#: standalone/logdrake:148
#, c-format
msgid "Calendar"
msgstr "Kalender"
-#: standalone/logdrake:159
+#: standalone/logdrake:158
#, c-format
msgid "Content of the file"
msgstr "Inhalt der Logbücher"
-#: standalone/logdrake:163 standalone/logdrake:429
+#: standalone/logdrake:162 standalone/logdrake:399
#, c-format
msgid "Mail alert"
msgstr "E-Mail-Benachrichtigung"
-#: standalone/logdrake:170
+#: standalone/logdrake:169
#, c-format
-msgid "The alert wizard had unexpectly failled:"
+msgid "The alert wizard has failed unexpectedly:"
msgstr "Der Benachrichtungsassistent ist unerwartet fehlgeschlagen:"
#: standalone/logdrake:221
@@ -23803,62 +24986,57 @@ msgstr "Der Benachrichtungsassistent ist unerwartet fehlgeschlagen:"
msgid "please wait, parsing file: %s"
msgstr "Einen Moment, ich durchsuche: %s"
-#: standalone/logdrake:406
+#: standalone/logdrake:376
#, c-format
msgid "Apache World Wide Web Server"
msgstr "Apache Web-Server"
-#: standalone/logdrake:407
+#: standalone/logdrake:377
#, c-format
msgid "Domain Name Resolver"
msgstr "DNS"
-#: standalone/logdrake:408
+#: standalone/logdrake:378
#, c-format
msgid "Ftp Server"
msgstr "FTP-Server"
-#: standalone/logdrake:409
+#: standalone/logdrake:379
#, c-format
msgid "Postfix Mail Server"
msgstr "Postfix E-Mail-Server"
-#: standalone/logdrake:410
+#: standalone/logdrake:380
#, c-format
msgid "Samba Server"
msgstr "Samba-Server"
-#: standalone/logdrake:411
-#, c-format
-msgid "SSH Server"
-msgstr "SSH-Server"
-
-#: standalone/logdrake:412
+#: standalone/logdrake:382
#, c-format
msgid "Webmin Service"
msgstr "Webmin-Dienst"
-#: standalone/logdrake:413
+#: standalone/logdrake:383
#, c-format
msgid "Xinetd Service"
msgstr "Xinetd-Dienst"
-#: standalone/logdrake:424
-#, fuzzy, c-format
+#: standalone/logdrake:394
+#, c-format
msgid "Configure the mail alert system"
-msgstr "Das CUPS Drucker System konfigurieren"
+msgstr "Stellen die das E-Mail-Benachrichtigungssystem ein"
-#: standalone/logdrake:425
+#: standalone/logdrake:395
#, c-format
msgid "Stop the mail alert system"
msgstr "Mailbenachrichtungssystem beenden"
-#: standalone/logdrake:432
+#: standalone/logdrake:402
#, c-format
msgid "Mail alert configuration"
msgstr "Mail-Benachrichtigungskonfiguration"
-#: standalone/logdrake:433
+#: standalone/logdrake:403
#, c-format
msgid ""
"Welcome to the mail configuration utility.\n"
@@ -23869,17 +25047,17 @@ msgstr ""
"\n"
"Hier können Sie Ihr Benachrichtigungssystem einrichten.\n"
-#: standalone/logdrake:436
+#: standalone/logdrake:406
#, c-format
msgid "What do you want to do?"
msgstr "Wo wollen Sie machen?"
-#: standalone/logdrake:443
-#, fuzzy, c-format
+#: standalone/logdrake:413
+#, c-format
msgid "Services settings"
-msgstr "Dienste einstellen"
+msgstr "Dienste-Einstellungen"
-#: standalone/logdrake:444
+#: standalone/logdrake:414
#, c-format
msgid ""
"You will receive an alert if one of the selected services is no longer "
@@ -23887,51 +25065,51 @@ msgid ""
msgstr ""
"Sie werden benachrichtigt, falls einer der gewählten Dienste nicht mehr läuft"
-#: standalone/logdrake:451
+#: standalone/logdrake:421
#, c-format
msgid "Load setting"
msgstr "Einstellungen laden"
-#: standalone/logdrake:452
+#: standalone/logdrake:422
#, c-format
msgid "You will receive an alert if the load is higher than this value"
msgstr "Sie erhalten eine Nachricht, wenn die Load über diesen Wert steigt"
-#: standalone/logdrake:453
+#: standalone/logdrake:423
#, c-format
msgid ""
"_: load here is a noun, the load of the system\n"
"Load"
msgstr "Systemauslastung"
-#: standalone/logdrake:458
-#, fuzzy, c-format
+#: standalone/logdrake:428
+#, c-format
msgid "Alert configuration"
msgstr "Benachrichtigungskonfiguration"
-#: standalone/logdrake:459
+#: standalone/logdrake:429
#, c-format
msgid "Please enter your email address below "
msgstr "Bitte geben Sie Ihre E-Mail-Adresse ein"
-#: standalone/logdrake:460
-#, fuzzy, c-format
-msgid "and enter the name (or the IP) of the SMTP server you whish to use"
+#: standalone/logdrake:430
+#, c-format
+msgid "and enter the name (or the IP) of the SMTP server you wish to use"
msgstr ""
-"Geben Sie die IP-Adresse und den Port des Rechners ein, dessen Drucker Sie "
-"verwenden wollen. "
+"und geben Sie den Namen (oder die IP) des SMTP-Servers ein, den Sie "
+"verwenden wollen"
-#: standalone/logdrake:479
+#: standalone/logdrake:449
#, c-format
msgid "The wizard successfully configured the mail alert."
msgstr "Der Assistent hat den Email Alarm erfolgreich konfiguriert."
-#: standalone/logdrake:485
-#, fuzzy, c-format
+#: standalone/logdrake:455
+#, c-format
msgid "The wizard successfully disabled the mail alert."
-msgstr "Der Assistent hat den Email Alarm erfolgreich konfiguriert."
+msgstr "Der Assistent hat den Email Alarm erfolgreich ausgeschalten."
-#: standalone/logdrake:544
+#: standalone/logdrake:514
#, c-format
msgid "Save as.."
msgstr "Speichern unter..."
@@ -23956,27 +25134,76 @@ msgstr "Maus Test"
msgid "Please test your mouse:"
msgstr "Bitte testen Sie Ihre Maus"
-#: standalone/net_monitor:52 standalone/net_monitor:57
+#: standalone/net_applet:30
+#, c-format
+msgid "Network is up on interface %s"
+msgstr "Netzwerk läuft auf Schnittstelle %s"
+
+#. -PO: keep the "Configure Network" substring synced with the "Configure Network" message below
+#: standalone/net_applet:38
+#, c-format
+msgid "Network is down on interface %s. Click on \"Configure Network\""
+msgstr ""
+"Das Netzwerk an Schnitstelle %s ist getrennt. Klicken Sie auf „Netzwerk "
+"einrichten“"
+
+#: standalone/net_applet:53 standalone/net_monitor:471
+#, c-format
+msgid "Connect %s"
+msgstr "Verbinde %s"
+
+#: standalone/net_applet:54 standalone/net_monitor:471
+#, c-format
+msgid "Disconnect %s"
+msgstr "Trenne %s"
+
+#: standalone/net_applet:55
+#, c-format
+msgid "Monitor Network"
+msgstr "Netzwerk überwachen"
+
+#: standalone/net_applet:56
+#, c-format
+msgid "Configure Network"
+msgstr "Netzwerk konfigurieren"
+
+#. -PO: "Refresh" is a button text and the translation has to be AS SHORT AS POSSIBLE
+#: standalone/net_applet:57 standalone/printerdrake:245
+#, c-format
+msgid "Refresh"
+msgstr "Aktualisieren"
+
+#: standalone/net_applet:58
+#, c-format
+msgid "Get Online Help"
+msgstr "Onlinehilfe erhalten"
+
+#: standalone/net_applet:158
+#, c-format
+msgid "Always launch on startup"
+msgstr "Immer bei Systemstart starten"
+
+#: standalone/net_monitor:61 standalone/net_monitor:66
#, c-format
msgid "Network Monitoring"
msgstr "Netzwerküberwachung"
-#: standalone/net_monitor:92
+#: standalone/net_monitor:104
#, c-format
msgid "Global statistics"
msgstr "Globale Statistiken"
-#: standalone/net_monitor:95
+#: standalone/net_monitor:107
#, c-format
msgid "Instantaneous"
msgstr "Momentan"
-#: standalone/net_monitor:95
+#: standalone/net_monitor:107
#, c-format
msgid "Average"
msgstr "Durchschnitt"
-#: standalone/net_monitor:96
+#: standalone/net_monitor:108
#, c-format
msgid ""
"Sending\n"
@@ -23985,7 +25212,7 @@ msgstr ""
"Sendengesch-\n"
"windigkeit:"
-#: standalone/net_monitor:97
+#: standalone/net_monitor:109
#, c-format
msgid ""
"Receiving\n"
@@ -23994,7 +25221,7 @@ msgstr ""
"Enpfangsgesch-\n"
"windigkeit:"
-#: standalone/net_monitor:100
+#: standalone/net_monitor:113
#, c-format
msgid ""
"Connection\n"
@@ -24003,81 +25230,76 @@ msgstr ""
"Verbindung\n"
"Zeit: "
-#: standalone/net_monitor:122
+#: standalone/net_monitor:120
+#, c-format
+msgid "Use same scale for received and transmitted"
+msgstr "Die gleiche Skala für Empfangen und Senden verwenden"
+
+#: standalone/net_monitor:139
#, c-format
msgid "Wait please, testing your connection..."
msgstr "Bitte warten, Test Ihrer Verbindung..."
-#: standalone/net_monitor:150 standalone/net_monitor:163
+#: standalone/net_monitor:188 standalone/net_monitor:201
#, c-format
msgid "Disconnecting from Internet "
msgstr "Vom Internet trennen"
-#: standalone/net_monitor:150 standalone/net_monitor:163
+#: standalone/net_monitor:188 standalone/net_monitor:201
#, c-format
msgid "Connecting to Internet "
msgstr "Mit dem Internet verbinden"
-#: standalone/net_monitor:194
+#: standalone/net_monitor:232
#, c-format
msgid "Disconnection from Internet failed."
msgstr "Die Trennung vom Internet schlug fehl!"
-#: standalone/net_monitor:195
+#: standalone/net_monitor:233
#, c-format
msgid "Disconnection from Internet complete."
msgstr "Trennung vom Internet erfolgreich."
-#: standalone/net_monitor:197
+#: standalone/net_monitor:235
#, c-format
msgid "Connection complete."
msgstr "Verbindung fertiggestellt."
-#: standalone/net_monitor:198
+#: standalone/net_monitor:236
#, c-format
msgid ""
"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+"Verify your configuration in the Mandrakelinux Control Center."
msgstr ""
"Verbinden fehlgeschlagen.\n"
-"Überprüfen Sie Ihre Konfiguration im Mandrake Kontrollzentrum."
+"Überprüfen Sie Ihre Konfiguration im Mandrakelinux Kontrollzentrum."
-#: standalone/net_monitor:299
+#: standalone/net_monitor:341
#, c-format
msgid "Color configuration"
msgstr "Farbkonfiguration"
-#: standalone/net_monitor:347 standalone/net_monitor:367
+#: standalone/net_monitor:389 standalone/net_monitor:409
#, c-format
msgid "sent: "
msgstr "Gesendet: "
-#: standalone/net_monitor:354 standalone/net_monitor:371
+#: standalone/net_monitor:396 standalone/net_monitor:413
#, c-format
msgid "received: "
msgstr "Empfangen: "
-#: standalone/net_monitor:361
+#: standalone/net_monitor:403
#, c-format
msgid "average"
msgstr "Durchschnitt"
-#: standalone/net_monitor:364
+#: standalone/net_monitor:406
#, c-format
msgid "Local measure"
msgstr "Lokale Messung"
-#: standalone/net_monitor:396
-#, c-format
-msgid "transmitted"
-msgstr "Gesendet"
-
-#: standalone/net_monitor:397
-#, c-format
-msgid "received"
-msgstr "Empfangen"
-
-#: standalone/net_monitor:415
+#: standalone/net_monitor:464
#, c-format
msgid ""
"Warning, another internet connection has been detected, maybe using your "
@@ -24086,173 +25308,168 @@ msgstr ""
"WARNUNG: Es wurde bereits eine Internetverbindung gefunden. Vielleicht nutzt "
"diese ihr Netzwerk."
-#: standalone/net_monitor:421
-#, c-format
-msgid "Disconnect %s"
-msgstr "Trenne %s"
-
-#: standalone/net_monitor:421
-#, c-format
-msgid "Connect %s"
-msgstr "Verbinde %s"
-
-#: standalone/net_monitor:426
+#: standalone/net_monitor:475
#, c-format
msgid "No internet connection configured"
msgstr "Keine Internetverbindung konfiguriert"
-#: standalone/printerdrake:70
+#: standalone/printerdrake:69
#, c-format
msgid "Loading printer configuration... Please wait"
msgstr "Lade Drucker-Einstellungen...bitte warten"
-#: standalone/printerdrake:86
+#: standalone/printerdrake:85
#, c-format
msgid "Reading data of installed printers..."
msgstr "Lese Daten der installierten Drucker ..."
-#: standalone/printerdrake:129
+#: standalone/printerdrake:134
#, c-format
msgid "%s Printer Management Tool"
msgstr "%s Drucker Verwaltung"
-#: standalone/printerdrake:143 standalone/printerdrake:144
-#: standalone/printerdrake:145 standalone/printerdrake:153
-#: standalone/printerdrake:154 standalone/printerdrake:158
-#, fuzzy, c-format
+#: standalone/printerdrake:148 standalone/printerdrake:149
+#: standalone/printerdrake:150 standalone/printerdrake:151
+#: standalone/printerdrake:159 standalone/printerdrake:160
+#: standalone/printerdrake:164
+#, c-format
msgid "/_Actions"
-msgstr "Bearbeiten"
+msgstr "/Be_arbeiten"
-#: standalone/printerdrake:143
-#, fuzzy, c-format
+#: standalone/printerdrake:148 standalone/printerdrake:160
+#, c-format
+msgid "/_Add Printer"
+msgstr "/_Drucker hinzufügen"
+
+#: standalone/printerdrake:149
+#, c-format
msgid "/Set as _Default"
-msgstr "/Als Standard setzen"
+msgstr "/Als Stan_dard setzen"
-#: standalone/printerdrake:144
+#: standalone/printerdrake:150
#, c-format
msgid "/_Edit"
msgstr "/_Ändern"
-#: standalone/printerdrake:145
+#: standalone/printerdrake:151
#, c-format
msgid "/_Delete"
msgstr "/_Löschen"
-#: standalone/printerdrake:146
+#: standalone/printerdrake:152
#, c-format
msgid "/_Expert mode"
msgstr "/-Expertenmodus"
-#: standalone/printerdrake:151
+#: standalone/printerdrake:157
#, c-format
msgid "/_Refresh"
msgstr "/_Aktualisieren"
-#: standalone/printerdrake:154
-#, c-format
-msgid "/_Add Printer"
-msgstr "/_Drucker hinzufügen"
-
-#: standalone/printerdrake:158
+#: standalone/printerdrake:164
#, c-format
msgid "/_Configure CUPS"
msgstr "/_CUPS konfigurieren"
-#: standalone/printerdrake:191
+#: standalone/printerdrake:197
#, c-format
msgid "Search:"
msgstr "Suche:"
-#: standalone/printerdrake:194
+#: standalone/printerdrake:200
#, c-format
msgid "Apply filter"
msgstr "Filter anwenden"
-#: standalone/printerdrake:212 standalone/printerdrake:219
+#: standalone/printerdrake:218 standalone/printerdrake:225
#, c-format
msgid "Def."
msgstr "Def."
-#: standalone/printerdrake:212 standalone/printerdrake:219
+#: standalone/printerdrake:218 standalone/printerdrake:225
#, c-format
msgid "Printer Name"
msgstr "Druckername"
-#: standalone/printerdrake:212
+#: standalone/printerdrake:218
#, c-format
msgid "Connection Type"
msgstr "Verbindungstyp:"
-#: standalone/printerdrake:219
+#: standalone/printerdrake:225
#, c-format
msgid "Server Name"
msgstr "Server Name"
#. -PO: "Add Printer" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:227
+#: standalone/printerdrake:233
#, c-format
msgid "Add Printer"
msgstr "Drucker hinzufügen"
-#: standalone/printerdrake:227
+#: standalone/printerdrake:233
#, c-format
msgid "Add a new printer to the system"
msgstr "Neuen Drucker hinzufügen"
#. -PO: "Set as default" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:230
+#: standalone/printerdrake:236
#, c-format
msgid "Set as default"
msgstr "Als Standard setzen"
-#: standalone/printerdrake:230
+#: standalone/printerdrake:236
#, c-format
msgid "Set selected printer as the default printer"
msgstr "Als Standarddrucker verwenden"
-#: standalone/printerdrake:233
+#: standalone/printerdrake:239
#, c-format
msgid "Edit selected printer"
msgstr "Änderung des markierten Druckers"
-#: standalone/printerdrake:236
+#: standalone/printerdrake:242
#, c-format
msgid "Delete selected printer"
msgstr "Ausgewählte Drucker entfernen"
-#. -PO: "Refresh" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:239
-#, c-format
-msgid "Refresh"
-msgstr "Aktualisieren"
-
-#: standalone/printerdrake:239
+#: standalone/printerdrake:245
#, c-format
msgid "Refresh the list"
msgstr "Liste aktualisieren"
#. -PO: "Configure CUPS" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:242
+#: standalone/printerdrake:248
#, c-format
msgid "Configure CUPS"
msgstr "CUPS konfigurieren"
-#: standalone/printerdrake:242
+#: standalone/printerdrake:248
#, c-format
msgid "Configure CUPS printing system"
msgstr "Das CUPS Drucker System konfigurieren"
-#: standalone/printerdrake:528
+#: standalone/printerdrake:309 standalone/printerdrake:347
+#, c-format
+msgid "Enabled"
+msgstr "Aktiviert"
+
+#: standalone/printerdrake:310 standalone/printerdrake:348
+#, c-format
+msgid "Disabled"
+msgstr "Deaktiviert"
+
+#: standalone/printerdrake:572
#, c-format
msgid "Authors: "
msgstr "Autoren: "
-#: standalone/printerdrake:534
+#: standalone/printerdrake:578
#, c-format
msgid "Printer Management \n"
msgstr "Drucker Verwaltung \n"
-#: standalone/scannerdrake:50
+#: standalone/scannerdrake:51
#, c-format
msgid ""
"SANE packages need to be installed to use scanners.\n"
@@ -24263,12 +25480,12 @@ msgstr ""
"\n"
"Wollen Sie die SANE Pakete installieren?"
-#: standalone/scannerdrake:54
-#, fuzzy, c-format
+#: standalone/scannerdrake:55
+#, c-format
msgid "Aborting Scannerdrake."
-msgstr "ScannerDrake"
+msgstr "ScannerDrake abbrechen"
-#: standalone/scannerdrake:59
+#: standalone/scannerdrake:60
#, c-format
msgid ""
"Could not install the packages needed to set up a scanner with Scannerdrake."
@@ -24276,80 +25493,69 @@ msgstr ""
"Konnte die notwendigen Programmpakete zum Einrichten eines Scanners mit "
"Scannerdrake nicht installieren."
-#: standalone/scannerdrake:60
+#: standalone/scannerdrake:61
#, c-format
msgid "Scannerdrake will not be started now."
msgstr "Scannerdrake wird jetzt nicht gestartet."
-#: standalone/scannerdrake:66 standalone/scannerdrake:464
+#: standalone/scannerdrake:67 standalone/scannerdrake:460
#, c-format
-msgid "Searching for configured scanners ..."
+msgid "Searching for configured scanners..."
msgstr "Suche nach eingerichteten Scannern ..."
-#: standalone/scannerdrake:70 standalone/scannerdrake:468
+#: standalone/scannerdrake:71 standalone/scannerdrake:464
#, c-format
-msgid "Searching for new scanners ..."
+msgid "Searching for new scanners..."
msgstr "Suche nach neuen Scannern ..."
-#: standalone/scannerdrake:78 standalone/scannerdrake:490
+#: standalone/scannerdrake:79 standalone/scannerdrake:486
#, c-format
-msgid "Re-generating list of configured scanners ..."
+msgid "Re-generating list of configured scanners..."
msgstr "Erneuere die Liste der konfigurierten Scanner..."
-#: standalone/scannerdrake:100 standalone/scannerdrake:141
-#: standalone/scannerdrake:155
+#: standalone/scannerdrake:101 standalone/scannerdrake:142
#, c-format
msgid "The %s is not supported by this version of %s."
msgstr "Der %s wird von dieser Version %s NICHT unterstützt."
-#: standalone/scannerdrake:103
+#: standalone/scannerdrake:104
#, c-format
msgid "%s found on %s, configure it automatically?"
msgstr "%s an %s gefunden. Wollen Sie eine automatische Einrichtung?"
-#: standalone/scannerdrake:115
+#: standalone/scannerdrake:116
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
"%s ist nicht in der Scanner-Datenbank vorhanden. Wollen Sie ihn manuell "
"einrichten?"
-#: standalone/scannerdrake:130
+#: standalone/scannerdrake:131
#, c-format
msgid "Select a scanner model"
msgstr "Wählen Sie einen Scanner"
-#: standalone/scannerdrake:131
+#: standalone/scannerdrake:132
#, c-format
msgid " ("
msgstr " ("
-#: standalone/scannerdrake:132
+#: standalone/scannerdrake:133
#, c-format
msgid "Detected model: %s"
msgstr "Gefundendenes Modell: %s"
-#: standalone/scannerdrake:134
-#, c-format
-msgid ", "
-msgstr ", "
-
-#: standalone/scannerdrake:135
+#: standalone/scannerdrake:136
#, c-format
msgid "Port: %s"
msgstr "Port: %s"
-#: standalone/scannerdrake:161
-#, c-format
-msgid "The %s is not known by this version of Scannerdrake."
-msgstr "Der %s wird nicht von dieser Version von ScannerDrake unterstützt."
-
-#: standalone/scannerdrake:169 standalone/scannerdrake:183
+#: standalone/scannerdrake:165 standalone/scannerdrake:179
#, c-format
msgid "Do not install firmware file"
msgstr "Keine Firmware Datei installieren"
-#: standalone/scannerdrake:173 standalone/scannerdrake:225
+#: standalone/scannerdrake:169 standalone/scannerdrake:221
#, c-format
msgid ""
"It is possible that your %s needs its firmware to be uploaded everytime when "
@@ -24358,12 +25564,12 @@ msgstr ""
"Es ist möglich, dass der %s jedesmal die Firmware laden muss, wenn er "
"angeschaltet wird."
-#: standalone/scannerdrake:174 standalone/scannerdrake:226
+#: standalone/scannerdrake:170 standalone/scannerdrake:222
#, c-format
msgid "If this is the case, you can make this be done automatically."
msgstr "Wenn das der Fall ist, kann das auch automatisch erledigt werden."
-#: standalone/scannerdrake:175 standalone/scannerdrake:229
+#: standalone/scannerdrake:171 standalone/scannerdrake:225
#, c-format
msgid ""
"To do so, you need to supply the firmware file for your scanner so that it "
@@ -24371,7 +25577,7 @@ msgid ""
msgstr ""
"Es muss deshalb die Firmware Datei für den Scanner bereitgestellt werden."
-#: standalone/scannerdrake:176 standalone/scannerdrake:230
+#: standalone/scannerdrake:172 standalone/scannerdrake:226
#, c-format
msgid ""
"You find the file on the CD or floppy coming with the scanner, on the "
@@ -24381,68 +25587,74 @@ msgstr ""
"Scanner bekommen haben, auf der Webseite des Herstellers oder auf Ihrer "
"Windows Partition"
-#: standalone/scannerdrake:178 standalone/scannerdrake:237
+#: standalone/scannerdrake:174 standalone/scannerdrake:233
#, c-format
msgid "Install firmware file from"
msgstr "Installiere Firmware Datei von"
-#: standalone/scannerdrake:198
-#, fuzzy, c-format
+#: standalone/scannerdrake:194
+#, c-format
msgid "Select firmware file"
-msgstr "Datei auswählen"
+msgstr "Firmware-Datei auswählen"
-#: standalone/scannerdrake:201 standalone/scannerdrake:260
+#: standalone/scannerdrake:197 standalone/scannerdrake:256
#, c-format
msgid "The firmware file %s does not exist or is unreadable!"
msgstr "Die Firmware Date %s existiert nicht oder ist unlesbar!"
-#: standalone/scannerdrake:224
+#: standalone/scannerdrake:220
#, c-format
msgid ""
"It is possible that your scanners need their firmware to be uploaded "
"everytime when they are turned on."
msgstr ""
+"Es ist möglich, dass die Firmware des Scanners bei jedem Einschalten geladen "
+"werden muss."
-#: standalone/scannerdrake:228
+#: standalone/scannerdrake:224
#, c-format
msgid ""
"To do so, you need to supply the firmware files for your scanners so that it "
"can be installed."
msgstr ""
+"Sie müssen die Firmware-Dateien des Scanners vorrätig haben, um sie "
+"installieren zu können."
-#: standalone/scannerdrake:231
+#: standalone/scannerdrake:227
#, c-format
msgid ""
"If you have already installed your scanner's firmware you can update the "
"firmware here by supplying the new firmware file."
msgstr ""
+"Wenn Sie die Scanner-Firmware schon installiert haben, können Sie die "
+"Firmware hier updaten. Sie müssen die Firmware-Datei vorrätig haben."
-#: standalone/scannerdrake:233
+#: standalone/scannerdrake:229
#, c-format
msgid "Install firmware for the"
msgstr "Installiere Firmware für den"
-#: standalone/scannerdrake:256
+#: standalone/scannerdrake:252
#, c-format
msgid "Select firmware file for the %s"
msgstr "Firmware Datei auswählen für den %s"
-#: standalone/scannerdrake:274
-#, fuzzy, c-format
+#: standalone/scannerdrake:270
+#, c-format
msgid "Could not install the firmware file for the %s!"
-msgstr "Keine Firmware Datei installieren"
+msgstr "Ich konnte die Firmware-Datei für %s nicht installieren!"
-#: standalone/scannerdrake:287
+#: standalone/scannerdrake:283
#, c-format
msgid "The firmware file for your %s was successfully installed."
msgstr "Die Firmware Datei für Ihren %s wurde erfolgreich installiert"
-#: standalone/scannerdrake:297
+#: standalone/scannerdrake:293
#, c-format
msgid "The %s is unsupported"
msgstr "Der Scanner „%s“ wird NICHT unterstützt"
-#: standalone/scannerdrake:302
+#: standalone/scannerdrake:298
#, c-format
msgid ""
"The %s must be configured by printerdrake.\n"
@@ -24451,33 +25663,33 @@ msgstr ""
"Der %s muss von PrinterDrake konfiguriert werden.\n"
"Sie können PrinterDrake im %s Kontrollzentrum im Hardware-Bereich starten."
-#: standalone/scannerdrake:306 standalone/scannerdrake:313
-#: standalone/scannerdrake:343
+#: standalone/scannerdrake:302 standalone/scannerdrake:309
+#: standalone/scannerdrake:339
#, c-format
msgid "Auto-detect available ports"
msgstr "Verfügbare Ports automatisch erkennen"
-#: standalone/scannerdrake:308 standalone/scannerdrake:354
+#: standalone/scannerdrake:304 standalone/scannerdrake:350
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Bitte wählen Sie den Gerätenamen, an dem Ihr „%s“ hängt."
-#: standalone/scannerdrake:309
+#: standalone/scannerdrake:305
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr "(Anmerkung: Parallelports können nicht automatisch erkannt werden)"
-#: standalone/scannerdrake:311 standalone/scannerdrake:356
+#: standalone/scannerdrake:307 standalone/scannerdrake:352
#, c-format
msgid "choose device"
msgstr "Gerät wählen"
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:341
#, c-format
-msgid "Searching for scanners ..."
+msgid "Searching for scanners..."
msgstr "Suche nach neuen Scannern ..."
-#: standalone/scannerdrake:380
+#: standalone/scannerdrake:376
#, c-format
msgid ""
"Your %s has been configured.\n"
@@ -24488,7 +25700,7 @@ msgstr ""
"Sie können nun Dokumente mit „XSane“ oder „Kooka“ scannen (unter „Multimedia/"
"Graphik“ im Mandrake-Menü)."
-#: standalone/scannerdrake:404
+#: standalone/scannerdrake:400
#, c-format
msgid ""
"The following scanners\n"
@@ -24501,7 +25713,7 @@ msgstr ""
"%s\n"
"sind direkt an Ihr System angeschlossen.\n"
-#: standalone/scannerdrake:405
+#: standalone/scannerdrake:401
#, c-format
msgid ""
"The following scanner\n"
@@ -24514,42 +25726,42 @@ msgstr ""
"%s\n"
"ist direkt an Ihr System angeschlossen.\n"
-#: standalone/scannerdrake:408 standalone/scannerdrake:411
+#: standalone/scannerdrake:404 standalone/scannerdrake:407
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Ich konnte keine Scanner direkt an Ihrem Rechner finden.\n"
-#: standalone/scannerdrake:425
+#: standalone/scannerdrake:421
#, c-format
msgid "Search for new scanners"
msgstr "Suche nach neuen Scannern"
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:427
#, c-format
msgid "Add a scanner manually"
msgstr "Scanner manuell hinzufügen"
-#: standalone/scannerdrake:438
+#: standalone/scannerdrake:434
#, c-format
msgid "Install/Update firmware files"
msgstr "Installieren/Aktualisieren der Firmware Datei"
-#: standalone/scannerdrake:444
+#: standalone/scannerdrake:440
#, c-format
msgid "Scanner sharing"
msgstr "Gemeinsamer Scannerzugriff"
-#: standalone/scannerdrake:503 standalone/scannerdrake:668
+#: standalone/scannerdrake:499 standalone/scannerdrake:664
#, c-format
msgid "All remote machines"
msgstr "Alle entfernten Maschinen"
-#: standalone/scannerdrake:515 standalone/scannerdrake:818
+#: standalone/scannerdrake:511 standalone/scannerdrake:814
#, c-format
msgid "This machine"
msgstr "Dieser Rechner"
-#: standalone/scannerdrake:555
+#: standalone/scannerdrake:551
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -24558,7 +25770,7 @@ msgstr ""
"Hier können Sie einstellen, ob die Scanner, die an diesem Rechner hängen, "
"für andere Rechner nutzbar sein sollen und falls ja, für welche."
-#: standalone/scannerdrake:556
+#: standalone/scannerdrake:552
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -24567,33 +25779,33 @@ msgstr ""
"Sie können hier entscheiden, ob Scanner von anderen Rechnern automatisch auf "
"diesem Rechner zur Verfügung gestellt werden sollen."
-#: standalone/scannerdrake:559
+#: standalone/scannerdrake:555
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr "Die Scanner dieses Rechners sind für andere Rechner nutzbar"
-#: standalone/scannerdrake:561
+#: standalone/scannerdrake:557
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Scanner mit folgenden Rechnern teilen:"
-#: standalone/scannerdrake:575
+#: standalone/scannerdrake:571
#, c-format
msgid "Use scanners on remote computers"
msgstr "Benutze Scanner auf entfernten Computern"
-#: standalone/scannerdrake:578
+#: standalone/scannerdrake:574
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Verwende die Scanner am Rechner:"
-#: standalone/scannerdrake:605 standalone/scannerdrake:677
-#: standalone/scannerdrake:827
+#: standalone/scannerdrake:601 standalone/scannerdrake:673
+#: standalone/scannerdrake:823
#, c-format
msgid "Sharing of local scanners"
msgstr "Gemeinsamer Zugriff auf lokale Scanner"
-#: standalone/scannerdrake:606
+#: standalone/scannerdrake:602
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -24602,58 +25814,58 @@ msgstr ""
"Das sind die Rechner und Netzwerke, für die die lokalen Scanner zugänglich "
"sein sollen:"
-#: standalone/scannerdrake:617 standalone/scannerdrake:767
+#: standalone/scannerdrake:613 standalone/scannerdrake:763
#, c-format
msgid "Add host"
msgstr "Hinzufügen eines Rechners"
-#: standalone/scannerdrake:623 standalone/scannerdrake:773
+#: standalone/scannerdrake:619 standalone/scannerdrake:769
#, c-format
msgid "Edit selected host"
msgstr "Änderung des markierten Rechners"
-#: standalone/scannerdrake:632 standalone/scannerdrake:782
+#: standalone/scannerdrake:628 standalone/scannerdrake:778
#, c-format
msgid "Remove selected host"
msgstr "Löschen des markierten Rechners"
-#: standalone/scannerdrake:656 standalone/scannerdrake:664
-#: standalone/scannerdrake:669 standalone/scannerdrake:715
-#: standalone/scannerdrake:806 standalone/scannerdrake:814
-#: standalone/scannerdrake:819 standalone/scannerdrake:865
+#: standalone/scannerdrake:652 standalone/scannerdrake:660
+#: standalone/scannerdrake:665 standalone/scannerdrake:711
+#: standalone/scannerdrake:802 standalone/scannerdrake:810
+#: standalone/scannerdrake:815 standalone/scannerdrake:861
#, c-format
msgid "Name/IP address of host:"
msgstr "Name/IP-Adresse des Rechners:"
-#: standalone/scannerdrake:678 standalone/scannerdrake:828
+#: standalone/scannerdrake:674 standalone/scannerdrake:824
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Wählen Sie den Rechner, dem der lokale Scanner bekannt gemacht werden soll:"
-#: standalone/scannerdrake:689 standalone/scannerdrake:839
+#: standalone/scannerdrake:685 standalone/scannerdrake:835
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Sie müssen einen Rechnernamen oder eine IP eingeben.\n"
-#: standalone/scannerdrake:700 standalone/scannerdrake:850
+#: standalone/scannerdrake:696 standalone/scannerdrake:846
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
"Der Computer ist bereits in der Liste, er kann nicht erneut hinzugefügt "
"werden.\n"
-#: standalone/scannerdrake:755
+#: standalone/scannerdrake:751
#, c-format
msgid "Usage of remote scanners"
msgstr "Scanner an anderen Rechnern nutzen"
-#: standalone/scannerdrake:756
+#: standalone/scannerdrake:752
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr "Das sind die Rechner, für die der Scanner zugänglich sein soll:"
-#: standalone/scannerdrake:913
+#: standalone/scannerdrake:909
#, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -24664,32 +25876,32 @@ msgstr ""
"freizugeben.\n"
"Möchten Sie „saned“ nun installieren?"
-#: standalone/scannerdrake:917 standalone/scannerdrake:921
+#: standalone/scannerdrake:913 standalone/scannerdrake:917
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr "Ihre Scanner werden nicht im Netzwerk verfügbar sein."
-#: standalone/service_harddrake:62
+#: standalone/service_harddrake:104
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Einige Geräte in der Klasse %s wurden entfernt:\n"
-#: standalone/service_harddrake:63
+#: standalone/service_harddrake:105
#, c-format
msgid "- %s was removed\n"
msgstr "- %s wurde entfernt\n"
-#: standalone/service_harddrake:66
+#: standalone/service_harddrake:108
#, c-format
msgid "Some devices were added: %s\n"
msgstr "Einige Geräte wurden hinzugefügt:%s\n"
-#: standalone/service_harddrake:67
+#: standalone/service_harddrake:109
#, c-format
msgid "- %s was added\n"
msgstr "- %s wurde hinzugefügt\n"
-#: standalone/service_harddrake:126
+#: standalone/service_harddrake:199
#, c-format
msgid "Hardware probing in progress"
msgstr "Hardwareerkennung läuft"
@@ -24701,7 +25913,7 @@ msgstr "Hardwareänderungen in der „%s“-Klasse (%s Sekunden zum Antworten)"
#: standalone/service_harddrake_confirm:8
#, c-format
-msgid "Do you want to run the appropriate config tool ?"
+msgid "Do you want to run the appropriate config tool?"
msgstr "Möchten Sie die zugehörenden Einstellungen aufrufen?"
#: steps.pm:14
@@ -24794,22 +26006,22 @@ msgstr "Aktualisierungen installieren"
msgid "Exit install"
msgstr "Installation beenden"
-#: ugtk2.pm:1084
+#: ugtk2.pm:1122
#, c-format
msgid "Is this correct?"
msgstr "Ist dies richtig?"
-#: ugtk2.pm:1212
+#: ugtk2.pm:1250
#, c-format
msgid "Expand Tree"
msgstr "Baum erweitern"
-#: ugtk2.pm:1213
+#: ugtk2.pm:1251
#, c-format
msgid "Collapse Tree"
msgstr "Baum verkleinern"
-#: ugtk2.pm:1214
+#: ugtk2.pm:1252
#, c-format
msgid "Toggle between flat and group sorted"
msgstr "Umschalten zwischen unsortiert und gruppiert"
@@ -24828,232 +26040,2572 @@ msgstr ""
msgid "Installation failed"
msgstr "Die Installation schlug fehl!"
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Büro-Arbeitsplatz"
+#~ msgid "Use Anonymous Bind"
+#~ msgstr "anonymes BIND verwenden"
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Office-Programme: Textverarbeitung (KWord, Abiword), Tabellenkalkulation "
-"(KSpread, Gnumeric), PDF-Betrachter, usw."
+#~ msgid "OK"
+#~ msgstr " OK "
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Spiele-Station"
+#~ msgid "NO"
+#~ msgstr "NEIN"
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Spiele: Arcade-, Brett-, Strategiespiele, usw."
+#~ msgid "YES"
+#~ msgstr "JA"
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedia-Station"
+#~ msgid ""
+#~ "The following options can be set to customize your\n"
+#~ "system security. If you need an explanation, look at the help tooltip.\n"
+#~ msgstr ""
+#~ "Die folgenden Optionen können verwendet werden, um Ihre Systemsicherheit\n"
+#~ "anzupassen. Wenn Sie eine Erklärung brauchen, verwenden Sie den Hilfe "
+#~ "Tooltip\n"
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programme, um Sound und Video abzuspielen und zu bearbeiten"
+#~ msgid "The %s is not known by this version of Scannerdrake."
+#~ msgstr "Der %s wird nicht von dieser Version von ScannerDrake unterstützt."
-#
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internet-Station"
+#~ msgid "Hide Release Notes"
+#~ msgstr "Versionshinweise ausblenden"
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (mutt, tin..) and to browse the "
-"Web"
-msgstr ""
-"Programme um E-Mails und News zu lesen und zu versenden (pine, mutt, tin..) "
-"und um im Internet zu surfen"
+#~ msgid "Czech (QWERTZ)"
+#~ msgstr "Tschechien (QWERTZ)"
-#
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Netzwerk-Computer (Client)"
+#~ msgid "German"
+#~ msgstr "Deutschland"
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clients für verschiedene Protokolle, u.a. SSH"
+#~ msgid "Dvorak"
+#~ msgstr "Dvorak"
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfiguration"
+#~ msgid "Spanish"
+#~ msgstr "Spanien"
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Werkzeuge, die die Konfiguration Ihres Computers erleichtern"
+#~ msgid "Finnish"
+#~ msgstr "Finnland"
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsolen-Werkzeuge"
+#~ msgid "French"
+#~ msgstr "Frankreich"
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editoren, Shells, Dateiwerkzeuge, Konsolen"
+#~ msgid "Norwegian"
+#~ msgstr "Norwegen"
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE-Arbeitsplatz"
+#~ msgid "Polish"
+#~ msgstr "Polen"
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"Die K-Desktop-Umgebung, die Standard-Arbeitsfläche mit einer Sammlung "
-"zugehöriger Programme"
+#~ msgid "Russian"
+#~ msgstr "Russland"
-#: ../../share/compssUsers:999
-msgid "GNOME Workstation"
-msgstr "Gnome-Arbeitsplatz"
+#~ msgid "Swedish"
+#~ msgstr "Schweden"
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Eine grafische Umgebung mit anwenderfreundlichen Anwendungen und Werkzeugen"
+#~ msgid "Albanian"
+#~ msgstr "Albanien"
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Andere grafische Arbeitsflächen"
+#~ msgid "Armenian (old)"
+#~ msgstr "Armenien (alt)"
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, usw."
+#~ msgid "Armenian (typewriter)"
+#~ msgstr "Armenien (Schreibmaschine)"
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C und C++ Entwicklungsbibliotheken, Programme und Include-Dateien"
+#~ msgid "Armenian (phonetic)"
+#~ msgstr "Armenien (Phonetisch)"
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentation"
+#~ msgid "Arabic"
+#~ msgstr "Arabisch"
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Bücher und HOWTOs zu GNU/Linux und Freier Software"
+#~ msgid "Azerbaidjani (latin)"
+#~ msgstr "Aserbeidschan (Lateinisches Layout)"
-#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr "LSB"
+#~ msgid "Belgian"
+#~ msgstr "Belgien"
-#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr "Linux-Standard-Base. Drittanbieterunterstützung"
+#~ msgid "Bengali"
+#~ msgstr "Bangladesh"
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
+#~ msgid "Bulgarian (phonetic)"
+#~ msgstr "Bulgarien (Phonetisch)"
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
+#~ msgid "Bulgarian (BDS)"
+#~ msgstr "Bulgarien (BDS)"
-#: ../../share/compssUsers:999
-msgid "Mail"
-msgstr "Email"
+#~ msgid "Brazilian (ABNT-2)"
+#~ msgstr "Brasilien (ABNT-2)"
-#: ../../share/compssUsers:999
-msgid "Postfix mail server"
-msgstr "Postfix Mail-Server"
+#~ msgid "Bosnian"
+#~ msgstr "Bosnien"
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Datenbank"
+#~ msgid "Belarusian"
+#~ msgstr "Weißrussland"
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL oder MySQL-Datenbankserver"
+#~ msgid "Swiss (German layout)"
+#~ msgstr "Schweiz (deutsches Layout)"
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall / Router"
+#~ msgid "Swiss (French layout)"
+#~ msgstr "Schweiz (französisches Layout)"
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet-Gateway"
+#~ msgid "Czech (QWERTY)"
+#~ msgstr "Tschechien (QWERTY)"
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Netzwerkrechner-Server"
+#~ msgid "German (no dead keys)"
+#~ msgstr "Deutschland (ohne Akzenttasten)"
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS-Server, SMB-Server, Proxy-Server, SSH-Server"
+#~ msgid "Devanagari"
+#~ msgstr "Devanagari"
-#: ../../share/compssUsers:999
-msgid "Set of tools to read and send mail and news and to browse the Web"
-msgstr ""
-"Programme um E-Mails und News zu lesen und zu versenden und um im Internet "
-"zu surfen"
+#~ msgid "Danish"
+#~ msgstr "Dänemark"
+
+#~ msgid "Dvorak (US)"
+#~ msgstr "Dvorak (USA)"
+
+#~ msgid "Dvorak (Esperanto)"
+#~ msgstr "Dvorak (Spanien)"
+
+#~ msgid "Dvorak (Norwegian)"
+#~ msgstr "Dvorak (Norwegen)"
+
+#~ msgid "Dvorak (Swedish)"
+#~ msgstr "Dvorak (Schweden)"
+
+#~ msgid "Estonian"
+#~ msgstr "Estland"
+
+#~ msgid "Georgian (\"Russian\" layout)"
+#~ msgstr "Georgien (Kyrillisches Layout)"
+
+#~ msgid "Georgian (\"Latin\" layout)"
+#~ msgstr "Georgien (Lateinisches Layout)"
+
+#~ msgid "Greek"
+#~ msgstr "Griechenland"
+
+#~ msgid "Greek (polytonic)"
+#~ msgstr "Griechisch (polytonic)"
+
+#~ msgid "Gujarati"
+#~ msgstr "Indien (Gujarati)"
+
+#~ msgid "Gurmukhi"
+#~ msgstr "Indien (Gurmukhi)"
+
+#~ msgid "Hungarian"
+#~ msgstr "Ungarn"
+
+#~ msgid "Croatian"
+#~ msgstr "Kroatien"
+
+#~ msgid "Irish"
+#~ msgstr "Irisch"
+
+#~ msgid "Israeli"
+#~ msgstr "Israel"
+
+#~ msgid "Israeli (Phonetic)"
+#~ msgstr "Israel (Phonetisch)"
+
+#~ msgid "Iranian"
+#~ msgstr "Iran"
+
+#~ msgid "Icelandic"
+#~ msgstr "Island"
+
+#~ msgid "Italian"
+#~ msgstr "Italien"
+
+#~ msgid "Inuktitut"
+#~ msgstr "Grönland (Inuktitut)"
+
+#~ msgid "Japanese 106 keys"
+#~ msgstr "Japan (106 Tasten)"
+
+#~ msgid "Kannada"
+#~ msgstr "Kanada"
+
+#~ msgid "Korean keyboard"
+#~ msgstr "Korea"
+
+#~ msgid "Kyrgyz keyboard"
+#~ msgstr "Kyrgyz Tastatur"
+
+#~ msgid "Latin American"
+#~ msgstr "Lateinamerika"
+
+#~ msgid "Laotian"
+#~ msgstr "Laos"
+
+#~ msgid "Lithuanian AZERTY (old)"
+#~ msgstr "Litauen (AZERTY - alt)"
+
+#~ msgid "Lithuanian AZERTY (new)"
+#~ msgstr "Litauen (AZERTY - neu)"
+
+#~ msgid "Lithuanian \"number row\" QWERTY"
+#~ msgstr "Litauen (QWERTY - „number row“)"
+
+#~ msgid "Lithuanian \"phonetic\" QWERTY"
+#~ msgstr "Litauen (QWERTY - Phonetisch)"
+
+#~ msgid "Latvian"
+#~ msgstr "Lettland"
+
+#~ msgid "Malayalam"
+#~ msgstr "Malayalam"
+
+#~ msgid "Macedonian"
+#~ msgstr "Mazedonien"
+
+#~ msgid "Myanmar (Burmese)"
+#~ msgstr "Myanmar (Burmesien)"
+
+#~ msgid "Mongolian (cyrillic)"
+#~ msgstr "Mongolei (Kyrillisches Layout)"
+
+#~ msgid "Maltese (UK)"
+#~ msgstr "Malta (GB)"
+
+#~ msgid "Maltese (US)"
+#~ msgstr "Malta (USA)"
+
+#~ msgid "Dutch"
+#~ msgstr "Niederlande"
+
+#~ msgid "Oriya"
+#~ msgstr "Orissa"
+
+#~ msgid "Polish (qwerty layout)"
+#~ msgstr "Polen (QWERTY Layout)"
+
+#~ msgid "Polish (qwertz layout)"
+#~ msgstr "Polen (QWERTZ Layout)"
+
+#~ msgid "Portuguese"
+#~ msgstr "Portugal"
+
+#~ msgid "Canadian (Quebec)"
+#~ msgstr "Kanada (Québec)"
+
+#~ msgid "Romanian (qwertz)"
+#~ msgstr "Rumänien (QWERTZ)"
+
+#~ msgid "Romanian (qwerty)"
+#~ msgstr "Rumänien (QWERTY)"
+
+#~ msgid "Russian (Phonetic)"
+#~ msgstr "Russland (Phonetisch)"
+
+#~ msgid "Saami (norwegian)"
+#~ msgstr "Saamen (Norwegen)"
+
+#~ msgid "Saami (swedish/finnish)"
+#~ msgstr "Saamen (schwedisch/finnisch)"
+
+#~ msgid "Slovenian"
+#~ msgstr "Slowenien"
+
+#~ msgid "Slovakian (QWERTZ)"
+#~ msgstr "Slowakei (QWERTZ)"
+
+#~ msgid "Slovakian (QWERTY)"
+#~ msgstr "Slowakei (QWERTY)"
+
+#~ msgid "Serbian (cyrillic)"
+#~ msgstr "Serbien (Kyrillisches Layout)"
+
+#~ msgid "Syriac"
+#~ msgstr "Syrien"
+
+#~ msgid "Syriac (phonetic)"
+#~ msgstr "Syrien (Phonetisch)"
+
+#~ msgid "Telugu"
+#~ msgstr "Telugu"
+
+#~ msgid "Tamil (ISCII-layout)"
+#~ msgstr "Tamilisch (TSCII Layout)"
+
+#~ msgid "Tamil (Typewriter-layout)"
+#~ msgstr "Tamilisch (Schreibmaschine)"
+
+#~ msgid "Thai keyboard"
+#~ msgstr "Thailändisch"
+
+#~ msgid "Tajik keyboard"
+#~ msgstr "Tadschikistan"
+
+#~ msgid "Turkish (traditional \"F\" model)"
+#~ msgstr "Türkei (traditionelles „F“ Modell)"
+
+#~ msgid "Turkish (modern \"Q\" model)"
+#~ msgstr "Türkei (modernes „Q“ Modell)"
+
+#~ msgid "Ukrainian"
+#~ msgstr "Ukraine"
+
+#~ msgid "Uzbek (cyrillic)"
+#~ msgstr "Usbekistan (Kyrillisches Layout)"
+
+#~ msgid "Vietnamese \"numeric row\" QWERTY"
+#~ msgstr "Vietnam QWERTY („number row“)"
+
+#~ msgid "Yugoslavian (latin)"
+#~ msgstr "Jugoslawien (Lateinisches Layout)"
+
+#~ msgid "No devices found"
+#~ msgstr "Keine Geräte gefunden"
+
+#~ msgid "Could not install necessary packages, %s cannot be started!"
+#~ msgstr ""
+#~ "Konnte die notwendigen Pakete nicht installieren, %s kann nicht gestartet "
+#~ "werden!"
+
+#~ msgid ""
+#~ "Welcome to the UPS configuration utility.\n"
+#~ "\n"
+#~ "Here, you'll be add a new UPS to your system.\n"
+#~ msgstr ""
+#~ "Herzlich Willkommen im USV-Einrichtungsassistenten.\n"
+#~ "\n"
+#~ "Hier können Sie ein neues USV-Gerät zu System hinzufügen.\n"
+
+#~ msgid "Enable multiple profiles"
+#~ msgstr "Mehrere Profile erlauben"
+
+#~ msgid ""
+#~ "You now have the opportunity to download updated packages. These "
+#~ "packages\n"
+#~ "have been updated after the distribution was released. They may\n"
+#~ "contain security or bug fixes.\n"
+#~ "\n"
+#~ "To download these packages, you will need to have a working Internet \n"
+#~ "connection.\n"
+#~ "\n"
+#~ "Do you want to install the updates ?"
+#~ msgstr ""
+#~ "Sie haben nun die Möglichkeit Pakete zu installieren, die seit "
+#~ "Erscheinen\n"
+#~ "der Distribution aktualisiert wurden. Es handelt sich um \n"
+#~ "Sicherheitsaktualisierungen und Fehlerkorrekturen.\n"
+#~ "\n"
+#~ "Allerdings benötigen Sie dafür eine funktionierende Internetverbindung.\n"
+#~ "\n"
+#~ "Möchten Sie die Aktualisierungen vornehmen?"
+
+#~ msgid "Installing bootloader"
+#~ msgstr "Installiere Bootloader"
+
+#~ msgid ""
+#~ "You may now provide options to module %s.\n"
+#~ "Options are in format ``name=value name2=value2...''.\n"
+#~ "For instance, ``io=0x300 irq=7''"
+#~ msgstr ""
+#~ "Sie müssen nun die Optionen für Modul %s angeben.\n"
+#~ "Optionen haben die Form „name=wert name2=wert2“.\n"
+#~ "Beispielsweise: „io=0x300 irq=7“"
+
+#~ msgid ""
+#~ "Iwspy is used to set a list of addresses in a wireless network\n"
+#~ "interface and to read back quality of link information for each of "
+#~ "those.\n"
+#~ "\n"
+#~ "This information is the same as the one available in /proc/net/wireless:\n"
+#~ "quality of the link, signal strength and noise level.\n"
+#~ "\n"
+#~ "See iwpspy(8) man page for further information."
+#~ msgstr ""
+#~ "lwspy setzt eine Adressliste an einer drahtlosen Netzwerk-\n"
+#~ "schnittstelle und gibt die Verbindungsqualität für jede Adresse zurück. \n"
+#~ "\n"
+#~ "Diese Information ist identisch mit der aus /proc/net/wireless :\n"
+#~ "Verbindungsqualität, Signalstärke und Rauschpegel.\n"
+#~ "\n"
+#~ "Die iwpspy(8) Manpages liefern weitere Informationen."
+
+#~ msgid "Configuring printer..."
+#~ msgstr "Konfiguriere Drucker ..."
+
+#~ msgid "Configuring applications..."
+#~ msgstr "Konfiguriere Anwendungen ..."
+
+#~ msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+#~ msgstr "Diesen Drucker für StarOffice/OpenOffice.org/GIMP hinzufügen"
+
+#~ msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+#~ msgstr "Diesen Drucker von StarOffice/OpenOffice.org/GIMP entfernen"
+
+#~ msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+#~ msgstr "Drucker für StarOffice/OpenOffice.org/GIMP hinzufügen"
+
+#~ msgid ""
+#~ "The printer \"%s\" was successfully added to Star Office/OpenOffice.org/"
+#~ "GIMP."
+#~ msgstr ""
+#~ "Der Drucker „%s“ wurde erfogreich zu StarOffice/OpenOffice.org/GIMP "
+#~ "hinzugefügt."
+
+#~ 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."
+
+#~ msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+#~ msgstr "Entferne Drucker von StarOffice/OpenOffice.org/GIMP"
+
+#~ msgid ""
+#~ "The printer \"%s\" was successfully removed from Star Office/OpenOffice."
+#~ "org/GIMP."
+#~ msgstr ""
+#~ "Der Drucker „%s“ wurde erfogreich für StarOffice/OpenOffice.org/GIMP "
+#~ "entfernt."
+
+#~ 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."
+
+#~ msgid "<b>Congratulations for choosing Mandrakelinux!</b>"
+#~ msgstr "<b>Danke, dass Sie sich für Mandrakelinux entschieden haben!</b>"
+
+#~ msgid ""
+#~ "Your new Mandrakelinux operating system and its many applications is the "
+#~ "result of collaborative efforts between Mandrakesoft developers and "
+#~ "Mandrakelinux contributors throughout the world."
+#~ msgstr ""
+#~ "Ihr neues Mandrakelinux-Betriebssystem und dessen unzählige Anwendungen "
+#~ "ist das Ergebnis eines gemeinsamen Bestrebens zwischen Mandrakesoft-"
+#~ "Entwicklern und Mandrakelinux-Mitwirkenden auf der ganzen Welt."
+
+#~ msgid ""
+#~ "We would like to thank everyone who participated in the development of "
+#~ "this latest release."
+#~ msgstr ""
+#~ "Wir möchten jedem danken, der an der Entwicklung dieser neuesten Version "
+#~ "teilgenommen hat."
+
+#~ msgid "<b>Discovery</b>"
+#~ msgstr "<b>Discovery</b>"
+
+#~ msgid ""
+#~ "The menu is task-oriented, with a single selected application per task."
+#~ msgstr ""
+#~ "Das Menü ist Aufgaben-orientiert, mit einer einzelnen ausgewählten "
+#~ "Anwendung pro Aufgabe."
+
+#~ msgid ""
+#~ "The powerful Open Source graphical desktop environment KDE is the desktop "
+#~ "of choice for the Discovery Pack."
+#~ msgstr ""
+#~ "Die mächtige OpenSource-Desktopumgebung KDE ist der Desktop der Wahl im "
+#~ "Discovery-Paket."
+
+#~ msgid "<b>OpenOffice.org</b>: The complete Linux office suite."
+#~ msgstr "<b>OpenOffice.org</b>: Die vollständige Büro-Suite für Linux"
+
+#~ msgid ""
+#~ "<b>WRITER</b> is a powerful word processor for creating all types of text "
+#~ "documents. Documents may include images, diagrams and tables."
+#~ msgstr ""
+#~ "<b>WRITER</b> ist ein mächtiger Textprozessor zum Erstellen aller Arten "
+#~ "von Textdokumenten. Diese können Bilder, Diagramme und Tabellen enthalten."
+
+#~ msgid ""
+#~ "<b>CALC</b> is a feature-packed spreadsheet which enables you to compute, "
+#~ "analyze and manage all of your data."
+#~ msgstr ""
+#~ "<b>CALC</b> ist eine funktionsreiche Tabellenkalkulation die es Ihnen "
+#~ "ermöglicht, alle Ihre Daten zu berechnen, zu analysieren und zu verwalten."
+
+#~ msgid ""
+#~ "<b>IMPRESS</b> is the fastest, most powerful way to create effective "
+#~ "multimedia presentations."
+#~ msgstr ""
+#~ "<b>IMPRESS</b> ist ein schneller und mächtiger Weg, wirkungsvolle und "
+#~ "multimediale Präsentationen zu erstellen."
+
+#~ msgid ""
+#~ "<b>DRAW</b> will produce everything from simple diagrams to dynamic 3D "
+#~ "illustrations."
+#~ msgstr ""
+#~ "<b>DRAW</b> erzeugt alles von einfachen Diagrammen bis hin zu dynamischen "
+#~ "3D-Illustrationen."
+
+#~ msgid "<b>Surf The Internet</b>"
+#~ msgstr "<b>Im Internet surfen</b>"
+
+#~ msgid "Discover the new integrated personal information suite KDE Kontact."
+#~ msgstr "Entdecken Sie die neue integrierte PIM-Suite KDE Kontact."
+
+#~ msgid ""
+#~ "More than just a full-featured email client, <b>Kontact</b> also includes "
+#~ "an address book, a calendar and scheduling program, plus a tool for "
+#~ "taking notes!"
+#~ msgstr ""
+#~ "Mehr als nur ein funktionsreicher Email-Client, <b>Kontact</b> beinhaltet "
+#~ "ebenfalls Adressbuch, Kalender und Termin-Funktionen sowie ein Werkzeug "
+#~ "um Notizen zu machen."
+
+#~ msgid "You can also:"
+#~ msgstr "Sie können zusätzlich:"
+
+#~ msgid "\t* browse the Web"
+#~ msgstr "\t* Das Internet durchstöbern"
+
+#~ msgid "\t* chat"
+#~ msgstr "\t* Chatten"
+
+#~ msgid "\t* organize a video-conference"
+#~ msgstr "\t* eine Videokonferenz organisieren"
+
+#~ msgid "\t* create your own Web site"
+#~ msgstr "\t* Ihre eigene Homepage erstellen"
+
+#~ msgid "<b>Multimedia</b>: Software for every need!"
+#~ msgstr "<b>Multimedia</b>: Software für all Ihre Wünsche!"
+
+#~ msgid "Listen to audio CDs with <b>KsCD</b>."
+#~ msgstr "Audio-CDs anhören mit <b>KsCD</b>"
+
+#~ msgid "Listen to music files and watch videos with <b>Totem</b>."
+#~ msgstr "Musik-Dateien und Videos genießen mit <b>Totem</b>."
+
+#~ msgid ""
+#~ "View and edit images and photos with <b>GQview</b> and <b>The Gimp!</b>"
+#~ msgstr ""
+#~ "Bilder und Fotos ansehen und bearbeiten mit <b>GQview</b> und <b>The GIMP!"
+#~ "</b>"
+
+#~ msgid "Become a <b>Mandrakeclub</b> member!"
+#~ msgstr "Werden Sie ein <b>Mandrakeclub</b>-Mitglied!"
+
+#~ msgid ""
+#~ "Take advantage of valuable benefits, products and services by joining "
+#~ "Mandrakeclub, such as:"
+#~ msgstr ""
+#~ "Profitieren Sie von den wertvollen Vorteilen, Produkten und Diensten des "
+#~ "Mandrakeclubs, wie etwa:"
+
+#~ msgid "\t* Full access to commercial applications"
+#~ msgstr "\t* Vollzugriff auf kommerzielle Anwendungen"
+
+#~ msgid ""
+#~ "\t* Special download mirror list exclusively for Mandrakeclub Members"
+#~ msgstr ""
+#~ "\t* Speziellle Download-Spiegelserver-Liste exklusiv für Mandrakeclub-"
+#~ "Mitglieder"
+
+#~ msgid "\t* Voting for software to put in Mandrakelinux"
+#~ msgstr "\t* Stimmen Sie für Software, die Sie Ihnen in Mandrakelinux fehlt"
+
+#~ msgid "\t* Plus much more"
+#~ msgstr "\t* Plus viele weitere Vorteile"
+
+#~ msgid "For more information, please visit <b>www.mandrakeclub.com</b>"
+#~ msgstr "Schauen Sie noch heute rein unter <b>www.mandrakeclub.com</b>"
+
+#~ msgid "Do you require assistance?"
+#~ msgstr "Benötigen Sie Unterstützung?"
+
+#~ msgid "<b>Mandrakeexpert</b> is the primary source for technical support."
+#~ msgstr ""
+#~ "<b>Mandrakeexpert</b> ist die erste Adresse für technische Unterstützung."
+
+#~ msgid ""
+#~ "If you have Linux questions, subscribe to Mandrakeexpert at <b>www."
+#~ "mandrakeexpert.com</b>"
+#~ msgstr ""
+#~ "Wenn Sie Fragen zu Linux haben registrieren Sie sich noch heute unter "
+#~ "<b>www.mandrakeexpert.com</b>"
+
+#~ msgid ""
+#~ "If you would like to get involved, please subscribe to the \"Cooker\" "
+#~ "mailing list by visiting <b>mandrake-linux.com/cooker</b>"
+#~ msgstr ""
+#~ "Falls gerne mit einbezogen werden möchten, tragen Sie sich auf dem "
+#~ "„Cooker“-Mailverteiler ein bei Ihrem nächsten Besuch auf <b>www.mandrake-"
+#~ "linux.com/cooker</b>"
+
+#~ msgid ""
+#~ "To learn more about our dynamic community, please visit <b>www.mandrake-"
+#~ "linux.com</b>!"
+#~ msgstr ""
+#~ "Um mehr über unsere dynamische Gemeinschaft zu erfahren besuchen Sie "
+#~ "bitte <b>www.mandrake-linux.com</b>"
+
+#~ msgid ""
+#~ "Mandrakelinux includes the famous graphical desktops KDE and GNOME, plus "
+#~ "the latest versions of the most popular Open Source applications."
+#~ msgstr ""
+#~ "Mankdrakelinux beinhaltet die berühmten grafischen Arbeitsumgebungen KDE "
+#~ "und GNOME, sowie viele der neuesten Versionen beliebter OpenSource-"
+#~ "Anwendungen."
+
+#~ msgid ""
+#~ "Mandrakelinux is widely known as the most user-friendly and the easiest "
+#~ "to install and easy to use Linux distribution."
+#~ msgstr ""
+#~ "Mandrakelinux ist eine weit bekannt als benutzerfreundliche und einfach "
+#~ "zu installierende Linux-Distribution."
+
+#~ msgid "\t* Find out Mandrakelinux on a bootable CD with <b>Mandrakemove</b>"
+#~ msgstr ""
+#~ "\t* Erleben Sie Mandrakelinux auf einer startfähigen CD mit "
+#~ "<b>Mandrakemove</b>"
+
+#~ msgid ""
+#~ "\t* If you use Linux mostly for Office, Internet and Multimedia tasks, "
+#~ "<b>Discovery</b> perfectly meets your needs"
+#~ msgstr ""
+#~ "\t* Wenn Sie Linux häufig für Büro-, Internet- und Multimedia-Aufgaben "
+#~ "benötigen, dann ist <b>Discovery</b> genau richtig für Sie"
+
+#~ msgid ""
+#~ "\t* If you appreciate the largest selection of software including "
+#~ "powerful development tools, <b>PowerPack</b> is for you"
+#~ msgstr ""
+#~ "\t* Bevorzugen Sie die größtmögliche Auswahl an Software inklusive "
+#~ "mächtiger Entwicklungswerkzeuge, dann wird <b>PowerPack</b> Sie begeistern"
+
+#~ msgid ""
+#~ "\t* If you require a full-featured Linux solution customized for small to "
+#~ "medium-sized networks, choose <b>PowerPack+</b>"
+#~ msgstr ""
+#~ "\t* Benötigen Sie eine voll augestattete, maßgeschneiderte Linux-Lösung "
+#~ "für kleine bis mittlere Netzwerke, dann wählen Sie <b>PowerPack+</b>"
+
+#~ msgid "Find out also our <b>Business Solutions</b>!"
+#~ msgstr "Erleben Sie ebenfalls unsere <b>Business-Lösungen</b>!"
+
+#~ msgid ""
+#~ "<b>Corporate Server</b>: the ideal solution for entreprises. It is a "
+#~ "complete \"all-in-one\" solution that includes everything needed to "
+#~ "rapidly deploy world-class Linux server applications."
+#~ msgstr ""
+#~ "<b>Corporate Server<b/>: Die ideale Lösung für Großunternehmen. Eine "
+#~ "vollständige „alles in einem“-Lösung die alles beinhaltet um schnell "
+#~ "weltweite Linux-Server-Applikationen zu verteilen."
+
+#~ msgid ""
+#~ "<b>Multi Network Firewall</b>: based on Linux 2.4 \"kernel secure\" to "
+#~ "provide multi-VPN as well as multi-DMZ functionalities. It is the perfect "
+#~ "high performance security solution."
+#~ msgstr ""
+#~ "<b>Multi Network Firewall</b>: Basiert auf einem gehärteten Kernel der "
+#~ "Version 2.4 um sowohl Multi-VPNs als auch Multi-DMZs zur Verfügung zu "
+#~ "stellen. Dies ist die perfekte Hochleistungssicherheitslösung."
+
+#~ msgid ""
+#~ "<b>MandrakeClustering</b>: the power and speed of a Linux cluster "
+#~ "combined with the stability and easy-of-use of the world-famous "
+#~ "Mandrakelinux distribution. A unique blend for incomparable HPC "
+#~ "performance."
+#~ msgstr ""
+#~ "<b>MandrakeClustering</b>: Die Leistung und Geschwindigkeit eines Linux-"
+#~ "Clusters gepaart mit der Stabilität und dem Bedienkomfort einer "
+#~ "weltbekannten Mandrakelinux-Distribution. Eine einmalige Kombination für "
+#~ "unvergleichliche HPC-Performance."
+
+#~ msgid ""
+#~ "Find out also support incidents if you have any problems, from standard "
+#~ "to professional support, from 1 to 50 incidents, take the one which meets "
+#~ "perfectly your needs!"
+#~ msgstr ""
+#~ "Erfahren Sie Support-Geschehnisse falls Sie irgendwelche Probleme haben, "
+#~ "von einfacher bis zur professionellen Unterstützung, von 1-50 Vorfällen, "
+#~ "nehmen Sie das, was Ihren Bedürfnissen am besten entspricht."
+
+#~ msgid "<b>Become a Mandrakeclub member!</b>"
+#~ msgstr "<b>Werden Sie Mandrakeclub-Mitglied!</b>"
+
+#~ msgid "<b>Do you require assistance?</b>"
+#~ msgstr "<b>Benötigen Sie Hilfe?</b>"
+
+#~ msgid "This is the Mandrakelinux <b>Download version</b>."
+#~ msgstr "Dies ist die Mandrakelinux-<b>Download-Version</b>"
+
+#~ msgid ""
+#~ "The free download version does not include commercial software, and "
+#~ "therefore may not work with certain modems (such as some ADSL and RTC) "
+#~ "and video cards (such as ATI® and NVIDIA®)."
+#~ msgstr ""
+#~ "Die kostenlose Download-Version beinhaltet keinerlei kommerzielle "
+#~ "Software und funktioniert aus diesem Grund gegenenfalls nicht korrekt mit "
+#~ "bestimmten Modems (wie etwa einige DSL- und RTC-Modems) und Grafikkarten "
+#~ "(wie etwa von ATI® und NVIDIA®)."
+
+#~ msgid ""
+#~ "Your new Mandrakelinux distribution and its many applications are the "
+#~ "result of collaborative efforts between Mandrakesoft developers and "
+#~ "Mandrakelinux contributors throughout the world."
+#~ msgstr ""
+#~ "Ihre neue Mandrakelinux-Distribution und die vielen Anwendungen sind das "
+#~ "Ergebnis gemeinsamer Bemühungen zwischen den Mandrakesoft-Entwicklerung "
+#~ "und den Mitgliedern der Mandrakelinux-Gemeinschaft auf der ganzen Welt."
+
+#~ msgid "<b>PowerPack+</b>"
+#~ msgstr "<b>PowerPack+</b>"
+
+#~ msgid ""
+#~ "PowerPack+ is a full-featured Linux solution for small to medium-sized "
+#~ "networks. PowerPack+ increases the value of the standard PowerPack by "
+#~ "adding a comprehensive selection of world-class server applications."
+#~ msgstr ""
+#~ "PowerPack+ ist eine funktionstüchtige Linux-Lösung für kleine bis "
+#~ "mittelgroße Netzwerke. PowerPack+ steigert den Wert des normalen "
+#~ "PowerPack durch das Hinzufügen einer Vielzahl weltklassiger "
+#~ "Serveranwendungen."
+
+#~ msgid ""
+#~ "It is the only Mandrakelinux product that includes the groupware solution."
+#~ msgstr ""
+#~ "Dies ist das einzige Mandrakelinux-Produkt, das eine Groupware-Lösung "
+#~ "beinhaltet."
#~ msgid ""
-#~ "You can export using NFS or SMB. Please select which you'd like to use."
+#~ "When you log into your Mandrakelinux system for the first time, you can "
+#~ "choose between several popular graphical desktops environments, "
+#~ "including: KDE, GNOME, WindowMaker, IceWM, and others."
#~ msgstr ""
-#~ "Sie können die Dateien mittels SMB oder NFS anbieten. Welche Variante "
-#~ "wollen Sie?"
+#~ "Wenn Sie sich zum ersten Mal an Ihrem Mandrakelinux-System einloggen "
+#~ "können Sie auswählen zwischen verschiedenen beliebter grafischer "
+#~ "Desktopumgebungen wie etwa: KDE, GNOME; WindowMaker, IceWM, und andere."
#~ msgid ""
-#~ "You can export using NFS or Samba. Please select which you'd like to use."
+#~ "In the Mandrakelinux menu you will find easy-to-use applications for all "
+#~ "of your tasks:"
#~ msgstr ""
-#~ "Sie können die Dateien mittels Samba oder NFS anbieten. Welche Variante "
-#~ "wollen Sie?"
+#~ "Im Mandrakelinux-Menü finden Sie einfach zu bedienende Anwendungen für "
+#~ "alle Ihre Anforderungen:"
-#~ msgid "The package %s is going to be removed."
-#~ msgstr "Das Paket %s wird entfernt werden."
+#~ msgid ""
+#~ "\t* Listen to audio CDs and music files with <b>KsCD</b> and <b>Totem</b>"
+#~ msgstr ""
+#~ "\t* Hören Sie sich CDs und Audiodateien an mit <b>KsCD</b> und <b>Totem</"
+#~ "b>"
+
+#~ msgid ""
+#~ "PowerPack+ includes everything needed for developing and creating your "
+#~ "own software, including:"
+#~ msgstr ""
+#~ "PowerPack+ beinhaltet alles was Sie benötigen zum Entwicklen Ihrer "
+#~ "eigenen Software, inklusive:"
+
+#~ msgid ""
+#~ "\t* <b>Kdevelop</b>: a full featured, easy to use Integrated Development "
+#~ "Environment for C++ programming"
+#~ msgstr ""
+#~ "\t* <b>Kdevelop</b>: eine voll ausgestattete, einfach zu bedienende "
+#~ "Entwicklungsumgebung für C++"
+
+#~ msgid "\t* <b>GCC</b>: the GNU Compiler Collection"
+#~ msgstr "\t* <b>GCC</b>: Die GNU-Compiler-Kolletion"
-#~ msgid "You must be root to read configuration file. \n"
-#~ msgstr "Sie müssen „root“ sein, um die Kunfiguration lesen zu können.\n"
+#~ msgid "\t* <b>GDB</b>: the GNU Project debugger"
+#~ msgstr "\t* <b>GDB</b>: Der GNU Projekt-Debugger"
-#~ msgid "Can't open %s!"
-#~ msgstr "Kann %s nicht öffnen!"
+#~ msgid "<b>Discover the full-featured groupware solution!</b>"
+#~ msgstr "<b>Entdecken Sie die voll-ausgestattete Groupware-Lösung!</b>"
+
+#~ msgid "It includes both server and client features for:"
+#~ msgstr "Es enthält sowohl Server- als auch Client-Funktionen für:"
+
+#~ msgid ""
+#~ "\t* Calendar, Task List, Memos, Contacts, Meeting Request (sending and "
+#~ "receiving), Task Requests (sending and receiving)"
+#~ msgstr ""
+#~ "\t* Kalender, Arbeitsliste, Memos, Kontakte, Besprechungsanfragen (senden "
+#~ "und empfangen)"
+
+#~ msgid "\t* Address Book (server and client)"
+#~ msgstr "\t* Adressbuch (Server und Client)"
#~ 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."
+#~ "Your new Mandrakelinux distribution is the result of collaborative "
+#~ "efforts between Mandrakesoft developers and Mandrakelinux contributors "
+#~ "throughout the world."
#~ msgstr ""
-#~ "Ihre Grafikkarte kann 3D-hardwarebeschleunigt werden, allerdings nur "
-#~ "mit \n"
-#~ "XFree %s. Ihre Karte wird auch von XFree %s unterstützt, wodurch Sie \n"
-#~ "bessere 2D-Unterstützung erhalten können."
+#~ "Ihre neue Mandrakelinux-Distribution ist das Ergebnis gemeinsamer "
+#~ "Bemühungen zwischen den Mandrakesoft-Entwicklern und den Mitgliedern der "
+#~ "Mandrakelinux-Gemeinschaft weltweit."
#~ msgid ""
-#~ "Your card can have 3D hardware acceleration support but only with XFree %"
-#~ "s,\n"
-#~ "NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-#~ "Your card is supported by XFree %s which may have a better support in 2D."
+#~ "We would like to thank everyone who participated in the development of "
+#~ "our latest release."
#~ msgstr ""
-#~ "Ihre Karte kann 3D-hardwarebeschleunigt werden, allerdings nur mit \n"
-#~ "XFree %s. BEMERKUNG: DIESE FUNKTION IST NOCH IM EXPERIMENTIER-\n"
-#~ "STADIUM UND KANN ZUM STEHENBLEIBEN IHRES RECHNERS FÜHREN.\n"
-#~ "Ihre Karte wird auch von XFree %s unterstützt, wodurch Sie bessere 2D-\n"
-#~ "Unterstützung erhalten können."
+#~ "Wir möchten Danke sagen an alle, die an der Entwicklung dieser neuen "
+#~ "Version teilgenommen haben."
+
+#~ msgid "<b>PowerPack</b>"
+#~ msgstr "<b>PowerPack</b>"
-#~ msgid "Xpmac (installation display driver)"
-#~ msgstr "Xpmac (Installations-Bildschirmtreiber)"
+#~ msgid ""
+#~ "PowerPack includes everything needed for developing and creating your own "
+#~ "software, including:"
+#~ msgstr ""
+#~ "PowerPack enthält alles was Sie benötigen, um Ihre eigene Software zu "
+#~ "entwickeln, inklusive:"
-#~ msgid "4 billion colors (32 bits)"
-#~ msgstr "4 Milliarden Farben (32 Bit)"
+#~ msgid "And of course the editors!"
+#~ msgstr "Und natürlich die Editoren!"
-#~ msgid "XFree86 server: %s\n"
-#~ msgstr "XFree86-Server: %s\n"
+#~ msgid "Installation of %s failed. The following error occurred:"
+#~ msgstr "Die Installation von %s schlug fehl. Folgender Fehler trat auf:"
+
+#~ msgid ""
+#~ "The setup of a VPN connection has already been done.\n"
+#~ "\n"
+#~ "It's currently enabled.\n"
+#~ "\n"
+#~ "What would you like to do ?"
+#~ msgstr ""
+#~ "Es wurde bereits eine VPN-Verbindung eingerichtet.\n"
+#~ "\n"
+#~ "Momentan ist sie aktiviert.\n"
+#~ "\n"
+#~ "Was möchten Sie tun?"
+
+#~ msgid ""
+#~ "The setup of a VPN connection has already been done.\n"
+#~ "\n"
+#~ "It's currently disabled.\n"
+#~ "\n"
+#~ "What would you like to do ?"
+#~ msgstr ""
+#~ "Die Einrichtung einer VPN-Verbindung wurde bereits durchgeführt.\n"
+#~ "\n"
+#~ "Momentan ist sie deaktiviert.\n"
+#~ "\n"
+#~ "Was möchten Sie tun?"
+
+#~ msgid "Set of tools to read and send mail and news and to browse the Web"
+#~ msgstr ""
+#~ "Programme um E-Mails und News zu lesen und zu versenden und um im "
+#~ "Internet zu surfen"
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "Before continuing, you should carefully read the terms of the license. "
+#~ "It\n"
+#~ "covers the entire Mandrakelinux distribution. If you do agree with all "
+#~ "the\n"
+#~ "terms in it, check the \"%s\" box. If not, clicking on the \"%s\" button\n"
+#~ "will reboot your computer."
+#~ msgstr ""
+#~ "Lesen Sie bitte aufmerksam die Lizenz, bevor Sie fortfahren. Sie umfasst\n"
+#~ "die gesamte Mandrakelinux Distribution. Sollten Sie nicht in allen "
+#~ "Punkten\n"
+#~ "zustimmen, betätigen Sie bitte die Schaltfläche „%s“, um die "
+#~ "Installation\n"
+#~ "abzubrechen. Um mit der Installation fortzufahren, betätigen Sie die\n"
+#~ "Schaltfläche „%s“."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "GNU/Linux is a multi-user system, meaning each user may have their own\n"
+#~ "preferences, their own files and so on. You can read the ``Starter "
+#~ "Guide''\n"
+#~ "to learn more about multi-user systems. But unlike \"root\", who is the\n"
+#~ "system administrator, the users you add at this point will not be\n"
+#~ "authorized to change anything except their own files and their own\n"
+#~ "configurations, protecting the system from unintentional or malicious\n"
+#~ "changes that impact on the system as a whole. You will have to create at\n"
+#~ "least one regular user for yourself -- this is the account which you "
+#~ "should\n"
+#~ "use for routine, day-to-day use. Although it is very easy to log in as\n"
+#~ "\"root\" to do anything and everything, it may also be very dangerous! A\n"
+#~ "very simple mistake could mean that your system will not work any more. "
+#~ "If\n"
+#~ "you make a serious mistake as a regular user, the worst that will happen "
+#~ "is\n"
+#~ "that you will lose some information, but not affect the entire system.\n"
+#~ "\n"
+#~ "The first field asks you for a real name. Of course, this is not "
+#~ "mandatory\n"
+#~ "-- you can actually enter whatever you like. DrakX will use the first "
+#~ "word\n"
+#~ "you typed in this field and copy it to the \"%s\" field, which is the "
+#~ "name\n"
+#~ "this user will enter to log onto the system. If you like, you may "
+#~ "override\n"
+#~ "the default and change the user name. The next step is to enter a "
+#~ "password.\n"
+#~ "From a security point of view, a non-privileged (regular) user password "
+#~ "is\n"
+#~ "not as crucial as the \"root\" password, but that is no reason to "
+#~ "neglect\n"
+#~ "it by making it blank or too simple: after all, your files could be the\n"
+#~ "ones at risk.\n"
+#~ "\n"
+#~ "Once you click on \"%s\", you can add other users. Add a user for each "
+#~ "one\n"
+#~ "of your friends: your father or your sister, for example. Click \"%s\" "
+#~ "when\n"
+#~ "you have finished adding users.\n"
+#~ "\n"
+#~ "Clicking the \"%s\" button allows you to change the default \"shell\" "
+#~ "for\n"
+#~ "that user (bash by default).\n"
+#~ "\n"
+#~ "When you have finished adding users, you will be asked to choose a user "
+#~ "who\n"
+#~ "can automatically log into the system when the computer boots up. If you\n"
+#~ "are interested in that feature (and do not care much about local "
+#~ "security),\n"
+#~ "choose the desired user and window manager, then click \"%s\". If you "
+#~ "are\n"
+#~ "not interested in this feature, uncheck the \"%s\" box."
+#~ msgstr ""
+#~ "GNU/Linux ist ein Mehrbenutzer-System, das bedeutet konkret jedes\n"
+#~ "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 „Starter Handbuch“ 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"
+#~ "können sogar mehrere Benutzerkennzeichen pro Person einrichten, denen "
+#~ "Sie\n"
+#~ "Zugang zu Ihrem GNU/Linux-System gewähren wollen. Erstellen Sie sich ein\n"
+#~ "eigenes Benutzerkennzeichen, auch wenn Sie der einzige Anwender sind, "
+#~ "der\n"
+#~ "diesen Rechner nutzt. Sie sollten nicht ständig mit dem privilegierten\n"
+#~ "Kennzeichen arbeiten! Das ist ein hohes Sicherheitsrisiko! Wenn Sie "
+#~ "einen\n"
+#~ "schweren Fehler als einfacher Benutzer machen, dann können Sie maximal\n"
+#~ "Daten verlieren, jedoch nicht Ihr gesamtes System unbrauchbar machen.\n"
+#~ "\n"
+#~ "Zuerst geben Sie bitte einen normalen Namen an. Das muss nicht\n"
+#~ "notwendigerweise Ihr richtiger Name sein. „DrakX“ wird das erste Wort, "
+#~ "das\n"
+#~ "Sie eingegeben haben, in das Feld „%s“ eintragen. Dies ist der Name, den\n"
+#~ "Sie zum Anmelden für dieses Kennzeichen benötigen. Natürlich können Sie "
+#~ "ihn\n"
+#~ "hier nach Belieben verändern. Dann geben Sie Ihrem Konto ein Passwort. "
+#~ "Für\n"
+#~ "ein Benutzerkennzeichen ist dieses zwar nicht von so herausragender\n"
+#~ "Bedeutung wie das für »root«, doch Sie sollten trotzdem etwas Sorgfalt\n"
+#~ "walten lassen. Immerhin sind es Ihre Daten ...\n"
+#~ "\n"
+#~ "Klicken Sie auf „%s“, um das Kennzeichen zu erstellen. Anschließend "
+#~ "können\n"
+#~ "Sie direkt weitere Benutzer hinzufügen. Wenn Sie alle Kennzeichen "
+#~ "erstellt\n"
+#~ "haben, klicken Sie auf „%s“.\n"
+#~ "\n"
+#~ "Durch Anwahl der Schaltfläche „%s“ haben Sie auch die Möglichkeit, die\n"
+#~ "Standard-Shell dieses Benutzers ändern (normalerweise ist dies die "
+#~ "„Bash“).\n"
+#~ "\n"
+#~ "Wenn Sie alle Kennzeichen erstellt haben, die Sie nutzen wollen, wird "
+#~ "Ihnen\n"
+#~ "die Möglichkeit eröffnet, ein Kennzeichen automatisch beim\n"
+#~ "Betriebssystemstart angemeldet zu bekommen. Falls Sie sich für diese\n"
+#~ "Funktionalität entscheiden (und wenig Wert auf Sicherheit legen) wählen "
+#~ "Sie\n"
+#~ "einfach die gewünschte Arbeitsumgebung und das Kennzeichen aus. "
+#~ "Bestätigen\n"
+#~ "Sie Ihre Auswahl durch betätigen der Schaltfläche „%s“. Andernfalls "
+#~ "löschen\n"
+#~ "Sie einfach die Markierung des Punktes „%s“."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "The Mandrakelinux installation is distributed on several CD-ROMs. If a\n"
+#~ "selected package is located on another CD-ROM, DrakX will eject the "
+#~ "current\n"
+#~ "CD and ask you to insert the correct CD as required."
+#~ msgstr ""
+#~ "Da die Mandrakelinux-Distribution stetig wächst, wurde sie in mehrere\n"
+#~ "CD-ROMs unterteilt. Es kann daher vorkommen, dass DrakX Pakete von "
+#~ "anderen,\n"
+#~ "als der Installations-CD-ROM installieren will. In diesem Fall wird es "
+#~ "die\n"
+#~ "aktuelle CD auswerfen und nach einer anderen fragen."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "It is now time to specify which programs you wish to install on your\n"
+#~ "system. There are thousands of packages available for Mandrakelinux, and\n"
+#~ "to make it simpler to manage the packages have been placed into groups "
+#~ "of\n"
+#~ "similar applications.\n"
+#~ "\n"
+#~ "Packages are sorted into groups corresponding to a particular use of "
+#~ "your\n"
+#~ "machine. Mandrakelinux sorts packages groups in four categories. You can\n"
+#~ "mix and match applications from the various categories, so a\n"
+#~ "``Workstation'' installation can still have applications from the\n"
+#~ "``Development'' category installed.\n"
+#~ "\n"
+#~ " * \"%s\": if you plan to use your machine as a workstation, select one "
+#~ "or\n"
+#~ "more of the groups that are in the workstation category.\n"
+#~ "\n"
+#~ " * \"%s\": if you plan on using your machine for programming, select the\n"
+#~ "appropriate groups from that category.\n"
+#~ "\n"
+#~ " * \"%s\": if your machine is intended to be a server, select which of "
+#~ "the\n"
+#~ "more common services you wish to install on your machine.\n"
+#~ "\n"
+#~ " * \"%s\": this is where you will choose your preferred graphical\n"
+#~ "environment. At least one must be selected if you want to have a "
+#~ "graphical\n"
+#~ "interface available.\n"
+#~ "\n"
+#~ "Moving the mouse cursor over a group name will display a short "
+#~ "explanatory\n"
+#~ "text about that group. If you unselect all groups when performing a "
+#~ "regular\n"
+#~ "installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+#~ "different options for a minimal installation:\n"
+#~ "\n"
+#~ " * \"%s\": install the minimum number of packages possible to have a\n"
+#~ "working graphical desktop.\n"
+#~ "\n"
+#~ " * \"%s\": installs the base system plus basic utilities and their\n"
+#~ "documentation. This installation is suitable for setting up a server.\n"
+#~ "\n"
+#~ " * \"%s\": will install the absolute minimum number of packages "
+#~ "necessary\n"
+#~ "to get a working Linux system. With this installation you will only have "
+#~ "a\n"
+#~ "command line interface. The total size of this installation is about 65\n"
+#~ "megabytes.\n"
+#~ "\n"
+#~ "You can check the \"%s\" box, which is useful if you are familiar with "
+#~ "the\n"
+#~ "packages being offered or if you want to have total control over what "
+#~ "will\n"
+#~ "be installed.\n"
+#~ "\n"
+#~ "If you started the installation in \"%s\" mode, you can unselect all "
+#~ "groups\n"
+#~ "to avoid installing any new package. This is useful for repairing or\n"
+#~ "updating an existing system."
+#~ msgstr ""
+#~ "Nun ist es Zeit sich zu entscheiden, welche Programme Sie auf Ihrem "
+#~ "Rechner\n"
+#~ "installieren wollen. Es gibt tausende von Paketen für Mandrakelinux, und\n"
+#~ "um die Pakete einfacher zu verwalten wurden sie in ähnliche "
+#~ "Anwendungsgruppen\n"
+#~ "aufgeteilt.\n"
+#~ "\n"
+#~ "Die Pakete sind nach ihrer jeweiligen Verwendung auf Ihrem\n"
+#~ " Rechner eingeteilt. Mandrakelinux ordnet Sie in vier Gruppen ein.Sie "
+#~ "können\n"
+#~ "Pakete aus verschiedenen Kategorien nach Belieben mischen, so dass eine\n"
+#~ "„Arbeitsplatzrechner“ Installation auch Anwendungen aus der\n"
+#~ "„Entwicklung“ Kategorie enthalten darf.\n"
+#~ "\n"
+#~ " * „%s“: Falls Ihr Rechner als Arbeitsplatzrechner verwendet werden "
+#~ "soll,\n"
+#~ "markieren Sie eine oder mehrere Gruppen.\n"
+#~ "\n"
+#~ " * „%s“: Falls Sie mit Ihrem Rechner programmieren wollen, sollten Sie\n"
+#~ "diese Gruppe markieren.\n"
+#~ "\n"
+#~ " * „%s“: Wenn Ihre Maschine ein Server werden soll, können Sie hier die\n"
+#~ "wichtigsten Dienste auswählen, die auf Ihrem Rechner installiert werden "
+#~ "sollen.\n"
+#~ "\n"
+#~ " * „%s“: Wählen Sie hier Ihre bevorzugte grafische\n"
+#~ " Arbeitsumgebung. Wenn Sie eine grafische Umgebung verwenden wollen, so "
+#~ "müssen Sie hier\n"
+#~ "zumindest eine Gruppe auswählen.\n"
+#~ "\n"
+#~ "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"
+#~ "\n"
+#~ " * „%s“: Installiert eine minimale Anzahl an Paketen um eine "
+#~ "funktionierende\n"
+#~ "grafische Umgebung zu erhalten.\n"
+#~ "\n"
+#~ " * „%s“: Installiert das Basissystem zuzüglich grundlegender Werkzeuge\n"
+#~ "inklusive deren Dokumentation. Dies ist die sinnvollste Wahl für "
+#~ "eineServerinstallation.\n"
+#~ "\n"
+#~ " * „%s“: installiert die absolute Minimalanforderung an benötigten "
+#~ "Paketen,\n"
+#~ "um ein funktionierendes Linux zu erhalten. Mit dieser Installation "
+#~ "bekommen\n"
+#~ "Sie nur eine Kommandozeilen Umgebung. Die Speicherbedarf beträgt 65\n"
+#~ "MegaBytes.\n"
+#~ "\n"
+#~ "Sie können die Schaltfläche „%s“anwählen, welches nur Sinn macht,\n"
+#~ " wenn Sie die Pakete genau kennen oder wenn Sie volle Kontrolle darüber "
+#~ "haben wollen,\n"
+#~ " was installiert werden\n"
+#~ "soll.\n"
+#~ "\n"
+#~ "Haben Sie die Installation als „%s“ gestartet, können Sie die "
+#~ "Markierungen\n"
+#~ "aller Gruppen entfernen, um die Installation neuer Pakete zu vermeiden.\n"
+#~ "Hierdurch werden nur bereits installierte Pakete aktualisiert oder\n"
+#~ "repariert."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "You will now set up your Internet/network connection. If you wish to\n"
+#~ "connect your computer to the Internet or to a local network, click \"%s"
+#~ "\".\n"
+#~ "Mandrakelinux will attempt to auto-detect network devices and modems. If\n"
+#~ "this detection fails, uncheck the \"%s\" box. You may also choose not to\n"
+#~ "configure the network, or to do it later, in which case clicking the \"%s"
+#~ "\"\n"
+#~ "button will take you to the next step.\n"
+#~ "\n"
+#~ "When configuring your network, the available connections options are:\n"
+#~ "Normal modem connection, Winmodem connection, ISDN modem, ADSL "
+#~ "connection,\n"
+#~ "cable modem, and finally a simple LAN connection (Ethernet).\n"
+#~ "\n"
+#~ "We will not detail each configuration option - just make sure that you "
+#~ "have\n"
+#~ "all the parameters, such as IP address, default gateway, DNS servers, "
+#~ "etc.\n"
+#~ "from your Internet Service Provider or system administrator.\n"
+#~ "\n"
+#~ "About Winmodem Connection. Winmodems are special integrated low-end "
+#~ "modems\n"
+#~ "that require additional software to work compared to Normal modems. Some "
+#~ "of\n"
+#~ "those modems actually work under Mandrakelinux, some others do not. You\n"
+#~ "can consult the list of supported modems at LinModems.\n"
+#~ "\n"
+#~ "You can consult the ``Starter Guide'' chapter about Internet connections\n"
+#~ "for details about the configuration, or simply wait until your system is\n"
+#~ "installed and use the program described there to configure your "
+#~ "connection."
+#~ msgstr ""
+#~ "Wenn Sie Ihren Computer mit dem Internet oder mit einem lokalen Netzwerk\n"
+#~ "verbinden wollen, dann betätigen Sie die Schaltfläche „%s“. Bitte "
+#~ "schalten\n"
+#~ "Sie jedoch zuvor, falls nötig, die dafür benötigten Geräte ein, damit\n"
+#~ "„DrakX“ sie automatisch erkennen kann. Sollte die automatische Erkennung\n"
+#~ "nicht korrekt erfolgen, können Sie es erneut versuchen, nachdem Sie die\n"
+#~ "Markierung der Option „%s“ entfernt haben. Betätigung der Schaltfläche „%"
+#~ "s“\n"
+#~ "bringt Sie weiter zum nächsten Installationsschritt ohne Ihr Netzwerk\n"
+#~ "einzurichten.\n"
+#~ "\n"
+#~ "Zur Auswahl stehen folgende Verbindungsarten: Herkömmliches Modem, ISDN\n"
+#~ "Modem, ADSL Verbindung, Kabelmodem oder eine einfache LAN Verbindung\n"
+#~ "(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-Anbieter oder\n"
+#~ "Systemadministrator erhalten haben.\n"
+#~ "\n"
+#~ "Verwendung von Winmodems Winmodems sind eigentlich keine Modems, die den\n"
+#~ "Namen verdienen, da sie die CPU Ihres Rechners benötigen, um "
+#~ "funktionieren\n"
+#~ "zu können, was die Rechenleistung für anderen Prozesse vermindert. "
+#~ "Einige\n"
+#~ "dieser Modems können Sie mittlerweile unter Mandrakelinux zum\n"
+#~ "Funktionieren bewegen, die Mehrzahl jedoch nicht. Unter LinModems finden\n"
+#~ "Sie eine Liste.\n"
+#~ "\n"
+#~ "Weitere Einzelheiten, die hier bereits hilfreich sein können, erhalten "
+#~ "Sie\n"
+#~ "im „Starter Handbuch“. Falls Sie unsicher sind, warten Sie ab, bis die\n"
+#~ "Installation beendet ist und verwenden Sie danach das beschriebene\n"
+#~ "Programm, um Ihre Verbindung einzurichten."
+
+#~ msgid "Use auto detection"
+#~ msgstr "Autoerkennung benutzen"
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "\"%s\": clicking on the \"%s\" button will open the printer "
+#~ "configuration\n"
+#~ "wizard. Consult the corresponding chapter of the ``Starter Guide'' for "
+#~ "more\n"
+#~ "information on how to setup a new printer. The interface presented there "
+#~ "is\n"
+#~ "similar to the one used during installation."
+#~ msgstr ""
+#~ "„%s“: Durch Anwahl der Schaltfläche „%s“ startet den Druckerassistenten.\n"
+#~ "Weitere Informationen zu diesem Assistenten erhalten Sie im Drucker-"
+#~ "Kapitel\n"
+#~ "des „Starter Handbuch“. Das dort vorgestellte Programm entspricht dem\n"
+#~ "während der Installation angebotenen."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "This dialog is used to choose which services you wish to start at boot\n"
+#~ "time.\n"
+#~ "\n"
+#~ "DrakX will list all the services available on the current installation.\n"
+#~ "Review each one carefully and uncheck those which are not needed at boot\n"
+#~ "time.\n"
+#~ "\n"
+#~ "A short explanatory text will be displayed about a service when it is\n"
+#~ "selected. However, if you are not sure whether a service is useful or "
+#~ "not,\n"
+#~ "it is safer to leave the default behavior.\n"
+#~ "\n"
+#~ "!! At this stage, be very careful if you intend to use your machine as a\n"
+#~ "server: you will probably not want to start any services that you do not\n"
+#~ "need. Please remember that several services can be dangerous if they are\n"
+#~ "enabled on a server. In general, select only the services you really "
+#~ "need.\n"
+#~ "!!"
+#~ msgstr ""
+#~ "Als nächstes können Sie die Dienste auswählen, die während des\n"
+#~ "Betriebssystemstarts aktiviert werden sollen.\n"
+#~ "\n"
+#~ "Hier werden alle Dienste, die nach der aktuellen Installation zum BS-"
+#~ "Start\n"
+#~ "zur Verfügung stehen, angezeigt. Lesen Sie diese Liste sorgfältig durch "
+#~ "und\n"
+#~ "markieren Sie nur die Dienste, die Sie immer ab dem BS-Start zur "
+#~ "Verfügung\n"
+#~ "haben wollen.\n"
+#~ "\n"
+#~ "Wenn Sie einen Dienst anwählen, erhalten Sie eine kurze Erklärung dazu.\n"
+#~ "Wenn Sie nicht sicher sind, ob ein Dienst bzw. Server sinnvoll ist oder\n"
+#~ "nicht, verändern Sie am Besten die voreingestellten Markierungen nicht.\n"
+#~ "\n"
+#~ "!! Sollten Sie Ihren Rechner als Server verwenden wollen, so müssen Sie "
+#~ "an\n"
+#~ "dieser Stelle besonders vorsichtig sein: wählen Sie alle Dienste ab, die\n"
+#~ "Sie nicht benötigen. Denken Sie daran, dass etliche Dienste eine\n"
+#~ "potentielle Einbruchstelle in das System von außen darstellen, wenn "
+#~ "diese\n"
+#~ "im Serverbetrieb laufen. Also, nur die Dienste einschalten, die Sie\n"
+#~ "wirklich brauchen! !!"
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "Graphic Card\n"
+#~ "\n"
+#~ " The installer will normally automatically detect and configure the\n"
+#~ "graphic card installed on your machine. If it is not the case, you can\n"
+#~ "choose from this list the card you actually have installed.\n"
+#~ "\n"
+#~ " In the situation where different servers are available for your card,\n"
+#~ "with or without 3D acceleration, you are asked to choose the server that\n"
+#~ "best suits your needs."
+#~ msgstr ""
+#~ "Grafikkarte\n"
+#~ "\n"
+#~ " DrakX erkennt normalerweise automatisch Ihre Grafikkarte und richtet "
+#~ "sie\n"
+#~ "entsprechend ein. Sollten dabei Probleme auftreten, können Sie in der "
+#~ "hier\n"
+#~ "aufgeführten Liste Ihr Modell auswählen.\n"
+#~ "\n"
+#~ " Falls für Ihre Karte verschiedene Server zur Verfügung stehen, etwa "
+#~ "mit\n"
+#~ "und ohne 3D-Beschleunigung, werden Sie gebeten, den zu wählen, der Ihren\n"
+#~ "Bedürfnissen am besten entspricht."
-#~ msgid "Here is the full list of keyboards available"
-#~ msgstr "Hier die Liste aller Tastaturen"
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "Monitor\n"
+#~ "\n"
+#~ " The installer will normally automatically detect and configure the\n"
+#~ "monitor connected to your machine. If it is incorrect, you can choose "
+#~ "from\n"
+#~ "this list the monitor you actually have connected to your computer."
+#~ msgstr ""
+#~ "Monitor\n"
+#~ "\n"
+#~ " DrakX erkennt normalerweise automatisch Ihren Monitor. Sollten dabei\n"
+#~ "Probleme auftreten, können Sie in der hier aufgeführten Liste Ihr Modell\n"
+#~ "auswählen."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "Resolution\n"
+#~ "\n"
+#~ " Here you can choose the resolutions and color depths available for "
+#~ "your\n"
+#~ "hardware. Choose the one that best suits your needs (you will be able to\n"
+#~ "change that after installation though). A sample of the chosen\n"
+#~ "configuration is shown in the monitor picture."
+#~ msgstr ""
+#~ "Auflösung\n"
+#~ "\n"
+#~ " Sie können hier Auflösung und Farbtiefe für Ihre Hardware wählen.\n"
+#~ "Entscheiden Sie sich, welche Variante Ihren Wünschen am ehesten "
+#~ "entspricht\n"
+#~ "(Sie können diese Angaben natürlich nach der Installation noch ändern). "
+#~ "Sie\n"
+#~ "können sich einen Eindruck anhand des abgebildeten Monitors bilden."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "In the situation where different servers are available for your card, "
+#~ "with\n"
+#~ "or without 3D acceleration, you are asked to choose the server that best\n"
+#~ "suits your needs."
+#~ msgstr ""
+#~ "Falls für Ihre Karte verschiedene Server zur Verfügung stehen, etwa mit "
+#~ "und\n"
+#~ "ohne 3D-Beschleunigung, werden Sie gebeten, den zu wählen, der Ihren\n"
+#~ "Bedürfnissen am besten entspricht."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "At this point, you need to decide where you want to install the Mandrake\n"
+#~ "Linux operating system on your hard drive. If your hard drive is empty "
+#~ "or\n"
+#~ "if an existing operating system is using all the available space you "
+#~ "will\n"
+#~ "have to partition the drive. Basically, partitioning a hard drive "
+#~ "consists\n"
+#~ "of logically dividing it to create the space needed to install your new\n"
+#~ "Mandrakelinux system.\n"
+#~ "\n"
+#~ "Because the process of partitioning a hard drive is usually irreversible\n"
+#~ "and can lead to lost data if there is an existing operating system "
+#~ "already\n"
+#~ "installed on the drive, partitioning can be intimidating and stressful "
+#~ "if\n"
+#~ "you are an inexperienced user. Fortunately, DrakX includes a wizard "
+#~ "which\n"
+#~ "simplifies this process. Before continuing with this step, read through "
+#~ "the\n"
+#~ "rest of this section and above all, take your time.\n"
+#~ "\n"
+#~ "Depending on your hard drive configuration, several options are "
+#~ "available:\n"
+#~ "\n"
+#~ " * \"%s\": this option will perform an automatic partitioning of your "
+#~ "blank\n"
+#~ "drive(s). If you use this option there will be no further prompts.\n"
+#~ "\n"
+#~ " * \"%s\": the wizard has detected one or more existing Linux partitions "
+#~ "on\n"
+#~ "your hard drive. If you want to use them, choose this option. You will "
+#~ "then\n"
+#~ "be asked to choose the mount points associated with each of the "
+#~ "partitions.\n"
+#~ "The legacy mount points are selected by default, and for the most part "
+#~ "it's\n"
+#~ "a good idea to keep them.\n"
+#~ "\n"
+#~ " * \"%s\": if Microsoft Windows is installed on your hard drive and "
+#~ "takes\n"
+#~ "all the space available on it, you will have to create free space for\n"
+#~ "GNU/Linux. To do so, you can delete your Microsoft Windows partition and\n"
+#~ "data (see ``Erase entire disk'' solution) or resize your Microsoft "
+#~ "Windows\n"
+#~ "FAT or NTFS partition. Resizing can be performed without the loss of any\n"
+#~ "data, provided you have previously defragmented the Windows partition.\n"
+#~ "Backing up your data is strongly recommended.. Using this option is\n"
+#~ "recommended if you want to use both Mandrakelinux and Microsoft Windows "
+#~ "on\n"
+#~ "the same computer.\n"
+#~ "\n"
+#~ " Before choosing this option, please understand that after this\n"
+#~ "procedure, the size of your Microsoft Windows partition will be smaller\n"
+#~ "then when you started. You will have less free space under Microsoft\n"
+#~ "Windows to store your data or to install new software.\n"
+#~ "\n"
+#~ " * \"%s\": if you want to delete all data and all partitions present on\n"
+#~ "your hard drive and replace them with your new Mandrakelinux system,\n"
+#~ "choose this option. Be careful, because you will not be able to undo "
+#~ "your\n"
+#~ "choice after you confirm.\n"
+#~ "\n"
+#~ " !! If you choose this option, all data on your disk will be "
+#~ "deleted. !!\n"
+#~ "\n"
+#~ " * \"%s\": this will simply erase everything on the drive and begin "
+#~ "fresh,\n"
+#~ "partitioning everything from scratch. All data on your disk will be "
+#~ "lost.\n"
+#~ "\n"
+#~ " !! If you choose this option, all data on your disk will be lost. !!\n"
+#~ "\n"
+#~ " * \"%s\": choose this option if you want to manually partition your "
+#~ "hard\n"
+#~ "drive. Be careful -- it is a powerful but dangerous choice and you can "
+#~ "very\n"
+#~ "easily lose all your data. That's why this option is really only\n"
+#~ "recommended if you have done something like this before and have some\n"
+#~ "experience. For more instructions on how to use the DiskDrake utility,\n"
+#~ "refer to the ``Managing Your Partitions'' section in the ``Starter "
+#~ "Guide''."
+#~ msgstr ""
+#~ "Sie müssen nun entscheiden, wo auf Ihrer/n Festplatte(n) Ihr "
+#~ "Mandrakelinux\n"
+#~ "System installiert werden soll. Sofern alles leer ist bzw. ein\n"
+#~ "Betriebssystem alles belegt, müssen die Platte(n) neu partitioniert "
+#~ "werden.\n"
+#~ "Prinzipiell besteht das Partitionieren der Platte(n) darin, den\n"
+#~ "Plattenplatz so aufzuteilen, dass Ihr Mandrakelinux darauf installiert\n"
+#~ "werden kann.\n"
+#~ "\n"
+#~ "Da dieser Schritt normalerweise irreversibel ist, kann das "
+#~ "Partitionieren\n"
+#~ "für unerfahrene Anwender unangenehm und stressig sein. Dieser Assistent\n"
+#~ "kann Ihnen diesen Schritt abnehmen. Lesen Sie dennoch vor Beginn im\n"
+#~ "Handbuch die entsprechenden Passagen und lassen Sie sich Zeit mit der\n"
+#~ "Entscheidung.\n"
+#~ "\n"
+#~ "Abhängig vom aktuellen Zustand Ihrer Platte(n) haben Sie verschiedene\n"
+#~ "Alternativen:\n"
+#~ "\n"
+#~ " * „%s“: Dies führt einfach dazu, dass Ihre leere(n) Festplatte(n)\n"
+#~ "automatisch partitioniert werden; Sie müssen sich also um nichts weiter\n"
+#~ "kümmern.(*)\n"
+#~ "\n"
+#~ " * „%s“: Der Assistent hat eine oder mehrere existierende Linux "
+#~ "Partitionen\n"
+#~ "auf Ihrer Platte gefunden. Wählen Sie diese Schaltfläche, falls Sie sie\n"
+#~ "behalten wollen. Sie werden dann gebeten, die Einhängpunkte der "
+#~ "Partitionen\n"
+#~ "anzugeben. Als Vorgabe erhalten Sie die Einhängpunkte der gefundenen\n"
+#~ "Distribution, normalerweise ist es nicht nötig diese zu ändern.\n"
+#~ "\n"
+#~ " * „%s“: Falls der gesamte Plattenplatz aktuell für Microsoft Windows™\n"
+#~ "verschwendet ist, müssen Sie für GNU/Linux Platz schaffen. Um dies zu\n"
+#~ "erreichen, können Sie entweder Ihre Microsoft Windows™ Partition(en)\n"
+#~ "samt Daten löschen (siehe „Komplette Platte löschen“) oder Ihre "
+#~ "Microsoft\n"
+#~ "Windows NTFS oder FAT Partition verkleinern. Letzteres geht ohne\n"
+#~ "Datenverlust, vorausgesetzt Sie haben ihre Windows Partition(en) vorher\n"
+#~ "defragmentiert. Dennoch sollten Sie vor diesem Schritt eine "
+#~ "Sicherungskopie\n"
+#~ "Ihrer Daten auf einem anderem Medium als der zu verändernden Festplatte\n"
+#~ "vornehmen. Sie sollten diese Variante wählen, falls Sie beide\n"
+#~ "Betriebssysteme (Microsoft Windows und Mandrakelinux) nebeneinander "
+#~ "nutzen\n"
+#~ "wollen.\n"
+#~ "\n"
+#~ " Bevor Sie sich für diese Variante entscheiden, sei hier noch einmal\n"
+#~ "betont, dass das bedeutet, Sie haben weniger Platz für Microsoft Windows\n"
+#~ "als momentan.\n"
+#~ "\n"
+#~ " * „%s“: Falls Sie alle Daten Ihrer Platte verlieren, und sie durch Ihr\n"
+#~ "neues Mandrakelinux System ersetzen wollen, wählen Sie diese "
+#~ "Schaltfläche.\n"
+#~ "Beachten Sie, dass dieser Schritt nicht rückgängig gemacht werden kann.\n"
+#~ "\n"
+#~ " !! Wenn Sie diese Variante wählen, werden alle Ihre Daten auf der "
+#~ "Platte\n"
+#~ "gelöscht! !!\n"
+#~ "\n"
+#~ " * „%s“: Bei dieser Variante werden alle Windows Partitionen gelöscht "
+#~ "und\n"
+#~ "die Platte(n) komplett neu partitioniert.\n"
+#~ "\n"
+#~ " !! Wenn Sie diese Variante wählen, werden alle Ihre Daten auf der "
+#~ "Platte\n"
+#~ "gelöscht! !!\n"
+#~ "\n"
+#~ " * „%s“: Wenn Sie Ihre Festplatte selbst von Hand partitionieren wollen,\n"
+#~ "dann können Sie diese Option wählen. Seien Sie bitte sehr sorgfältig, "
+#~ "wenn\n"
+#~ "Sie diese Lösung wählen, da Sie zwar alle möglichen Einstellungen\n"
+#~ "vornehmen, aber gleichzeitig auch sehr leicht Daten verlieren können. "
+#~ "Diese\n"
+#~ "Option ist nur geeignet, wenn Sie wissen, was Sie tun. Um zu erfahren, "
+#~ "wie\n"
+#~ "Sie DiskDrake verwenden können, lesen Sie bitte das Kapitel „Ihre\n"
+#~ "Partitionen verwalten„ im „Starter Handbuch“\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"
+#~ "dürfen. Diese Regelung stammt noch aus der Zeit, als Politiker nur\n"
+#~ "proprietäre kommerzielle BSe kannten und sich nicht vorstellen konnten,\n"
+#~ "dass es freie und sogar kostenlose Alternativen gibt. Jeder Käufer eines\n"
+#~ "Komplettrechners ohne BS wurde quasi mit einem Raubkopierer von "
+#~ "Produkten\n"
+#~ "aus Redmond gleichgesetzt."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "There you are. Installation is now complete and your GNU/Linux system is\n"
+#~ "ready to use. Just click \"%s\" to reboot the system. Don't forget to\n"
+#~ "remove the installation media (CD-ROM or floppy). The first thing you\n"
+#~ "should see after your computer has finished doing its hardware tests is "
+#~ "the\n"
+#~ "bootloader menu, giving you the choice of which operating system to "
+#~ "start.\n"
+#~ "\n"
+#~ "The \"%s\" button shows two more buttons to:\n"
+#~ "\n"
+#~ " * \"%s\": to create an installation floppy disk that will automatically\n"
+#~ "perform a whole installation without the help of an operator, similar to\n"
+#~ "the installation you just configured.\n"
+#~ "\n"
+#~ " Note that two different options are available after clicking the "
+#~ "button:\n"
+#~ "\n"
+#~ " * \"%s\". This is a partially automated installation. The "
+#~ "partitioning\n"
+#~ "step is the only interactive procedure.\n"
+#~ "\n"
+#~ " * \"%s\". Fully automated installation: the hard disk is completely\n"
+#~ "rewritten, all data is lost.\n"
+#~ "\n"
+#~ " This feature is very handy when installing a number of similar "
+#~ "machines.\n"
+#~ "See the Auto install section on our web site for more information.\n"
+#~ "\n"
+#~ " * \"%s\": saves a list of the packages selected in this installation. "
+#~ "To\n"
+#~ "use this selection with another installation, insert the floppy and "
+#~ "start\n"
+#~ "the installation. At the prompt, press the [F1] key and type >>linux\n"
+#~ "defcfg=\"floppy\" <<."
+#~ msgstr ""
+#~ "Nun ist es soweit, die Installation ist abgeschlossen und Ihr neues\n"
+#~ "Betriebssystem sollte einsatzbereit sein. Bei einem Neustart können Sie\n"
+#~ "zwischen den auf Ihrer Platte installierten Betriebssystemen auswählen.\n"
+#~ "Klicken Sie nur noch auf „%s“ und das System wird neu gestartet.\n"
+#~ "\n"
+#~ "Die Schaltfläche „%s“ liefert zwei weitere Schaltflächen:\n"
+#~ "\n"
+#~ " * „%s“: Hiermit können Sie eine Installationsdiskette erstellen, mit "
+#~ "deren\n"
+#~ "Hilfe Sie eine identische automatische Installation ohne Interaktion "
+#~ "eines\n"
+#~ "Administrators durchzuführen können.\n"
+#~ "\n"
+#~ " Es gibt zwei verschiedene Alternativen, nachdem Sie diese "
+#~ "Schaltfläche\n"
+#~ "aktiviert haben:\n"
+#~ "\n"
+#~ " * „%s“: Diese Installation ist nur teilweise automatisch, da der\n"
+#~ "Partitionierungsschritt (aber nur dieser!) immer noch interaktiv "
+#~ "vonstatten\n"
+#~ "geht.\n"
+#~ "\n"
+#~ " * „%s“: Vollautomatische Installation: Die Festplatte wird "
+#~ "vollständig\n"
+#~ "reorganisiert. Alle darauf vorhandenen Daten gehen verloren!\n"
+#~ "\n"
+#~ " Diese Funktion ist besonders nützlich, wenn man eine Menge von\n"
+#~ "identischer Rechner einrichten will. Weitere Informationen erhalten Sie\n"
+#~ "auch auf der Seite Auto install\n"
+#~ "\n"
+#~ " * „%s“: Sie speichern damit die Paketauswahl, die Sie vorher getroffen\n"
+#~ "haben. Wenn Sie später eine erneute Installation vornehmen wollen, legen\n"
+#~ "Sie einfach die Diskette ins Laufwerk und starten Sie die Installation\n"
+#~ "mittels [F1] an der ersten Eingabeaufforderung. Geben Sie dann »linux\n"
+#~ "defcfg=\"floppy\"« ein."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "Any partitions that have been newly defined must be formatted for use\n"
+#~ "(formatting means creating a file system).\n"
+#~ "\n"
+#~ "At this time, you may wish to reformat some already existing partitions "
+#~ "to\n"
+#~ "erase any data they contain. If you wish to do that, please select those\n"
+#~ "partitions as well.\n"
+#~ "\n"
+#~ "Please note that it is not necessary to reformat all pre-existing\n"
+#~ "partitions. You must reformat the partitions containing the operating\n"
+#~ "system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
+#~ "reformat partitions containing data that you wish to keep (typically\n"
+#~ "\"/home\").\n"
+#~ "\n"
+#~ "Please be careful when selecting partitions. After formatting, all data "
+#~ "on\n"
+#~ "the selected partitions will be deleted and you will not be able to "
+#~ "recover\n"
+#~ "it.\n"
+#~ "\n"
+#~ "Click on \"%s\" when you are ready to format the partitions.\n"
+#~ "\n"
+#~ "Click on \"%s\" if you want to choose another partition for your new\n"
+#~ "Mandrakelinux operating system installation.\n"
+#~ "\n"
+#~ "Click on \"%s\" if you wish to select partitions that will be checked "
+#~ "for\n"
+#~ "bad blocks on the disk."
+#~ msgstr ""
+#~ "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"
+#~ "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 nicht alle Partitionen neu formatiert werden "
+#~ "müssen.\n"
+#~ "Sie sollten normalerweise nur die Partitionen neu formatieren, die\n"
+#~ "Systemdateien, jedoch keine Privatdaten enthalten (etwa „/“, „/usr“ oder\n"
+#~ "„/var“). Partitionen wie etwa „/home“ sollten Sie normalerweise nicht "
+#~ "neu\n"
+#~ "formatieren.\n"
+#~ "\n"
+#~ "Seien Sie sorgfältig bei der Auswahl der Partitionen. Nach dem "
+#~ "Formatieren\n"
+#~ "sind alle zuvor darauf existierenden Daten unwiederbringlich verloren.\n"
+#~ "\n"
+#~ "Wenn Sie alle Einstellungen vorgenommen haben, betätigen Sie die\n"
+#~ "Schaltfläche „%s“, um mit dem Formatieren der Partitionen zu beginnen.\n"
+#~ "\n"
+#~ "Betätigen Sie „%s“, wenn Sie eine andere Partition für Ihr neues "
+#~ "Mandrake\n"
+#~ "Linux vorgesehen haben.\n"
+#~ "\n"
+#~ "Betätigen Sie die Schaltfläche „%s“, falls Sie Partitionen auf defekte\n"
+#~ "Blöcke untersuchen wollen."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "At the time you are installing Mandrakelinux, it is likely that some\n"
+#~ "packages will have been updated since the initial release. Bugs may have\n"
+#~ "been fixed, security issues resolved. To allow you to benefit from these\n"
+#~ "updates, you are now able to download them from the Internet. Check \"%s"
+#~ "\"\n"
+#~ "if you have a working Internet connection, or \"%s\" if you prefer to\n"
+#~ "install updated packages later.\n"
+#~ "\n"
+#~ "Choosing \"%s\" will display a list of places from which updates can be\n"
+#~ "retrieved. You should choose one near to you. A package-selection tree "
+#~ "will\n"
+#~ "appear: review the selection, and press \"%s\" to retrieve and install "
+#~ "the\n"
+#~ "selected package(s), or \"%s\" to abort."
+#~ msgstr ""
+#~ "Es ist sehr wahrscheinlich, dass zum Zeitpunkt Ihrer Mandrakelinux\n"
+#~ "Installation bereits einige Pakete aktualisiert wurden, etwa da noch "
+#~ "Fehler\n"
+#~ "entdeckt und beseitigt wurden oder da in Paketen Sicherheitslücken "
+#~ "entdeckt\n"
+#~ "wurden, für die bereits Lösungen existieren. Um von diesen "
+#~ "aktualisierten\n"
+#~ "Paketen Gebrauch zu machen, wird Ihnen nun angeboten, diese aus dem\n"
+#~ "Internet nachzuladen. Betätigen Sie die Schaltfläche „%s“, wenn Sie "
+#~ "einen\n"
+#~ "Internetzugang haben, um die Pakete zu installieren, andernfalls "
+#~ "betätigen\n"
+#~ "Sie die Schaltfläche „%s“. Sie können diese Pakete natürlich auch "
+#~ "jederzeit\n"
+#~ "nach der Installation noch installieren.\n"
+#~ "\n"
+#~ "Betätigen der Schaltfläche „%s“ zeigt Ihnen eine Liste von Servern, von\n"
+#~ "denen Sie die Aktualisierungen herunterladen können. Wählen Sie einen in\n"
+#~ "Ihrer Nähe. Sie erhalten dann einen Paketauswahldialog: Kontrollieren "
+#~ "Sie\n"
+#~ "die Auswahl und bestätigen Sie diese durch Betätigen von „%s“. Die "
+#~ "Pakete\n"
+#~ "werden nun angefordert und installiert. Sollten Sie das nicht wünschen,\n"
+#~ "betätigen Sie einfach die Schaltfläche „%s“."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "At this point, DrakX will allow you to choose the security level desired\n"
+#~ "for the machine. As a rule of thumb, the security level should be set\n"
+#~ "higher if the machine will contain crucial data, or if it will be a "
+#~ "machine\n"
+#~ "directly exposed to the Internet. The trade-off of a higher security "
+#~ "level\n"
+#~ "is generally obtained at the expense of ease of use.\n"
+#~ "\n"
+#~ "If you do not know what to choose, stay with the default option. You "
+#~ "will\n"
+#~ "be able to change that security level later with tool draksec from the\n"
+#~ "Mandrake Control Center.\n"
+#~ "\n"
+#~ "The \"%s\" field can inform the system of the user on this computer who\n"
+#~ "will be responsible for security. Security messages will be sent to that\n"
+#~ "address."
+#~ msgstr ""
+#~ "Nun ist es an der Zeit, die gewünschte Sicherheitsebene für Ihr System\n"
+#~ "festzulegen. Als Faustregel sollte hier dienen: Je zugänglicher die\n"
+#~ "Maschine ist und je kritischer die auf ihr gesicherten Daten sind, desto\n"
+#~ "höher sollte die Sicherheitsebene sein. Andererseits geht die gewonnene\n"
+#~ "Sicherheit zulasten der Benutzerfreundlichkeit und Einfachheit, mit der\n"
+#~ "gewisse Befehle/Abläufe durchgeführt werden können.\n"
+#~ "\n"
+#~ "Sollten Sie sich an dieser Stelle nicht sicher sein, so behalten Sie die\n"
+#~ "Standardeinstellung bei. Sie können die Ebene später noch mittels "
+#~ "draksec\n"
+#~ "im Mandrake Control Center anpassen.\n"
+#~ "\n"
+#~ "Das Feld „%s“ dient dazu, dem System mitzuteilen, wer für die Sicherheit\n"
+#~ "dieses Rechners verantwortlich ist. An dieses Kennzeichen/diese E-Mail\n"
+#~ "Adresse werden sicherheitsrelevante Informationen per E-Mail versandt."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "\"%s\": check the current country selection. If you are not in this\n"
+#~ "country, click on the \"%s\" button and choose another one. If your "
+#~ "country\n"
+#~ "is not in the first list shown, click the \"%s\" button to get the "
+#~ "complete\n"
+#~ "country list."
+#~ msgstr ""
+#~ "„%s“: Kontrollieren Sie, ob die Auswahl des Staates, in dem Sie sich\n"
+#~ "befinden korrekt ist. Falls nicht, betätigen Sie bitte die Schaltfläche\n"
+#~ "„%s“ und wählen Sie den richtigen. Ist Ihr Staat nicht in der Liste, die\n"
+#~ "Sie gezeigt bekommen, können Sie über die Schaltfläche „%s“ eine\n"
+#~ "vollständigere Liste erzwingen."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "This step is activated only if an existing GNU/Linux partition has been\n"
+#~ "found on your machine.\n"
+#~ "\n"
+#~ "DrakX now needs to know if you want to perform a new install or an "
+#~ "upgrade\n"
+#~ "of an existing Mandrakelinux system:\n"
+#~ "\n"
+#~ " * \"%s\": For the most part, this completely wipes out the old system. "
+#~ "If\n"
+#~ "you wish to change how your hard drives are partitioned, or change the "
+#~ "file\n"
+#~ "system, you should use this option. However, depending on your "
+#~ "partitioning\n"
+#~ "scheme, you can prevent some of your existing data from being over-"
+#~ "written.\n"
+#~ "\n"
+#~ " * \"%s\": this installation class allows you to update the packages\n"
+#~ "currently installed on your Mandrakelinux system. Your current\n"
+#~ "partitioning scheme and user data is not altered. Most of other\n"
+#~ "configuration steps remain available, similar to a standard "
+#~ "installation.\n"
+#~ "\n"
+#~ "Using the ``Upgrade'' option should work fine on Mandrakelinux systems\n"
+#~ "running version \"8.1\" or later. Performing an Upgrade on versions "
+#~ "prior\n"
+#~ "to Mandrakelinux version \"8.1\" is not recommended."
+#~ msgstr ""
+#~ "Dieser Schritt wird nur aufgerufen, wenn mindestens eine GNU/Linux\n"
+#~ "Partition auf Ihren Festplatten gefunden wird.\n"
+#~ "\n"
+#~ "DrakX fragt Sie nun nach der gewünschten Installationsart. Sie haben die\n"
+#~ "Wahl zwischen einer Aktualisierung einer bereits vorhandenen Mandrake\n"
+#~ "Linux-Version oder einer kompletten Neuinstallation:\n"
+#~ "\n"
+#~ " * „%s“: Entfernt komplett ältere Versionen von Mandrakelinux, die noch\n"
+#~ "installiert sind - um genau zu sein, können Sie je nach aktuellem Inhalt\n"
+#~ "Ihrer Platte auch einige ältere Linux- oder anderweitige Partitionen\n"
+#~ "unangetastet behalten.\n"
+#~ "\n"
+#~ " * „%s“: Mit dieser Variante können Sie eine existierende Mandrakelinux\n"
+#~ "Version aktualisieren. Die Partitionstabellen sowie die persönlichen\n"
+#~ "Verzeichnisse der Anwender bleiben erhalten. Alle anderen\n"
+#~ "Installationsschritte werden wie bei einer Installation ausgeführt.\n"
+#~ "\n"
+#~ "Aktualisierungen von Mandrakelinux „8.1“ oder neueren Systemen sollten\n"
+#~ "problemlos funktionieren. Ältere Versionen von Mandrakelinux sollten Sie\n"
+#~ "nicht zu aktualisieren versuchen."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "Depending on the language you chose in section , DrakX will "
+#~ "automatically\n"
+#~ "select a particular type of keyboard configuration. Check that the\n"
+#~ "selection suits you or choose another keyboard layout.\n"
+#~ "\n"
+#~ "Also, you may not have a keyboard that corresponds exactly to your\n"
+#~ "language: for example, if you are an English-speaking Swiss native, you "
+#~ "may\n"
+#~ "have a Swiss keyboard. Or if you speak English and are located in "
+#~ "Quebec,\n"
+#~ "you may find yourself in the same situation where your native language "
+#~ "and\n"
+#~ "country-set keyboard do not match. In either case, this installation "
+#~ "step\n"
+#~ "will allow you to select an appropriate keyboard from a list.\n"
+#~ "\n"
+#~ "Click on the \"%s\" button to be presented with the complete list of\n"
+#~ "supported keyboards.\n"
+#~ "\n"
+#~ "If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+#~ "dialog will allow you to choose the key binding that will switch the\n"
+#~ "keyboard between the Latin and non-Latin layouts."
+#~ msgstr ""
+#~ "DrakX sucht aufgrund Ihrer Sprachauswahl das für Sie passende\n"
+#~ "Tastaturlayout aus.\n"
+#~ "\n"
+#~ "Möglicherweise haben Sie jedoch eine Tastatur, die nicht dieser "
+#~ "Einstellung\n"
+#~ "entspricht: wenn Sie beispielsweise in der Schweiz eine deutsche "
+#~ "Tastatur\n"
+#~ "verwenden wollen oder wenn Sie in Québec (dem französischsprachigen Teil\n"
+#~ "Kanadas) eine französischsprachige Tastatur besitzen. Wählen Sie einfach\n"
+#~ "ein passendes Layout aus der Liste.\n"
+#~ "\n"
+#~ "Sollten Sie eine andere als die zur gewählten Sprache gehörende Tastatur\n"
+#~ "verwenden wollen, wählen Sie die Schaltfläche „%s“. Sie erhalten dann "
+#~ "eine\n"
+#~ "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/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "Your choice of preferred language will affect the language of the\n"
+#~ "documentation, the installer and the system in general. Select first the\n"
+#~ "region you are located in, and then the language you speak.\n"
+#~ "\n"
+#~ "Clicking on the \"%s\" button will allow you to select other languages "
+#~ "to\n"
+#~ "be installed on your workstation, thereby installing the language-"
+#~ "specific\n"
+#~ "files for system documentation and applications. For example, if you "
+#~ "will\n"
+#~ "host users from Spain on your machine, select English as the default\n"
+#~ "language in the tree view and \"%s\" in the Advanced section.\n"
+#~ "\n"
+#~ "About UTF-8 (unicode) support: Unicode is a new character encoding meant "
+#~ "to\n"
+#~ "cover all existing languages. Though full support for it in GNU/Linux is\n"
+#~ "still under development. For that reason, Mandrakelinux will be using it\n"
+#~ "or not depending on the user choices:\n"
+#~ "\n"
+#~ " * If you choose a languages with a strong legacy encoding (latin1\n"
+#~ "languages, Russian, Japanese, Chinese, Korean, Thai, Greek, Turkish, "
+#~ "most\n"
+#~ "iso-8859-2 languages), the legacy encoding will be used by default;\n"
+#~ "\n"
+#~ " * Other languages will use unicode by default;\n"
+#~ "\n"
+#~ " * If two or more languages are required, and those languages are not "
+#~ "using\n"
+#~ "the same encoding, then unicode will be used for the whole system;\n"
+#~ "\n"
+#~ " * Finally, unicode can also be forced for the system at user request by\n"
+#~ "selecting option \"%s\" independently of which language(s) have been\n"
+#~ "chosen.\n"
+#~ "\n"
+#~ "Note that you're not limited to choosing a single additional language. "
+#~ "You\n"
+#~ "may choose several ones, or even install them all by selecting the \"%s"
+#~ "\"\n"
+#~ "box. Selecting support for a language means translations, fonts, spell\n"
+#~ "checkers, etc. for that language will also be installed.\n"
+#~ "\n"
+#~ "To switch between the various languages installed on the system, you can\n"
+#~ "launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+#~ "language used by the entire system. Running the command as a regular "
+#~ "user\n"
+#~ "will only change the language settings for that particular user."
+#~ msgstr ""
+#~ "Wählen Sie Ihre bevorzugte Sprache für den Installationsvorgang und\n"
+#~ "Systemlaufzeit. Wählen Sie zuerst die Region, in der Sie sich befinden,\n"
+#~ "anschließend die Sprache, die Sie sprechen.\n"
+#~ "\n"
+#~ "Durch Betätigen der Schaltfläche „%s“ erhalten Sie die Möglichkeit, "
+#~ "weitere\n"
+#~ "Sprachen auf Ihrem Rechner zu installieren, um diese später verwenden zu\n"
+#~ "können. Wollen Sie etwa Spaniern muttersprachlichen Zugang zu Ihrem "
+#~ "System\n"
+#~ "erlauben, wählen Sie Deutsch als Hauptsprache in der Liste und im\n"
+#~ "Fortgeschrittenen-Bereich „%s“.\n"
+#~ "\n"
+#~ "Über UTF-8 (Unicode) Unterstützung: Unicode ist ein Zeichenkodierung, "
+#~ "die\n"
+#~ "die existierenden Kodierungen ablösen soll und die Zeichen aller\n"
+#~ "existierender Sprachen beinhalten. Komplette Unterstützung in GNU/Linux "
+#~ "ist\n"
+#~ "leider immer noch nicht gegeben. Daher verwendet Mandrakelinux diese\n"
+#~ "Kodierung je nach Wahl des Anwenders:\n"
+#~ "\n"
+#~ " * Falls Sie eine Sprache nutzen, die eine gut unterstütztes Kodierung\n"
+#~ "verwendet (Sprachen mit Lateinischen Zeichen, Russisch, Griechisch,\n"
+#~ "Japanisch, Chinesisch, Koreanisch, Thailändisch), wird standardmäßig das\n"
+#~ "klassische Kodierung beibehalten;\n"
+#~ "\n"
+#~ " * Alle anderen Sprachen verwenden standardmäßig Unicode;\n"
+#~ "\n"
+#~ " * Fall Sie zwei oder mehr Sprachen verwenden wollen, die "
+#~ "unterschiedliche\n"
+#~ "klassische Kodierungen verwenden, wird ebenfalls Unicode verwendet;\n"
+#~ "\n"
+#~ " * Schlussendlich kann Unicode vom Anwender auch für Sprachen mit\n"
+#~ "klassischer Kodierung ausgewählt werden, indem er den Punkt „%s“ "
+#~ "markiert.\n"
+#~ "\n"
+#~ "Sie sind nicht auf eine weitere Sprache begrenzt. Sie können so viele\n"
+#~ "auswählen, wie Sie wollen, ja sogar alle, indem Sie die Schaltfläche „%"
+#~ "s“\n"
+#~ "verwenden. Das Auswählen einer Sprache beeinflusst die installierten\n"
+#~ "Übersetzungen der Programme, Schriften, Rechtschreibkorrekturen, etc.\n"
+#~ "\n"
+#~ "Um die Spracheinstellungen des ganzen Systems zwischen verschiedenen\n"
+#~ "Sprachen umzuschalten, starten Sie einfach „/usr/sbin/localedrake“ unter\n"
+#~ "dem privilegierten Kennzeichen „root“. Wollen Sie die Einstellungen nur "
+#~ "für\n"
+#~ "ein Kennzeichen ändern starten Sie den selben Befehl mit eben diesem\n"
+#~ "Kennzeichen."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "This dialog allows you to fine tune your bootloader:\n"
+#~ "\n"
+#~ " * \"%s\": there are three choices for your bootloader:\n"
+#~ "\n"
+#~ " * \"%s\": if you prefer GRUB (text menu).\n"
+#~ "\n"
+#~ " * \"%s\": if you prefer LILO with its text menu interface.\n"
+#~ "\n"
+#~ " * \"%s\": if you prefer LILO with its graphical interface.\n"
+#~ "\n"
+#~ " * \"%s\": in most cases, you will not change the default (\"%s\"), but "
+#~ "if\n"
+#~ "you prefer, the bootloader can be installed on the second hard drive\n"
+#~ "(\"%s\"), or even on a floppy disk (\"%s\");\n"
+#~ "\n"
+#~ " * \"%s\": after a boot or a reboot of the computer, this is the delay\n"
+#~ "given to the user at the console to select a boot entry other than the\n"
+#~ "default.\n"
+#~ "\n"
+#~ " * \"%s\": ACPI is a new standard (appeared during year 2002) for power\n"
+#~ "management, notably for laptops. If you know your hardware supports it "
+#~ "and\n"
+#~ "you need it, check this box.\n"
+#~ "\n"
+#~ " * \"%s\": If you noticed hardware problems on your machine (IRQ "
+#~ "conflicts,\n"
+#~ "instabilities, machine freeze, ...) you should try disabling APIC by\n"
+#~ "checking this box.\n"
+#~ "\n"
+#~ "!! Be aware that if you choose not to install a bootloader (by selecting\n"
+#~ "\"%s\"), you must ensure that you have a way to boot your Mandrakelinux\n"
+#~ "system! Be sure you know what you are doing before changing any of the\n"
+#~ "options. !!\n"
+#~ "\n"
+#~ "Clicking the \"%s\" button in this dialog will offer advanced options "
+#~ "which\n"
+#~ "are normally reserved for the expert user."
+#~ msgstr ""
+#~ "DrakX bietet Ihnen einen Dialog mit verschiedenen Auswahlmöglichkeiten.\n"
+#~ "\n"
+#~ " * „%s“: Hier erhalten Sie drei Alternativen:\n"
+#~ "\n"
+#~ " * „%s“: Falls Sie GRUB (Textmenü) bevorzugen.\n"
+#~ "\n"
+#~ " * „%s“: Falls Sie LILO mit Textmenü als Ihren Favoriten ansehen.\n"
+#~ "\n"
+#~ " * „%s“: Falls Sie LILO mit seiner grafischen Oberfläche bevorzugen.\n"
+#~ "\n"
+#~ " * „%s“: Normalerweise müssen Sie hier nichts ändern („%s“), Sie könnten\n"
+#~ "jedoch den Starter auch auf der zweiten Platte installieren, („%s“) oder\n"
+#~ "sogar auf einer Diskette („%s“).\n"
+#~ "\n"
+#~ " * „%s“: Wenn Sie Ihren Rechner neu starten erhalten Sie im Menü der zur\n"
+#~ "Verfügung stehenden BSe eine gewisse Zeit um auszuwählen, was Sie "
+#~ "starten\n"
+#~ "möchten. Sollten Sie während dieser Zeit keine Wahl getroffen haben, "
+#~ "wird\n"
+#~ "Ihr Standard-BS gestartet.\n"
+#~ "\n"
+#~ " * „%s“: ACPI ist ein neuer Standard für die Energieverwaltung (im Jahr\n"
+#~ "2002 eingeführt), ursprünglich für Laptops vorgesehen. Falls Sie wissen,\n"
+#~ "dass Ihre Hardware dieses Protokoll unterstützt, markieren Sie einfach\n"
+#~ "dieses Feld.\n"
+#~ "\n"
+#~ " * „%s“: Falls Sie Hardwareprobleme bei Ihrem Rechner haben (IRQ "
+#~ "Konflikte,\n"
+#~ "Instabilitäten, Stehenbleiben des kompletten Systems, ...) sollten Sie\n"
+#~ "versuchen, APIC zu deaktivieren, indem Sie diese Markierung löschen.\n"
+#~ "\n"
+#~ "!! Machen Sie sich klar, dass Sie sich selbst darum kümmern müssen,\n"
+#~ "irgendwie Ihr Mandrakelinux-System zu starten, wenn Sie hier keinen\n"
+#~ "Betriebssystemstarter installieren (durch Auswahl von „%s“). Stellen Sie\n"
+#~ "auch sicher, dass Sie wissen was Sie tun, wenn Sie hier Einstellungen\n"
+#~ "verändern ... !!\n"
+#~ "\n"
+#~ "Durch wählen der Schaltfläche „%s“ erhalten Sie etliche Optionen, die "
+#~ "dem\n"
+#~ "fortgeschrittenen Anwender vorbehalten bleiben."
+
+#~ msgid "GRUB"
+#~ msgstr "GRUB"
+
+#~ msgid "/dev/hda"
+#~ msgstr "/dev/hda"
+
+#~ msgid "/dev/hdb"
+#~ msgstr "/dev/hdb"
+
+#~ msgid "/dev/fd0"
+#~ msgstr "/dev/fd0"
+
+#~ msgid "Delay before booting the default image"
+#~ msgstr "Wartezeit vor dem Starten des Standard-Betriebssystems"
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "After you have configured the general bootloader parameters, the list of\n"
+#~ "boot options that will be available at boot time will be displayed.\n"
+#~ "\n"
+#~ "If there are other operating systems installed on your machine they will\n"
+#~ "automatically be added to the boot menu. You can fine-tune the existing\n"
+#~ "options by clicking \"%s\" to create a new entry; selecting an entry and\n"
+#~ "clicking \"%s\" or \"%s\" to modify or remove it. \"%s\" validates your\n"
+#~ "changes.\n"
+#~ "\n"
+#~ "You may also not want to give access to these other operating systems to\n"
+#~ "anyone who goes to the console and reboots the machine. You can delete "
+#~ "the\n"
+#~ "corresponding entries for the operating systems to remove them from the\n"
+#~ "bootloader menu, but you will need a boot disk in order to boot those "
+#~ "other\n"
+#~ "operating systems!"
+#~ msgstr ""
+#~ "Nachdem Sie die allgemeinen BS-Starter Parameter eingestellt haben,\n"
+#~ "bekommen Sie die Liste möglicher Betriebssystemalternativen für das\n"
+#~ "Startmenü gezeigt.\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 „%s“, um ihn anzupassen oder zu löschen;\n"
+#~ "„%s“ erzeugt einen neuen Eintrag; „%s“ löcht den markierten Eintrag und\n"
+#~ "„%s“ bringt Sie zum nächsten Installationsschritt.\n"
+#~ "\n"
+#~ "Möglicherweise wollen Sie auch nicht, dass andere Anwender Zugriff 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 Systeme erreichen zu können!"
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "LILO and GRUB are GNU/Linux bootloaders. Normally, this stage is totally\n"
+#~ "automated. DrakX will analyze the disk boot sector and act according to\n"
+#~ "what it finds there:\n"
+#~ "\n"
+#~ " * if a Windows boot sector is found, it will replace it with a GRUB/"
+#~ "LILO\n"
+#~ "boot sector. This way you will be able to load either GNU/Linux or any\n"
+#~ "other OS installed on your machine.\n"
+#~ "\n"
+#~ " * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
+#~ "one.\n"
+#~ "\n"
+#~ "If it cannot make a determination, DrakX will ask you where to place the\n"
+#~ "bootloader. Generally, the \"%s\" is the safest place. Choosing \"%s\"\n"
+#~ "won't install any bootloader. Use it only if you know what you are doing."
+#~ msgstr ""
+#~ "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 Maßnahmen:\n"
+#~ "\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 GNU/Linux auszuwählen;\n"
+#~ "\n"
+#~ " * Findet DrakX einen Linux-Bootsektor vor, ersetzt es ihn durch einen\n"
+#~ "neuen;\n"
+#~ "\n"
+#~ "Falls DrakX nicht weiß, wo der Betriebssystemstarter installiert werden\n"
+#~ "soll, wird es Sie um Ihre Meinung bitten. Normalerweise sollte die\n"
+#~ "Installation auf dem „%s“ erfolgen. Durch Auswahl von „%s“ wird "
+#~ "überhaupt\n"
+#~ "kein Starter installiert. Verwenden Sie diese Möglichkeit nur, wenn Sie\n"
+#~ "genau wissen was Sie tun."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "\"%s\": if a sound card is detected on your system, it is displayed "
+#~ "here.\n"
+#~ "If you notice the sound card displayed is not the one that is actually\n"
+#~ "present on your system, you can click on the button and choose another\n"
+#~ "driver."
+#~ msgstr ""
+#~ "„%s“: Falls eine Soundkarte in Ihrem Rechner gefunden wurde, wird sie "
+#~ "hier\n"
+#~ "angezeigt. Sollte die von DrakX getroffene Auswahl nicht korrekt sein,\n"
+#~ "betätigen Sie einfach die Schaltfläche, um sie zu korrigieren."
+
+#~ msgid ""
+#~ "No ethernet network adapter has been detected on your system.\n"
+#~ "I cannot set up this connection type."
+#~ msgstr ""
+#~ "Ich habe keine Ethernet-Netzwerkkarte finden können, daher kann dieser "
+#~ "Verbindungstyp nicht konfiguriert werden."
+
+#~ msgid ""
+#~ "Please choose which network adapter you want to use to connect to "
+#~ "Internet."
+#~ msgstr ""
+#~ "Bitte wählen Sie, über welches Netzwerkgerät Sie die \n"
+#~ "Internetverbindung herstellen wollen."
+
+#~ msgid ""
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on %s\n"
+#~ " where you'll find a form to fill in. The information displayed above "
+#~ "will be \n"
+#~ "transferred to that server."
+#~ msgstr ""
+#~ "Um eine Fehlermeldung zu übertragen klicken Sie auf den Knopf "
+#~ "„Berichten“.\n"
+#~ "Dies wird ein Webbrowser-Fenster %s öffnen\n"
+#~ "wo sie das Forumlar ausfüllen müssen. Die oben dargestellten "
+#~ "Informationen werden\n"
+#~ "auf den Server übertragen werden."
+
+#~ msgid ""
+#~ "To submit a bug report, click the report button, which will open your "
+#~ "default browser\n"
+#~ "to Anthill where you will be able to upload the above information as a "
+#~ "bug report."
+#~ msgstr ""
+#~ "Um eine Fehlermeldung zu übertragen klicken Sie auf den Berichten-Button, "
+#~ "der Ihren\n"
+#~ "voreingestellten Browser öffnen wird und die Seite von Anthill anzeigt. "
+#~ "Dort können Sie\n"
+#~ "die obigen Informationen als Fehlermeldung berichten."
+
+#~ msgid ""
+#~ "Here, you can setup the security level and administrator of your "
+#~ "machine.\n"
+#~ "\n"
+#~ "\n"
+#~ "The Security Administrator is the one who will receive security alerts if "
+#~ "the\n"
+#~ "'Security Alerts' option is set. It can be a username or an email.\n"
+#~ "\n"
+#~ "\n"
+#~ "The Security Level menu allows you to select one of the six preconfigured "
+#~ "security levels\n"
+#~ "provided with msec. These levels range from poor security and ease of "
+#~ "use, to\n"
+#~ "paranoid config, suitable for very sensitive server applications:\n"
+#~ "\n"
+#~ "\n"
+#~ "<span foreground=\"royalblue3\">Poor</span>: This is a totally unsafe but "
+#~ "very\n"
+#~ "easy to use security level. It should only be used for machines not "
+#~ "connected to\n"
+#~ "any network and that are not accessible to everybody.\n"
+#~ "\n"
+#~ "\n"
+#~ "<span foreground=\"royalblue3\">Standard</span>: This is the standard "
+#~ "security\n"
+#~ "recommended for a computer that will be used to connect to the Internet "
+#~ "as a\n"
+#~ "client.\n"
+#~ "\n"
+#~ "\n"
+#~ "<span foreground=\"royalblue3\">High</span>: There are already some\n"
+#~ "restrictions, and more automatic checks are run every night.\n"
+#~ "\n"
+#~ "\n"
+#~ "<span foreground=\"royalblue3\">Higher</span>: The security is now high "
+#~ "enough\n"
+#~ "to use the system as a server which can accept connections from many "
+#~ "clients. If\n"
+#~ "your machine is only a client on the Internet, you should choose a lower "
+#~ "level.\n"
+#~ "\n"
+#~ "\n"
+#~ "<span foreground=\"royalblue3\">Paranoid</span>: This is similar to the "
+#~ "previous\n"
+#~ "level, but the system is entirely closed and security features are at "
+#~ "their\n"
+#~ "maximum"
+#~ msgstr ""
+#~ "Hier können Sie die Sicherheitstsstufe und den Administrator ihres "
+#~ "Computers festlegen\n"
+#~ "\n"
+#~ "\n"
+#~ "Der Sicherheits Administrator ist derjenige, der Sicherheits Alarme "
+#~ "erhält\n"
+#~ "wenn die Sicherheits Alarm Option ausgewählt wurde. Das kann in Form "
+#~ "eines\n"
+#~ "Benutzernamens oder einer Emailadresse festgelegt werden.\n"
+#~ "\n"
+#~ "\n"
+#~ "Das Sicherheitsstufen Menü gibt Ihnen die Wahl zwischen sechs "
+#~ "vordefinierten Sicherheitsstufen\n"
+#~ "Diese Stufen reichen von schwacher Sicherheit mit einfacher Benutzung, "
+#~ "bis\n"
+#~ "Paranoider Einstellung, passend für sensible Server Anwendungen:\n"
+#~ "\n"
+#~ "\n"
+#~ "<span foreground=\"royalblue3\">Schwach</span>: Dies ist eine total "
+#~ "unsichere, aber einfach\n"
+#~ "zu nutzende Sicherheitstufe. Sie sollte nur für Rechner verwendet werden, "
+#~ "die nicht mit einem\n"
+#~ "Netzwerk verbunden sind und auf die nicht jeder Zugriff hat.\n"
+#~ "\n"
+#~ "\n"
+#~ "<span foreground=\"royalblue3\">Standard</span>: Dies ist die Standard "
+#~ "Sicherheitsstufe\n"
+#~ "empfohlen für Rechner, die als Client mit dem Internet verbunden\n"
+#~ "sind.\n"
+#~ "\n"
+#~ "\n"
+#~ "<span foreground=\"royalblue3\">Hoch</span>: Hier gibt es bereits ein "
+#~ "paar\n"
+#~ "Einschränkungen, und mehr automatische Überprüfungen laufen jede Nacht.\n"
+#~ "\n"
+#~ "\n"
+#~ "<span foreground=\"royalblue3\">Höher</span>: Die Sicherheit ist jetzt "
+#~ "hoch genug \n"
+#~ "um das System als Server zu nutzen, der Verbindungen zu vielen Clients "
+#~ "akzeptiert. Wenn\n"
+#~ "Ihr Rechner nur als Client im Internet ist, sollten Sie eine niedrigere "
+#~ "Stufe wählen.\n"
+#~ "\n"
+#~ "\n"
+#~ "<span foreground=\"royalblue3\">Paranoid</span>: Diese Einstellung ähnelt "
+#~ "der vorherigen \n"
+#~ "Stufe, aber das System ist vollständig abgeschlossen und die "
+#~ "Sicherheitsregeln\n"
+#~ "sind auf Maximum"
+
+#~ msgid "chunk size"
+#~ msgstr "Blockgröße"
+
+#~ msgid "mkraid failed (maybe raidtools are missing?)"
+#~ msgstr "mkraid schlug fehl (Möglicherweise fehlen die RAID-Tools)"
+
+#~ msgid "mkraid failed"
+#~ msgstr "mkraid schlug fehl"
+
+#~ msgid "<b>Mandrake Control Center</b>"
+#~ msgstr "<b>Mandrake Kontrollzentrum</b>"
+
+#~ msgid ""
+#~ "The Mandrake Control Center is an essential collection of Mandrake-"
+#~ "specific utilities for simplifying the configuration of your computer."
+#~ msgstr ""
+#~ "Das Mandrakelinux-Kontrollzentrum ist eine wesentliche Sammlung der "
+#~ "Mandrakelinux-spezifischen Werkzeuge um die Einrichtung des Computers zu "
+#~ "vereinfachen."
+
+#~ msgid ""
+#~ "Find all Mandrakesoft products and services at <b>MandrakeStore</b> -- "
+#~ "our full service e-commerce platform."
+#~ msgstr ""
+#~ "Sie finden alle Mandrakesoft-Produkte und Dienstleistungen im "
+#~ "<b>MandrakeStore</b> -- unserer voll ausgestatteten E-Commerce-Plattform."
+
+#~ msgid "Become a <b>MandrakeClub</b> member!"
+#~ msgstr "Werden Sie ein <b>MandrakeClub</b>-Mitglied!"
+
+#~ msgid ""
+#~ "Take advantage of valuable benefits, products and services by joining "
+#~ "MandrakeClub, such as:"
+#~ msgstr ""
+#~ "Profitieren Sie von den wertvollen Vorteilen, Produkten und Diensten des "
+#~ "MandrakeClubs, wie etwa:"
+
+#~ msgid ""
+#~ "\t* Special download mirror list exclusively for MandrakeClub Members"
+#~ msgstr ""
+#~ "\t* Speziellle Download-Spiegelserver-Liste exklusiv für MandrakeClub-"
+#~ "Mitglieder"
+
+#~ msgid "\t* Special discounts for products and services at MandrakeStore"
+#~ msgstr ""
+#~ "\t* Spezielle Rabatte auf Produkte und Dienstleistungen im MandrakeStore"
+
+#~ msgid "\t* Find out Mandrakelinux on a bootable CD with <b>MandrakeMove</b>"
+#~ msgstr ""
+#~ "\t* Erleben Sie Mandrakelinux auf einer startfähigen CD mit "
+#~ "<b>MandrakeMove</b>"
+
+#~ msgid ""
+#~ "Find all Mandrakesoft products at <b>MandrakeStore</b> -- our full "
+#~ "service e-commerce platform."
+#~ msgstr ""
+#~ "Sie finden alle Mandrakesoft-Produkte im <b>MandrakeStore</b> -- unserer "
+#~ "voll ausgestatteten E-Commerce-Plattform."
+
+#~ msgid "<b>Become a MandrakeClub member!</b>"
+#~ msgstr "<b>Werden Sie MandrakeClub-Mitglied!</b>"
+
+#~ msgid ""
+#~ "In the Mandrakelinux menu you will find easy-to-use applications for all "
+#~ "tasks:"
+#~ msgstr ""
+#~ "Im Mandrakelinux-Menü finden Sie einfach zu bedienende Anwendungen frü "
+#~ "alle Aufgaben:"
+
+#~ msgid ""
+#~ "\t* Take charge of your personal data with the integrated personal "
+#~ "information suites: <b>Kontact</b> and <b>Evolution</b>"
+#~ msgstr ""
+#~ "\t* Pflegen Sie Ihre persönlichen Daten mit den integrierten PIM-Suiten: "
+#~ "<b>Kontact</b> und <b>Evolution</b>"
+
+#~ msgid ""
+#~ "\t* <b>XEmacs</b>: open source text editor and application development "
+#~ "system"
+#~ msgstr ""
+#~ "\t* <b>XEmacs</b>: Quelloffener Texteditor und "
+#~ "Anwendungsentwicklungssystem"
+
+#~ msgid ""
+#~ "\t* <b>Vim</b>: advanced text editor with more features than standard Vi"
+#~ msgstr ""
+#~ "\t* <b>Vim</b>: Fortgeschrittener Texteditor mit mehr Funktionen "
+#~ "gegenüber dem einfachen Vi"
+
+#~ msgid ""
+#~ "[OPTIONS] [PROGRAM_NAME]\n"
+#~ "\n"
+#~ "OPTIONS:\n"
+#~ " --help - print this help message.\n"
+#~ " --report - program should be one of mandrake tools\n"
+#~ " --incident - program should be one of mandrake tools"
+#~ msgstr ""
+#~ "[OPTIONEN] [PROGRAMMNAME]\n"
+#~ "\n"
+#~ "OPTIONEN:\n"
+#~ " --help - Asgabe dieses Hilfetextes.\n"
+#~ " --report - Name eines Mandrake-Programms.\n"
+#~ " --incident - Name eines Mandrake-Programms."
+
+#~ msgid "Mandrake Online"
+#~ msgstr "Mandrake Online"
+
+#~ msgid ""
+#~ "This is HardDrake, a Mandrake hardware configuration tool.\n"
+#~ "<span foreground=\"royalblue3\">Version:</span> %s\n"
+#~ "<span foreground=\"royalblue3\">Author:</span> Thierry Vignaud &lt;"
+#~ "tvignaud@mandrakesoft.com&gt;\n"
+#~ "\n"
+#~ msgstr ""
+#~ "HardDrake - das Mandrakelinux Hardware-Konfigurationswerkzeug.\n"
+#~ "<span foreground=\"royalblue3\">Version:</span> %s\n"
+#~ "<span foreground=\"royalblue3\">Autor:</span> Thierry Vignaud &lt;"
+#~ "tvignaud@mandrakesoft.com&gt;\n"
+#~ "\n"
+
+#~ msgid "The alert wizard had unexpectly failled:"
+#~ msgstr "Der Benachrichtungsassistent ist unerwartet fehlgeschlagen:"
+
+#~ msgid ""
+#~ "Connection failed.\n"
+#~ "Verify your configuration in the Mandrake Control Center."
+#~ msgstr ""
+#~ "Verbinden fehlgeschlagen.\n"
+#~ "Überprüfen Sie Ihre Konfiguration im Mandrake Kontrollzentrum."
+
+#~ msgid "XFree86 driver: %s\n"
+#~ msgstr "XFree86-Treiber: %s\n"
+
+#~ msgid "SILO Installation"
+#~ msgstr "SILO-Installation"
+
+#~ msgid "First sector of boot partition"
+#~ msgstr "Erster Sektor der Boot-Partition"
+
+#~ msgid "Bootloader installation"
+#~ msgstr "Installation des Bootloaders"
+
+#~ msgid "SILO"
+#~ msgstr "SILO"
+
+#~ msgid "The package %s is needed. Install it?"
+#~ msgstr "Das Paket %s wird benötigt. Soll ich es installieren?"
+
+#~ msgid "http://www.mandrakelinux.com/en/100errata.php3"
+#~ msgstr "http://www.mandrakelinux.com/en/100errata.php3"
+
+#~ msgid ""
+#~ "Some important packages didn't get installed properly.\n"
+#~ "Either your cdrom drive or your cdrom is defective.\n"
+#~ "Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*."
+#~ "rpm\"\n"
+#~ msgstr ""
+#~ "Einige wichtige Pakete wurden nicht richtig installiert. \n"
+#~ "Entweder ist Ihr CD-ROM-Laufwerk oder Ihre CD-ROM defekt. \n"
+#~ "Testen Sie die CD-ROM auf einem Linux-Rechner mittels „rpm -qpl \n"
+#~ "Mandrake/RPMS/*.rpm“\n"
+
+#~ msgid "Found %s %s interfaces"
+#~ msgstr "Schnittstelle(n) %s %s gefunden"
+
+#~ msgid "Alcatel speedtouch usb"
+#~ msgstr "Alcatel speedtouch USB"
+
+#~ msgid "Sagem (using pppoa) usb"
+#~ msgstr "Sagem-USB (verwendet pppoa)"
+
+#~ msgid "Sagem (using dhcp) usb"
+#~ msgstr "Sagem-USB (verwendet dhcp)"
+
+#~ msgid "Select a device !"
+#~ msgstr "Wählen Sie ein Gerät!"
+
+#~ msgid ""
+#~ "Enter a Zeroconf host name which will be the one that your machine will "
+#~ "get back to other machines on the network:"
+#~ msgstr ""
+#~ "Geben Sie einen Zeroconf-Hostnamen ein, den Ihr Rechner zurück bekommt "
+#~ "von anderen Rechnern im Netzwerk:"
+
+#~ msgid ""
+#~ "Your new Mandrakelinux operating system and its many applications is the "
+#~ "result of collaborative efforts between MandrakeSoft developers and "
+#~ "Mandrakelinux contributors throughout the world."
+#~ msgstr ""
+#~ "Ihr neues Mandrakelinux-Betriebssystem und dessen unzählige Anwendungen "
+#~ "ist das Ergebnis eines gemeinsamen Bestrebens zwischen MandrakeSoft-"
+#~ "Entwicklern und Mandrakelinux-Mitwirkenden auf der ganzen Welt."
+
+#~ msgid ""
+#~ "Find all MandrakeSoft products and services at <b>MandrakeStore</b> -- "
+#~ "our full service e-commerce platform."
+#~ msgstr ""
+#~ "Sie finden alle MandrakeSoft-Produkte und Dienstleistungen im "
+#~ "<b>MandrakeStore</b> -- unserer voll ausgestatteten E-Commerce-Plattform."
+
+#~ msgid ""
+#~ "Mandrakelinux is committed to the Open Source Model and fully respects "
+#~ "the General Public License. This new release is the result of "
+#~ "collaboration between MandrakeSoft's team of developers and the worldwide "
+#~ "community of Mandrakelinux contributors."
+#~ msgstr ""
+#~ "Mandrakelinux ist als OpenSource-Modell freigegeben und respektiert die "
+#~ "General-Public-Lizenz. Diese neue Version ist das Ergebnis der Bemühungen "
+#~ "zwischen dem MandrakeSoft-Entwicklerteam und der weltweiten Gemeinschaft "
+#~ "von Mitwirkenden an Mandrakelinux."
+
+#~ msgid ""
+#~ "Find all MandrakeSoft products at <b>MandrakeStore</b> -- our full "
+#~ "service e-commerce platform."
+#~ msgstr ""
+#~ "Sie finden alle MandrakeSoft-Produkte im <b>MandrakeStore</b> -- unserer "
+#~ "voll ausgestatteten E-Commerce-Plattform."
+
+#~ msgid ""
+#~ "Your new Mandrakelinux distribution and its many applications are the "
+#~ "result of collaborative efforts between MandrakeSoft developers and "
+#~ "Mandrakelinux contributors throughout the world."
+#~ msgstr ""
+#~ "Ihre neue Mandrakelinux-Distribution und die vielen Anwendungen sind das "
+#~ "Ergebnis gemeinsamer Bemühungen zwischen den MandrakeSoft-Entwicklerung "
+#~ "und den Mitgliedern der Mandrakelinux-Gemeinschaft auf der ganzen Welt."
+
+#~ msgid ""
+#~ "Your new Mandrakelinux distribution is the result of collaborative "
+#~ "efforts between MandrakeSoft developers and Mandrakelinux contributors "
+#~ "throughout the world."
+#~ msgstr ""
+#~ "Ihre neue Mandrakelinux-Distribution ist das Ergebnis gemeinsamer "
+#~ "Bemühungen zwischen den Mandrakesoft-Entwicklern und den Mitgliedern der "
+#~ "Mandrakelinux-Gemeinschaft weltweit."
+
+#~ msgid ""
+#~ "PowerPack is MandrakeSoft's premier Linux desktop product. In addition to "
+#~ "being the easiest and the most user-friendly Linux distribution, "
+#~ "PowerPack includes thousands of applications - everything from the most "
+#~ "popular to the most technical."
+#~ msgstr ""
+#~ "PowerPack ist MandrakeSofts erstklassiges Linux-Desktop-Produkt. "
+#~ "Zusätzlich dazu, die einfachste und benutzerfreundlichste Linux-"
+#~ "Distribution zu sein, beinhaltet PowerPack tausende Anwendungen -- alles "
+#~ "von sehr populär bis hoch technisiert."
+
+#~ msgid ""
+#~ "This should be a local user or email addresse that you want the backup "
+#~ "results sent to. You will need to define a functioning mail server."
+#~ msgstr ""
+#~ "Dies sollte ein lokaler Benutzer oder eine Emailadresse sein, der das "
+#~ "Ergebnis der Sicherung zugestellt wird. Sie müssen einen funktionierenden "
+#~ "Mailserver angeben."
+
+#~ msgid ""
+#~ "Copyright (C) 2001-2002 by MandrakeSoft \n"
+#~ "\n"
+#~ "\n"
+#~ " DUPONT Sebastien (original version)\n"
+#~ "\n"
+#~ " CHAUMETTE Damien <dchaumette@mandrakesoft.com>\n"
+#~ "\n"
+#~ " VIGNAUD Thierry <tvignaud@mandrakesoft.com>"
+#~ msgstr ""
+#~ "Copyright © 2001-2002 by Mandrakesoft \n"
+#~ "\n"
+#~ "\n"
+#~ " DUPONT Sebastien (Orginalversion)\n"
+#~ "\n"
+#~ " CHAUMETTE Damien <dchaumette@mandrakesoft.com>\n"
+#~ "\n"
+#~ " VIGNAUD Thierry <tvignaud@mandrakesoft.com>"
+
+#~ msgid ""
+#~ " drakhelp 0.1\n"
+#~ "Copyright (C) 2003-2004 MandrakeSoft.\n"
+#~ "This is free software and may be redistributed under the terms of the GNU "
+#~ "GPL.\n"
+#~ "\n"
+#~ "Usage: \n"
+#~ msgstr ""
+#~ " drakhelp 0.1\n"
+#~ "Copyright © 2003-2004 MandrakeSoft.\n"
+#~ "Dies ist freie Software und kann unter der den Bedingungen der GNU GPL "
+#~ "weitergegeben werden.\n"
+#~ "\n"
+#~ "Aufruf: \n"
+
+#~ msgid "ignore"
+#~ msgstr "ignorieren"
+
+#~ msgid "no"
+#~ msgstr "Nein"
+
+#~ msgid "yes"
+#~ msgstr "Ja"
+
+#~ msgid ""
+#~ "We're going to add an UPS device.\n"
+#~ "\n"
+#~ "Do you prefer autodetect UPS devices connected to this machine or ?"
+#~ msgstr ""
+#~ "Wir werden nun ein USV-Gerät hinzufügen.\n"
+#~ "\n"
+#~ "Möchten Sie nun angeschlossene USV-Geräte automatisch erkennen lassen?"
-#~ msgid "Please insert the Boot floppy used in drive %s"
-#~ msgstr "Bitte legen Sie die Startdiskette in Laufwerk %s ein."
+#~ msgid "The driver that manage your ups"
+#~ msgstr "Der Treiber, der Ihre USV verwaltet"
-#~ msgid "TCP/IP"
-#~ msgstr "TCP/IP"
+#~ msgid "Harddrake2 version %s"
+#~ msgstr "HardDrake2-Version %s"
-#~ msgid "Account"
-#~ msgstr "Konto"
+#~ msgid "transmitted"
+#~ msgstr "Gesendet"
-#~ msgid "Wireless"
-#~ msgstr "Drahtlos"
+#~ msgid "received"
+#~ msgstr "Empfangen"
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index ccd6b62bf..fee65d1be 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-el\n"
-"POT-Creation-Date: 2004-06-14 15:48+0200\n"
-"PO-Revision-Date: 2003-06-14 23:44+0300\n"
+"POT-Creation-Date: 2004-10-07 21:57+0200\n"
+"PO-Revision-Date: 2004-09-15 13:28+0200\n"
"Last-Translator: Νίκος Νύκταρης (Nick Niktaris) <niktarin@yahoo.com>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
"MIME-Version: 1.0\n"
@@ -16,7 +16,60 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.1\n"
-#: ../move/move.pm:402
+#: ../move/move.pm:292
+#, fuzzy, c-format
+msgid "Which USB key do you want to format?"
+msgstr "Τι τύπου επιλογή θέλετε να προσθέσετε;"
+
+#: ../move/move.pm:296
+#, c-format
+msgid ""
+"You are about to format a USB device \"%s\". This will delete all data on "
+"it.\n"
+"Make sure that the selected device is the USB key you want to format. \n"
+"We advise you to unplug all other USB storage devices while doing this "
+"operation."
+msgstr ""
+
+#: ../move/move.pm:448 ../move/move.pm:460
+#, fuzzy, c-format
+msgid "Key isn't writable"
+msgstr "Το XawTV εγκαταστάθηκε!"
+
+#: ../move/move.pm:450
+#, c-format
+msgid ""
+"The USB key seems to have write protection enabled. Please\n"
+"unplug it, remove write protection, and then plug it again."
+msgstr ""
+
+#: ../move/move.pm:452
+#, fuzzy, c-format
+msgid "Retry"
+msgstr "Επαναφορά"
+
+#: ../move/move.pm:453 ../move/move.pm:497
+#, c-format
+msgid "Continue without USB key"
+msgstr ""
+
+#: ../move/move.pm:462
+#, c-format
+msgid ""
+"The USB key seems to have write protection enabled, but we can't safely\n"
+"unplug it now.\n"
+"\n"
+"\n"
+"Click the button to reboot the machine, unplug it, remove write protection,\n"
+"plug the key again, and launch Mandrake Move again."
+msgstr ""
+
+#: ../move/move.pm:468 help.pm:409 install_steps_interactive.pm:1353
+#, c-format
+msgid "Reboot"
+msgstr "Επανεκκίνηση"
+
+#: ../move/move.pm:473
#, c-format
msgid ""
"Your USB key doesn't have any valid Windows (FAT) partitions.\n"
@@ -31,7 +84,7 @@ msgid ""
"Operating System."
msgstr ""
-#: ../move/move.pm:412
+#: ../move/move.pm:483
#, c-format
msgid ""
"We didn't detect any USB key on your system. If you\n"
@@ -47,137 +100,99 @@ msgid ""
"Operating System."
msgstr ""
-#: ../move/move.pm:423
+#: ../move/move.pm:494
#, c-format
msgid "Need a key to save your data"
msgstr ""
-#: ../move/move.pm:425
+#: ../move/move.pm:496
#, c-format
msgid "Detect USB key again"
msgstr ""
-#: ../move/move.pm:426 ../move/move.pm:456
-#, c-format
-msgid "Continue without USB key"
-msgstr ""
-
-#: ../move/move.pm:437 ../move/move.pm:451
+#: ../move/move.pm:517
#, fuzzy, c-format
-msgid "Key isn't writable"
-msgstr "Το XawTV εγκαταστάθηκε!"
-
-#: ../move/move.pm:439
-#, c-format
-msgid ""
-"The USB key seems to have write protection enabled, but we can't safely\n"
-"unplug it now.\n"
-"\n"
-"\n"
-"Click the button to reboot the machine, unplug it, remove write protection,\n"
-"plug the key again, and launch Mandrake Move again."
-msgstr ""
-
-#: ../move/move.pm:445 help.pm:418 install_steps_interactive.pm:1306
-#, c-format
-msgid "Reboot"
-msgstr "Επανεκκίνηση"
-
-#: ../move/move.pm:453
-#, c-format
-msgid ""
-"The USB key seems to have write protection enabled. Please\n"
-"unplug it, remove write protection, and then plug it again."
-msgstr ""
-
-#: ../move/move.pm:455
-#, fuzzy, c-format
-msgid "Retry"
-msgstr "Επαναφορά"
-
-#: ../move/move.pm:466
-#, c-format
msgid "Setting up USB key"
-msgstr ""
+msgstr "Γίνεται ρύθμιση των συσκευών PNP ISA: "
-#: ../move/move.pm:466
+#: ../move/move.pm:517
#, fuzzy, c-format
msgid "Please wait, setting up system configuration files on USB key..."
msgstr "Παρακαλώ περιμένετε, ρυθμίζεται το επίπεδο ασφαλείας..."
-#: ../move/move.pm:488
+#: ../move/move.pm:546
#, c-format
msgid "Enter your user information, password will be used for screensaver"
msgstr ""
-#: ../move/move.pm:498
+#: ../move/move.pm:556
#, fuzzy, c-format
msgid "Auto configuration"
msgstr "Προσαρμοσμένη Ρύθμιση"
-#: ../move/move.pm:498
+#: ../move/move.pm:556
#, fuzzy, c-format
msgid "Please wait, detecting and configuring devices..."
msgstr "Παρακαλώ περιμένετε, ρυθμίζεται το επίπεδο ασφαλείας..."
-#: ../move/move.pm:545 ../move/move.pm:601 ../move/move.pm:605
-#: ../move/tree/mdk_totem:86 diskdrake/dav.pm:77 diskdrake/hd_gtk.pm:117
-#: diskdrake/interactive.pm:220 diskdrake/interactive.pm:233
-#: diskdrake/interactive.pm:374 diskdrake/interactive.pm:389
-#: diskdrake/interactive.pm:510 diskdrake/interactive.pm:515
-#: diskdrake/smbnfs_gtk.pm:42 fsedit.pm:262 install_steps.pm:82
-#: install_steps_interactive.pm:40 interactive/http.pm:118
-#: interactive/http.pm:119 network/netconnect.pm:936 network/netconnect.pm:939
-#: network/netconnect.pm:984 network/netconnect.pm:988
-#: network/netconnect.pm:1055 network/netconnect.pm:1105
-#: network/netconnect.pm:1110 network/netconnect.pm:1125
-#: network/netconnect.pm:1333 printer/printerdrake.pm:213
-#: printer/printerdrake.pm:220 printer/printerdrake.pm:245
-#: printer/printerdrake.pm:393 printer/printerdrake.pm:398
-#: printer/printerdrake.pm:411 printer/printerdrake.pm:421
-#: printer/printerdrake.pm:1067 printer/printerdrake.pm:1114
-#: printer/printerdrake.pm:1151 printer/printerdrake.pm:1195
-#: printer/printerdrake.pm:1199 printer/printerdrake.pm:1213
-#: printer/printerdrake.pm:1303 printer/printerdrake.pm:1383
-#: printer/printerdrake.pm:1387 printer/printerdrake.pm:1391
-#: printer/printerdrake.pm:1440 printer/printerdrake.pm:1497
-#: printer/printerdrake.pm:1501 printer/printerdrake.pm:1515
-#: printer/printerdrake.pm:1625 printer/printerdrake.pm:1629
-#: printer/printerdrake.pm:1666 printer/printerdrake.pm:1731
-#: printer/printerdrake.pm:1749 printer/printerdrake.pm:1758
-#: printer/printerdrake.pm:1767 printer/printerdrake.pm:1778
-#: printer/printerdrake.pm:1840 printer/printerdrake.pm:2285
-#: printer/printerdrake.pm:2551 printer/printerdrake.pm:2557
-#: printer/printerdrake.pm:3010 printer/printerdrake.pm:3014
-#: printer/printerdrake.pm:3018 printer/printerdrake.pm:3421
-#: printer/printerdrake.pm:3664 printer/printerdrake.pm:3677
-#: printer/printerdrake.pm:3817 printer/printerdrake.pm:3909
-#: standalone/drakTermServ:404 standalone/drakTermServ:758
-#: standalone/drakTermServ:765 standalone/drakTermServ:960
-#: standalone/drakTermServ:1430 standalone/drakTermServ:1435
-#: standalone/drakTermServ:1442 standalone/drakTermServ:1453
-#: standalone/drakTermServ:1475 standalone/drakauth:36
-#: standalone/drakbackup:511 standalone/drakbackup:625
-#: standalone/drakbackup:1118 standalone/drakbackup:1151
-#: standalone/drakbackup:1644 standalone/drakbackup:1807
-#: standalone/drakbackup:2419 standalone/drakbackup:4084
-#: standalone/drakbackup:4304 standalone/drakboot:255 standalone/drakbug:267
-#: standalone/drakbug:286 standalone/drakbug:292 standalone/drakconnect:621
-#: standalone/drakconnect:624 standalone/drakconnect:645
-#: standalone/drakfloppy:302 standalone/drakfloppy:306
-#: standalone/drakfloppy:312 standalone/drakfont:210 standalone/drakfont:223
-#: standalone/drakfont:259 standalone/drakfont:600 standalone/draksplash:21
-#: standalone/drakxtv:105 standalone/logdrake:170 standalone/logdrake:467
-#: standalone/logdrake:472 standalone/scannerdrake:58
-#: standalone/scannerdrake:200 standalone/scannerdrake:259
-#: standalone/scannerdrake:688 standalone/scannerdrake:699
-#: standalone/scannerdrake:838 standalone/scannerdrake:849
-#: standalone/scannerdrake:919 wizards.pm:95 wizards.pm:99 wizards.pm:121
+#: ../move/move.pm:604 ../move/move.pm:660 ../move/move.pm:664
+#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:116 diskdrake/interactive.pm:223
+#: diskdrake/interactive.pm:236 diskdrake/interactive.pm:377
+#: diskdrake/interactive.pm:392 diskdrake/interactive.pm:515
+#: diskdrake/interactive.pm:520 diskdrake/smbnfs_gtk.pm:42 fsedit.pm:167
+#: install_steps.pm:82 install_steps_interactive.pm:38 interactive/http.pm:117
+#: interactive/http.pm:118 network/netconnect.pm:995 network/netconnect.pm:999
+#: network/netconnect.pm:1004 network/netconnect.pm:1045
+#: network/netconnect.pm:1049 network/netconnect.pm:1187
+#: network/netconnect.pm:1192 network/netconnect.pm:1210
+#: network/netconnect.pm:1393 printer/printerdrake.pm:238
+#: printer/printerdrake.pm:245 printer/printerdrake.pm:270
+#: printer/printerdrake.pm:416 printer/printerdrake.pm:421
+#: printer/printerdrake.pm:434 printer/printerdrake.pm:444
+#: printer/printerdrake.pm:508 printer/printerdrake.pm:1182
+#: printer/printerdrake.pm:1229 printer/printerdrake.pm:1266
+#: printer/printerdrake.pm:1310 printer/printerdrake.pm:1314
+#: printer/printerdrake.pm:1328 printer/printerdrake.pm:1418
+#: printer/printerdrake.pm:1498 printer/printerdrake.pm:1502
+#: printer/printerdrake.pm:1506 printer/printerdrake.pm:1555
+#: printer/printerdrake.pm:1612 printer/printerdrake.pm:1616
+#: printer/printerdrake.pm:1630 printer/printerdrake.pm:1740
+#: printer/printerdrake.pm:1744 printer/printerdrake.pm:1781
+#: printer/printerdrake.pm:1846 printer/printerdrake.pm:1864
+#: printer/printerdrake.pm:1873 printer/printerdrake.pm:1882
+#: printer/printerdrake.pm:1893 printer/printerdrake.pm:1955
+#: printer/printerdrake.pm:2408 printer/printerdrake.pm:2672
+#: printer/printerdrake.pm:2678 printer/printerdrake.pm:3188
+#: printer/printerdrake.pm:3192 printer/printerdrake.pm:3196
+#: printer/printerdrake.pm:3606 printer/printerdrake.pm:3846
+#: printer/printerdrake.pm:3866 printer/printerdrake.pm:3942
+#: printer/printerdrake.pm:4007 printer/printerdrake.pm:4123
+#: standalone/drakTermServ:379 standalone/drakTermServ:731
+#: standalone/drakTermServ:738 standalone/drakTermServ:933
+#: standalone/drakTermServ:1403 standalone/drakTermServ:1408
+#: standalone/drakTermServ:1415 standalone/drakTermServ:1426
+#: standalone/drakTermServ:1447 standalone/drakauth:37
+#: standalone/drakbackup:512 standalone/drakbackup:626
+#: standalone/drakbackup:1128 standalone/drakbackup:1161
+#: standalone/drakbackup:1665 standalone/drakbackup:1821
+#: standalone/drakbackup:2416 standalone/drakbackup:4105
+#: standalone/drakbackup:4325 standalone/drakbug:235 standalone/drakbug:254
+#: standalone/drakbug:260 standalone/drakclock:125 standalone/drakconnect:648
+#: standalone/drakconnect:651 standalone/drakconnect:670
+#: standalone/drakfloppy:297 standalone/drakfloppy:301
+#: standalone/drakfloppy:307 standalone/drakfont:210 standalone/drakfont:223
+#: standalone/drakfont:259 standalone/drakfont:604 standalone/draksplash:21
+#: standalone/draksplash:501 standalone/drakxtv:107 standalone/logdrake:169
+#: standalone/logdrake:437 standalone/logdrake:442 standalone/scannerdrake:59
+#: standalone/scannerdrake:196 standalone/scannerdrake:255
+#: standalone/scannerdrake:684 standalone/scannerdrake:695
+#: standalone/scannerdrake:834 standalone/scannerdrake:845
+#: standalone/scannerdrake:915 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Σφάλμα"
-#: ../move/move.pm:546 install_steps.pm:83
+#: ../move/move.pm:605 install_steps.pm:83
#, c-format
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
@@ -186,12 +201,12 @@ msgstr ""
"Προκλήθηκε ένα σφάλμα που δεν ξέρω πώς να το χειριστώ.\n"
"Συνεχίστε με δική σας ευθύνη."
-#: ../move/move.pm:601 install_steps_interactive.pm:40
+#: ../move/move.pm:660 install_steps_interactive.pm:38
#, c-format
msgid "An error occurred"
msgstr "Προκλήθηκε σφάλμα"
-#: ../move/move.pm:607
+#: ../move/move.pm:666
#, c-format
msgid ""
"An error occurred:\n"
@@ -211,32 +226,39 @@ msgid ""
"guess what's happening."
msgstr ""
-#: ../move/move.pm:622
+#: ../move/move.pm:681
#, fuzzy, c-format
msgid "Remove system config files"
msgstr "Να αφαιρεθεί το αρχείο loopback;"
-#: ../move/move.pm:623
+#: ../move/move.pm:682
#, c-format
msgid "Simply reboot"
msgstr ""
-#: ../move/tree/mdk_totem:60
+#: ../move/tree/mdk_totem:50 ../move/tree/mdk_totem:96
#, c-format
msgid "You can only run with no CDROM support"
msgstr ""
-#: ../move/tree/mdk_totem:81
+#: ../move/tree/mdk_totem:71
#, fuzzy, c-format
msgid "Kill those programs"
msgstr "πρόσβαση σε προγράμματα Χ"
-#: ../move/tree/mdk_totem:82
+#: ../move/tree/mdk_totem:72
#, fuzzy, c-format
msgid "No CDROM support"
msgstr "Υποστήριξη ραδιοφώνου:"
-#: ../move/tree/mdk_totem:87
+#: ../move/tree/mdk_totem:76 diskdrake/hd_gtk.pm:95
+#: diskdrake/interactive.pm:1005 diskdrake/interactive.pm:1015
+#: diskdrake/interactive.pm:1068
+#, c-format
+msgid "Read carefully!"
+msgstr "Διαβάστε προσεκτικά!"
+
+#: ../move/tree/mdk_totem:77
#, c-format
msgid ""
"You can't use another CDROM when the following programs are running: \n"
@@ -293,22 +315,22 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB ή περισσότερα"
-#: Xconfig/card.pm:151
+#: Xconfig/card.pm:155
#, c-format
msgid "X server"
msgstr "εξυπηρετητής X"
-#: Xconfig/card.pm:152
+#: Xconfig/card.pm:156
#, c-format
msgid "Choose an X server"
msgstr "Επιλέξτε τον εξυπηρετητή Χ"
-#: Xconfig/card.pm:184
+#: Xconfig/card.pm:188
#, c-format
msgid "Multi-head configuration"
msgstr "Ρύθμιση πολλών κεφαλών"
-#: Xconfig/card.pm:185
+#: Xconfig/card.pm:189
#, fuzzy, c-format
msgid ""
"Your system supports multiple head configuration.\n"
@@ -317,83 +339,83 @@ msgstr ""
"\n"
" Τι?"
-#: Xconfig/card.pm:251
+#: Xconfig/card.pm:255
#, fuzzy, c-format
-msgid "Can't install XFree package: %s"
+msgid "Can't install Xorg package: %s"
msgstr "Εγκατάσταση πακέτου %s"
-#: Xconfig/card.pm:261
+#: Xconfig/card.pm:265
#, c-format
msgid "Select the memory size of your graphics card"
msgstr "Επιλέξτε το μέγεθος μνήμης της κάρτας γραφικών"
-#: Xconfig/card.pm:332
+#: Xconfig/card.pm:352
#, c-format
-msgid "XFree configuration"
-msgstr "Ρυθμίσεις XFree"
+msgid "Xorg configuration"
+msgstr "Ρυθμίσεις Xorg"
-#: Xconfig/card.pm:334
+#: Xconfig/card.pm:354
#, c-format
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Τι ρύθμιση XFree θέλετε να έχετε;"
+msgid "Which configuration of Xorg do you want to have?"
+msgstr "Τι ρύθμιση Xorg θέλετε να έχετε;"
-#: Xconfig/card.pm:367
+#: Xconfig/card.pm:387
#, c-format
msgid "Configure all heads independently"
msgstr "Ρύθμιση όλων των κεφαλών ανεξάρτητα"
-#: Xconfig/card.pm:368
+#: Xconfig/card.pm:388
#, c-format
msgid "Use Xinerama extension"
msgstr "Χρήση επέκτασης Xinerama"
-#: Xconfig/card.pm:373
+#: Xconfig/card.pm:393
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Ρύθμιση μόνο της κάρτας \"%s\" %s"
-#: Xconfig/card.pm:385 Xconfig/various.pm:23
+#: Xconfig/card.pm:405 Xconfig/various.pm:23
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Xorg %s"
+msgstr "Xorg %s"
-#: Xconfig/card.pm:392 Xconfig/various.pm:22
+#: Xconfig/card.pm:412 Xconfig/various.pm:22
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s με επιτάχυνση τρισδιάστατων γραφικών"
+msgid "Xorg %s with 3D hardware acceleration"
+msgstr "Xorg %s με επιτάχυνση τρισδιάστατων γραφικών"
-#: Xconfig/card.pm:394
+#: Xconfig/card.pm:414
#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
+msgid "Your card can have 3D hardware acceleration support with Xorg %s."
msgstr ""
-"Η κάρτα γραφικών σας υποστηρίζει επιτάχυνση τρισδιάστατων γραφικών στα XFree "
-"%s."
+"Η κάρτα γραφικών σας υποστηρίζει επιτάχυνση τρισδιάστατων γραφικών στα Xorg %"
+"s."
-#: Xconfig/card.pm:400
+#: Xconfig/card.pm:420
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s με ΠΕΙΡΑΜΑΤΙΚΗ επιτάχυνση τρισδιάστατων γραφικών"
+msgid "Xorg %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "Xorg %s με ΠΕΙΡΑΜΑΤΙΚΗ επιτάχυνση τρισδιάστατων γραφικών"
-#: Xconfig/card.pm:402
+#: Xconfig/card.pm:422
#, c-format
msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
+"Your card can have 3D hardware acceleration support with Xorg %s,\n"
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
msgstr ""
-"Η κάρτα γραφικών σας υποστηρίζει επιτάχυνση τρισδιάστατων γραφικών στα XFree "
-"%s,\n"
+"Η κάρτα γραφικών σας υποστηρίζει επιτάχυνση τρισδιάστατων γραφικών στα Xorg %"
+"s,\n"
"ΠΡΟΣΟΧΗ: ΠΕΙΡΑΜΑΤΙΚΗ ΥΠΟΣΤΗΡΙΞΗ - ΜΠΟΡΕΙ ΝΑ ΠΑΓΩΣΕΙ ΤΟΝ ΥΠΟΛΟΓΙΣΤΗ ΣΑΣ."
-#: Xconfig/main.pm:90 Xconfig/main.pm:91 Xconfig/monitor.pm:112 any.pm:833
+#: Xconfig/main.pm:90 Xconfig/main.pm:91 Xconfig/monitor.pm:116 any.pm:912
#, c-format
msgid "Custom"
msgstr "Προσαρμοσμένο"
-#: Xconfig/main.pm:115 diskdrake/dav.pm:28 help.pm:14
-#: install_steps_interactive.pm:83 printer/printerdrake.pm:608
-#: printer/printerdrake.pm:4076 standalone/draksplash:120
-#: standalone/harddrake2:194 standalone/logdrake:175
-#: standalone/scannerdrake:450
+#: Xconfig/main.pm:115 diskdrake/dav.pm:26 help.pm:14
+#: install_steps_interactive.pm:88 printer/printerdrake.pm:712
+#: printer/printerdrake.pm:3937 printer/printerdrake.pm:4382
+#: standalone/draksplash:120 standalone/harddrake2:265 standalone/logdrake:174
+#: standalone/net_applet:160 standalone/scannerdrake:446
#, c-format
msgid "Quit"
msgstr "Έξοδος"
@@ -403,12 +425,12 @@ msgstr "Έξοδος"
msgid "Graphic Card"
msgstr "Κάρτα Γραφικών"
-#: Xconfig/main.pm:120 Xconfig/monitor.pm:106
+#: Xconfig/main.pm:120 Xconfig/monitor.pm:110
#, c-format
msgid "Monitor"
msgstr "Οθόνη"
-#: Xconfig/main.pm:123 Xconfig/resolution_and_depth.pm:217
+#: Xconfig/main.pm:123 Xconfig/resolution_and_depth.pm:222
#, c-format
msgid "Resolution"
msgstr "Ανάλυση"
@@ -418,14 +440,19 @@ msgstr "Ανάλυση"
msgid "Test"
msgstr "Δοκιμή"
-#: Xconfig/main.pm:133 diskdrake/dav.pm:67 diskdrake/interactive.pm:415
-#: diskdrake/removable.pm:25 diskdrake/smbnfs_gtk.pm:80
-#: standalone/drakfont:494 standalone/drakfont:554 standalone/harddrake2:191
+#: Xconfig/main.pm:133 diskdrake/dav.pm:65 diskdrake/interactive.pm:418
+#: diskdrake/removable.pm:24 diskdrake/smbnfs_gtk.pm:80
+#: standalone/drakfont:494 standalone/drakfont:556 standalone/harddrake2:262
#, c-format
msgid "Options"
msgstr "Επιλογές"
-#: Xconfig/main.pm:177
+#: Xconfig/main.pm:167
+#, c-format
+msgid "Your Xorg configuration file is broken, we will ignore it."
+msgstr ""
+
+#: Xconfig/main.pm:184
#, c-format
msgid ""
"Keep the changes?\n"
@@ -438,38 +465,38 @@ msgstr ""
"\n"
"%s"
-#: Xconfig/monitor.pm:107
+#: Xconfig/monitor.pm:111
#, fuzzy, c-format
msgid "Choose a monitor for head #%d"
msgstr "Επιλέξτε οθόνη"
-#: Xconfig/monitor.pm:107
+#: Xconfig/monitor.pm:111
#, c-format
msgid "Choose a monitor"
msgstr "Επιλέξτε οθόνη"
-#: Xconfig/monitor.pm:113
+#: Xconfig/monitor.pm:117
#, c-format
msgid "Plug'n Play"
msgstr "Άμεσης τοποθέτησης και λειτουργίας"
-#: Xconfig/monitor.pm:114 mouse.pm:49
+#: Xconfig/monitor.pm:118 mouse.pm:49
#, c-format
msgid "Generic"
msgstr "Γενική"
-#: Xconfig/monitor.pm:115 standalone/drakconnect:569 standalone/harddrake2:73
-#: standalone/harddrake2:74
+#: Xconfig/monitor.pm:119 standalone/drakconnect:567 standalone/harddrake2:49
+#: standalone/harddrake2:83
#, c-format
msgid "Vendor"
msgstr "Κατασκευαστής"
-#: Xconfig/monitor.pm:125
+#: Xconfig/monitor.pm:129
#, c-format
msgid "Plug'n Play probing failed. Please select the correct monitor"
msgstr ""
-#: Xconfig/monitor.pm:130
+#: Xconfig/monitor.pm:134
#, c-format
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
@@ -493,12 +520,12 @@ msgstr ""
"καταστροφής\n"
"της οθόνης σας. Αν δεν είστε σίγουροι, κάντε μια συντηρητική επιλογή."
-#: Xconfig/monitor.pm:137
+#: Xconfig/monitor.pm:141
#, c-format
msgid "Horizontal refresh rate"
msgstr "Συχνότητα οριζόντιας ανανέωσης"
-#: Xconfig/monitor.pm:138
+#: Xconfig/monitor.pm:142
#, c-format
msgid "Vertical refresh rate"
msgstr "Συχνότητα κατακόρυφης ανανέωσης"
@@ -523,58 +550,60 @@ msgstr "65 χιλιάδες χρώματα (16 bits)"
msgid "16 million colors (24 bits)"
msgstr "16 εκατομμύρια χρώματα (24 bits)"
-#: Xconfig/resolution_and_depth.pm:130
+#: Xconfig/resolution_and_depth.pm:135
#, c-format
msgid "Resolutions"
msgstr "Αναλύσεις"
-#: Xconfig/resolution_and_depth.pm:264
+#: Xconfig/resolution_and_depth.pm:270
#, c-format
msgid "Choose the resolution and the color depth"
msgstr "Επιλέξτε ανάλυση και βάθος χρώματος"
-#: Xconfig/resolution_and_depth.pm:265
+#: Xconfig/resolution_and_depth.pm:271
#, c-format
msgid "Graphics card: %s"
msgstr "Κάρτα γραφικών: %s"
-#: Xconfig/resolution_and_depth.pm:278 interactive.pm:403
-#: interactive/gtk.pm:760 interactive/http.pm:103 interactive/http.pm:157
-#: interactive/newt.pm:308 interactive/newt.pm:410 interactive/stdio.pm:39
+#: Xconfig/resolution_and_depth.pm:284 interactive.pm:403
+#: interactive/gtk.pm:766 interactive/http.pm:103 interactive/http.pm:156
+#: interactive/newt.pm:317 interactive/newt.pm:419 interactive/stdio.pm:39
#: interactive/stdio.pm:142 interactive/stdio.pm:143 interactive/stdio.pm:172
-#: standalone/drakbackup:3941 standalone/drakbackup:4001
-#: standalone/drakbackup:4045 standalone/drakconnect:165
-#: standalone/drakconnect:799 standalone/drakconnect:886
-#: standalone/drakconnect:985 standalone/drakups:194
-#: standalone/net_monitor:307 ugtk2.pm:413 ugtk2.pm:510 ugtk2.pm:1084
-#: ugtk2.pm:1107
+#: standalone/drakTermServ:201 standalone/drakTermServ:474
+#: standalone/drakbackup:3962 standalone/drakbackup:4022
+#: standalone/drakbackup:4066 standalone/drakconnect:165
+#: standalone/drakconnect:850 standalone/drakconnect:937
+#: standalone/drakconnect:1036 standalone/drakfont:577 standalone/drakroam:388
+#: standalone/drakups:208 standalone/net_monitor:345 ugtk2.pm:417 ugtk2.pm:515
+#: ugtk2.pm:1122 ugtk2.pm:1145
#, c-format
msgid "Ok"
msgstr "Εντάξει"
-#: Xconfig/resolution_and_depth.pm:278 any.pm:883 diskdrake/smbnfs_gtk.pm:81
-#: help.pm:197 help.pm:457 install_steps_gtk.pm:490
-#: install_steps_interactive.pm:775 interactive.pm:404 interactive/gtk.pm:764
-#: interactive/http.pm:104 interactive/http.pm:161 interactive/newt.pm:307
-#: interactive/newt.pm:414 interactive/stdio.pm:39 interactive/stdio.pm:142
-#: interactive/stdio.pm:176 printer/printerdrake.pm:3088
-#: standalone/drakautoinst:217 standalone/drakbackup:3871
-#: standalone/drakbackup:3929 standalone/drakconnect:164
-#: standalone/drakconnect:884 standalone/drakconnect:984
-#: standalone/drakfont:663 standalone/drakfont:740 standalone/drakups:201
-#: standalone/logdrake:175 standalone/net_monitor:303 ugtk2.pm:407
-#: ugtk2.pm:508 ugtk2.pm:517 ugtk2.pm:1084
+#: Xconfig/resolution_and_depth.pm:284 diskdrake/smbnfs_gtk.pm:81 help.pm:89
+#: help.pm:444 install_steps_gtk.pm:458 install_steps_interactive.pm:412
+#: install_steps_interactive.pm:840 interactive.pm:404 interactive/gtk.pm:770
+#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:316
+#: interactive/newt.pm:423 interactive/stdio.pm:39 interactive/stdio.pm:142
+#: interactive/stdio.pm:176 printer/printerdrake.pm:3266
+#: standalone/drakautoinst:217 standalone/drakbackup:3888
+#: standalone/drakbackup:3892 standalone/drakbackup:3950
+#: standalone/drakconnect:164 standalone/drakconnect:935
+#: standalone/drakconnect:1035 standalone/drakfont:667 standalone/drakfont:744
+#: standalone/drakups:215 standalone/logdrake:174 standalone/net_monitor:344
+#: ugtk2.pm:411 ugtk2.pm:513 ugtk2.pm:522 ugtk2.pm:1122
#, c-format
msgid "Cancel"
msgstr "Άκυρο"
-#: Xconfig/resolution_and_depth.pm:278 diskdrake/hd_gtk.pm:154
-#: install_steps_gtk.pm:269 install_steps_gtk.pm:670 interactive.pm:498
-#: interactive/gtk.pm:624 interactive/gtk.pm:626 standalone/drakTermServ:304
-#: standalone/drakbackup:3867 standalone/drakbug:157
-#: standalone/drakconnect:160 standalone/drakconnect:239
-#: standalone/drakfont:512 standalone/drakperm:134 standalone/draksec:296
-#: standalone/harddrake2:190 ugtk2.pm:1197 ugtk2.pm:1198
+#: Xconfig/resolution_and_depth.pm:284 diskdrake/hd_gtk.pm:153
+#: install_steps_gtk.pm:239 install_steps_gtk.pm:644 interactive.pm:498
+#: interactive/gtk.pm:628 interactive/gtk.pm:630 standalone/drakTermServ:280
+#: standalone/drakbackup:3884 standalone/drakbug:128
+#: standalone/drakconnect:160 standalone/drakconnect:245
+#: standalone/drakfont:512 standalone/drakperm:134 standalone/draksec:337
+#: standalone/draksec:339 standalone/draksec:357 standalone/draksec:359
+#: standalone/harddrake2:261 ugtk2.pm:1235 ugtk2.pm:1236
#, c-format
msgid "Help"
msgstr "Βοήθεια"
@@ -669,8 +698,8 @@ msgstr "Ανάλυση: %s\n"
#: Xconfig/various.pm:43
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Οδηγός XFree86: %s\n"
+msgid "Xorg driver: %s\n"
+msgstr "Οδηγός Xorg: %s\n"
#: Xconfig/various.pm:72
#, c-format
@@ -681,11 +710,11 @@ msgstr "Γραφικό περιβάλλον στην εκκίνηση"
#, c-format
msgid ""
"I can setup your computer to automatically start the graphical interface "
-"(XFree) upon booting.\n"
-"Would you like XFree to start when you reboot?"
+"(Xorg) upon booting.\n"
+"Would you like Xorg to start when you reboot?"
msgstr ""
"Μπορώ να ρυθμίσω το σύστημά σας έτσι ώστε να ξεκινάει αυτόματα σε\n"
-"γραφικό περιβάλλον (XFree).\n"
+"γραφικό περιβάλλον (Xorg).\n"
"Επιθυμείτε την αυτόματη εκκίνηση γραφικού περιβάλλοντος;"
#: Xconfig/various.pm:87
@@ -713,20 +742,57 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "Ποιο σύστημα χρησιμοποιεί η τηλεόραση σας;"
-#: any.pm:103 harddrake/sound.pm:150 interactive.pm:441 standalone/drakbug:259
-#: standalone/drakconnect:167 standalone/draksec:56 standalone/drakups:90
-#: standalone/drakxtv:90 standalone/harddrake2:140
-#: standalone/service_harddrake:126
+#: any.pm:116 harddrake/sound.pm:170 interactive.pm:441 standalone/drakbug:227
+#: standalone/drakconnect:167 standalone/drakconnect:611 standalone/draksec:68
+#: standalone/drakups:101 standalone/drakxtv:92 standalone/harddrake2:211
+#: standalone/service_harddrake:199
#, c-format
msgid "Please wait"
msgstr "Παρακαλώ περιμένετε"
-#: any.pm:103
+#: any.pm:116
#, fuzzy, c-format
msgid "Bootloader installation in progress"
msgstr "Πρόγραμμα εκκίνησης"
-#: any.pm:142
+#: any.pm:127
+#, c-format
+msgid ""
+"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
+"the Volume ID of a Windows NT, 2000, or XP boot disk is a fatal Windows "
+"error.\n"
+"This caution does not apply to Windows 95 or 98, or to NT data disks.\n"
+"\n"
+"Assign a new Volume ID?"
+msgstr ""
+
+#: any.pm:138
+#, c-format
+msgid "Installation of bootloader failed. The following error occurred:"
+msgstr ""
+"Η εγκατάσταση του προγράμματος εκκίνησης απέτυχε. Προκλήθηκε το ακόλουθο "
+"σφάλμα:"
+
+#: any.pm:144
+#, 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"
+" reboot, hold down Command-Option-O-F at reboot and enter:\n"
+" setenv boot-device %s,\\\\:tbxi\n"
+" Then type: shut-down\n"
+"At your next boot you should see the bootloader prompt."
+msgstr ""
+"Μπορεί να χρειαστεί να αλλάξετε την Open Firmware boot-συσκευή ώστε να\n"
+" ενεργοποιήσετε το πρόγραμμα εκκίνησης. Αν στην επανεκκίνηση δεν δείτε την "
+"προτροπή του πρόγραμμα εκκίνησης,\n"
+"πατήστε το Command-Option-O-F κατά την επανεκκίνηση και εισάγετε:\n"
+" setenv boot-device %s,\\\\:tbxi\n"
+" Μετά γράψτε: shut-down\n"
+"Στην επόμενη εκκίνηση θα πρέπει να δείτε την προτροπή του προγράμματος "
+"εκκίνησης ."
+
+#: any.pm:181
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
@@ -741,62 +807,52 @@ msgstr ""
"\n"
"Από ποιόν δίσκο ξεκινάτε;"
-#: any.pm:165 any.pm:197 help.pm:800
+#: any.pm:204 help.pm:739
#, c-format
msgid "First sector of drive (MBR)"
msgstr "Πρώτος τομέας του δίσκου (MBR)"
-#: any.pm:166
+#: any.pm:205
#, c-format
msgid "First sector of the root partition"
msgstr "Πρώτος τομέας της κατάτμησης εκκίνησης"
-#: any.pm:168
+#: any.pm:207
#, c-format
msgid "On Floppy"
msgstr "Στην Δισκέτα"
-#: any.pm:170 help.pm:768 help.pm:800 printer/printerdrake.pm:3418
+#: any.pm:209 help.pm:739 printer/printerdrake.pm:3603
#, c-format
msgid "Skip"
msgstr "Παράλειψη"
-#: any.pm:175
-#, c-format
-msgid "SILO Installation"
-msgstr "Εγκατάσταση SILO"
-
-#: any.pm:175
+#: any.pm:213
#, c-format
msgid "LILO/grub Installation"
msgstr "Εγκατάσταση LILO/grub"
-#: any.pm:176
+#: any.pm:214
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Πού θέλετε να εγκαταστήσετε το πρόγραμμα εκκίνησης;"
-#: any.pm:197
-#, c-format
-msgid "First sector of boot partition"
-msgstr "Πρώτος τομέας της κατάτμησης εκκίνησης"
-
-#: any.pm:209
+#: any.pm:239 standalone/drakboot:307
#, c-format
msgid "Boot Style Configuration"
msgstr "Ρύθμιση Τύπου Εκκίνησης"
-#: any.pm:211 any.pm:248
+#: any.pm:241 any.pm:275
#, c-format
msgid "Bootloader main options"
msgstr "Βασικές επιλογές προγράμματος εκκίνησης"
-#: any.pm:215
+#: any.pm:245
#, c-format
msgid "Give the ram size in MB"
msgstr "Εισάγετε μέγεθος μνήμης σε MB"
-#: any.pm:217
+#: any.pm:247
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
@@ -804,213 +860,208 @@ msgstr ""
"Η επιλογή ``Απαγόρευση επιλογών γραμμής εντολής'' είναι άχρηστη χωρίς κωδικό "
"πρόσβασης"
-#: any.pm:218 any.pm:531 install_steps_interactive.pm:1150
+#: any.pm:248 any.pm:586 install_steps_interactive.pm:1215
#, c-format
msgid "The passwords do not match"
msgstr "Οι κωδικοί πρόσβασης είναι ανόμοιοι"
-#: any.pm:218 any.pm:531 diskdrake/interactive.pm:1262
-#: install_steps_interactive.pm:1150
+#: any.pm:248 any.pm:586 diskdrake/interactive.pm:1261
+#: install_steps_interactive.pm:1215
#, c-format
msgid "Please try again"
msgstr "Παρακαλώ προσπαθήστε ξανά"
-#: any.pm:223 any.pm:251 help.pm:768
+#: any.pm:253 any.pm:278
#, c-format
msgid "Bootloader to use"
msgstr "Χρήση προγράμματος εκκίνησης"
-#: any.pm:225
-#, c-format
-msgid "Bootloader installation"
-msgstr "Πρόγραμμα εκκίνησης"
-
-#: any.pm:227 any.pm:253 help.pm:768
+#: any.pm:255 any.pm:280
#, c-format
msgid "Boot device"
msgstr "Συσκευή εκκίνησης"
-#: any.pm:229
+#: any.pm:257
#, c-format
msgid "Delay before booting default image"
msgstr "Καθυστέρηση πριν την εκκίνηση"
-#: any.pm:230 help.pm:768
+#: any.pm:258
#, c-format
msgid "Enable ACPI"
msgstr "Ενεργοποίηση ACPI"
-#: any.pm:232 help.pm:768
+#: any.pm:260
#, c-format
msgid "Force no APIC"
msgstr ""
-#: any.pm:234
+#: any.pm:262
#, c-format
msgid "Force No Local APIC"
msgstr ""
-#: any.pm:236 any.pm:558 diskdrake/smbnfs_gtk.pm:180
-#: install_steps_interactive.pm:1155 network/netconnect.pm:574
-#: printer/printerdrake.pm:1374 printer/printerdrake.pm:1494
-#: standalone/drakbackup:1626 standalone/drakbackup:3496
-#: standalone/drakups:278
+#: any.pm:264 any.pm:613 diskdrake/smbnfs_gtk.pm:180
+#: install_steps_interactive.pm:1220 network/netconnect.pm:595
+#: printer/printerdrake.pm:1489 printer/printerdrake.pm:1609
+#: standalone/drakbackup:1647 standalone/drakbackup:3490
+#: standalone/drakups:295
#, c-format
msgid "Password"
msgstr "Κωδικός Πρόσβασης"
-#: any.pm:237 any.pm:559 install_steps_interactive.pm:1156
+#: any.pm:265 any.pm:614 install_steps_interactive.pm:1221
#, c-format
msgid "Password (again)"
msgstr "Κωδικός Πρόσβασης (ξανά)"
-#: any.pm:238
+#: any.pm:266
#, c-format
msgid "Restrict command line options"
msgstr "Απαγόρευση επιλογών γραμμής εντολής"
-#: any.pm:238
+#: any.pm:266
#, c-format
msgid "restrict"
msgstr "απαγόρευση"
-#: any.pm:240
+#: any.pm:268
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Καθαρισμός /tmp σε κάθε εκκίνηση"
-#: any.pm:241
+#: any.pm:269
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Ακριβής ποσότητας μνήμης αν χρειάζεται (εντοπίστηκαν %d MB)"
-#: any.pm:243
-#, c-format
-msgid "Enable multiple profiles"
-msgstr "Ενεργοποίηση πολλαπλών προφίλ"
-
-#: any.pm:252
+#: any.pm:279
#, c-format
msgid "Init Message"
msgstr "Μήνυμα Init"
-#: any.pm:254
+#: any.pm:281
#, c-format
msgid "Open Firmware Delay"
msgstr "Άνοιγμα Καθυστέρησης Firmware"
-#: any.pm:255
+#: any.pm:282
#, c-format
msgid "Kernel Boot Timeout"
msgstr "Τέλος Χρόνου Εκκίνησης Πυρήνα"
-#: any.pm:256
+#: any.pm:283
#, c-format
msgid "Enable CD Boot?"
msgstr "Ενεργοποίηση εκκίνησης από CD;"
-#: any.pm:257
+#: any.pm:284
#, c-format
msgid "Enable OF Boot?"
msgstr "Ενεργοποίηση OF εκκίνησης;"
-#: any.pm:258
+#: any.pm:285
#, c-format
msgid "Default OS?"
msgstr "Εξ ορισμού λειτουργικό;"
-#: any.pm:302
+#: any.pm:338
#, c-format
msgid "Image"
msgstr "Εικόνα"
-#: any.pm:303 any.pm:312
+#: any.pm:339 any.pm:349
#, c-format
msgid "Root"
msgstr "Root"
-#: any.pm:304 any.pm:325
+#: any.pm:340 any.pm:362
#, c-format
msgid "Append"
msgstr "Προσάρτηση"
-#: any.pm:306
+#: any.pm:342 standalone/drakboot:309 standalone/drakboot:313
#, c-format
msgid "Video mode"
msgstr "Ανάλυση οθόνης"
-#: any.pm:308
+#: any.pm:344
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:317 any.pm:322 any.pm:324
+#: any.pm:345
+#, fuzzy, c-format
+msgid "Network profile"
+msgstr "Νέο Προφίλ..."
+
+#: any.pm:354 any.pm:359 any.pm:361
#, c-format
msgid "Label"
msgstr "Ετικέτα"
-#: any.pm:319 any.pm:329 harddrake/v4l.pm:275 standalone/drakfloppy:89
-#: standalone/drakfloppy:95
+#: any.pm:356 any.pm:366 harddrake/v4l.pm:275 standalone/drakfloppy:84
+#: standalone/drakfloppy:90 standalone/draksec:52
#, c-format
msgid "Default"
msgstr "Προεπιλεγμένο"
-#: any.pm:326
+#: any.pm:363
#, c-format
msgid "Initrd-size"
msgstr "μέγεθος Initrd"
-#: any.pm:328
+#: any.pm:365
#, c-format
msgid "NoVideo"
msgstr "ΧωρίςVideo"
-#: any.pm:339
+#: any.pm:376
#, c-format
msgid "Empty label not allowed"
msgstr "Δεν επιτρέπεται άδεια ετικέτα"
-#: any.pm:340
+#: any.pm:377
#, c-format
msgid "You must specify a kernel image"
msgstr "Πρέπει να ορίσετε μια εικόνα πυρήνα"
-#: any.pm:340
+#: any.pm:377
#, c-format
msgid "You must specify a root partition"
msgstr "Πρέπει να ορίσετε μια κατάτμηση root"
-#: any.pm:341
+#: any.pm:378
#, c-format
msgid "This label is already used"
msgstr "Αυτή η ετικέτα χρησιμοποιείται ήδη"
-#: any.pm:354
+#: any.pm:392
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Τι τύπου επιλογή θέλετε να προσθέσετε;"
-#: any.pm:355
+#: any.pm:393
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:355
+#: any.pm:393
#, c-format
msgid "Other OS (SunOS...)"
msgstr "Άλλο λειτουργικό (SunOS...)"
-#: any.pm:356
+#: any.pm:394
#, c-format
msgid "Other OS (MacOS...)"
msgstr "Άλλο λειτουργικό (MacOS...)"
-#: any.pm:356
+#: any.pm:394
#, c-format
msgid "Other OS (Windows...)"
msgstr "Άλλο λειτουργικό (Windows...)"
-#: any.pm:384
+#: any.pm:422
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1019,74 +1070,74 @@ msgstr ""
"Υπάρχουν οι ακόλουθες επιλογές.\n"
"Μπορείτε να προσθέσετε κι άλλες ή να αλλάξετε τις υπάρχουσες."
-#: any.pm:516
+#: any.pm:572
#, c-format
msgid "access to X programs"
msgstr "πρόσβαση σε προγράμματα Χ"
-#: any.pm:517
+#: any.pm:573
#, c-format
msgid "access to rpm tools"
msgstr "πρόσβαση σε εργαλεία rpm"
-#: any.pm:518
+#: any.pm:574
#, c-format
msgid "allow \"su\""
msgstr "δυνατότητα \"su\""
-#: any.pm:519
+#: any.pm:575
#, c-format
msgid "access to administrative files"
msgstr "πρόσβαση σε διαχειριστικά αρχεία"
-#: any.pm:520
+#: any.pm:576
#, c-format
msgid "access to network tools"
msgstr "πρόσβαση σε εργαλεία δικτύου"
-#: any.pm:521
+#: any.pm:577
#, c-format
msgid "access to compilation tools"
msgstr ""
-#: any.pm:527
+#: any.pm:582
#, c-format
msgid "(already added %s)"
msgstr "(το %s έχει ήδη προστεθεί)"
-#: any.pm:532
+#: any.pm:587
#, c-format
msgid "This password is too simple"
msgstr "Ο κωδικός πρόσβασης είναι πολύ απλός"
-#: any.pm:533
+#: any.pm:588
#, c-format
msgid "Please give a user name"
msgstr "Παρακαλώ εισάγετε όνομα χρήστη"
-#: any.pm:534
+#: any.pm:589
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Το κωδικό όνομα μπορεί να περιέχει μόνο πεζά γράμματα, αριθμούς, `-' και `_'"
-#: any.pm:535
+#: any.pm:590
#, c-format
msgid "The user name is too long"
msgstr "Αυτό το όνομα χρήστη είναι πολύ μακρύ"
-#: any.pm:536
+#: any.pm:591
#, c-format
msgid "This user name has already been added"
msgstr "Αυτό το όνομα χρήστη υπάρχει ήδη"
-#: any.pm:540
+#: any.pm:595
#, c-format
msgid "Add user"
msgstr "Προσθήκη χρήστη"
-#: any.pm:541
+#: any.pm:596
#, c-format
msgid ""
"Enter a user\n"
@@ -1095,74 +1146,78 @@ msgstr ""
"Εισάγετε χρήστη\n"
"%s"
-#: any.pm:544 diskdrake/dav.pm:68 diskdrake/hd_gtk.pm:158
-#: diskdrake/removable.pm:27 diskdrake/smbnfs_gtk.pm:82 help.pm:544
-#: interactive/http.pm:152 printer/printerdrake.pm:165
-#: printer/printerdrake.pm:352 printer/printerdrake.pm:4076
-#: standalone/drakbackup:2708 standalone/scannerdrake:641
-#: standalone/scannerdrake:791
+#: any.pm:599 diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:157
+#: diskdrake/removable.pm:26 diskdrake/smbnfs_gtk.pm:82 help.pm:530
+#: interactive/http.pm:151 printer/printerdrake.pm:191
+#: printer/printerdrake.pm:376 printer/printerdrake.pm:4382
+#: standalone/drakbackup:2703 standalone/scannerdrake:637
+#: standalone/scannerdrake:787
#, c-format
msgid "Done"
msgstr "Ολοκληρώθηκε"
-#: any.pm:545 help.pm:52
+#: any.pm:600 help.pm:51
#, c-format
msgid "Accept user"
msgstr "Αποδοχή χρήστη"
-#: any.pm:556
+#: any.pm:611
#, c-format
msgid "Real name"
msgstr "Πραγματικό όνομα"
-#: any.pm:557 help.pm:52 printer/printerdrake.pm:1373
-#: printer/printerdrake.pm:1493
-#, c-format
-msgid "User name"
-msgstr "Όνομα χρήστη"
+#: any.pm:612 standalone/drakbackup:1642
+#, fuzzy, c-format
+msgid "Login name"
+msgstr "Όνομα Τομέα"
-#: any.pm:560
+#: any.pm:615
#, c-format
msgid "Shell"
msgstr "Φλοιός (shell)"
-#: any.pm:562
+#: any.pm:617
#, c-format
msgid "Icon"
msgstr "Εικονίδιο"
-#: any.pm:603 security/l10n.pm:14
+#: any.pm:664 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Αυτόματη σύνδεση"
-#: any.pm:604
+#: any.pm:665
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"Μπορώ να ρυθμίσω το σύστημά σας έτσι ώστε να συνδέει αυτόματα έναν χρήστη."
-#: any.pm:605 help.pm:52
+#: any.pm:666 help.pm:51
#, c-format
msgid "Do you want to use this feature?"
msgstr "Θέλετε να χρησιμοποιήσετε αυτή τη λειτουργία;"
-#: any.pm:606
+#: any.pm:667
#, c-format
msgid "Choose the default user:"
msgstr "Επιλέξτε τον προεπιλεγμένο χρήστη:"
-#: any.pm:607
+#: any.pm:668
#, c-format
msgid "Choose the window manager to run:"
msgstr "Επιλέξτε τον διαχειριστή παραθύρων που θέλετε να χρησιμοποιήσετε:"
-#: any.pm:619
+#: any.pm:680
#, c-format
msgid "Please choose a language to use."
msgstr "Παρακαλώ επιλέξτε τη γλώσσα."
-#: any.pm:640
+#: any.pm:681
+#, fuzzy, c-format
+msgid "Language choice"
+msgstr "χειροκίνητα"
+
+#: any.pm:707
#, c-format
msgid ""
"Mandrakelinux can support multiple languages. Select\n"
@@ -1173,48 +1228,57 @@ msgstr ""
"τις άλλες γλώσσες που θα είναι διαθέσιμες μετά το πέρας της \n"
"εγκατάστασης και την επανεκκίνηση του συστήματός σας."
-#: any.pm:658 help.pm:660
+#: any.pm:725 help.pm:647
#, c-format
msgid "Use Unicode by default"
msgstr "Προεπιλεγμένη η χρήση Unicode"
-#: any.pm:659 help.pm:660
+#: any.pm:726 help.pm:647
#, c-format
msgid "All languages"
msgstr "Όλες οι γλώσσες"
-#: any.pm:698 help.pm:581 help.pm:991 install_steps_interactive.pm:895
+#: any.pm:765 help.pm:566 help.pm:855 install_steps_interactive.pm:960
#, c-format
msgid "Country / Region"
msgstr "Χώρα"
-#: any.pm:699
+#: any.pm:766
#, c-format
msgid "Please choose your country."
msgstr "Παρακαλώ επιλέξτε την χώρα σας."
-#: any.pm:701
+#: any.pm:768
#, c-format
msgid "Here is the full list of available countries"
msgstr "Αυτή είναι η πλήρης λίστα των διαθέσιμων χωρών"
-#: any.pm:702 diskdrake/interactive.pm:297 help.pm:544 help.pm:581 help.pm:621
-#: help.pm:991 install_steps_interactive.pm:114
+#: any.pm:769
+#, fuzzy, c-format
+msgid "Other Countries"
+msgstr "Άλλες θύρες"
+
+#: any.pm:777
+#, fuzzy, c-format
+msgid "Input method:"
+msgstr "Μέθοδος δικτύου:"
+
+#: any.pm:778 install_any.pm:420 printer/printerdrake.pm:99
#, c-format
-msgid "More"
-msgstr "Άλλα"
+msgid "None"
+msgstr "Κανένας"
-#: any.pm:833
+#: any.pm:912
#, c-format
msgid "No sharing"
msgstr "Χωρίς κοινή χρήση"
-#: any.pm:833
+#: any.pm:912
#, c-format
msgid "Allow all users"
msgstr "Επιτρέπεται για όλους τους χρήστες"
-#: any.pm:837
+#: any.pm:916
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -1229,21 +1293,21 @@ msgstr ""
"\n"
"Το \"Προσαρμοσμένο\" επιτρέπει την ανά χρήστη ρύθμιση.\n"
-#: any.pm:849
+#: any.pm:928
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:852
+#: any.pm:931
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:860
+#: any.pm:939
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
@@ -1251,12 +1315,22 @@ msgstr ""
"Μπορείτε να γίνει εξαγωγή με την χρήση NFS ή SMB. Παρακαλώ επιλέξτε ποίο "
"θέλετε."
-#: any.pm:883
+#: any.pm:964
#, c-format
msgid "Launch userdrake"
msgstr "Εκκίνηση userdrake"
-#: any.pm:885
+#: any.pm:964 printer/printerdrake.pm:3478 printer/printerdrake.pm:3481
+#: printer/printerdrake.pm:3482 printer/printerdrake.pm:3483
+#: printer/printerdrake.pm:4676 standalone/drakTermServ:289
+#: standalone/drakbackup:4084 standalone/drakbug:151 standalone/drakfont:500
+#: standalone/drakfont:594 standalone/net_monitor:123
+#: standalone/printerdrake:559
+#, c-format
+msgid "Close"
+msgstr "Κλείσιμο"
+
+#: any.pm:966
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -1266,92 +1340,191 @@ msgstr ""
"Μπορείτε να την προσθέσετε στον κάθε χρήστη σε αυτή την ομάδα με το "
"userdrake."
-#: authentication.pm:12
-#, c-format
-msgid "Local files"
+#: authentication.pm:16
+#, fuzzy, c-format
+msgid "Local file"
msgstr "Τοπικά αρχεία"
-#: authentication.pm:12
+#: authentication.pm:17
#, c-format
msgid "LDAP"
msgstr "LDAP"
-#: authentication.pm:12
+#: authentication.pm:18
#, c-format
msgid "NIS"
msgstr "NIS"
-#: authentication.pm:12 authentication.pm:72
+#: authentication.pm:19 authentication.pm:127
#, c-format
msgid "Windows Domain"
msgstr "Τομέας Windows "
-#: authentication.pm:12
+#: authentication.pm:20
+#, fuzzy, c-format
+msgid "Active Directory with SFU"
+msgstr "Επαναφορά όλων των αντιγράφων ασφαλείας"
+
+#: authentication.pm:21
+#, fuzzy, c-format
+msgid "Active Directory with Winbind"
+msgstr "Επαναφορά όλων των αντιγράφων ασφαλείας"
+
+#: authentication.pm:30
+#, fuzzy, c-format
+msgid "Local file:"
+msgstr "Τοπικά αρχεία:"
+
+#: authentication.pm:30
#, c-format
-msgid "Active Directory"
+msgid ""
+"Use local for all authentication and information user tell in local file"
+msgstr ""
+
+#: authentication.pm:31
+#, c-format
+msgid "LDAP:"
+msgstr "LDAP:"
+
+#: authentication.pm:31
+#, c-format
+msgid ""
+"Tells your computer to use LDAP for some or all authentication. LDAP "
+"consolidates certain types of information within your organization."
+msgstr ""
+
+#: authentication.pm:32
+#, c-format
+msgid "NIS:"
+msgstr "NIS:"
+
+#: authentication.pm:32
+#, c-format
+msgid ""
+"Allows you to run a group of computers in the same Network Information "
+"Service domain with a common password and group file."
+msgstr ""
+
+#: authentication.pm:33
+#, c-format
+msgid "Windows Domain:"
+msgstr "Τομέας Windows :"
+
+#: authentication.pm:33
+#, c-format
+msgid ""
+"Winbind allows the system to retrieve information and authenticate users in "
+"a Windows domain."
+msgstr ""
+
+#: authentication.pm:34
+#, fuzzy, c-format
+msgid "Active Directory with SFU:"
+msgstr "Επαναφορά όλων των αντιγράφων ασφαλείας"
+
+#: authentication.pm:34 authentication.pm:35
+#, c-format
+msgid ""
+"Kerberos is a secure system for providing network authentication services."
msgstr ""
-#: authentication.pm:38
+#: authentication.pm:35
+#, fuzzy, c-format
+msgid "Active Directory with Winbind:"
+msgstr "Επαναφορά όλων των αντιγράφων ασφαλείας"
+
+#: authentication.pm:60
#, c-format
msgid "Authentication LDAP"
msgstr "Πιστοποίηση LDAP"
-#: authentication.pm:39
+#: authentication.pm:61
#, c-format
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: authentication.pm:40
+#: authentication.pm:62 share/compssUsers.pl:101
#, c-format
msgid "LDAP Server"
msgstr "Εξυπηρετητής LDAP"
-#: authentication.pm:50
+#: authentication.pm:75 fsedit.pm:21
+#, c-format
+msgid "simple"
+msgstr "απλό"
+
+#: authentication.pm:76
+#, fuzzy, c-format
+msgid "TLS"
+msgstr "LSB"
+
+#: authentication.pm:77
+#, c-format
+msgid "SSL"
+msgstr ""
+
+#: authentication.pm:78
+#, c-format
+msgid "security layout (SASL/Kerberos)"
+msgstr ""
+
+#: authentication.pm:85 authentication.pm:123
#, fuzzy, c-format
msgid "Authentication Active Directory"
msgstr "Πιστοποίηση"
-#: authentication.pm:51 diskdrake/smbnfs_gtk.pm:181
+#: authentication.pm:86 authentication.pm:125 diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Domain"
msgstr "Τομέας"
-#: authentication.pm:52 diskdrake/dav.pm:65 help.pm:137
+#: authentication.pm:88 diskdrake/dav.pm:63 help.pm:146
+#: printer/printerdrake.pm:135 share/compssUsers.pl:81
#, c-format
msgid "Server"
msgstr "Εξυπηρετητής"
-#: authentication.pm:53
-#, c-format
+#: authentication.pm:89
+#, fuzzy, c-format
msgid "LDAP users database"
+msgstr "Βάση Δεδομένων"
+
+#: authentication.pm:90
+#, c-format
+msgid "Use Anonymous BIND "
msgstr ""
-#: authentication.pm:54
+#: authentication.pm:91
#, c-format
msgid "LDAP user allowed to browse the Active Directory"
msgstr ""
-#: authentication.pm:55
+#: authentication.pm:92
#, fuzzy, c-format
msgid "Password for user"
msgstr "Απαιτείται κωδικός πρόσβασης"
-#: authentication.pm:62
+#: authentication.pm:93
+#, fuzzy, c-format
+msgid "Encryption"
+msgstr "Κλειδί κρυπτογράφησης"
+
+#: authentication.pm:104
#, c-format
msgid "Authentication NIS"
msgstr "Πιστοποίηση NIS"
-#: authentication.pm:63
+#: authentication.pm:105
#, c-format
msgid "NIS Domain"
msgstr "Τομέας NIS"
-#: authentication.pm:64
+#: authentication.pm:106
#, c-format
msgid "NIS Server"
msgstr "Εξυπηρετητής NIS"
-#: authentication.pm:69
+#: authentication.pm:111
#, fuzzy, c-format
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
@@ -1373,22 +1546,32 @@ msgstr ""
" Τομέας Windows Τομέας Όνομα χρήστη Κωδικός Πρόσβασης\n"
"."
-#: authentication.pm:71
+#: authentication.pm:123
#, c-format
msgid "Authentication Windows Domain"
msgstr "Πιστοποίηση Τομέα Windows"
-#: authentication.pm:73
+#: authentication.pm:128
#, c-format
msgid "Domain Admin User Name"
msgstr "Όνομα Χρήστη Διαχειριστή Τομέα"
-#: authentication.pm:74
+#: authentication.pm:129
#, c-format
msgid "Domain Admin Password"
msgstr "Κωδικός Πρόσβασης Διαχειριστή Τομέα"
-#: authentication.pm:149
+#: authentication.pm:130
+#, c-format
+msgid "Use Idmap for store UID/SID "
+msgstr ""
+
+#: authentication.pm:131
+#, fuzzy, c-format
+msgid "Default Idmap "
+msgstr "Προεπιλεγμένο"
+
+#: authentication.pm:231
#, c-format
msgid "Can't use broadcast with no NIS domain"
msgstr "Δεν μπορώ να χρησιμοποιήσω broadcast χωρίς τομέα NIS"
@@ -1399,7 +1582,7 @@ msgstr "Δεν μπορώ να χρησιμοποιήσω broadcast χωρίς
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:532
+#: bootloader.pm:673
#, fuzzy, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1414,56 +1597,51 @@ msgstr ""
"H PERIMENETE %d DEUTEROLEPTA GIA THN AYTOMATH EPILOGH.\n"
"\n"
-#: bootloader.pm:663
-#, c-format
-msgid "SILO"
-msgstr "SILO"
-
-#: bootloader.pm:665 help.pm:768
+#: bootloader.pm:787
#, c-format
msgid "LILO with graphical menu"
msgstr "LILO με γραφικό μενού"
-#: bootloader.pm:666 help.pm:768
+#: bootloader.pm:788
#, c-format
msgid "LILO with text menu"
msgstr "LILO με μενού κειμένου"
-#: bootloader.pm:668
+#: bootloader.pm:789
#, c-format
msgid "Grub"
msgstr "Grub"
-#: bootloader.pm:670
+#: bootloader.pm:790
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:1142
+#: bootloader.pm:852
#, c-format
msgid "not enough room in /boot"
msgstr "δεν υπάρχει αρκετός χώρος στο /boot"
-#: bootloader.pm:1170
+#: bootloader.pm:1266
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Δεν μπορείτε να εγκαταστήσετε το πρόγραμμα εκκίνησης σε κατάτμηση %s\n"
-#: bootloader.pm:1214
+#: bootloader.pm:1311
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1221
+#: bootloader.pm:1326
#, c-format
msgid ""
"The bootloader can't be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1222
+#: bootloader.pm:1327
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Πρόγραμμα εκκίνησης"
@@ -1523,76 +1701,79 @@ msgstr "το kdesu λείπει"
msgid "consolehelper missing"
msgstr "το consolehelper λείπει"
-#: crypto.pm:14 crypto.pm:28 lang.pm:240 network/adsl_consts.pm:44
-#: network/adsl_consts.pm:55 network/adsl_consts.pm:65
-#: network/adsl_consts.pm:75 network/adsl_consts.pm:86
-#: network/adsl_consts.pm:97 network/adsl_consts.pm:107
-#: network/adsl_consts.pm:117 network/adsl_consts.pm:264
-#: network/netconnect.pm:46
+#: crypto.pm:14 crypto.pm:28 lang.pm:254 network/adsl_consts.pm:309
+#: network/adsl_consts.pm:320 network/adsl_consts.pm:330
+#: network/adsl_consts.pm:340 network/adsl_consts.pm:350
+#: network/adsl_consts.pm:361 network/adsl_consts.pm:372
+#: network/adsl_consts.pm:382 network/adsl_consts.pm:392
+#: network/netconnect.pm:47
#, c-format
msgid "France"
msgstr "Γαλλία"
-#: crypto.pm:15 lang.pm:216
+#: crypto.pm:15 lang.pm:229
#, c-format
msgid "Costa Rica"
msgstr "Κόστα Ρίκα"
-#: crypto.pm:16 crypto.pm:29 lang.pm:188 network/adsl_consts.pm:26
-#: network/adsl_consts.pm:36 network/netconnect.pm:49
+#: crypto.pm:16 crypto.pm:29 lang.pm:201 network/adsl_consts.pm:59
+#: network/adsl_consts.pm:66 network/adsl_consts.pm:77
+#: network/adsl_consts.pm:85 network/netconnect.pm:50
#, c-format
msgid "Belgium"
msgstr "Βέλγιο"
-#: crypto.pm:17 crypto.pm:30 lang.pm:221
+#: crypto.pm:17 crypto.pm:30 lang.pm:235
#, c-format
msgid "Czech Republic"
msgstr "Τσέχικη Δημοκρατία"
-#: crypto.pm:18 crypto.pm:31 lang.pm:222 network/adsl_consts.pm:134
-#: network/adsl_consts.pm:142
+#: crypto.pm:18 crypto.pm:31 lang.pm:236 network/adsl_consts.pm:410
+#: network/adsl_consts.pm:418
#, c-format
msgid "Germany"
msgstr "Γερμανία"
-#: crypto.pm:19 crypto.pm:32 lang.pm:253
+#: crypto.pm:19 crypto.pm:32 lang.pm:267 network/adsl_consts.pm:428
#, c-format
msgid "Greece"
msgstr "Ελλάδα"
-#: crypto.pm:20 crypto.pm:33 lang.pm:326
+#: crypto.pm:20 crypto.pm:33 lang.pm:340
#, c-format
msgid "Norway"
msgstr "Νορβηγία"
-#: crypto.pm:21 crypto.pm:34 lang.pm:355 network/adsl_consts.pm:240
+#: crypto.pm:21 crypto.pm:34 lang.pm:369 network/adsl_consts.pm:561
#, c-format
msgid "Sweden"
msgstr "Σουηδία"
-#: crypto.pm:22 crypto.pm:36 lang.pm:325 network/adsl_consts.pm:178
-#: network/netconnect.pm:47
+#: crypto.pm:22 crypto.pm:36 lang.pm:339 network/adsl_consts.pm:495
+#: network/netconnect.pm:48
#, c-format
msgid "Netherlands"
msgstr "Ολλανδία"
-#: crypto.pm:23 crypto.pm:37 lang.pm:273 network/adsl_consts.pm:158
-#: network/adsl_consts.pm:168 network/netconnect.pm:48 standalone/drakxtv:45
+#: crypto.pm:23 crypto.pm:37 lang.pm:287 network/adsl_consts.pm:452
+#: network/adsl_consts.pm:462 network/adsl_consts.pm:469
+#: network/netconnect.pm:49 standalone/drakxtv:47
#, c-format
msgid "Italy"
msgstr "Ιταλία"
-#: crypto.pm:24 crypto.pm:38 lang.pm:181 network/adsl_consts.pm:20
+#: crypto.pm:24 crypto.pm:38 lang.pm:194 network/adsl_consts.pm:36
+#: network/adsl_consts.pm:44 network/adsl_consts.pm:52
#, c-format
msgid "Austria"
msgstr "Αυστρία"
-#: crypto.pm:35 crypto.pm:65 lang.pm:389 network/netconnect.pm:50
+#: crypto.pm:35 crypto.pm:65 lang.pm:403 network/netconnect.pm:51
#, c-format
msgid "United States"
msgstr "Η.Π.Α."
-#: diskdrake/dav.pm:19
+#: diskdrake/dav.pm:17
#, fuzzy, c-format
msgid ""
"WebDAV is a protocol that allows you to mount a web server's directory\n"
@@ -1605,66 +1786,60 @@ msgstr ""
" εξυπηρετητής\n"
" Νέο."
-#: diskdrake/dav.pm:27
+#: diskdrake/dav.pm:25
#, c-format
msgid "New"
msgstr "Νέο"
-#: diskdrake/dav.pm:63 diskdrake/interactive.pm:422 diskdrake/smbnfs_gtk.pm:75
+#: diskdrake/dav.pm:61 diskdrake/interactive.pm:425 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr "Αποσύνδεση"
-#: diskdrake/dav.pm:64 diskdrake/interactive.pm:419 diskdrake/smbnfs_gtk.pm:76
+#: diskdrake/dav.pm:62 diskdrake/interactive.pm:422 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr "Σύνδεση"
-#: diskdrake/dav.pm:66 diskdrake/interactive.pm:413
-#: diskdrake/interactive.pm:621 diskdrake/interactive.pm:640
-#: diskdrake/removable.pm:24 diskdrake/smbnfs_gtk.pm:79
+#: diskdrake/dav.pm:64 diskdrake/interactive.pm:416
+#: diskdrake/interactive.pm:627 diskdrake/interactive.pm:646
+#: diskdrake/removable.pm:23 diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr "Σημείο σύνδεσης"
-#: diskdrake/dav.pm:85
+#: diskdrake/dav.pm:83
#, c-format
msgid "Please enter the WebDAV server URL"
msgstr "Παρακαλώ εισάγετε την διεύθυνση του εξυπηρετητή WebDAV"
-#: diskdrake/dav.pm:89
+#: diskdrake/dav.pm:87
#, c-format
msgid "The URL must begin with http:// or https://"
msgstr "Η διεύθυνση πρέπει να ξεκινά με http:// ή https://"
-#: diskdrake/dav.pm:111
+#: diskdrake/dav.pm:109
#, c-format
msgid "Server: "
msgstr "Εξυπηρετητής:"
-#: diskdrake/dav.pm:112 diskdrake/interactive.pm:474
-#: diskdrake/interactive.pm:1154 diskdrake/interactive.pm:1232
+#: diskdrake/dav.pm:110 diskdrake/interactive.pm:479
+#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1232
#, c-format
msgid "Mount point: "
msgstr "Σημείο σύνδεσης: "
-#: diskdrake/dav.pm:113 diskdrake/interactive.pm:1240
+#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1239
#, c-format
msgid "Options: %s"
msgstr "Επιλογές: %s"
-#: diskdrake/hd_gtk.pm:96 diskdrake/interactive.pm:1000
-#: diskdrake/interactive.pm:1010 diskdrake/interactive.pm:1070
-#, c-format
-msgid "Read carefully!"
-msgstr "Διαβάστε προσεκτικά!"
-
-#: diskdrake/hd_gtk.pm:96
+#: diskdrake/hd_gtk.pm:95
#, c-format
msgid "Please make a backup of your data first"
msgstr "Παρακαλώ κάντε πρώτα ένα αντίγραφο ασφαλείας των δεδομένων σας"
-#: diskdrake/hd_gtk.pm:99
+#: diskdrake/hd_gtk.pm:98
#, c-format
msgid ""
"If you plan to use aboot, be careful to leave a free space (2048 sectors is "
@@ -1675,17 +1850,17 @@ msgstr ""
"(2048 τομείς είναι αρκετοί)\n"
"στην αρχή του δίσκου"
-#: diskdrake/hd_gtk.pm:156 help.pm:544
+#: diskdrake/hd_gtk.pm:155 help.pm:530
#, c-format
msgid "Wizard"
msgstr "Οδηγός"
-#: diskdrake/hd_gtk.pm:189
+#: diskdrake/hd_gtk.pm:188
#, c-format
msgid "Choose action"
msgstr "Επιλέξτε πράξη"
-#: diskdrake/hd_gtk.pm:193
+#: diskdrake/hd_gtk.pm:192
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1696,181 +1871,187 @@ msgstr ""
"Προτείνω πρώτα να αλλάξετε το μέγεθός της\n"
"(Κάντε κλικ επάνω της και επιλέξτε \"Αλλαγή Μεγέθους\")"
-#: diskdrake/hd_gtk.pm:195
+#: diskdrake/hd_gtk.pm:194
#, c-format
msgid "Please click on a partition"
msgstr "Παρακαλώ κάντε κλικ σε μια κατάτμηση"
-#: diskdrake/hd_gtk.pm:209 diskdrake/smbnfs_gtk.pm:63 install_steps_gtk.pm:477
-#: standalone/drakbackup:2942 standalone/drakbackup:3004
+#: diskdrake/hd_gtk.pm:208 diskdrake/smbnfs_gtk.pm:63 install_steps_gtk.pm:474
+#: standalone/drakbackup:2938 standalone/drakbackup:2998
#, c-format
msgid "Details"
msgstr "Λεπτομέρειες"
-#: diskdrake/hd_gtk.pm:255
+#: diskdrake/hd_gtk.pm:254
#, c-format
msgid "No hard drives found"
msgstr "Δεν βρέθηκαν δίσκοι!"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Ext2"
msgstr "Ext2"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Journalised FS"
msgstr "Journalised FS"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Swap"
msgstr "Swap"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "SunOS"
msgstr "SunOS"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "HFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Windows"
msgstr "Windows "
-#: diskdrake/hd_gtk.pm:327 install_steps_gtk.pm:329 mouse.pm:167
-#: services.pm:164 standalone/drakbackup:1582 standalone/drakperm:254
+#: diskdrake/hd_gtk.pm:326 install_steps_gtk.pm:298 mouse.pm:168
+#: services.pm:164 standalone/drakbackup:1603 standalone/drakperm:250
#, c-format
msgid "Other"
msgstr "Άλλο"
-#: diskdrake/hd_gtk.pm:327 diskdrake/interactive.pm:1172
+#: diskdrake/hd_gtk.pm:326 diskdrake/interactive.pm:1172
#, c-format
msgid "Empty"
msgstr "Άδειο"
-#: diskdrake/hd_gtk.pm:331
+#: diskdrake/hd_gtk.pm:330
#, c-format
msgid "Filesystem types:"
msgstr "Τύποι συστήματος αρχείων:"
-#: diskdrake/hd_gtk.pm:348 diskdrake/hd_gtk.pm:350 diskdrake/hd_gtk.pm:353
+#: diskdrake/hd_gtk.pm:347 diskdrake/hd_gtk.pm:349 diskdrake/hd_gtk.pm:352
#, c-format
msgid "Use ``%s'' instead"
msgstr "Χρησιμοποιήστε ``%s'' στη θέση του"
-#: diskdrake/hd_gtk.pm:348 diskdrake/hd_gtk.pm:353
-#: diskdrake/interactive.pm:414 diskdrake/interactive.pm:574
-#: diskdrake/removable.pm:26 diskdrake/removable.pm:49
-#: standalone/harddrake2:72
+#: diskdrake/hd_gtk.pm:347 diskdrake/hd_gtk.pm:352
+#: diskdrake/interactive.pm:417 diskdrake/interactive.pm:580
+#: diskdrake/removable.pm:25 diskdrake/removable.pm:48
+#: standalone/harddrake2:101
#, c-format
msgid "Type"
msgstr "Τύπος"
-#: diskdrake/hd_gtk.pm:348 diskdrake/interactive.pm:436
+#: diskdrake/hd_gtk.pm:347 diskdrake/interactive.pm:441
#, c-format
msgid "Create"
msgstr "Δημιουργία"
#. -PO: "Delete" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: diskdrake/hd_gtk.pm:350 diskdrake/interactive.pm:423
-#: standalone/drakperm:124 standalone/printerdrake:236
+#: diskdrake/hd_gtk.pm:349 diskdrake/interactive.pm:426
+#: standalone/drakperm:124 standalone/printerdrake:242
#, c-format
msgid "Delete"
msgstr "Διαγραφή"
-#: diskdrake/hd_gtk.pm:353
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Κάντε πρώτα ``Αποσύνδεση''"
-#: diskdrake/interactive.pm:184
+#: diskdrake/interactive.pm:187
#, c-format
msgid "Choose another partition"
msgstr "Επιλέξτε άλλη κατάτμηση"
-#: diskdrake/interactive.pm:184
+#: diskdrake/interactive.pm:187
#, c-format
msgid "Choose a partition"
msgstr "Επιλέξτε κατάτμηση"
-#: diskdrake/interactive.pm:213
+#: diskdrake/interactive.pm:216
#, c-format
msgid "Exit"
msgstr "Έξοδος"
-#: diskdrake/interactive.pm:246 help.pm:544
+#: diskdrake/interactive.pm:249 help.pm:530
#, c-format
msgid "Undo"
msgstr "Αναίρεση"
-#: diskdrake/interactive.pm:246
+#: diskdrake/interactive.pm:249
#, c-format
msgid "Toggle to normal mode"
msgstr "Αλλαγή σε κανονικό τρόπο λειτουργίας"
-#: diskdrake/interactive.pm:246
+#: diskdrake/interactive.pm:249
#, c-format
msgid "Toggle to expert mode"
msgstr "Αλλαγή σε προχωρημένο τρόπο λειτουργίας"
-#: diskdrake/interactive.pm:265
+#: diskdrake/interactive.pm:268
#, c-format
msgid "Continue anyway?"
msgstr "Να συνεχίσω;"
-#: diskdrake/interactive.pm:270
+#: diskdrake/interactive.pm:273
#, c-format
msgid "Quit without saving"
msgstr "Έξοδος χωρίς αποθήκευση"
-#: diskdrake/interactive.pm:270
+#: diskdrake/interactive.pm:273
#, c-format
msgid "Quit without writing the partition table?"
msgstr "Έξοδος χωρίς αποθήκευση του πίνακα κατατμήσεων;"
-#: diskdrake/interactive.pm:275
+#: diskdrake/interactive.pm:278
#, c-format
msgid "Do you want to save /etc/fstab modifications"
msgstr "Θέλετε να αποθηκεύσετε τις αλλαγές του /etc/fstab"
-#: diskdrake/interactive.pm:282 install_steps_interactive.pm:301
+#: diskdrake/interactive.pm:285 install_steps_interactive.pm:313
#, c-format
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Απαιτείται επανεκκίνηση για να ενεργοποιηθούν οι αλλαγές στον πίνακα "
"κατατμήσεων"
-#: diskdrake/interactive.pm:295 help.pm:544
+#: diskdrake/interactive.pm:298 help.pm:530
#, c-format
msgid "Clear all"
msgstr "Καθαρισμός όλων"
-#: diskdrake/interactive.pm:296 help.pm:544
+#: diskdrake/interactive.pm:299 help.pm:530
#, c-format
msgid "Auto allocate"
msgstr "Αυτόματη κατανομή"
-#: diskdrake/interactive.pm:302
+#: diskdrake/interactive.pm:300 help.pm:530 help.pm:566 help.pm:606
+#: help.pm:855 install_steps_interactive.pm:124
+#, c-format
+msgid "More"
+msgstr "Άλλα"
+
+#: diskdrake/interactive.pm:305
#, c-format
msgid "Hard drive information"
msgstr "Πληροφορίες σκληρού δίσκου"
-#: diskdrake/interactive.pm:334
+#: diskdrake/interactive.pm:337
#, c-format
msgid "All primary partitions are used"
msgstr "Όλες οι πρωτεύουσες κατατμήσεις είναι σε χρήση"
-#: diskdrake/interactive.pm:335
+#: diskdrake/interactive.pm:338
#, c-format
msgid "I can't add any more partitions"
msgstr "Δεν μπορώ να προσθέσω κατατμήσεις"
-#: diskdrake/interactive.pm:336
+#: diskdrake/interactive.pm:339
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
@@ -1879,37 +2060,37 @@ msgstr ""
"Για να προσθέσετε κατατμήσεις, παρακαλώ διαγράψτε μία έτσι ώστε να είναι "
"δυνατή η προσθήκη εκτεταμένης κατάτμησης"
-#: diskdrake/interactive.pm:347 help.pm:544
+#: diskdrake/interactive.pm:350 help.pm:530
#, c-format
msgid "Save partition table"
msgstr "Αποθήκευση πίνακα κατατμήσεων"
-#: diskdrake/interactive.pm:348 help.pm:544
+#: diskdrake/interactive.pm:351 help.pm:530
#, c-format
msgid "Restore partition table"
msgstr "Επαναφορά πίνακα κατατμήσεων"
-#: diskdrake/interactive.pm:349 help.pm:544
+#: diskdrake/interactive.pm:352 help.pm:530
#, c-format
msgid "Rescue partition table"
msgstr "Πίνακας κατατμήσεων διάσωσης"
-#: diskdrake/interactive.pm:351 help.pm:544
+#: diskdrake/interactive.pm:354 help.pm:530
#, c-format
msgid "Reload partition table"
msgstr "Ανανέωση πίνακα κατατμήσεων"
-#: diskdrake/interactive.pm:353
+#: diskdrake/interactive.pm:356
#, c-format
msgid "Removable media automounting"
msgstr "Αυτόματη σύνδεση αποσπώμενων μονάδων"
-#: diskdrake/interactive.pm:362 diskdrake/interactive.pm:382
+#: diskdrake/interactive.pm:365 diskdrake/interactive.pm:385
#, c-format
msgid "Select file"
msgstr "Επιλέξτε αρχείο"
-#: diskdrake/interactive.pm:369
+#: diskdrake/interactive.pm:372
#, c-format
msgid ""
"The backup partition table has not the same size\n"
@@ -1918,23 +2099,23 @@ msgstr ""
"Ο εφεδρικός πίνακας κατατμήσεων έχει διαφορετικό μέγεθος\n"
"Να συνεχίσω;"
-#: diskdrake/interactive.pm:383 harddrake/sound.pm:226 keyboard.pm:340
-#: network/netconnect.pm:450 network/netconnect.pm:469
-#: printer/printerdrake.pm:936 printer/printerdrake.pm:1891
-#: printer/printerdrake.pm:1953 printer/printerdrake.pm:1987
-#: printer/printerdrake.pm:2291 printer/printerdrake.pm:3149
-#: printer/printerdrake.pm:3426 printer/printerdrake.pm:3545
-#: printer/printerdrake.pm:4543 standalone/drakTermServ:340
-#: standalone/drakTermServ:1072 standalone/drakTermServ:1128
-#: standalone/drakTermServ:1801 standalone/drakbackup:510
-#: standalone/drakbackup:609 standalone/drakboot:156 standalone/drakclock:214
-#: standalone/drakconnect:921 standalone/drakfloppy:296 standalone/drakups:27
-#: standalone/scannerdrake:50 standalone/scannerdrake:913
+#: diskdrake/interactive.pm:386 harddrake/sound.pm:246 keyboard.pm:351
+#: lang.pm:1046 network/netconnect.pm:470 printer/printerdrake.pm:1037
+#: printer/printerdrake.pm:2009 printer/printerdrake.pm:2075
+#: printer/printerdrake.pm:2110 printer/printerdrake.pm:2414
+#: printer/printerdrake.pm:3330 printer/printerdrake.pm:3611
+#: printer/printerdrake.pm:3733 printer/printerdrake.pm:4823
+#: standalone/drakTermServ:315 standalone/drakTermServ:1045
+#: standalone/drakTermServ:1101 standalone/drakTermServ:1769
+#: standalone/drakbackup:511 standalone/drakbackup:610 standalone/drakboot:165
+#: standalone/drakclock:225 standalone/drakconnect:972
+#: standalone/drakfloppy:291 standalone/drakups:27 standalone/scannerdrake:51
+#: standalone/scannerdrake:909
#, c-format
msgid "Warning"
msgstr "Προσοχή"
-#: diskdrake/interactive.pm:384
+#: diskdrake/interactive.pm:387
#, c-format
msgid ""
"Insert a floppy in drive\n"
@@ -1943,92 +2124,92 @@ msgstr ""
"Εισάγετε μια δισκέτα στον οδηγό δισκέτας\n"
"Όλα τα δεδομένα σε αυτή τη δισκέτα θα χαθούν"
-#: diskdrake/interactive.pm:395
+#: diskdrake/interactive.pm:398
#, c-format
msgid "Trying to rescue partition table"
msgstr "Προσπάθεια διάσωσης πίνακα κατατμήσεων"
-#: diskdrake/interactive.pm:401
+#: diskdrake/interactive.pm:404
#, c-format
msgid "Detailed information"
msgstr "Λεπτομερείς πληροφορίες"
-#: diskdrake/interactive.pm:416 diskdrake/interactive.pm:711
+#: diskdrake/interactive.pm:419 diskdrake/interactive.pm:717
#, c-format
msgid "Resize"
msgstr "Αλλαγή μεγέθους"
-#: diskdrake/interactive.pm:417 diskdrake/interactive.pm:779
+#: diskdrake/interactive.pm:420 diskdrake/interactive.pm:783
#, c-format
msgid "Move"
msgstr "Μετακίνηση"
-#: diskdrake/interactive.pm:418
+#: diskdrake/interactive.pm:421
#, c-format
msgid "Format"
msgstr "Μορφοποίηση"
-#: diskdrake/interactive.pm:420
+#: diskdrake/interactive.pm:423
#, c-format
msgid "Add to RAID"
msgstr "Προσθήκη στο RAID"
-#: diskdrake/interactive.pm:421
+#: diskdrake/interactive.pm:424
#, c-format
msgid "Add to LVM"
msgstr "Προσθήκη στο LVM"
-#: diskdrake/interactive.pm:424
+#: diskdrake/interactive.pm:427
#, c-format
msgid "Remove from RAID"
msgstr "Αφαίρεση από το RAID"
-#: diskdrake/interactive.pm:425
+#: diskdrake/interactive.pm:428
#, c-format
msgid "Remove from LVM"
msgstr "Αφαίρεση από το LVM"
-#: diskdrake/interactive.pm:426
+#: diskdrake/interactive.pm:429
#, c-format
msgid "Modify RAID"
msgstr "Τροποποίηση RAID"
-#: diskdrake/interactive.pm:427
+#: diskdrake/interactive.pm:430
#, c-format
msgid "Use for loopback"
msgstr "Χρήση για loopback"
-#: diskdrake/interactive.pm:467
+#: diskdrake/interactive.pm:472
#, c-format
msgid "Create a new partition"
msgstr "Δημιουργία νέας κατάτμησης"
-#: diskdrake/interactive.pm:470
+#: diskdrake/interactive.pm:475
#, c-format
msgid "Start sector: "
msgstr "Αρχικός τομέας: "
-#: diskdrake/interactive.pm:472 diskdrake/interactive.pm:881
+#: diskdrake/interactive.pm:477 diskdrake/interactive.pm:884
#, c-format
msgid "Size in MB: "
msgstr "Μέγεθος σε MB"
-#: diskdrake/interactive.pm:473 diskdrake/interactive.pm:882
+#: diskdrake/interactive.pm:478 diskdrake/interactive.pm:885
#, c-format
msgid "Filesystem type: "
msgstr "Τύπος συστήματος αρχείων: "
-#: diskdrake/interactive.pm:478
+#: diskdrake/interactive.pm:483
#, c-format
msgid "Preference: "
msgstr "Προτίμηση: "
-#: diskdrake/interactive.pm:481
+#: diskdrake/interactive.pm:486
#, fuzzy, c-format
msgid "Logical volume name "
msgstr "Τοπική μέτρηση"
-#: diskdrake/interactive.pm:510
+#: diskdrake/interactive.pm:515
#, fuzzy, c-format
msgid ""
"You can't create a new partition\n"
@@ -2039,12 +2220,12 @@ msgstr ""
" πρωτεύουσα\n"
" πρωτεύουσα."
-#: diskdrake/interactive.pm:540
+#: diskdrake/interactive.pm:545
#, c-format
msgid "Remove the loopback file?"
msgstr "Να αφαιρεθεί το αρχείο loopback;"
-#: diskdrake/interactive.pm:559
+#: diskdrake/interactive.pm:564
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -2052,32 +2233,32 @@ msgstr ""
"Μετά την αλλαγή τύπου στην κατάτμηση %s, όλα τα δεδομένα σε αυτήν την "
"κατάτμηση θα χαθούν"
-#: diskdrake/interactive.pm:570
+#: diskdrake/interactive.pm:576
#, c-format
msgid "Change partition type"
msgstr "Αλλαγή τύπου κατάτμησης"
-#: diskdrake/interactive.pm:571 diskdrake/removable.pm:48
+#: diskdrake/interactive.pm:577 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "Ποιο σύστημα αρχείων προτιμάτε;"
-#: diskdrake/interactive.pm:579
+#: diskdrake/interactive.pm:585
#, c-format
msgid "Switching from ext2 to ext3"
msgstr "Αλλαγή από ext2 σε ext3"
-#: diskdrake/interactive.pm:608
+#: diskdrake/interactive.pm:614
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr "Πού θέλετε να συνδέσετε το αρχείο loopback %s;"
-#: diskdrake/interactive.pm:609
+#: diskdrake/interactive.pm:615
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Πού θέλετε να συνδέσετε την συσκευή %s;"
-#: diskdrake/interactive.pm:614
+#: diskdrake/interactive.pm:620
#, c-format
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
@@ -2087,200 +2268,195 @@ msgstr ""
"χρησιμοποιείται\n"
"για loopback. Αφαιρέστε πρώτα το loopback"
-#: diskdrake/interactive.pm:639
+#: diskdrake/interactive.pm:645
#, c-format
msgid "Where do you want to mount %s?"
msgstr "Πού θέλετε να συνδέσετε το %s;"
-#: diskdrake/interactive.pm:663 diskdrake/interactive.pm:743
-#: install_interactive.pm:156 install_interactive.pm:186
+#: diskdrake/interactive.pm:669 diskdrake/interactive.pm:748
+#: install_interactive.pm:156 install_interactive.pm:188
#, c-format
msgid "Resizing"
msgstr "Αλλαγή μεγέθους"
-#: diskdrake/interactive.pm:663
+#: diskdrake/interactive.pm:669
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr "Υπολογισμός FAT filesystem bounds"
-#: diskdrake/interactive.pm:699
+#: diskdrake/interactive.pm:705
#, c-format
msgid "This partition is not resizeable"
msgstr "Αυτή η κατάτμηση δεν μπορεί ν' αλλάξει μέγεθος."
-#: diskdrake/interactive.pm:704
+#: diskdrake/interactive.pm:710
#, c-format
msgid "All data on this partition should be backed-up"
msgstr ""
"Πρέπει να γίνει αντίγραφο ασφαλείας όλων των δεδομένων σε αυτή την κατάτμηση"
-#: diskdrake/interactive.pm:706
+#: diskdrake/interactive.pm:712
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Μετά την αλλαγή μεγέθους στην κατάτμηση %s, όλα τα δεδομένα σε αυτήν την "
"κατάτμηση θα χαθούν"
-#: diskdrake/interactive.pm:711
+#: diskdrake/interactive.pm:717
#, c-format
msgid "Choose the new size"
msgstr "Επιλέξτε το νέο μέγεθος"
-#: diskdrake/interactive.pm:712
+#: diskdrake/interactive.pm:718
#, c-format
msgid "New size in MB: "
msgstr "Νέο μέγεθος σε MB:"
-#: diskdrake/interactive.pm:756 install_interactive.pm:194
+#: diskdrake/interactive.pm:761 install_interactive.pm:196
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s), \n"
"filesystem checks will be run on your next boot into Windows(TM)"
msgstr ""
-#: diskdrake/interactive.pm:780
+#: diskdrake/interactive.pm:784
#, c-format
msgid "Which disk do you want to move it to?"
msgstr "Σε ποιόν δίσκο θέλετε να μετακινηθείτε;"
-#: diskdrake/interactive.pm:781
+#: diskdrake/interactive.pm:785
#, c-format
msgid "Sector"
msgstr "Τομέας"
-#: diskdrake/interactive.pm:782
+#: diskdrake/interactive.pm:786
#, c-format
msgid "Which sector do you want to move it to?"
msgstr "Σε ποιόν τομέα θέλετε να μετακινηθείτε;"
-#: diskdrake/interactive.pm:785
+#: diskdrake/interactive.pm:789
#, c-format
msgid "Moving"
msgstr "Μετακίνηση σε εξέλιξη"
-#: diskdrake/interactive.pm:785
+#: diskdrake/interactive.pm:789
#, c-format
msgid "Moving partition..."
msgstr "Μετακίνηση κατάτμησης σε εξέλιξη..."
-#: diskdrake/interactive.pm:807
+#: diskdrake/interactive.pm:810
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "Επιλέξτε ένα υπάρχον RAID στο οποίο θα γίνει η προσθήκη"
-#: diskdrake/interactive.pm:808 diskdrake/interactive.pm:825
+#: diskdrake/interactive.pm:812 diskdrake/interactive.pm:828
#, c-format
msgid "new"
msgstr "νέο"
-#: diskdrake/interactive.pm:823
+#: diskdrake/interactive.pm:826
#, c-format
msgid "Choose an existing LVM to add to"
msgstr "Επιλέξτε ένα υπάρχον LVM στο οποίο θα γίνει η προσθήκη"
-#: diskdrake/interactive.pm:829
+#: diskdrake/interactive.pm:832
#, c-format
msgid "LVM name?"
msgstr "όνομα LVM;"
-#: diskdrake/interactive.pm:866
+#: diskdrake/interactive.pm:869
#, c-format
msgid "This partition can't be used for loopback"
msgstr "Αυτή η κατάτμηση δεν μπορεί να χρησιμοποιηθεί για loopback"
-#: diskdrake/interactive.pm:879
+#: diskdrake/interactive.pm:882
#, c-format
msgid "Loopback"
msgstr "Loopback"
-#: diskdrake/interactive.pm:880
+#: diskdrake/interactive.pm:883
#, c-format
msgid "Loopback file name: "
msgstr "Όνομα αρχείου loopback: "
-#: diskdrake/interactive.pm:885
+#: diskdrake/interactive.pm:888
#, c-format
msgid "Give a file name"
msgstr "Δώστε ένα όνομα αρχείου"
-#: diskdrake/interactive.pm:888
+#: diskdrake/interactive.pm:891
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr "Το αρχείο χρησιμοποιείται ήδη από άλλο loopback, επιλέξτε ένα άλλο"
-#: diskdrake/interactive.pm:889
+#: diskdrake/interactive.pm:892
#, c-format
msgid "File already exists. Use it?"
msgstr "Το αρχείο υπάρχει ήδη. Να το χρησιμοποιήσω;"
-#: diskdrake/interactive.pm:912
+#: diskdrake/interactive.pm:915
#, c-format
msgid "Mount options"
msgstr "Επιλογές σύνδεσης"
-#: diskdrake/interactive.pm:919
+#: diskdrake/interactive.pm:922
#, c-format
msgid "Various"
msgstr "Διάφορα"
-#: diskdrake/interactive.pm:983
+#: diskdrake/interactive.pm:987
#, c-format
msgid "device"
msgstr "συσκευή"
-#: diskdrake/interactive.pm:984
+#: diskdrake/interactive.pm:988
#, c-format
msgid "level"
msgstr "επίπεδο"
-#: diskdrake/interactive.pm:985
-#, c-format
-msgid "chunk size"
+#: diskdrake/interactive.pm:989
+#, fuzzy, c-format
+msgid "chunk size in KiB"
msgstr "μέγεθος chunk"
-#: diskdrake/interactive.pm:1001
+#: diskdrake/interactive.pm:1006
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "Προσοχή: Αυτή η διαδικασία είναι επικίνδυνη."
-#: diskdrake/interactive.pm:1016
+#: diskdrake/interactive.pm:1021
#, c-format
msgid "What type of partitioning?"
msgstr "Τι τύπος κατάτμησης;"
-#: diskdrake/interactive.pm:1032
-#, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Το πακέτο %s είναι απαραίτητο. Να εγκατασταθεί;"
-
-#: diskdrake/interactive.pm:1061
+#: diskdrake/interactive.pm:1059
#, c-format
msgid "You'll need to reboot before the modification can take place"
msgstr "Απαιτείται επανεκκίνηση για να εφαρμοστούν οι αλλαγές"
-#: diskdrake/interactive.pm:1070
+#: diskdrake/interactive.pm:1068
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Ο πίνακας κατατμήσεων του δίσκου %s θα αποθηκευτεί στον δίσκο!"
-#: diskdrake/interactive.pm:1083
+#: diskdrake/interactive.pm:1081
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Μετά την μορφοποίηση της κατάτμησης %s, όλα τα δεδομένα σε αυτήν την "
"κατάτμηση θα χαθούν"
-#: diskdrake/interactive.pm:1100
+#: diskdrake/interactive.pm:1101
#, c-format
msgid "Move files to the new partition"
msgstr "Μετακίνηση αρχείων στην νέα κατάτμηση"
-#: diskdrake/interactive.pm:1100
+#: diskdrake/interactive.pm:1101
#, c-format
msgid "Hide files"
msgstr "Απόκρυψη αρχείων"
-#: diskdrake/interactive.pm:1101
+#: diskdrake/interactive.pm:1102
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2289,53 +2465,53 @@ msgstr ""
"Ο κατάλογος %s περιέχει ήδη δεδομένα\n"
"(%s)"
-#: diskdrake/interactive.pm:1112
+#: diskdrake/interactive.pm:1113
#, c-format
msgid "Moving files to the new partition"
msgstr "Μετακίνηση αρχείων στην νέα κατάτμηση"
-#: diskdrake/interactive.pm:1116
+#: diskdrake/interactive.pm:1117
#, c-format
msgid "Copying %s"
msgstr "Αντιγραφή %s"
-#: diskdrake/interactive.pm:1120
+#: diskdrake/interactive.pm:1121
#, c-format
msgid "Removing %s"
msgstr "Αφαίρεση %s"
-#: diskdrake/interactive.pm:1134
+#: diskdrake/interactive.pm:1135
#, c-format
msgid "partition %s is now known as %s"
msgstr "Η κατάτμηση %s είναι τώρα γνωστή ως %s "
-#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1217
+#: diskdrake/interactive.pm:1156 diskdrake/interactive.pm:1217
#, c-format
msgid "Device: "
msgstr "Συσκευή: "
-#: diskdrake/interactive.pm:1156
+#: diskdrake/interactive.pm:1157
#, fuzzy, c-format
msgid "Devfs name: "
msgstr "Όνομα συστήματος: "
-#: diskdrake/interactive.pm:1157
+#: diskdrake/interactive.pm:1158
#, c-format
msgid "Volume label: "
msgstr ""
-#: diskdrake/interactive.pm:1158
+#: diskdrake/interactive.pm:1159
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Πιθανό DOS γράμμα δίσκου: %s \n"
-#: diskdrake/interactive.pm:1162 diskdrake/interactive.pm:1170
-#: diskdrake/interactive.pm:1236
+#: diskdrake/interactive.pm:1163 diskdrake/interactive.pm:1170
+#: diskdrake/interactive.pm:1235
#, c-format
msgid "Type: "
msgstr "Τύπος: "
-#: diskdrake/interactive.pm:1166 install_steps_gtk.pm:341
+#: diskdrake/interactive.pm:1167 install_steps_gtk.pm:310
#, c-format
msgid "Name: "
msgstr "Όνομα: "
@@ -2382,8 +2558,8 @@ msgstr "Συνδεδεμένος\n"
#: diskdrake/interactive.pm:1184
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "RAID %s\n"
+msgstr "RAID %s\n"
#: diskdrake/interactive.pm:1186
#, c-format
@@ -2409,8 +2585,8 @@ msgid "Level %s\n"
msgstr "Επίπεδο %s\n"
#: diskdrake/interactive.pm:1190
-#, c-format
-msgid "Chunk size %s\n"
+#, fuzzy, c-format
+msgid "Chunk size %d KiB\n"
msgstr "Μέγεθος chunk %s\n"
#: diskdrake/interactive.pm:1191
@@ -2483,40 +2659,40 @@ msgstr "Τύπος πίνακα κατατμήσεων: %s\n"
msgid "on channel %d id %d\n"
msgstr "στο κανάλι %d id %d\n"
-#: diskdrake/interactive.pm:1257
+#: diskdrake/interactive.pm:1256
#, c-format
msgid "Filesystem encryption key"
msgstr "Κλειδί κρυπτογράφησης συστήματος αρχείων"
-#: diskdrake/interactive.pm:1258
+#: diskdrake/interactive.pm:1257
#, c-format
msgid "Choose your filesystem encryption key"
msgstr "Επιλέξτε το κλειδί κρυπτογράφησης του συστήματος αρχείων"
-#: diskdrake/interactive.pm:1261
+#: diskdrake/interactive.pm:1260
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Αυτός ο κωδικός πρόσβασης είναι πολύ απλός (πρέπει να έχει τουλάχιστον %d "
"χαρακτήρες)"
-#: diskdrake/interactive.pm:1262
+#: diskdrake/interactive.pm:1261
#, c-format
msgid "The encryption keys do not match"
msgstr "Τα κλειδιά κρυπτογράφησης είναι ανόμοια"
-#: diskdrake/interactive.pm:1265 network/netconnect.pm:979
-#: standalone/drakconnect:404
+#: diskdrake/interactive.pm:1264 network/netconnect.pm:1040
+#: standalone/drakconnect:395
#, c-format
msgid "Encryption key"
msgstr "Κλειδί κρυπτογράφησης"
-#: diskdrake/interactive.pm:1266
+#: diskdrake/interactive.pm:1265
#, c-format
msgid "Encryption key (again)"
msgstr "Κλειδί κρυπτογράφησης (ξανά)"
-#: diskdrake/removable.pm:47
+#: diskdrake/removable.pm:46
#, c-format
msgid "Change type"
msgstr "Αλλαγή τύπου"
@@ -2549,7 +2725,7 @@ msgstr ""
"Παρακαλώ εισάγετε το όνομα χρήστη τον κωδικό πρόσβασης και το όνομα τομέα "
"για τη σύνδεση στον host."
-#: diskdrake/smbnfs_gtk.pm:179 standalone/drakbackup:3495
+#: diskdrake/smbnfs_gtk.pm:179 standalone/drakbackup:3489
#, c-format
msgid "Username"
msgstr "Όνομα χρήστη"
@@ -2564,46 +2740,91 @@ msgstr "Αναζήτηση διακομιστών"
msgid "Search new servers"
msgstr "Αναζήτηση διακομιστών"
-#: do_pkgs.pm:21
+#: do_pkgs.pm:16 do_pkgs.pm:31
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Το πακέτο %s πρέπει να αναβαθμιστεί. Θέλετε να το εγκαταστήσετε;"
-#: do_pkgs.pm:26
+#: do_pkgs.pm:21 do_pkgs.pm:36
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Ένα απαραίτητο αρχείο (το %s ) δεν υπάρχει"
-#: do_pkgs.pm:143
+#: do_pkgs.pm:172
#, c-format
msgid "Installing packages..."
msgstr "Εγκατάσταση πακέτων..."
-#: do_pkgs.pm:217
+#: do_pkgs.pm:216
#, fuzzy, c-format
msgid "Removing packages..."
msgstr "Αφαιρείται ο %s..."
-#: fs.pm:416
+#: fs.pm:445 fs.pm:494
+#, c-format
+msgid "Mounting partition %s"
+msgstr "Προσάρτηση κατάτμησης %s"
+
+#: fs.pm:446 fs.pm:495
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr "η σύνδεση της κατάτμησης %s στον κατάλογο %s απέτυχε"
+
+#: fs.pm:466 fs.pm:473
+#, c-format
+msgid "Checking %s"
+msgstr "Έλεγχος %s"
+
+#: fs.pm:511 partition_table.pm:387
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "σφάλμα κατά την αποσύνδεση του %s: %s"
+
+#: fs.pm:543
+#, c-format
+msgid "Enabling swap partition %s"
+msgstr "Ενεργοποίηση κατάτμησης swap %s"
+
+#: fs/format.pm:39 fs/format.pm:46
+#, c-format
+msgid "Formatting partition %s"
+msgstr "Μορφοποίηση κατάτμησης %s"
+
+#: fs/format.pm:43
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "Δημιουργία και μορφοποίηση αρχείου %s"
+
+#: fs/format.pm:78
+#, c-format
+msgid "I don't know how to format %s in type %s"
+msgstr "δεν ξέρω πώς να μορφοποιήσω το %s σε τύπο %s"
+
+#: fs/format.pm:80
+#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s μορφοποίηση του %s απέτυχε"
+
+#: fs/mount_options.pm:112
#, c-format
msgid ""
"Do not update inode access times on this file system\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
-#: fs.pm:419
+#: fs/mount_options.pm:115
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
"the -a option will not cause the file system to be mounted)."
msgstr ""
-#: fs.pm:422
+#: fs/mount_options.pm:118
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr ""
-#: fs.pm:424
+#: fs/mount_options.pm:120
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
@@ -2611,7 +2832,7 @@ msgid ""
"containing binaries for architectures other than its own."
msgstr ""
-#: fs.pm:428
+#: fs/mount_options.pm:124
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
@@ -2619,17 +2840,17 @@ msgid ""
"have suidperl(1) installed.)"
msgstr ""
-#: fs.pm:432
+#: fs/mount_options.pm:128
#, c-format
msgid "Mount the file system read-only."
msgstr ""
-#: fs.pm:434
+#: fs/mount_options.pm:130
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr ""
-#: fs.pm:438
+#: fs/mount_options.pm:134
#, c-format
msgid ""
"Allow an ordinary user to mount the file system. The\n"
@@ -2640,65 +2861,28 @@ msgid ""
"user,exec,dev,suid )."
msgstr ""
-#: fs.pm:446
+#: fs/mount_options.pm:142
#, c-format
msgid "Give write access to ordinary users"
msgstr ""
-#: fs.pm:448
+#: fs/mount_options.pm:144
#, c-format
msgid "Give read-only access to ordinary users"
msgstr ""
-#: fs.pm:588 fs.pm:598 fs.pm:602 fs.pm:606 fs.pm:610 fs.pm:614 swap.pm:12
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s μορφοποίηση του %s απέτυχε"
-
-#: fs.pm:655
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "δεν ξέρω πώς να μορφοποιήσω το %s σε τύπο %s"
-
-#: fs.pm:662 fs.pm:669
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Μορφοποίηση κατάτμησης %s"
-
-#: fs.pm:666
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Δημιουργία και μορφοποίηση αρχείου %s"
-
-#: fs.pm:726 fs.pm:775
-#, c-format
-msgid "Mounting partition %s"
-msgstr "Προσάρτηση κατάτμησης %s"
-
-#: fs.pm:727 fs.pm:776
+#: fs/type.pm:364
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "η σύνδεση της κατάτμησης %s στον κατάλογο %s απέτυχε"
-
-#: fs.pm:747 fs.pm:754
-#, c-format
-msgid "Checking %s"
-msgstr "Έλεγχος %s"
-
-#: fs.pm:792 partition_table.pm:639
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "σφάλμα κατά την αποσύνδεση του %s: %s"
-
-#: fs.pm:824
-#, c-format
-msgid "Enabling swap partition %s"
-msgstr "Ενεργοποίηση κατάτμησης swap %s"
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr ""
+"Δεν μπορείτε να χρησιμοποιήσετε το JFS για κατατμήσεις μικρότερες από 16MB"
-#: fsedit.pm:21
+#: fs/type.pm:365
#, c-format
-msgid "simple"
-msgstr "απλό"
+msgid "You can't use ReiserFS for partitions smaller than 32MB"
+msgstr ""
+"Δεν μπορείτε να χρησιμοποιήσετε το ReiserFS για κατατμήσεις μικρότερες από "
+"32MB"
#: fsedit.pm:25
#, c-format
@@ -2710,7 +2894,7 @@ msgstr "με /usr"
msgid "server"
msgstr "εξυπηρετητής"
-#: fsedit.pm:263
+#: fsedit.pm:168
#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2728,37 +2912,24 @@ msgstr ""
"\n"
"Συμφωνείτε να διαγραφούν όλες οι κατατμήσεις;\n"
-#: fsedit.pm:524
-#, c-format
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-"Δεν μπορείτε να χρησιμοποιήσετε το JFS για κατατμήσεις μικρότερες από 16MB"
-
-#: fsedit.pm:525
-#, c-format
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-"Δεν μπορείτε να χρησιμοποιήσετε το ReiserFS για κατατμήσεις μικρότερες από "
-"32MB"
-
-#: fsedit.pm:544
+#: fsedit.pm:385
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Το σημείο σύνδεσης πρέπει να ξεκινάει με /"
-#: fsedit.pm:545
+#: fsedit.pm:386
#, fuzzy, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr ""
"Το όνομα του εκτυπωτή πρέπει να περιέχει μόνο γράμματα, αριθμούς και τον "
"χαρακτήρα underscore"
-#: fsedit.pm:546
+#: fsedit.pm:387
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Υπάρχει ήδη κατάτμηση με σημείο σύνδεσης %s\n"
-#: fsedit.pm:548
+#: fsedit.pm:389
#, fuzzy, c-format
msgid ""
"You've selected a software RAID partition as root (/).\n"
@@ -2768,12 +2939,12 @@ msgstr ""
"\n"
" Όχι\n"
-#: fsedit.pm:551
+#: fsedit.pm:392
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Δεν μπορείτε να χρησιμοποιήσετε μια κατάτμηση LVM για προσάρτηση %s"
-#: fsedit.pm:553
+#: fsedit.pm:394
#, fuzzy, c-format
msgid ""
"You've selected a LVM Logical Volume as root (/).\n"
@@ -2783,20 +2954,20 @@ msgstr ""
"\n"
" Όχι\n"
-#: fsedit.pm:556
+#: fsedit.pm:397
#, c-format
msgid ""
"You may not be able to install lilo (since lilo doesn't handle a LV on "
"multiple PVs)"
msgstr ""
-#: fsedit.pm:559 fsedit.pm:561
+#: fsedit.pm:400 fsedit.pm:402
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr ""
"Αυτός ο κατάλογος πρέπει να παραμείνει στο ριζικό σύστημα αρχείων (root)"
-#: fsedit.pm:563 fsedit.pm:565
+#: fsedit.pm:404 fsedit.pm:406
#, c-format
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2805,137 +2976,131 @@ msgstr ""
"Χρειάζεστε ένα πραγματικό σύστημα αρχείων (ext2/ext3, reiserfs, xfs, or jfs) "
"για αυτό το σημείο σύνδεσης\n"
-#: fsedit.pm:567
+#: fsedit.pm:408
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
"Δεν μπορείτε να χρησιμοποιήσετε κρυπτογραφημένο σύστημα αρχείων για "
"προσάρτηση %s"
-#: fsedit.pm:628
+#: fsedit.pm:469
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr ""
"Δεν υπάρχει αρκετός ελεύθερος χώρος για την αυτόματη δημιουργία νέων "
"κατατμήσεων"
-#: fsedit.pm:630
+#: fsedit.pm:471
#, c-format
msgid "Nothing to do"
msgstr "Καμία ενέργεια προς εκτέλεση"
-#: fsedit.pm:726
+#: fsedit.pm:569
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Σφάλμα κατά το άνοιγμα του %s για εγγραφή: %s"
-#: harddrake/data.pm:55
+#: harddrake/data.pm:61
#, c-format
msgid "Floppy"
msgstr "Δισκέτα"
-#: harddrake/data.pm:65
+#: harddrake/data.pm:71
#, c-format
msgid "Zip"
msgstr "Zip"
-#: harddrake/data.pm:75
+#: harddrake/data.pm:81
#, c-format
msgid "Disk"
msgstr "Δίσκος"
-#: harddrake/data.pm:84
+#: harddrake/data.pm:90
#, c-format
msgid "CDROM"
msgstr "CDROM"
-#: harddrake/data.pm:94
+#: harddrake/data.pm:100
#, c-format
msgid "CD/DVD burners"
msgstr "Συσκευές εγγραφής CD/DVD"
-#: harddrake/data.pm:104
+#: harddrake/data.pm:110
#, c-format
msgid "DVD-ROM"
msgstr "DVD-ROM"
-#: harddrake/data.pm:114 standalone/drakbackup:2025
+#: harddrake/data.pm:120 standalone/drakbackup:2045
#, c-format
msgid "Tape"
msgstr "Ταινία"
-#: harddrake/data.pm:123
+#: harddrake/data.pm:129
#, c-format
msgid "Videocard"
msgstr "Κάρτα οθόνης"
-#: harddrake/data.pm:133
+#: harddrake/data.pm:139
#, c-format
msgid "Tvcard"
msgstr "Κάρτα TV"
-#: harddrake/data.pm:142
+#: harddrake/data.pm:148
#, c-format
msgid "Other MultiMedia devices"
msgstr "Άλλα συσκευές Πολυμέσων"
-#: harddrake/data.pm:151
+#: harddrake/data.pm:157
#, c-format
msgid "Soundcard"
msgstr "Κάρτα ήχου"
-#: harddrake/data.pm:160
+#: harddrake/data.pm:166
#, c-format
msgid "Webcam"
msgstr ""
-#: harddrake/data.pm:174
+#: harddrake/data.pm:181
#, c-format
msgid "Processors"
msgstr "Επεξεργαστές"
-#: harddrake/data.pm:183
+#: harddrake/data.pm:191
#, fuzzy, c-format
msgid "ISDN adapters"
msgstr "Εσωτερική κάρτα ISDN"
-#: harddrake/data.pm:192
+#: harddrake/data.pm:201
#, c-format
msgid "Ethernetcard"
msgstr "Κάρτα Δικτύου Ethernet"
-#: harddrake/data.pm:208 network/netconnect.pm:464
+#: harddrake/data.pm:219 network/netconnect.pm:484
#, c-format
msgid "Modem"
msgstr "Μόντεμ"
-#: harddrake/data.pm:217
+#: harddrake/data.pm:229
#, c-format
msgid "ADSL adapters"
msgstr ""
-#: harddrake/data.pm:230
+#: harddrake/data.pm:243
#, fuzzy, c-format
msgid "AGP controllers"
msgstr "Ελεγκτές USB"
-#: harddrake/data.pm:239
+#: harddrake/data.pm:252
#, c-format
msgid "Bridges and system controllers"
msgstr ""
-#: harddrake/data.pm:248 help.pm:203 help.pm:991
-#: install_steps_interactive.pm:927 printer/printerdrake.pm:687
-#: printer/printerdrake.pm:4175
+#: harddrake/data.pm:261 help.pm:186 help.pm:855
+#: install_steps_interactive.pm:992 printer/printerdrake.pm:875
#, c-format
msgid "Printer"
msgstr "Εκτυπωτής"
-#: harddrake/data.pm:257 help.pm:991 install_steps_interactive.pm:920
-#, c-format
-msgid "Mouse"
-msgstr "Ποντίκι"
-
#: harddrake/data.pm:271
#, c-format
msgid "Joystick"
@@ -2958,50 +3123,72 @@ msgstr "Ελεγκτές USB"
#: harddrake/data.pm:308
#, c-format
+msgid "PCMCIA controllers"
+msgstr "ελεγκτές PCMCIA"
+
+#: harddrake/data.pm:321
+#, c-format
msgid "SCSI controllers"
msgstr "ελεγκτές SCSI"
-#: harddrake/data.pm:317
+#: harddrake/data.pm:330
#, c-format
msgid "USB controllers"
msgstr "Ελεγκτές USB"
-#: harddrake/data.pm:326
+#: harddrake/data.pm:339
#, fuzzy, c-format
msgid "USB ports"
msgstr ", εκτυπωτής USB"
-#: harddrake/data.pm:335
+#: harddrake/data.pm:348
#, c-format
msgid "SMBus controllers"
msgstr "Ελεγκτές SMBus"
-#: harddrake/data.pm:344
+#: harddrake/data.pm:357
+#, fuzzy, c-format
+msgid "UPS"
+msgstr "CUPS"
+
+#: harddrake/data.pm:366 help.pm:855 install_steps_interactive.pm:120
+#: install_steps_interactive.pm:952 standalone/keyboarddrake:24
+#, c-format
+msgid "Keyboard"
+msgstr "Πληκτρολόγιο"
+
+#: harddrake/data.pm:379 help.pm:855 install_steps_interactive.pm:985
+#, c-format
+msgid "Mouse"
+msgstr "Ποντίκι"
+
+#: harddrake/data.pm:393
#, c-format
msgid "Scanner"
msgstr "Σαρωτής"
-#: harddrake/data.pm:354 standalone/harddrake2:336
+#: harddrake/data.pm:403 standalone/harddrake2:431
#, c-format
msgid "Unknown/Others"
msgstr "Άγνωστο/Άλλο"
-#: harddrake/data.pm:374
+#: harddrake/data.pm:431
#, c-format
msgid "cpu # "
msgstr "επεξεργαστής # "
-#: harddrake/sound.pm:150 standalone/drakconnect:169
+#: harddrake/sound.pm:170 standalone/drakconnect:169
+#: standalone/drakconnect:613
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "Παρακαλώ περιμένετε... Εφαρμογή ρυθμίσεων"
-#: harddrake/sound.pm:186
+#: harddrake/sound.pm:206
#, c-format
msgid "No alternative driver"
msgstr "Κανένας εναλλακτικός οδηγός"
-#: harddrake/sound.pm:187
+#: harddrake/sound.pm:207
#, fuzzy, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
@@ -3009,12 +3196,12 @@ msgid ""
msgstr ""
"Δεν υπάρχει γνωστός εναλλακτικός οδηγός OSS/ALSA για την κάρτα ήχου σας (%s)"
-#: harddrake/sound.pm:193
+#: harddrake/sound.pm:213
#, c-format
msgid "Sound configuration"
msgstr "Ρύθμιση ήχου"
-#: harddrake/sound.pm:195
+#: harddrake/sound.pm:215
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
@@ -3023,7 +3210,7 @@ msgstr ""
"Εδώ μπορείτε να επιλέξετε έναν εναλλακτικό οδηγό (OSS ή ALSA) για την κάρτα "
"ήχου σας (%s)"
-#: harddrake/sound.pm:197
+#: harddrake/sound.pm:217
#, fuzzy, c-format
msgid ""
"\n"
@@ -3035,7 +3222,7 @@ msgstr ""
"\n"
" εξ' ορισμού"
-#: harddrake/sound.pm:199
+#: harddrake/sound.pm:219
#, fuzzy, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
@@ -3066,24 +3253,24 @@ msgstr ""
"\n"
" νέο"
-#: harddrake/sound.pm:213 harddrake/sound.pm:293 standalone/drakups:134
+#: harddrake/sound.pm:233 harddrake/sound.pm:318 standalone/drakups:146
#, c-format
msgid "Driver:"
msgstr "Οδηγός:"
-#: harddrake/sound.pm:218
+#: harddrake/sound.pm:238
#, c-format
msgid "Trouble shooting"
msgstr "Επίλυση προβλημάτων"
-#: harddrake/sound.pm:226
+#: harddrake/sound.pm:246
#, fuzzy, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
"\n"
"It has been reported to oops the kernel on unloading.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
+"The new \"%s\" driver will only be used on next bootstrap."
msgstr ""
"\n"
"\n"
@@ -3091,12 +3278,12 @@ msgstr ""
"\n"
" νέο."
-#: harddrake/sound.pm:234
+#: harddrake/sound.pm:254
#, c-format
msgid "No open source driver"
msgstr "Κανένας οδηγός ανοιχτού κώδικα"
-#: harddrake/sound.pm:235
+#: harddrake/sound.pm:255
#, fuzzy, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
@@ -3104,32 +3291,33 @@ msgid ""
msgstr ""
"Δεν υπάρχει γνωστός εναλλακτικός οδηγός OSS/ALSA για την κάρτα ήχου σας (%s)"
-#: harddrake/sound.pm:238
+#: harddrake/sound.pm:258
#, c-format
msgid "No known driver"
msgstr "Κανένας γνωστός οδηγός"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:259
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Δεν υπάρχει κάποιος γνωστός οδηγός για την κάρτα ήχου σας (%s)"
-#: harddrake/sound.pm:243
+#: harddrake/sound.pm:263
#, c-format
msgid "Unknown driver"
msgstr "Άγνωστος οδηγός"
-#: harddrake/sound.pm:244
+#: harddrake/sound.pm:264
#, c-format
msgid "Error: The \"%s\" driver for your sound card is unlisted"
msgstr "Σφάλμα: Ο οδηγός \"%s\" της κάρτας ήχου σας δεν υπάρχει στη λίστα"
-#: harddrake/sound.pm:257
+#: harddrake/sound.pm:278
#, c-format
msgid "Sound trouble shooting"
msgstr "Επίλυση προβλημάτων Ήχου"
-#: harddrake/sound.pm:258
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: harddrake/sound.pm:281
#, fuzzy, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
@@ -3171,17 +3359,18 @@ msgstr ""
"\n"
"\n"
-#: harddrake/sound.pm:284
+#: harddrake/sound.pm:307
#, c-format
msgid "Let me pick any driver"
msgstr "Θα διαλέξω εγώ οδηγό"
-#: harddrake/sound.pm:287
+#: harddrake/sound.pm:310
#, c-format
msgid "Choosing an arbitrary driver"
msgstr ""
-#: harddrake/sound.pm:288
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: harddrake/sound.pm:313
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
@@ -3261,17 +3450,17 @@ msgstr "ενεργοποίηση ραδιοφώνου"
#, fuzzy, c-format
msgid ""
"Before continuing, you should carefully read the terms of the license. It\n"
-"covers the entire Mandrakelinux distribution. If you do agree with all the\n"
-"terms in it, check the \"%s\" box. If not, clicking on the \"%s\" button\n"
-"will reboot your computer."
+"covers the entire Mandrakelinux distribution. If you agree with all the\n"
+"terms it contains, check the \"%s\" box. If not, clicking on the \"%s\"\n"
+"button will reboot your computer."
msgstr ""
"\n"
" Linux\n"
" Αποδοχή\n"
"."
-#: help.pm:14 install_steps_gtk.pm:598 install_steps_interactive.pm:88
-#: install_steps_interactive.pm:690 standalone/drakautoinst:216
+#: help.pm:14 install_steps_gtk.pm:567 install_steps_interactive.pm:94
+#: install_steps_interactive.pm:745 standalone/drakautoinst:216
#, c-format
msgid "Accept"
msgstr "Αποδοχή"
@@ -3279,42 +3468,41 @@ msgstr "Αποδοχή"
#: help.pm:17
#, fuzzy, c-format
msgid ""
-"GNU/Linux is a multi-user system, meaning each user may have their own\n"
-"preferences, their own files and so on. You can read the ``Starter Guide''\n"
-"to learn more about multi-user systems. But unlike \"root\", who is the\n"
-"system administrator, the users you add at this point will not be\n"
-"authorized to change anything except their own files and their own\n"
-"configurations, protecting the system from unintentional or malicious\n"
-"changes that impact on the system as a whole. You will have to create at\n"
-"least one regular user for yourself -- this is the account which you should\n"
-"use for routine, day-to-day use. Although it is very easy to log in as\n"
-"\"root\" to do anything and everything, it may also be very dangerous! A\n"
-"very simple mistake could mean that your system will not work any more. If\n"
-"you make a serious mistake as a regular user, the worst that will happen is\n"
-"that you will lose some information, but not affect the entire system.\n"
+"GNU/Linux is a multi-user system which means each user can have his or her\n"
+"own preferences, own files and so on. But unlike \"root\", who is the\n"
+"system administrator, the users you add at this point won't be authorized\n"
+"to change anything except their own files and their own configurations,\n"
+"protecting the system from unintentional or malicious changes which could\n"
+"impact on the system as a whole. You'll have to create at least one regular\n"
+"user for yourself -- this is the account which you should use for routine,\n"
+"day-to-day usage. Although it's very easy to log in as \"root\" to do\n"
+"anything and everything, it may also be very dangerous! A very simple\n"
+"mistake could mean that your system won't work any more. If you make a\n"
+"serious mistake as a regular user, the worst that can happen is that you'll\n"
+"lose some information, but you won't affect the entire system.\n"
"\n"
"The first field asks you for a real name. Of course, this is not mandatory\n"
"-- you can actually enter whatever you like. DrakX will use the first word\n"
-"you typed in this field and copy it to the \"%s\" field, which is the name\n"
+"you type in this field and copy it to the \"%s\" one, which is the name\n"
"this user will enter to log onto the system. If you like, you may override\n"
"the default and change the user name. The next step is to enter a password.\n"
"From a security point of view, a non-privileged (regular) user password is\n"
-"not as crucial as the \"root\" password, but that is no reason to neglect\n"
-"it by making it blank or too simple: after all, your files could be the\n"
-"ones at risk.\n"
+"not as crucial as the \"root\" password, but that's no reason to neglect it\n"
+"by making it blank or too simple: after all, your files could be the ones\n"
+"at risk.\n"
"\n"
"Once you click on \"%s\", you can add other users. Add a user for each one\n"
-"of your friends: your father or your sister, for example. Click \"%s\" when\n"
-"you have finished adding users.\n"
+"of your friends, your father, your sister, etc. Click \"%s\" when you're\n"
+"finished adding users.\n"
"\n"
"Clicking the \"%s\" button allows you to change the default \"shell\" for\n"
"that user (bash by default).\n"
"\n"
-"When you have finished adding users, you will be asked to choose a user who\n"
-"can automatically log into the system when the computer boots up. If you\n"
-"are interested in that feature (and do not care much about local security),\n"
-"choose the desired user and window manager, then click \"%s\". If you are\n"
-"not interested in this feature, uncheck the \"%s\" box."
+"When you're finished adding users, you'll be asked to choose a user who\n"
+"will be automatically logged into the system when the computer boots up. If\n"
+"you're interested in that feature (and don't care much about local\n"
+"security), choose the desired user and window manager, then click on\n"
+"\"%s\". If you're not interested in this feature, uncheck the \"%s\" box."
msgstr ""
"Linux χρήστης χρήστης\n"
"\n"
@@ -3354,23 +3542,28 @@ msgstr ""
" Ολοκληρώθηκε\n"
"."
-#: help.pm:52 help.pm:197 help.pm:444 help.pm:691 help.pm:784 help.pm:1005
-#: install_steps_gtk.pm:277 interactive.pm:403 interactive/newt.pm:308
-#: network/netconnect.pm:271 network/tools.pm:166 printer/printerdrake.pm:3090
-#: standalone/drakTermServ:397 standalone/drakbackup:3920
-#: standalone/drakbackup:4014 standalone/drakbackup:4031
-#: standalone/drakbackup:4049 ugtk2.pm:510
+#: help.pm:51 printer/printerdrake.pm:1488 printer/printerdrake.pm:1608
+#, c-format
+msgid "User name"
+msgstr "Όνομα χρήστη"
+
+#: help.pm:51 help.pm:431 help.pm:681 install_steps_gtk.pm:247
+#: interactive.pm:403 interactive/newt.pm:317 network/netconnect.pm:280
+#: network/tools.pm:198 printer/printerdrake.pm:3268
+#: standalone/drakTermServ:372 standalone/drakbackup:3941
+#: standalone/drakbackup:4035 standalone/drakbackup:4052
+#: standalone/drakbackup:4070 ugtk2.pm:515
#, c-format
msgid "Next"
msgstr "Επόμενο"
-#: help.pm:52 help.pm:418 help.pm:444 help.pm:660 help.pm:733 help.pm:768
+#: help.pm:51 help.pm:409 help.pm:431 help.pm:647 help.pm:722
#: interactive.pm:371
#, c-format
msgid "Advanced"
msgstr "Για Προχωρημένους"
-#: help.pm:55
+#: help.pm:54
#, fuzzy, c-format
msgid ""
"Listed here are the existing Linux partitions detected on your hard drive.\n"
@@ -3433,36 +3626,44 @@ msgstr ""
"\n"
"."
-#: help.pm:86
+#: help.pm:85
#, fuzzy, c-format
msgid ""
"The Mandrakelinux installation is distributed on several CD-ROMs. If a\n"
"selected package is located on another CD-ROM, DrakX will eject the current\n"
-"CD and ask you to insert the correct CD as required."
+"CD and ask you to insert the required one. If you do not have the requested\n"
+"CD at hand, just click on \"%s\", the corresponding packages will not be\n"
+"installed."
msgstr ""
"Η εγκατάσταση του Mandrakelinux είναι μοιρασμένο σε αρκετά CD-ROM. Το \n"
"DrakX ξέρει αν ένα επιλεγμένο πακέτο υπάρχει σε άλλο CD-ROM, θα εξάγει το \n"
"τρέχον CD και θα ζητήσει να εισάγετε ένα άλλο όταν αυτό θα χρειαστεί."
-#: help.pm:91
+#: help.pm:92
#, fuzzy, c-format
msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrakelinux, and\n"
-"to make it simpler to manage the packages have been placed into groups of\n"
-"similar applications.\n"
+"It's now time to specify which programs you wish to install on your system.\n"
+"There are thousands of packages available for Mandrakelinux, and to make it\n"
+"simpler to manage, they have been placed into groups of similar\n"
+"applications.\n"
"\n"
-"Packages are sorted into groups corresponding to a particular use of your\n"
-"machine. Mandrakelinux sorts packages groups in four categories. You can\n"
-"mix and match applications from the various categories, so a\n"
-"``Workstation'' installation can still have applications from the\n"
-"``Development'' category installed.\n"
+"Mandrakelinux sorts package groups in four categories. You can mix and\n"
+"match applications from the various categories, so a ``Workstation''\n"
+"installation can still have applications from the ``Server'' category\n"
+"installed.\n"
"\n"
" * \"%s\": if you plan to use your machine as a workstation, select one or\n"
-"more of the groups that are in the workstation category.\n"
+"more of the groups in the workstation category.\n"
"\n"
" * \"%s\": if you plan on using your machine for programming, select the\n"
-"appropriate groups from that category.\n"
+"appropriate groups from that category. The special \"LSB\" group will\n"
+"configure your system so that it complies as much as possible with the\n"
+"Linux Standard Base specifications.\n"
+"\n"
+" Selecting the \"LSB\" group will also install the \"2.4\" kernel series,\n"
+"instead of the default \"2.6\" one. This is to ensure 100%%-LSB compliance\n"
+"of the system. However, if you do not select the \"LSB\" group you will\n"
+"still have a system which is nearly 100%% LSB-compliant.\n"
"\n"
" * \"%s\": if your machine is intended to be a server, select which of the\n"
"more common services you wish to install on your machine.\n"
@@ -3472,9 +3673,19 @@ msgid ""
"interface available.\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect all groups when performing a regular\n"
-"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
+"text about that group.\n"
+"\n"
+"You can check the \"%s\" box, which is useful if you're familiar with the\n"
+"packages being offered or if you want to have total control over what will\n"
+"be installed.\n"
+"\n"
+"If you start the installation in \"%s\" mode, you can deselect all groups\n"
+"and prevent the installation of any new packages. This is useful for\n"
+"repairing or updating an existing system.\n"
+"\n"
+"If you deselect all groups when performing a regular installation (as\n"
+"opposed to an upgrade), a dialog will pop up suggesting different options\n"
+"for a minimal installation:\n"
"\n"
" * \"%s\": install the minimum number of packages possible to have a\n"
"working graphical desktop.\n"
@@ -3484,16 +3695,8 @@ msgid ""
"\n"
" * \"%s\": will install the absolute minimum number of packages necessary\n"
"to get a working Linux system. With this installation you will only have a\n"
-"command line interface. The total size of this installation is about 65\n"
-"megabytes.\n"
-"\n"
-"You can check the \"%s\" box, which is useful if you are familiar with the\n"
-"packages being offered or if you want to have total control over what will\n"
-"be installed.\n"
-"\n"
-"If you started the installation in \"%s\" mode, you can unselect all groups\n"
-"to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
+"command-line interface. The total size of this installation is about 65\n"
+"megabytes."
msgstr ""
"\n"
" Linux\n"
@@ -3546,82 +3749,82 @@ msgstr ""
" νέο\n"
"."
-#: help.pm:137
+#: help.pm:146 share/compssUsers.pl:23
#, c-format
msgid "Workstation"
msgstr "Σταθμός Εργασίας"
-#: help.pm:137
+#: help.pm:146 share/compssUsers.pl:64 share/compssUsers.pl:162
+#: share/compssUsers.pl:164
#, c-format
msgid "Development"
msgstr "Ανάπτυξη"
-#: help.pm:137
+#: help.pm:146 share/compssUsers.pl:144
#, c-format
msgid "Graphical Environment"
msgstr "Γραφικό Περιβάλλον"
-#: help.pm:137 install_steps_interactive.pm:552
+#: help.pm:146 install_steps_gtk.pm:242 install_steps_interactive.pm:646
+#, c-format
+msgid "Individual package selection"
+msgstr "Επιλογή ξεχωριστών πακέτων"
+
+#: help.pm:146 help.pm:588
+#, c-format
+msgid "Upgrade"
+msgstr "Αναβάθμιση"
+
+#: help.pm:146 install_steps_interactive.pm:600
#, c-format
msgid "With X"
msgstr "Με Χ"
-#: help.pm:137
+#: help.pm:146
#, fuzzy, c-format
msgid "With basic documentation"
msgstr "Με την βασική τεκμηρίωση (συνιστάται!)"
-#: help.pm:137
+#: help.pm:146
#, fuzzy, c-format
msgid "Truly minimal install"
msgstr "Ελάχιστη Εγκατάσταση"
-#: help.pm:137 install_steps_gtk.pm:272 install_steps_interactive.pm:598
-#, c-format
-msgid "Individual package selection"
-msgstr "Επιλογή ξεχωριστών πακέτων"
-
-#: help.pm:137 help.pm:602
-#, c-format
-msgid "Upgrade"
-msgstr "Αναβάθμιση"
-
-#: help.pm:140
+#: help.pm:149
#, fuzzy, c-format
msgid ""
-"If you told the installer that you wanted to individually select packages,\n"
-"it will present 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"
+"If you choose to install packages individually, the installer will present\n"
+"a tree containing all packages classified by groups and subgroups. While\n"
+"browsing the tree, you can select entire groups, subgroups, or individual\n"
+"packages.\n"
"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right to let you know the purpose of the package.\n"
+"Whenever you select a package on the tree, a description will appear on the\n"
+"right to let you know the purpose of that package.\n"
"\n"
"!! If a server package has been selected, either because you specifically\n"
"chose the individual package or because it was part of a group of packages,\n"
-"you will be asked to confirm that you really want those servers to be\n"
+"you'll be asked to confirm that you really want those servers to be\n"
"installed. By default Mandrakelinux will automatically start any installed\n"
"services at boot time. Even if they are safe and have no known issues at\n"
-"the time the distribution was shipped, it is entirely possible that that\n"
+"the time the distribution was shipped, it is entirely possible that\n"
"security holes were discovered after this version of Mandrakelinux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"%s\". Clicking \"%s\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default during boot. !!\n"
+"finalized. If you don't know what a particular service is supposed to do or\n"
+"why it's being installed, then click \"%s\". Clicking \"%s\" will install\n"
+"the listed services and they will be started automatically at boot time. !!\n"
"\n"
"The \"%s\" option is used to disable the warning dialog which appears\n"
"whenever the installer automatically selects a package to resolve a\n"
-"dependency issue. Some packages have relationships between each them such\n"
-"that installation of one package requires that some other program is also\n"
-"required to be installed. The installer can determine which packages are\n"
-"required to satisfy a dependency to successfully complete the installation.\n"
+"dependency issue. Some packages depend on others and the installation of\n"
+"one particular package may require the installation of another package. The\n"
+"installer can determine which packages are required to satisfy a dependency\n"
+"to successfully complete the installation.\n"
"\n"
"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
"package list created during a previous installation. This is useful if you\n"
"have a number of machines that you wish to configure identically. Clicking\n"
-"on this icon will ask you to insert a floppy disk previously created at the\n"
-"end of another installation. See the second tip of last step on how to\n"
-"create such a floppy."
+"on this icon will ask you to insert the floppy disk created at the end of\n"
+"another installation. See the second tip of the last step on how to create\n"
+"such a floppy."
msgstr ""
"\n"
"\n"
@@ -3657,116 +3860,66 @@ msgstr ""
"\n"
"."
-#: help.pm:172 help.pm:301 help.pm:329 help.pm:457 install_any.pm:411
-#: interactive.pm:149 modules/interactive.pm:71 standalone/harddrake2:225
-#: ugtk2.pm:1083 wizards.pm:156
+#: help.pm:180 help.pm:285 help.pm:313 help.pm:444 install_any.pm:722
+#: interactive.pm:149 modules/interactive.pm:71 standalone/drakbackup:2503
+#: standalone/draksec:54 standalone/harddrake2:299 ugtk2.pm:1121
+#: wizards.pm:156
#, c-format
msgid "No"
msgstr "Όχι"
-#: help.pm:172 help.pm:301 help.pm:457 install_any.pm:411 interactive.pm:149
-#: modules/interactive.pm:71 printer/printerdrake.pm:607 standalone/drakgw:288
-#: standalone/drakgw:289 standalone/drakgw:297 standalone/drakgw:307
-#: standalone/harddrake2:224 ugtk2.pm:1083 wizards.pm:156
+#: help.pm:180 help.pm:285 help.pm:444 install_any.pm:722 interactive.pm:149
+#: modules/interactive.pm:71 printer/printerdrake.pm:711
+#: standalone/drakbackup:2503 standalone/drakgw:290 standalone/drakgw:291
+#: standalone/drakgw:299 standalone/drakgw:309 standalone/draksec:55
+#: standalone/harddrake2:298 ugtk2.pm:1121 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "Ναι"
-#: help.pm:172
+#: help.pm:180
#, c-format
msgid "Automatic dependencies"
msgstr ""
-#: help.pm:175
-#, fuzzy, c-format
-msgid ""
-"You will now set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"%s\".\n"
-"Mandrakelinux will attempt to auto-detect network devices and modems. If\n"
-"this detection fails, uncheck the \"%s\" box. You may also choose not to\n"
-"configure the network, or to do it later, in which case clicking the \"%s\"\n"
-"button will take you to the next step.\n"
-"\n"
-"When configuring your network, the available connections options are:\n"
-"Normal modem connection, Winmodem connection, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"We will not detail each configuration option - just make sure that you have\n"
-"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
-"from your Internet Service Provider or system administrator.\n"
-"\n"
-"About Winmodem Connection. Winmodems are special integrated low-end modems\n"
-"that require additional software to work compared to Normal modems. Some of\n"
-"those modems actually work under Mandrakelinux, some others do not. You\n"
-"can consult the list of supported modems at LinModems.\n"
-"\n"
-"You can consult the ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection."
-msgstr ""
-"Διαδίκτυο\n"
-" Διαδίκτυο Επόμενο\n"
-" Linux\n"
-"\n"
-"\n"
-" Άκυρο\n"
-"\n"
-" Πότε\n"
-"\n"
-" απλό\n"
-"\n"
-"\n"
-" εξ' ορισμού\n"
-" Διαδίκτυο\n"
-"\n"
-" Διαδίκτυο\n"
-"\n"
-"."
-
-#: help.pm:197
-#, c-format
-msgid "Use auto detection"
-msgstr "Χρήση αυτόματης ανίχνευσης"
-
-#: help.pm:200
+#: help.pm:183
#, fuzzy, c-format
msgid ""
"\"%s\": clicking on the \"%s\" button will open the printer configuration\n"
"wizard. Consult the corresponding chapter of the ``Starter Guide'' for more\n"
-"information on how to setup a new printer. The interface presented there is\n"
-"similar to the one used during installation."
+"information on how to set up a new printer. The interface presented in our\n"
+"manual is similar to the one used during installation."
msgstr ""
"Εκτυπωτής Όχι Εκτυπωτής\n"
"\n"
" νέο\n"
"."
-#: help.pm:203 help.pm:581 help.pm:991 install_steps_gtk.pm:648
-#: standalone/drakbackup:2313 standalone/drakbackup:2321
-#: standalone/drakbackup:2329 standalone/drakbackup:2337
+#: help.pm:186 help.pm:566 help.pm:855 install_steps_gtk.pm:622
+#: standalone/drakbackup:2329 standalone/drakbackup:2333
+#: standalone/drakbackup:2337 standalone/drakbackup:2341
#, c-format
msgid "Configure"
msgstr "Ρύθμιση"
-#: help.pm:206
+#: help.pm:189
#, fuzzy, c-format
msgid ""
-"This dialog is used to choose which services you wish to start at boot\n"
+"This dialog is used to select which services you wish to start at boot\n"
"time.\n"
"\n"
-"DrakX will list all the services available on the current installation.\n"
-"Review each one carefully and uncheck those which are not needed at boot\n"
+"DrakX will list all services available on the current installation. Review\n"
+"each one of them carefully and uncheck those which aren't needed at boot\n"
"time.\n"
"\n"
"A short explanatory text will be displayed about a service when it is\n"
-"selected. However, if you are not sure whether a service is useful or not,\n"
+"selected. However, if you're not sure whether a service is useful or not,\n"
"it is safer to leave the default behavior.\n"
"\n"
"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
+"server: you probably don't want to start any services which you don't need.\n"
+"Please remember that some services can be dangerous if they're enabled on a\n"
+"server. In general, select only those services you really need. !!"
msgstr ""
"\n"
"\n"
@@ -3784,7 +3937,7 @@ msgstr ""
" εξυπηρετητής\n"
"!"
-#: help.pm:224
+#: help.pm:206
#, fuzzy, c-format
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
@@ -3792,13 +3945,13 @@ msgid ""
"motherboard is set to local time, you may deactivate this by unselecting\n"
"\"%s\", which will let GNU/Linux know that the system clock and the\n"
"hardware clock are in the same time zone. This is useful when the machine\n"
-"also hosts another operating system like Windows.\n"
+"also hosts another operating system.\n"
"\n"
-"The \"%s\" option will automatically regulate the clock by connecting to a\n"
-"remote time server on the Internet. For this feature to work, you must have\n"
-"a working Internet connection. It is best to choose a time server located\n"
-"near you. This option actually installs a time server that can be used by\n"
-"other machines on your local network as well."
+"The \"%s\" option will automatically regulate the system clock by\n"
+"connecting to a remote time server on the Internet. For this feature to\n"
+"work, you must have a working Internet connection. We recommend that you\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server which can be used by other machines on your local network as well."
msgstr ""
"Linux\n"
"\n"
@@ -3813,27 +3966,27 @@ msgstr ""
" εξυπηρετητής\n"
" εξυπηρετητής."
-#: help.pm:235 install_steps_interactive.pm:822
+#: help.pm:217 install_steps_interactive.pm:887
#, c-format
msgid "Hardware clock set to GMT"
msgstr "Το ρολόι του υπολογιστή σας είναι ρυθμισμένο σε GMT (ώρα Γκρίνουιτς)"
-#: help.pm:235
+#: help.pm:217
#, fuzzy, c-format
msgid "Automatic time synchronization"
msgstr "Αυτόματος συγχρονισμός ώρας (χρήση NTP)"
-#: help.pm:238
+#: help.pm:220
#, fuzzy, c-format
msgid ""
"Graphic Card\n"
"\n"
" The installer will normally automatically detect and configure the\n"
-"graphic card installed on your machine. If it is not the case, you can\n"
+"graphic card installed on your machine. If this is not correct, you can\n"
"choose from this list the card you actually have installed.\n"
"\n"
" In the situation where different servers are available for your card,\n"
-"with or without 3D acceleration, you are asked to choose the server that\n"
+"with or without 3D acceleration, you're asked to choose the server which\n"
"best suits your needs."
msgstr ""
"\n"
@@ -3846,39 +3999,41 @@ msgstr ""
" εξυπηρετητής\n"
"."
-#: help.pm:249
+#: help.pm:231
#, fuzzy, c-format
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"
"WindowMaker, etc.) bundled with Mandrakelinux rely upon.\n"
"\n"
-"You will be presented with a list of different parameters to change to get\n"
-"an optimal graphical display: Graphic Card\n"
+"You'll see a list of different parameters to change to get an optimal\n"
+"graphical display.\n"
+"\n"
+"Graphic Card\n"
"\n"
" The installer will normally automatically detect and configure the\n"
-"graphic card installed on your machine. If it is not the case, you can\n"
+"graphic card installed on your machine. If this is not correct, you can\n"
"choose from this list the card you actually have installed.\n"
"\n"
" In the situation where different servers are available for your card,\n"
-"with or without 3D acceleration, you are asked to choose the server that\n"
+"with or without 3D acceleration, you're asked to choose the server which\n"
"best suits your needs.\n"
"\n"
"\n"
"\n"
"Monitor\n"
"\n"
-" The installer will normally automatically detect and configure the\n"
-"monitor connected to your machine. If it is incorrect, you can choose from\n"
-"this list the monitor you actually have connected to your computer.\n"
+" Normally the installer will automatically detect and configure the\n"
+"monitor connected to your machine. If it is not correct, you can choose\n"
+"from this list the monitor which is connected to your computer.\n"
"\n"
"\n"
"\n"
"Resolution\n"
"\n"
" Here you can choose the resolutions and color depths available for your\n"
-"hardware. Choose the one that best suits your needs (you will be able to\n"
-"change that after installation though). A sample of the chosen\n"
+"graphics hardware. Choose the one which best suits your needs (you will be\n"
+"able to make changes after the installation). A sample of the chosen\n"
"configuration is shown in the monitor picture.\n"
"\n"
"\n"
@@ -3887,21 +4042,21 @@ msgid ""
"\n"
" Depending on your hardware, this entry might not appear.\n"
"\n"
-" the system will try to open a graphical screen at the desired\n"
-"resolution. If you can see the message during the test and answer \"%s\",\n"
-"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+" The system will try to open a graphical screen at the desired\n"
+"resolution. If you see the test message during the test and answer \"%s\",\n"
+"then DrakX will proceed to the next step. If you do not see it, then it\n"
"means that some part of the auto-detected configuration was incorrect and\n"
-"the test will automatically end after 12 seconds, bringing you back to the\n"
+"the test will automatically end after 12 seconds and return you to the\n"
"menu. Change settings until you get a correct graphical display.\n"
"\n"
"\n"
"\n"
"Options\n"
"\n"
-" Here you can choose whether you want to have your machine automatically\n"
-"switch to a graphical interface at boot. Obviously, you want to check\n"
-"\"%s\" if your machine is to act as a server, or if you were not successful\n"
-"in getting the display configured."
+" This steps allows you to choose whether you want your machine to\n"
+"automatically switch to a graphical interface at boot. Obviously, you may\n"
+"want to check \"%s\" if your machine is to act as a server, or if you were\n"
+"not successful in getting the display configured."
msgstr ""
"Σύστημα Linux\n"
"\n"
@@ -3955,14 +4110,14 @@ msgstr ""
" Όχι εξυπηρετητής\n"
"."
-#: help.pm:304
+#: help.pm:288
#, fuzzy, c-format
msgid ""
"Monitor\n"
"\n"
-" The installer will normally automatically detect and configure the\n"
-"monitor connected to your machine. If it is incorrect, you can choose from\n"
-"this list the monitor you actually have connected to your computer."
+" Normally the installer will automatically detect and configure the\n"
+"monitor connected to your machine. If it is not correct, you can choose\n"
+"from this list the monitor which is connected to your computer."
msgstr ""
"Οθόνη\n"
"\n"
@@ -3970,14 +4125,14 @@ msgstr ""
"\n"
"."
-#: help.pm:311
+#: help.pm:295
#, fuzzy, c-format
msgid ""
"Resolution\n"
"\n"
" Here you can choose the resolutions and color depths available for your\n"
-"hardware. Choose the one that best suits your needs (you will be able to\n"
-"change that after installation though). A sample of the chosen\n"
+"graphics hardware. Choose the one which best suits your needs (you will be\n"
+"able to make changes after the installation). A sample of the chosen\n"
"configuration is shown in the monitor picture."
msgstr ""
"Ανάλυση\n"
@@ -3987,26 +4142,26 @@ msgstr ""
"\n"
"."
-#: help.pm:319
+#: help.pm:303
#, fuzzy, c-format
msgid ""
"In the situation where different servers are available for your card, with\n"
-"or without 3D acceleration, you are asked to choose the server that best\n"
+"or without 3D acceleration, you're asked to choose the server which best\n"
"suits your needs."
msgstr ""
"\n"
" εξυπηρετητής\n"
"."
-#: help.pm:324
+#: help.pm:308
#, fuzzy, c-format
msgid ""
"Options\n"
"\n"
-" Here you can choose whether you want to have your machine automatically\n"
-"switch to a graphical interface at boot. Obviously, you want to check\n"
-"\"%s\" if your machine is to act as a server, or if you were not successful\n"
-"in getting the display configured."
+" This steps allows you to choose whether you want your machine to\n"
+"automatically switch to a graphical interface at boot. Obviously, you may\n"
+"want to check \"%s\" if your machine is to act as a server, or if you were\n"
+"not successful in getting the display configured."
msgstr ""
"\n"
"\n"
@@ -4014,62 +4169,63 @@ msgstr ""
" εξυπηρετητής\n"
"."
-#: help.pm:332
+#: help.pm:316
#, fuzzy, c-format
msgid ""
-"At this point, you need to decide where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space you will\n"
-"have to partition the drive. Basically, partitioning a hard drive consists\n"
-"of logically dividing it to create the space needed to install your new\n"
+"You now need to decide where you want to install the Mandrakelinux\n"
+"operating system on your hard drive. If your hard drive is empty or if an\n"
+"existing operating system is using all the available space you will have to\n"
+"partition the drive. Basically, partitioning a hard drive means to\n"
+"logically divide it to create the space needed to install your new\n"
"Mandrakelinux system.\n"
"\n"
"Because the process of partitioning a hard drive is usually irreversible\n"
-"and can lead to lost data if there is an existing operating system already\n"
-"installed on the drive, partitioning can be intimidating and stressful if\n"
-"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"and can lead to data losses, partitioning can be intimidating and stressful\n"
+"for the inexperienced user. Fortunately, DrakX includes a wizard which\n"
"simplifies this process. Before continuing with this step, read through the\n"
"rest of this section and above all, take your time.\n"
"\n"
-"Depending on your hard drive configuration, several options are available:\n"
+"Depending on the configuration of your hard drive, several options are\n"
+"available:\n"
"\n"
-" * \"%s\": this option will perform an automatic partitioning of your blank\n"
+" * \"%s\". This option will perform an automatic partitioning of your blank\n"
"drive(s). If you use this option there will be no further prompts.\n"
"\n"
-" * \"%s\": the wizard has detected one or more existing Linux partitions on\n"
+" * \"%s\". The wizard has detected one or more existing Linux partitions on\n"
"your hard drive. If you want to use them, choose this option. You will then\n"
"be asked to choose the mount points associated with each of the partitions.\n"
"The legacy mount points are selected by default, and for the most part it's\n"
"a good idea to keep them.\n"
"\n"
-" * \"%s\": if Microsoft Windows is installed on your hard drive and takes\n"
+" * \"%s\". If Microsoft Windows is installed on your hard drive and takes\n"
"all the space available on it, you will have to create free space for\n"
"GNU/Linux. To do so, you can delete your Microsoft Windows partition and\n"
"data (see ``Erase entire disk'' solution) or resize your Microsoft Windows\n"
"FAT or NTFS partition. Resizing can be performed without the loss of any\n"
-"data, provided you have previously defragmented the Windows partition.\n"
-"Backing up your data is strongly recommended.. Using this option is\n"
+"data, provided you've previously defragmented the Windows partition.\n"
+"Backing up your data is strongly recommended. Using this option is\n"
"recommended if you want to use both Mandrakelinux and Microsoft Windows on\n"
"the same computer.\n"
"\n"
" Before choosing this option, please understand that after this\n"
"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"then when you started. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software.\n"
+"than when you started. You'll have less free space under Microsoft Windows\n"
+"to store your data or to install new software.\n"
"\n"
-" * \"%s\": if you want to delete all data and all partitions present on\n"
-"your hard drive and replace them with your new Mandrakelinux system,\n"
-"choose this option. Be careful, because you will not be able to undo your\n"
-"choice after you confirm.\n"
+" * \"%s\". If you want to delete all data and all partitions present on\n"
+"your hard drive and replace them with your new Mandrakelinux system, choose\n"
+"this option. Be careful, because you won't be able to undo this operation\n"
+"after you confirm.\n"
"\n"
" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-" * \"%s\": this will simply erase everything on the drive and begin fresh,\n"
-"partitioning everything from scratch. All data on your disk will be lost.\n"
+" * \"%s\". This option appears when the hard drive is entirely taken by\n"
+"Microsoft Windows. Choosing this option will simply erase everything on the\n"
+"drive and begin fresh, partitioning everything from scratch.\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-" * \"%s\": choose this option if you want to manually partition your hard\n"
+" * \"%s\". Choose this option if you want to manually partition your hard\n"
"drive. Be careful -- it is a powerful but dangerous choice and you can very\n"
"easily lose all your data. That's why this option is really only\n"
"recommended if you have done something like this before and have some\n"
@@ -4138,52 +4294,53 @@ msgstr ""
"\n"
"."
-#: help.pm:389 install_interactive.pm:95
+#: help.pm:374 install_interactive.pm:95
#, c-format
msgid "Use free space"
msgstr "Χρήση ελεύθερου χώρου"
-#: help.pm:389
+#: help.pm:374
#, fuzzy, c-format
msgid "Use existing partition"
msgstr "Χρήση υπαρχουσών κατατμήσεων"
-#: help.pm:389 install_interactive.pm:137
+#: help.pm:374 install_interactive.pm:137
#, c-format
msgid "Use the free space on the Windows partition"
msgstr "Χρήση του ελεύθερου χώρου στην κατάτμηση των Windows"
-#: help.pm:389 install_interactive.pm:211
+#: help.pm:374 install_interactive.pm:213
#, c-format
msgid "Erase entire disk"
msgstr "Διαγραφή ολόκληρου του δίσκου"
-#: help.pm:389
+#: help.pm:374
#, fuzzy, c-format
msgid "Remove Windows"
msgstr "Αφαίρεση Windows(TM)"
-#: help.pm:389 install_interactive.pm:226
+#: help.pm:374 install_interactive.pm:228
#, c-format
msgid "Custom disk partitioning"
msgstr "Προσαρμοσμένες κατατμήσεις δίσκου"
-#: help.pm:392
+#: help.pm:377
#, fuzzy, c-format
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"%s\" to reboot the system. Don't forget to\n"
-"remove the installation media (CD-ROM or floppy). The first thing you\n"
+"ready to be used. Just click on \"%s\" to reboot the system. Don't forget\n"
+"to remove the installation media (CD-ROM or floppy). The first thing you\n"
"should see after your computer has finished doing its hardware tests is the\n"
-"bootloader menu, giving you the choice of which operating system to start.\n"
+"boot-loader menu, giving you the choice of which operating system to start.\n"
"\n"
"The \"%s\" button shows two more buttons to:\n"
"\n"
-" * \"%s\": to create an installation floppy disk that will automatically\n"
-"perform a whole installation without the help of an operator, similar to\n"
-"the installation you just configured.\n"
+" * \"%s\": enables you to create an installation floppy disk which will\n"
+"automatically perform a whole installation without the help of an operator,\n"
+"similar to the installation you've just configured.\n"
"\n"
-" Note that two different options are available after clicking the button:\n"
+" Note that two different options are available after clicking on that\n"
+"button:\n"
"\n"
" * \"%s\". This is a partially automated installation. The partitioning\n"
"step is the only interactive procedure.\n"
@@ -4191,13 +4348,18 @@ msgid ""
" * \"%s\". Fully automated installation: the hard disk is completely\n"
"rewritten, all data is lost.\n"
"\n"
-" This feature is very handy when installing a number of similar machines.\n"
-"See the Auto install section on our web site for more information.\n"
+" This feature is very handy when installing on a number of similar\n"
+"machines. See the Auto install section on our web site for more\n"
+"information.\n"
+"\n"
+" * \"%s\"(*): saves a list of the packages selected in this installation.\n"
+"To use this selection with another installation, insert the floppy and\n"
+"start the installation. At the prompt, press the [F1] key, type >>linux\n"
+"defcfg=\"floppy\"<< and press the [Enter] key.\n"
"\n"
-" * \"%s\": saves a list of the packages selected in this installation. To\n"
-"use this selection with another installation, insert the floppy and start\n"
-"the installation. At the prompt, press the [F1] key and type >>linux\n"
-"defcfg=\"floppy\" <<."
+"(*) You need a FAT-formatted floppy. To create one under GNU/Linux, type\n"
+"\"mformat a:\", or \"fdformat /dev/fd0\" followed by \"mkfs.vfat\n"
+"/dev/fd0\"."
msgstr ""
"Linux\n"
" Επόμενο\n"
@@ -4229,52 +4391,48 @@ msgstr ""
"\n"
" Linux\n"
-#: help.pm:418
+#: help.pm:409
#, fuzzy, c-format
msgid "Generate auto-install floppy"
msgstr "Δημιουργία δισκέτας αυτόματης εγκατάστασης"
-#: help.pm:418 install_steps_interactive.pm:1316
+#: help.pm:409 install_steps_interactive.pm:1363
#, c-format
msgid "Replay"
msgstr "Επαναφόρτωση"
-#: help.pm:418 install_steps_interactive.pm:1316
+#: help.pm:409 install_steps_interactive.pm:1363
#, c-format
msgid "Automated"
msgstr "Αυτόματο"
-#: help.pm:418 install_steps_interactive.pm:1319
+#: help.pm:409 install_steps_interactive.pm:1366
#, c-format
msgid "Save packages selection"
msgstr "Αποθήκευση επιλογής πακέτων"
-#: help.pm:421
+#: help.pm:412
#, fuzzy, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
+"If you chose to reuse some legacy GNU/Linux partitions, you may wish to\n"
+"reformat some of them and erase any data they contain. To do so, please\n"
+"select those partitions as well.\n"
"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
+"Please note that it's not necessary to reformat all pre-existing\n"
"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
+"system (such as \"/\", \"/usr\" or \"/var\") but you don't have to reformat\n"
+"partitions containing data that you wish to keep (typically \"/home\").\n"
"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"it.\n"
+"Please be careful when selecting partitions. After the formatting is\n"
+"completed, all data on the selected partitions will be deleted and you\n"
+"won't be able to recover it.\n"
"\n"
-"Click on \"%s\" when you are ready to format the partitions.\n"
+"Click on \"%s\" when you're ready to format the partitions.\n"
"\n"
"Click on \"%s\" if you want to choose another partition for your new\n"
"Mandrakelinux operating system installation.\n"
"\n"
-"Click on \"%s\" if you wish to select partitions that will be checked for\n"
+"Click on \"%s\" if you wish to select partitions which will be checked for\n"
"bad blocks on the disk."
msgstr ""
"\n"
@@ -4302,29 +4460,29 @@ msgstr ""
" Για Προχωρημένους\n"
"."
-#: help.pm:444 help.pm:1005 install_steps_gtk.pm:433 interactive.pm:404
-#: interactive/newt.pm:307 printer/printerdrake.pm:3088
-#: standalone/drakTermServ:376 standalone/drakbackup:3880
-#: standalone/drakbackup:3919 standalone/drakbackup:4030
-#: standalone/drakbackup:4045 ugtk2.pm:508
+#: help.pm:431 install_steps_gtk.pm:402 interactive.pm:404
+#: interactive/newt.pm:316 printer/printerdrake.pm:3266
+#: standalone/drakTermServ:351 standalone/drakbackup:3901
+#: standalone/drakbackup:3940 standalone/drakbackup:4051
+#: standalone/drakbackup:4066 ugtk2.pm:513
#, c-format
msgid "Previous"
msgstr "Προηγούμενο"
-#: help.pm:447
+#: help.pm:434
#, fuzzy, c-format
msgid ""
-"At the time you are installing Mandrakelinux, it is likely that some\n"
-"packages will have been updated since the initial release. Bugs may have\n"
-"been fixed, security issues resolved. To allow you to benefit from these\n"
-"updates, you are now able to download them from the Internet. Check \"%s\"\n"
-"if you have a working Internet connection, or \"%s\" if you prefer to\n"
-"install updated packages later.\n"
+"By the time you install Mandrakelinux, it's likely that some packages will\n"
+"have been updated since the initial release. Bugs may have been fixed,\n"
+"security issues resolved. To allow you to benefit from these updates,\n"
+"you're now able to download them from the Internet. Check \"%s\" if you\n"
+"have a working Internet connection, or \"%s\" if you prefer to install\n"
+"updated packages later.\n"
"\n"
-"Choosing \"%s\" will display a list of places from which updates can be\n"
-"retrieved. You should choose one near to you. A package-selection tree will\n"
-"appear: review the selection, and press \"%s\" to retrieve and install the\n"
-"selected package(s), or \"%s\" to abort."
+"Choosing \"%s\" will display a list of web locations from which updates can\n"
+"be retrieved. You should choose one near to you. A package-selection tree\n"
+"will appear: review the selection, and press \"%s\" to retrieve and install\n"
+"the selected package(s), or \"%s\" to abort."
msgstr ""
"Linux\n"
"\n"
@@ -4338,28 +4496,27 @@ msgstr ""
" Εγκατάσταση\n"
" Άκυρο."
-#: help.pm:457 help.pm:602 install_steps_gtk.pm:432
-#: install_steps_interactive.pm:148 standalone/drakbackup:4077
+#: help.pm:444 help.pm:588 install_steps_gtk.pm:401
+#: install_steps_interactive.pm:158 standalone/drakbackup:4098
#, c-format
msgid "Install"
msgstr "Εγκατάσταση"
-#: help.pm:460
+#: help.pm:447
#, fuzzy, c-format
msgid ""
-"At this point, DrakX will allow you to choose the security level desired\n"
-"for the machine. As a rule of thumb, the security level should be set\n"
-"higher if the machine will contain crucial data, or if it will be a machine\n"
-"directly exposed to the Internet. The trade-off of a higher security level\n"
-"is generally obtained at the expense of ease of use.\n"
+"At this point, DrakX will allow you to choose the security level you desire\n"
+"for your machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine is to contain crucial data, or if it's to be directly\n"
+"exposed to the Internet. The trade-off that a higher security level is\n"
+"generally obtained at the expense of ease of use.\n"
"\n"
-"If you do not know what to choose, stay with the default option. You will\n"
-"be able to change that security level later with tool draksec from the\n"
-"Mandrake Control Center.\n"
+"If you don't know what to choose, keep the default option. You'll be able\n"
+"to change it later with the draksec tool, which is part of Mandrakelinux\n"
+"Control Center.\n"
"\n"
-"The \"%s\" field can inform the system of the user on this computer who\n"
-"will be responsible for security. Security messages will be sent to that\n"
-"address."
+"Fill the \"%s\" field with the e-mail address of the person responsible for\n"
+"security. Security messages will be sent to that address."
msgstr ""
"επίπεδο\n"
" επίπεδο\n"
@@ -4371,12 +4528,12 @@ msgstr ""
"\n"
" εξ' ορισμού."
-#: help.pm:472
+#: help.pm:458
#, fuzzy, c-format
msgid "Security Administrator"
msgstr "Διαχειριστής Ασφαλείας:"
-#: help.pm:475
+#: help.pm:461
#, fuzzy, c-format
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
@@ -4524,17 +4681,17 @@ msgstr ""
"\n"
"."
-#: help.pm:544
+#: help.pm:530
#, fuzzy, c-format
msgid "Removable media auto-mounting"
msgstr "Αυτόματη σύνδεση αποσπώμενων μονάδων"
-#: help.pm:544
+#: help.pm:530
#, fuzzy, c-format
msgid "Toggle between normal/expert mode"
msgstr "Αλλαγή σε κανονικό τρόπο λειτουργίας"
-#: help.pm:547
+#: help.pm:533
#, fuzzy, c-format
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
@@ -4598,38 +4755,38 @@ msgstr ""
"Το \"Όνομα Windows\" είναι το γράμμα της κατάτμησης όπως φαίνεται από τα\n"
"Windows (ο πρώτος δίσκος ή κατάτμηση λέγεται \"C:\")."
-#: help.pm:578
+#: help.pm:564
#, fuzzy, c-format
msgid ""
-"\"%s\": check the current country selection. If you are not in this\n"
-"country, click on the \"%s\" button and choose another one. If your country\n"
-"is not in the first list shown, click the \"%s\" button to get the complete\n"
-"country list."
+"\"%s\": check the current country selection. If you're not in this country,\n"
+"click on the \"%s\" button and choose another. If your country isn't in the\n"
+"list shown, click on the \"%s\" button to get the complete country list."
msgstr ""
"\"Χώρα\": ελέγξτε την επιλογή χώρας. Αν δεν είστε σε αυτή τη χώρα,\n"
"κάντε κλικ στο πλήκτρο και επιλέξτε μια άλλη."
-#: help.pm:584
+#: help.pm:569
#, fuzzy, c-format
msgid ""
"This step is activated only if an existing GNU/Linux partition has been\n"
"found on your machine.\n"
"\n"
-"DrakX now needs to know if you want to perform a new install or an upgrade\n"
-"of an existing Mandrakelinux system:\n"
+"DrakX now needs to know if you want to perform a new installation or an\n"
+"upgrade of an existing Mandrakelinux system:\n"
"\n"
-" * \"%s\": For the most part, this completely wipes out the old system. If\n"
-"you wish to change how your hard drives are partitioned, or change the file\n"
-"system, you should use this option. However, depending on your partitioning\n"
-"scheme, you can prevent some of your existing data from being over-written.\n"
+" * \"%s\". For the most part, this completely wipes out the old system.\n"
+"However, depending on your partitioning scheme, you can prevent some of\n"
+"your existing data (notably \"home\" directories) from being over-written.\n"
+"If you wish to change how your hard drives are partitioned, or to change\n"
+"the file system, you should use this option.\n"
"\n"
-" * \"%s\": this installation class allows you to update the packages\n"
-"currently installed on your Mandrakelinux system. Your current\n"
-"partitioning scheme and user data is not altered. Most of other\n"
-"configuration steps remain available, similar to a standard installation.\n"
+" * \"%s\". This installation class allows you to update the packages\n"
+"currently installed on your Mandrakelinux system. Your current partitioning\n"
+"scheme and user data won't be altered. Most of the other configuration\n"
+"steps remain available and are similar to a standard installation.\n"
"\n"
"Using the ``Upgrade'' option should work fine on Mandrakelinux systems\n"
-"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"running version \"8.1\" or later. Performing an upgrade on versions prior\n"
"to Mandrakelinux version \"8.1\" is not recommended."
msgstr ""
"ενεργοποίηση τώρα Linux\n"
@@ -4653,25 +4810,24 @@ msgstr ""
" εκτελείται Αναβάθμιση\n"
" Linux."
-#: help.pm:605
+#: help.pm:591
#, fuzzy, c-format
msgid ""
-"Depending on the language you chose in section , DrakX will automatically\n"
-"select a particular type of keyboard configuration. Check that the\n"
-"selection suits you or choose another keyboard layout.\n"
+"Depending on the language you chose (), DrakX will automatically select a\n"
+"particular type of keyboard configuration. Check that the selection suits\n"
+"you or choose another keyboard layout.\n"
"\n"
-"Also, you may not have a keyboard that corresponds exactly to your\n"
+"Also, you may not have a keyboard which corresponds exactly to your\n"
"language: for example, if you are an English-speaking Swiss native, you may\n"
"have a Swiss keyboard. Or if you speak English and are located in Quebec,\n"
"you may find yourself in the same situation where your native language and\n"
-"country-set keyboard do not match. In either case, this installation step\n"
+"country-set keyboard don't match. In either case, this installation step\n"
"will allow you to select an appropriate keyboard from a list.\n"
"\n"
-"Click on the \"%s\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"Click on the \"%s\" button to be shown a list of supported keyboards.\n"
"\n"
"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
-"dialog will allow you to choose the key binding that will switch the\n"
+"dialog will allow you to choose the key binding which will switch the\n"
"keyboard between the Latin and non-Latin layouts."
msgstr ""
"εξ' ορισμού\n"
@@ -4690,25 +4846,27 @@ msgstr ""
"\n"
"."
-#: help.pm:624
+#: help.pm:609
#, fuzzy, c-format
msgid ""
-"Your choice of preferred language will affect the language of the\n"
-"documentation, the installer and the system in general. Select first the\n"
-"region you are located in, and then the language you speak.\n"
+"The first step is to choose your preferred language.\n"
+"\n"
+"Your choice of preferred language will affect the installer, the\n"
+"documentation, and the system in general. First select the region you're\n"
+"located in, then the language you speak.\n"
"\n"
"Clicking on the \"%s\" button will allow you to select other languages to\n"
"be installed on your workstation, thereby installing the language-specific\n"
-"files for system documentation and applications. For example, if you will\n"
-"host users from Spain on your machine, select English as the default\n"
-"language in the tree view and \"%s\" in the Advanced section.\n"
+"files for system documentation and applications. For example, if Spanish\n"
+"users are to use your machine, select English as the default language in\n"
+"the tree view and \"%s\" in the Advanced section.\n"
"\n"
"About UTF-8 (unicode) support: Unicode is a new character encoding meant to\n"
-"cover all existing languages. Though full support for it in GNU/Linux is\n"
-"still under development. For that reason, Mandrakelinux will be using it\n"
-"or not depending on the user choices:\n"
+"cover all existing languages. However full support for it in GNU/Linux is\n"
+"still under development. For that reason, Mandrakelinux's use of UTF-8 will\n"
+"depend on the user's choices:\n"
"\n"
-" * If you choose a languages with a strong legacy encoding (latin1\n"
+" * If you choose a language with a strong legacy encoding (latin1\n"
"languages, Russian, Japanese, Chinese, Korean, Thai, Greek, Turkish, most\n"
"iso-8859-2 languages), the legacy encoding will be used by default;\n"
"\n"
@@ -4717,19 +4875,19 @@ msgid ""
" * If two or more languages are required, and those languages are not using\n"
"the same encoding, then unicode will be used for the whole system;\n"
"\n"
-" * Finally, unicode can also be forced for the system at user request by\n"
-"selecting option \"%s\" independently of which language(s) have been\n"
-"chosen.\n"
+" * Finally, unicode can also be forced for use throughout the system at a\n"
+"user's request by selecting the \"%s\" option independently of which\n"
+"languages were been chosen.\n"
"\n"
"Note that you're not limited to choosing a single additional language. You\n"
-"may choose several ones, or even install them all by selecting the \"%s\"\n"
-"box. Selecting support for a language means translations, fonts, spell\n"
-"checkers, etc. for that language will also be installed.\n"
+"may choose several, or even install them all by selecting the \"%s\" box.\n"
+"Selecting support for a language means translations, fonts, spell checkers,\n"
+"etc. will also be installed for that language.\n"
"\n"
-"To switch between the various languages installed on the system, you can\n"
-"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
-"language used by the entire system. Running the command as a regular user\n"
-"will only change the language settings for that particular user."
+"To switch between the various languages installed on your system, you can\n"
+"launch the \"localedrake\" command as \"root\" to change the language used\n"
+"by the entire system. Running the command as a regular user will only\n"
+"change the language settings for that particular user."
msgstr ""
"\n"
"\n"
@@ -4751,43 +4909,46 @@ msgstr ""
" χρήστης\n"
" χρήστης."
-#: help.pm:660
+#: help.pm:647
#, c-format
msgid "Espanol"
msgstr ""
-#: help.pm:663
+#: help.pm:650
#, fuzzy, c-format
msgid ""
"Usually, DrakX has no problems detecting the number of buttons on your\n"
"mouse. If it does, it assumes you have a two-button mouse and will\n"
"configure it for third-button emulation. The third-button mouse button of a\n"
-"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"two-button mouse can be obtained by simultaneously clicking the left and\n"
"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
"a PS/2, serial or USB interface.\n"
"\n"
-"In case you have a 3 buttons mouse without wheel, you can choose the mouse\n"
-"that says \"%s\". DrakX will then configure your mouse so that you can\n"
-"simulate the wheel with it: to do so, press the middle button and move your\n"
-"mouse up and down.\n"
+"If you have a 3-button mouse without a wheel, you can choose a \"%s\"\n"
+"mouse. DrakX will then configure your mouse so that you can simulate the\n"
+"wheel with it: to do so, press the middle button and move your mouse\n"
+"pointer up and down.\n"
"\n"
"If for some reason you wish to specify a different type of mouse, select it\n"
"from the list provided.\n"
"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
+"You can select the \"%s\" entry to chose a ``generic'' mouse type which\n"
+"will work with nearly all mice.\n"
+"\n"
+"If you choose a mouse other than the default one, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct and that the mouse is working correctly. If the mouse is not\n"
-"working well, press the space bar or [Return] key to cancel the test and to\n"
-"go back to the list of choices.\n"
+"working well, press the space bar or [Return] key to cancel the test and\n"
+"you will be returned to the mouse list.\n"
"\n"
-"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"Occasionally wheel mice are not detected automatically, so you will need to\n"
"select your mouse from a list. Be sure to select the one corresponding to\n"
"the port that your mouse is attached to. After selecting a mouse and\n"
-"pressing the \"%s\" button, a mouse image is displayed on-screen. Scroll\n"
-"the mouse wheel to ensure that it is activated correctly. Once you see the\n"
-"on-screen scroll wheel moving as you scroll your mouse wheel, test the\n"
-"buttons and check that the mouse pointer moves on-screen as you move your\n"
-"mouse."
+"pressing the \"%s\" button, a mouse image will be displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activating correctly. As you\n"
+"scroll your mouse wheel, you will see the on-screen scroll wheel moving.\n"
+"Test the buttons and check that the mouse pointer moves on-screen as you\n"
+"move your mouse about."
msgstr ""
"\n"
"\n"
@@ -4814,12 +4975,17 @@ msgstr ""
"\n"
"."
-#: help.pm:691
+#: help.pm:681
#, fuzzy, c-format
msgid "with Wheel emulation"
msgstr "Προσομοίωση Κουμπιών"
-#: help.pm:694
+#: help.pm:681
+#, c-format
+msgid "Universal | Any PS/2 & USB mice"
+msgstr ""
+
+#: help.pm:684
#, c-format
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
@@ -4828,16 +4994,16 @@ msgstr ""
"Παρακαλώ επιλέξτε την κατάλληλη θύρα. Για παράδειγμα,\n"
"η\"COM1\" στα Windows ονομάζεται \"ttyS0\" στο GNU/Linux."
-#: help.pm:698
+#: help.pm:688
#, fuzzy, c-format
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"
+"system: you must enter the \"root\" password. \"Root\" is the system\n"
"administrator and is the only user authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if the password you chose is too easy. As you\n"
-"can see, you are not forced to enter a password, but we strongly advise you\n"
+"do everything! That's why you must choose a password which is difficult to\n"
+"guess: DrakX will tell you if the password you chose is too simple. As you\n"
+"can see, you're not forced to enter a password, but we strongly advise\n"
"against this. GNU/Linux is just as prone to operator error as any other\n"
"operating system. Since \"root\" can overcome all limitations and\n"
"unintentionally erase all data on partitions by carelessly accessing the\n"
@@ -4846,27 +5012,26 @@ msgid ""
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
"characters long. Never write down the \"root\" password -- it makes it far\n"
-"too easy to compromise a system.\n"
+"too easy to compromise your system.\n"
"\n"
-"One caveat -- do not make the password too long or complicated because you\n"
+"One caveat: don't make the password too long or too complicated because you\n"
"must be able to remember it!\n"
"\n"
-"The password will not be displayed on screen as you type it in. To reduce\n"
-"the chance of a blind typing error you will need to enter the password\n"
-"twice. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will be the one you will have use the first time you\n"
-"connect.\n"
+"The password won't be displayed on screen as you type it. To reduce the\n"
+"chance of a blind typing error you'll need to enter the password twice. If\n"
+"you do happen to make the same typing error twice, you'll have to use this\n"
+"``incorrect'' password the first time you'll try to connect as \"root\".\n"
"\n"
-"If you wish access to this computer to be controlled by an authentication\n"
-"server, click the \"%s\" button.\n"
+"If you want an authentication server to control access to your computer,\n"
+"click on the \"%s\" button.\n"
"\n"
"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one for \"%s\". If you do not know which\n"
+"services, select the appropriate one for \"%s\". If you don't know which\n"
"one to use, you should ask your network administrator.\n"
"\n"
-"If you happen to have problems with remembering passwords, if your computer\n"
-"will never be connected to the Internet and you absolutely trust everybody\n"
-"who uses your computer, you can choose to have \"%s\"."
+"If you happen to have problems with remembering passwords, or if your\n"
+"computer will never be connected to the Internet and you absolutely trust\n"
+"everybody who uses your computer, you can choose to have \"%s\"."
msgstr ""
"Linux\n"
" Root\n"
@@ -4903,205 +5068,64 @@ msgstr ""
" Όχι Διαδίκτυο\n"
"."
-#: help.pm:733
+#: help.pm:722
#, fuzzy, c-format
msgid "authentication"
msgstr "Πιστοποίηση"
#. -PO: keep this short or else the buttons will not fit in the window
-#: help.pm:733 install_steps_interactive.pm:1146
+#: help.pm:722 install_steps_interactive.pm:1211
#, c-format
msgid "No password"
msgstr "Χωρίς κωδικό πρόσβασης"
-#: help.pm:736
-#, fuzzy, c-format
-msgid ""
-"This dialog allows you to fine tune your bootloader:\n"
-"\n"
-" * \"%s\": there are three choices for your bootloader:\n"
-"\n"
-" * \"%s\": if you prefer GRUB (text menu).\n"
-"\n"
-" * \"%s\": if you prefer LILO with its text menu interface.\n"
-"\n"
-" * \"%s\": if you prefer LILO with its graphical interface.\n"
-"\n"
-" * \"%s\": in most cases, you will not change the default (\"%s\"), but if\n"
-"you prefer, the bootloader can be installed on the second hard drive\n"
-"(\"%s\"), or even on a floppy disk (\"%s\");\n"
-"\n"
-" * \"%s\": after a boot or a reboot of the computer, this is the delay\n"
-"given to the user at the console to select a boot entry other than the\n"
-"default.\n"
-"\n"
-" * \"%s\": ACPI is a new standard (appeared during year 2002) for power\n"
-"management, notably for laptops. If you know your hardware supports it and\n"
-"you need it, check this box.\n"
-"\n"
-" * \"%s\": If you noticed hardware problems on your machine (IRQ conflicts,\n"
-"instabilities, machine freeze, ...) you should try disabling APIC by\n"
-"checking this box.\n"
-"\n"
-"!! Be aware that if you choose not to install a bootloader (by selecting\n"
-"\"%s\"), you must ensure that you have a way to boot your Mandrakelinux\n"
-"system! Be sure you know what you are doing before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"%s\" button in this dialog will offer advanced options which\n"
-"are normally reserved for the expert user."
-msgstr ""
-"\n"
-"\n"
-" Χρήση προγράμματος εκκίνησης\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-" Root συσκευή εξ' ορισμού\n"
-"\n"
-"\n"
-"\n"
-" εξ' ορισμού\n"
-" χρήστης\n"
-" εξ' ορισμού\n"
-"\n"
-"\n"
-" Παράλειψη Linux\n"
-"\n"
-"\n"
-" Για Προχωρημένους\n"
-" χρήστης."
-
-#: help.pm:768
-#, fuzzy, c-format
-msgid "GRUB"
-msgstr "GB"
-
-#: help.pm:768
-#, c-format
-msgid "/dev/hda"
-msgstr "/dev/hda"
-
-#: help.pm:768
-#, c-format
-msgid "/dev/hdb"
-msgstr "/dev/hdb"
-
-#: help.pm:768
-#, c-format
-msgid "/dev/fd0"
-msgstr "/dev/fd0"
-
-#: help.pm:768
-#, fuzzy, c-format
-msgid "Delay before booting the default image"
-msgstr "Καθυστέρηση πριν την εκκίνηση"
-
-#: help.pm:771
-#, fuzzy, c-format
-msgid ""
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options that will be available at boot time will be displayed.\n"
-"\n"
-"If there are other operating systems installed on your machine they will\n"
-"automatically be added to the boot menu. You can fine-tune the existing\n"
-"options by clicking \"%s\" to create a new entry; selecting an entry and\n"
-"clicking \"%s\" or \"%s\" to modify or remove it. \"%s\" validates your\n"
-"changes.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone who goes to the console and reboots the machine. You can delete the\n"
-"corresponding entries for the operating systems to remove them from the\n"
-"bootloader menu, but you will need a boot disk in order to boot those other\n"
-"operating systems!"
-msgstr ""
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-" Προσθήκη νέο\n"
-" Τροποποίηση Λίστα Αφαίρεσης Εντάξει\n"
-"\n"
-"\n"
-"\n"
-" Διαγραφή\n"
-"\n"
-"\n"
-"!"
-
-#: help.pm:784 interactive.pm:295 interactive/gtk.pm:480
-#: standalone/drakbackup:1513 standalone/drakfont:589 standalone/drakfont:655
-#: standalone/drakups:280 standalone/drakups:329 standalone/drakups:349
-#: standalone/drakvpn:333 standalone/drakvpn:694
-#, c-format
-msgid "Add"
-msgstr "Προσθήκη"
-
-#: help.pm:784 interactive.pm:295 interactive/gtk.pm:480
-#, c-format
-msgid "Modify"
-msgstr "Τροποποίηση"
-
-#: help.pm:784 interactive.pm:295 interactive/gtk.pm:480
-#: standalone/drakups:282 standalone/drakups:331 standalone/drakups:351
-#: standalone/drakvpn:333 standalone/drakvpn:694
-#, c-format
-msgid "Remove"
-msgstr "Αφαίρεσης"
-
-#: help.pm:787
+#: help.pm:725
#, c-format
msgid ""
-"LILO and GRUB are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. DrakX will analyze the disk boot sector and act according to\n"
-"what it finds there:\n"
+"A boot loader is a little program which is started by the computer at boot\n"
+"time. It's responsible for starting up the whole system. Normally, the boot\n"
+"loader installation is totally automated. DrakX will analyze the disk boot\n"
+"sector and act according to what it finds there:\n"
"\n"
" * if a Windows boot sector is found, it will replace it with a GRUB/LILO\n"
-"boot sector. This way you will be able to load either GNU/Linux or any\n"
-"other OS installed on your machine.\n"
+"boot sector. This way you'll be able to load either GNU/Linux or any other\n"
+"OS installed on your machine.\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
+" * if a GRUB or LILO boot sector is found, it'll replace it with a new one.\n"
"\n"
-"If it cannot make a determination, DrakX will ask you where to place the\n"
-"bootloader. Generally, the \"%s\" is the safest place. Choosing \"%s\"\n"
-"won't install any bootloader. Use it only if you know what you are doing."
+"If DrakX can't determine where to place the boot sector, it'll ask you\n"
+"where it should place it. Generally, the \"%s\" is the safest place.\n"
+"Choosing \"%s\" won't install any boot loader. Use this option only if you\n"
+"know what you're doing."
msgstr ""
-#: help.pm:803
+#: help.pm:742
#, fuzzy, c-format
msgid ""
-"Now, it's time to select a printing system for your computer. Other OSs may\n"
-"offer you one, but Mandrakelinux offers two. Each of the printing systems\n"
-"is best suited to particular types of configuration.\n"
+"Now, it's time to select a printing system for your computer. Other\n"
+"operating systems may offer you one, but Mandrakelinux offers two. Each of\n"
+"the printing systems is best suited to particular types of configuration.\n"
"\n"
" * \"%s\" -- which is an acronym for ``print, don't queue'', is the choice\n"
"if you have a direct connection to your printer, you want to be able to\n"
-"panic out of printer jams, and you do not have networked printers. (\"%s\"\n"
+"panic out of printer jams, and you don't have networked printers. (\"%s\"\n"
"will handle only very simple network cases and is somewhat slow when used\n"
-"with networks.) It's recommended that you use \"pdq\" if this is your first\n"
-"experience with GNU/Linux.\n"
-"\n"
-" * \"%s\" - `` Common Unix Printing System'', is an excellent choice for\n"
-"printing to your local printer or to one halfway around the planet. It is\n"
-"simple to configure and can act as a server or a client for the ancient\n"
-"\"lpd \" printing system, so it is compatible with older operating systems\n"
-"which may still need print services. While quite powerful, the basic setup\n"
-"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
-"sure you turn on the \"cups-lpd \" daemon. \"%s\" includes graphical\n"
-"front-ends for printing or choosing printer options and for managing the\n"
-"printer.\n"
+"within networks.) It's recommended that you use \"pdq\" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"%s\" stands for `` Common Unix Printing System'' and is an excellent\n"
+"choice for printing to your local printer or to one halfway around the\n"
+"planet. It's simple to configure and can act as a server or a client for\n"
+"the ancient \"lpd\" printing system, so it's compatible with older\n"
+"operating systems which may still need print services. While quite\n"
+"powerful, the basic setup is almost as easy as \"pdq\". If you need to\n"
+"emulate a \"lpd\" server, make sure you turn on the \"cups-lpd\" daemon.\n"
+"\"%s\" includes graphical front-ends for printing or choosing printer\n"
+"options and for managing the printer.\n"
"\n"
"If you make a choice now, and later find that you don't like your printing\n"
-"system you may change it by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button."
+"system you may change it by running PrinterDrake from the Mandrakelinux\n"
+"Control Center and clicking on the \"%s\" button."
msgstr ""
"Άλλο\n"
" Linux\n"
@@ -5128,17 +5152,22 @@ msgstr ""
" εκτελείται\n"
"."
-#: help.pm:826
+#: help.pm:765
#, c-format
msgid "pdq"
msgstr ""
-#: help.pm:826 printer/cups.pm:115 printer/data.pm:83
+#: help.pm:765 printer/cups.pm:115 printer/data.pm:104
#, c-format
msgid "CUPS"
msgstr "CUPS"
-#: help.pm:829
+#: help.pm:765
+#, fuzzy, c-format
+msgid "Expert"
+msgstr "Για Προχωρημένους"
+
+#: help.pm:768
#, fuzzy, c-format
msgid ""
"DrakX will first detect any IDE devices present in your computer. It will\n"
@@ -5180,233 +5209,75 @@ msgstr ""
"\n"
"."
-#: help.pm:847
+#: help.pm:786
#, fuzzy, c-format
msgid ""
-"You can add additional entries in yaboot for other operating systems,\n"
-"alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is the name you will have to type at the yaboot prompt to\n"
-"select this boot option.\n"
-"\n"
-" * Image: this is the name of the kernel to boot. Typically, vmlinux or a\n"
-"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 often used to\n"
-"assist in initializing video hardware, or to enable keyboard mouse button\n"
-"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
-"The following are some examples:\n"
-"\n"
-" \t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
-"\n"
-" \t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * 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 4096 Kbytes. If you\n"
-"need to allocate a large ramdisk, this option can be used to specify a\n"
-"ramdisk larger than the default.\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially mounted as\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"You can override the default with 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
-"highlighted with a ``*'' if you press [Tab] to see the boot selections."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-" Linux\n"
-"\n"
-" Ετικέτα\n"
-"\n"
-"\n"
-" Εικόνα\n"
-"\n"
-"\n"
-" Root συσκευή Linux\n"
-"\n"
-"\n"
-" ενεργοποίηση\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-" Initrd\n"
-" συσκευή\n"
-"\n"
-"\n"
-" Initrd εξ' ορισμού\n"
-"\n"
-" εξ' ορισμού\n"
-"\n"
-"\n"
-"\n"
-" εξ' ορισμού\n"
-"\n"
-" ΧωρίςVideo\n"
-"\n"
-"\n"
-"\n"
-" Προεπιλεγμένο εξ' ορισμού Linux\n"
-"\n"
-"."
-
-#: help.pm:894
-#, fuzzy, c-format
-msgid ""
-"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
-"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
-"detected and installed in the bootloader menu. If this is not the case, you\n"
-"can add an entry by hand in this screen. Take care to choose the correct\n"
-"parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt.\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information.\n"
-"\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 increments\n"
-"before your default kernel description is selected;\n"
-"\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: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot\n"
-" Linux\n"
-" ανιχνεύθηκε\n"
-"\n"
-"\n"
-"\n"
-" Yaboot\n"
-"\n"
-" απλό\n"
-"\n"
-" Root\n"
-" Linux\n"
-"\n"
-"\n"
-"\n"
-"\n"
-" Linux\n"
-"\n"
-" Root\n"
-" Linux\n"
-" εξ' ορισμού\n"
-"\n"
-" Root\n"
-"\n"
-"\n"
-" Root\n"
-"\n"
-"\n"
-" Προεπιλεγμένο εξ' ορισμού\n"
-"."
-
-#: help.pm:926
-#, fuzzy, c-format
-msgid ""
-"\"%s\": if a sound card is detected on your system, it is displayed here.\n"
-"If you notice the sound card displayed is not the one that is actually\n"
-"present on your system, you can click on the button and choose another\n"
-"driver."
+"\"%s\": if a sound card is detected on your system, it'll be displayed\n"
+"here. If you notice the sound card isn't the one actually present on your\n"
+"system, you can click on the button and choose a different driver."
msgstr ""
"ανιχνεύθηκε\n"
"\n"
"\n"
"."
-#: help.pm:929 help.pm:991 install_steps_interactive.pm:954
-#: install_steps_interactive.pm:971
+#: help.pm:788 help.pm:855 install_steps_interactive.pm:1019
+#: install_steps_interactive.pm:1036
#, c-format
msgid "Sound card"
msgstr "Κάρτα ήχου"
-#: help.pm:932
+#: help.pm:791
#, c-format
msgid ""
-"As a review, DrakX will present a summary of information it has about your\n"
-"system. Depending on your installed hardware, you may have some or all of\n"
-"the following entries. Each entry is made up of the configuration item to\n"
-"be configured, followed by a quick summary of the current configuration.\n"
-"Click on the corresponding \"%s\" button to change that.\n"
+"As a review, DrakX will present a summary of information it has gathered\n"
+"about your system. Depending on the hardware installed on your machine, you\n"
+"may have some or all of the following entries. Each entry is made up of the\n"
+"hardware item to be configured, followed by a quick summary of the current\n"
+"configuration. Click on the corresponding \"%s\" button to make the change.\n"
"\n"
" * \"%s\": check the current keyboard map configuration and change it if\n"
"necessary.\n"
"\n"
-" * \"%s\": check the current country selection. If you are not in this\n"
-"country, click on the \"%s\" button and choose another one. If your country\n"
-"is not in the first list shown, click the \"%s\" button to get the complete\n"
+" * \"%s\": check the current country selection. If you're not in this\n"
+"country, click on the \"%s\" button and choose another. If your country\n"
+"isn't in the list shown, click on the \"%s\" button to get the complete\n"
"country list.\n"
"\n"
-" * \"%s\": By default, DrakX deduces your time zone based on the country\n"
+" * \"%s\": by default, DrakX deduces your time zone based on the country\n"
"you have chosen. You can click on the \"%s\" button here if this is not\n"
"correct.\n"
"\n"
-" * \"%s\": check the current mouse configuration and click on the button to\n"
-"change it if necessary.\n"
+" * \"%s\": verify the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
" * \"%s\": clicking on the \"%s\" button will open the printer\n"
"configuration wizard. Consult the corresponding chapter of the ``Starter\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"
+"Guide'' for more information on how to set up a new printer. The interface\n"
+"presented in our manual is similar to the one used during installation.\n"
+"\n"
+" * \"%s\": if a sound card is detected on your system, it'll be displayed\n"
+"here. If you notice the sound card isn't the one actually present on your\n"
+"system, you can click on the button and choose a different driver.\n"
"\n"
-" * \"%s\": if a sound card is detected on your system, it is displayed\n"
-"here. If you notice the sound card displayed is not the one that is\n"
-"actually present on your system, you can click on the button and choose\n"
-"another driver.\n"
+" * \"%s\": if you have a TV card, this is where information about its\n"
+"configuration will be displayed. If you have a TV card and it isn't\n"
+"detected, click on \"%s\" to try to configure it manually.\n"
+"\n"
+" * \"%s\": you can click on \"%s\" to change the parameters associated with\n"
+"the card if you feel the configuration is wrong.\n"
"\n"
" * \"%s\": by default, DrakX configures your graphical interface in\n"
-"\"800x600\" or \"1024x768\" resolution. If that does not suit you, click on\n"
+"\"800x600\" or \"1024x768\" resolution. If that doesn't suit you, click on\n"
"\"%s\" to reconfigure your graphical interface.\n"
"\n"
-" * \"%s\": if a TV card is detected on your system, it is displayed here.\n"
-"If you have a TV card and it is not detected, click on \"%s\" to try to\n"
-"configure it manually.\n"
-"\n"
-" * \"%s\": if an ISDN card is detected on your system, it will be displayed\n"
-"here. You can click on \"%s\" to change the parameters associated with the\n"
-"card.\n"
+" * \"%s\": if you wish to configure your Internet or local network access,\n"
+"you can do so now. Refer to the printed documentation or use the\n"
+"Mandrakelinux Control Center after the installation has finished to benefit\n"
+"from full in-line help.\n"
"\n"
-" * \"%s\": If you wish to configure your Internet or local network access\n"
-"now.\n"
+" * \"%s\": allows to configure HTTP and FTP proxy addresses if the machine\n"
+"you're installing on is to be located behind a proxy server.\n"
"\n"
" * \"%s\": this entry allows you to redefine the security level as set in a\n"
"previous step ().\n"
@@ -5416,66 +5287,67 @@ msgid ""
"the corresponding section of the ``Starter Guide'' for details about\n"
"firewall settings.\n"
"\n"
-" * \"%s\": if you wish to change your bootloader configuration, click that\n"
-"button. This should be reserved to advanced users.\n"
+" * \"%s\": if you wish to change your bootloader configuration, click this\n"
+"button. This should be reserved to advanced users. Refer to the printed\n"
+"documentation or the in-line help about bootloader configuration in the\n"
+"Mandrakelinux Control Center.\n"
"\n"
-" * \"%s\": here you'll be able to fine control which services will be run\n"
+" * \"%s\": through this entry you can fine tune which services will be run\n"
"on your machine. If you plan to use this machine as a server it's a good\n"
"idea to review this setup."
msgstr ""
-#: help.pm:991 install_steps_interactive.pm:110
-#: install_steps_interactive.pm:887 standalone/keyboarddrake:23
-#, c-format
-msgid "Keyboard"
-msgstr "Πληκτρολόγιο"
-
-#: help.pm:991 install_steps_interactive.pm:913 standalone/drakclock:75
+#: help.pm:855 install_steps_interactive.pm:978 standalone/drakclock:101
#, c-format
msgid "Timezone"
msgstr "Ωρολογιακή Ζώνη"
-#: help.pm:991
-#, fuzzy, c-format
-msgid "Graphical Interface"
-msgstr "Γραφικό περιβάλλον"
-
-#: help.pm:991 install_steps_interactive.pm:987
+#: help.pm:855 install_steps_interactive.pm:1052
#, c-format
msgid "TV card"
msgstr "Κάρτα TV"
-#: help.pm:991
+#: help.pm:855
#, fuzzy, c-format
msgid "ISDN card"
msgstr "Εσωτερική κάρτα ISDN"
-#: help.pm:991 install_steps_interactive.pm:1005 standalone/drakbackup:2010
+#: help.pm:855
+#, fuzzy, c-format
+msgid "Graphical Interface"
+msgstr "Γραφικό περιβάλλον"
+
+#: help.pm:855 install_steps_interactive.pm:1070 standalone/drakbackup:2030
#, c-format
msgid "Network"
msgstr "Δίκτυο"
-#: help.pm:991 install_steps_interactive.pm:1031
+#: help.pm:855 install_steps_interactive.pm:1085
+#, fuzzy, c-format
+msgid "Proxies"
+msgstr "Προφίλ "
+
+#: help.pm:855 install_steps_interactive.pm:1096
#, c-format
msgid "Security Level"
msgstr "Επίπεδο Ασφαλείας"
-#: help.pm:991 install_steps_interactive.pm:1045
+#: help.pm:855 install_steps_interactive.pm:1110
#, c-format
msgid "Firewall"
msgstr "Τοίχος Προστασίας"
-#: help.pm:991 install_steps_interactive.pm:1059
+#: help.pm:855 install_steps_interactive.pm:1124
#, c-format
msgid "Bootloader"
msgstr "Προγράμματος εκκίνησης"
-#: help.pm:991 install_steps_interactive.pm:1069 services.pm:195
+#: help.pm:855 install_steps_interactive.pm:1137 services.pm:195
#, c-format
msgid "Services"
msgstr "Υπηρεσίες"
-#: help.pm:994
+#: help.pm:858
#, fuzzy, c-format
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
@@ -5486,7 +5358,7 @@ msgstr ""
"την νέα κατάτμηση Mandrakelinux. ΠΡΟΣΟΧΗ: Όλα τα δεδομένα θα διαγραφούν\n"
"και θα είναι αδύνατη η επαναφορά τους!"
-#: help.pm:999
+#: help.pm:863
#, fuzzy, c-format
msgid ""
"Click on \"%s\" if you want to delete all data and partitions present on\n"
@@ -5506,7 +5378,17 @@ msgstr ""
"Κάντε κλικ στο \"<- Προηγούμενο\" για να τερματίσετε τη λειτουργία αυτή\n"
"χωρίς να χάσετε τα δεδομένα και τις κατατμήσεις σας στο δίσκο."
-#: install2.pm:119
+#: help.pm:869
+#, c-format
+msgid "Next ->"
+msgstr "Επόμενο ->"
+
+#: help.pm:869
+#, c-format
+msgid "<- Previous"
+msgstr "<- Προηγούμενο"
+
+#: install2.pm:117
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -5518,12 +5400,78 @@ msgstr ""
"συγχρονισμό με το Μέσο εγκατάστασης ( παρακαλώ δημιουργήστε μια νέα δισκέτα "
"εκκίνησης)"
-#: install2.pm:169
+#: install2.pm:167
#, c-format
msgid "You must also format %s"
msgstr "Πρέπει επίσης να μορφοποιήσετε το %s"
-#: install_any.pm:402
+#: install_any.pm:390
+#, c-format
+msgid ""
+"The following installation media have been found.\n"
+"If you want to skip some of them, you can unselect them now."
+msgstr ""
+
+#: install_any.pm:411
+#, fuzzy, c-format
+msgid "Do you have further supplementary media?"
+msgstr "Έχετε άλλον;"
+
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_any.pm:414
+#, fuzzy, c-format
+msgid ""
+"The following media have been found and will be used during install: %s.\n"
+"\n"
+"\n"
+"Do you have a supplementary installation media to configure?"
+msgstr "Έχετε κάποιον προσαρμογέα %s;"
+
+#: install_any.pm:420 printer/printerdrake.pm:2652
+#: printer/printerdrake.pm:2659 standalone/scannerdrake:176
+#: standalone/scannerdrake:184 standalone/scannerdrake:235
+#: standalone/scannerdrake:242
+#, fuzzy, c-format
+msgid "CD-ROM"
+msgstr "CDROM"
+
+#: install_any.pm:420
+#, fuzzy, c-format
+msgid "Network (http)"
+msgstr "Δίκτυο %s"
+
+#: install_any.pm:420
+#, fuzzy, c-format
+msgid "Network (ftp)"
+msgstr "Δίκτυο %s"
+
+#: install_any.pm:464 standalone/drakbackup:112
+#, fuzzy, c-format
+msgid "No device found"
+msgstr "Δεν βρέθηκε εικόνα"
+
+#: install_any.pm:468
+#, c-format
+msgid "Insert the CD"
+msgstr ""
+
+#: install_any.pm:492
+#, c-format
+msgid "Insert the CD 1 again"
+msgstr ""
+
+#: install_any.pm:502 install_any.pm:506
+#, c-format
+msgid "URL of the mirror?"
+msgstr ""
+
+#: install_any.pm:532
+#, fuzzy, c-format
+msgid "Can't find hdlist file on this mirror"
+msgstr "Δεν βρέθηκε το %s στο %s"
+
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_any.pm:713
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -5548,7 +5496,8 @@ msgstr ""
"\n"
"Είστε βέβαιοι για την εγκατάσταση αυτών των διακομιστών;\n"
-#: install_any.pm:423
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_any.pm:736
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -5561,17 +5510,17 @@ msgstr ""
"\n"
"Θέλετε πραγματικά να αφαιρέστε αυτά τα πακέτα;\n"
-#: install_any.pm:818
+#: install_any.pm:1116
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Εισάγετε μια μορφοποιημένη δισκέτα FAT στον οδηγό %s"
-#: install_any.pm:822
+#: install_any.pm:1120
#, c-format
msgid "This floppy is not FAT formatted"
msgstr "Αυτή η δισκέτα δεν έχει μορφοποίηση FAT"
-#: install_any.pm:834
+#: install_any.pm:1132
#, c-format
msgid ""
"To use this saved packages selection, boot installation with ``linux "
@@ -5580,12 +5529,17 @@ msgstr ""
"Για να χρησιμοποιήσετε αυτήν την αποθηκευμένη επιλογή πακέτων, ξεκινήστε την "
"εγκατάσταση με ``linux defcfg=floppy''"
-#: install_any.pm:862 partition_table.pm:848
+#: install_any.pm:1160 partition_table.pm:595
#, c-format
msgid "Error reading file %s"
msgstr "Σφάλμα κατά την ανάγνωση του αρχείου %s"
-#: install_any.pm:987
+#: install_any.pm:1361
+#, fuzzy, c-format
+msgid "%s (was %s)"
+msgstr "%s (Θύρα %s)"
+
+#: install_any.pm:1396
#, c-format
msgid ""
"An error occurred - no valid devices were found on which to create new "
@@ -5595,12 +5549,12 @@ msgstr ""
"δημιουργία νέων συστημάτων αρχείων. Παρακαλώ ελέγξτε το υλικό σας για την "
"αιτία αυτού του προβλήματος"
-#: install_gtk.pm:161
+#: install_gtk.pm:160
#, c-format
msgid "System installation"
msgstr "Εγκατάσταση"
-#: install_gtk.pm:164
+#: install_gtk.pm:163
#, c-format
msgid "System configuration"
msgstr "Ρύθμιση συστήματος"
@@ -5637,7 +5591,7 @@ msgstr ""
"\n"
"Να συνεχίσω;"
-#: install_interactive.pm:70 install_steps.pm:207
+#: install_interactive.pm:70 install_steps.pm:211
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Πρέπει να έχετε μια κατάτμηση FAT mounted στο /boot/efi"
@@ -5697,7 +5651,7 @@ msgstr "Σε τι τύπο κατάτμησης θέλετε να αλλάξετ
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
+"the following error occurred: %s"
msgstr ""
"Δεν μπορώ να αλλάξω μέγεθος στην κατάτμηση FAT, \n"
"προκλήθηκε το παρακάτω λάθος: %s"
@@ -5718,7 +5672,8 @@ msgstr ""
"το ``defrag'' μέσα από τα Windows και ξεκινήστε ξανά την εγκατάσταση του "
"Mandrakelinux "
-#: install_interactive.pm:164
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_interactive.pm:166
#, fuzzy, c-format
msgid ""
"WARNING!\n"
@@ -5742,56 +5697,56 @@ msgstr ""
"Μετά θα πρέπει να κρατήσετε αντίγραφο ασφαλείας των δεδομένων σας.\n"
"Εάν είστε σίγουροι, πατήστε Εντάξει."
-#: install_interactive.pm:176
+#: install_interactive.pm:178
#, c-format
msgid "Which size do you want to keep for Windows on"
msgstr "Τι χώρο θέλετε να κρατήσετε για τα windows στο"
-#: install_interactive.pm:177
+#: install_interactive.pm:179
#, c-format
msgid "partition %s"
msgstr "κατάτμηση %s"
-#: install_interactive.pm:186
+#: install_interactive.pm:188
#, c-format
msgid "Resizing Windows partition"
msgstr "Γίνεται αλλαγή τις κατάτμησης των Windows"
-#: install_interactive.pm:191
+#: install_interactive.pm:193
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Αλλαγή μεγέθους FAT απέτυχε: %s"
-#: install_interactive.pm:206
+#: install_interactive.pm:208
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr ""
"Δεν υπάρχει κατάμτηση FAT για αλλαγή μεγέθους (ή δεν υπάρχει αρκετός χώρος)"
-#: install_interactive.pm:211
+#: install_interactive.pm:213
#, c-format
msgid "Remove Windows(TM)"
msgstr "Αφαίρεση Windows(TM)"
-#: install_interactive.pm:213
+#: install_interactive.pm:215
#, c-format
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Έχετε περισσότερους από έναν δίσκους, σε ποιόν θέλετε να εγκαταστήσετε το "
"Linux;"
-#: install_interactive.pm:217
+#: install_interactive.pm:219
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Όλες οι υπάρχουσες κατατμήσεις και τα δεδομένα τους στον δίσκο %s θα χαθούν"
-#: install_interactive.pm:230
+#: install_interactive.pm:232
#, c-format
msgid "Use fdisk"
msgstr "Χρήση fdisk"
-#: install_interactive.pm:233
+#: install_interactive.pm:235
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -5800,32 +5755,33 @@ msgstr ""
"Μπορείτε τώρα να κατατμήσετε τον δίσκο %s\n"
"Όταν τελειώσετε, μην ξεχάσετε να αποθηκεύσετε πατώντας `w'"
-#: install_interactive.pm:269
+#: install_interactive.pm:271
#, c-format
msgid "I can't find any room for installing"
msgstr "Δεν μπορώ να βρω αρκετό χώρο για εγκατάσταση"
-#: install_interactive.pm:273
+#: install_interactive.pm:275
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Ο Οδηγός Κατάτμησης DrakX βρήκε τις παρακάτω λύσεις:"
-#: install_interactive.pm:279
+#: install_interactive.pm:281
#, c-format
msgid "Partitioning failed: %s"
msgstr "Η κατάτμηση απέτυχε: %s"
-#: install_interactive.pm:286
+#: install_interactive.pm:288
#, c-format
msgid "Bringing up the network"
msgstr "Εκκίνηση δικτύου"
-#: install_interactive.pm:291
+#: install_interactive.pm:293
#, c-format
msgid "Bringing down the network"
msgstr "Διακοπή λειτουργίας δικτύου"
-#: install_messages.pm:9
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_messages.pm:10
#, fuzzy, c-format
msgid ""
"Introduction\n"
@@ -5843,7 +5799,7 @@ msgid ""
"\n"
"Please read this document carefully. This document is a license agreement "
"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
+"Mandrakesoft S.A. which applies to the Software Products.\n"
"By installing, duplicating or using the Software Products in any manner, you "
"explicitly \n"
"accept and fully agree to conform to the terms and conditions of this "
@@ -5865,7 +5821,7 @@ msgid ""
"The Software Products and attached documentation are provided \"as is\", "
"with no warranty, to the \n"
"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
+"Mandrakesoft S.A. will, in no circumstances and to the extent permitted by "
"law, be liable for any special,\n"
"incidental, direct or indirect damages whatsoever (including without "
"limitation damages for loss of \n"
@@ -5873,14 +5829,14 @@ msgid ""
"resulting from a court \n"
"judgment, or any other consequential loss) arising out of the use or "
"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurence of such \n"
+"Products, even if Mandrakesoft S.A. has been advised of the possibility or "
+"occurrence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
"COUNTRIES\n"
"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
+"To the extent permitted by law, Mandrakesoft S.A. or its distributors will, "
"in no circumstances, be \n"
"liable for any special, incidental, direct or indirect damages whatsoever "
"(including without \n"
@@ -5910,10 +5866,10 @@ msgid ""
"and conditions of the license agreement for each component before using any "
"component. Any question \n"
"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
+"to Mandrakesoft.\n"
+"The programs developed by Mandrakesoft S.A. are governed by the GPL License. "
"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
+"by Mandrakesoft S.A. is governed by a specific license. Please refer to the "
"documentation for \n"
"further details.\n"
"\n"
@@ -5924,11 +5880,11 @@ msgid ""
"respective authors and are \n"
"protected by intellectual property and copyright laws applicable to software "
"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
+"Mandrakesoft S.A. reserves its rights to modify or adapt the Software "
"Products, as a whole or in \n"
"parts, by all means and for all purposes.\n"
"\"Mandrake\", \"Mandrakelinux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
+"Mandrakesoft S.A. \n"
"\n"
"\n"
"5. Governing Laws \n"
@@ -5944,7 +5900,7 @@ msgid ""
"court. As a last \n"
"resort, the dispute will be referred to the appropriate Courts of Law of "
"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
+"For any question on this document, please contact Mandrakesoft S.A. \n"
msgstr ""
"\n"
"\n"
@@ -6022,7 +5978,7 @@ msgstr ""
" Όλα\n"
" Γαλλία\n"
-#: install_messages.pm:89
+#: install_messages.pm:90
#, c-format
msgid ""
"Warning: Free Software may not necessarily be patent free, and some Free\n"
@@ -6034,7 +5990,8 @@ msgid ""
"may be applicable to you, check your local laws."
msgstr ""
-#: install_messages.pm:96
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_messages.pm:98
#, fuzzy, c-format
msgid ""
"\n"
@@ -6094,7 +6051,7 @@ msgstr ""
" Όλα\n"
"\n"
-#: install_messages.pm:128
+#: install_messages.pm:131
#, fuzzy, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6128,30 +6085,31 @@ msgstr ""
"σχετικό\n"
"κεφάλαιο του επίσημου οδηγού χρήσης του Mandrakelinux."
-#: install_messages.pm:141
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_messages.pm:144
#, c-format
-msgid "http://www.mandrakelinux.com/en/100errata.php3"
-msgstr "http://www.mandrakelinux.com/en/100errata.php3"
+msgid "http://www.mandrakelinux.com/en/101errata.php3"
+msgstr "http://www.mandrakelinux.com/en/101errata.php3"
-#: install_steps.pm:242
+#: install_steps.pm:246
#, c-format
msgid "Duplicate mount point %s"
msgstr "Διπλό σημείο σύνδεσης %s"
-#: install_steps.pm:407
+#: install_steps.pm:477
#, c-format
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
+"Check the cdrom on an installed computer using \"rpm -qpl media/main/*.rpm"
"\"\n"
msgstr ""
"Μερικά σημαντικά πακέτα δεν εγκαταστάθηκαν σωστά.\n"
"Ο οδηγός CD-ROM ή το CD-ROM είναι ελαττωματικό.\n"
"Ελέγξτε το CD-ROM σε ένα άλλο σύστημα χρησιμοποιώντας την εντολή \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
+"media/main/*.rpm\"\n"
-#: install_steps.pm:533
+#: install_steps.pm:603
#, c-format
msgid "No floppy drive available"
msgstr "Δεν υπάρχει διαθέσιμος οδηγός δισκέτας"
@@ -6161,7 +6119,7 @@ msgstr "Δεν υπάρχει διαθέσιμος οδηγός δισκέτας
msgid "Entering step `%s'\n"
msgstr "Βήμα `%s'\n"
-#: install_steps_gtk.pm:178
+#: install_steps_gtk.pm:184
#, c-format
msgid ""
"Your system is low on resources. You may have some problem installing\n"
@@ -6175,94 +6133,94 @@ msgstr ""
"εγκατάσταση κειμένου.\n"
"Πατήστε F1 κατά την εκκίνηση από CDROM, μετά γράψτε `text'."
-#: install_steps_gtk.pm:232 install_steps_interactive.pm:580
+#: install_steps_gtk.pm:235 install_steps_interactive.pm:628
#, c-format
msgid "Package Group Selection"
msgstr "Επιλογή Ομάδων Πακέτων"
-#: install_steps_gtk.pm:294 install_steps_interactive.pm:519
+#: install_steps_gtk.pm:264 install_steps_interactive.pm:567
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Συνολικό μέγεθος: %d / %d MB"
-#: install_steps_gtk.pm:340
+#: install_steps_gtk.pm:309
#, c-format
msgid "Bad package"
msgstr "Λάθος πακέτο"
-#: install_steps_gtk.pm:342
+#: install_steps_gtk.pm:311
#, fuzzy, c-format
msgid "Version: "
msgstr "Έκδοση: %s\n"
-#: install_steps_gtk.pm:343
+#: install_steps_gtk.pm:312
#, fuzzy, c-format
msgid "Size: "
msgstr "Μέγεθος: %s"
-#: install_steps_gtk.pm:343
+#: install_steps_gtk.pm:312
#, fuzzy, c-format
msgid "%d KB\n"
msgstr "Μέγεθος: %d KB\n"
-#: install_steps_gtk.pm:344
+#: install_steps_gtk.pm:313
#, fuzzy, c-format
msgid "Importance: "
msgstr "Σπουδαιότητα: %s\n"
-#: install_steps_gtk.pm:377
+#: install_steps_gtk.pm:346
#, c-format
msgid "You can't select/unselect this package"
msgstr "Δεν μπορείτε να επιλέξετε/αποεπιλέξετε αυτό το πακέτο"
-#: install_steps_gtk.pm:381
+#: install_steps_gtk.pm:350
#, fuzzy, c-format
msgid "due to missing %s"
msgstr "το kdesu λείπει"
-#: install_steps_gtk.pm:382
+#: install_steps_gtk.pm:351
#, c-format
msgid "due to unsatisfied %s"
msgstr "λόγω μη ικανοποίησης %s"
-#: install_steps_gtk.pm:383
+#: install_steps_gtk.pm:352
#, c-format
msgid "trying to promote %s"
msgstr ""
-#: install_steps_gtk.pm:384
+#: install_steps_gtk.pm:353
#, c-format
msgid "in order to keep %s"
msgstr ""
-#: install_steps_gtk.pm:389
+#: install_steps_gtk.pm:358
#, c-format
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Δεν μπορείτε να επιλέξετε αυτό το πακέτο διότι δεν υπάρχει αρκετός χώρος"
-#: install_steps_gtk.pm:392
+#: install_steps_gtk.pm:361
#, c-format
msgid "The following packages are going to be installed"
msgstr "Θα εγκατασταθούν τα παρακάτω πακέτα"
-#: install_steps_gtk.pm:393
+#: install_steps_gtk.pm:362
#, c-format
msgid "The following packages are going to be removed"
msgstr "Θα αφαιρεθούν τα παρακάτω πακέτα "
-#: install_steps_gtk.pm:417
+#: install_steps_gtk.pm:386
#, c-format
msgid "This is a mandatory package, it can't be unselected"
msgstr "Αυτό είναι απαιτούμενο πακέτο, δεν μπορεί να αποεπιλεγεί"
-#: install_steps_gtk.pm:419
+#: install_steps_gtk.pm:388
#, c-format
msgid "You can't unselect this package. It is already installed"
msgstr "Δεν μπορείτε να αποεπιλέξετε αυτό το πακέτο. Είναι ήδη εγκατεστημένο"
-#: install_steps_gtk.pm:422
+#: install_steps_gtk.pm:391
#, c-format
msgid ""
"This package must be upgraded.\n"
@@ -6271,82 +6229,81 @@ msgstr ""
"Αυτό το πακέτο πρέπει να αναβαθμιστεί\n"
"Είστε σίγουρος ότι θέλετε να το αποεπιλέξετε;"
-#: install_steps_gtk.pm:425
+#: install_steps_gtk.pm:394
#, c-format
msgid "You can't unselect this package. It must be upgraded"
msgstr "Δεν μπορείτε να αποεπιλέξετε αυτό το πακέτο. Πρέπει να αναβαθμιστεί"
-#: install_steps_gtk.pm:430
+#: install_steps_gtk.pm:399
#, c-format
msgid "Show automatically selected packages"
msgstr "Αυτόματη προβολή επιλεγμένων πακέτων"
-#: install_steps_gtk.pm:435
+#: install_steps_gtk.pm:404
#, c-format
msgid "Load/Save on floppy"
msgstr "Φόρτωση/Αποθήκευση σε δισκέτα"
-#: install_steps_gtk.pm:436
+#: install_steps_gtk.pm:405
#, c-format
msgid "Updating package selection"
msgstr "Ανανέωση επιλεγμένων πακέτων"
-#: install_steps_gtk.pm:441
+#: install_steps_gtk.pm:410
#, c-format
msgid "Minimal install"
msgstr "Ελάχιστη Εγκατάσταση"
-#: install_steps_gtk.pm:455 install_steps_interactive.pm:427
+#: install_steps_gtk.pm:424 install_steps_interactive.pm:481
#, c-format
msgid "Choose the packages you want to install"
msgstr "Επιλέξτε τα πακέτα που θέλετε να εγκαταστήσετε"
-#: install_steps_gtk.pm:471 install_steps_interactive.pm:666
+#: install_steps_gtk.pm:440 install_steps_interactive.pm:720
#, c-format
msgid "Installing"
msgstr "Εγκατάσταση"
-#: install_steps_gtk.pm:477
-#, c-format
-msgid "No details"
-msgstr "Χωρίς λεπτομέρειες"
-
-#: install_steps_gtk.pm:478
+#: install_steps_gtk.pm:447
#, c-format
msgid "Estimating"
msgstr "Εκτίμηση"
-#: install_steps_gtk.pm:484
+#: install_steps_gtk.pm:453
#, c-format
msgid "Time remaining "
msgstr "Εναπομένων χρόνος "
-#: install_steps_gtk.pm:496
+#: install_steps_gtk.pm:464
#, c-format
msgid "Please wait, preparing installation..."
msgstr "Παρακαλώ περιμένετε, προετοιμασία εγκατάστασης..."
-#: install_steps_gtk.pm:557
+#: install_steps_gtk.pm:474
+#, c-format
+msgid "No details"
+msgstr "Χωρίς λεπτομέρειες"
+
+#: install_steps_gtk.pm:527
#, c-format
msgid "%d packages"
msgstr "%d πακέτα"
-#: install_steps_gtk.pm:562
+#: install_steps_gtk.pm:532
#, c-format
msgid "Installing package %s"
msgstr "Εγκατάσταση πακέτου %s"
-#: install_steps_gtk.pm:598 install_steps_interactive.pm:88
-#: install_steps_interactive.pm:690
+#: install_steps_gtk.pm:567 install_steps_interactive.pm:94
+#: install_steps_interactive.pm:745
#, c-format
msgid "Refuse"
msgstr "Άρνηση"
-#: install_steps_gtk.pm:599 install_steps_interactive.pm:691
-#, c-format
+#: install_steps_gtk.pm:571 install_steps_interactive.pm:749
+#, fuzzy, c-format
msgid ""
"Change your Cd-Rom!\n"
-"\n"
"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
"done.\n"
"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
@@ -6357,135 +6314,140 @@ msgstr ""
"Εντάξει.\n"
"Εάν δεν το έχετε, πατήστε Ακύρωση για αποφυγή εγκατάστασης από αυτό το CdRom."
-#: install_steps_gtk.pm:614 install_steps_interactive.pm:703
+#: install_steps_gtk.pm:586 install_steps_interactive.pm:760
#, c-format
msgid "There was an error ordering packages:"
msgstr "Προκλήθηκε σφάλμα κατά την ταξινόμηση των πακέτων:"
-#: install_steps_gtk.pm:614 install_steps_gtk.pm:618
-#: install_steps_interactive.pm:703 install_steps_interactive.pm:707
+#: install_steps_gtk.pm:586 install_steps_gtk.pm:590
+#: install_steps_interactive.pm:760 install_steps_interactive.pm:764
#, c-format
msgid "Go on anyway?"
msgstr "Να συνεχίσω;"
-#: install_steps_gtk.pm:618 install_steps_interactive.pm:707
+#: install_steps_gtk.pm:590 install_steps_interactive.pm:764
#, c-format
msgid "There was an error installing packages:"
msgstr "Προκλήθηκε σφάλμα κατά την εγκατάσταση των πακέτων:"
-#: install_steps_gtk.pm:658 install_steps_interactive.pm:869
-#: install_steps_interactive.pm:1021
+#: install_steps_gtk.pm:632 install_steps_interactive.pm:934
+#: install_steps_interactive.pm:1086
#, c-format
msgid "not configured"
msgstr "δεν ρυθμίστηκε"
-#: install_steps_interactive.pm:81
+#: install_steps_interactive.pm:86
#, fuzzy, c-format
msgid "Do you want to recover your system?"
msgstr "Θέλετε να χρησιμοποιήσετε το aboot;"
-#: install_steps_interactive.pm:82
+#: install_steps_interactive.pm:87
#, c-format
msgid "License agreement"
msgstr "Άδεια χρήσης"
-#: install_steps_interactive.pm:111
+#: install_steps_interactive.pm:91
+#, fuzzy, c-format
+msgid "Release Notes"
+msgstr "Έκδοση:"
+
+#: install_steps_interactive.pm:121
#, c-format
msgid "Please choose your keyboard layout."
msgstr "Παρακαλώ επιλέξτε την διάταξη πληκτρολογίου."
-#: install_steps_interactive.pm:113
+#: install_steps_interactive.pm:123
#, fuzzy, c-format
msgid "Here is the full list of available keyboards"
msgstr "Αυτή είναι η πλήρης λίστα των διαθέσιμων χωρών"
-#: install_steps_interactive.pm:143
+#: install_steps_interactive.pm:153
#, c-format
msgid "Install/Upgrade"
msgstr "Εγκατάσταση/Αναβάθμιση"
-#: install_steps_interactive.pm:144
+#: install_steps_interactive.pm:154
#, c-format
msgid "Is this an install or an upgrade?"
msgstr "Πρόκειται για εγκατάσταση ή για αναβάθμιση;"
-#: install_steps_interactive.pm:150
+#: install_steps_interactive.pm:160
#, c-format
msgid "Upgrade %s"
msgstr "Αναβάθμιση %s"
-#: install_steps_interactive.pm:160
+#: install_steps_interactive.pm:170
#, fuzzy, c-format
msgid "Encryption key for %s"
msgstr "Κλειδί κρυπτογράφησης"
-#: install_steps_interactive.pm:177
+#: install_steps_interactive.pm:187
#, c-format
msgid "Please choose your type of mouse."
msgstr "Παρακαλώ επιλέξτε τύπο ποντικιού."
-#: install_steps_interactive.pm:186 standalone/mousedrake:46
+#: install_steps_interactive.pm:196 standalone/mousedrake:46
#, c-format
msgid "Mouse Port"
msgstr "Θύρα ποντικιού"
-#: install_steps_interactive.pm:187 standalone/mousedrake:47
+#: install_steps_interactive.pm:197 standalone/mousedrake:47
#, c-format
msgid "Please choose which serial port your mouse is connected to."
msgstr ""
"Παρακαλώ επιλέξτε σειριακή θύρα στην οποία είναι συνδεδεμένο το ποντίκι σας."
-#: install_steps_interactive.pm:197
+#: install_steps_interactive.pm:207
#, c-format
msgid "Buttons emulation"
msgstr "Προσομοίωση Κουμπιών"
-#: install_steps_interactive.pm:199
+#: install_steps_interactive.pm:209
#, c-format
msgid "Button 2 Emulation"
msgstr "Προσομοίωση 2 Κουμπιών"
-#: install_steps_interactive.pm:200
+#: install_steps_interactive.pm:210
#, c-format
msgid "Button 3 Emulation"
msgstr "Προσομοίωση 3 Κουμπιών"
-#: install_steps_interactive.pm:221
+#: install_steps_interactive.pm:231
#, c-format
msgid "PCMCIA"
msgstr "PCMCIA"
-#: install_steps_interactive.pm:221
+#: install_steps_interactive.pm:231
#, c-format
msgid "Configuring PCMCIA cards..."
msgstr "Ρύθμιση καρτών PCMCIA ..."
-#: install_steps_interactive.pm:228
+#: install_steps_interactive.pm:238
#, c-format
msgid "IDE"
msgstr "IDE"
-#: install_steps_interactive.pm:228
+#: install_steps_interactive.pm:238
#, c-format
msgid "Configuring IDE"
msgstr "Ρύθμιση IDE"
-#: install_steps_interactive.pm:248 network/tools.pm:155
+#: install_steps_interactive.pm:258 network/tools.pm:187
#, c-format
msgid "No partition available"
msgstr "δεν υπάρχουν διαθέσιμες κατατμήσεις"
-#: install_steps_interactive.pm:251
+#: install_steps_interactive.pm:261
#, c-format
msgid "Scanning partitions to find mount points"
msgstr "Ανάλυση κατατμήσεων για προσδιορισμό σημείων σύνδεσης."
-#: install_steps_interactive.pm:258
+#: install_steps_interactive.pm:268
#, c-format
msgid "Choose the mount points"
msgstr "Επιλέξτε σημεία σύνδεσης"
-#: install_steps_interactive.pm:288
+#: install_steps_interactive.pm:300
#, c-format
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
@@ -6495,17 +6457,17 @@ msgstr ""
"αλλά για να ξεκινήσετε το σύστημά σας, θα χρειαστεί να δημιουργήσετε μια "
"κατάτμηση bootstrap με το DiskDrake"
-#: install_steps_interactive.pm:325
+#: install_steps_interactive.pm:337
#, c-format
msgid "Choose the partitions you want to format"
msgstr "Επιλέξτε κατατμήσεις προς μορφοποίηση"
-#: install_steps_interactive.pm:327
+#: install_steps_interactive.pm:339
#, c-format
msgid "Check bad blocks?"
msgstr "Έλεγχος για χαλασμένα τμήματα;"
-#: install_steps_interactive.pm:359
+#: install_steps_interactive.pm:371
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
@@ -6514,34 +6476,48 @@ msgstr ""
"Απέτυχε ο έλεγχος του συστήματος αρχείων %s. Θέλετε να επισκευάσετε τα "
"σφάλματα; (προσοχή, μπορεί να χάσετε δεδομένα)"
-#: install_steps_interactive.pm:362
+#: install_steps_interactive.pm:374
#, c-format
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"Δεν υπάρχει αρκετός χώρος swap για την ολοκλήρωση της εγκατάστασης, παρακαλώ "
"προσθέστε"
-#: install_steps_interactive.pm:369
+#: install_steps_interactive.pm:381
#, c-format
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Ψάχνω για διαθέσιμα πακέτα και δημιουργώ ξανά τη βάση δεδομένων rpm..."
-#: install_steps_interactive.pm:370 install_steps_interactive.pm:389
+#: install_steps_interactive.pm:382 install_steps_interactive.pm:442
#, c-format
msgid "Looking for available packages..."
msgstr "Ψάχνω για διαθέσιμα πακέτα..."
-#: install_steps_interactive.pm:373
+#: install_steps_interactive.pm:385
#, c-format
msgid "Looking at packages already installed..."
msgstr "Ψάχνω για ήδη εγκατεστημένα πακέτα..."
-#: install_steps_interactive.pm:377
+#: install_steps_interactive.pm:389
#, c-format
msgid "Finding packages to upgrade..."
msgstr "Αναζήτηση πακέτων προς αναβάθμιση..."
-#: install_steps_interactive.pm:398
+# fuzzy
+#: install_steps_interactive.pm:405 install_steps_interactive.pm:834
+#, c-format
+msgid ""
+"Contacting Mandrakelinux web site to get the list of available mirrors..."
+msgstr ""
+"Σύνδεση με την τοποθεσία της Mandrakelinux για λήψη των διαθέσιμων τόπων "
+"λήψης..."
+
+#: install_steps_interactive.pm:411 install_steps_interactive.pm:839
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Επιλέξτε τόπο από τον οποίο θα γίνει η λήψη πακέτων"
+
+#: install_steps_interactive.pm:451
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -6550,7 +6526,7 @@ msgstr ""
"Δεν επέμεινε αρκετός χώρος στο σύστημά σας για εγκατάσταση ή αναβάθμιση (%d "
"> %d)"
-#: install_steps_interactive.pm:439
+#: install_steps_interactive.pm:493
#, c-format
msgid ""
"Please choose load or save package selection on floppy.\n"
@@ -6559,42 +6535,42 @@ msgstr ""
"Παρακαλώ επιλέξτε τη φόρτωση ή αποθήκευση των επιλογής πακέτων στη δισκέτα.\n"
"Η μορφοποίηση είναι η ίδια με τις δισκέτες αυτόματης εγκατάστασης."
-#: install_steps_interactive.pm:441
+#: install_steps_interactive.pm:495
#, c-format
msgid "Load from floppy"
msgstr "Φόρτωση από δισκέτα"
-#: install_steps_interactive.pm:441
+#: install_steps_interactive.pm:495
#, c-format
msgid "Save on floppy"
msgstr "Αποθήκευση σε δισκέτα"
-#: install_steps_interactive.pm:445
+#: install_steps_interactive.pm:499
#, c-format
msgid "Package selection"
msgstr "Επιλογή πακέτων"
-#: install_steps_interactive.pm:445
+#: install_steps_interactive.pm:499
#, c-format
msgid "Loading from floppy"
msgstr "Φορτώνεται από δισκέτα"
-#: install_steps_interactive.pm:450
+#: install_steps_interactive.pm:504
#, c-format
msgid "Insert a floppy containing package selection"
msgstr "Εισάγετε δισκέτα που περιέχει την επιλογή πακέτων"
-#: install_steps_interactive.pm:533
+#: install_steps_interactive.pm:581
#, c-format
msgid "Selected size is larger than available space"
msgstr "Το επιλεγμένο μέγεθος είναι μεγαλύτερο από το διαθέσιμο χώρο"
-#: install_steps_interactive.pm:548
+#: install_steps_interactive.pm:596
#, c-format
msgid "Type of install"
msgstr "Τύπος εγκατάστασης"
-#: install_steps_interactive.pm:549
+#: install_steps_interactive.pm:597
#, c-format
msgid ""
"You haven't selected any group of packages.\n"
@@ -6603,22 +6579,22 @@ msgstr ""
"Δεν έχετε επιλέξει ομάδα πακέτων.\n"
"Παρακαλώ επιλέξτε την ελάχιστη εγκατάσταση που θέλετε:"
-#: install_steps_interactive.pm:553
+#: install_steps_interactive.pm:601
#, c-format
msgid "With basic documentation (recommended!)"
msgstr "Με την βασική τεκμηρίωση (συνιστάται!)"
-#: install_steps_interactive.pm:554
+#: install_steps_interactive.pm:602
#, c-format
msgid "Truly minimal install (especially no urpmi)"
msgstr "Πραγματικά ελάχιστη εγκατάσταση (ειδικά χωρίς urpmi)"
-#: install_steps_interactive.pm:597 standalone/drakxtv:50
+#: install_steps_interactive.pm:645 standalone/drakxtv:52
#, c-format
msgid "All"
msgstr "Όλα"
-#: install_steps_interactive.pm:641
+#: install_steps_interactive.pm:694
#, c-format
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
@@ -6629,17 +6605,17 @@ msgstr ""
"Εάν δεν έχετε κανένα από τα παρακάτω CDs, πατήστε Ακύρωση.\n"
"Εάν δεν έχετε κάποια από αυτά, αποεπιλέξτε τα και πατήστε Εντάξει."
-#: install_steps_interactive.pm:646
+#: install_steps_interactive.pm:699
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom ονόματι \"%s\""
-#: install_steps_interactive.pm:666
+#: install_steps_interactive.pm:720
#, c-format
msgid "Preparing installation"
msgstr "Προετοιμασία εγκατάστασης"
-#: install_steps_interactive.pm:675
+#: install_steps_interactive.pm:729
#, c-format
msgid ""
"Installing package %s\n"
@@ -6648,17 +6624,17 @@ msgstr ""
"Εγκατάσταση πακέτου %s\n"
"%d%%"
-#: install_steps_interactive.pm:721
+#: install_steps_interactive.pm:778
#, c-format
msgid "Post-install configuration"
msgstr "Ρυθμίσεις μετά την εγκατάσταση"
-#: install_steps_interactive.pm:727
+#: install_steps_interactive.pm:784
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Παρακαλώ εισάγετε τη δισκέτα Αναβάθμισης Αρθρωμάτων στον οδηγό %s"
-#: install_steps_interactive.pm:748
+#: install_steps_interactive.pm:813
#, c-format
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -6668,7 +6644,7 @@ msgid ""
"To download these packages, you will need to have a working Internet \n"
"connection.\n"
"\n"
-"Do you want to install the updates ?"
+"Do you want to install the updates?"
msgstr ""
"Τώρα έχετε τη δυνατότητα να εγκαταστήσετε πακέτα αναβάθμισης. Αυτά τα\n"
"πακέτα έχουν αναβαθμιστεί μετά την έκδοση της διανομής. Μπορεί να περιέχουν\n"
@@ -6680,86 +6656,72 @@ msgstr ""
"\n"
"Θέλετε να εγκαταστήσετε τις αναβαθμίσεις ;"
-# fuzzy
-#: install_steps_interactive.pm:769
-#, c-format
-msgid ""
-"Contacting Mandrakelinux web site to get the list of available mirrors..."
-msgstr ""
-"Σύνδεση με την τοποθεσία της Mandrakelinux για λήψη των διαθέσιμων τόπων "
-"λήψης..."
-
-#: install_steps_interactive.pm:774
-#, c-format
-msgid "Choose a mirror from which to get the packages"
-msgstr "Επιλέξτε τόπο από τον οποίο θα γίνει η λήψη πακέτων"
-
-#: install_steps_interactive.pm:788
+#: install_steps_interactive.pm:853
#, c-format
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Σύνδεση με τον τόπο για την λήψη των διαθέσιμων πακέτων..."
-#: install_steps_interactive.pm:792
+#: install_steps_interactive.pm:857
#, fuzzy, c-format
msgid "Unable to contact mirror %s"
msgstr "Αδυναμία fork: %s"
-#: install_steps_interactive.pm:792
+#: install_steps_interactive.pm:857
#, fuzzy, c-format
msgid "Would you like to try again?"
msgstr "Θα θέλατε να ρυθμίσετε έναν εκτυπωτή;"
-#: install_steps_interactive.pm:818 standalone/drakclock:45
+#: install_steps_interactive.pm:883 standalone/drakclock:46
#, c-format
msgid "Which is your timezone?"
msgstr "Ποια είναι η ζώνη ώρας;"
-#: install_steps_interactive.pm:823
+#: install_steps_interactive.pm:888
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Αυτόματος συγχρονισμός ώρας (χρήση NTP)"
-#: install_steps_interactive.pm:831
+#: install_steps_interactive.pm:896
#, c-format
msgid "NTP Server"
msgstr "Εξυπηρετητής NTP"
-#: install_steps_interactive.pm:873 steps.pm:30
+#: install_steps_interactive.pm:938 steps.pm:30
#, c-format
msgid "Summary"
msgstr "Περίληψη"
-#: install_steps_interactive.pm:886 install_steps_interactive.pm:894
-#: install_steps_interactive.pm:912 install_steps_interactive.pm:919
-#: install_steps_interactive.pm:1068 services.pm:135
-#: standalone/drakbackup:1572
+#: install_steps_interactive.pm:951 install_steps_interactive.pm:959
+#: install_steps_interactive.pm:977 install_steps_interactive.pm:984
+#: install_steps_interactive.pm:1136 services.pm:135
+#: standalone/drakbackup:1593
#, c-format
msgid "System"
msgstr "Σύστημα"
-#: install_steps_interactive.pm:926 install_steps_interactive.pm:953
-#: install_steps_interactive.pm:970 install_steps_interactive.pm:986
-#: install_steps_interactive.pm:997
+#: install_steps_interactive.pm:991 install_steps_interactive.pm:1018
+#: install_steps_interactive.pm:1035 install_steps_interactive.pm:1051
+#: install_steps_interactive.pm:1062
#, c-format
msgid "Hardware"
msgstr "Υλικό"
-#: install_steps_interactive.pm:932 install_steps_interactive.pm:941
+#: install_steps_interactive.pm:997 install_steps_interactive.pm:1006
#, c-format
msgid "Remote CUPS server"
msgstr "Απομακρυσμένος εξυπηρετητής CUPS"
-#: install_steps_interactive.pm:932
+#: install_steps_interactive.pm:997
#, c-format
msgid "No printer"
msgstr "Κανένας εκτυπωτής"
-#: install_steps_interactive.pm:974
+#: install_steps_interactive.pm:1039
#, c-format
msgid "Do you have an ISA sound card?"
msgstr "Έχετε κάρτα ήχου ISA;"
-#: install_steps_interactive.pm:976
+#: install_steps_interactive.pm:1041
#, fuzzy, c-format
msgid ""
"Run \"alsaconf\" or \"sndconfig\" after installation to configure your sound "
@@ -6767,98 +6729,93 @@ msgid ""
msgstr ""
"Εκτελέστε \"sndconfig\" μετά την εγκατάσταση για την ρύθμιση της κάρτας"
-#: install_steps_interactive.pm:978
+#: install_steps_interactive.pm:1043
#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Δεν βρέθηκε κάρτα ήχου. Δοκιμάστε το \"harddrake\" μετά την εγκατάσταση"
-#: install_steps_interactive.pm:998
+#: install_steps_interactive.pm:1063
#, c-format
msgid "Graphical interface"
msgstr "Γραφικό περιβάλλον"
-#: install_steps_interactive.pm:1004 install_steps_interactive.pm:1019
+#: install_steps_interactive.pm:1069 install_steps_interactive.pm:1084
#, c-format
msgid "Network & Internet"
msgstr "Δίκτυο & Διαδίκτυο"
-#: install_steps_interactive.pm:1020
-#, fuzzy, c-format
-msgid "Proxies"
-msgstr "Προφίλ "
-
-#: install_steps_interactive.pm:1021
+#: install_steps_interactive.pm:1086
#, fuzzy, c-format
msgid "configured"
msgstr "επαναρύθμιση"
-#: install_steps_interactive.pm:1030 install_steps_interactive.pm:1044
+#: install_steps_interactive.pm:1095 install_steps_interactive.pm:1109
#: steps.pm:20
#, c-format
msgid "Security"
msgstr "Ασφάλεια"
-#: install_steps_interactive.pm:1049
+#: install_steps_interactive.pm:1114
#, c-format
msgid "activated"
msgstr "ενεργοποιημένο"
-#: install_steps_interactive.pm:1049
+#: install_steps_interactive.pm:1114
#, c-format
msgid "disabled"
msgstr "απενεργοποιημένο"
-#: install_steps_interactive.pm:1058
+#: install_steps_interactive.pm:1123
#, c-format
msgid "Boot"
msgstr "Εκκίνηση"
#. -PO: example: lilo-graphic on /dev/hda1
-#: install_steps_interactive.pm:1062
+#: install_steps_interactive.pm:1127
#, fuzzy, c-format
msgid "%s on %s"
msgstr "%s (Θύρα %s)"
-#: install_steps_interactive.pm:1073 services.pm:177
+#: install_steps_interactive.pm:1141 services.pm:177
#, c-format
msgid "Services: %d activated for %d registered"
msgstr "Υπηρεσίες: %d ενεργοποιημένες για %d εγγεγραμμένες"
-#: install_steps_interactive.pm:1083
+#: install_steps_interactive.pm:1151
#, c-format
msgid "You have not configured X. Are you sure you really want this?"
msgstr "Δεν έχετε ρυθμίσει το Χ. Είστε βέβαιοι ότι θέλετε να το κάνετε;"
-#: install_steps_interactive.pm:1141
+#: install_steps_interactive.pm:1205
#, c-format
msgid "Set root password and network authentication methods"
msgstr ""
-#: install_steps_interactive.pm:1142
+#: install_steps_interactive.pm:1206
#, c-format
msgid "Set root password"
msgstr "Κωδικός πρόσβασης root"
-#: install_steps_interactive.pm:1152
+#: install_steps_interactive.pm:1217
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Αυτός ο κωδικός πρόσβασης είναι πολύ απλός (πρέπει να έχει τουλάχιστον %d "
"χαρακτήρες)"
-#: install_steps_interactive.pm:1157 network/netconnect.pm:575
-#: standalone/drakauth:26 standalone/drakconnect:461
+#: install_steps_interactive.pm:1222 network/netconnect.pm:596
+#: standalone/drakauth:25 standalone/drakauth:27 standalone/drakconnect:457
#, c-format
msgid "Authentication"
msgstr "Πιστοποίηση"
-#: install_steps_interactive.pm:1188
+#: install_steps_interactive.pm:1254
#, c-format
msgid "Preparing bootloader..."
msgstr "Προετοιμασία προγράμματος εκκίνησης..."
-#: install_steps_interactive.pm:1198
+#: install_steps_interactive.pm:1264
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown\n"
@@ -6871,12 +6828,12 @@ msgstr ""
"Η εγκατάσταση θα συνεχιστεί, αλλά\n"
"θα χρειαστεί να χρησιμοποιήσετε το BootX για να ξεκινήσετε το μηχάνημά σας"
-#: install_steps_interactive.pm:1204
+#: install_steps_interactive.pm:1270
#, c-format
msgid "Do you want to use aboot?"
msgstr "Θέλετε να χρησιμοποιήσετε το aboot;"
-#: install_steps_interactive.pm:1207
+#: install_steps_interactive.pm:1273
#, c-format
msgid ""
"Error installing aboot, \n"
@@ -6886,60 +6843,29 @@ msgstr ""
"προσπάθεια βεβιασμένης εγκατάστασης, ακόμα και αν αυτό έχει σαν αποτέλεσμα "
"την καταστροφή της πρώτης κατάτμησης;"
-#: install_steps_interactive.pm:1218
-#, c-format
-msgid "Installing bootloader"
-msgstr "Πρόγραμμα εκκίνησης"
-
-#: install_steps_interactive.pm:1225
-#, c-format
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"Η εγκατάσταση του προγράμματος εκκίνησης απέτυχε. Προκλήθηκε το ακόλουθο "
-"σφάλμα:"
-
-#: install_steps_interactive.pm:1230
-#, 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"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Μπορεί να χρειαστεί να αλλάξετε την Open Firmware boot-συσκευή ώστε να\n"
-" ενεργοποιήσετε το πρόγραμμα εκκίνησης. Αν στην επανεκκίνηση δεν δείτε την "
-"προτροπή του πρόγραμμα εκκίνησης,\n"
-"πατήστε το Command-Option-O-F κατά την επανεκκίνηση και εισάγετε:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Μετά γράψτε: shut-down\n"
-"Στην επόμενη εκκίνηση θα πρέπει να δείτε την προτροπή του προγράμματος "
-"εκκίνησης ."
-
-#: install_steps_interactive.pm:1243
+#: install_steps_interactive.pm:1294
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: install_steps_interactive.pm:1275 standalone/drakautoinst:76
+#: install_steps_interactive.pm:1322 standalone/drakautoinst:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Εισάγετε άδεια δισκέτα στον οδηγό %s"
-#: install_steps_interactive.pm:1280
+#: install_steps_interactive.pm:1327
#, fuzzy, c-format
msgid "Please insert another floppy for drivers disk"
msgstr "Παρακαλώ εισάγετε τη δισκέτα Εκκίνησης στον οδηγό %s"
-#: install_steps_interactive.pm:1282
+#: install_steps_interactive.pm:1329
#, c-format
msgid "Creating auto install floppy..."
msgstr "Δημιουργία δισκέτας αυτόματης εγκατάστασης..."
-#: install_steps_interactive.pm:1294
+#: install_steps_interactive.pm:1341
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -6950,12 +6876,12 @@ msgstr ""
"\n"
"Θέλετε σίγουρα να εγκαταλείψετε τώρα;"
-#: install_steps_interactive.pm:1309
+#: install_steps_interactive.pm:1356
#, c-format
msgid "Generate auto install floppy"
msgstr "Δημιουργία δισκέτας αυτόματης εγκατάστασης"
-#: install_steps_interactive.pm:1311
+#: install_steps_interactive.pm:1358
#, c-format
msgid ""
"The auto install can be fully automated if wanted,\n"
@@ -6975,7 +6901,8 @@ msgstr ""
msgid "Mandrakelinux Installation %s"
msgstr "Εγκατάσταση Mandrakelinux %s"
-#: install_steps_newt.pm:33
+#. -PO: This string must fit in a 80-char wide text screen
+#: install_steps_newt.pm:34
#, c-format
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
@@ -6987,17 +6914,37 @@ msgstr ""
msgid "Choose a file"
msgstr "Επιλέξτε ένα αρχείο"
+#: interactive.pm:295 interactive/gtk.pm:482 standalone/drakbackup:1534
+#: standalone/drakfont:592 standalone/drakfont:659 standalone/drakups:297
+#: standalone/drakups:357 standalone/drakups:377 standalone/drakvpn:333
+#: standalone/drakvpn:694
+#, c-format
+msgid "Add"
+msgstr "Προσθήκη"
+
+#: interactive.pm:295 interactive/gtk.pm:482
+#, c-format
+msgid "Modify"
+msgstr "Τροποποίηση"
+
+#: interactive.pm:295 interactive/gtk.pm:482 standalone/drakups:299
+#: standalone/drakups:359 standalone/drakups:379 standalone/drakvpn:333
+#: standalone/drakvpn:694
+#, c-format
+msgid "Remove"
+msgstr "Αφαίρεσης"
+
#: interactive.pm:372
#, c-format
msgid "Basic"
msgstr "Βασική"
-#: interactive.pm:403 interactive/newt.pm:308 ugtk2.pm:510
+#: interactive.pm:403 interactive/newt.pm:317 ugtk2.pm:515
#, c-format
msgid "Finish"
msgstr "Τέλος"
-#: interactive/newt.pm:83
+#: interactive/newt.pm:92
#, c-format
msgid "Do"
msgstr "Κάντο"
@@ -7076,572 +7023,765 @@ msgstr ""
msgid "Re-submit"
msgstr "Εισάγετε ξανά"
-#: keyboard.pm:161 keyboard.pm:193
+#: keyboard.pm:163 keyboard.pm:194
#, c-format
-msgid "Czech (QWERTZ)"
+msgid ""
+"_: keyboard\n"
+"Czech (QWERTZ)"
msgstr "Τσέχικο (QWERTZ)"
-#: keyboard.pm:162 keyboard.pm:195
+#: keyboard.pm:164 keyboard.pm:196
#, c-format
-msgid "German"
+msgid ""
+"_: keyboard\n"
+"German"
msgstr "Γερμανικό"
-#: keyboard.pm:163
+#: keyboard.pm:165
#, c-format
-msgid "Dvorak"
+msgid ""
+"_: keyboard\n"
+"Dvorak"
msgstr "Dvorak"
-#: keyboard.pm:164 keyboard.pm:204
+#: keyboard.pm:166 keyboard.pm:206
#, c-format
-msgid "Spanish"
+msgid ""
+"_: keyboard\n"
+"Spanish"
msgstr "Ισπανικό"
-#: keyboard.pm:165 keyboard.pm:205
+#: keyboard.pm:167 keyboard.pm:207
#, c-format
-msgid "Finnish"
+msgid ""
+"_: keyboard\n"
+"Finnish"
msgstr "Φινλανδικό"
-#: keyboard.pm:166 keyboard.pm:206
+#: keyboard.pm:168 keyboard.pm:208
#, c-format
-msgid "French"
+msgid ""
+"_: keyboard\n"
+"French"
msgstr "Γαλλικό"
-#: keyboard.pm:167 keyboard.pm:246
+#: keyboard.pm:169 keyboard.pm:254
#, c-format
-msgid "Norwegian"
+msgid ""
+"_: keyboard\n"
+"Norwegian"
msgstr "Νορβηγικό"
-#: keyboard.pm:168
+#: keyboard.pm:170
#, c-format
-msgid "Polish"
+msgid ""
+"_: keyboard\n"
+"Polish"
msgstr "Πολωνικό"
-#: keyboard.pm:169 keyboard.pm:255
+#: keyboard.pm:171 keyboard.pm:264
#, c-format
-msgid "Russian"
+msgid ""
+"_: keyboard\n"
+"Russian"
msgstr "Ρωσικό"
-#: keyboard.pm:171 keyboard.pm:259
+#: keyboard.pm:173 keyboard.pm:268
#, c-format
-msgid "Swedish"
+msgid ""
+"_: keyboard\n"
+"Swedish"
msgstr "Σουηδικό"
-#: keyboard.pm:172 keyboard.pm:278
+#: keyboard.pm:174 keyboard.pm:287
#, c-format
msgid "UK keyboard"
msgstr "Μεγάλη Βρετανία (UK)"
-#: keyboard.pm:173 keyboard.pm:279
+#: keyboard.pm:175 keyboard.pm:288
#, c-format
msgid "US keyboard"
msgstr "Η.Π.Α. (US)"
-#: keyboard.pm:175
+#: keyboard.pm:177
#, c-format
-msgid "Albanian"
+msgid ""
+"_: keyboard\n"
+"Albanian"
msgstr "Αλβανικό"
-#: keyboard.pm:176
+#: keyboard.pm:178
#, c-format
-msgid "Armenian (old)"
+msgid ""
+"_: keyboard\n"
+"Armenian (old)"
msgstr "Αρμενικό (παλιό)"
-#: keyboard.pm:177
+#: keyboard.pm:179
#, c-format
-msgid "Armenian (typewriter)"
+msgid ""
+"_: keyboard\n"
+"Armenian (typewriter)"
msgstr "Αρμενικό (γραφομηχανή)"
-#: keyboard.pm:178
+#: keyboard.pm:180
#, c-format
-msgid "Armenian (phonetic)"
+msgid ""
+"_: keyboard\n"
+"Armenian (phonetic)"
msgstr "Αρμενικό (φωνητικό)"
-#: keyboard.pm:179
+#: keyboard.pm:181
#, c-format
-msgid "Arabic"
+msgid ""
+"_: keyboard\n"
+"Arabic"
msgstr "Αραβικό"
-#: keyboard.pm:180
+#: keyboard.pm:182
#, c-format
-msgid "Azerbaidjani (latin)"
+msgid ""
+"_: keyboard\n"
+"Azerbaidjani (latin)"
msgstr "Αζερμπαϊτζάν (Λατινικό)"
-#: keyboard.pm:182
+#: keyboard.pm:183
#, c-format
-msgid "Belgian"
+msgid ""
+"_: keyboard\n"
+"Belgian"
msgstr "Βελγικό"
-#: keyboard.pm:183
+#: keyboard.pm:184
#, c-format
-msgid "Bengali"
+msgid ""
+"_: keyboard\n"
+"Bengali"
msgstr "Βεγγαλικό"
-#: keyboard.pm:184
+#: keyboard.pm:185
#, c-format
-msgid "Bulgarian (phonetic)"
+msgid ""
+"_: keyboard\n"
+"Bulgarian (phonetic)"
msgstr "Βουλγαρικό (φωνητικό)"
-#: keyboard.pm:185
+#: keyboard.pm:186
#, c-format
-msgid "Bulgarian (BDS)"
+msgid ""
+"_: keyboard\n"
+"Bulgarian (BDS)"
msgstr "Βουλγαρικό (BDS)"
-#: keyboard.pm:186
+#: keyboard.pm:187
#, c-format
-msgid "Brazilian (ABNT-2)"
+msgid ""
+"_: keyboard\n"
+"Brazilian (ABNT-2)"
msgstr "Βραζιλιάνικο (ABNT-2)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
-msgid "Bosnian"
+msgid ""
+"_: keyboard\n"
+"Bosnian"
msgstr "Βοσνίας"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
-msgid "Belarusian"
+msgid ""
+"_: keyboard\n"
+"Belarusian"
msgstr "Λευκορωσίας"
#: keyboard.pm:191
#, c-format
-msgid "Swiss (German layout)"
+msgid ""
+"_: keyboard\n"
+"Swiss (German layout)"
msgstr "Ελβετικό (Γερμανική διάταξη)"
-#: keyboard.pm:192
+#: keyboard.pm:193
#, c-format
-msgid "Swiss (French layout)"
+msgid ""
+"_: keyboard\n"
+"Swiss (French layout)"
msgstr "Ελβετικό (Γαλλική διάταξη)"
-#: keyboard.pm:194
+#: keyboard.pm:195
#, c-format
-msgid "Czech (QWERTY)"
+msgid ""
+"_: keyboard\n"
+"Czech (QWERTY)"
msgstr "Τσέχικο (QWERTY)"
-#: keyboard.pm:196
+#: keyboard.pm:197
#, c-format
-msgid "German (no dead keys)"
+msgid ""
+"_: keyboard\n"
+"German (no dead keys)"
msgstr "Γερμανικό (χωρίς νεκρά πλήκτρα)"
-#: keyboard.pm:197
+#: keyboard.pm:198
#, c-format
-msgid "Devanagari"
+msgid ""
+"_: keyboard\n"
+"Devanagari"
msgstr "Δεβαναγαρικό"
-#: keyboard.pm:198
+#: keyboard.pm:199
#, c-format
-msgid "Danish"
+msgid ""
+"_: keyboard\n"
+"Danish"
msgstr "Δανικό"
-#: keyboard.pm:199
+#: keyboard.pm:200
#, c-format
-msgid "Dvorak (US)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (US)"
msgstr "Dvorak (ΗΠΑ)"
-#: keyboard.pm:200
+#: keyboard.pm:201
#, fuzzy, c-format
-msgid "Dvorak (Esperanto)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (Esperanto)"
msgstr "Dvorak (Νορβηγικό)"
-#: keyboard.pm:201
+#: keyboard.pm:202
#, c-format
-msgid "Dvorak (Norwegian)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (Norwegian)"
msgstr "Dvorak (Νορβηγικό)"
-#: keyboard.pm:202
+#: keyboard.pm:203
#, c-format
-msgid "Dvorak (Swedish)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (Swedish)"
msgstr "Dvorak (Σουηδικό)"
-#: keyboard.pm:203
+#: keyboard.pm:205
#, c-format
-msgid "Estonian"
+msgid ""
+"_: keyboard\n"
+"Estonian"
msgstr "Εσθονικό"
-#: keyboard.pm:207
+#: keyboard.pm:209
#, c-format
-msgid "Georgian (\"Russian\" layout)"
+msgid ""
+"_: keyboard\n"
+"Georgian (\"Russian\" layout)"
msgstr "Γεωργία (\"Ρώσικη\" διάταξη)"
-#: keyboard.pm:208
+#: keyboard.pm:210
#, c-format
-msgid "Georgian (\"Latin\" layout)"
+msgid ""
+"_: keyboard\n"
+"Georgian (\"Latin\" layout)"
msgstr "Γεωργία (\"Λατινική\" διάταξη)"
-#: keyboard.pm:209
+#: keyboard.pm:211
#, c-format
-msgid "Greek"
+msgid ""
+"_: keyboard\n"
+"Greek"
msgstr "Ελληνικό"
-#: keyboard.pm:210
+#: keyboard.pm:212
#, c-format
-msgid "Greek (polytonic)"
+msgid ""
+"_: keyboard\n"
+"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:211
+#: keyboard.pm:213
#, c-format
-msgid "Gujarati"
+msgid ""
+"_: keyboard\n"
+"Gujarati"
msgstr "Γκουτζαρατικό"
-#: keyboard.pm:212
+#: keyboard.pm:214
#, c-format
-msgid "Gurmukhi"
+msgid ""
+"_: keyboard\n"
+"Gurmukhi"
msgstr "Γκουρμούκι"
-#: keyboard.pm:213
+#: keyboard.pm:216
#, c-format
-msgid "Hungarian"
+msgid ""
+"_: keyboard\n"
+"Hungarian"
msgstr "Ουγγρικό"
-#: keyboard.pm:214
+#: keyboard.pm:217
#, c-format
-msgid "Croatian"
+msgid ""
+"_: keyboard\n"
+"Croatian"
msgstr "Κροατικό"
-#: keyboard.pm:215
+#: keyboard.pm:218
#, c-format
-msgid "Irish"
+msgid ""
+"_: keyboard\n"
+"Irish"
msgstr ""
-#: keyboard.pm:216
+#: keyboard.pm:219
#, c-format
-msgid "Israeli"
+msgid ""
+"_: keyboard\n"
+"Israeli"
msgstr "Ισραήλ"
-#: keyboard.pm:217
+#: keyboard.pm:220
#, c-format
-msgid "Israeli (Phonetic)"
+msgid ""
+"_: keyboard\n"
+"Israeli (phonetic)"
msgstr "Ισραήλ (φωνητικό)"
-#: keyboard.pm:218
+#: keyboard.pm:221
#, c-format
-msgid "Iranian"
+msgid ""
+"_: keyboard\n"
+"Iranian"
msgstr "Ιρανικό"
-#: keyboard.pm:219
+#: keyboard.pm:222
#, c-format
-msgid "Icelandic"
+msgid ""
+"_: keyboard\n"
+"Icelandic"
msgstr "Ισλανδικό"
-#: keyboard.pm:220
+#: keyboard.pm:223
#, c-format
-msgid "Italian"
+msgid ""
+"_: keyboard\n"
+"Italian"
msgstr "Ιταλικό"
-#: keyboard.pm:221
+#: keyboard.pm:224
#, c-format
-msgid "Inuktitut"
+msgid ""
+"_: keyboard\n"
+"Inuktitut"
msgstr ""
-#: keyboard.pm:225
+#: keyboard.pm:229
#, c-format
-msgid "Japanese 106 keys"
+msgid ""
+"_: keyboard\n"
+"Japanese 106 keys"
msgstr "Ιαπωνικό 106 πλήκτρων"
-#: keyboard.pm:226
+#: keyboard.pm:230
#, fuzzy, c-format
-msgid "Kannada"
+msgid ""
+"_: keyboard\n"
+"Kannada"
msgstr "Καναδάς"
-#: keyboard.pm:229
+#: keyboard.pm:233
#, c-format
-msgid "Korean keyboard"
+msgid ""
+"_: keyboard\n"
+"Korean"
msgstr "Κορεάτικο Πληκτρολόγιο"
-#: keyboard.pm:230
+#: keyboard.pm:234
#, fuzzy, c-format
-msgid "Kyrgyz keyboard"
+msgid ""
+"_: keyboard\n"
+"Kyrgyz"
msgstr "Μεγάλη Βρετανία (UK)"
-#: keyboard.pm:231
+#: keyboard.pm:235
#, c-format
-msgid "Latin American"
+msgid ""
+"_: keyboard\n"
+"Latin American"
msgstr "Λατινικής Αμερικής"
-#: keyboard.pm:232
+#: keyboard.pm:236
#, c-format
-msgid "Laotian"
+msgid ""
+"_: keyboard\n"
+"Laotian"
msgstr ""
-#: keyboard.pm:233
+#: keyboard.pm:238
#, c-format
-msgid "Lithuanian AZERTY (old)"
+msgid ""
+"_: keyboard\n"
+"Lithuanian AZERTY (old)"
msgstr "Λιθουανικό AZERTY (παλιό)"
-#: keyboard.pm:235
+#: keyboard.pm:241
#, c-format
-msgid "Lithuanian AZERTY (new)"
+msgid ""
+"_: keyboard\n"
+"Lithuanian AZERTY (new)"
msgstr "Λιθουανικό AZERTY (νέο)"
-#: keyboard.pm:236
+#: keyboard.pm:243
#, c-format
-msgid "Lithuanian \"number row\" QWERTY"
+msgid ""
+"_: keyboard\n"
+"Lithuanian \"number row\" QWERTY"
msgstr "Λιθουανικό \"number row\" QWERTY"
-#: keyboard.pm:237
+#: keyboard.pm:245
#, c-format
-msgid "Lithuanian \"phonetic\" QWERTY"
+msgid ""
+"_: keyboard\n"
+"Lithuanian \"phonetic\" QWERTY"
msgstr "Λιθουανικό \"φωνητικό\" QWERTY"
-#: keyboard.pm:238
+#: keyboard.pm:246
#, c-format
-msgid "Latvian"
+msgid ""
+"_: keyboard\n"
+"Latvian"
msgstr "Λετονικό"
-#: keyboard.pm:239
+#: keyboard.pm:247
#, c-format
-msgid "Malayalam"
+msgid ""
+"_: keyboard\n"
+"Malayalam"
msgstr "Μαλαγιαλαμικό"
-#: keyboard.pm:240
+#: keyboard.pm:248
#, c-format
-msgid "Macedonian"
+msgid ""
+"_: keyboard\n"
+"Macedonian"
msgstr "Μακεδονικό Π.Γ Δ."
-#: keyboard.pm:241
+#: keyboard.pm:249
#, fuzzy, c-format
-msgid "Myanmar (Burmese)"
+msgid ""
+"_: keyboard\n"
+"Myanmar (Burmese)"
msgstr "Μιανμάρ"
-#: keyboard.pm:242
+#: keyboard.pm:250
#, c-format
-msgid "Mongolian (cyrillic)"
+msgid ""
+"_: keyboard\n"
+"Mongolian (cyrillic)"
msgstr "Μογγολικό (Κυριλλική)"
-#: keyboard.pm:243
+#: keyboard.pm:251
#, c-format
-msgid "Maltese (UK)"
+msgid ""
+"_: keyboard\n"
+"Maltese (UK)"
msgstr ""
-#: keyboard.pm:244
+#: keyboard.pm:252
#, c-format
-msgid "Maltese (US)"
+msgid ""
+"_: keyboard\n"
+"Maltese (US)"
msgstr ""
-#: keyboard.pm:245
+#: keyboard.pm:253
#, c-format
-msgid "Dutch"
+msgid ""
+"_: keyboard\n"
+"Dutch"
msgstr "Ολλανδικό"
-#: keyboard.pm:247
+#: keyboard.pm:255
#, fuzzy, c-format
-msgid "Oriya"
+msgid ""
+"_: keyboard\n"
+"Oriya"
msgstr "Συρία"
-#: keyboard.pm:248
+#: keyboard.pm:256
#, c-format
-msgid "Polish (qwerty layout)"
+msgid ""
+"_: keyboard\n"
+"Polish (qwerty layout)"
msgstr "Πολωνικό (διάταξη qwerty)"
-#: keyboard.pm:249
+#: keyboard.pm:257
#, c-format
-msgid "Polish (qwertz layout)"
+msgid ""
+"_: keyboard\n"
+"Polish (qwertz layout)"
msgstr "Πολωνικό (διάταξη qwertz)"
-#: keyboard.pm:250
+#: keyboard.pm:258
#, c-format
-msgid "Portuguese"
+msgid ""
+"_: keyboard\n"
+"Portuguese"
msgstr "Πορτογαλικό"
-#: keyboard.pm:251
+#: keyboard.pm:260
#, c-format
-msgid "Canadian (Quebec)"
+msgid ""
+"_: keyboard\n"
+"Canadian (Quebec)"
msgstr "Καναδικό (Κεμπέκ)"
-#: keyboard.pm:253
+#: keyboard.pm:262
#, c-format
-msgid "Romanian (qwertz)"
+msgid ""
+"_: keyboard\n"
+"Romanian (qwertz)"
msgstr "Ρουμανικό (qwertz)"
-#: keyboard.pm:254
+#: keyboard.pm:263
#, c-format
-msgid "Romanian (qwerty)"
+msgid ""
+"_: keyboard\n"
+"Romanian (qwerty)"
msgstr "Ρουμανικό (qwerty)"
-#: keyboard.pm:256
+#: keyboard.pm:265
#, c-format
-msgid "Russian (Phonetic)"
+msgid ""
+"_: keyboard\n"
+"Russian (phonetic)"
msgstr "Ρωσικό (φωνητικό)"
-#: keyboard.pm:257
+#: keyboard.pm:266
#, fuzzy, c-format
-msgid "Saami (norwegian)"
+msgid ""
+"_: keyboard\n"
+"Saami (norwegian)"
msgstr "Dvorak (Νορβηγικό)"
-#: keyboard.pm:258
+#: keyboard.pm:267
#, c-format
-msgid "Saami (swedish/finnish)"
+msgid ""
+"_: keyboard\n"
+"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:260
+#: keyboard.pm:269
#, c-format
-msgid "Slovenian"
+msgid ""
+"_: keyboard\n"
+"Slovenian"
msgstr "Σλοβενίας"
-#: keyboard.pm:261
+#: keyboard.pm:270
#, c-format
-msgid "Slovakian (QWERTZ)"
+msgid ""
+"_: keyboard\n"
+"Slovakian (QWERTZ)"
msgstr "Σλοβακίας (QWERTZ)"
-#: keyboard.pm:262
+#: keyboard.pm:271
#, c-format
-msgid "Slovakian (QWERTY)"
+msgid ""
+"_: keyboard\n"
+"Slovakian (QWERTY)"
msgstr "Σλοβακίας (QWERTY)"
-#: keyboard.pm:264
+#: keyboard.pm:273
#, c-format
-msgid "Serbian (cyrillic)"
+msgid ""
+"_: keyboard\n"
+"Serbian (cyrillic)"
msgstr "Σέρβικο (κυριλλικό)"
-#: keyboard.pm:265
+#: keyboard.pm:274
#, fuzzy, c-format
-msgid "Syriac"
+msgid ""
+"_: keyboard\n"
+"Syriac"
msgstr "Συρία"
-#: keyboard.pm:266
+#: keyboard.pm:275
#, fuzzy, c-format
-msgid "Syriac (phonetic)"
+msgid ""
+"_: keyboard\n"
+"Syriac (phonetic)"
msgstr "Αρμενικό (φωνητικό)"
-#: keyboard.pm:267
+#: keyboard.pm:276
#, fuzzy, c-format
-msgid "Telugu"
+msgid ""
+"_: keyboard\n"
+"Telugu"
msgstr "Τοκελάου"
-#: keyboard.pm:269
+#: keyboard.pm:278
#, c-format
-msgid "Tamil (ISCII-layout)"
+msgid ""
+"_: keyboard\n"
+"Tamil (ISCII-layout)"
msgstr "Ταμιλικό (διάταξη ISCII)"
-#: keyboard.pm:270
+#: keyboard.pm:279
#, c-format
-msgid "Tamil (Typewriter-layout)"
+msgid ""
+"_: keyboard\n"
+"Tamil (Typewriter-layout)"
msgstr "Ταμιλικό (διάταξη γραφομηχανή)"
-#: keyboard.pm:271
+#: keyboard.pm:280
#, c-format
-msgid "Thai keyboard"
+msgid ""
+"_: keyboard\n"
+"Thai"
msgstr "Ταϊλανδέζικο"
-#: keyboard.pm:273
+#: keyboard.pm:282
#, c-format
-msgid "Tajik keyboard"
+msgid ""
+"_: keyboard\n"
+"Tajik"
msgstr ""
-#: keyboard.pm:274
+#: keyboard.pm:283
#, c-format
-msgid "Turkish (traditional \"F\" model)"
+msgid ""
+"_: keyboard\n"
+"Turkish (traditional \"F\" model)"
msgstr "Τουρκικό (παραδοσιακό \"F\" μοντέλο)"
-#: keyboard.pm:275
+#: keyboard.pm:284
#, c-format
-msgid "Turkish (modern \"Q\" model)"
+msgid ""
+"_: keyboard\n"
+"Turkish (modern \"Q\" model)"
msgstr "Τουρκικό (μοντέρνο \"Q\" μοντέλο)"
-#: keyboard.pm:277
+#: keyboard.pm:286
#, c-format
-msgid "Ukrainian"
+msgid ""
+"_: keyboard\n"
+"Ukrainian"
msgstr "Ουκρανικό"
-#: keyboard.pm:280
+#: keyboard.pm:289
#, c-format
msgid "US keyboard (international)"
msgstr "US διεθνές"
-#: keyboard.pm:281
+#: keyboard.pm:290
#, fuzzy, c-format
-msgid "Uzbek (cyrillic)"
+msgid ""
+"_: keyboard\n"
+"Uzbek (cyrillic)"
msgstr "Σέρβικο (κυριλλικό)"
-#: keyboard.pm:282
+#: keyboard.pm:292
#, c-format
-msgid "Vietnamese \"numeric row\" QWERTY"
+msgid ""
+"_: keyboard\n"
+"Vietnamese \"numeric row\" QWERTY"
msgstr "Βιετνάμ \"numeric row\" QWERTY"
-#: keyboard.pm:283
+#: keyboard.pm:293
#, c-format
-msgid "Yugoslavian (latin)"
+msgid ""
+"_: keyboard\n"
+"Yugoslavian (latin)"
msgstr "Γιουγκοσλαβικό (λατινικό)"
-#: keyboard.pm:290
+#: keyboard.pm:300
#, c-format
msgid "Right Alt key"
msgstr "Δεξιό πλήκτρο Alt"
-#: keyboard.pm:291
+#: keyboard.pm:301
#, c-format
msgid "Both Shift keys simultaneously"
msgstr "Ταυτόχρονα τα δύο πλήκτρα Shift"
-#: keyboard.pm:292
+#: keyboard.pm:302
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr "Ταυτόχρονα τα πλήκτρα Control και Shift"
-#: keyboard.pm:293
+#: keyboard.pm:303
#, c-format
msgid "CapsLock key"
msgstr "Πλήκτρο Capslock"
-#: keyboard.pm:294
+#: keyboard.pm:304
+#, fuzzy, c-format
+msgid "Shift and CapsLock keys simultaneously"
+msgstr "Ταυτόχρονα τα πλήκτρα Ctrl και Alt"
+
+#: keyboard.pm:305
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ταυτόχρονα τα πλήκτρα Ctrl και Alt"
-#: keyboard.pm:295
+#: keyboard.pm:306
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr "Ταυτόχρονα τα πλήκτρα Alt και Shift"
-#: keyboard.pm:296
+#: keyboard.pm:307
#, c-format
msgid "\"Menu\" key"
msgstr "Πλήκτρο \"Μενού\""
-#: keyboard.pm:297
+#: keyboard.pm:308
#, c-format
msgid "Left \"Windows\" key"
msgstr "Αριστερό πλήκτρο \"Windows\""
-#: keyboard.pm:298
+#: keyboard.pm:309
#, c-format
msgid "Right \"Windows\" key"
msgstr "Δεξιό πλήκτρο \"Windows\""
-#: keyboard.pm:299
+#: keyboard.pm:310
#, fuzzy, c-format
msgid "Both Control keys simultaneously"
msgstr "Ταυτόχρονα τα δύο πλήκτρα Shift"
-#: keyboard.pm:300
+#: keyboard.pm:311
#, fuzzy, c-format
msgid "Both Alt keys simultaneously"
msgstr "Ταυτόχρονα τα δύο πλήκτρα Shift"
-#: keyboard.pm:301
+#: keyboard.pm:312
#, fuzzy, c-format
msgid "Left Shift key"
msgstr "Αριστερό πλήκτρο \"Windows\""
-#: keyboard.pm:302
+#: keyboard.pm:313
#, fuzzy, c-format
msgid "Right Shift key"
msgstr "Δεξιό πλήκτρο Alt"
-#: keyboard.pm:303
+#: keyboard.pm:314
#, fuzzy, c-format
msgid "Left Alt key"
msgstr "Δεξιό πλήκτρο Alt"
-#: keyboard.pm:304
+#: keyboard.pm:315
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Απομακρυσμένος Έλεγχος"
-#: keyboard.pm:305
+#: keyboard.pm:316
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Δεξιό πλήκτρο Alt"
-#: keyboard.pm:336
+#: keyboard.pm:347
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -7652,7 +7792,7 @@ msgstr ""
"πλήκτρων εναλλαγής των διατάξεων πληκτρολογίων\n"
"(π.χ. Αγγλική ή Ελληνική)"
-#: keyboard.pm:341
+#: keyboard.pm:352
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -7660,1164 +7800,1188 @@ msgid ""
"key to switch between the different keyboard layouts."
msgstr ""
-#: lang.pm:153
+#. -PO: the string "default:LTR" can be translated *ONLY* as "default:LTR"
+#. -PO: or as "default:RTL", depending if your language is written from
+#. -PO: left to right, or from right to left; any other string is wrong.
+#: lang.pm:165
#, c-format
msgid "default:LTR"
msgstr "default:LTR"
-#: lang.pm:169
-#, c-format
-msgid "Afghanistan"
-msgstr "Αφγανιστάν"
-
-#: lang.pm:170
+#: lang.pm:182
#, c-format
msgid "Andorra"
msgstr "Ανδόρα"
-#: lang.pm:171
+#: lang.pm:183
#, c-format
msgid "United Arab Emirates"
msgstr "Ηνωμένα Αραβικά Εμιράτα"
-#: lang.pm:172
+#: lang.pm:184
+#, c-format
+msgid "Afghanistan"
+msgstr "Αφγανιστάν"
+
+#: lang.pm:185
#, c-format
msgid "Antigua and Barbuda"
msgstr "Αντίγκουα και Μπαρμπούντα"
-#: lang.pm:173
+#: lang.pm:186
#, c-format
msgid "Anguilla"
msgstr "Αγκίλα"
-#: lang.pm:174
+#: lang.pm:187
#, c-format
msgid "Albania"
msgstr "Αλβανία"
-#: lang.pm:175
+#: lang.pm:188
#, c-format
msgid "Armenia"
msgstr "Αρμενία"
-#: lang.pm:176
+#: lang.pm:189
#, c-format
msgid "Netherlands Antilles"
msgstr "Ολλανδικές Αντίλλες"
-#: lang.pm:177
+#: lang.pm:190
#, c-format
msgid "Angola"
msgstr "Αγκόλα"
-#: lang.pm:178
+#: lang.pm:191
#, c-format
msgid "Antarctica"
msgstr "Ανταρκτική"
-#: lang.pm:179 standalone/drakxtv:48
+#: lang.pm:192 network/adsl_consts.pm:28 standalone/drakxtv:50
#, c-format
msgid "Argentina"
msgstr "Αργεντινή"
-#: lang.pm:180
+#: lang.pm:193
#, c-format
msgid "American Samoa"
msgstr "Αμερικανική Σαμόα"
-#: lang.pm:182 standalone/drakxtv:46
+#: lang.pm:195 standalone/drakxtv:48
#, c-format
msgid "Australia"
msgstr "Αυστραλία"
-#: lang.pm:183
+#: lang.pm:196
#, c-format
msgid "Aruba"
msgstr "Αρούμπα"
-#: lang.pm:184
+#: lang.pm:197
#, c-format
msgid "Azerbaijan"
msgstr "Αζερμπαϊτζάν"
-#: lang.pm:185
+#: lang.pm:198
#, c-format
msgid "Bosnia and Herzegovina"
msgstr "Βοσνία-Ερζεγοβίνη"
-#: lang.pm:186
+#: lang.pm:199
#, c-format
msgid "Barbados"
msgstr "Μπαρμπάντος"
-#: lang.pm:187
+#: lang.pm:200
#, c-format
msgid "Bangladesh"
msgstr "Μπανγκλαντές"
-#: lang.pm:189
+#: lang.pm:202
#, c-format
msgid "Burkina Faso"
msgstr "Μπουρκίνα Φάσο"
-#: lang.pm:190
+#: lang.pm:203 network/adsl_consts.pm:126 network/adsl_consts.pm:134
#, c-format
msgid "Bulgaria"
msgstr "Βουλγαρία"
-#: lang.pm:191
+#: lang.pm:204
#, c-format
msgid "Bahrain"
msgstr "Μπαχρέιν"
-#: lang.pm:192
+#: lang.pm:205
#, c-format
msgid "Burundi"
msgstr "Μπουρούντι"
-#: lang.pm:193
+#: lang.pm:206
#, c-format
msgid "Benin"
msgstr "Μπενίν"
-#: lang.pm:194
+#: lang.pm:207
#, c-format
msgid "Bermuda"
msgstr "Βερμούδες"
-#: lang.pm:195
+#: lang.pm:208
#, c-format
msgid "Brunei Darussalam"
msgstr "Μπρουνέι Νταρουσαλάμ"
-#: lang.pm:196
+#: lang.pm:209
#, c-format
msgid "Bolivia"
msgstr "Βολιβία"
-#: lang.pm:197
+#: lang.pm:210 network/adsl_consts.pm:92 network/adsl_consts.pm:102
+#: network/adsl_consts.pm:110 network/adsl_consts.pm:118
#, c-format
msgid "Brazil"
msgstr "Βραζιλία"
-#: lang.pm:198
+#: lang.pm:211
#, c-format
msgid "Bahamas"
msgstr "Μπαχάμες"
-#: lang.pm:199
+#: lang.pm:212
#, c-format
msgid "Bhutan"
msgstr "Μπουτάν"
-#: lang.pm:200
+#: lang.pm:213
#, c-format
msgid "Bouvet Island"
msgstr "Νήσος Μπουβέ"
-#: lang.pm:201
+#: lang.pm:214
#, c-format
msgid "Botswana"
msgstr "Μποτσουάνα"
-#: lang.pm:202
+#: lang.pm:215
#, c-format
msgid "Belarus"
msgstr "Λευκορωσία"
-#: lang.pm:203
+#: lang.pm:216
#, c-format
msgid "Belize"
msgstr "Μπελίζ"
-#: lang.pm:204
+#: lang.pm:217
#, c-format
msgid "Canada"
msgstr "Καναδάς"
-#: lang.pm:205
+#: lang.pm:218
#, c-format
msgid "Cocos (Keeling) Islands"
msgstr "Νήσοι Κόκος (Κήλινγκ)"
-#: lang.pm:206
+#: lang.pm:219
#, c-format
msgid "Congo (Kinshasa)"
msgstr ""
-#: lang.pm:207
+#: lang.pm:220
#, c-format
msgid "Central African Republic"
msgstr "Δημοκρατία Κεντρικής Αφρικής"
-#: lang.pm:208
+#: lang.pm:221
#, c-format
msgid "Congo (Brazzaville)"
msgstr ""
-#: lang.pm:209
+#: lang.pm:222 network/adsl_consts.pm:568 network/adsl_consts.pm:575
#, c-format
msgid "Switzerland"
msgstr "Ελβετία"
-#: lang.pm:210
+#: lang.pm:223
#, c-format
msgid "Cote d'Ivoire"
msgstr "Ακτή Ελεφαντοστού"
-#: lang.pm:211
+#: lang.pm:224
#, c-format
msgid "Cook Islands"
msgstr "Νήσοι Κουκ"
-#: lang.pm:212
+#: lang.pm:225
#, c-format
msgid "Chile"
msgstr "Χιλή"
-#: lang.pm:213
+#: lang.pm:226
#, c-format
msgid "Cameroon"
msgstr "Καμερούν"
-#: lang.pm:214
+#: lang.pm:227 network/adsl_consts.pm:142 network/adsl_consts.pm:150
+#: network/adsl_consts.pm:158 network/adsl_consts.pm:166
+#: network/adsl_consts.pm:174 network/adsl_consts.pm:182
+#: network/adsl_consts.pm:190 network/adsl_consts.pm:198
+#: network/adsl_consts.pm:206 network/adsl_consts.pm:214
+#: network/adsl_consts.pm:222 network/adsl_consts.pm:230
+#: network/adsl_consts.pm:238 network/adsl_consts.pm:246
+#: network/adsl_consts.pm:254 network/adsl_consts.pm:262
+#: network/adsl_consts.pm:270 network/adsl_consts.pm:278
+#: network/adsl_consts.pm:286 network/adsl_consts.pm:294
#, c-format
msgid "China"
msgstr "Κίνα"
-#: lang.pm:215
+#: lang.pm:228
#, c-format
msgid "Colombia"
msgstr "Κολομβία"
-#: lang.pm:217
+#: lang.pm:230
+#, c-format
+msgid "Serbia & Montenegro"
+msgstr ""
+
+#: lang.pm:231
#, c-format
msgid "Cuba"
msgstr "Κούβα"
-#: lang.pm:218
+#: lang.pm:232
#, c-format
msgid "Cape Verde"
msgstr "Πράσινο Ακρωτήριο"
-#: lang.pm:219
+#: lang.pm:233
#, c-format
msgid "Christmas Island"
msgstr "Νήσοι Χριστουγέννων"
-#: lang.pm:220
+#: lang.pm:234
#, c-format
msgid "Cyprus"
msgstr "Κύπρος"
-#: lang.pm:223
+#: lang.pm:237
#, c-format
msgid "Djibouti"
msgstr "Τζιμπουτί"
-#: lang.pm:224
+#: lang.pm:238 network/adsl_consts.pm:302
#, c-format
msgid "Denmark"
msgstr "Δανία"
-#: lang.pm:225
+#: lang.pm:239
#, c-format
msgid "Dominica"
msgstr "Ντομίνικα"
-#: lang.pm:226
+#: lang.pm:240
#, c-format
msgid "Dominican Republic"
msgstr "Δομινικανή Δημοκρατία"
-#: lang.pm:227
+#: lang.pm:241
#, c-format
msgid "Algeria"
msgstr "Αλγερία"
-#: lang.pm:228
+#: lang.pm:242
#, c-format
msgid "Ecuador"
msgstr "Ισημερινός"
-#: lang.pm:229
+#: lang.pm:243
#, c-format
msgid "Estonia"
msgstr "Εσθονία"
-#: lang.pm:230
+#: lang.pm:244
#, c-format
msgid "Egypt"
msgstr "Αίγυπτος"
-#: lang.pm:231
+#: lang.pm:245
#, c-format
msgid "Western Sahara"
msgstr "Δυτική Σαχάρα"
-#: lang.pm:232
+#: lang.pm:246
#, c-format
msgid "Eritrea"
msgstr "Ερυθραία"
-#: lang.pm:233 network/adsl_consts.pm:202 network/adsl_consts.pm:210
-#: network/adsl_consts.pm:219 network/adsl_consts.pm:230
+#: lang.pm:247 network/adsl_consts.pm:531 network/adsl_consts.pm:540
+#: network/adsl_consts.pm:551
#, c-format
msgid "Spain"
msgstr "Ισπανία"
-#: lang.pm:234
+#: lang.pm:248
#, c-format
msgid "Ethiopia"
msgstr "Αιθιοπία"
-#: lang.pm:235 network/adsl_consts.pm:127
+#: lang.pm:249 network/adsl_consts.pm:402
#, c-format
msgid "Finland"
msgstr "Φινλανδία"
-#: lang.pm:236
+#: lang.pm:250
#, c-format
msgid "Fiji"
msgstr "Φίτζι"
-#: lang.pm:237
+#: lang.pm:251
#, c-format
msgid "Falkland Islands (Malvinas)"
msgstr "Νήσοι Φώκλαντ (Μαλβίνες)"
-#: lang.pm:238
+#: lang.pm:252
#, c-format
msgid "Micronesia"
msgstr "Μικρονησία"
-#: lang.pm:239
+#: lang.pm:253
#, c-format
msgid "Faroe Islands"
msgstr "Νήσοι Φερόες"
-#: lang.pm:241
+#: lang.pm:255
#, c-format
msgid "Gabon"
msgstr "Γκαμπόν"
-#: lang.pm:242 network/adsl_consts.pm:247 network/adsl_consts.pm:255
-#: network/netconnect.pm:51
+#: lang.pm:256 network/adsl_consts.pm:593 network/adsl_consts.pm:601
+#: network/netconnect.pm:52
#, c-format
msgid "United Kingdom"
msgstr "Ηνωμένο Βασίλειο"
-#: lang.pm:243
+#: lang.pm:257
#, c-format
msgid "Grenada"
msgstr "Γρενάδα"
-#: lang.pm:244
+#: lang.pm:258
#, c-format
msgid "Georgia"
msgstr "Γεωργία"
-#: lang.pm:245
+#: lang.pm:259
#, c-format
msgid "French Guiana"
msgstr "Γαλλική Γουιάνα"
-#: lang.pm:246
+#: lang.pm:260
#, c-format
msgid "Ghana"
msgstr "Γκάνα"
-#: lang.pm:247
+#: lang.pm:261
#, c-format
msgid "Gibraltar"
msgstr "Γιβραλτάρ"
-#: lang.pm:248
+#: lang.pm:262
#, c-format
msgid "Greenland"
msgstr "Γροιλανδία"
-#: lang.pm:249
+#: lang.pm:263
#, c-format
msgid "Gambia"
msgstr "Γκάμπια"
-#: lang.pm:250
+#: lang.pm:264
#, c-format
msgid "Guinea"
msgstr "Γουινέα"
-#: lang.pm:251
+#: lang.pm:265
#, c-format
msgid "Guadeloupe"
msgstr "Γουαδελούπη"
-#: lang.pm:252
+#: lang.pm:266
#, c-format
msgid "Equatorial Guinea"
msgstr "Ισημερινή Γουϊνέα"
-#: lang.pm:254
+#: lang.pm:268
#, c-format
msgid "South Georgia and the South Sandwich Islands"
msgstr "Νότια Γεωργία και Νότια Νησιά Σάντουιτς"
-#: lang.pm:255
+#: lang.pm:269
#, c-format
msgid "Guatemala"
msgstr "Γουατεμάλα"
-#: lang.pm:256
+#: lang.pm:270
#, c-format
msgid "Guam"
msgstr "Γκουάμ"
-#: lang.pm:257
+#: lang.pm:271
#, c-format
msgid "Guinea-Bissau"
msgstr "Γουϊνέα-Μπισάου"
-#: lang.pm:258
+#: lang.pm:272
#, c-format
msgid "Guyana"
msgstr "Γουιάνα"
-#: lang.pm:259
+#: lang.pm:273
#, fuzzy, c-format
-msgid "China (Hong Kong)"
+msgid "Hong Kong SAR (China)"
msgstr "Χονγκ Κονγκ"
-#: lang.pm:260
+#: lang.pm:274
#, c-format
msgid "Heard and McDonald Islands"
msgstr "Νησί Χερντ και Νήσοι ΜακΝτόναλντ"
-#: lang.pm:261
+#: lang.pm:275
#, c-format
msgid "Honduras"
msgstr "Ονδούρα"
-#: lang.pm:262
+#: lang.pm:276
#, c-format
msgid "Croatia"
msgstr "Κροατία"
-#: lang.pm:263
+#: lang.pm:277
#, c-format
msgid "Haiti"
msgstr "Αϊτή"
-#: lang.pm:264 network/adsl_consts.pm:152
+#: lang.pm:278 network/adsl_consts.pm:436
#, c-format
msgid "Hungary"
msgstr "Ουγγαρία"
-#: lang.pm:265
+#: lang.pm:279
#, c-format
msgid "Indonesia"
msgstr "Ινδονησία"
-#: lang.pm:266 standalone/drakxtv:45
+#: lang.pm:280 network/adsl_consts.pm:444 standalone/drakxtv:47
#, c-format
msgid "Ireland"
msgstr "Ιρλανδία"
-#: lang.pm:267
+#: lang.pm:281
#, c-format
msgid "Israel"
msgstr "Ισραήλ"
-#: lang.pm:268
+#: lang.pm:282
#, c-format
msgid "India"
msgstr "Ινδία"
-#: lang.pm:269
+#: lang.pm:283
#, c-format
msgid "British Indian Ocean Territory"
msgstr "Βρετανικά Εδάφη Ινδικού Ωκεανού"
-#: lang.pm:270
+#: lang.pm:284
#, c-format
msgid "Iraq"
msgstr "Ιράκ"
-#: lang.pm:271
+#: lang.pm:285
#, c-format
msgid "Iran"
msgstr "Ιράν"
-#: lang.pm:272
+#: lang.pm:286
#, c-format
msgid "Iceland"
msgstr "Ισλανδία"
-#: lang.pm:274
+#: lang.pm:288
#, c-format
msgid "Jamaica"
msgstr "Τζαμάικα"
-#: lang.pm:275
+#: lang.pm:289
#, c-format
msgid "Jordan"
msgstr "Ιορδανία"
-#: lang.pm:276
+#: lang.pm:290
#, c-format
msgid "Japan"
msgstr "Ιαπωνία"
-#: lang.pm:277
+#: lang.pm:291
#, c-format
msgid "Kenya"
msgstr "Κένυα"
-#: lang.pm:278
+#: lang.pm:292
#, c-format
msgid "Kyrgyzstan"
msgstr "Κιργιστάν"
-#: lang.pm:279
+#: lang.pm:293
#, c-format
msgid "Cambodia"
msgstr "Καμπότζη"
-#: lang.pm:280
+#: lang.pm:294
#, c-format
msgid "Kiribati"
msgstr "Κιριμπάτι"
-#: lang.pm:281
+#: lang.pm:295
#, c-format
msgid "Comoros"
msgstr "Κομόρες"
-#: lang.pm:282
+#: lang.pm:296
#, c-format
msgid "Saint Kitts and Nevis"
msgstr "Σαιντ Κιτς και Νέβις"
-#: lang.pm:283
+#: lang.pm:297
#, c-format
msgid "Korea (North)"
msgstr "Κορέα (Βόρεια)"
-#: lang.pm:284
+#: lang.pm:298
#, c-format
msgid "Korea"
msgstr "Κορέα"
-#: lang.pm:285
+#: lang.pm:299
#, c-format
msgid "Kuwait"
msgstr "Κουβέιτ"
-#: lang.pm:286
+#: lang.pm:300
#, c-format
msgid "Cayman Islands"
msgstr "Νήσοι Κέυμαν"
-#: lang.pm:287
+#: lang.pm:301
#, c-format
msgid "Kazakhstan"
msgstr "Καζακστάν"
-#: lang.pm:288
+#: lang.pm:302
#, c-format
msgid "Laos"
msgstr "Λάος"
-#: lang.pm:289
+#: lang.pm:303
#, c-format
msgid "Lebanon"
msgstr "Λίβανος"
-#: lang.pm:290
+#: lang.pm:304
#, c-format
msgid "Saint Lucia"
msgstr "Άγιος Λουκάς"
-#: lang.pm:291
+#: lang.pm:305
#, c-format
msgid "Liechtenstein"
msgstr "Λιχτενστάιν"
-#: lang.pm:292
+#: lang.pm:306
#, c-format
msgid "Sri Lanka"
msgstr "Σρι Λάνκα"
-#: lang.pm:293
+#: lang.pm:307
#, c-format
msgid "Liberia"
msgstr "Λιβερία"
-#: lang.pm:294
+#: lang.pm:308
#, c-format
msgid "Lesotho"
msgstr "Λεσότο"
-#: lang.pm:295
+#: lang.pm:309 network/adsl_consts.pm:479
#, c-format
msgid "Lithuania"
msgstr "Λιθουανία"
-#: lang.pm:296
+#: lang.pm:310
#, c-format
msgid "Luxembourg"
msgstr "Λουξεμβούργο"
-#: lang.pm:297
+#: lang.pm:311
#, c-format
msgid "Latvia"
msgstr "Λεττονία"
-#: lang.pm:298
+#: lang.pm:312
#, c-format
msgid "Libya"
msgstr "Λιβύη"
-#: lang.pm:299
+#: lang.pm:313 network/adsl_consts.pm:487
#, c-format
msgid "Morocco"
msgstr "Μαρόκο"
-#: lang.pm:300
+#: lang.pm:314
#, c-format
msgid "Monaco"
msgstr "Μονακό"
-#: lang.pm:301
+#: lang.pm:315
#, c-format
msgid "Moldova"
msgstr "Μολδαβία"
-#: lang.pm:302
+#: lang.pm:316
#, c-format
msgid "Madagascar"
msgstr "Μαδαγασκάρη"
-#: lang.pm:303
+#: lang.pm:317
#, c-format
msgid "Marshall Islands"
msgstr "Νήσοι Μάρσαλ"
-#: lang.pm:304
+#: lang.pm:318
#, c-format
msgid "Macedonia"
msgstr "Πρώην Γιουγκοσλαβική Δημοκρατία της Μακεδονίας"
-#: lang.pm:305
+#: lang.pm:319
#, c-format
msgid "Mali"
msgstr "Μάλι"
-#: lang.pm:306
+#: lang.pm:320
#, c-format
msgid "Myanmar"
msgstr "Μιανμάρ"
-#: lang.pm:307
+#: lang.pm:321
#, c-format
msgid "Mongolia"
msgstr "Μογγολία"
-#: lang.pm:308
+#: lang.pm:322
#, c-format
msgid "Northern Mariana Islands"
msgstr "Νήσοι Βορείων Μαριάννων"
-#: lang.pm:309
+#: lang.pm:323
#, c-format
msgid "Martinique"
msgstr "Μαρτινίκα"
-#: lang.pm:310
+#: lang.pm:324
#, c-format
msgid "Mauritania"
msgstr "Μαυριτανία"
-#: lang.pm:311
+#: lang.pm:325
#, c-format
msgid "Montserrat"
msgstr "Μονσεράτ"
-#: lang.pm:312
+#: lang.pm:326
#, c-format
msgid "Malta"
msgstr "Μάλτα"
-#: lang.pm:313
+#: lang.pm:327
#, c-format
msgid "Mauritius"
msgstr "Μαυρίκιος"
-#: lang.pm:314
+#: lang.pm:328
#, c-format
msgid "Maldives"
msgstr "Μαλδίβες"
-#: lang.pm:315
+#: lang.pm:329
#, c-format
msgid "Malawi"
msgstr "Μαλάουι"
-#: lang.pm:316
+#: lang.pm:330
#, c-format
msgid "Mexico"
msgstr "Μεξικό"
-#: lang.pm:317
+#: lang.pm:331
#, c-format
msgid "Malaysia"
msgstr "Μαλαισία"
-#: lang.pm:318
+#: lang.pm:332
#, c-format
msgid "Mozambique"
msgstr "Μοζαμβίκη"
-#: lang.pm:319
+#: lang.pm:333
#, c-format
msgid "Namibia"
msgstr "Ναμίμπια"
-#: lang.pm:320
+#: lang.pm:334
#, c-format
msgid "New Caledonia"
msgstr "Νέα Καληδονία"
-#: lang.pm:321
+#: lang.pm:335
#, c-format
msgid "Niger"
msgstr "Νίγηρας"
-#: lang.pm:322
+#: lang.pm:336
#, c-format
msgid "Norfolk Island"
msgstr "Νήσοι Νόρφολκ"
-#: lang.pm:323
+#: lang.pm:337
#, c-format
msgid "Nigeria"
msgstr "Νιγηρία"
-#: lang.pm:324
+#: lang.pm:338
#, c-format
msgid "Nicaragua"
msgstr "Νικαράγουα"
-#: lang.pm:327
+#: lang.pm:341
#, c-format
msgid "Nepal"
msgstr "Νεπάλ"
-#: lang.pm:328
+#: lang.pm:342
#, c-format
msgid "Nauru"
msgstr "Ναούρου"
-#: lang.pm:329
+#: lang.pm:343
#, c-format
msgid "Niue"
msgstr "Νίουε"
-#: lang.pm:330
+#: lang.pm:344
#, c-format
msgid "New Zealand"
msgstr "Νέα Ζηλανδία"
-#: lang.pm:331
+#: lang.pm:345
#, c-format
msgid "Oman"
msgstr "Ομάν"
-#: lang.pm:332
+#: lang.pm:346
#, c-format
msgid "Panama"
msgstr "Παναμάς"
-#: lang.pm:333
+#: lang.pm:347
#, c-format
msgid "Peru"
msgstr "Περού"
-#: lang.pm:334
+#: lang.pm:348
#, c-format
msgid "French Polynesia"
msgstr "Γαλλική Πολυνησία"
-#: lang.pm:335
+#: lang.pm:349
#, c-format
msgid "Papua New Guinea"
msgstr "Παπούα-Νέα Γουϊνέα"
-#: lang.pm:336
+#: lang.pm:350
#, c-format
msgid "Philippines"
msgstr "Φιλιππίνες"
-#: lang.pm:337
+#: lang.pm:351
#, c-format
msgid "Pakistan"
msgstr "Πακιστάν"
-#: lang.pm:338 network/adsl_consts.pm:186
+#: lang.pm:352 network/adsl_consts.pm:503
#, c-format
msgid "Poland"
msgstr "Πολωνία"
-#: lang.pm:339
+#: lang.pm:353
#, c-format
msgid "Saint Pierre and Miquelon"
msgstr "Σαιντ Πιερ και Μικελόν"
-#: lang.pm:340
+#: lang.pm:354
#, c-format
msgid "Pitcairn"
msgstr "Νήσοι Πίτκαιρν"
-#: lang.pm:341
+#: lang.pm:355
#, c-format
msgid "Puerto Rico"
msgstr "Πουέρτο Ρίκο"
-#: lang.pm:342
+#: lang.pm:356
#, fuzzy, c-format
msgid "Palestine"
msgstr "Τμήμα Splash"
-#: lang.pm:343 network/adsl_consts.pm:196
+#: lang.pm:357 network/adsl_consts.pm:513
#, c-format
msgid "Portugal"
msgstr "Πορτογαλία"
-#: lang.pm:344
+#: lang.pm:358
#, c-format
msgid "Paraguay"
msgstr "Παραγουάη"
-#: lang.pm:345
+#: lang.pm:359
#, c-format
msgid "Palau"
msgstr "Παλάου"
-#: lang.pm:346
+#: lang.pm:360
#, c-format
msgid "Qatar"
msgstr "Κατάρ"
-#: lang.pm:347
+#: lang.pm:361
#, c-format
msgid "Reunion"
msgstr "Ρεουνιόν"
-#: lang.pm:348
+#: lang.pm:362
#, c-format
msgid "Romania"
msgstr "Ρουμανία"
-#: lang.pm:349
+#: lang.pm:363
#, c-format
msgid "Russia"
msgstr "Ρωσία"
-#: lang.pm:350
+#: lang.pm:364
#, c-format
msgid "Rwanda"
msgstr "Ρουάντα"
-#: lang.pm:351
+#: lang.pm:365
#, c-format
msgid "Saudi Arabia"
msgstr "Σαουδική Αραβία"
-#: lang.pm:352
+#: lang.pm:366
#, c-format
msgid "Solomon Islands"
msgstr "Νήσοι Σολομώντος"
-#: lang.pm:353
+#: lang.pm:367
#, c-format
msgid "Seychelles"
msgstr "Σεϋχέλλες"
-#: lang.pm:354
+#: lang.pm:368
#, c-format
msgid "Sudan"
msgstr "Σουδάν"
-#: lang.pm:356
+#: lang.pm:370
#, c-format
msgid "Singapore"
msgstr "Σιγγαπούρη"
-#: lang.pm:357
+#: lang.pm:371
#, c-format
msgid "Saint Helena"
msgstr "Νήσος Αγίας Ελένης"
-#: lang.pm:358
+#: lang.pm:372 network/adsl_consts.pm:520
#, c-format
msgid "Slovenia"
msgstr "Σλοβενία"
-#: lang.pm:359
+#: lang.pm:373
#, c-format
msgid "Svalbard and Jan Mayen Islands"
msgstr "Νήσοι Σβάλμπαρντ και Γιαν Μάγιεν"
-#: lang.pm:360
+#: lang.pm:374
#, c-format
msgid "Slovakia"
msgstr "Σλοβακία"
-#: lang.pm:361
+#: lang.pm:375
#, c-format
msgid "Sierra Leone"
msgstr "Σιέρρα Λεόνε"
-#: lang.pm:362
+#: lang.pm:376
#, c-format
msgid "San Marino"
msgstr "Άγιος Μαρίνος"
-#: lang.pm:363
+#: lang.pm:377
#, c-format
msgid "Senegal"
msgstr "Σενεγάλη"
-#: lang.pm:364
+#: lang.pm:378
#, c-format
msgid "Somalia"
msgstr "Σομαλία"
-#: lang.pm:365
+#: lang.pm:379
#, c-format
msgid "Suriname"
msgstr "Σουρινάμ"
-#: lang.pm:366
+#: lang.pm:380
#, c-format
msgid "Sao Tome and Principe"
msgstr "Σάο Τόμε και Πρίντσιπε"
-#: lang.pm:367
+#: lang.pm:381
#, c-format
msgid "El Salvador"
msgstr "Ελ Σαλβαδόρ"
-#: lang.pm:368
+#: lang.pm:382
#, c-format
msgid "Syria"
msgstr "Συρία"
-#: lang.pm:369
+#: lang.pm:383
#, c-format
msgid "Swaziland"
msgstr "Σουαζιλάνδη"
-#: lang.pm:370
+#: lang.pm:384
#, c-format
msgid "Turks and Caicos Islands"
msgstr "Νήσοι Τούρκς και Καΐκος"
-#: lang.pm:371
+#: lang.pm:385
#, c-format
msgid "Chad"
msgstr "Τσαντ"
-#: lang.pm:372
+#: lang.pm:386
#, c-format
msgid "French Southern Territories"
msgstr "Γαλλικές Νότιες Περιοχές"
-#: lang.pm:373
+#: lang.pm:387
#, c-format
msgid "Togo"
msgstr "Τόγκο"
-#: lang.pm:374
+#: lang.pm:388 network/adsl_consts.pm:585
#, c-format
msgid "Thailand"
msgstr "Ταϊλάνδη"
-#: lang.pm:375
+#: lang.pm:389
#, c-format
msgid "Tajikistan"
msgstr "Τατζικιστάν"
-#: lang.pm:376
+#: lang.pm:390
#, c-format
msgid "Tokelau"
msgstr "Τοκελάου"
-#: lang.pm:377
+#: lang.pm:391
#, c-format
msgid "East Timor"
msgstr "Ανατολικό Τιμόρ"
-#: lang.pm:378
+#: lang.pm:392
#, c-format
msgid "Turkmenistan"
msgstr "Τουρκμενιστάν"
-#: lang.pm:379
+#: lang.pm:393
#, c-format
msgid "Tunisia"
msgstr "Τυνησία"
-#: lang.pm:380
+#: lang.pm:394
#, c-format
msgid "Tonga"
msgstr "Τόγκα"
-#: lang.pm:381
+#: lang.pm:395
#, c-format
msgid "Turkey"
msgstr "Τουρκία"
-#: lang.pm:382
+#: lang.pm:396
#, c-format
msgid "Trinidad and Tobago"
msgstr "Τρινιντάντ και Τομπάγκο"
-#: lang.pm:383
+#: lang.pm:397
#, c-format
msgid "Tuvalu"
msgstr "Τουβαλού"
-#: lang.pm:384
+#: lang.pm:398
#, c-format
msgid "Taiwan"
msgstr "Ταϊβάν"
-#: lang.pm:385
+#: lang.pm:399
#, c-format
msgid "Tanzania"
msgstr "Τανζανία"
-#: lang.pm:386
+#: lang.pm:400
#, c-format
msgid "Ukraine"
msgstr "Ουκρανία"
-#: lang.pm:387
+#: lang.pm:401
#, c-format
msgid "Uganda"
msgstr "Ουγκάντα"
-#: lang.pm:388
+#: lang.pm:402
#, c-format
msgid "United States Minor Outlying Islands"
msgstr "Μικρά απομονωμένα νησιά Ηνωμένων Πολιτειών"
-#: lang.pm:390
+#: lang.pm:404
#, c-format
msgid "Uruguay"
msgstr "Ουρουγουάη"
-#: lang.pm:391
+#: lang.pm:405
#, c-format
msgid "Uzbekistan"
msgstr "Ουζμπεκιστάν"
-#: lang.pm:392
+#: lang.pm:406
#, fuzzy, c-format
msgid "Vatican"
msgstr "Λετονικό"
-#: lang.pm:393
+#: lang.pm:407
#, c-format
msgid "Saint Vincent and the Grenadines"
msgstr "Άγιος Βικέντιος και Γρεναντίνες"
-#: lang.pm:394
+#: lang.pm:408
#, c-format
msgid "Venezuela"
msgstr "Βενεζουέλα"
-#: lang.pm:395
+#: lang.pm:409
#, c-format
msgid "Virgin Islands (British)"
msgstr "Παρθένοι Νήσοι(Βρετανικές)"
-#: lang.pm:396
+#: lang.pm:410
#, c-format
msgid "Virgin Islands (U.S.)"
msgstr "Παρθένοι Νήσοι(Αμερικανικές)"
-#: lang.pm:397
+#: lang.pm:411
#, c-format
msgid "Vietnam"
msgstr "Βιετνάμ"
-#: lang.pm:398
+#: lang.pm:412
#, c-format
msgid "Vanuatu"
msgstr "Βανουάτου"
-#: lang.pm:399
+#: lang.pm:413
#, c-format
msgid "Wallis and Futuna"
msgstr "Νήσοι Γουάλις και Φουτούνα"
-#: lang.pm:400
+#: lang.pm:414
#, c-format
msgid "Samoa"
msgstr "Σαμόα"
-#: lang.pm:401
+#: lang.pm:415
#, c-format
msgid "Yemen"
msgstr "Υεμένη"
-#: lang.pm:402
+#: lang.pm:416
#, c-format
msgid "Mayotte"
msgstr "Μαγιότ"
-#: lang.pm:403
-#, c-format
-msgid "Serbia & Montenegro"
-msgstr ""
-
-#: lang.pm:404 standalone/drakxtv:47
+#: lang.pm:417 standalone/drakxtv:49
#, c-format
msgid "South Africa"
msgstr "Νότιος Αφρική"
-#: lang.pm:405
+#: lang.pm:418
#, c-format
msgid "Zambia"
msgstr "Ζάμπια"
-#: lang.pm:406
+#: lang.pm:419
#, c-format
msgid "Zimbabwe"
msgstr "Ζιμπάμπουε"
-#: lang.pm:1004
+#: lang.pm:1047
+#, fuzzy, c-format
+msgid "You should install the following packages: %s"
+msgstr "Εγκατάσταση πακέτου %s"
+
+#. -PO: the following is used to combine packages names. eg: "initscripts, harddrake, yudit"
+#: lang.pm:1050 standalone/scannerdrake:135
+#, c-format
+msgid ", "
+msgstr ", "
+
+#: lang.pm:1101
#, c-format
msgid "Welcome to %s"
msgstr "Καλώς ορίσατε στο %s"
-#: loopback.pm:32
+#: loopback.pm:31
#, c-format
msgid "Circular mounts %s\n"
msgstr "Κυκλικές συνδέσεις %s\n"
-#: lvm.pm:115
+#: lvm.pm:116
#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Αφαιρέστε πρώτα τις λογικές μονάδες\n"
-#: modules/interactive.pm:21 standalone/drakconnect:982
+#: modules/interactive.pm:21 standalone/drakconnect:1033
#, c-format
msgid "Parameters"
msgstr "Παράμετροι"
-#: modules/interactive.pm:21 standalone/draksec:44
+#: modules/interactive.pm:21 standalone/draksec:51
#, c-format
msgid "NONE"
msgstr ""
@@ -8834,8 +8998,8 @@ msgstr "Εδώ μπορείτε να ρυθμίσετε τις παραμέτρ
#: modules/interactive.pm:63
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Βρέθηκαν %s %s προσαρμογείς"
+msgid "Found %s interfaces"
+msgstr "Βρέθηκαν %s προσαρμογείς"
#: modules/interactive.pm:64
#, c-format
@@ -8891,12 +9055,12 @@ msgid "Module options:"
msgstr "Επιλογές αρθρώματος:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: modules/interactive.pm:118
+#: modules/interactive.pm:119
#, c-format
msgid "Which %s driver should I try?"
msgstr "Ποιόν οδηγό %s να δοκιμάσω;"
-#: modules/interactive.pm:127
+#: modules/interactive.pm:128
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -8913,17 +9077,17 @@ msgstr ""
"το υλικό σας για τις παραμέτρους που χρειάζεται; Η εξέταση αυτή ίσως\n"
"προκαλέσει πάγωμα του συστήματος, αλλά δεν θα προκαλέσει βλάβη."
-#: modules/interactive.pm:131
+#: modules/interactive.pm:132
#, c-format
msgid "Autoprobe"
msgstr "Αυτόματη εξέταση"
-#: modules/interactive.pm:131
+#: modules/interactive.pm:132
#, c-format
msgid "Specify options"
msgstr "Προσδιορισμός παραμέτρων"
-#: modules/interactive.pm:143
+#: modules/interactive.pm:144
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -8982,11 +9146,11 @@ msgstr "Γενικού τύπου ποντίκι PS2 με ροδάκι"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: mouse.pm:36 network/modem.pm:42 network/modem.pm:43 network/modem.pm:44
-#: network/modem.pm:58 network/modem.pm:72 network/modem.pm:77
-#: network/modem.pm:108 network/netconnect.pm:586 network/netconnect.pm:591
-#: network/netconnect.pm:603 network/netconnect.pm:608
-#: network/netconnect.pm:624 network/netconnect.pm:626
+#: mouse.pm:36 network/modem.pm:57 network/modem.pm:58 network/modem.pm:59
+#: network/modem.pm:84 network/modem.pm:98 network/modem.pm:103
+#: network/modem.pm:136 network/netconnect.pm:607 network/netconnect.pm:612
+#: network/netconnect.pm:624 network/netconnect.pm:629
+#: network/netconnect.pm:645 network/netconnect.pm:647
#, fuzzy, c-format
msgid "Automatic"
msgstr "Αυτόματο IP"
@@ -9131,49 +9295,54 @@ msgstr "Εγκατάσταση"
msgid "Any PS/2 & USB mice"
msgstr ""
-#: mouse.pm:92 standalone/drakvpn:1140
+#: mouse.pm:89 mouse.pm:359 mouse.pm:368 mouse.pm:420
+#, c-format
+msgid "Synaptics Touchpad"
+msgstr ""
+
+#: mouse.pm:93 standalone/drakconnect:358 standalone/drakvpn:1140
#, c-format
msgid "none"
msgstr "κανένα"
-#: mouse.pm:94
+#: mouse.pm:95
#, c-format
msgid "No mouse"
msgstr "Χωρίς ποντίκι"
-#: mouse.pm:514
+#: mouse.pm:546
#, c-format
msgid "Please test the mouse"
msgstr "Παρακαλώ δοκιμάστε το ποντίκι"
-#: mouse.pm:516
+#: mouse.pm:548
#, c-format
msgid "To activate the mouse,"
msgstr "Για ενεργοποίηση ποντικιού"
-#: mouse.pm:517
+#: mouse.pm:549
#, c-format
msgid "MOVE YOUR WHEEL!"
msgstr "ΚΙΝΗΣΤΕ ΤΟ ΡΟΔΑΚΙ!"
#: network/adsl.pm:19
#, c-format
-msgid "use pppoe"
-msgstr "χρήση pppoe"
+msgid "use PPPoE"
+msgstr "χρήση PPPoE"
#: network/adsl.pm:20
#, c-format
-msgid "use pptp"
-msgstr "χρήση pptp"
+msgid "use PPTP"
+msgstr "χρήση PPTP"
#: network/adsl.pm:21
#, c-format
-msgid "use dhcp"
-msgstr "χρήση dhcp"
+msgid "use DHCP"
+msgstr "χρήση DHCP"
#: network/adsl.pm:22
-#, c-format
-msgid "Alcatel speedtouch usb"
+#, fuzzy, c-format
+msgid "Alcatel Speedtouch USB"
msgstr "Alcatel speedtouch usb"
#: network/adsl.pm:22 network/adsl.pm:23 network/adsl.pm:24
@@ -9183,36 +9352,36 @@ msgstr "ανιχνεύθηκε"
#: network/adsl.pm:23
#, c-format
-msgid "Sagem (using pppoa) usb"
-msgstr "Sagem (με χρήση του pppoa) usb"
+msgid "Sagem (using PPPoA) USB"
+msgstr "Sagem (με χρήση του PPPoA) USB"
#: network/adsl.pm:24
#, c-format
-msgid "Sagem (using dhcp) usb"
-msgstr "Sagem (με χρήση του dhcp) usb"
+msgid "Sagem (using DHCP) USB"
+msgstr "Sagem (με χρήση του DHCP) USB"
-#: network/adsl.pm:35 network/netconnect.pm:761
+#: network/adsl.pm:35 network/netconnect.pm:799
#, c-format
msgid "Connect to the Internet"
msgstr "Σύνδεση στο Διαδίκτυο"
-#: network/adsl.pm:36 network/netconnect.pm:762
+#: network/adsl.pm:36 network/netconnect.pm:800
#, c-format
msgid ""
"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
+"Some connections use PPTP, a few use DHCP.\n"
+"If you don't know, choose 'use PPPoE'"
msgstr ""
"Ο πιο κοινός τρόπος σύνδεσης adsl είναι pppoe.\n"
-"Ορισμένες συνδέσεις χρησιμοποιούν pptp, κάποιες λίγες dhcp.\n"
-"Εάν δεν ξέρετε, επιλέξτε 'χρήση pppoe'"
+"Ορισμένες συνδέσεις χρησιμοποιούν PPTP, κάποιες λίγες DHCP.\n"
+"Εάν δεν ξέρετε, επιλέξτε 'χρήση PPPoE'"
-#: network/adsl.pm:41 network/netconnect.pm:766
+#: network/adsl.pm:41 network/netconnect.pm:804
#, fuzzy, c-format
-msgid "ADSL connection type :"
+msgid "ADSL connection type:"
msgstr "Σύνδεση ADSL"
-#: network/drakfirewall.pm:12
+#: network/drakfirewall.pm:12 share/compssUsers.pl:84
#, c-format
msgid "Web Server"
msgstr "Εξυπηρετητής Ιστοσελίδων"
@@ -9340,106 +9509,107 @@ msgstr "Όλες (χωρίς τοίχος προστασίας)"
msgid "Other ports"
msgstr "Άλλες θύρες"
-#: network/isdn.pm:109 network/netconnect.pm:436
+#: network/isdn.pm:125 network/netconnect.pm:456 network/netconnect.pm:564
+#: network/netconnect.pm:567
#, c-format
msgid "Unlisted - edit manually"
msgstr ""
-#: network/isdn.pm:151 network/netconnect.pm:385
+#: network/isdn.pm:168 network/netconnect.pm:388
#, c-format
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: network/isdn.pm:151 network/netconnect.pm:385
+#: network/isdn.pm:168 network/netconnect.pm:388
#, c-format
msgid "I don't know"
msgstr "Δεν ξέρω"
-#: network/isdn.pm:152 network/netconnect.pm:385
+#: network/isdn.pm:169 network/netconnect.pm:388
#, c-format
msgid "PCI"
msgstr "PCI"
-#: network/isdn.pm:153 network/netconnect.pm:385
+#: network/isdn.pm:170 network/netconnect.pm:388
#, fuzzy, c-format
msgid "USB"
msgstr "LSB"
-#: network/modem.pm:42 network/modem.pm:43 network/modem.pm:44
-#: network/netconnect.pm:591 network/netconnect.pm:608
-#: network/netconnect.pm:624
+#: network/modem.pm:57 network/modem.pm:58 network/modem.pm:59
+#: network/netconnect.pm:612 network/netconnect.pm:629
+#: network/netconnect.pm:645
#, fuzzy, c-format
msgid "Manual"
msgstr "χειροκίνητα"
-#: network/netconnect.pm:88 network/netconnect.pm:465
-#: network/netconnect.pm:475
+#: network/netconnect.pm:89 network/netconnect.pm:485
+#: network/netconnect.pm:489
#, fuzzy, c-format
msgid "Manual choice"
msgstr "χειροκίνητα"
-#: network/netconnect.pm:88
+#: network/netconnect.pm:89
#, c-format
msgid "Internal ISDN card"
msgstr "Εσωτερική κάρτα ISDN"
-#: network/netconnect.pm:97
+#: network/netconnect.pm:98
#, c-format
msgid "Ad-hoc"
msgstr ""
-#: network/netconnect.pm:98
+#: network/netconnect.pm:99
#, fuzzy, c-format
msgid "Managed"
msgstr "Επιλέξτε γλώσσα"
-#: network/netconnect.pm:99
+#: network/netconnect.pm:100
#, fuzzy, c-format
msgid "Master"
msgstr "Μαγιότ"
-#: network/netconnect.pm:100
+#: network/netconnect.pm:101
#, fuzzy, c-format
msgid "Repeater"
msgstr "Επαναφορά"
-#: network/netconnect.pm:101
+#: network/netconnect.pm:102
#, fuzzy, c-format
msgid "Secondary"
msgstr "δευτερεύουσα"
-#: network/netconnect.pm:102
+#: network/netconnect.pm:103
#, fuzzy, c-format
msgid "Auto"
msgstr "Δημιουργός:"
-#: network/netconnect.pm:105 printer/printerdrake.pm:1133
-#: standalone/drakups:64
+#: network/netconnect.pm:106 printer/printerdrake.pm:1248
+#: standalone/drakups:75
#, c-format
msgid "Manual configuration"
msgstr "Χειροκίνητη ρύθμιση"
-#: network/netconnect.pm:106
+#: network/netconnect.pm:107
#, fuzzy, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Αυτόματο IP"
-#: network/netconnect.pm:108
+#: network/netconnect.pm:109
#, c-format
msgid "Automatic IP (BOOTP/DHCP/Zeroconf)"
msgstr ""
-#: network/netconnect.pm:111
+#: network/netconnect.pm:112
#, c-format
msgid "Protocol for the rest of the world"
msgstr "Πρωτόκολλο υπόλοιπου κόσμου"
-#: network/netconnect.pm:113 standalone/drakconnect:541
+#: network/netconnect.pm:114 standalone/drakconnect:539
#, c-format
msgid "European protocol (EDSS1)"
msgstr "Ευρωπαϊκό Πρωτόκολλο (EDSS1)"
-#: network/netconnect.pm:114 standalone/drakconnect:542
+#: network/netconnect.pm:115 standalone/drakconnect:540
#, c-format
msgid ""
"Protocol for the rest of the world\n"
@@ -9448,163 +9618,168 @@ msgstr ""
"Πρωτόκολλο υπόλοιπου κόσμου\n"
" χωρίς D-Channel (μισθωμένες γραμμές)"
-#: network/netconnect.pm:147
+#: network/netconnect.pm:151
#, fuzzy, c-format
msgid "Alcatel speedtouch USB modem"
msgstr "Alcatel speedtouch usb"
-#: network/netconnect.pm:148
+#: network/netconnect.pm:152
#, fuzzy, c-format
msgid "Sagem USB modem"
msgstr "Κατάσταση συστήματος"
-#: network/netconnect.pm:149
+#: network/netconnect.pm:153
#, c-format
msgid "Bewan modem"
msgstr ""
-#: network/netconnect.pm:150
+#: network/netconnect.pm:154
#, c-format
msgid "ECI Hi-Focus modem"
msgstr ""
-#: network/netconnect.pm:154
+#: network/netconnect.pm:158
#, c-format
msgid "Dynamic Host Configuration Protocol (DHCP)"
msgstr ""
-#: network/netconnect.pm:155
+#: network/netconnect.pm:159
#, fuzzy, c-format
msgid "Manual TCP/IP configuration"
msgstr "Χειροκίνητη ρύθμιση"
-#: network/netconnect.pm:156
+#: network/netconnect.pm:160
#, c-format
msgid "Point to Point Tunneling Protocol (PPTP)"
msgstr ""
-#: network/netconnect.pm:157
+#: network/netconnect.pm:161
#, c-format
msgid "PPP over Ethernet (PPPoE)"
msgstr ""
-#: network/netconnect.pm:158
+#: network/netconnect.pm:162
#, c-format
msgid "PPP over ATM (PPPoA)"
msgstr ""
-#: network/netconnect.pm:162
+#: network/netconnect.pm:163
+#, c-format
+msgid "DSL over CAPI"
+msgstr ""
+
+#: network/netconnect.pm:167
#, fuzzy, c-format
msgid "Bridged Ethernet LLC"
msgstr "Κάρτα Ethernet"
-#: network/netconnect.pm:163
+#: network/netconnect.pm:168
#, fuzzy, c-format
msgid "Bridged Ethernet VC"
msgstr "Κάρτα Ethernet"
-#: network/netconnect.pm:164
+#: network/netconnect.pm:169
#, c-format
msgid "Routed IP LLC"
msgstr ""
-#: network/netconnect.pm:165
+#: network/netconnect.pm:170
#, c-format
msgid "Routed IP VC"
msgstr ""
-#: network/netconnect.pm:166
+#: network/netconnect.pm:171
#, c-format
-msgid "PPPOA LLC"
+msgid "PPPoA LLC"
msgstr ""
-#: network/netconnect.pm:167
+#: network/netconnect.pm:172
#, c-format
-msgid "PPPOA VC"
+msgid "PPPoA VC"
msgstr ""
-#: network/netconnect.pm:171 standalone/drakconnect:477
+#: network/netconnect.pm:176 standalone/drakconnect:474
#, c-format
msgid "Script-based"
msgstr "Χρήση script"
-#: network/netconnect.pm:172 standalone/drakconnect:477
+#: network/netconnect.pm:177 standalone/drakconnect:474
#, c-format
msgid "PAP"
msgstr "PAP"
-#: network/netconnect.pm:173 standalone/drakconnect:477
+#: network/netconnect.pm:178 standalone/drakconnect:474
#, c-format
msgid "Terminal-based"
msgstr "Χρήση τερματικού"
-#: network/netconnect.pm:174 standalone/drakconnect:477
+#: network/netconnect.pm:179 standalone/drakconnect:474
#, c-format
msgid "CHAP"
msgstr "CHAP"
-#: network/netconnect.pm:175 standalone/drakconnect:477
+#: network/netconnect.pm:180 standalone/drakconnect:474
#, fuzzy, c-format
msgid "PAP/CHAP"
msgstr "CHAP"
-#: network/netconnect.pm:228 standalone/drakconnect:55
+#: network/netconnect.pm:236 standalone/drakconnect:59
#, fuzzy, c-format
msgid "Network & Internet Configuration"
msgstr "Ρυθμίσεις δικτύου"
-#: network/netconnect.pm:234
+#: network/netconnect.pm:242
#, fuzzy, c-format
msgid "(detected on port %s)"
msgstr "ανιχνεύθηκε στην πόρτα %s"
#. -PO: here, "(detected)" string will be appended to eg "ADSL connection"
-#: network/netconnect.pm:236
+#: network/netconnect.pm:244
#, fuzzy, c-format
msgid "(detected %s)"
msgstr "ανιχνεύθηκε το %s"
-#: network/netconnect.pm:236
+#: network/netconnect.pm:244
#, fuzzy, c-format
msgid "(detected)"
msgstr "ανιχνεύθηκε"
-#: network/netconnect.pm:238
+#: network/netconnect.pm:246
#, fuzzy, c-format
msgid "Modem connection"
msgstr "Σύνδεση Winmodem"
-#: network/netconnect.pm:239
+#: network/netconnect.pm:247
#, c-format
msgid "ISDN connection"
msgstr "Σύνδεση ISDN"
-#: network/netconnect.pm:240
+#: network/netconnect.pm:248
#, c-format
msgid "ADSL connection"
msgstr "Σύνδεση ADSL"
-#: network/netconnect.pm:241
+#: network/netconnect.pm:249
#, c-format
msgid "Cable connection"
msgstr "Καλωδιακή σύνδεση"
-#: network/netconnect.pm:242
+#: network/netconnect.pm:250
#, c-format
msgid "LAN connection"
msgstr "Σύνδεση LAN"
-#: network/netconnect.pm:243 network/netconnect.pm:257
+#: network/netconnect.pm:251 network/netconnect.pm:265
#, fuzzy, c-format
msgid "Wireless connection"
msgstr "Καλωδιακή σύνδεση"
-#: network/netconnect.pm:253
+#: network/netconnect.pm:261
#, c-format
msgid "Choose the connection you want to configure"
msgstr "Επιλέξτε τη σύνδεση που θέλετε να ρυθμίσετε"
-#: network/netconnect.pm:270
+#: network/netconnect.pm:279
#, fuzzy, c-format
msgid ""
"We are now going to configure the %s connection.\n"
@@ -9620,131 +9795,130 @@ msgstr ""
"\n"
"Πατήστε το OK για να ξεκινήσετε"
-#: network/netconnect.pm:278 network/netconnect.pm:788
+#: network/netconnect.pm:287 network/netconnect.pm:839
#, c-format
msgid "Connection Configuration"
msgstr "Ρυθμίσεις σύνδεσης"
-#: network/netconnect.pm:279 network/netconnect.pm:789
+#: network/netconnect.pm:288 network/netconnect.pm:840
#, c-format
msgid "Please fill or check the field below"
msgstr "Παρακαλώ ελέγξτε ή συμπληρώστε το παρακάτω πεδίο"
-#: network/netconnect.pm:286 standalone/drakconnect:532
+#: network/netconnect.pm:295 standalone/drakconnect:530
#, c-format
msgid "Card IRQ"
msgstr "IRQ κάρτας"
-#: network/netconnect.pm:287 standalone/drakconnect:533
+#: network/netconnect.pm:296 standalone/drakconnect:531
#, c-format
msgid "Card mem (DMA)"
msgstr "DMA κάρτας"
-#: network/netconnect.pm:288 standalone/drakconnect:534
+#: network/netconnect.pm:297 standalone/drakconnect:532
#, c-format
msgid "Card IO"
msgstr "IO κάρτας"
-#: network/netconnect.pm:289 standalone/drakconnect:535
+#: network/netconnect.pm:298 standalone/drakconnect:533
#, c-format
msgid "Card IO_0"
msgstr "IO_0 κάρτας"
-#: network/netconnect.pm:290
+#: network/netconnect.pm:299
#, c-format
msgid "Card IO_1"
msgstr "IO_1 κάρτας"
-#: network/netconnect.pm:291
+#: network/netconnect.pm:300
#, c-format
msgid "Your personal phone number"
msgstr "Προσωπικός αριθμός τηλεφώνου"
-#: network/netconnect.pm:292 network/netconnect.pm:792
+#: network/netconnect.pm:301 network/netconnect.pm:843
#, c-format
msgid "Provider name (ex provider.net)"
msgstr "Όνομα παροχέα (π.χ. provider.net)"
-#: network/netconnect.pm:293 standalone/drakconnect:473
+#: network/netconnect.pm:302 standalone/drakconnect:469
#, c-format
msgid "Provider phone number"
msgstr "Αριθμός τηλεφώνου παροχέα"
-#: network/netconnect.pm:294
+#: network/netconnect.pm:303
#, fuzzy, c-format
msgid "Provider DNS 1 (optional)"
msgstr "dns 1 Παροχέα (προαιρετικό)"
-#: network/netconnect.pm:295
+#: network/netconnect.pm:304
#, fuzzy, c-format
msgid "Provider DNS 2 (optional)"
msgstr "dns 2 Παροχέα (προαιρετικό)"
-#: network/netconnect.pm:296 standalone/drakconnect:429
+#: network/netconnect.pm:305 standalone/drakconnect:420
#, c-format
msgid "Dialing mode"
msgstr "Τρόπος κλήσης"
-#: network/netconnect.pm:297 standalone/drakconnect:434
-#: standalone/drakconnect:495
+#: network/netconnect.pm:306 standalone/drakconnect:425
+#: standalone/drakconnect:493
#, c-format
msgid "Connection speed"
msgstr "Ταχύτητα σύνδεσης"
-#: network/netconnect.pm:298 standalone/drakconnect:439
+#: network/netconnect.pm:307 standalone/drakconnect:430
#, c-format
msgid "Connection timeout (in sec)"
msgstr "Χρόνος εκτός σύνδεσης (σε δεύτερα)"
-#: network/netconnect.pm:301 network/netconnect.pm:795
-#: standalone/drakconnect:471
+#: network/netconnect.pm:310 network/netconnect.pm:846
+#: standalone/drakconnect:467
#, c-format
msgid "Account Login (user name)"
msgstr "Λογαριασμός Σύνδεσης (όνομα χρήστη)"
-#: network/netconnect.pm:302 network/netconnect.pm:796
-#: standalone/drakconnect:472
+#: network/netconnect.pm:311 network/netconnect.pm:847
+#: standalone/drakconnect:468
#, c-format
msgid "Account Password"
msgstr "Κωδικός Πρόσβασης"
-#: network/netconnect.pm:332 network/netconnect.pm:649
-#: network/netconnect.pm:827
+#: network/netconnect.pm:328 network/netconnect.pm:677
+#: network/netconnect.pm:880
#, fuzzy, c-format
msgid "Select the network interface to configure:"
msgstr "Επιλέξτε συσκευή δικτύου"
-#: network/netconnect.pm:334 network/netconnect.pm:375
-#: network/netconnect.pm:650 network/netconnect.pm:829 network/shorewall.pm:84
-#: standalone/drakconnect:656 standalone/drakgw:225 standalone/drakvpn:221
+#: network/netconnect.pm:330 network/netconnect.pm:378
+#: network/netconnect.pm:678 network/netconnect.pm:882 network/shorewall.pm:85
+#: standalone/drakconnect:683 standalone/drakgw:227 standalone/drakvpn:221
#, c-format
msgid "Net Device"
msgstr "Συσκευή Δικτύου"
-#: network/netconnect.pm:335 network/netconnect.pm:343
+#: network/netconnect.pm:331 network/netconnect.pm:339
#, c-format
msgid "External ISDN modem"
msgstr "Εξωτερικό ISDN modem"
-#. -PO: Do not alter the <span ..> and </span> tags
-#: network/netconnect.pm:374 standalone/harddrake2:121
+#: network/netconnect.pm:377 standalone/harddrake2:192
#, c-format
-msgid "Select a device !"
+msgid "Select a device!"
msgstr "Επιλέξτε μια συσκευή !"
-#: network/netconnect.pm:383 network/netconnect.pm:393
-#: network/netconnect.pm:403 network/netconnect.pm:419
-#: network/netconnect.pm:433
+#: network/netconnect.pm:386 network/netconnect.pm:396
+#: network/netconnect.pm:406 network/netconnect.pm:439
+#: network/netconnect.pm:453
#, c-format
msgid "ISDN Configuration"
msgstr "Ρυθμίσεις ISDN"
-#: network/netconnect.pm:384
+#: network/netconnect.pm:387
#, c-format
msgid "What kind of card do you have?"
msgstr "Τι είδους κάρτας έχετε;"
-#: network/netconnect.pm:394
+#: network/netconnect.pm:397
#, c-format
msgid ""
"\n"
@@ -9758,34 +9932,48 @@ msgstr ""
"\n"
"Εάν έχετε PCMCIA κάρτα, πρέπει να ξέρετε το irq και το io της κάρτας σας.\n"
-#: network/netconnect.pm:398
+#: network/netconnect.pm:401
#, c-format
msgid "Continue"
msgstr "Συνέχεια"
-#: network/netconnect.pm:398
+#: network/netconnect.pm:401
#, c-format
msgid "Abort"
msgstr "Ακύρωση"
-#: network/netconnect.pm:404
+#: network/netconnect.pm:407
#, c-format
msgid "Which of the following is your ISDN card?"
msgstr "Ποια από τις παρακάτω κάρτες ISDN είναι η δικιά σας;"
-#: network/netconnect.pm:419
+#: network/netconnect.pm:425
+#, c-format
+msgid ""
+"A CAPI driver is available for this modem. This CAPI driver can offer more "
+"capabilities than the free driver (like sending faxes). Which driver do you "
+"want to use?"
+msgstr ""
+
+#: network/netconnect.pm:427 standalone/drakconnect:116 standalone/drakups:247
+#: standalone/harddrake2:117
+#, c-format
+msgid "Driver"
+msgstr "Οδηγός"
+
+#: network/netconnect.pm:439
#, c-format
msgid "Which protocol do you want to use?"
msgstr "Ποιο πρωτόκολλο θέλετε να χρησιμοποιήσετε;"
-#: network/netconnect.pm:421 standalone/drakconnect:116
-#: standalone/drakconnect:318 standalone/drakconnect:540
+#: network/netconnect.pm:441 standalone/drakconnect:116
+#: standalone/drakconnect:309 standalone/drakconnect:538
#: standalone/drakvpn:1142
#, c-format
msgid "Protocol"
msgstr "Πρωτόκολλο"
-#: network/netconnect.pm:433
+#: network/netconnect.pm:453
#, c-format
msgid ""
"Select your provider.\n"
@@ -9794,13 +9982,13 @@ msgstr ""
"Επιλέξτε τον παροχέα σας\n"
" Εάν δεν είναι στον κατάλογο, επιλέξτε Unlisted"
-#: network/netconnect.pm:435 network/netconnect.pm:541
-#: network/netconnect.pm:683
+#: network/netconnect.pm:455 network/netconnect.pm:563
+#: network/netconnect.pm:719
#, fuzzy, c-format
msgid "Provider:"
msgstr "Προφίλ: "
-#: network/netconnect.pm:450
+#: network/netconnect.pm:470
#, c-format
msgid ""
"Your modem isn't supported by the system.\n"
@@ -9809,122 +9997,117 @@ msgstr ""
"Το μόντεμ σας δεν υποστηρίζεται από το σύστημα.\n"
"Ρίξτε μια ματιά στο http://www.linmodems.org"
-#: network/netconnect.pm:462
+#: network/netconnect.pm:482
#, fuzzy, c-format
msgid "Select the modem to configure:"
msgstr "Επιλέξτε συσκευή δικτύου"
-#: network/netconnect.pm:469 standalone/drakgw:113 standalone/drakvpn:51
-#, fuzzy, c-format
-msgid "Sorry, we support only 2.4 and above kernels."
-msgstr "Λυπάμαι, υποστηρίζονται μόνο οι πυρήνες 2.4"
-
-#: network/netconnect.pm:510
+#: network/netconnect.pm:530
#, c-format
msgid "Please choose which serial port your modem is connected to."
msgstr "Σε ποια σειριακή πόρτα είναι συνδεδεμένο το μόντεμ σας;"
-#: network/netconnect.pm:539
+#: network/netconnect.pm:561
#, fuzzy, c-format
msgid "Select your provider:"
msgstr "Επιλογή Spooler Εκτυπωτή"
-#: network/netconnect.pm:568
+#: network/netconnect.pm:589
#, fuzzy, c-format
msgid "Dialup: account options"
msgstr "Επιλογές Σύνδεσης"
-#: network/netconnect.pm:571
+#: network/netconnect.pm:592
#, c-format
msgid "Connection name"
msgstr "Όνομα σύνδεσης"
-#: network/netconnect.pm:572
+#: network/netconnect.pm:593
#, c-format
msgid "Phone number"
msgstr "Αριθμός τηλεφώνου"
-#: network/netconnect.pm:573
+#: network/netconnect.pm:594
#, c-format
msgid "Login ID"
msgstr "'Όνομα Χρήστη"
-#: network/netconnect.pm:588 network/netconnect.pm:621
+#: network/netconnect.pm:609 network/netconnect.pm:642
#, fuzzy, c-format
msgid "Dialup: IP parameters"
msgstr "Παράμετροι"
-#: network/netconnect.pm:591
+#: network/netconnect.pm:612
#, fuzzy, c-format
msgid "IP parameters"
msgstr "Παράμετροι"
-#: network/netconnect.pm:592 network/netconnect.pm:919
-#: printer/printerdrake.pm:431 standalone/drakconnect:116
-#: standalone/drakconnect:332 standalone/drakconnect:829
-#: standalone/drakups:266
+#: network/netconnect.pm:613 network/netconnect.pm:976
+#: printer/printerdrake.pm:454 standalone/drakconnect:116
+#: standalone/drakconnect:323 standalone/drakconnect:880
+#: standalone/drakups:282
#, c-format
msgid "IP address"
msgstr "Διεύθυνση IP"
-#: network/netconnect.pm:593
+#: network/netconnect.pm:614
#, fuzzy, c-format
msgid "Subnet mask"
msgstr "Μάσκα δικτύου"
-#: network/netconnect.pm:605
+#: network/netconnect.pm:626
#, c-format
msgid "Dialup: DNS parameters"
msgstr ""
-#: network/netconnect.pm:608
+#: network/netconnect.pm:629
#, fuzzy, c-format
msgid "DNS"
msgstr "NIS"
-#: network/netconnect.pm:609
+#: network/netconnect.pm:630
#, c-format
msgid "Domain name"
msgstr "Όνομα Τομέα"
-#: network/netconnect.pm:610 network/netconnect.pm:793
-#: standalone/drakconnect:947
+#: network/netconnect.pm:631 network/netconnect.pm:844
+#: standalone/drakconnect:998
#, c-format
msgid "First DNS Server (optional)"
msgstr "Πρώτος εξυπηρετητής DNS (προαιρετικό)"
-#: network/netconnect.pm:611 network/netconnect.pm:794
-#: standalone/drakconnect:948
+#: network/netconnect.pm:632 network/netconnect.pm:845
+#: standalone/drakconnect:999
#, c-format
msgid "Second DNS Server (optional)"
msgstr "Δεύτερος εξυπηρετητής DNS (προαιρετικό)"
-#: network/netconnect.pm:612
+#: network/netconnect.pm:633
#, fuzzy, c-format
msgid "Set hostname from IP"
msgstr "Δικτυακό όνομα εκτυπωτή ή IP"
-#: network/netconnect.pm:624 standalone/drakconnect:343
+#: network/netconnect.pm:645 standalone/drakconnect:334
#, c-format
msgid "Gateway"
msgstr "Πύλη δικτύου"
-#: network/netconnect.pm:625
+#: network/netconnect.pm:646
#, fuzzy, c-format
msgid "Gateway IP address"
msgstr "Διεύθυνση IP"
-#: network/netconnect.pm:649
+#: network/netconnect.pm:677
#, fuzzy, c-format
msgid "ADSL configuration"
msgstr "Ρύθμιση LAN"
-#: network/netconnect.pm:681
+#: network/netconnect.pm:717
#, fuzzy, c-format
msgid "Please choose your ADSL provider"
msgstr "Παρακαλώ επιλέξτε την χώρα σας."
-#: network/netconnect.pm:699
+#: network/netconnect.pm:735
#, c-format
msgid ""
"You need the Alcatel microcode.\n"
@@ -9932,32 +10115,32 @@ msgid ""
"or skip and do it later."
msgstr ""
-#: network/netconnect.pm:703 network/netconnect.pm:708
+#: network/netconnect.pm:739 network/netconnect.pm:744
#, fuzzy, c-format
msgid "Use a floppy"
msgstr "Αποθήκευση σε δισκέτα"
-#: network/netconnect.pm:703 network/netconnect.pm:712
+#: network/netconnect.pm:739 network/netconnect.pm:748
#, fuzzy, c-format
msgid "Use my Windows partition"
msgstr "Γίνεται αλλαγή τις κατάτμησης των Windows"
-#: network/netconnect.pm:703 network/netconnect.pm:715
+#: network/netconnect.pm:739 network/netconnect.pm:751
#, c-format
msgid "Do it later"
msgstr ""
-#: network/netconnect.pm:722
+#: network/netconnect.pm:758
#, c-format
msgid "Firmware copy failed, file %s not found"
msgstr ""
-#: network/netconnect.pm:729
+#: network/netconnect.pm:765
#, c-format
msgid "Firmware copy succeeded"
msgstr ""
-#: network/netconnect.pm:744
+#: network/netconnect.pm:780
#, c-format
msgid ""
"You need the Alcatel microcode.\n"
@@ -9966,22 +10149,22 @@ msgid ""
"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
-#: network/netconnect.pm:797
+#: network/netconnect.pm:849
#, c-format
msgid "Virtual Path ID (VPI):"
msgstr ""
-#: network/netconnect.pm:798
+#: network/netconnect.pm:850
#, c-format
msgid "Virtual Circuit ID (VCI):"
msgstr ""
-#: network/netconnect.pm:800
+#: network/netconnect.pm:853
#, fuzzy, c-format
-msgid "Encapsulation :"
+msgid "Encapsulation:"
msgstr "Κλειδί κρυπτογράφησης"
-#: network/netconnect.pm:817
+#: network/netconnect.pm:870
#, c-format
msgid ""
"The ECI Hi-Focus modem cannot be supported due to binary driver distribution "
@@ -9990,25 +10173,25 @@ msgid ""
"You can find a driver on http://eciadsl.flashtux.org/"
msgstr ""
-#: network/netconnect.pm:829
+#: network/netconnect.pm:882
#, c-format
msgid "Manually load a driver"
msgstr ""
-#: network/netconnect.pm:844
-#, c-format
+#: network/netconnect.pm:898
+#, fuzzy, c-format
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
+"Modifying the fields below will override this configuration.\n"
+"Do you really want to reconfigure this device?"
msgstr ""
"ΠΡΟΣΟΧΗ: Αυτή η συσκευή είναι ήδη ρυθμισμένη για να συνδέεται με το "
"Διαδίκτυο.\n"
"Απλά πατήστε OK για να κρατήσετε τις υπάρχουσες ρυθμίσεις.\n"
"Αλλάζοντας τα παρακάτω πεδία θα αλλάξετε την υπάρχουσα ρύθμιση."
-#: network/netconnect.pm:857 network/netconnect.pm:1228
+#: network/netconnect.pm:912 network/netconnect.pm:1340
#, fuzzy, c-format
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
@@ -10018,24 +10201,24 @@ msgstr ""
"Οι ρυθμίσεις θα εφαρμοστούν τώρα στο σύστημά σας.\n"
"\n"
-#: network/netconnect.pm:871
+#: network/netconnect.pm:929
#, fuzzy, c-format
msgid "Zeroconf hostname resolution"
msgstr "Δικτυακό Όνομα Zeroconf"
-#: network/netconnect.pm:872 network/netconnect.pm:906
+#: network/netconnect.pm:930 network/netconnect.pm:963
#, fuzzy, c-format
msgid "Configuring network device %s (driver %s)"
msgstr "Ρύθμιση συσκευής δικτύου %s"
-#: network/netconnect.pm:873
+#: network/netconnect.pm:931
#, c-format
msgid ""
"The following protocols can be used to configure an ethernet connection. "
"Please choose the one you want to use"
msgstr ""
-#: network/netconnect.pm:907
+#: network/netconnect.pm:964
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -10046,109 +10229,115 @@ msgstr ""
"Κάθε στοιχείο πρέπει να εισαχθεί ως IP διεύθυνση με αριθμούς\n"
"χωρισμένους με τελείες (παράδειγμα: 1.2.3.4)."
-#: network/netconnect.pm:914
+#: network/netconnect.pm:971
#, fuzzy, c-format
msgid "Assign host name from DHCP address"
msgstr "Πρέπει να ορίστε τον δικτυακό όνομα ή την IP διεύθυνση.\n"
-#: network/netconnect.pm:915
+#: network/netconnect.pm:972
#, fuzzy, c-format
msgid "DHCP host name"
msgstr "Όνομα συστήματος"
-#: network/netconnect.pm:920 standalone/drakconnect:337
-#: standalone/drakconnect:830 standalone/drakgw:321
+#: network/netconnect.pm:977 standalone/drakconnect:328
+#: standalone/drakconnect:881 standalone/drakgw:323
#, c-format
msgid "Netmask"
msgstr "Μάσκα δικτύου"
-#: network/netconnect.pm:922 standalone/drakconnect:422
+#: network/netconnect.pm:979 standalone/drakconnect:413
#, c-format
msgid "Track network card id (useful for laptops)"
msgstr ""
"Αναζήτηση ταυτότητας της κάρτας δικτύου (χρήσιμο για φορητούς υπολογιστές)"
-#: network/netconnect.pm:923 standalone/drakconnect:423
+#: network/netconnect.pm:980 standalone/drakconnect:414
#, fuzzy, c-format
msgid "Network Hotplugging"
msgstr "Ρυθμίσεις δικτύου"
-#: network/netconnect.pm:924 standalone/drakconnect:417
+#: network/netconnect.pm:982 standalone/drakconnect:408
#, c-format
msgid "Start at boot"
msgstr "Στην εκκίνηση συστήματος"
-#: network/netconnect.pm:926 standalone/drakconnect:833
+#: network/netconnect.pm:985 standalone/drakconnect:884
#, c-format
msgid "DHCP client"
msgstr "πελάτης DHCP"
-#: network/netconnect.pm:936 printer/printerdrake.pm:1383
-#: standalone/drakconnect:621
+#: network/netconnect.pm:995 printer/printerdrake.pm:1498
+#: standalone/drakconnect:648
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "Η IP διεύθυνση πρέπει να είναι σε μορφή 1.2.3.4"
-#: network/netconnect.pm:939
+#: network/netconnect.pm:999
#, c-format
-msgid "Warning : IP address %s is usually reserved !"
+msgid "Warning: IP address %s is usually reserved!"
msgstr ""
-#: network/netconnect.pm:969 network/netconnect.pm:998
+#: network/netconnect.pm:1004 standalone/drakTermServ:1690
+#: standalone/drakTermServ:1691 standalone/drakTermServ:1692
+#, c-format
+msgid "%s already in use\n"
+msgstr ""
+
+#: network/netconnect.pm:1030 network/netconnect.pm:1059
#, fuzzy, c-format
msgid "Please enter the wireless parameters for this card:"
msgstr "Παρακαλώ ορίστε τον δικτυακό όνομα ή την IP"
-#: network/netconnect.pm:972 standalone/drakconnect:389
+#: network/netconnect.pm:1033 standalone/drakconnect:380
#, fuzzy, c-format
msgid "Operating Mode"
msgstr "Για Προχωρημένους"
-#: network/netconnect.pm:974 standalone/drakconnect:390
+#: network/netconnect.pm:1035 standalone/drakconnect:381
#, c-format
msgid "Network name (ESSID)"
msgstr ""
-#: network/netconnect.pm:975 standalone/drakconnect:391
+#: network/netconnect.pm:1036 standalone/drakconnect:382
#, fuzzy, c-format
msgid "Network ID"
msgstr "Δίκτυο"
-#: network/netconnect.pm:976 standalone/drakconnect:392
+#: network/netconnect.pm:1037 standalone/drakconnect:383
#, c-format
msgid "Operating frequency"
msgstr ""
-#: network/netconnect.pm:977 standalone/drakconnect:393
+#: network/netconnect.pm:1038 standalone/drakconnect:384
#, c-format
msgid "Sensitivity threshold"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakconnect:394
+#: network/netconnect.pm:1039 standalone/drakconnect:385
#, c-format
msgid "Bitrate (in b/s)"
msgstr ""
-#: network/netconnect.pm:984
+#: network/netconnect.pm:1045
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
"frequency), or add enough '0' (zeroes)."
msgstr ""
-#: network/netconnect.pm:988
+#: network/netconnect.pm:1049
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
"enough '0' (zeroes)."
msgstr ""
-#: network/netconnect.pm:1001 standalone/drakconnect:405
+#: network/netconnect.pm:1062 standalone/drakconnect:396
#, c-format
msgid "RTS/CTS"
msgstr ""
-#: network/netconnect.pm:1002
+#: network/netconnect.pm:1063
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -10162,33 +10351,33 @@ msgid ""
"or off."
msgstr ""
-#: network/netconnect.pm:1009 standalone/drakconnect:406
+#: network/netconnect.pm:1070 standalone/drakconnect:397
#, fuzzy, c-format
msgid "Fragmentation"
msgstr "Σταθμός παιχνιδιών"
-#: network/netconnect.pm:1010 standalone/drakconnect:407
+#: network/netconnect.pm:1071 standalone/drakconnect:398
#, c-format
msgid "Iwconfig command extra arguments"
msgstr ""
-#: network/netconnect.pm:1011
+#: network/netconnect.pm:1072
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
"ap, channel, commit, enc, power, retry, sens, txpower (nick is already set "
"as the hostname).\n"
"\n"
-"See iwpconfig(8) man page for further information."
+"See iwconfig(8) man page for further information."
msgstr ""
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: network/netconnect.pm:1018 standalone/drakconnect:408
+#: network/netconnect.pm:1079 standalone/drakconnect:399
#, c-format
msgid "Iwspy command extra arguments"
msgstr ""
-#: network/netconnect.pm:1019
+#: network/netconnect.pm:1080
#, c-format
msgid ""
"Iwspy is used to set a list of addresses in a wireless network\n"
@@ -10200,12 +10389,12 @@ msgid ""
"See iwpspy(8) man page for further information."
msgstr ""
-#: network/netconnect.pm:1027 standalone/drakconnect:409
+#: network/netconnect.pm:1088 standalone/drakconnect:400
#, c-format
msgid "Iwpriv command extra arguments"
msgstr ""
-#: network/netconnect.pm:1028
+#: network/netconnect.pm:1089
#, c-format
msgid ""
"Iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -10223,29 +10412,7 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: network/netconnect.pm:1055
-#, c-format
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Δεν βρέθηκε προσαρμογέας δικτύου Ethernet στο σύστημά σας.\n"
-"Δεν μπορώ να ρυθμίσω αυτού του τύπου τη σύνδεση."
-
-#: network/netconnect.pm:1059 standalone/drakgw:261 standalone/drakpxe:142
-#, c-format
-msgid "Choose the network interface"
-msgstr "Επιλέξτε συσκευή δικτύου"
-
-#: network/netconnect.pm:1060
-#, c-format
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet."
-msgstr ""
-"Παρακαλώ επιλέξτε ποια συσκευή δικτύου θέλετε να χρησιμοποιήσετε για την "
-"σύνδεση στο Διαδίκτυο"
-
-#: network/netconnect.pm:1081
+#: network/netconnect.pm:1163
#, c-format
msgid ""
"Please enter your host name.\n"
@@ -10258,84 +10425,86 @@ msgstr ""
"όπως π.χ. ``mybox.mylab.myco.com''.\n"
"Μπορείτε επίσης να εισάγετε και την διεύθυνση IP της πύλης δικτύου"
-#: network/netconnect.pm:1085
+#: network/netconnect.pm:1167
#, c-format
msgid "Last but not least you can also type in your DNS server IP addresses."
msgstr ""
-#: network/netconnect.pm:1087 standalone/drakconnect:946
+#: network/netconnect.pm:1169 standalone/drakconnect:997
#, fuzzy, c-format
msgid "Host name (optional)"
msgstr "Ρύθμιση συστήματος"
-#: network/netconnect.pm:1087
+#: network/netconnect.pm:1169
#, c-format
msgid "Host name"
msgstr "Όνομα συστήματος"
-#: network/netconnect.pm:1089
+#: network/netconnect.pm:1171
#, fuzzy, c-format
msgid "DNS server 1"
msgstr "Εξυπηρετητής DNS"
-#: network/netconnect.pm:1090
+#: network/netconnect.pm:1172
#, fuzzy, c-format
msgid "DNS server 2"
msgstr "Εξυπηρετητής DNS"
-#: network/netconnect.pm:1091
+#: network/netconnect.pm:1173
#, fuzzy, c-format
msgid "DNS server 3"
msgstr "Εξυπηρετητής DNS"
-#: network/netconnect.pm:1092
+#: network/netconnect.pm:1174
#, fuzzy, c-format
msgid "Search domain"
msgstr "Τομέας NIS"
-#: network/netconnect.pm:1093
+#: network/netconnect.pm:1175
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-#: network/netconnect.pm:1094
+#: network/netconnect.pm:1176
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Πύλη (π.χ. %s)"
-#: network/netconnect.pm:1096
+#: network/netconnect.pm:1178
#, c-format
msgid "Gateway device"
msgstr "Συσκευή πύλης"
-#: network/netconnect.pm:1105
+#: network/netconnect.pm:1187
#, c-format
msgid "DNS server address should be in format 1.2.3.4"
msgstr "Η IP διεύθυνση DNS πρέπει να είναι της μορφής 1.2.3.4"
-#: network/netconnect.pm:1110 standalone/drakconnect:624
+#: network/netconnect.pm:1192 standalone/drakconnect:651
#, c-format
msgid "Gateway address should be in format 1.2.3.4"
msgstr "Η IP διεύθυνση της πύλης πρέπει να είναι της μορφής 1.2.3.4"
-#: network/netconnect.pm:1121
+#: network/netconnect.pm:1203
#, c-format
msgid ""
-"Enter a Zeroconf host name which will be the one that your machine will get "
-"back to other machines on the network:"
+"If desired, enter a Zeroconf hostname.\n"
+"This is the name your machine will use to advertise any of\n"
+"its shared resources that are not managed by the network.\n"
+"It is not necessary on most networks."
msgstr ""
-#: network/netconnect.pm:1122
+#: network/netconnect.pm:1207
#, c-format
msgid "Zeroconf Host name"
msgstr "Δικτυακό Όνομα Zeroconf"
-#: network/netconnect.pm:1125
+#: network/netconnect.pm:1210
#, c-format
msgid "Zeroconf host name must not contain a ."
msgstr ""
-#: network/netconnect.pm:1135
+#: network/netconnect.pm:1220
#, c-format
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
@@ -10346,35 +10515,55 @@ msgstr ""
"Επιλέξτε αυτόν που θέλετε να χρησιμοποιήσετε.\n"
"\n"
-#: network/netconnect.pm:1137
+#: network/netconnect.pm:1222
#, c-format
msgid "Internet connection"
msgstr "Σύνδεση Διαδικτύου"
-#: network/netconnect.pm:1145
+#: network/netconnect.pm:1230
#, fuzzy, c-format
-msgid "Configuration is complete, do you want to apply settings ?"
-msgstr "Τι ρύθμιση XFree θέλετε να έχετε;"
+msgid "Configuration is complete, do you want to apply settings?"
+msgstr "Τι ρύθμιση Xorg θέλετε να έχετε;"
-#: network/netconnect.pm:1155
+#: network/netconnect.pm:1240
#, c-format
msgid "Do you want to start the connection at boot?"
msgstr "Θέλετε να συνδέεστε κατά την εκκίνηση;"
-#: network/netconnect.pm:1172
+#: network/netconnect.pm:1258
+#, fuzzy, c-format
+msgid "Automatically at boot"
+msgstr "Στην εκκίνηση συστήματος"
+
+#: network/netconnect.pm:1260
+#, c-format
+msgid "By using Net Applet in the system tray"
+msgstr ""
+
+#: network/netconnect.pm:1262
+#, c-format
+msgid "Manually (the interface would still be activated at boot)"
+msgstr ""
+
+#: network/netconnect.pm:1271
+#, fuzzy, c-format
+msgid "How do you want to dial this connection?"
+msgstr "Θέλετε να συνδέεστε κατά την εκκίνηση;"
+
+#: network/netconnect.pm:1284
#, c-format
-msgid "The network needs to be restarted. Do you want to restart it ?"
+msgid "The network needs to be restarted. Do you want to restart it?"
msgstr "Το δίκτυο πρέπει να επανεκκινηθεί, Θέλετε να το επανεκκινήσετε ;"
-#: network/netconnect.pm:1179 network/netconnect.pm:1244
+#: network/netconnect.pm:1291 network/netconnect.pm:1356
#, c-format
msgid "Network Configuration"
msgstr "Ρυθμίσεις δικτύου"
-#: network/netconnect.pm:1180
+#: network/netconnect.pm:1292
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
+"A problem occurred while restarting the network: \n"
"\n"
"%s"
msgstr ""
@@ -10382,27 +10571,27 @@ msgstr ""
"\n"
"%s"
-#: network/netconnect.pm:1188
+#: network/netconnect.pm:1300
#, c-format
msgid "Do you want to try to connect to the Internet now?"
msgstr "Θέλετε να δοκιμάσετε να συνδεθείτε στο Διαδίκτυο τώρα;"
-#: network/netconnect.pm:1196 standalone/drakconnect:978
+#: network/netconnect.pm:1308 standalone/drakconnect:1029
#, c-format
msgid "Testing your connection..."
msgstr "Δοκιμή σύνδεσης... "
-#: network/netconnect.pm:1212
+#: network/netconnect.pm:1324
#, c-format
msgid "The system is now connected to the Internet."
msgstr "Το σύστημα είναι τώρα συνδεμένο στο Διαδίκτυο."
-#: network/netconnect.pm:1213
+#: network/netconnect.pm:1325
#, c-format
msgid "For security reasons, it will be disconnected now."
msgstr "Για λόγους ασφαλείας, θα αποσυνδεθείτε τώρα."
-#: network/netconnect.pm:1214
+#: network/netconnect.pm:1326
#, c-format
msgid ""
"The system doesn't seem to be connected to the Internet.\n"
@@ -10411,7 +10600,7 @@ msgstr ""
"Το σύστημα φαίνεται να μην είναι συνδεμένο στο Διαδίκτυο\n"
"Προσπαθήστε να ξαναρυθμίσετε τη σύνδεσή σας."
-#: network/netconnect.pm:1231
+#: network/netconnect.pm:1343
#, c-format
msgid ""
"After this is done, we recommend that you restart your X environment to "
@@ -10420,10 +10609,10 @@ msgstr ""
"Αφού γίνει αυτό, προτείνουμε να επανεκκινήσετε το Χ περιβάλλον για να "
"αποφύγετε τα προβλήματα αλλαγής δικτυακού ονόματος."
-#: network/netconnect.pm:1232
+#: network/netconnect.pm:1344
#, c-format
msgid ""
-"Problems occured during configuration.\n"
+"Problems occurred during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
@@ -10431,7 +10620,7 @@ msgstr ""
"Δοκιμάστε τη σύνδεση με το net_monitor ή το mcc. Αν δεν λειτουργήσει η "
"σύνδεση, τότε θα πρέπει να εκκινήσετε ξανά τη ρύθμιση."
-#: network/netconnect.pm:1245
+#: network/netconnect.pm:1357
#, c-format
msgid ""
"Because you are doing a network installation, your network is already "
@@ -10443,34 +10632,34 @@ msgstr ""
"Κάντε κλικ στο Εντάξει για να διατηρήσετε τις ρυθμίσεις σας, ή άκυρο για να "
"ξαναρυθμίσετε τη σύνδεση στο Διαδίκτυο.\n"
-#: network/netconnect.pm:1333
+#: network/netconnect.pm:1393
#, c-format
msgid ""
"An unexpected error has happened:\n"
"%s"
msgstr ""
-#: network/network.pm:315
+#: network/network.pm:316
#, c-format
msgid "Proxies configuration"
msgstr "Ρυθμίσεις proxies"
-#: network/network.pm:316
+#: network/network.pm:317
#, c-format
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: network/network.pm:317
+#: network/network.pm:318
#, c-format
msgid "FTP proxy"
msgstr "FTP proxy"
-#: network/network.pm:320
+#: network/network.pm:321
#, c-format
msgid "Proxy should be http://..."
msgstr "Ο proxy πρέπει να είναι http://..."
-#: network/network.pm:321
+#: network/network.pm:322
#, c-format
msgid "URL should begin with 'ftp:' or 'http:'"
msgstr "Το URL πρέπει να ξεκινά με 'http:' ή 'ftp:'"
@@ -10489,7 +10678,7 @@ msgstr ""
"Προσοχή! Ανιχνεύθηκε μια ήδη υπάρχουσα ρύθμιση Τοίχους Προστασίας. Ίσως "
"χρειαστούν ορισμένες χειροκίνητες ρυθμίσεις μετά την εγκατάσταση."
-#: network/shorewall.pm:77 standalone/drakgw:218 standalone/drakvpn:214
+#: network/shorewall.pm:78 standalone/drakgw:220 standalone/drakvpn:214
#, c-format
msgid ""
"Please enter the name of the interface connected to the internet.\n"
@@ -10500,34 +10689,34 @@ msgid ""
"\t\tippp+ for a isdn connection.\n"
msgstr ""
-#: network/tools.pm:165
+#: network/tools.pm:197
#, fuzzy, c-format
msgid "Insert floppy"
msgstr "Εισάγετε δισκέτα στον οδηγό %s"
-#: network/tools.pm:166
+#: network/tools.pm:198
#, fuzzy, c-format
msgid ""
"Insert a FAT formatted floppy in drive %s with %s in root directory and "
"press %s"
msgstr "Εισάγετε μια μορφοποιημένη δισκέτα FAT στον οδηγό %s"
-#: network/tools.pm:167
+#: network/tools.pm:199
#, fuzzy, c-format
msgid "Floppy access error, unable to mount device %s"
msgstr "Πού θέλετε να συνδέσετε την συσκευή %s;"
-#: partition_table.pm:645
+#: partition_table.pm:393
#, c-format
msgid "mount failed: "
msgstr "σύνδεση απέτυχε: "
-#: partition_table.pm:750
+#: partition_table.pm:498
#, c-format
msgid "Extended partition not supported on this platform"
msgstr "Η εκτεταμένη κατάτμηση δεν υποστηρίζεται σε αυτόν τον τύπο συστήματος"
-#: partition_table.pm:768
+#: partition_table.pm:516
#, c-format
msgid ""
"You have a hole in your partition table but I can't use it.\n"
@@ -10538,22 +10727,22 @@ msgstr ""
"Η μοναδική λύση είναι να μετακινήσετε τις πρωτεύουσες κατατμήσεις σας έτσι "
"ώστε το κενό να βρεθεί δίπλα στην εκτεταμένη κατάτμηση"
-#: partition_table.pm:855
+#: partition_table.pm:602
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Η επαναφορά από το αρχείο %s απέτυχε: %s"
-#: partition_table.pm:857
+#: partition_table.pm:604
#, c-format
msgid "Bad backup file"
msgstr "Κατεστραμμένο εφεδρικό αρχείο"
-#: partition_table.pm:877
+#: partition_table.pm:624
#, c-format
msgid "Error writing to file %s"
msgstr "Σφάλμα εγγραφής στο αρχείο %s"
-#: partition_table/raw.pm:187
+#: partition_table/raw.pm:238
#, c-format
msgid ""
"Something bad is happening on your drive. \n"
@@ -10566,27 +10755,27 @@ msgstr ""
"Αυτό σημαίνει πως η οποιαδήποτε εγγραφή στο δίσκο θα καταλήξει σαν τυχαία "
"σκουπίδια."
-#: pkgs.pm:24
+#: pkgs.pm:23
#, c-format
msgid "must have"
msgstr "πρέπει να υπάρχει"
-#: pkgs.pm:25
+#: pkgs.pm:24
#, c-format
msgid "important"
msgstr "σημαντικό"
-#: pkgs.pm:26
+#: pkgs.pm:25
#, c-format
msgid "very nice"
msgstr "πολύ καλό"
-#: pkgs.pm:27
+#: pkgs.pm:26
#, c-format
msgid "nice"
msgstr "καλό"
-#: pkgs.pm:28
+#: pkgs.pm:27
#, c-format
msgid "maybe"
msgstr "ίσως"
@@ -10601,7 +10790,7 @@ msgstr "(στον %s)"
msgid "(on this machine)"
msgstr "(σε αυτό το μηχάνημα)"
-#: printer/cups.pm:115 standalone/printerdrake:197
+#: printer/cups.pm:115 standalone/printerdrake:203
#, fuzzy, c-format
msgid "Configured on other machines"
msgstr "Ρύθμιση της σύνδεσης"
@@ -10611,307 +10800,317 @@ msgstr "Ρύθμιση της σύνδεσης"
msgid "On CUPS server \"%s\""
msgstr "Στον εξυπηρετητή CUPS \"%s\""
-#: printer/cups.pm:117 printer/printerdrake.pm:3989
-#: printer/printerdrake.pm:3998 printer/printerdrake.pm:4139
-#: printer/printerdrake.pm:4150 printer/printerdrake.pm:4362
+#: printer/cups.pm:117 printer/printerdrake.pm:4290
+#: printer/printerdrake.pm:4300 printer/printerdrake.pm:4445
+#: printer/printerdrake.pm:4456 printer/printerdrake.pm:4651
#, c-format
msgid " (Default)"
msgstr " (Προεπιλεγμένος)"
-#: printer/data.pm:22
+#: printer/data.pm:40
#, c-format
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: printer/data.pm:23
+#: printer/data.pm:41
#, c-format
msgid "PDQ"
msgstr "PDQ"
-#: printer/data.pm:34
+#: printer/data.pm:53
#, c-format
msgid "LPD - Line Printer Daemon"
msgstr "LPD - Line Printer Daemon"
-#: printer/data.pm:35
+#: printer/data.pm:54
#, c-format
msgid "LPD"
msgstr "LPD"
-#: printer/data.pm:56
+#: printer/data.pm:76
#, c-format
msgid "LPRng - LPR New Generation"
msgstr "LPRng - LPR New Generation"
-#: printer/data.pm:57
+#: printer/data.pm:77
#, c-format
msgid "LPRng"
msgstr "LPRng"
-#: printer/data.pm:82
+#: printer/data.pm:103
#, c-format
msgid "CUPS - Common Unix Printing System"
msgstr "CUPS - Common Unix Printing System"
+#: printer/data.pm:132
+#, fuzzy, c-format
+msgid "CUPS - Common Unix Printing System (remote server)"
+msgstr "CUPS - Common Unix Printing System"
+
+#: printer/data.pm:133
+#, fuzzy, c-format
+msgid "Remote CUPS"
+msgstr "Απομακρυσμένος εξυπηρετητής CUPS"
+
#: printer/detect.pm:149 printer/detect.pm:227 printer/detect.pm:429
-#: printer/detect.pm:466 printer/printerdrake.pm:686
+#: printer/detect.pm:466
#, c-format
msgid "Unknown Model"
msgstr "Άγνωστο Μοντέλο"
-#: printer/main.pm:29
+#: printer/main.pm:27
#, c-format
msgid "Local printer"
msgstr "Τοπικός εκτυπωτής"
-#: printer/main.pm:30
+#: printer/main.pm:28
#, c-format
msgid "Remote printer"
msgstr "Απομακρυσμένος εκτυπωτής"
-#: printer/main.pm:31
+#: printer/main.pm:29
#, c-format
msgid "Printer on remote CUPS server"
msgstr "Απομακρυσμένος εκτυπωτής σε εξυπηρετητή CUPS"
-#: printer/main.pm:32 printer/printerdrake.pm:1406
+#: printer/main.pm:30 printer/printerdrake.pm:1521
#, c-format
msgid "Printer on remote lpd server"
msgstr "Απομακρυσμένος εκτυπωτής σε εξυπηρετητή lpd"
-#: printer/main.pm:33
+#: printer/main.pm:31
#, c-format
msgid "Network printer (TCP/Socket)"
msgstr "Εκτυπωτής δικτύου (TCP/Socket)"
-#: printer/main.pm:34
+#: printer/main.pm:32
#, c-format
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Εκτυπωτής σε εξυπηρετητή SMB/Windows 95/98/NT"
-#: printer/main.pm:35
+#: printer/main.pm:33
#, c-format
msgid "Printer on NetWare server"
msgstr "Εκτυπωτή σε εξυπηρετητή NetWare"
-#: printer/main.pm:36 printer/printerdrake.pm:1410
+#: printer/main.pm:34 printer/printerdrake.pm:1525
#, c-format
msgid "Enter a printer device URI"
msgstr "Εισάγετε συσκευή εκτυπωτή URI"
-#: printer/main.pm:37
+#: printer/main.pm:35
#, c-format
msgid "Pipe job into a command"
msgstr "Διασωλήνωση εργασίας σε εντολή"
-#: printer/main.pm:307 printer/main.pm:575 printer/main.pm:1545
-#: printer/main.pm:2229 printer/main.pm:2240 printer/printerdrake.pm:1866
-#: printer/printerdrake.pm:4396
+#: printer/main.pm:321 printer/main.pm:604 printer/main.pm:1635
+#: printer/main.pm:2331 printer/main.pm:2340 printer/printerdrake.pm:874
+#: printer/printerdrake.pm:1981 printer/printerdrake.pm:4688
#, c-format
msgid "Unknown model"
msgstr "Άγνωστο μοντέλο"
-#: printer/main.pm:332 standalone/printerdrake:196
+#: printer/main.pm:346 standalone/printerdrake:202
#, fuzzy, c-format
msgid "Configured on this machine"
msgstr "(σε αυτό το μηχάνημα)"
-#: printer/main.pm:338 printer/printerdrake.pm:963
+#: printer/main.pm:352 printer/printerdrake.pm:1069
#, c-format
msgid " on parallel port #%s"
msgstr " στη παράλληλη θήρα #%s"
-#: printer/main.pm:341 printer/printerdrake.pm:965
+#: printer/main.pm:355 printer/printerdrake.pm:1072
#, c-format
msgid ", USB printer #%s"
msgstr ", εκτυπωτής USB #%s"
-#: printer/main.pm:343
+#: printer/main.pm:357
#, c-format
msgid ", USB printer"
msgstr ", εκτυπωτής USB"
-#: printer/main.pm:348
+#: printer/main.pm:362
#, c-format
msgid ", multi-function device on parallel port #%s"
msgstr ", πολυχρηστική συσκευή στην παράλληλη θήρα #%s"
-#: printer/main.pm:351
+#: printer/main.pm:365
#, fuzzy, c-format
msgid ", multi-function device on a parallel port"
msgstr ", πολυχρηστική συσκευή στην παράλληλη θήρα #%s"
-#: printer/main.pm:353
+#: printer/main.pm:367
#, c-format
msgid ", multi-function device on USB"
msgstr ", πολυχρηστική συσκευή στην USB"
-#: printer/main.pm:355
+#: printer/main.pm:369
#, c-format
msgid ", multi-function device on HP JetDirect"
msgstr ", πολυχρηστική συσκευή στο HP JetDirect"
-#: printer/main.pm:357
+#: printer/main.pm:371
#, c-format
msgid ", multi-function device"
msgstr ", πολυχρηστική συσκευή"
-#: printer/main.pm:360
+#: printer/main.pm:375
#, c-format
msgid ", printing to %s"
msgstr ", εκτύπωση στο %s"
-#: printer/main.pm:362
+#: printer/main.pm:378
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr "στον εξυπηρετητή LPD \"%s\", στον εκτυπωτή \"%s\""
-#: printer/main.pm:364
+#: printer/main.pm:381
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", θύρα %s"
-#: printer/main.pm:368
+#: printer/main.pm:386
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr "στον εξυπηρετητή SMB/Windows \"%s\", κοινόχρηστο \"%s\""
-#: printer/main.pm:372
+#: printer/main.pm:391
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr "στον εξυπηρετητή Novell \"%s\", στον εκτυπωτή \"%s\""
-#: printer/main.pm:374
+#: printer/main.pm:394
#, c-format
msgid ", using command %s"
msgstr ", με την εντολή %s"
-#: printer/main.pm:389
+#: printer/main.pm:409
#, fuzzy, c-format
msgid "Parallel port #%s"
msgstr " στη παράλληλη θήρα #%s"
-#: printer/main.pm:392 printer/printerdrake.pm:979
-#: printer/printerdrake.pm:1002 printer/printerdrake.pm:1020
+#: printer/main.pm:412 printer/printerdrake.pm:1090
+#: printer/printerdrake.pm:1117 printer/printerdrake.pm:1135
#, c-format
msgid "USB printer #%s"
msgstr "εκτυπωτής USB #%s"
-#: printer/main.pm:394
+#: printer/main.pm:414
#, fuzzy, c-format
msgid "USB printer"
msgstr ", εκτυπωτής USB"
-#: printer/main.pm:399
+#: printer/main.pm:419
#, fuzzy, c-format
msgid "Multi-function device on parallel port #%s"
msgstr ", πολυχρηστική συσκευή στην παράλληλη θήρα #%s"
-#: printer/main.pm:402
+#: printer/main.pm:422
#, fuzzy, c-format
msgid "Multi-function device on a parallel port"
msgstr ", πολυχρηστική συσκευή στην παράλληλη θήρα #%s"
-#: printer/main.pm:404
+#: printer/main.pm:424
#, fuzzy, c-format
msgid "Multi-function device on USB"
msgstr ", πολυχρηστική συσκευή στην USB"
-#: printer/main.pm:406
+#: printer/main.pm:426
#, fuzzy, c-format
msgid "Multi-function device on HP JetDirect"
msgstr ", πολυχρηστική συσκευή στο HP JetDirect"
-#: printer/main.pm:408
+#: printer/main.pm:428
#, fuzzy, c-format
msgid "Multi-function device"
msgstr ", πολυχρηστική συσκευή"
-#: printer/main.pm:411
+#: printer/main.pm:432
#, fuzzy, c-format
msgid "Prints into %s"
msgstr ", εκτύπωση στο %s"
-#: printer/main.pm:413
+#: printer/main.pm:435
#, fuzzy, c-format
msgid "LPD server \"%s\", printer \"%s\""
msgstr "στον εξυπηρετητή LPD \"%s\", στον εκτυπωτή \"%s\""
-#: printer/main.pm:415
+#: printer/main.pm:438
#, fuzzy, c-format
msgid "TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", θύρα %s"
-#: printer/main.pm:419
+#: printer/main.pm:443
#, fuzzy, c-format
msgid "SMB/Windows server \"%s\", share \"%s\""
msgstr "στον εξυπηρετητή SMB/Windows \"%s\", κοινόχρηστο \"%s\""
-#: printer/main.pm:423
+#: printer/main.pm:448
#, fuzzy, c-format
msgid "Novell server \"%s\", printer \"%s\""
msgstr "στον εξυπηρετητή Novell \"%s\", στον εκτυπωτή \"%s\""
-#: printer/main.pm:425
+#: printer/main.pm:451
#, fuzzy, c-format
msgid "Uses command %s"
msgstr ", με την εντολή %s"
-#: printer/main.pm:427
+#: printer/main.pm:453
#, c-format
msgid "URI: %s"
msgstr ""
-#: printer/main.pm:572 printer/printerdrake.pm:732
-#: printer/printerdrake.pm:2463
+#: printer/main.pm:601 printer/printerdrake.pm:820
+#: printer/printerdrake.pm:2584
#, c-format
msgid "Raw printer (No driver)"
msgstr "Ακατέργαστος εκτυπωτής (Χωρίς οδηγό)"
-#: printer/main.pm:1086 printer/printerdrake.pm:179
-#: printer/printerdrake.pm:191
+#: printer/main.pm:1147 printer/printerdrake.pm:205
+#: printer/printerdrake.pm:217
#, c-format
msgid "Local network(s)"
msgstr "Τοπικό Δίκτυο(α)"
-#: printer/main.pm:1088 printer/printerdrake.pm:195
+#: printer/main.pm:1149 printer/printerdrake.pm:221
#, c-format
msgid "Interface \"%s\""
msgstr "Διεπαφή \"%s\""
-#: printer/main.pm:1090
+#: printer/main.pm:1151
#, c-format
msgid "Network %s"
msgstr "Δίκτυο %s"
-#: printer/main.pm:1092
+#: printer/main.pm:1153
#, fuzzy, c-format
msgid "Host %s"
msgstr "Όνομα συστήματος"
-#: printer/main.pm:1121
+#: printer/main.pm:1182
#, c-format
msgid "%s (Port %s)"
msgstr "%s (Θύρα %s)"
-#: printer/printerdrake.pm:22
+#: printer/printerdrake.pm:19
#, c-format
msgid ""
"The HP LaserJet 1000 needs its firmware to be uploaded after being turned "
"on. Download the Windows driver package from the HP web site (the firmware "
"on the printer's CD does not work) and extract the firmware file from it by "
-"uncompresing the self-extracting '.exe' file with the 'unzip' utility and "
+"decompressing the self-extracting '.exe' file with the 'unzip' utility and "
"searching for the 'sihp1000.img' file. Copy this file into the '/etc/"
"printer' directory. There it will be found by the automatic uploader script "
"and uploaded whenever the printer is connected and turned on.\n"
msgstr ""
-#: printer/printerdrake.pm:62
+#: printer/printerdrake.pm:61
#, fuzzy, c-format
msgid "CUPS printer configuration"
msgstr "Ρυθμίσεις κοινής χρήσης εκτυπωτών CUPS"
-#: printer/printerdrake.pm:63
+#: printer/printerdrake.pm:62
#, c-format
msgid ""
"Here you can choose whether the printers connected to this machine should be "
@@ -10920,7 +11119,7 @@ msgstr ""
"Εδώ μπορείτε να επιλέξετε αν οι συνδεμένοι εκτυπωτές αυτού το μηχανήματος θα "
"είναι προσβάσιμοι από απομακρυσμένα μηχανήματα και από ποια."
-#: printer/printerdrake.pm:64
+#: printer/printerdrake.pm:63
#, c-format
msgid ""
"You can also decide here whether printers on remote machines should be "
@@ -10930,44 +11129,39 @@ msgstr ""
"απομακρυσμένα μηχανήματα θα είναι αυτόματα διαθέσιμοι και σε αυτό το "
"μηχάνημα."
-#: printer/printerdrake.pm:67
+#: printer/printerdrake.pm:66
#, c-format
msgid "The printers on this machine are available to other computers"
msgstr ""
"Οι εκτυπωτές σε αυτό το μηχάνημα είναι διαθέσιμοι σε άλλους υπολογιστές"
-#: printer/printerdrake.pm:69
+#: printer/printerdrake.pm:71
#, c-format
msgid "Automatically find available printers on remote machines"
msgstr "Βρείτε αυτόματα διαθέσιμους εκτυπωτές σε απομακρυσμένα μηχανήματα"
-#: printer/printerdrake.pm:71
+#: printer/printerdrake.pm:76
#, c-format
msgid "Printer sharing on hosts/networks: "
msgstr "Κοινόχρηστοι εκτυπωτές στους υπολογιστές/δίκτυα: "
-#: printer/printerdrake.pm:73
+#: printer/printerdrake.pm:78
#, c-format
msgid "Custom configuration"
msgstr "Προσαρμοσμένη Ρύθμιση"
-#: printer/printerdrake.pm:78 standalone/scannerdrake:566
-#: standalone/scannerdrake:583
+#: printer/printerdrake.pm:83 standalone/scannerdrake:562
+#: standalone/scannerdrake:579
#, fuzzy, c-format
msgid "No remote machines"
msgstr "(σε αυτό το μηχάνημα)"
-#: printer/printerdrake.pm:88
+#: printer/printerdrake.pm:94
#, c-format
msgid "Additional CUPS servers: "
msgstr "Πρόσθετοι εξυπηρετητές CUPS: "
-#: printer/printerdrake.pm:93
-#, c-format
-msgid "None"
-msgstr "Κανένας"
-
-#: printer/printerdrake.pm:95
+#: printer/printerdrake.pm:101
#, fuzzy, c-format
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
@@ -10980,29 +11174,29 @@ msgid ""
"information from the server(s)."
msgstr "CUPS CUPS Όλα Printerdrake CUPS εξυπηρετητής εξυπηρετητής."
-#: printer/printerdrake.pm:100
+#: printer/printerdrake.pm:109
#, fuzzy, c-format
msgid "Japanese text printing mode"
msgstr "Αλλαγή συστήματος εκτύπωσης"
-#: printer/printerdrake.pm:101
+#: printer/printerdrake.pm:110
#, c-format
msgid ""
-"Turning on this allows to print plain text files in japanese language. Only "
-"use this function if you really want to print text in japanese, if it is "
+"Turning on this allows to print plain text files in Japanese language. Only "
+"use this function if you really want to print text in Japanese, if it is "
"activated you cannot print accentuated characters in latin fonts any more "
"and you will not be able to adjust the margins, the character size, etc. "
"This setting only affects printers defined on this machine. If you want to "
-"print japanese text on a printer set up on a remote machine, you have to "
+"print Japanese text on a printer set up on a remote machine, you have to "
"activate this function on that remote machine."
msgstr ""
-#: printer/printerdrake.pm:105
+#: printer/printerdrake.pm:117
#, c-format
msgid "Automatic correction of CUPS configuration"
msgstr "Αυτόματη διόρθωση της ρύθμισης CUPS"
-#: printer/printerdrake.pm:107
+#: printer/printerdrake.pm:119
#, fuzzy, c-format
msgid ""
"When this option is turned on, on every startup of CUPS it is automatically "
@@ -11028,12 +11222,38 @@ msgstr ""
"\n"
"."
-#: printer/printerdrake.pm:129 printer/printerdrake.pm:205
+#: printer/printerdrake.pm:132 printer/printerdrake.pm:500
+#: printer/printerdrake.pm:3933
+#, c-format
+msgid "Remote CUPS server and no local CUPS daemon"
+msgstr ""
+
+#: printer/printerdrake.pm:135
+#, fuzzy, c-format
+msgid "On"
+msgstr "Ομάν"
+
+#: printer/printerdrake.pm:137 printer/printerdrake.pm:492
+#: printer/printerdrake.pm:519
+#, c-format
+msgid "Off"
+msgstr ""
+
+#: printer/printerdrake.pm:138 printer/printerdrake.pm:501
+#, c-format
+msgid ""
+"In this mode the local CUPS daemon will be stopped and all printing requests "
+"go directly to the server specified below. Note that it is not possible to "
+"define local print queues then and if the specified server is down it cannot "
+"be printed at all from this machine."
+msgstr ""
+
+#: printer/printerdrake.pm:155 printer/printerdrake.pm:230
#, c-format
msgid "Sharing of local printers"
msgstr "Κοινή χρήση τοπικών εκτυπωτών"
-#: printer/printerdrake.pm:130
+#: printer/printerdrake.pm:156
#, c-format
msgid ""
"These are the machines and networks on which the locally connected printer"
@@ -11042,63 +11262,63 @@ msgstr ""
"Αυτά είναι τα μηχανήματα όπου οι τοπικά συνδεμένοι εκτυπωτές(ης) πρέπει να "
"είναι διαθέσιμοι:"
-#: printer/printerdrake.pm:141
+#: printer/printerdrake.pm:167
#, c-format
msgid "Add host/network"
msgstr "Προσθήκη υπολογιστή/δίκτυο"
-#: printer/printerdrake.pm:147
+#: printer/printerdrake.pm:173
#, c-format
msgid "Edit selected host/network"
msgstr "Επεξεργασία επιλεγμένου υπολογιστή/δίκτυο"
-#: printer/printerdrake.pm:156
+#: printer/printerdrake.pm:182
#, c-format
msgid "Remove selected host/network"
msgstr "Αφαίρεση επιλεγμένου υπολογιστή/δίκτυο"
-#: printer/printerdrake.pm:187 printer/printerdrake.pm:197
-#: printer/printerdrake.pm:210 printer/printerdrake.pm:217
-#: printer/printerdrake.pm:248 printer/printerdrake.pm:266
+#: printer/printerdrake.pm:213 printer/printerdrake.pm:223
+#: printer/printerdrake.pm:235 printer/printerdrake.pm:242
+#: printer/printerdrake.pm:273 printer/printerdrake.pm:291
#, c-format
msgid "IP address of host/network:"
msgstr "Διεύθυνση IP του υπολογιστή/δικτύου:"
-#: printer/printerdrake.pm:206
+#: printer/printerdrake.pm:231
#, c-format
msgid ""
"Choose the network or host on which the local printers should be made "
"available:"
msgstr ""
-#: printer/printerdrake.pm:213
+#: printer/printerdrake.pm:238
#, c-format
msgid "Host/network IP address missing."
msgstr "Λείπει η διεύθυνση του Υπολογιστή/Δικτύου."
-#: printer/printerdrake.pm:221
+#: printer/printerdrake.pm:246
#, c-format
msgid "The entered host/network IP is not correct.\n"
msgstr ""
-#: printer/printerdrake.pm:222 printer/printerdrake.pm:400
+#: printer/printerdrake.pm:247 printer/printerdrake.pm:423
#, c-format
msgid "Examples for correct IPs:\n"
msgstr "Παραδείγματα σωστών IP:\n"
-#: printer/printerdrake.pm:246
+#: printer/printerdrake.pm:271
#, c-format
msgid "This host/network is already in the list, it cannot be added again.\n"
msgstr ""
"Αυτός ο υπολογιστής/δίκτυο είναι ήδη στη λίστα, δεν μπορεί να προστεθεί "
"ξανά.\n"
-#: printer/printerdrake.pm:316 printer/printerdrake.pm:387
+#: printer/printerdrake.pm:340 printer/printerdrake.pm:410
#, fuzzy, c-format
msgid "Accessing printers on remote CUPS servers"
msgstr "CUPS"
-#: printer/printerdrake.pm:317
+#: printer/printerdrake.pm:341
#, fuzzy, c-format
msgid ""
"Add here the CUPS servers whose printers you want to use. You only need to "
@@ -11106,103 +11326,119 @@ msgid ""
"local network."
msgstr "Προσθήκη CUPS."
-#: printer/printerdrake.pm:328
+#: printer/printerdrake.pm:352
#, c-format
msgid "Add server"
msgstr "Προσθήκη εξυπηρετητή"
-#: printer/printerdrake.pm:334
+#: printer/printerdrake.pm:358
#, c-format
msgid "Edit selected server"
msgstr "Επεξεργασία επιλεγμένου εξυπηρετητή"
-#: printer/printerdrake.pm:343
+#: printer/printerdrake.pm:367
#, c-format
msgid "Remove selected server"
msgstr "Αφαίρεση επιλεγμένου εξυπηρετητή"
-#: printer/printerdrake.pm:388
+#: printer/printerdrake.pm:411
#, c-format
msgid "Enter IP address and port of the host whose printers you want to use."
msgstr ""
-#: printer/printerdrake.pm:389
+#: printer/printerdrake.pm:412
#, c-format
msgid "If no port is given, 631 will be taken as default."
msgstr ""
-#: printer/printerdrake.pm:393
+#: printer/printerdrake.pm:416
#, c-format
msgid "Server IP missing!"
msgstr "Λείπει η IP του εξυπηρετητή!"
-#: printer/printerdrake.pm:399
+#: printer/printerdrake.pm:422
#, c-format
msgid "The entered IP is not correct.\n"
msgstr "Η διεύθυνση IP που εισάγατε δεν είναι σωστή.\n"
-#: printer/printerdrake.pm:411 printer/printerdrake.pm:1629
+#: printer/printerdrake.pm:434 printer/printerdrake.pm:1744
#, c-format
msgid "The port number should be an integer!"
msgstr "Ο αριθμός θύρας πρέπει να είναι ακέραιος αριθμός!"
-#: printer/printerdrake.pm:422
+#: printer/printerdrake.pm:445
#, c-format
msgid "This server is already in the list, it cannot be added again.\n"
msgstr ""
"O εξυπηρετητής είναι ήδη στη λίστα, δεν μπορείτε να τον προσθέσετε ξανά.\n"
-#: printer/printerdrake.pm:433 printer/printerdrake.pm:1650
-#: standalone/drakups:233 standalone/harddrake2:68
+#: printer/printerdrake.pm:456 printer/printerdrake.pm:1765
+#: standalone/drakups:247 standalone/harddrake2:47
#, c-format
msgid "Port"
msgstr "Θύρα"
-#: printer/printerdrake.pm:478 printer/printerdrake.pm:545
-#: printer/printerdrake.pm:610 printer/printerdrake.pm:628
-#: printer/printerdrake.pm:711 printer/printerdrake.pm:768
-#: printer/printerdrake.pm:794 printer/printerdrake.pm:1703
-#: printer/printerdrake.pm:1886 printer/printerdrake.pm:1902
-#: printer/printerdrake.pm:1945 printer/printerdrake.pm:1982
-#: printer/printerdrake.pm:2024 printer/printerdrake.pm:2061
-#: printer/printerdrake.pm:2071 printer/printerdrake.pm:2314
-#: printer/printerdrake.pm:2319 printer/printerdrake.pm:2458
-#: printer/printerdrake.pm:2568 printer/printerdrake.pm:3069
-#: printer/printerdrake.pm:3134 printer/printerdrake.pm:3177
-#: printer/printerdrake.pm:3180 printer/printerdrake.pm:3299
-#: printer/printerdrake.pm:3364 printer/printerdrake.pm:3436
-#: printer/printerdrake.pm:3457 printer/printerdrake.pm:3466
-#: printer/printerdrake.pm:3557 printer/printerdrake.pm:3655
-#: printer/printerdrake.pm:3661 printer/printerdrake.pm:3674
-#: printer/printerdrake.pm:3726 printer/printerdrake.pm:3766
-#: printer/printerdrake.pm:3778 printer/printerdrake.pm:3789
-#: printer/printerdrake.pm:3798 printer/printerdrake.pm:3811
-#: printer/printerdrake.pm:3888 printer/printerdrake.pm:3945
-#: printer/printerdrake.pm:4010 printer/printerdrake.pm:4270
-#: printer/printerdrake.pm:4313 printer/printerdrake.pm:4459
-#: printer/printerdrake.pm:4517 printer/printerdrake.pm:4546
-#: standalone/printerdrake:65 standalone/printerdrake:85
-#: standalone/printerdrake:522
+#: printer/printerdrake.pm:489 printer/printerdrake.pm:505
+#: printer/printerdrake.pm:520 printer/printerdrake.pm:524
+#: printer/printerdrake.pm:530
+#, fuzzy, c-format
+msgid "On, Name or IP of remote server:"
+msgstr "Απομακρυσμένος εκτυπωτής σε εξυπηρετητή lpd"
+
+#: printer/printerdrake.pm:508 printer/printerdrake.pm:3942
+#: printer/printerdrake.pm:4007
+#, fuzzy, c-format
+msgid "CUPS server name or IP address missing."
+msgstr "Λείπει η διεύθυνση του Υπολογιστή/Δικτύου."
+
+#: printer/printerdrake.pm:560 printer/printerdrake.pm:580
+#: printer/printerdrake.pm:649 printer/printerdrake.pm:714
+#: printer/printerdrake.pm:741 printer/printerdrake.pm:796
+#: printer/printerdrake.pm:838 printer/printerdrake.pm:848
+#: printer/printerdrake.pm:1818 printer/printerdrake.pm:2004
+#: printer/printerdrake.pm:2021 printer/printerdrake.pm:2064
+#: printer/printerdrake.pm:2104 printer/printerdrake.pm:2147
+#: printer/printerdrake.pm:2184 printer/printerdrake.pm:2194
+#: printer/printerdrake.pm:2437 printer/printerdrake.pm:2442
+#: printer/printerdrake.pm:2579 printer/printerdrake.pm:2689
+#: printer/printerdrake.pm:3247 printer/printerdrake.pm:3312
+#: printer/printerdrake.pm:3361 printer/printerdrake.pm:3364
+#: printer/printerdrake.pm:3484 printer/printerdrake.pm:3549
+#: printer/printerdrake.pm:3621 printer/printerdrake.pm:3642
+#: printer/printerdrake.pm:3651 printer/printerdrake.pm:3745
+#: printer/printerdrake.pm:3837 printer/printerdrake.pm:3843
+#: printer/printerdrake.pm:3863 printer/printerdrake.pm:3969
+#: printer/printerdrake.pm:4076 printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4104 printer/printerdrake.pm:4117
+#: printer/printerdrake.pm:4313 printer/printerdrake.pm:4749
+#: printer/printerdrake.pm:4826 standalone/printerdrake:64
+#: standalone/printerdrake:84 standalone/printerdrake:566
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:479
+#: printer/printerdrake.pm:561 printer/printerdrake.pm:3550
+#: printer/printerdrake.pm:4077
+#, c-format
+msgid "Reading printer data..."
+msgstr "Ανάγνωση δεδομένων εκτυπωτή..."
+
+#: printer/printerdrake.pm:581
#, fuzzy, c-format
msgid "Restarting CUPS..."
msgstr "Επανεκκίνηση XFS"
-#: printer/printerdrake.pm:502
+#: printer/printerdrake.pm:606
#, c-format
msgid "Select Printer Connection"
msgstr "Τρόπος σύνδεσης εκτυπωτή"
-#: printer/printerdrake.pm:503
+#: printer/printerdrake.pm:607
#, c-format
msgid "How is the printer connected?"
msgstr "Πώς είναι συνδεδεμένος ο εκτυπωτής σας;"
-#: printer/printerdrake.pm:505
+#: printer/printerdrake.pm:609
#, c-format
msgid ""
"\n"
@@ -11213,7 +11449,7 @@ msgstr ""
"Εκτυπωτές που είναι συνδεμένοι σε απομακρυσμένους εξυπηρετητές CUPS δεν "
"χρειάζεται να ρυθμιστούν εδώ, θα ανιχνευθούν αυτόματα."
-#: printer/printerdrake.pm:508 printer/printerdrake.pm:4012
+#: printer/printerdrake.pm:612 printer/printerdrake.pm:4315
#, c-format
msgid ""
"\n"
@@ -11221,28 +11457,28 @@ msgid ""
"detected nor tested!"
msgstr ""
-#: printer/printerdrake.pm:515
+#: printer/printerdrake.pm:619
#, fuzzy, c-format
msgid ""
"Printer auto-detection (Local, TCP/Socket, SMB printers, and device URI)"
msgstr "Αυτόματη ανίχνευση εκτυπωτές (Τοπικοί, TCP/Socket, και εκτυπωτές SMB)"
-#: printer/printerdrake.pm:545
+#: printer/printerdrake.pm:649
#, c-format
msgid "Checking your system..."
msgstr "Έλεγχος του συστήματος σας..."
-#: printer/printerdrake.pm:561
+#: printer/printerdrake.pm:665
#, c-format
msgid "and one unknown printer"
msgstr "και ένας άγνωστος εκτυπωτής"
-#: printer/printerdrake.pm:563
+#: printer/printerdrake.pm:667
#, c-format
msgid "and %d unknown printers"
msgstr "και %d άγνωστοι εκτυπωτές"
-#: printer/printerdrake.pm:567
+#: printer/printerdrake.pm:671
#, c-format
msgid ""
"The following printers\n"
@@ -11255,7 +11491,7 @@ msgstr ""
"%s%s\n"
"είναι άμεσα συνδεμένοι στο σύστημά σας"
-#: printer/printerdrake.pm:569
+#: printer/printerdrake.pm:673
#, c-format
msgid ""
"The following printer\n"
@@ -11268,7 +11504,7 @@ msgstr ""
"%s%s\n"
"είναι άμεσα συνδεμένοι στο σύστημά σας"
-#: printer/printerdrake.pm:570
+#: printer/printerdrake.pm:674
#, c-format
msgid ""
"The following printer\n"
@@ -11281,7 +11517,7 @@ msgstr ""
"%s%s\n"
"είναι άμεσα συνδεμένος στο σύστημά σας"
-#: printer/printerdrake.pm:574
+#: printer/printerdrake.pm:678
#, c-format
msgid ""
"\n"
@@ -11290,7 +11526,7 @@ msgstr ""
"\n"
"Ένας άγνωστος εκτυπωτής είναι συνδεμένος απευθείας στο σύστημά σας"
-#: printer/printerdrake.pm:575
+#: printer/printerdrake.pm:679
#, c-format
msgid ""
"\n"
@@ -11299,20 +11535,20 @@ msgstr ""
"\n"
"Είναι %d εκτυπωτές συνδεμένοι απευθείας στο σύστημά σας"
-#: printer/printerdrake.pm:578
+#: printer/printerdrake.pm:682
#, c-format
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr "Δεν βρέθηκαν εκτυπωτές που να είναι συνδεμένοι στον υπολογιστή σας"
-#: printer/printerdrake.pm:581
+#: printer/printerdrake.pm:685
#, c-format
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr ""
" (Βεβαιωθείτε ότι όλοι οι εκτυπωτές σας είναι συνδεμένοι και σε "
"λειτουργία).\n"
-#: printer/printerdrake.pm:594
+#: printer/printerdrake.pm:698
#, c-format
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
@@ -11321,24 +11557,24 @@ msgstr ""
"Θέλετε να ενεργοποιήσετε την εκτύπωση στους παραπάνω εκτυπωτές ή σε κάποιον "
"άλλον στο τοπικό σας δίκτυο;\n"
-#: printer/printerdrake.pm:595
+#: printer/printerdrake.pm:699
#, c-format
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr ""
"Θέλετε να ενεργοποιήσετε την εκτύπωση σε εκτυπωτές στο τοπικό σας δίκτυο;\n"
-#: printer/printerdrake.pm:597
+#: printer/printerdrake.pm:701
#, c-format
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Θέλετε να ενεργοποιήσετε την εκτύπωση στους παραπάνω εκτυπωτές ;\n"
-#: printer/printerdrake.pm:598
+#: printer/printerdrake.pm:702
#, c-format
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
"Είστε βέβαιοι ότι θέλετε να ρυθμίσετε την εκτύπωση σε αυτό το μηχάνημα;\n"
-#: printer/printerdrake.pm:599
+#: printer/printerdrake.pm:703
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
@@ -11347,48 +11583,42 @@ msgstr ""
"Σημ.: Ανάλογα με το μοντέλο του εκτυπωτή και το σύστημα εκτύπωσης θα "
"εγκατασταθεί επιπλέον μέχρι και %d MB λογισμικό"
-#: printer/printerdrake.pm:629
+#: printer/printerdrake.pm:742
#, c-format
msgid "Searching for new printers..."
msgstr "Αναζήτηση για νέους εκτυπωτές..."
-#: printer/printerdrake.pm:713
-#, c-format
-msgid "Configuring printer ..."
-msgstr "Ρυθμίζεται ο εκτυπωτής ..."
-
-#: printer/printerdrake.pm:714 printer/printerdrake.pm:769
-#: printer/printerdrake.pm:3790
-#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Ρύθμιση εκτυπωτή \"%s\"..."
+#: printer/printerdrake.pm:797
+#, fuzzy, c-format
+msgid "Found printer on %s..."
+msgstr "Γίνεται αφαίρεση του εκτυπωτή \"%s\"..."
-#: printer/printerdrake.pm:734
+#: printer/printerdrake.pm:822
#, c-format
msgid "("
msgstr "("
-#: printer/printerdrake.pm:735
+#: printer/printerdrake.pm:823
#, c-format
msgid " on "
msgstr " στο "
-#: printer/printerdrake.pm:736 standalone/scannerdrake:136
+#: printer/printerdrake.pm:824 standalone/scannerdrake:137
#, c-format
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:741 printer/printerdrake.pm:2470
+#: printer/printerdrake.pm:829 printer/printerdrake.pm:2591
#, c-format
msgid "Printer model selection"
msgstr "Επιλογή μοντέλου εκτυπωτή"
-#: printer/printerdrake.pm:742 printer/printerdrake.pm:2471
+#: printer/printerdrake.pm:830 printer/printerdrake.pm:2592
#, c-format
msgid "Which printer model do you have?"
msgstr "Τι μοντέλο εκτυπωτή έχετε;"
-#: printer/printerdrake.pm:743
+#: printer/printerdrake.pm:831
#, c-format
msgid ""
"\n"
@@ -11401,7 +11631,7 @@ msgstr ""
"Το Printerdrake δεν μπόρεσε να καθορίσει το μοντέλο του εκτυπωτή %s. "
"Παρακαλώ επιλέξτε το σωστό μοντέλο από τη λίστα."
-#: printer/printerdrake.pm:746 printer/printerdrake.pm:2476
+#: printer/printerdrake.pm:834 printer/printerdrake.pm:2597
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -11410,21 +11640,24 @@ msgstr ""
"Ο εκτυπωτής σας δεν υπάρχει στη λίστα, παρακαλώ διαλέξτε έναν συμβατό ή έναν "
"παρόμοιο εκτυπωτή."
-#: printer/printerdrake.pm:795 printer/printerdrake.pm:3779
-#: printer/printerdrake.pm:3946 printer/printerdrake.pm:4271
-#: printer/printerdrake.pm:4314 printer/printerdrake.pm:4518
+#: printer/printerdrake.pm:839
+#, fuzzy, c-format
+msgid "Configuring printer on %s..."
+msgstr "Ρύθμιση εκτυπωτή \"%s\"..."
+
+#: printer/printerdrake.pm:849 printer/printerdrake.pm:4096
#, c-format
-msgid "Configuring applications..."
-msgstr "Ρύθμιση εφαρμογών..."
+msgid "Configuring printer \"%s\"..."
+msgstr "Ρύθμιση εκτυπωτή \"%s\"..."
-#: printer/printerdrake.pm:831 printer/printerdrake.pm:843
-#: printer/printerdrake.pm:901 printer/printerdrake.pm:1872
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4211
+#: printer/printerdrake.pm:932 printer/printerdrake.pm:944
+#: printer/printerdrake.pm:1002 printer/printerdrake.pm:1987
+#: printer/printerdrake.pm:4332 printer/printerdrake.pm:4501
#, c-format
msgid "Add a new printer"
msgstr "Προσθήκη νέου εκτυπωτή"
-#: printer/printerdrake.pm:832
+#: printer/printerdrake.pm:933
#, c-format
msgid ""
"\n"
@@ -11447,7 +11680,7 @@ msgstr ""
"και να αποκτήσετε πρόσβαση σε όλους τους διαθέσιμους οδηγούς εκτυπωτών, "
"επιλογές των οδηγών και τους τύπους συνδέσεων."
-#: printer/printerdrake.pm:845
+#: printer/printerdrake.pm:946
#, fuzzy, c-format
msgid ""
"\n"
@@ -11479,7 +11712,7 @@ msgstr ""
"\n"
" Επόμενο Άκυρο."
-#: printer/printerdrake.pm:854
+#: printer/printerdrake.pm:955
#, fuzzy, c-format
msgid ""
"\n"
@@ -11503,7 +11736,7 @@ msgstr ""
"\n"
" Επόμενο Άκυρο."
-#: printer/printerdrake.pm:862
+#: printer/printerdrake.pm:963
#, fuzzy, c-format
msgid ""
"\n"
@@ -11534,7 +11767,7 @@ msgstr ""
"\n"
" Επόμενο Άκυρο."
-#: printer/printerdrake.pm:871
+#: printer/printerdrake.pm:972
#, fuzzy, c-format
msgid ""
"\n"
@@ -11558,24 +11791,24 @@ msgstr ""
"\n"
" Επόμενο Άκυρο."
-#: printer/printerdrake.pm:880
+#: printer/printerdrake.pm:981
#, c-format
msgid "Auto-detect printers connected to this machine"
msgstr "Αυτόματη ανίχνευση εκτυπωτών συνδεμένοι σε αυτό το μηχάνημα"
-#: printer/printerdrake.pm:883
+#: printer/printerdrake.pm:984
#, c-format
msgid "Auto-detect printers connected directly to the local network"
msgstr "Αυτόματη ανίχνευση εκτυπωτών συνδεμένοι στο τοπικό σας δίκτυο"
-#: printer/printerdrake.pm:886
+#: printer/printerdrake.pm:987
#, c-format
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
"Αυτόματη ανίχνευση εκτυπωτών συνδεμένοι σε μηχανήματα που έχουν Microsoft "
"Windows"
-#: printer/printerdrake.pm:902
+#: printer/printerdrake.pm:1003
#, fuzzy, c-format
msgid ""
"\n"
@@ -11599,70 +11832,70 @@ msgstr ""
"ποιότητα εκτύπωσης) επιλέξτε \"Εκτυπωτής\" στο τμήμα \"Υλικό\"του Κέντρου "
"Ελέγχου Mandrake."
-#: printer/printerdrake.pm:937 printer/printerdrake.pm:1152
-#: printer/printerdrake.pm:1214 printer/printerdrake.pm:1304
-#: printer/printerdrake.pm:1441 printer/printerdrake.pm:1516
-#: printer/printerdrake.pm:1667 printer/printerdrake.pm:1750
-#: printer/printerdrake.pm:1759 printer/printerdrake.pm:1768
-#: printer/printerdrake.pm:1779 printer/printerdrake.pm:1892
-#: printer/printerdrake.pm:1954 printer/printerdrake.pm:1988
+#: printer/printerdrake.pm:1038 printer/printerdrake.pm:1267
+#: printer/printerdrake.pm:1329 printer/printerdrake.pm:1419
+#: printer/printerdrake.pm:1556 printer/printerdrake.pm:1631
+#: printer/printerdrake.pm:1782 printer/printerdrake.pm:1865
+#: printer/printerdrake.pm:1874 printer/printerdrake.pm:1883
+#: printer/printerdrake.pm:1894 printer/printerdrake.pm:2010
+#: printer/printerdrake.pm:2076 printer/printerdrake.pm:2111
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Εγκατάσταση πακέτου %s"
-#: printer/printerdrake.pm:939
+#: printer/printerdrake.pm:1040
#, c-format
msgid "Skipping Windows/SMB server auto-detection"
msgstr ""
-#: printer/printerdrake.pm:945 printer/printerdrake.pm:1075
-#: printer/printerdrake.pm:1310 printer/printerdrake.pm:1563
+#: printer/printerdrake.pm:1046 printer/printerdrake.pm:1190
+#: printer/printerdrake.pm:1425 printer/printerdrake.pm:1678
#, c-format
msgid "Printer auto-detection"
msgstr "Αυτόματη ανίχνευση εκτυπωτών"
-#: printer/printerdrake.pm:945
+#: printer/printerdrake.pm:1046
#, c-format
msgid "Detecting devices..."
msgstr "Εντοπισμός συσκευών..."
-#: printer/printerdrake.pm:967
+#: printer/printerdrake.pm:1075
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", εκτυπωτής δικτύου \"%s\", θύρα %s"
-#: printer/printerdrake.pm:969
+#: printer/printerdrake.pm:1078
#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Εκτυπωτής \"%s\" σε εξυπηρετητή SMB/Windows \"%s\""
-#: printer/printerdrake.pm:973
+#: printer/printerdrake.pm:1082
#, c-format
msgid "Detected %s"
msgstr "Βρέθηκε ο %s"
-#: printer/printerdrake.pm:977 printer/printerdrake.pm:1000
-#: printer/printerdrake.pm:1017
+#: printer/printerdrake.pm:1087 printer/printerdrake.pm:1114
+#: printer/printerdrake.pm:1132
#, c-format
msgid "Printer on parallel port #%s"
msgstr "Εκτυπωτής στην παράλληλη θήρα #%s"
-#: printer/printerdrake.pm:981
+#: printer/printerdrake.pm:1093
#, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Εκτυπωτής δικτύου \"%s\", θύρα %s"
-#: printer/printerdrake.pm:983
+#: printer/printerdrake.pm:1096
#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Εκτυπωτής \"%s\" σε εξυπηρετητή SMB/Windows \"%s\""
-#: printer/printerdrake.pm:1062
+#: printer/printerdrake.pm:1177
#, c-format
msgid "Local Printer"
msgstr "Τοπικός Εκτυπωτής"
-#: printer/printerdrake.pm:1063
+#: printer/printerdrake.pm:1178
#, c-format
msgid ""
"No local printer found! To manually install a printer enter a device name/"
@@ -11675,32 +11908,32 @@ msgstr ""
"θύρες: /dev/lp0, /dev/lp1, ..., αντίστοιχες των LPT1:, LPT2:, ..., 1ος "
"εκτυπωτής USB: /dev/usb/lp0, 2ος USB εκτυπωτής: /dev/usb/lp1, ...)."
-#: printer/printerdrake.pm:1067
+#: printer/printerdrake.pm:1182
#, c-format
msgid "You must enter a device or file name!"
msgstr "Πρέπει να ορίσετε μια συσκευή ή ένα όνομα αρχείου!"
-#: printer/printerdrake.pm:1076
+#: printer/printerdrake.pm:1191
#, c-format
msgid "No printer found!"
msgstr "Δεν βρέθηκε εκτυπωτής!"
-#: printer/printerdrake.pm:1084
+#: printer/printerdrake.pm:1199
#, c-format
msgid "Local Printers"
msgstr "Τοπικοί εκτυπωτές"
-#: printer/printerdrake.pm:1085
+#: printer/printerdrake.pm:1200
#, c-format
msgid "Available printers"
msgstr "Διαθέσιμοι εκτυπωτής"
-#: printer/printerdrake.pm:1089 printer/printerdrake.pm:1098
+#: printer/printerdrake.pm:1204 printer/printerdrake.pm:1213
#, c-format
msgid "The following printer was auto-detected. "
msgstr "Οι παρακάτω εκτυπωτές βρέθηκαν αυτόματα."
-#: printer/printerdrake.pm:1091
+#: printer/printerdrake.pm:1206
#, c-format
msgid ""
"If it is not the one you want to configure, enter a device name/file name in "
@@ -11709,7 +11942,7 @@ msgstr ""
"Αν δεν είναι αυτός που θέλετε να ρυθμίσετε, εισάγετε το όνομα συσκευής/όνομα "
"αρχείου στη γραμμή εισαγωγής"
-#: printer/printerdrake.pm:1092
+#: printer/printerdrake.pm:1207
#, c-format
msgid ""
"Alternatively, you can specify a device name/file name in the input line"
@@ -11717,12 +11950,12 @@ msgstr ""
"Εναλλακτικά, μπορείτε να εισάγετε ένα όνομα συσκευής/αρχείου στη γραμμή "
"εισαγωγής"
-#: printer/printerdrake.pm:1093 printer/printerdrake.pm:1102
+#: printer/printerdrake.pm:1208 printer/printerdrake.pm:1217
#, c-format
msgid "Here is a list of all auto-detected printers. "
msgstr "Ορίστε η λίστα των εκτυπωτών που ανιχνεύτηκαν αυτόματα."
-#: printer/printerdrake.pm:1095
+#: printer/printerdrake.pm:1210
#, c-format
msgid ""
"Please choose the printer you want to set up or enter a device name/file "
@@ -11731,7 +11964,7 @@ msgstr ""
"Παρακαλώ επιλέξτε τον εκτυπωτή που θέλετε να ρυθμίσετε ή εισάγετε ένα όνομα "
"συσκευής/αρχείου στη γραμμή εισαγωγής"
-#: printer/printerdrake.pm:1096
+#: printer/printerdrake.pm:1211
#, c-format
msgid ""
"Please choose the printer to which the print jobs should go or enter a "
@@ -11740,7 +11973,7 @@ msgstr ""
"Παρακαλώ επιλέξτε τον εκτυπωτή στον οποίο θα αποστέλλονται οι εργασίες "
"εκτύπωσης ή δώστε το όνομα συσκευής/αρχείου στη γραμμή εισαγωγής"
-#: printer/printerdrake.pm:1100
+#: printer/printerdrake.pm:1215
#, fuzzy, c-format
msgid ""
"The configuration of the printer will work fully automatically. If your "
@@ -11748,12 +11981,12 @@ msgid ""
"configuration, turn on \"Manual configuration\"."
msgstr "ανιχνεύθηκε."
-#: printer/printerdrake.pm:1101
+#: printer/printerdrake.pm:1216
#, c-format
msgid "Currently, no alternative possibility is available"
msgstr "Προς το παρόν δεν υπάρχει άλλη εναλλακτική"
-#: printer/printerdrake.pm:1104
+#: printer/printerdrake.pm:1219
#, fuzzy, c-format
msgid ""
"Please choose the printer you want to set up. The configuration of the "
@@ -11762,14 +11995,14 @@ msgid ""
"\"Manual configuration\"."
msgstr "ανιχνεύθηκε."
-#: printer/printerdrake.pm:1105
+#: printer/printerdrake.pm:1220
#, c-format
msgid "Please choose the printer to which the print jobs should go."
msgstr ""
"Παρακαλώ επιλέξτε τον εκτυπωτή στον οποίο θα αποστέλλονται οι εργασίες "
"εκτύπωσης."
-#: printer/printerdrake.pm:1107
+#: printer/printerdrake.pm:1222
#, c-format
msgid ""
"Please choose the port that your printer is connected to or enter a device "
@@ -11778,12 +12011,12 @@ msgstr ""
"Παρακαλώ επιλέξτε τη θύρα όπου είναι συνδεδεμένος ο εκτυπωτή σας ή εισάγετε "
"ένα όνομα συσκευής/αρχείου στη γραμμή εισαγωγής"
-#: printer/printerdrake.pm:1108
+#: printer/printerdrake.pm:1223
#, c-format
msgid "Please choose the port that your printer is connected to."
msgstr "Επιλέξτε σε ποία θήρα είναι συνδεδεμένος ο εκτυπωτής σας."
-#: printer/printerdrake.pm:1110
+#: printer/printerdrake.pm:1225
#, c-format
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
@@ -11793,26 +12026,26 @@ msgstr ""
"LPT2:, ..., 1ος εκτυπωτής USB: /dev/usb/lp0, 2ος USB εκτυπωτής: /dev/usb/"
"lp1, ...)."
-#: printer/printerdrake.pm:1114
+#: printer/printerdrake.pm:1229
#, c-format
msgid "You must choose/enter a printer/device!"
msgstr "Πρέπει να επιλέξτε/ορίσετε μια συσκευή/εκτυπωτή!"
-#: printer/printerdrake.pm:1154 printer/printerdrake.pm:1216
-#: printer/printerdrake.pm:1306 printer/printerdrake.pm:1443
-#: printer/printerdrake.pm:1518 printer/printerdrake.pm:1669
-#: printer/printerdrake.pm:1752 printer/printerdrake.pm:1761
-#: printer/printerdrake.pm:1770 printer/printerdrake.pm:1781
+#: printer/printerdrake.pm:1269 printer/printerdrake.pm:1331
+#: printer/printerdrake.pm:1421 printer/printerdrake.pm:1558
+#: printer/printerdrake.pm:1633 printer/printerdrake.pm:1784
+#: printer/printerdrake.pm:1867 printer/printerdrake.pm:1876
+#: printer/printerdrake.pm:1885 printer/printerdrake.pm:1896
#, fuzzy, c-format
msgid "Aborting"
msgstr "Ακύρωση"
-#: printer/printerdrake.pm:1189
+#: printer/printerdrake.pm:1304
#, c-format
msgid "Remote lpd Printer Options"
msgstr "Επιλογές απομακρυσμένου lpd εκτυπωτή"
-#: printer/printerdrake.pm:1190
+#: printer/printerdrake.pm:1305
#, c-format
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -11822,63 +12055,63 @@ msgstr ""
"δικτυακό όνομα του εξυπηρετητή εκτυπώσεων, καθώς και το όνομα του εκτυπωτή "
"σε αυτόν τον εξυπηρετητή."
-#: printer/printerdrake.pm:1191
+#: printer/printerdrake.pm:1306
#, c-format
msgid "Remote host name"
msgstr "Απομακρυσμένο δικτυακό όνομα"
-#: printer/printerdrake.pm:1192
+#: printer/printerdrake.pm:1307
#, c-format
msgid "Remote printer name"
msgstr "Απομακρυσμένος όνομα εκτυπωτή"
-#: printer/printerdrake.pm:1195
+#: printer/printerdrake.pm:1310
#, c-format
msgid "Remote host name missing!"
msgstr "Το απομακρυσμένο δικτυακό όνομα λείπει!"
-#: printer/printerdrake.pm:1199
+#: printer/printerdrake.pm:1314
#, c-format
msgid "Remote printer name missing!"
msgstr "Το απομακρυσμένο όνομα εκτυπωτή λείπει!"
-#: printer/printerdrake.pm:1228 printer/printerdrake.pm:1799
-#: standalone/drakTermServ:454 standalone/drakTermServ:753
-#: standalone/drakTermServ:769 standalone/drakTermServ:1432
-#: standalone/drakTermServ:1440 standalone/drakTermServ:1451
-#: standalone/drakbackup:512 standalone/drakbackup:618
-#: standalone/drakbackup:653 standalone/drakbackup:771
-#: standalone/harddrake2:166
+#: printer/printerdrake.pm:1343 printer/printerdrake.pm:1914
+#: standalone/drakTermServ:429 standalone/drakTermServ:726
+#: standalone/drakTermServ:742 standalone/drakTermServ:1405
+#: standalone/drakTermServ:1413 standalone/drakTermServ:1424
+#: standalone/drakbackup:513 standalone/drakbackup:619
+#: standalone/drakbackup:654 standalone/drakbackup:774
+#: standalone/harddrake2:237
#, c-format
msgid "Information"
msgstr "Πληροφορίες"
-#: printer/printerdrake.pm:1228 printer/printerdrake.pm:1799
+#: printer/printerdrake.pm:1343 printer/printerdrake.pm:1914
#, c-format
msgid "Detected model: %s %s"
msgstr "Βρέθηκε το μοντέλο: %s %s"
-#: printer/printerdrake.pm:1310 printer/printerdrake.pm:1563
+#: printer/printerdrake.pm:1425 printer/printerdrake.pm:1678
#, c-format
msgid "Scanning network..."
msgstr "Αναζήτηση στο δίκτυο..."
-#: printer/printerdrake.pm:1321 printer/printerdrake.pm:1342
+#: printer/printerdrake.pm:1436 printer/printerdrake.pm:1457
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ", εκτυπωτής \"%s\"στον εξυπηρετητή \"%s\""
-#: printer/printerdrake.pm:1324 printer/printerdrake.pm:1345
+#: printer/printerdrake.pm:1439 printer/printerdrake.pm:1460
#, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Εκτυπωτής \"%s\"στον εξυπηρετητή \"%s\""
-#: printer/printerdrake.pm:1366
+#: printer/printerdrake.pm:1481
#, c-format
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Επιλογές εκτυπωτή SMB (Windows 9x/NT)"
-#: printer/printerdrake.pm:1367
+#: printer/printerdrake.pm:1482
#, c-format
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -11892,54 +12125,54 @@ msgstr ""
"στον οποίο επιθυμείτε πρόσβαση, καθώς και οποιαδήποτε απαραίτητη πληροφορία "
"περί κωδικού χρήστη, κωδικού πρόσβασης και τομέα ή ομάδας εργασίας."
-#: printer/printerdrake.pm:1368
+#: printer/printerdrake.pm:1483
#, fuzzy, c-format
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 "ανιχνεύθηκε χρήστης."
-#: printer/printerdrake.pm:1370
+#: printer/printerdrake.pm:1485
#, c-format
msgid "SMB server host"
msgstr "Δικτυακό όνομα SMB εξυπηρετητή"
-#: printer/printerdrake.pm:1371
+#: printer/printerdrake.pm:1486
#, c-format
msgid "SMB server IP"
msgstr "IP διεύθυνση SMB εξυπηρετητή"
-#: printer/printerdrake.pm:1372
+#: printer/printerdrake.pm:1487
#, c-format
msgid "Share name"
msgstr "Όνομα πόρου:"
-#: printer/printerdrake.pm:1375
+#: printer/printerdrake.pm:1490
#, c-format
msgid "Workgroup"
msgstr "Ομάδα εργασίας:"
-#: printer/printerdrake.pm:1377
+#: printer/printerdrake.pm:1492
#, c-format
msgid "Auto-detected"
msgstr "Εντοπίστηκαν αυτόματα"
-#: printer/printerdrake.pm:1387
+#: printer/printerdrake.pm:1502
#, c-format
msgid "Either the server name or the server's IP must be given!"
msgstr "Είτε το όνομα του εξυπηρετητή ή η IP του πρέπει να δοθούν!"
-#: printer/printerdrake.pm:1391
+#: printer/printerdrake.pm:1506
#, c-format
msgid "Samba share name missing!"
msgstr "Το όνομα για το Samba λείπει!"
-#: printer/printerdrake.pm:1397
+#: printer/printerdrake.pm:1512
#, c-format
msgid "SECURITY WARNING!"
msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ ΑΣΦΑΛΕΙΑΣ!"
-#: printer/printerdrake.pm:1398
+#: printer/printerdrake.pm:1513
#, fuzzy, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -11970,7 +12203,7 @@ msgstr ""
"\n"
" Τομέας Windows εξυπηρετητής LPD Printerdrake\n"
-#: printer/printerdrake.pm:1408
+#: printer/printerdrake.pm:1523
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -11983,7 +12216,7 @@ msgstr ""
"σύνδεσης \"%s\" στο Printerdrake.\n"
"\n"
-#: printer/printerdrake.pm:1411
+#: printer/printerdrake.pm:1526
#, c-format
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
@@ -11996,12 +12229,12 @@ msgstr ""
"\n"
"Θέλετε πραγματικά να συνεχίσετε τις ρυθμίσεις του εκτυπωτή σας που κάνετε;"
-#: printer/printerdrake.pm:1489
+#: printer/printerdrake.pm:1604
#, c-format
msgid "NetWare Printer Options"
msgstr "Επιλογές Εκτυπωτή NetWare"
-#: printer/printerdrake.pm:1490
+#: printer/printerdrake.pm:1605
#, c-format
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -12015,49 +12248,49 @@ msgstr ""
"πρόσβαση, καθώς και\n"
"οποιαδήποτε απαραίτητη πληροφορία περί χρήστη και κωδικού πρόσβασης."
-#: printer/printerdrake.pm:1491
+#: printer/printerdrake.pm:1606
#, c-format
msgid "Printer Server"
msgstr "Εξυπηρετητής Εκτυπώσεων"
-#: printer/printerdrake.pm:1492
+#: printer/printerdrake.pm:1607
#, c-format
msgid "Print Queue Name"
msgstr "Όνομα Ουράς Εκτυπωτή"
-#: printer/printerdrake.pm:1497
+#: printer/printerdrake.pm:1612
#, c-format
msgid "NCP server name missing!"
msgstr "Το όνομα του εξυπηρετητή NCP λείπει!"
-#: printer/printerdrake.pm:1501
+#: printer/printerdrake.pm:1616
#, c-format
msgid "NCP queue name missing!"
msgstr "Το όνομα της NCP ουράς λείπει!"
-#: printer/printerdrake.pm:1574 printer/printerdrake.pm:1594
+#: printer/printerdrake.pm:1689 printer/printerdrake.pm:1709
#, c-format
msgid ", host \"%s\", port %s"
msgstr ", host \"%s\",θύρα %s"
-#: printer/printerdrake.pm:1577 printer/printerdrake.pm:1597
+#: printer/printerdrake.pm:1692 printer/printerdrake.pm:1712
#, c-format
msgid "Host \"%s\", port %s"
msgstr "Host \"%s\", θύρα %s"
-#: printer/printerdrake.pm:1618
+#: printer/printerdrake.pm:1733
#, c-format
msgid "TCP/Socket Printer Options"
msgstr "Επιλογές εκτυπωτή TCP/Socket"
-#: printer/printerdrake.pm:1620
+#: printer/printerdrake.pm:1735
#, fuzzy, c-format
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) in the input fields."
msgstr "ανιχνεύθηκε εξ' ορισμού."
-#: printer/printerdrake.pm:1621
+#: printer/printerdrake.pm:1736
#, c-format
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -12070,27 +12303,27 @@ msgstr ""
"9100). Στους εξυπηρετητές HP JetDirect ή θύρα συνήθως είναι 9100, σε άλλους "
"εξυπηρετητές ποικίλη. Δείτε το εγχειρίδιο χρήσης του υλικού σας."
-#: printer/printerdrake.pm:1625
+#: printer/printerdrake.pm:1740
#, c-format
msgid "Printer host name or IP missing!"
msgstr "Το δικτυακό όνομα του εκτυπωτή ή το IP λείπει!"
-#: printer/printerdrake.pm:1648
+#: printer/printerdrake.pm:1763
#, c-format
msgid "Printer host name or IP"
msgstr "Δικτυακό όνομα εκτυπωτή ή IP"
-#: printer/printerdrake.pm:1704
+#: printer/printerdrake.pm:1819
#, fuzzy, c-format
msgid "Refreshing Device URI list..."
msgstr "Ανανέωση δεδομένων εκτυπωτή..."
-#: printer/printerdrake.pm:1707 printer/printerdrake.pm:1709
+#: printer/printerdrake.pm:1822 printer/printerdrake.pm:1824
#, c-format
msgid "Printer Device URI"
msgstr "Συσκευή εκτυπωτή URI"
-#: printer/printerdrake.pm:1708
+#: printer/printerdrake.pm:1823
#, c-format
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
@@ -12101,34 +12334,34 @@ msgstr ""
"πρέπει να τηρεί είτε τις CUPS είτε τις Foomatic προδιαγραφές. Όχι πως δεν "
"υποστηρίζονται όλοι οι URI τύποι από όλα τα spoolers."
-#: printer/printerdrake.pm:1731
+#: printer/printerdrake.pm:1846
#, c-format
msgid "A valid URI must be entered!"
msgstr "Ένα σωστό URI πρέπει να εισαχθεί!"
-#: printer/printerdrake.pm:1834
+#: printer/printerdrake.pm:1949
#, c-format
msgid "Pipe into command"
msgstr "Διασωλήνωση εργασίας σε εντολή"
-#: printer/printerdrake.pm:1835
+#: printer/printerdrake.pm:1950
#, c-format
msgid ""
"Here you can specify any arbitrary command line into which the job should be "
"piped instead of being sent directly to a printer."
msgstr ""
-#: printer/printerdrake.pm:1836
+#: printer/printerdrake.pm:1951
#, c-format
msgid "Command line"
msgstr "Γραμμή εντολών"
-#: printer/printerdrake.pm:1840
+#: printer/printerdrake.pm:1955
#, fuzzy, c-format
msgid "A command line must be entered!"
msgstr "Ένα σωστό URI πρέπει να εισαχθεί!"
-#: printer/printerdrake.pm:1873
+#: printer/printerdrake.pm:1988
#, c-format
msgid ""
"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
@@ -12139,75 +12372,75 @@ msgstr ""
"(OfficeJet, PSC, LaserJet 1100/1200/1220/3200/3300 with scanner, DeskJet "
"450, Sony IJP-V100), an HP PhotoSmart or an HP LaserJet 2200;"
-#: printer/printerdrake.pm:1887
+#: printer/printerdrake.pm:2005
#, c-format
msgid "Installing HPOJ package..."
msgstr "Εγκατάσταση πακέτου HPOJ..."
-#: printer/printerdrake.pm:1894
+#: printer/printerdrake.pm:2012
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:1903 printer/printerdrake.pm:2025
+#: printer/printerdrake.pm:2022 printer/printerdrake.pm:2148
#, c-format
msgid "Checking device and configuring HPOJ..."
msgstr "Έλεγχος και ρύθμιση της συσκευή HPOJ..."
-#: printer/printerdrake.pm:1946
+#: printer/printerdrake.pm:2065
#, c-format
msgid "Installing SANE packages..."
msgstr "Εγκατάσταση πακέτου SANE..."
-#: printer/printerdrake.pm:1956
+#: printer/printerdrake.pm:2078
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:1983
+#: printer/printerdrake.pm:2105
#, c-format
msgid "Installing mtools packages..."
msgstr "Εγκατάσταση πακέτου mtools..."
-#: printer/printerdrake.pm:1990
+#: printer/printerdrake.pm:2113
#, c-format
msgid "Photo memory card access on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2005
+#: printer/printerdrake.pm:2128
#, c-format
msgid "Scanning on your HP multi-function device"
msgstr "Σάρωση στη πολυχρηστική συσκευή HP που διαθέτετε"
-#: printer/printerdrake.pm:2013
+#: printer/printerdrake.pm:2136
#, c-format
msgid "Photo memory card access on your HP multi-function device"
msgstr ""
-#: printer/printerdrake.pm:2062
+#: printer/printerdrake.pm:2185
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Γίνονται διαθέσιμες οι θύρες στο CUPS..."
-#: printer/printerdrake.pm:2071 printer/printerdrake.pm:2315
-#: printer/printerdrake.pm:2459
+#: printer/printerdrake.pm:2194 printer/printerdrake.pm:2438
+#: printer/printerdrake.pm:2580
#, c-format
msgid "Reading printer database..."
msgstr "Ανάγνωση βάσης δεδομένων εκτυπωτών..."
-#: printer/printerdrake.pm:2281
+#: printer/printerdrake.pm:2404
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Εισάγετε Όνομα Εκτυπωτή και Σχόλια"
-#: printer/printerdrake.pm:2285 printer/printerdrake.pm:3421
+#: printer/printerdrake.pm:2408 printer/printerdrake.pm:3606
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Το όνομα του εκτυπωτή πρέπει να περιέχει μόνο γράμματα, αριθμούς και τον "
"χαρακτήρα underscore"
-#: printer/printerdrake.pm:2291 printer/printerdrake.pm:3426
+#: printer/printerdrake.pm:2414 printer/printerdrake.pm:3611
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -12216,7 +12449,7 @@ msgstr ""
"Ο εκτυπωτής \"%s\" υπάρχει ήδη,\n"
"Είστε βέβαιοι για την επικάλυψη των ρυθμίσεων;"
-#: printer/printerdrake.pm:2300
+#: printer/printerdrake.pm:2423
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -12226,35 +12459,35 @@ msgstr ""
"και Τοποθεσία δεν χρειάζεται να συμπληρωθούν. Είναι απλά σχόλια για τους "
"χρήστες."
-#: printer/printerdrake.pm:2301
+#: printer/printerdrake.pm:2424
#, c-format
msgid "Name of printer"
msgstr "Όνομα εκτυπωτή"
-#: printer/printerdrake.pm:2302 standalone/drakconnect:570
-#: standalone/harddrake2:41 standalone/printerdrake:212
-#: standalone/printerdrake:219
+#: printer/printerdrake.pm:2425 standalone/drakconnect:568
+#: standalone/harddrake2:34 standalone/printerdrake:218
+#: standalone/printerdrake:225
#, c-format
msgid "Description"
msgstr "Περιγραφή"
-#: printer/printerdrake.pm:2303 standalone/printerdrake:212
-#: standalone/printerdrake:219
+#: printer/printerdrake.pm:2426 standalone/printerdrake:218
+#: standalone/printerdrake:225
#, c-format
msgid "Location"
msgstr "Τοποθεσία"
-#: printer/printerdrake.pm:2320
+#: printer/printerdrake.pm:2443
#, c-format
msgid "Preparing printer database..."
msgstr "Ανάγνωση βάσης δεδομένων εκτυπωτών..."
-#: printer/printerdrake.pm:2438
+#: printer/printerdrake.pm:2559
#, c-format
msgid "Your printer model"
msgstr "Το μοντέλο εκτυπωτή σας"
-#: printer/printerdrake.pm:2439
+#: printer/printerdrake.pm:2560
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -12279,18 +12512,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:2444 printer/printerdrake.pm:2447
+#: printer/printerdrake.pm:2565 printer/printerdrake.pm:2568
#, c-format
msgid "The model is correct"
msgstr "Το μοντέλο είναι σωστό"
-#: printer/printerdrake.pm:2445 printer/printerdrake.pm:2446
-#: printer/printerdrake.pm:2449
+#: printer/printerdrake.pm:2566 printer/printerdrake.pm:2567
+#: printer/printerdrake.pm:2570
#, c-format
msgid "Select model manually"
msgstr "Επιλέξτε το μοντέλο χειροκίνητα"
-#: printer/printerdrake.pm:2472
+#: printer/printerdrake.pm:2593
#, fuzzy, c-format
msgid ""
"\n"
@@ -12303,38 +12536,38 @@ msgstr ""
"\n"
" Printerdrake."
-#: printer/printerdrake.pm:2491
+#: printer/printerdrake.pm:2612
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:2522
+#: printer/printerdrake.pm:2643
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:2523
+#: printer/printerdrake.pm:2644
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2645
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:2525
+#: printer/printerdrake.pm:2646
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:2526
+#: printer/printerdrake.pm:2647
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -12342,65 +12575,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:2527
+#: printer/printerdrake.pm:2648
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:2529
+#: printer/printerdrake.pm:2650
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Εγκατάσταση rpm"
-#: printer/printerdrake.pm:2531 printer/printerdrake.pm:2538
-#: standalone/scannerdrake:180 standalone/scannerdrake:188
-#: standalone/scannerdrake:239 standalone/scannerdrake:246
-#, fuzzy, c-format
-msgid "CD-ROM"
-msgstr "CDROM"
-
-#: printer/printerdrake.pm:2532 printer/printerdrake.pm:2540
-#: standalone/scannerdrake:181 standalone/scannerdrake:190
-#: standalone/scannerdrake:240 standalone/scannerdrake:248
+#: printer/printerdrake.pm:2653 printer/printerdrake.pm:2661
+#: standalone/scannerdrake:177 standalone/scannerdrake:186
+#: standalone/scannerdrake:236 standalone/scannerdrake:244
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Δισκέτα"
-#: printer/printerdrake.pm:2533 printer/printerdrake.pm:2542
-#: standalone/scannerdrake:182 standalone/scannerdrake:192
-#: standalone/scannerdrake:241 standalone/scannerdrake:250
+#: printer/printerdrake.pm:2654 printer/printerdrake.pm:2663
+#: standalone/scannerdrake:178 standalone/scannerdrake:188
+#: standalone/scannerdrake:237 standalone/scannerdrake:246
#, fuzzy, c-format
msgid "Other place"
msgstr "Άλλες θύρες"
-#: printer/printerdrake.pm:2548
+#: printer/printerdrake.pm:2669
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Επιλέξτε αρχείο"
-#: printer/printerdrake.pm:2552
+#: printer/printerdrake.pm:2673
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:2558
+#: printer/printerdrake.pm:2679
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:2569
+#: printer/printerdrake.pm:2690
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Εγκατάσταση %s ..."
-#: printer/printerdrake.pm:2682
+#: printer/printerdrake.pm:2807
#, c-format
msgid "OKI winprinter configuration"
msgstr "Ρυθμίσεις OKI winprinter"
-#: printer/printerdrake.pm:2683
+#: printer/printerdrake.pm:2808
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -12418,12 +12644,12 @@ msgstr ""
"εκτυπωτής δεν θα λειτουργήσει. Η ρυθμίσεις του τύπου σύνδεσης θα αγνοηθούν "
"από τον οδηγό."
-#: printer/printerdrake.pm:2707 printer/printerdrake.pm:2736
+#: printer/printerdrake.pm:2833 printer/printerdrake.pm:2863
#, c-format
msgid "Lexmark inkjet configuration"
msgstr "Ρυθμίσεις εκτυπωτή μελάνης Lexmark"
-#: printer/printerdrake.pm:2708
+#: printer/printerdrake.pm:2834
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -12436,7 +12662,7 @@ msgstr ""
"υπολογιστές ή εξυπηρετητές εκτυπώσεων. Παρακαλώ συνδέστε τον εκτυπωτή σας σε "
"μια τοπική θύρα ή ρυθμίστε τον στο μηχάνημα που είναι συνδεδεμένος."
-#: printer/printerdrake.pm:2737
+#: printer/printerdrake.pm:2864
#, fuzzy, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -12449,12 +12675,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr "http://www.lexmark. Linux Άκυρο."
-#: printer/printerdrake.pm:2746
+#: printer/printerdrake.pm:2874
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Ρυθμίσεις εκτυπωτή μελάνης Lexmark"
-#: printer/printerdrake.pm:2747
+#: printer/printerdrake.pm:2875
#, fuzzy, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -12467,12 +12693,35 @@ msgstr ""
"υπολογιστές ή εξυπηρετητές εκτυπώσεων. Παρακαλώ συνδέστε τον εκτυπωτή σας σε "
"μια τοπική θύρα ή ρυθμίστε τον στο μηχάνημα που είναι συνδεδεμένος."
-#: printer/printerdrake.pm:2765
+#: printer/printerdrake.pm:2897
+#, fuzzy, c-format
+msgid "Samsung ML/QL-85G configuration"
+msgstr "Ρύθμιση ήχου"
+
+#: printer/printerdrake.pm:2898 printer/printerdrake.pm:2925
+#, fuzzy, c-format
+msgid ""
+"The driver for this printer only supports printers locally connected on the "
+"first parallel port, no printers on remote machines or print server boxes or "
+"on other parallel ports. Please connect your printer to the first parallel "
+"port or configure it on the machine where it is connected to."
+msgstr ""
+"Οι οδηγοί των εκτυπωτών μελάνης που παρέχονται από τη Lexmark υποστηρίζουν "
+"μόνο τοπικούς εκτυπωτές, δεν υποστηρίζουν εκτυπωτές σε απομακρυσμένους "
+"υπολογιστές ή εξυπηρετητές εκτυπώσεων. Παρακαλώ συνδέστε τον εκτυπωτή σας σε "
+"μια τοπική θύρα ή ρυθμίστε τον στο μηχάνημα που είναι συνδεδεμένος."
+
+#: printer/printerdrake.pm:2924
+#, fuzzy, c-format
+msgid "Canon LBP-460/660 configuration"
+msgstr "Χειροκίνητη ρύθμιση"
+
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:2878
+#: printer/printerdrake.pm:3056
#, fuzzy, c-format
msgid ""
"Printer default settings\n"
@@ -12486,27 +12735,27 @@ msgstr ""
"\n"
" Υψηλό."
-#: printer/printerdrake.pm:3003
+#: printer/printerdrake.pm:3181
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "Επιλογή μοντέλου εκτυπωτή"
-#: printer/printerdrake.pm:3010
+#: printer/printerdrake.pm:3188
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Η επιλογή %s πρέπει να είναι ακέραιος αριθμός!"
-#: printer/printerdrake.pm:3014
+#: printer/printerdrake.pm:3192
#, c-format
msgid "Option %s must be a number!"
msgstr "Η επιλογή %s πρέπει να είναι αριθμός!"
-#: printer/printerdrake.pm:3018
+#: printer/printerdrake.pm:3196
#, c-format
msgid "Option %s out of range!"
msgstr "Επιλογή %s εκτός ορίου!"
-#: printer/printerdrake.pm:3069
+#: printer/printerdrake.pm:3247
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -12515,12 +12764,12 @@ msgstr ""
"Θέλετε να ορίσετε αυτόν τον εκτυπωτή (\"%s\")\n"
"σαν τον προεπιλεγμένο εκτυπωτή;"
-#: printer/printerdrake.pm:3084
+#: printer/printerdrake.pm:3262
#, c-format
msgid "Test pages"
msgstr "Δοκιμαστικές σελίδες"
-#: printer/printerdrake.pm:3085
+#: printer/printerdrake.pm:3263
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -12534,57 +12783,57 @@ msgstr ""
"εκτυπωθεί. Στις περισσότερες περιπτώσεις η εκτύπωση τις τυπικής δοκιμαστικής "
"σελίδας αρκεί."
-#: printer/printerdrake.pm:3089
+#: printer/printerdrake.pm:3267
#, c-format
msgid "No test pages"
msgstr "Χωρίς δοκιμαστικές σελίδες"
-#: printer/printerdrake.pm:3090
+#: printer/printerdrake.pm:3268
#, c-format
msgid "Print"
msgstr "Εκτύπωση"
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:3293
#, c-format
msgid "Standard test page"
msgstr "Τυπική δοκιμαστική σελίδα"
-#: printer/printerdrake.pm:3118
+#: printer/printerdrake.pm:3296
#, c-format
msgid "Alternative test page (Letter)"
msgstr "Εναλλακτική δοκιμαστική σελίδα (Letter)"
-#: printer/printerdrake.pm:3121
+#: printer/printerdrake.pm:3299
#, c-format
msgid "Alternative test page (A4)"
msgstr "Εναλλακτική δοκιμαστική σελίδα (A4)"
-#: printer/printerdrake.pm:3123
+#: printer/printerdrake.pm:3301
#, c-format
msgid "Photo test page"
msgstr "Δοκιμαστική σελίδα φωτογραφίας"
-#: printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:3305
#, c-format
msgid "Do not print any test page"
msgstr "Χωρίς εκτύπωση δοκιμαστικής σελίδας"
-#: printer/printerdrake.pm:3135 printer/printerdrake.pm:3300
+#: printer/printerdrake.pm:3313 printer/printerdrake.pm:3485
#, c-format
msgid "Printing test page(s)..."
msgstr "Εκτύπωση δοκιμαστικών σελίδων..."
-#: printer/printerdrake.pm:3150
+#: printer/printerdrake.pm:3331
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Εγκατάσταση πακέτου %s"
-#: printer/printerdrake.pm:3152
+#: printer/printerdrake.pm:3333
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Δοκιμαστική σελίδα φωτογραφίας"
-#: printer/printerdrake.pm:3169
+#: printer/printerdrake.pm:3350
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12599,7 +12848,7 @@ msgstr ""
"%s\n"
"\n"
-#: printer/printerdrake.pm:3173
+#: printer/printerdrake.pm:3354
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -12608,17 +12857,17 @@ msgstr ""
"Μία ή περισσότερες δοκιμαστικές σελίδες στάλθηκαν στον εκτυπωτή.\n"
"Μπορεί να περάσει κάποιος χρόνος μέχρι η εκτύπωση να ξεκινήσει.\n"
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3364
#, c-format
msgid "Did it work properly?"
msgstr "Λειτούργησε σωστά;"
-#: printer/printerdrake.pm:3201 printer/printerdrake.pm:4397
+#: printer/printerdrake.pm:3386 printer/printerdrake.pm:4689
#, c-format
msgid "Raw printer"
msgstr "Ακατέργαστος εκτυπωτής"
-#: printer/printerdrake.pm:3231
+#: printer/printerdrake.pm:3416
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -12631,7 +12880,7 @@ msgstr ""
"εργαλείο εκτύπωσης: \"xpp <αρχείο>\" ή \" kprinter <αρχείο>\". Το γραφικό "
"εργαλείο σας επιτρέπει να αλλάξετε εύκολα τις ρυθμίσεις επιλογών.\n"
-#: printer/printerdrake.pm:3233
+#: printer/printerdrake.pm:3418
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -12642,8 +12891,8 @@ msgstr ""
"εκτυπώσεων\" των διαλόγων εκτυπώσεων σε πολλές εφαρμογές, αλλά μην παρέχετε "
"το όνομα αρχείου εδώ επειδή το αρχείο προς εκτύπωση το παρέχει η εφαρμογή.\n"
-#: printer/printerdrake.pm:3236 printer/printerdrake.pm:3253
-#: printer/printerdrake.pm:3263
+#: printer/printerdrake.pm:3421 printer/printerdrake.pm:3438
+#: printer/printerdrake.pm:3448
#, c-format
msgid ""
"\n"
@@ -12656,7 +12905,7 @@ msgstr ""
"για μια συγκεκριμένη εργασία εκτύπωσης. Απλά προσθέσετε τις επιθυμητές "
"ρυθμίσεις στην γραμμή εντολών, π.χ. \"%s<αρχείο>\"."
-#: printer/printerdrake.pm:3239 printer/printerdrake.pm:3279
+#: printer/printerdrake.pm:3424 printer/printerdrake.pm:3464
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -12668,7 +12917,7 @@ msgstr ""
"επιλογών\"%s%s\n"
"\n"
-#: printer/printerdrake.pm:3243
+#: printer/printerdrake.pm:3428
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
@@ -12678,7 +12927,7 @@ msgstr ""
"εκτυπωτή:\n"
"\n"
-#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3258
+#: printer/printerdrake.pm:3433 printer/printerdrake.pm:3443
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -12687,8 +12936,8 @@ msgstr ""
"Για να εκτυπώσετε από τη γραμμή εντολών (παράθυρο τερματικού) κάντε χρήση "
"της εντολής \"%s <αρχείο>\".\n"
-#: printer/printerdrake.pm:3250 printer/printerdrake.pm:3260
-#: printer/printerdrake.pm:3270
+#: printer/printerdrake.pm:3435 printer/printerdrake.pm:3445
+#: printer/printerdrake.pm:3455
#, fuzzy, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -12696,7 +12945,7 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr "Εκτύπωση"
-#: printer/printerdrake.pm:3255 printer/printerdrake.pm:3265
+#: printer/printerdrake.pm:3440 printer/printerdrake.pm:3450
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -12705,7 +12954,7 @@ msgstr ""
"Για μια λίστα με τις διαθέσιμες εντολές για τον τρέχον εκτυπωτή κάντε κλικ "
"στο πλήκτρο \"Εκτύπωση λίστας εντολών\"."
-#: printer/printerdrake.pm:3268
+#: printer/printerdrake.pm:3453
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -12714,7 +12963,7 @@ msgstr ""
"Για να εκτυπώσετε από τη γραμμή εντολών (παράθυρο τερματικού) κάντε χρήση "
"της εντολής \"%s <αρχείο>\" ή \"%s<αρχείο>\".\n"
-#: printer/printerdrake.pm:3272
+#: printer/printerdrake.pm:3457
#, fuzzy, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -12727,7 +12976,7 @@ msgstr ""
"\n"
" Εκτυπωτής"
-#: printer/printerdrake.pm:3276
+#: printer/printerdrake.pm:3461
#, c-format
msgid ""
"\n"
@@ -12740,42 +12989,32 @@ msgstr ""
"επιλογών για μια συγκεκριμένη εργασία εκτύπωσης. Απλά προσθέστε τις "
"επιθυμητές ρυθμίσεις από την γραμμή εντολών, π.χ. \"%s <αρχείο>\".\n"
-#: printer/printerdrake.pm:3286
+#: printer/printerdrake.pm:3471
#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Εκτύπωση/Σάρωση/Κάρτες Φωτογραφιών στο\"%s\""
-#: printer/printerdrake.pm:3287
+#: printer/printerdrake.pm:3472
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Εκτύπωση/Σάρωση στο \"%s\""
-#: printer/printerdrake.pm:3289
+#: printer/printerdrake.pm:3474
#, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Εκτύπωση/Πρόσβαση Κάρτας Φωτογραφιών στο \"%s\""
-#: printer/printerdrake.pm:3290
+#: printer/printerdrake.pm:3475
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Εκτύπωση στον εκτυπωτή \"%s\""
-#: printer/printerdrake.pm:3293 printer/printerdrake.pm:3296
-#: printer/printerdrake.pm:3297 printer/printerdrake.pm:3298
-#: printer/printerdrake.pm:4384 standalone/drakTermServ:313
-#: standalone/drakbackup:4063 standalone/drakbug:177 standalone/drakfont:500
-#: standalone/drakfont:591 standalone/net_monitor:107
-#: standalone/printerdrake:515
-#, c-format
-msgid "Close"
-msgstr "Κλείσιμο"
-
-#: printer/printerdrake.pm:3296
+#: printer/printerdrake.pm:3481
#, c-format
msgid "Print option list"
msgstr "Εκτύπωση λίστα επιλογών"
-#: printer/printerdrake.pm:3317
+#: printer/printerdrake.pm:3502
#, fuzzy, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -12786,13 +13025,15 @@ msgid ""
"\" menu. Call also \"man scanimage\" on the command line to get more "
"information.\n"
"\n"
-"Do not use \"scannerdrake\" for this device!"
+"You do not need to run \"scannerdrake\" for setting up scanning on this "
+"device, you only need to use \"scannerdrake\" if you want to share the "
+"scanner on the network."
msgstr ""
"συσκευή\n"
"\n"
" Ολοκληρώθηκε συσκευή!"
-#: printer/printerdrake.pm:3343
+#: printer/printerdrake.pm:3528
#, c-format
msgid ""
"Your printer was configured automatically to give you access to the photo "
@@ -12816,18 +13057,13 @@ msgstr ""
"μπορείτε να επιλέξετε μεταξύ των διαθέσιμων γραμμάτων δίσκου με το πεδίο "
"στην άνω δεξιά γωνία του καταλόγου αρχείων."
-#: printer/printerdrake.pm:3365 printer/printerdrake.pm:3767
-#, c-format
-msgid "Reading printer data..."
-msgstr "Ανάγνωση δεδομένων εκτυπωτή..."
-
-#: printer/printerdrake.pm:3385 printer/printerdrake.pm:3412
-#: printer/printerdrake.pm:3447
+#: printer/printerdrake.pm:3570 printer/printerdrake.pm:3597
+#: printer/printerdrake.pm:3632
#, c-format
msgid "Transfer printer configuration"
msgstr "Μεταφορά ρυθμίσεων εκτυπωτή"
-#: printer/printerdrake.pm:3386
+#: printer/printerdrake.pm:3571
#, fuzzy, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -12837,14 +13073,14 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr "Ολοκληρώθηκε Όλα εξ' ορισμού\n"
-#: printer/printerdrake.pm:3389
+#: printer/printerdrake.pm:3574
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:3391
+#: printer/printerdrake.pm:3576
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -12853,12 +13089,12 @@ msgstr ""
"Το PDQ υποστηρίζει μόνο τοπικούς εκτυπωτές, Απομακρυσμένος εκτυπωτές LPD και "
"εκτυπωτές Sockete/TCP.\n"
-#: printer/printerdrake.pm:3393
+#: printer/printerdrake.pm:3578
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "Το LPD και το LPRng δεν υποστηρίζουν εκτυπωτές IPP.\n"
-#: printer/printerdrake.pm:3395
+#: printer/printerdrake.pm:3580
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -12867,7 +13103,7 @@ msgstr ""
"Επίσης εργασίες που δεν δημιουργήθηκαν με αυτό το πρόγραμμα ή το \"foomatic-"
"configure\" δεν μπορούν να μεταφερθούν."
-#: printer/printerdrake.pm:3396
+#: printer/printerdrake.pm:3581
#, c-format
msgid ""
"\n"
@@ -12878,7 +13114,7 @@ msgstr ""
"Επίσης εκτυπωτές που έχουν ρυθμιστεί με αρχεία PPD που παρέχονται από τους "
"κατασκευαστές τους ή με τοπικούς οδηγούς CUPS δεν μπορούν να μεταφερθούν."
-#: printer/printerdrake.pm:3397
+#: printer/printerdrake.pm:3582
#, c-format
msgid ""
"\n"
@@ -12889,17 +13125,17 @@ msgstr ""
"Επιλέξτε τους εκτυπωτές που θέλετε να μεταφέρετε και κάντε\n"
"κλικ στο \"Μεταφορά\"."
-#: printer/printerdrake.pm:3400
+#: printer/printerdrake.pm:3585
#, c-format
msgid "Do not transfer printers"
msgstr "Χωρίς μεταφορά εκτυπωτών"
-#: printer/printerdrake.pm:3401 printer/printerdrake.pm:3417
+#: printer/printerdrake.pm:3586 printer/printerdrake.pm:3602
#, c-format
msgid "Transfer"
msgstr "Μεταφορά"
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3598
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -12910,17 +13146,17 @@ msgstr ""
"Κάντε κλικ στο \"Μεταφορά\" για να τον επικαλύψετε.\n"
"Επίσης μπορείτε να του δώσετε ένα νέο όνομα ή να τον παραβλέψετε ."
-#: printer/printerdrake.pm:3434
+#: printer/printerdrake.pm:3619
#, c-format
msgid "New printer name"
msgstr "Κανένα όνομα εκτυπωτή"
-#: printer/printerdrake.pm:3437
+#: printer/printerdrake.pm:3622
#, c-format
msgid "Transferring %s..."
msgstr "Μεταφέρεται ο %s..."
-#: printer/printerdrake.pm:3448
+#: printer/printerdrake.pm:3633
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -12929,28 +13165,28 @@ msgstr ""
"'Έχετε μεταφέρει τον πρώην προεπιλεγμένο εκτυπωτής σας (\"%s\"), Να είναι ο "
"προεπιλεγμένος εκτυπωτής και στο νέο νέο σύστημα εκτύπωσης %s;"
-#: printer/printerdrake.pm:3458
+#: printer/printerdrake.pm:3643
#, c-format
msgid "Refreshing printer data..."
msgstr "Ανανέωση δεδομένων εκτυπωτή..."
-#: printer/printerdrake.pm:3467
+#: printer/printerdrake.pm:3652
#, c-format
msgid "Starting network..."
msgstr "Εκκίνηση δικτύου..."
-#: printer/printerdrake.pm:3508 printer/printerdrake.pm:3512
-#: printer/printerdrake.pm:3514
+#: printer/printerdrake.pm:3695 printer/printerdrake.pm:3699
+#: printer/printerdrake.pm:3701
#, c-format
msgid "Configure the network now"
msgstr "Ρύθμιση δικτύου τώρα"
-#: printer/printerdrake.pm:3509
+#: printer/printerdrake.pm:3696
#, c-format
msgid "Network functionality not configured"
msgstr "Η λειτουργικότητα του δικτύου δεν ρυθμίστηκε"
-#: printer/printerdrake.pm:3510
+#: printer/printerdrake.pm:3697
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -12963,12 +13199,12 @@ msgstr ""
"ρυθμίσετε το δίκτυο δεν θα μπορέσετε να κάνετε χρήση του εκτυπωτή που "
"ρυθμίζετε. Τι θέλετε να κάνετε;"
-#: printer/printerdrake.pm:3513
+#: printer/printerdrake.pm:3700
#, c-format
msgid "Go on without configuring the network"
msgstr "Συνέχιση χωρίς την ρύθμιση του δικτύου"
-#: printer/printerdrake.pm:3547
+#: printer/printerdrake.pm:3735
#, fuzzy, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -12984,7 +13220,7 @@ msgstr ""
"ρυθμίστε τον εκτυπωτή επίσης με το Κέντρο Ελέγχου Mandrake στο τμήμα \"Υλικό"
"\"/\"Εκτυπωτής\""
-#: printer/printerdrake.pm:3548
+#: printer/printerdrake.pm:3736
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -12995,27 +13231,27 @@ msgstr ""
"ελέγξτε την ρύθμιση του υλικού σας. Μετά προσπαθήστε να ρυθμίσετε τον "
"απομακρυσμένο εκτυπωτή σας."
-#: printer/printerdrake.pm:3558
+#: printer/printerdrake.pm:3746
#, c-format
msgid "Restarting printing system..."
msgstr "Επανεκκίνηση του συστήματος εκτύπωσης..."
-#: printer/printerdrake.pm:3597
+#: printer/printerdrake.pm:3776
#, c-format
msgid "high"
msgstr "Υψηλό"
-#: printer/printerdrake.pm:3597
+#: printer/printerdrake.pm:3776
#, c-format
msgid "paranoid"
msgstr "Παρανοϊκό"
-#: printer/printerdrake.pm:3598
+#: printer/printerdrake.pm:3778
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Εγκατάσταση συστήματος εκτύπωσης στο επίπεδο ασφάλειας %s"
-#: printer/printerdrake.pm:3599
+#: printer/printerdrake.pm:3779
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -13040,12 +13276,12 @@ msgstr ""
"\n"
"Είστε βέβαιοι ότι θέλετε να ρυθμίσετε την εκτύπωση σε αυτό το μηχάνημα;"
-#: printer/printerdrake.pm:3633
+#: printer/printerdrake.pm:3814
#, c-format
msgid "Starting the printing system at boot time"
msgstr "Εκκίνηση του συστήματος εκτύπωσης κατά την εκκίνηση"
-#: printer/printerdrake.pm:3634
+#: printer/printerdrake.pm:3815
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -13067,67 +13303,150 @@ msgstr ""
"\n"
"Θέλετε να ξαναενεργοποιηθεί η αυτόματη εκκίνηση του συστήματος εκτύπωσης;"
-#: printer/printerdrake.pm:3655 printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3837
#, c-format
msgid "Checking installed software..."
msgstr "'Έλεγχος εγκατεστημένων προγραμμάτων..."
-#: printer/printerdrake.pm:3661
+#: printer/printerdrake.pm:3843
#, c-format
-msgid "Removing %s ..."
+msgid "Removing %s..."
msgstr "Αφαιρείται ο %s..."
-#: printer/printerdrake.pm:3665
+#: printer/printerdrake.pm:3847
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Αλλαγή συστήματος εκτύπωσης"
-#: printer/printerdrake.pm:3674
+#: printer/printerdrake.pm:3863
#, c-format
-msgid "Installing %s ..."
+msgid "Installing %s..."
msgstr "Εγκατάσταση %s ..."
-#: printer/printerdrake.pm:3678
+#: printer/printerdrake.pm:3867
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Αλλαγή συστήματος εκτύπωσης"
-#: printer/printerdrake.pm:3727
+#: printer/printerdrake.pm:3934
+#, c-format
+msgid ""
+"In this mode there is no local printing system, all printing requests go "
+"directly to the server specified below. Note that it is not possible to "
+"define local print queues then and if the specified server is down it cannot "
+"be printed at all from this machine."
+msgstr ""
+
+#: printer/printerdrake.pm:3936
+#, c-format
+msgid ""
+"Enter the host name or IP of your CUPS server and click OK if you want to "
+"use this mode, click \"Quit\" otherwise."
+msgstr ""
+
+#: printer/printerdrake.pm:3950
+#, fuzzy, c-format
+msgid "Name or IP of remote server:"
+msgstr "Απομακρυσμένος εκτυπωτής σε εξυπηρετητή lpd"
+
+#: printer/printerdrake.pm:3970
#, c-format
msgid "Setting Default Printer..."
msgstr "Ορισμός Προεπιλεγμένου Εκτυπωτή..."
-#: printer/printerdrake.pm:3747
+#: printer/printerdrake.pm:3989
+#, fuzzy, c-format
+msgid "Local CUPS printing system or remote CUPS server?"
+msgstr "Απομακρυσμένος εκτυπωτής σε εξυπηρετητή CUPS"
+
+#: printer/printerdrake.pm:3990
+#, c-format
+msgid "The CUPS printing system can be used in two ways: "
+msgstr ""
+
+#: printer/printerdrake.pm:3992
+#, c-format
+msgid "1. The CUPS printing system can run locally. "
+msgstr ""
+
+#: printer/printerdrake.pm:3993
+#, c-format
+msgid ""
+"Then locally connected printers can be used and remote printers on other "
+"CUPS servers in the same network are automatically discovered. "
+msgstr ""
+
+#: printer/printerdrake.pm:3994
+#, c-format
+msgid ""
+"Disadvantage of this approach is, that more resources on the local machine "
+"are needed: Additional software packages need to be installed, the CUPS "
+"daemon has to run in the background and needs some memory, and the IPP port "
+"(port 631) is opened. "
+msgstr ""
+
+#: printer/printerdrake.pm:3996
+#, c-format
+msgid "2. All printing requests are immediately sent to a remote CUPS server. "
+msgstr ""
+
+#: printer/printerdrake.pm:3997
+#, c-format
+msgid ""
+"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
+"started or port opened, no software infrastructure for setting up local "
+"print queues is installed, so less memory and disk space is used. "
+msgstr ""
+
+#: printer/printerdrake.pm:3998
+#, c-format
+msgid ""
+"Disadvantage is that it is not possible to define local printers then and if "
+"the specified server is down it cannot be printed at all from this machine. "
+msgstr ""
+
+#: printer/printerdrake.pm:4000
+#, c-format
+msgid "How should CUPS be set up on your machine?"
+msgstr ""
+
+#: printer/printerdrake.pm:4004 printer/printerdrake.pm:4019
+#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4029
+#, c-format
+msgid "Remote server, specify Name or IP here:"
+msgstr ""
+
+#: printer/printerdrake.pm:4018
+#, fuzzy, c-format
+msgid "Local CUPS printing system"
+msgstr "Αλλαγή συστήματος εκτύπωσης"
+
+#: printer/printerdrake.pm:4056
#, c-format
msgid "Select Printer Spooler"
msgstr "Επιλογή Spooler Εκτυπωτή"
-#: printer/printerdrake.pm:3748
+#: printer/printerdrake.pm:4057
#, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Ποιο σύστημα εκτύπωσης θέλετε να χρησιμοποιήσετε;"
-#: printer/printerdrake.pm:3799
+#: printer/printerdrake.pm:4105
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Απέτυχε η ρύθμιση του εκτυπωτή \"%s\"!"
-#: printer/printerdrake.pm:3812
+#: printer/printerdrake.pm:4118
#, c-format
msgid "Installing Foomatic..."
msgstr "Εγκατάσταση Foomatic..."
-#: printer/printerdrake.pm:3818
+#: printer/printerdrake.pm:4124
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:3910
-#, c-format
-msgid "Could not install necessary packages, %s cannot be started!"
-msgstr ""
-
-#: printer/printerdrake.pm:4011
+#: printer/printerdrake.pm:4314
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -13138,195 +13457,163 @@ msgstr ""
"να αλλάξετε τις ρυθμίσεις του, να τον ορίσετε ως προεπιλεγμένο ή για να "
"προβάλετε πληροφορίες για αυτόν."
-#: printer/printerdrake.pm:4039
+#: printer/printerdrake.pm:4344
#, fuzzy, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
"Ανανέωση λίστας εκτυπωτών ( για να εμφανίσει όλους τους διαθέσιμους "
"απομακρυσμένους εκτυπωτές)"
-#: printer/printerdrake.pm:4040
+#: printer/printerdrake.pm:4345
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Ανανέωση λίστας εκτυπωτών ( για να εμφανίσει όλους τους διαθέσιμους "
"απομακρυσμένους εκτυπωτές)"
-#: printer/printerdrake.pm:4050
+#: printer/printerdrake.pm:4356
#, c-format
msgid "CUPS configuration"
msgstr "Ρύθμιση CUPS"
-#: printer/printerdrake.pm:4062
+#: printer/printerdrake.pm:4368
#, c-format
msgid "Change the printing system"
msgstr "Αλλαγή συστήματος εκτύπωσης"
-#: printer/printerdrake.pm:4071
+#: printer/printerdrake.pm:4377
#, c-format
msgid "Normal Mode"
msgstr "Κανονική Κατάσταση"
-#: printer/printerdrake.pm:4072
+#: printer/printerdrake.pm:4378
#, c-format
msgid "Expert Mode"
msgstr "Για Προχωρημένους"
-#: printer/printerdrake.pm:4343 printer/printerdrake.pm:4398
-#: printer/printerdrake.pm:4479 printer/printerdrake.pm:4489
+#: printer/printerdrake.pm:4632 printer/printerdrake.pm:4690
+#: printer/printerdrake.pm:4768 printer/printerdrake.pm:4777
#, c-format
msgid "Printer options"
msgstr "Επιλογές εκτυπωτή"
-#: printer/printerdrake.pm:4379
+#: printer/printerdrake.pm:4668
#, c-format
msgid "Modify printer configuration"
msgstr "Αλλαγή ρυθμίσεων εκτυπωτή"
-#: printer/printerdrake.pm:4381
+#: printer/printerdrake.pm:4670
#, c-format
msgid ""
-"Printer %s\n"
+"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr ""
-"Εκτυπωτής %s\n"
+"Εκτυπωτής %s%s\n"
"Τι θέλετε να αλλάξετε σε αυτόν τον εκτυπωτή;"
-#: printer/printerdrake.pm:4385
+#: printer/printerdrake.pm:4675
+#, fuzzy, c-format
+msgid "This printer is disabled"
+msgstr "Αυτή η κατάτμηση δεν μπορεί ν' αλλάξει μέγεθος."
+
+#: printer/printerdrake.pm:4677
#, c-format
msgid "Do it!"
msgstr "Καν' το!"
-#: printer/printerdrake.pm:4390 printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4682 printer/printerdrake.pm:4737
#, c-format
msgid "Printer connection type"
msgstr "Τύπο σύνδεση εκτυπωτή"
-#: printer/printerdrake.pm:4391 printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4683 printer/printerdrake.pm:4743
#, c-format
msgid "Printer name, description, location"
msgstr "Όνομα εκτυπωτή, περιγραφή, θέση"
-#: printer/printerdrake.pm:4393 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4685 printer/printerdrake.pm:4761
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr "Κατασκευαστή εκτυπωτή, μοντέλο, οδηγό"
-#: printer/printerdrake.pm:4394 printer/printerdrake.pm:4472
+#: printer/printerdrake.pm:4686 printer/printerdrake.pm:4762
#, c-format
msgid "Printer manufacturer, model"
msgstr "Κατασκευαστή εκτυπωτή, μοντέλο"
-#: printer/printerdrake.pm:4400 printer/printerdrake.pm:4483
+#: printer/printerdrake.pm:4692 printer/printerdrake.pm:4772
#, c-format
msgid "Set this printer as the default"
msgstr "Ορισμός αυτού του εκτυπωτή ως προεπιλεγμένου"
-#: printer/printerdrake.pm:4402 printer/printerdrake.pm:4490
-#, c-format
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Προσθήκη αυτού του εκτυπωτή στο Star Office/OpenOffice.org/GIMP"
+#: printer/printerdrake.pm:4697 printer/printerdrake.pm:4778
+#: printer/printerdrake.pm:4780
+#, fuzzy, c-format
+msgid "Enable Printer"
+msgstr "Ενεργοποίηση Εξυπηρετητή"
-#: printer/printerdrake.pm:4403 printer/printerdrake.pm:4495
-#, c-format
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Αφαίρεση αυτού του εκτυπωτή από το Star Office/OpenOffice.org/GIMP"
+#: printer/printerdrake.pm:4700 printer/printerdrake.pm:4783
+#: printer/printerdrake.pm:4785
+#, fuzzy, c-format
+msgid "Disable Printer"
+msgstr "Απενεργοποίηση Εξυπηρετητή"
-#: printer/printerdrake.pm:4404 printer/printerdrake.pm:4500
+#: printer/printerdrake.pm:4701 printer/printerdrake.pm:4788
#, c-format
msgid "Print test pages"
msgstr "Εκτύπωση δοκιμαστικών σελίδων"
-#: printer/printerdrake.pm:4405 printer/printerdrake.pm:4502
+#: printer/printerdrake.pm:4702 printer/printerdrake.pm:4790
#, c-format
msgid "Learn how to use this printer"
msgstr "Μάθετε πως να χειρισθείτε αυτόν τον εκτυπωτή"
-#: printer/printerdrake.pm:4406 printer/printerdrake.pm:4504
+#: printer/printerdrake.pm:4703 printer/printerdrake.pm:4792
#, c-format
msgid "Remove printer"
msgstr "Αφαίρεση εκτυπωτή"
-#: printer/printerdrake.pm:4460
+#: printer/printerdrake.pm:4750
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Αφαίρεση παλαιού εκτυπωτή \"%s\"..."
-#: printer/printerdrake.pm:4491
-#, c-format
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Γίνεται προσθήκη του εκτυπωτή στο Star Office/OpenOffice.org/GIMP"
-
-#: printer/printerdrake.pm:4493
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
-msgstr ""
-"Ο εκτυπωτής \"%s\" προστέθηκε με επιτυχία στο Star Office/OpenOffice.org/GIMP"
-
-#: printer/printerdrake.pm:4494
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
-msgstr ""
-"Απέτυχε η προσθήκη του εκτυπωτή \"%s\" στο Star Office/OpenOffice.org/GIMP"
-
-#: printer/printerdrake.pm:4496
-#, c-format
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Γίνεται αφαίρεση του εκτυπωτή από το Star Office/OpenOffice.org/GIMP"
-
-#: printer/printerdrake.pm:4498
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
-msgstr ""
-"Ο εκτυπωτής \"%s\" αφαιρέθηκε με επιτυχία από το Star Office/OpenOffice.org/"
-"GIMP"
+#: printer/printerdrake.pm:4781
+#, fuzzy, c-format
+msgid "Printer \"%s\" is now enabled."
+msgstr "Εκτυπωτής \"%s\"στον εξυπηρετητή \"%s\""
-#: printer/printerdrake.pm:4499
-#, c-format
-msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
-msgstr ""
-"Απέτυχε η αφαίρεση του εκτυπωτή \"%s\" από το Star Office/OpenOffice.org/GIMP"
+#: printer/printerdrake.pm:4786
+#, fuzzy, c-format
+msgid "Printer \"%s\" is now disabled."
+msgstr "Η Κοινή Σύνδεση Διαδικτύου τώρα απενεργοποιήθηκε."
-#: printer/printerdrake.pm:4543
+#: printer/printerdrake.pm:4823
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Είστε βέβαιοι για την αφαίρεση του εκτυπωτή \"%s\";"
-#: printer/printerdrake.pm:4547
+#: printer/printerdrake.pm:4827
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Γίνεται αφαίρεση του εκτυπωτή \"%s\"..."
-#: printer/printerdrake.pm:4571
+#: printer/printerdrake.pm:4851
#, c-format
msgid "Default printer"
msgstr "Προεπιλεγμένος εκτυπωτής"
-#: printer/printerdrake.pm:4572
+#: printer/printerdrake.pm:4852
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Ο εκτυπωτής \"%s\" είναι πλέον ο προεπιλεγμένος εκτυπωτής."
-#: raid.pm:37
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
+#: raid.pm:36
+#, fuzzy, c-format
+msgid "Can't add a partition to _formatted_ RAID %s"
msgstr "Δεν μπορώ να προσθέσω κατάτμηση στο _μορφοποιημένο_ RAID md%d"
-#: raid.pm:139
-#, c-format
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "αποτυχία mkraid (μήπως απουσιάζουν τα raidtools;)"
-
-#: raid.pm:139
-#, c-format
-msgid "mkraid failed"
-msgstr "αποτυχία mkraid"
-
-#: raid.pm:155
+#: raid.pm:132
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Δεν υπάρχουν αρκετές κατατμήσεις για RAID επιπέδου %d\n"
@@ -13351,16 +13638,16 @@ msgstr ""
msgid "Could not set permissions of firmware file %s!"
msgstr ""
-#: scanner.pm:200 standalone/scannerdrake:65 standalone/scannerdrake:69
-#: standalone/scannerdrake:77 standalone/scannerdrake:344
-#: standalone/scannerdrake:419 standalone/scannerdrake:463
-#: standalone/scannerdrake:467 standalone/scannerdrake:489
-#: standalone/scannerdrake:554
+#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
+#: standalone/scannerdrake:78 standalone/scannerdrake:340
+#: standalone/scannerdrake:415 standalone/scannerdrake:459
+#: standalone/scannerdrake:463 standalone/scannerdrake:485
+#: standalone/scannerdrake:550
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
-#: scanner.pm:201 standalone/scannerdrake:920
+#: scanner.pm:201 standalone/scannerdrake:916
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -13399,7 +13686,8 @@ msgstr ""
msgid "Allow/Forbid autologin."
msgstr ""
-#: security/help.pm:19
+#. -PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is
+#: security/help.pm:21
#, c-format
msgid ""
"If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.\n"
@@ -13409,7 +13697,7 @@ msgid ""
"Else only /etc/issue is allowed."
msgstr ""
-#: security/help.pm:25
+#: security/help.pm:27
#, fuzzy, c-format
msgid "Allow/Forbid reboot by the console user."
msgstr ""
@@ -13417,24 +13705,33 @@ msgstr ""
"\n"
" χρήστης."
-#: security/help.pm:27
+#: security/help.pm:29
#, fuzzy, c-format
msgid "Allow/Forbid remote root login."
msgstr "Όλα τα απομακρυσμένα μηχανήματα"
-#: security/help.pm:29
+#: security/help.pm:31
#, fuzzy, c-format
msgid "Allow/Forbid direct root login."
msgstr "Όλα τα απομακρυσμένα μηχανήματα"
-#: security/help.pm:31
+#: security/help.pm:33
#, c-format
msgid ""
"Allow/Forbid the list of users on the system on display managers (kdm and "
"gdm)."
msgstr ""
-#: security/help.pm:33
+#: security/help.pm:35
+#, c-format
+msgid ""
+"Allow/forbid to export display when\n"
+"passing from the root account to the other users.\n"
+"\n"
+"See pam_xauth(8) for more details.'"
+msgstr ""
+
+#: security/help.pm:40
#, fuzzy, c-format
msgid ""
"Allow/Forbid X connections:\n"
@@ -13451,7 +13748,7 @@ msgstr ""
"\n"
"."
-#: security/help.pm:41
+#: security/help.pm:48
#, fuzzy, c-format
msgid ""
"The argument specifies if clients are authorized to connect\n"
@@ -13462,7 +13759,8 @@ msgstr ""
"\n"
" εξυπηρετητής."
-#: security/help.pm:44
+#. -PO: here "ALL", "LOCAL" and "NONE" are values in a pull-down menu; translate them the same as they're
+#: security/help.pm:53
#, fuzzy, c-format
msgid ""
"Authorize:\n"
@@ -13483,7 +13781,7 @@ msgstr ""
" κανένα\n"
"."
-#: security/help.pm:54
+#: security/help.pm:63
#, fuzzy, c-format
msgid ""
"If SERVER_LEVEL (or SECURE_LEVEL if absent)\n"
@@ -13503,7 +13801,7 @@ msgstr ""
"\n"
"."
-#: security/help.pm:63
+#: security/help.pm:72
#, c-format
msgid ""
"Enable/Disable crontab and at for users.\n"
@@ -13512,34 +13810,39 @@ msgid ""
"and crontab(1))."
msgstr ""
-#: security/help.pm:68
+#: security/help.pm:77
#, c-format
msgid "Enable/Disable syslog reports to console 12"
msgstr ""
-#: security/help.pm:70
+#: security/help.pm:79
#, c-format
msgid ""
"Enable/Disable name resolution spoofing protection. If\n"
-"\"alert\" is true, also reports to syslog."
+"\"%s\" is true, also reports to syslog."
msgstr ""
-#: security/help.pm:73
+#: security/help.pm:80 standalone/draksec:213
+#, c-format
+msgid "Security Alerts:"
+msgstr "Ειδοποιήσεις Ασφαλείας:"
+
+#: security/help.pm:82
#, c-format
msgid "Enable/Disable IP spoofing protection."
msgstr ""
-#: security/help.pm:75
+#: security/help.pm:84
#, c-format
msgid "Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-#: security/help.pm:77
+#: security/help.pm:86
#, c-format
msgid "Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-#: security/help.pm:79
+#: security/help.pm:88
#, fuzzy, c-format
msgid "Enable/Disable msec hourly security check."
msgstr ""
@@ -13547,7 +13850,7 @@ msgstr ""
"\n"
" ωριαία."
-#: security/help.pm:81
+#: security/help.pm:90
#, fuzzy, c-format
msgid ""
" Enabling su only from members of the wheel group or allow su from any user."
@@ -13556,17 +13859,17 @@ msgstr ""
"\n"
" Ομάδα εργασίας: χρήστης."
-#: security/help.pm:83
+#: security/help.pm:92
#, c-format
msgid "Use password to authenticate users."
msgstr ""
-#: security/help.pm:85
+#: security/help.pm:94
#, c-format
msgid "Activate/Disable ethernet cards promiscuity check."
msgstr ""
-#: security/help.pm:87
+#: security/help.pm:96
#, fuzzy, c-format
msgid " Activate/Disable daily security check."
msgstr ""
@@ -13574,7 +13877,7 @@ msgstr ""
"\n"
" καθημερινά."
-#: security/help.pm:89
+#: security/help.pm:98
#, fuzzy, c-format
msgid " Enable/Disable sulogin(8) in single user level."
msgstr ""
@@ -13582,7 +13885,7 @@ msgstr ""
"\n"
" χρήστης επίπεδο."
-#: security/help.pm:91
+#: security/help.pm:100
#, fuzzy, c-format
msgid "Add the name as an exception to the handling of password aging by msec."
msgstr ""
@@ -13590,37 +13893,37 @@ msgstr ""
"\n"
" Προσθήκη."
-#: security/help.pm:93
+#: security/help.pm:102
#, c-format
msgid "Set password aging to \"max\" days and delay to change to \"inactive\"."
msgstr ""
-#: security/help.pm:95
+#: security/help.pm:104
#, c-format
msgid "Set the password history length to prevent password reuse."
msgstr ""
-#: security/help.pm:97
+#: security/help.pm:106
#, c-format
msgid ""
"Set the password minimum length and minimum number of digit and minimum "
"number of capitalized letters."
msgstr ""
-#: security/help.pm:99
+#: security/help.pm:108
#, fuzzy, c-format
msgid "Set the root umask."
msgstr "Κωδικός Root"
-#: security/help.pm:100
+#: security/help.pm:109
#, c-format
msgid "if set to yes, check open ports."
msgstr "αν οριστεί ναι, έλεγχος για ανοιχτές θύρες."
-#: security/help.pm:101
+#: security/help.pm:110
#, fuzzy, c-format
msgid ""
-"if set to yes, check for :\n"
+"if set to yes, check for:\n"
"\n"
"- empty passwords,\n"
"\n"
@@ -13631,60 +13934,60 @@ msgstr ""
"αν οριστεί ναι, έλεγχος για κενούς κωδικούς πρόσβασης, για κανέναν κωδικό "
"πρόσβασης στο /etc/shadow και για χρήστες με id 0 εκτός από τον root."
-#: security/help.pm:108
+#: security/help.pm:117
#, c-format
msgid "if set to yes, check permissions of files in the users' home."
msgstr ""
"αν οριστεί ναι, έλεγχος δικαιωμάτων των αρχείων στον αρχικό κατάλογο χρήστη."
-#: security/help.pm:109
+#: security/help.pm:118
#, c-format
msgid "if set to yes, check if the network devices are in promiscuous mode."
msgstr ""
"αν οριστεί ναι, έλεγχος των συσκευών δικτύου για αδιάκριτη κατάσταση "
"λειτουργίας."
-#: security/help.pm:110
+#: security/help.pm:119
#, c-format
msgid "if set to yes, run the daily security checks."
msgstr "αν οριστεί ναι, εκτέλεση ελέγχων ασφαλείας καθημερινά."
-#: security/help.pm:111
+#: security/help.pm:120
#, c-format
msgid "if set to yes, check additions/removals of sgid files."
msgstr "αν οριστεί ναι, έλεγχος για προσθήκη/αφαίρεση αρχείων sgid."
-#: security/help.pm:112
+#: security/help.pm:121
#, c-format
msgid "if set to yes, check empty password in /etc/shadow."
msgstr "αν οριστεί ναι, έλεγχος κενών κωδικών πρόσβασης στο /etc/shadow."
-#: security/help.pm:113
+#: security/help.pm:122
#, c-format
msgid "if set to yes, verify checksum of the suid/sgid files."
msgstr "αν οριστεί ναι, επαλήθευση checksum για τα αρχεία suid/sgid."
-#: security/help.pm:114
+#: security/help.pm:123
#, c-format
msgid "if set to yes, check additions/removals of suid root files."
msgstr "αν οριστεί ναι, έλεγχος για προθέσεις/αφαιρέσεις αρχείων suid root."
-#: security/help.pm:115
+#: security/help.pm:124
#, c-format
msgid "if set to yes, report unowned files."
msgstr "αν οριστεί ναι, αναφορά άγνωστων αρχείων."
-#: security/help.pm:116
+#: security/help.pm:125
#, c-format
msgid "if set to yes, check files/directories writable by everybody."
msgstr "αν οριστεί ναι, έλεγχος των αρχείων/καταλόγων για εγγραφή από όλους."
-#: security/help.pm:117
+#: security/help.pm:126
#, c-format
msgid "if set to yes, run chkrootkit checks."
msgstr "αν οριστεί ναι, εκτέλεση ελέγχων chkrootkit"
-#: security/help.pm:118
+#: security/help.pm:127
#, c-format
msgid ""
"if set, send the mail report to this email address else send it to root."
@@ -13692,47 +13995,47 @@ msgstr ""
"αν ναι, αποστολή της αναφοράς ταχυδρομείου σε αυτήν την διεύθυνση ή αλλιώς "
"στον root."
-#: security/help.pm:119
+#: security/help.pm:128
#, c-format
msgid "if set to yes, report check result by mail."
msgstr "αν οριστεί ναι, αποτέλεσμα αναφοράς ελέγχου μέσω ταχυδρομείου."
-#: security/help.pm:120
+#: security/help.pm:129
#, c-format
msgid "Do not send mails if there's nothing to warn about"
msgstr ""
-#: security/help.pm:121
+#: security/help.pm:130
#, c-format
msgid "if set to yes, run some checks against the rpm database."
msgstr "αν οριστεί ναι, έλεγχος της βάσης δεδομένων rpm."
-#: security/help.pm:122
+#: security/help.pm:131
#, c-format
msgid "if set to yes, report check result to syslog."
msgstr "αν οριστεί ναι, αποτέλεσμα αναφοράς ελέγχου στο syslog."
-#: security/help.pm:123
+#: security/help.pm:132
#, c-format
msgid "if set to yes, reports check result to tty."
msgstr "αν οριστεί ναι, αποτέλεσμα αναφοράς ελέγχου στο tty"
-#: security/help.pm:125
+#: security/help.pm:134
#, c-format
msgid "Set shell commands history size. A value of -1 means unlimited."
msgstr ""
-#: security/help.pm:127
+#: security/help.pm:136
#, c-format
msgid "Set the shell timeout. A value of zero means no timeout."
msgstr ""
-#: security/help.pm:127
+#: security/help.pm:136
#, c-format
msgid "Timeout unit is second"
msgstr ""
-#: security/help.pm:129
+#: security/help.pm:138
#, fuzzy, c-format
msgid "Set the user umask."
msgstr ""
@@ -13787,56 +14090,61 @@ msgid "List users on display managers (kdm and gdm)"
msgstr ""
#: security/l10n.pm:20
+#, c-format
+msgid "Export display when passing from root to the other users"
+msgstr ""
+
+#: security/l10n.pm:21
#, fuzzy, c-format
msgid "Allow X Window connections"
msgstr "Σύνδεση Winmodem"
-#: security/l10n.pm:21
+#: security/l10n.pm:22
#, c-format
msgid "Authorize TCP connections to X Window"
msgstr ""
-#: security/l10n.pm:22
+#: security/l10n.pm:23
#, c-format
msgid "Authorize all services controlled by tcp_wrappers"
msgstr ""
-#: security/l10n.pm:23
+#: security/l10n.pm:24
#, fuzzy, c-format
msgid "Chkconfig obey msec rules"
msgstr "Ρύθμιση υπηρεσιών"
-#: security/l10n.pm:24
+#: security/l10n.pm:25
#, c-format
msgid "Enable \"crontab\" and \"at\" for users"
msgstr ""
-#: security/l10n.pm:25
+#: security/l10n.pm:26
#, c-format
msgid "Syslog reports to console 12"
msgstr ""
-#: security/l10n.pm:26
+#: security/l10n.pm:27
#, c-format
msgid "Name resolution spoofing protection"
msgstr ""
-#: security/l10n.pm:27
+#: security/l10n.pm:28
#, c-format
msgid "Enable IP spoofing protection"
msgstr ""
-#: security/l10n.pm:28
+#: security/l10n.pm:29
#, c-format
msgid "Enable libsafe if libsafe is found on the system"
msgstr ""
-#: security/l10n.pm:29
+#: security/l10n.pm:30
#, c-format
msgid "Enable the logging of IPv4 strange packets"
msgstr ""
-#: security/l10n.pm:30
+#: security/l10n.pm:31
#, fuzzy, c-format
msgid "Enable msec hourly security check"
msgstr ""
@@ -13844,7 +14152,7 @@ msgstr ""
"\n"
" ωριαία."
-#: security/l10n.pm:31
+#: security/l10n.pm:32
#, fuzzy, c-format
msgid "Enable su only from the wheel group members or for any user"
msgstr ""
@@ -13852,22 +14160,22 @@ msgstr ""
"\n"
" Ομάδα εργασίας: χρήστης."
-#: security/l10n.pm:32
+#: security/l10n.pm:33
#, c-format
msgid "Use password to authenticate users"
msgstr ""
-#: security/l10n.pm:33
+#: security/l10n.pm:34
#, c-format
msgid "Ethernet cards promiscuity check"
msgstr ""
-#: security/l10n.pm:34
+#: security/l10n.pm:35
#, c-format
msgid "Daily security check"
msgstr ""
-#: security/l10n.pm:35
+#: security/l10n.pm:36
#, fuzzy, c-format
msgid "Sulogin(8) in single user level"
msgstr ""
@@ -13875,137 +14183,137 @@ msgstr ""
"\n"
" χρήστης επίπεδο."
-#: security/l10n.pm:36
+#: security/l10n.pm:37
#, fuzzy, c-format
msgid "No password aging for"
msgstr "Χωρίς κωδικό πρόσβασης"
-#: security/l10n.pm:37
+#: security/l10n.pm:38
#, c-format
msgid "Set password expiration and account inactivation delays"
msgstr ""
-#: security/l10n.pm:38
+#: security/l10n.pm:39
#, fuzzy, c-format
msgid "Password history length"
msgstr "Ο κωδικός πρόσβασης είναι πολύ απλός"
-#: security/l10n.pm:39
+#: security/l10n.pm:40
#, c-format
msgid "Password minimum length and number of digits and upcase letters"
msgstr ""
-#: security/l10n.pm:40
+#: security/l10n.pm:41
#, fuzzy, c-format
msgid "Root umask"
msgstr "Κωδικός Root"
-#: security/l10n.pm:41
+#: security/l10n.pm:42
#, c-format
msgid "Shell history size"
msgstr ""
-#: security/l10n.pm:42
+#: security/l10n.pm:43
#, fuzzy, c-format
msgid "Shell timeout"
msgstr "Τέλος Χρόνου Εκκίνησης Πυρήνα"
-#: security/l10n.pm:43
+#: security/l10n.pm:44
#, fuzzy, c-format
msgid "User umask"
msgstr "Χρήστες"
-#: security/l10n.pm:44
+#: security/l10n.pm:45
#, fuzzy, c-format
msgid "Check open ports"
msgstr "ανιχνεύθηκε στην πόρτα %s"
-#: security/l10n.pm:45
+#: security/l10n.pm:46
#, c-format
msgid "Check for unsecured accounts"
msgstr ""
-#: security/l10n.pm:46
+#: security/l10n.pm:47
#, fuzzy, c-format
msgid "Check permissions of files in the users' home"
msgstr ""
"αν οριστεί ναι, έλεγχος δικαιωμάτων των αρχείων στον αρχικό κατάλογο χρήστη."
-#: security/l10n.pm:47
+#: security/l10n.pm:48
#, fuzzy, c-format
msgid "Check if the network devices are in promiscuous mode"
msgstr ""
"αν οριστεί ναι, έλεγχος των συσκευών δικτύου για αδιάκριτη κατάσταση "
"λειτουργίας."
-#: security/l10n.pm:48
+#: security/l10n.pm:49
#, fuzzy, c-format
msgid "Run the daily security checks"
msgstr "αν οριστεί ναι, εκτέλεση ελέγχων ασφαλείας καθημερινά."
-#: security/l10n.pm:49
+#: security/l10n.pm:50
#, fuzzy, c-format
msgid "Check additions/removals of sgid files"
msgstr "αν οριστεί ναι, έλεγχος για προσθήκη/αφαίρεση αρχείων sgid."
-#: security/l10n.pm:50
+#: security/l10n.pm:51
#, fuzzy, c-format
msgid "Check empty password in /etc/shadow"
msgstr "αν οριστεί ναι, έλεγχος κενών κωδικών πρόσβασης στο /etc/shadow."
-#: security/l10n.pm:51
+#: security/l10n.pm:52
#, fuzzy, c-format
msgid "Verify checksum of the suid/sgid files"
msgstr "αν οριστεί ναι, επαλήθευση checksum για τα αρχεία suid/sgid."
-#: security/l10n.pm:52
+#: security/l10n.pm:53
#, fuzzy, c-format
msgid "Check additions/removals of suid root files"
msgstr "αν οριστεί ναι, έλεγχος για προθέσεις/αφαιρέσεις αρχείων suid root."
-#: security/l10n.pm:53
+#: security/l10n.pm:54
#, fuzzy, c-format
msgid "Report unowned files"
msgstr "αν οριστεί ναι, αναφορά άγνωστων αρχείων."
-#: security/l10n.pm:54
+#: security/l10n.pm:55
#, fuzzy, c-format
msgid "Check files/directories writable by everybody"
msgstr "αν οριστεί ναι, έλεγχος των αρχείων/καταλόγων για εγγραφή από όλους."
-#: security/l10n.pm:55
+#: security/l10n.pm:56
#, fuzzy, c-format
msgid "Run chkrootkit checks"
msgstr "αν οριστεί ναι, εκτέλεση ελέγχων chkrootkit"
-#: security/l10n.pm:56
+#: security/l10n.pm:57
#, c-format
msgid "Do not send mails when unneeded"
msgstr ""
-#: security/l10n.pm:57
+#: security/l10n.pm:58
#, fuzzy, c-format
msgid "If set, send the mail report to this email address else send it to root"
msgstr ""
"αν ναι, αποστολή της αναφοράς ταχυδρομείου σε αυτήν την διεύθυνση ή αλλιώς "
"στον root."
-#: security/l10n.pm:58
+#: security/l10n.pm:59
#, fuzzy, c-format
msgid "Report check result by mail"
msgstr "αν οριστεί ναι, αποτέλεσμα αναφοράς ελέγχου μέσω ταχυδρομείου."
-#: security/l10n.pm:59
+#: security/l10n.pm:60
#, fuzzy, c-format
msgid "Run some checks against the rpm database"
msgstr "αν οριστεί ναι, έλεγχος της βάσης δεδομένων rpm."
-#: security/l10n.pm:60
+#: security/l10n.pm:61
#, fuzzy, c-format
msgid "Report check result to syslog"
msgstr "αν οριστεί ναι, αποτέλεσμα αναφοράς ελέγχου στο syslog."
-#: security/l10n.pm:61
+#: security/l10n.pm:62
#, fuzzy, c-format
msgid "Reports check result to tty"
msgstr "αν οριστεί ναι, αποτέλεσμα αναφοράς ελέγχου στο tty"
@@ -14344,10 +14652,10 @@ msgstr ""
#, c-format
msgid ""
"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"and Xorg at boot."
msgstr ""
"Αυτόματη ενεργοποίηση του numlock πλήκτρου στην κονσόλα\n"
-"και το XFree κατά την εκκίνηση του συστήματος."
+"και το Xorg κατά την εκκίνηση του συστήματος."
#: services.pm:66
#, c-format
@@ -14443,7 +14751,7 @@ msgstr ""
#, c-format
msgid ""
"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
+"logged into a machine running the rwho daemon (similar to finger)."
msgstr ""
"Το πρωτόκολλο rwho επιτρέπει σε απομακρυσμένους χρήστες να δουν έναν \n"
"κατάλογο των χρηστών του συστήματος (παρόμοιο με το finger)."
@@ -14470,10 +14778,10 @@ msgstr "Φόρτωση των οδηγών για τις usb συσκευές σ
#: services.pm:91
#, c-format
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+msgid "Starts the X Font Server (this is mandatory for Xorg to run)."
msgstr ""
"Ξεκινάει την υπηρεσία εξυπηρετητή γραμματοσειρών X (αυτό είναι απαραίτητο "
-"για να εκτελεστεί το XFree)."
+"για να εκτελεστεί το Xorg)."
#: services.pm:117 services.pm:159
#, c-format
@@ -14517,7 +14825,7 @@ msgstr "δεν εκτελείται"
#: services.pm:215
#, c-format
-msgid "Services and deamons"
+msgid "Services and daemons"
msgstr "Υπηρεσίες και δαίμονες"
#: services.pm:221
@@ -14529,7 +14837,7 @@ msgstr ""
"Χωρίς επιπλέον πληροφορίες\n"
"για αυτή την υπηρεσία."
-#: services.pm:226 ugtk2.pm:1176
+#: services.pm:226 ugtk2.pm:1214
#, c-format
msgid "Info"
msgstr "Πληροφορίες"
@@ -14544,719 +14852,1190 @@ msgstr ""
msgid "On boot"
msgstr "Στην εκκίνηση"
-#: services.pm:244
+#: services.pm:246
#, c-format
msgid "Start"
msgstr "Εκκίνηση"
-#: services.pm:244
+#: services.pm:246
#, c-format
msgid "Stop"
msgstr "Τερματισμός"
-#: share/advertising/dis-01.pl:13 share/advertising/dwd-01.pl:13
-#: share/advertising/ppp-01.pl:13 share/advertising/pwp-01.pl:13
-#, fuzzy, c-format
-msgid "<b>Congratulations for choosing Mandrakelinux!</b>"
-msgstr "Σας ευχαριστούμε που επιλέξατε το Mandrakelinux 9.2"
+#: share/advertising/01.pl:13
+#, c-format
+msgid "<b>What is Mandrakelinux?</b>"
+msgstr ""
-#: share/advertising/dis-01.pl:15 share/advertising/dwd-01.pl:15
-#: share/advertising/ppp-01.pl:15 share/advertising/pwp-01.pl:15
-#, fuzzy, c-format
-msgid "Welcome to the Open Source world!"
-msgstr "Καλώς ορίσατε στον κόσμο του Ανοιχτού Κώδικα"
+#: share/advertising/01.pl:15
+#, c-format
+msgid "Welcome to <b>Mandrakelinux</b>!"
+msgstr "Καλώς Ορίσατε στο <b>Mandrakelinux</b>!"
-#: share/advertising/dis-01.pl:17
+#: share/advertising/01.pl:17
#, c-format
msgid ""
-"Your new Mandrakelinux operating system and its many applications is the "
-"result of collaborative efforts between MandrakeSoft developers and "
-"Mandrakelinux contributors throughout the world."
+"Mandrakelinux is a <b>Linux distribution</b> that comprises the core of the "
+"system, called the <b>operating system</b> (based on the Linux kernel) "
+"together with <b>a lot of applications</b> meeting every need you could even "
+"think of."
msgstr ""
-#: share/advertising/dis-01.pl:19 share/advertising/dwd-01.pl:19
-#: share/advertising/ppp-01.pl:19
+#: share/advertising/01.pl:19
#, c-format
msgid ""
-"We would like to thank everyone who participated in the development of this "
-"latest release."
+"Mandrakelinux is the most <b>user-friendly</b> Linux distribution today. It "
+"is also one of the <b>most widely used</b> Linux distributions worldwide!"
msgstr ""
-#: share/advertising/dis-02.pl:13
+#: share/advertising/02.pl:13
#, fuzzy, c-format
-msgid "<b>Discovery</b>"
-msgstr "Οδηγός"
+msgid "<b>Open Source</b>"
+msgstr "<b>Διακομιστές</b>"
-#: share/advertising/dis-02.pl:15
+#: share/advertising/02.pl:15
+#, fuzzy, c-format
+msgid "Welcome to the <b>world of open source</b>!"
+msgstr "Καλώς ορίσατε στον κόσμο του Ανοιχτού Κώδικα"
+
+#: share/advertising/02.pl:17
#, c-format
msgid ""
-"Discovery is the easiest and most user-friendly Linux distribution. It "
-"includes a hand-picked selection of premium software for Office, Multimedia "
-"and Internet activities."
+"Mandrakelinux is committed to the open source model. This means that this "
+"new release is the result of <b>collaboration</b> between <b>Mandrakesoft's "
+"team of developers</b> and the <b>worldwide community</b> of Mandrakelinux "
+"contributors."
msgstr ""
-#: share/advertising/dis-02.pl:17
+#: share/advertising/02.pl:19
#, c-format
-msgid "The menu is task-oriented, with a single selected application per task."
+msgid ""
+"We would like to <b>thank</b> everyone who participated in the development "
+"of this latest release."
msgstr ""
-#: share/advertising/dis-03.pl:13
+#: share/advertising/03.pl:13
#, c-format
-msgid "<b>The KDE Choice</b>"
+msgid "<b>The GPL</b>"
msgstr ""
-#: share/advertising/dis-03.pl:15
+#: share/advertising/03.pl:15
#, c-format
msgid ""
-"The powerful Open Source graphical desktop environment KDE is the desktop of "
-"choice for the Discovery Pack."
+"Most of the software included in the distribution and all of the "
+"Mandrakelinux tools are licensed under the <b>General Public License</b>."
msgstr ""
-#: share/advertising/dis-04.pl:13
+#: share/advertising/03.pl:17
#, c-format
-msgid "<b>OpenOffice.org</b>: The complete Linux office suite."
+msgid ""
+"The GPL is at the heart of the open source model; it grants everyone the "
+"<b>freedom</b> to use, study, distribute and improve the software any way "
+"they want, provided they make the results available."
msgstr ""
-#: share/advertising/dis-04.pl:15
+#: share/advertising/03.pl:19
#, c-format
msgid ""
-"<b>WRITER</b> is a powerful word processor for creating all types of text "
-"documents. Documents may include images, diagrams and tables."
+"The main benefit of this is that the number of developers is virtually "
+"<b>unlimited</b>, resulting in <b>very high quality</b> software."
+msgstr ""
+
+#: share/advertising/04.pl:13
+#, c-format
+msgid "<b>Join the Community</b>"
msgstr ""
-#: share/advertising/dis-04.pl:16
+#: share/advertising/04.pl:15
#, c-format
msgid ""
-"<b>CALC</b> is a feature-packed spreadsheet which enables you to compute, "
-"analyze and manage all of your data."
+"Mandrakelinux has one of the <b>biggest communities</b> of users and "
+"developers. The role of such a community is very wide, ranging from bug "
+"reporting to the development of new applications. The community plays a "
+"<b>key role</b> in the Mandrakelinux world."
msgstr ""
-#: share/advertising/dis-04.pl:17
+#: share/advertising/04.pl:17
#, c-format
msgid ""
-"<b>IMPRESS</b> is the fastest, most powerful way to create effective "
-"multimedia presentations."
+"To <b>learn more</b> about our dynamic community, please visit <b>www."
+"mandrakelinux.com</b> or directly <b>www.mandrakelinux.com/en/cookerdevel."
+"php3</b> if you would like to get <b>involved</b> in the development."
msgstr ""
-#: share/advertising/dis-04.pl:18
+#: share/advertising/05.pl:13
+#, c-format
+msgid "<b>Download Version</b>"
+msgstr ""
+
+#: share/advertising/05.pl:15
#, c-format
msgid ""
-"<b>DRAW</b> will produce everything from simple diagrams to dynamic 3D "
-"illustrations."
+"You are now installing <b>Mandrakelinux Download</b>. This is the free "
+"version that Mandrakesoft wants to keep <b>available to everyone</b>."
msgstr ""
-#: share/advertising/dis-05.pl:13 share/advertising/dis-06.pl:13
-#, fuzzy, c-format
-msgid "<b>Surf The Internet</b>"
-msgstr "Διαδίκτυο"
+#: share/advertising/05.pl:17
+#, c-format
+msgid ""
+"The Download version <b>cannot include</b> all the software that is not open "
+"source. Therefore, you won't find in the Download version:"
+msgstr ""
-#: share/advertising/dis-05.pl:15
+#: share/advertising/05.pl:18
#, c-format
-msgid "Discover the new integrated personal information suite KDE Kontact."
+msgid ""
+"\t* <b>Proprietary drivers</b> (such as drivers for NVIDIA®, ATI™, etc.)."
msgstr ""
-#: share/advertising/dis-05.pl:17
+#: share/advertising/05.pl:19
#, c-format
msgid ""
-"More than just a full-featured email client, <b>Kontact</b> also includes an "
-"address book, a calendar and scheduling program, plus a tool for taking "
-"notes!"
+"\t* <b>Proprietary software</b> (such as Acrobat® Reader®, RealPlayer®, "
+"Flash™, etc.)."
msgstr ""
-#: share/advertising/dis-06.pl:15
+#: share/advertising/05.pl:21
#, c-format
-msgid "You can also:"
+msgid ""
+"You won't have access to the <b>services included</b> in the other "
+"Mandrakesoft products either."
msgstr ""
-#: share/advertising/dis-06.pl:16
+#: share/advertising/06.pl:13
#, c-format
-msgid "\t- browse the Web"
+msgid "<b>Discovery, Your First Linux Desktop</b>"
msgstr ""
-#: share/advertising/dis-06.pl:17
+#: share/advertising/06.pl:15
#, c-format
-msgid "\t- chat"
+msgid "You are now installing <b>Mandrakelinux Discovery</b>."
msgstr ""
-#: share/advertising/dis-06.pl:18
+#: share/advertising/06.pl:17
#, c-format
-msgid "\t- organize a video-conference"
+msgid ""
+"Discovery is the <b>easiest</b> and most <b>user-friendly</b> Linux "
+"distribution. It includes a hand-picked selection of <b>premium software</b> "
+"for office, multimedia and Internet activities. Its menu is task-oriented, "
+"with a single application per task."
msgstr ""
-#: share/advertising/dis-06.pl:19
+#: share/advertising/07.pl:13
#, c-format
-msgid "\t- create your own Web site"
+msgid "<b>PowerPack, The Ultimate Linux Desktop</b>"
msgstr ""
-#: share/advertising/dis-06.pl:20
+#: share/advertising/07.pl:15
#, c-format
-msgid "\t- ..."
+msgid "You are now installing <b>Mandrakelinux PowerPack</b>."
msgstr ""
-#: share/advertising/dis-07.pl:13
+#: share/advertising/07.pl:17
#, c-format
-msgid "<b>Multimedia</b>: Software for every need!"
+msgid ""
+"PowerPack is Mandrakesoft's <b>premier Linux desktop</b> product. PowerPack "
+"includes <b>thousands of applications</b> - everything from the most popular "
+"to the most advanced."
msgstr ""
-#: share/advertising/dis-07.pl:15
+#: share/advertising/08.pl:13
#, c-format
-msgid "Listen to audio CDs with <b>KsCD</b>."
+msgid "<b>PowerPack+, The Linux Solution for Desktops and Servers</b>"
msgstr ""
-#: share/advertising/dis-07.pl:17
+#: share/advertising/08.pl:15
#, c-format
-msgid "Listen to music files and watch videos with <b>Totem</b>."
+msgid "You are now installing <b>Mandrakelinux PowerPack+</b>."
msgstr ""
-#: share/advertising/dis-07.pl:19
+#: share/advertising/08.pl:17
#, c-format
-msgid "View and edit images and photos with <b>GQview</b> and <b>The Gimp!</b>"
+msgid ""
+"PowerPack+ is a <b>full-featured Linux solution</b> for small to medium-"
+"sized <b>networks</b>. PowerPack+ includes thousands of <b>desktop "
+"applications</b> and a comprehensive selection of world-class <b>server "
+"applications</b>."
msgstr ""
-#: share/advertising/dis-08.pl:13 share/advertising/ppp-08.pl:13
-#: share/advertising/pwp-07.pl:13
+#: share/advertising/09.pl:13
#, fuzzy, c-format
-msgid "<b>Mandrake Control Center</b>"
-msgstr "Κέντρο Ελέγχου Mandrake"
+msgid "<b>Mandrakesoft Products</b>"
+msgstr "Κέντρο Ελέγχου Mandrakelinux"
-#: share/advertising/dis-08.pl:15 share/advertising/ppp-08.pl:15
-#: share/advertising/pwp-07.pl:15
+#: share/advertising/09.pl:15
#, c-format
msgid ""
-"The Mandrake Control Center is an essential collection of Mandrake-specific "
-"utilities for simplifying the configuration of your computer."
+"<b>Mandrakesoft</b> has developed a wide range of <b>Mandrakelinux</b> "
+"products."
msgstr ""
-#: share/advertising/dis-08.pl:17 share/advertising/ppp-08.pl:17
-#: share/advertising/pwp-07.pl:17
+#: share/advertising/09.pl:17
+#, c-format
+msgid "The Mandrakelinux 10.1 products are:"
+msgstr ""
+
+#: share/advertising/09.pl:18
+#, c-format
+msgid "\t* <b>Discovery</b>, Your First Linux Desktop."
+msgstr ""
+
+#: share/advertising/09.pl:19
+#, c-format
+msgid "\t* <b>PowerPack</b>, The Ultimate Linux Desktop."
+msgstr ""
+
+#: share/advertising/09.pl:20
+#, c-format
+msgid "\t* <b>PowerPack+</b>, The Linux Solution for Desktops and Servers."
+msgstr ""
+
+#: share/advertising/09.pl:21
#, c-format
msgid ""
-"You will immediately appreciate this collection of handy utilities for "
-"easily configuring hardware devices, defining mount points, setting up "
-"Network and Internet, adjusting the security level of your computer, and "
-"just about everything related to the system."
+"\t* <b>Mandrakelinux 10.1 for x86-64</b>, The Mandrakelinux solution for "
+"making the most of your 64-bit processor."
msgstr ""
-#: share/advertising/dis-09.pl:13 share/advertising/dwd-06.pl:13
-#: share/advertising/ppp-09.pl:13 share/advertising/pwp-08.pl:13
-#, fuzzy, c-format
-msgid "<b>MandrakeStore</b>"
-msgstr "Κέντρο Ελέγχου Mandrake"
+#: share/advertising/10.pl:13
+#, c-format
+msgid "<b>Mandrakesoft Products (Nomad Products)</b>"
+msgstr ""
+
+#: share/advertising/10.pl:15
+#, c-format
+msgid ""
+"Mandrakesoft has developed two products that allow you to use Mandrakelinux "
+"<b>on any computer</b> and without any need to actually install it:"
+msgstr ""
-#: share/advertising/dis-09.pl:15 share/advertising/ppp-09.pl:15
-#: share/advertising/pwp-08.pl:15
+#: share/advertising/10.pl:16
#, c-format
msgid ""
-"Find all MandrakeSoft products and services at <b>MandrakeStore</b> -- our "
-"full service e-commerce platform."
+"\t* <b>Move</b>, a Mandrakelinux distribution that runs entirely from a "
+"bootable CD-Rom."
msgstr ""
-#: share/advertising/dis-09.pl:17 share/advertising/dwd-06.pl:19
-#: share/advertising/ppp-09.pl:17 share/advertising/pwp-08.pl:17
+#: share/advertising/10.pl:17
#, c-format
-msgid "Stop by today at <b>www.mandrakestore.com</b>"
+msgid ""
+"\t* <b>GlobeTrotter</b>, a Mandrakelinux distribution pre-installed on the "
+"ultra-compact “LaCie Mobile Hard Drive”."
msgstr ""
-#: share/advertising/dis-10.pl:13 share/advertising/ppp-10.pl:13
-#: share/advertising/pwp-09.pl:13
-#, fuzzy, c-format
-msgid "Become a <b>MandrakeClub</b> member!"
-msgstr "Γίνετε MandrakeExpert"
+#: share/advertising/11.pl:13
+#, c-format
+msgid "<b>Mandrakesoft Products (Professional Solutions)</b>"
+msgstr ""
-#: share/advertising/dis-10.pl:15 share/advertising/dwd-07.pl:15
-#: share/advertising/ppp-10.pl:15 share/advertising/pwp-09.pl:15
+#: share/advertising/11.pl:15
#, c-format
msgid ""
-"Take advantage of valuable benefits, products and services by joining "
-"MandrakeClub, such as:"
+"Below are the Mandrakesoft products designed to meet the <b>professional "
+"needs</b>:"
msgstr ""
-#: share/advertising/dis-10.pl:16 share/advertising/dwd-07.pl:16
-#: share/advertising/ppp-10.pl:17 share/advertising/pwp-09.pl:16
+#: share/advertising/11.pl:16
#, c-format
-msgid "\t- Full access to commercial applications"
+msgid "\t* <b>Corporate Desktop</b>, The Mandrakelinux Desktop for Businesses."
msgstr ""
-#: share/advertising/dis-10.pl:17 share/advertising/dwd-07.pl:17
-#: share/advertising/ppp-10.pl:18 share/advertising/pwp-09.pl:17
+#: share/advertising/11.pl:17
#, c-format
-msgid "\t- Special download mirror list exclusively for MandrakeClub Members"
+msgid "\t* <b>Corporate Server</b>, The Mandrakelinux Server Solution."
msgstr ""
-#: share/advertising/dis-10.pl:18 share/advertising/dwd-07.pl:18
-#: share/advertising/ppp-10.pl:19 share/advertising/pwp-09.pl:18
-#, fuzzy, c-format
-msgid "\t- Voting for software to put in Mandrakelinux"
-msgstr "Σας ευχαριστούμε που επιλέξατε το Mandrakelinux 9.2"
+#: share/advertising/11.pl:18
+#, c-format
+msgid "\t* <b>Multi-Network Firewall</b>, The Mandrakelinux Security Solution."
+msgstr ""
-#: share/advertising/dis-10.pl:19 share/advertising/dwd-07.pl:19
-#: share/advertising/ppp-10.pl:20 share/advertising/pwp-09.pl:19
+#: share/advertising/12.pl:13
#, c-format
-msgid "\t- Special discounts for products and services at MandrakeStore"
+msgid "<b>The KDE Choice</b>"
msgstr ""
-#: share/advertising/dis-10.pl:20 share/advertising/dwd-07.pl:20
-#: share/advertising/ppp-04.pl:21 share/advertising/ppp-06.pl:19
-#: share/advertising/ppp-10.pl:21 share/advertising/pwp-04.pl:21
-#: share/advertising/pwp-09.pl:20
+#: share/advertising/12.pl:15
#, c-format
-msgid "\t- Plus much more"
+msgid ""
+"With your Discovery, you will be introduced to <b>KDE</b>, the most advanced "
+"and user-friendly <b>graphical desktop environment</b> available."
msgstr ""
-#: share/advertising/dis-10.pl:22 share/advertising/dwd-07.pl:22
-#: share/advertising/ppp-10.pl:23 share/advertising/pwp-09.pl:22
+#: share/advertising/12.pl:17
#, c-format
-msgid "For more information, please visit <b>www.mandrakeclub.com</b>"
+msgid ""
+"KDE will make your <b>first steps</b> with Linux so <b>easy</b> that you "
+"won't ever think of running another operating system!"
msgstr ""
-#: share/advertising/dis-11.pl:13
+#: share/advertising/12.pl:19
+#, c-format
+msgid ""
+"KDE also includes a lot of <b>well integrated applications</b> such as "
+"Konqueror, the web browser and Kontact, the personal information manager."
+msgstr ""
+
+#: share/advertising/13-a.pl:13 share/advertising/13-b.pl:13
#, fuzzy, c-format
-msgid "Do you require assistance?"
-msgstr "Έχετε κάποιον προσαρμογέα %s;"
+msgid "<b>Choose your Favorite Desktop Environment</b>"
+msgstr "Επιλέξτε το κλειδί κρυπτογράφησης του συστήματος αρχείων"
-#: share/advertising/dis-11.pl:15 share/advertising/dwd-08.pl:16
-#: share/advertising/ppp-11.pl:15 share/advertising/pwp-10.pl:15
+#: share/advertising/13-a.pl:15
#, c-format
-msgid "<b>MandrakeExpert</b> is the primary source for technical support."
+msgid ""
+"With PowerPack, you will have the choice of the <b>graphical desktop "
+"environment</b>. Mandrakesoft has chosen <b>KDE</b> as the default one."
msgstr ""
-#: share/advertising/dis-11.pl:17 share/advertising/dwd-08.pl:18
-#: share/advertising/ppp-11.pl:17 share/advertising/pwp-10.pl:17
+#: share/advertising/13-a.pl:17 share/advertising/13-b.pl:17
#, c-format
msgid ""
-"If you have Linux questions, subscribe to MandrakeExpert at <b>www."
-"mandrakeexpert.com</b>"
+"KDE is one of the <b>most advanced</b> and <b>user-friendly</b> graphical "
+"desktop environment available. It includes a lot of integrated applications."
msgstr ""
-#: share/advertising/dwd-01.pl:17
+#: share/advertising/13-a.pl:19 share/advertising/13-b.pl:19
#, c-format
msgid ""
-"Mandrakelinux is committed to the Open Source Model and fully respects the "
-"General Public License. This new release is the result of collaboration "
-"between MandrakeSoft's team of developers and the worldwide community of "
-"Mandrakelinux contributors."
+"But we advise you to try all available ones (including <b>GNOME</b>, "
+"<b>IceWM</b>, etc.) and pick your favorite."
msgstr ""
-#: share/advertising/dwd-02.pl:13
+#: share/advertising/13-b.pl:15
#, c-format
-msgid "<b>Join the Mandrakelinux community!</b>"
+msgid ""
+"With PowerPack+, you will have the choice of the <b>graphical desktop "
+"environment</b>. Mandrakesoft has chosen <b>KDE</b> as the default one."
msgstr ""
-#: share/advertising/dwd-02.pl:15
+#: share/advertising/14.pl:13
+#, fuzzy, c-format
+msgid "<b>OpenOffice.org</b>"
+msgstr "OpenOffice.org Math"
+
+#: share/advertising/14.pl:15
#, c-format
-msgid ""
-"If you would like to get involved, please subscribe to the \"Cooker\" "
-"mailing list by visiting <b>mandrake-linux.com/cooker</b>"
+msgid "With Discovery, you will discover <b>OpenOffice.org</b>."
msgstr ""
-#: share/advertising/dwd-02.pl:17
+#: share/advertising/14.pl:17
#, c-format
msgid ""
-"To learn more about our dynamic community, please visit <b>www.mandrake-"
-"linux.com</b>!"
+"It is a <b>full-featured office suite</b> that includes word processor, "
+"spreadsheet, presentation and drawing applications."
msgstr ""
-#: share/advertising/dwd-03.pl:13
+#: share/advertising/14.pl:19
#, c-format
-msgid "<b>What is Mandrakelinux?</b>"
+msgid ""
+"OpenOffice.org can read and write most types of <b>Microsoft® Office</b> "
+"documents such as Word, Excel and PowerPoint® files."
msgstr ""
-#: share/advertising/dwd-03.pl:15
+#: share/advertising/15.pl:13
+#, c-format
+msgid "<b>Kontact</b>"
+msgstr "<b>Kontact</b>"
+
+#: share/advertising/15.pl:15
#, c-format
msgid ""
-"Mandrakelinux is an Open Source distribution created with thousands of the "
-"choicest applications from the Free Software world. Mandrakelinux is one of "
-"the most widely used Linux distributions worldwide!"
+"Discovery includes <b>Kontact</b>, the new KDE <b>groupware solution</b>."
msgstr ""
-#: share/advertising/dwd-03.pl:17
+#: share/advertising/15.pl:17
#, c-format
msgid ""
-"Mandrakelinux includes the famous graphical desktops KDE and GNOME, plus the "
-"latest versions of the most popular Open Source applications."
+"More than just a full-featured <b>e-mail client</b>, Kontact also includes "
+"an <b>address book</b>, a <b>calendar</b>, plus a tool for taking <b>notes</"
+"b>!"
msgstr ""
-#: share/advertising/dwd-04.pl:13
+#: share/advertising/15.pl:19
#, c-format
msgid ""
-"Mandrakelinux is widely known as the most user-friendly and the easiest to "
-"install and easy to use Linux distribution."
+"It is the easiest way to communicate with your contacts and to organize your "
+"time."
msgstr ""
-#: share/advertising/dwd-04.pl:15
+#: share/advertising/16.pl:13
+#, c-format
+msgid "<b>Surf the Internet</b>"
+msgstr "<b>Περιήγηση στο Διαδίκτυο</b>"
+
+#: share/advertising/16.pl:15
#, c-format
-msgid "Find out about our <b>Personal Solutions</b>:"
+msgid "Discovery will give you access to <b>every Internet resource</b>:"
msgstr ""
-#: share/advertising/dwd-04.pl:16
+#: share/advertising/16.pl:16
#, c-format
-msgid "\t- Find out Mandrakelinux on a bootable CD with <b>MandrakeMove</b>"
+msgid "\t* Browse the <b>Web</b> with Konqueror."
msgstr ""
-#: share/advertising/dwd-04.pl:17
+#: share/advertising/16.pl:17
#, c-format
-msgid ""
-"\t- If you use Linux mostly for Office, Internet and Multimedia tasks, "
-"<b>Discovery</b> perfectly meets your needs"
+msgid "\t* <b>Chat</b> online with your friends using Kopete."
+msgstr ""
+
+#: share/advertising/16.pl:18
+#, fuzzy, c-format
+msgid "\t* <b>Transfer</b> files with KBear."
+msgstr "Μεταφορά Αρχείων με FTP"
+
+#: share/advertising/16.pl:19 share/advertising/17.pl:19
+#: share/advertising/18.pl:22
+#, c-format
+msgid "\t* ..."
msgstr ""
-#: share/advertising/dwd-04.pl:18
+#: share/advertising/17.pl:13
#, c-format
-msgid ""
-"\t- If you appreciate the largest selection of software including powerful "
-"development tools, <b>PowerPack</b> is for you"
+msgid "<b>Enjoy our Multimedia Features</b>"
+msgstr ""
+
+#: share/advertising/17.pl:15
+#, c-format
+msgid "Discovery will also make <b>multimedia</b> very easy for you:"
+msgstr ""
+
+#: share/advertising/17.pl:16
+#, c-format
+msgid "\t* Watch your favorite <b>videos</b> with Kaffeine."
+msgstr ""
+
+#: share/advertising/17.pl:17
+#, c-format
+msgid "\t* Listen to your <b>music files</b> with amaroK."
msgstr ""
-#: share/advertising/dwd-04.pl:19
+#: share/advertising/17.pl:18
+#, c-format
+msgid "\t* Edit and create <b>images</b> with the GIMP."
+msgstr ""
+
+#: share/advertising/18.pl:13
+#, c-format
+msgid "<b>Enjoy the Wide Range of Applications</b>"
+msgstr ""
+
+#: share/advertising/18.pl:15
#, c-format
msgid ""
-"\t- If you require a full-featured Linux solution customized for small to "
-"medium-sized networks, choose <b>PowerPack+</b>"
+"In the Mandrakelinux menu you will find <b>easy-to-use</b> applications for "
+"<b>all of your tasks</b>:"
msgstr ""
-#: share/advertising/dwd-05.pl:13
+#: share/advertising/18.pl:16
#, c-format
-msgid "Find out also our <b>Business Solutions</b>!"
+msgid "\t* Create, edit and share office documents with <b>OpenOffice.org</b>."
msgstr ""
-#: share/advertising/dwd-05.pl:15
+#: share/advertising/18.pl:17
#, c-format
msgid ""
-"<b>Corporate Server</b>: the ideal solution for entreprises. It is a "
-"complete \"all-in-one\" solution that includes everything needed to rapidly "
-"deploy world-class Linux server applications."
+"\t* Manage your personal data with the integrated personal information "
+"suites <b>Kontact</b> and <b>Evolution</b>."
msgstr ""
-#: share/advertising/dwd-05.pl:17
+#: share/advertising/18.pl:18
+#, c-format
+msgid "\t* Browse the web with <b>Mozilla</b> and <b>Konqueror</b>."
+msgstr ""
+
+#: share/advertising/18.pl:19
+#, c-format
+msgid "\t* Participate in online chat with <b>Kopete</b>."
+msgstr ""
+
+#: share/advertising/18.pl:20
#, c-format
msgid ""
-"<b>Multi Network Firewall</b>: based on Linux 2.4 \"kernel secure\" to "
-"provide multi-VPN as well as multi-DMZ functionalities. It is the perfect "
-"high performance security solution."
+"\t* Listen to your <b>audio CDs</b> and <b>music files</b>, watch your "
+"<b>videos</b>."
+msgstr ""
+
+#: share/advertising/18.pl:21
+#, c-format
+msgid "\t* Edit and create images with the <b>GIMP</b>."
msgstr ""
-#: share/advertising/dwd-05.pl:19
+#: share/advertising/19.pl:13
+#, c-format
+msgid "<b>Development Environments</b>"
+msgstr "<b>Περιβάλλοντα ανάπτυξης</b>"
+
+#: share/advertising/19.pl:15 share/advertising/22.pl:15
#, c-format
msgid ""
-"<b>MandrakeClustering</b>: the power and speed of a Linux cluster combined "
-"with the stability and easy-of-use of the world-famous Mandrakelinux "
-"distribution. A unique blend for incomparable HPC performance."
+"PowerPack gives you the best tools to <b>develop</b> your own applications."
msgstr ""
-#: share/advertising/dwd-06.pl:15
+#: share/advertising/19.pl:17
#, c-format
msgid ""
-"Find all MandrakeSoft products at <b>MandrakeStore</b> -- our full service e-"
-"commerce platform."
+"You will enjoy the powerful, integrated development environment from KDE, "
+"<b>KDevelop</b>, which will let you program in a lot of languages."
msgstr ""
-#: share/advertising/dwd-06.pl:17
+#: share/advertising/19.pl:19
#, c-format
msgid ""
-"Find out also support incidents if you have any problems, from standard to "
-"professional support, from 1 to 50 incidents, take the one which meets "
-"perfectly your needs!"
+"PowerPack also ships with <b>GCC</b>, the leading Linux compiler and <b>GDB</"
+"b>, the associated debugger."
msgstr ""
-#: share/advertising/dwd-07.pl:13
+#: share/advertising/20.pl:13
#, fuzzy, c-format
-msgid "<b>Become a MandrakeClub member!</b>"
-msgstr "Γίνετε MandrakeExpert"
+msgid "<b>Development Editors</b>"
+msgstr "Ανάπτυξη"
-#: share/advertising/dwd-08.pl:14 share/advertising/ppp-11.pl:13
-#: share/advertising/pwp-10.pl:13
-#, fuzzy, c-format
-msgid "<b>Do you require assistance?</b>"
-msgstr "Έχετε κάποιον προσαρμογέα %s;"
+#: share/advertising/20.pl:15
+#, c-format
+msgid "PowerPack will let you choose between those <b>popular editors</b>:"
+msgstr ""
-#: share/advertising/dwd-09.pl:16
+#: share/advertising/20.pl:16
#, c-format
-msgid "<b>Note</b>"
+msgid "\t* <b>Emacs</b>: a customizable and real time display editor."
msgstr ""
-#: share/advertising/dwd-09.pl:18
+#: share/advertising/20.pl:17
#, c-format
-msgid "This is the Mandrakelinux <b>Download version</b>."
+msgid ""
+"\t* <b>XEmacs</b>: another open source text editor and application "
+"development system."
msgstr ""
-#: share/advertising/dwd-09.pl:20
+#: share/advertising/20.pl:18
#, c-format
msgid ""
-"The free download version does not include commercial software, and "
-"therefore may not work with certain modems (such as some ADSL and RTC) and "
-"video cards (such as ATI® and NVIDIA®)."
+"\t* <b>Vim</b>: an advanced text editor with more features than standard Vi."
msgstr ""
-#: share/advertising/ppp-01.pl:17
+#: share/advertising/21.pl:13
+#, fuzzy, c-format
+msgid "<b>Development Languages</b>"
+msgstr "Ανάπτυξη"
+
+#: share/advertising/21.pl:15
#, c-format
msgid ""
-"Your new Mandrakelinux distribution and its many applications are the result "
-"of collaborative efforts between MandrakeSoft developers and Mandrakelinux "
-"contributors throughout the world."
+"With all these <b>powerful tools</b>, you will be able to write applications "
+"in <b>dozens of programming languages</b>:"
msgstr ""
-#: share/advertising/ppp-02.pl:13
+#: share/advertising/21.pl:16
#, c-format
-msgid "<b>PowerPack+</b>"
+msgid "\t* The famous <b>C language</b>."
msgstr ""
-#: share/advertising/ppp-02.pl:15
+#: share/advertising/21.pl:17
#, c-format
-msgid ""
-"PowerPack+ is a full-featured Linux solution for small to medium-sized "
-"networks. PowerPack+ increases the value of the standard PowerPack by adding "
-"a comprehensive selection of world-class server applications."
+msgid "\t* Object oriented languages:"
msgstr ""
-#: share/advertising/ppp-02.pl:17
+#: share/advertising/21.pl:18
#, c-format
-msgid ""
-"It is the only Mandrakelinux product that includes the groupware solution."
+msgid "\t\t* <b>C++</b>"
+msgstr "\t\t* <b>C++</b>"
+
+#: share/advertising/21.pl:19
+#, c-format
+msgid "\t\t* <b>Java™</b>"
+msgstr "\t\t* <b>Java™</b>"
+
+#: share/advertising/21.pl:20
+#, fuzzy, c-format
+msgid "\t* Scripting languages:"
+msgstr "Διαχειριστής Εκτυπώσεων"
+
+#: share/advertising/21.pl:21
+#, c-format
+msgid "\t\t* <b>Perl</b>"
+msgstr "\t\t* <b>Perl</b>"
+
+#: share/advertising/21.pl:22
+#, c-format
+msgid "\t\t* <b>Python</b>"
+msgstr "\t\t* <b>Python</b>"
+
+#: share/advertising/21.pl:23 share/advertising/28.pl:22
+#, c-format
+msgid "\t* And many more."
msgstr ""
-#: share/advertising/ppp-03.pl:13 share/advertising/pwp-03.pl:13
+#: share/advertising/22.pl:13
#, fuzzy, c-format
-msgid "<b>Choose your graphical Desktop environment!</b>"
-msgstr "Επιλέξτε το κλειδί κρυπτογράφησης του συστήματος αρχείων"
+msgid "<b>Development Tools</b>"
+msgstr "Ανάπτυξη"
-#: share/advertising/ppp-03.pl:15 share/advertising/pwp-03.pl:15
+#: share/advertising/22.pl:17
#, c-format
msgid ""
-"When you log into your Mandrakelinux system for the first time, you can "
-"choose between several popular graphical desktops environments, including: "
-"KDE, GNOME, WindowMaker, IceWM, and others."
+"With the powerful integrated development environment <b>KDevelop</b> and the "
+"leading Linux compiler <b>GCC</b>, you will be able to create applications "
+"in <b>many different languages</b> (C, C++, Java™, Perl, Python, etc.)."
msgstr ""
-#: share/advertising/ppp-04.pl:13
+#: share/advertising/23.pl:13
+#, fuzzy, c-format
+msgid "<b>Groupware Server</b>"
+msgstr "<b>Διακομιστές</b>"
+
+#: share/advertising/23.pl:15
#, c-format
msgid ""
-"In the Mandrakelinux menu you will find easy-to-use applications for all "
-"tasks:"
+"PowerPack+ will give you access to <b>Kolab</b>, a full-featured "
+"<b>groupware server</b> which will, thanks to the client <b>Kontact</b>, "
+"allow you to:"
msgstr ""
-#: share/advertising/ppp-04.pl:15 share/advertising/pwp-04.pl:15
+#: share/advertising/23.pl:16
+#, fuzzy, c-format
+msgid "\t* Send and receive your <b>e-mails</b>."
+msgstr "Στείλτε και λάβετε μηνύματα WinPopup"
+
+#: share/advertising/23.pl:17
#, c-format
-msgid "\t- Create, edit and share office documents with <b>OpenOffice.org</b>"
+msgid "\t* Share your <b>agendas</b> and your <b>address books</b>."
msgstr ""
-#: share/advertising/ppp-04.pl:16
+#: share/advertising/23.pl:18
#, c-format
-msgid ""
-"\t- Take charge of your personal data with the integrated personal "
-"information suites: <b>Kontact</b> and <b>Evolution</b>"
+msgid "\t* Manage your <b>memos</b> and <b>task lists</b>."
msgstr ""
-#: share/advertising/ppp-04.pl:17
+#: share/advertising/24.pl:13
#, c-format
-msgid "\t- Browse the Web with <b>Mozilla and Konqueror</b>"
+msgid "<b>Servers</b>"
+msgstr "<b>Διακομιστές</b>"
+
+#: share/advertising/24.pl:15
+#, c-format
+msgid ""
+"Empower your business network with <b>premier server solutions</b> including:"
msgstr ""
-#: share/advertising/ppp-04.pl:18 share/advertising/pwp-04.pl:18
+#: share/advertising/24.pl:16
#, c-format
-msgid "\t- Participate in online chat with <b>Kopete</b>"
+msgid ""
+"\t* <b>Samba</b>: File and print services for Microsoft® Windows® clients."
msgstr ""
-#: share/advertising/ppp-04.pl:19
+#: share/advertising/24.pl:17
+#, fuzzy, c-format
+msgid "\t* <b>Apache</b>: The most widely used web server."
+msgstr "Εξυπηρετητής Apache World Wide Web"
+
+#: share/advertising/24.pl:18
#, c-format
msgid ""
-"\t- Listen to audio CDs and music files with <b>KsCD</b> and <b>Totem</b>"
+"\t* <b>MySQL</b> and <b>PostgreSQL</b>: The world's most popular open source "
+"databases."
msgstr ""
-#: share/advertising/ppp-04.pl:20 share/advertising/pwp-04.pl:20
+#: share/advertising/24.pl:19
#, c-format
-msgid "\t- Edit images and photos with <b>The Gimp</b>"
+msgid ""
+"\t* <b>CVS</b>: Concurrent Versions System, the dominant open source network-"
+"transparent version control system."
msgstr ""
-#: share/advertising/ppp-05.pl:13
+#: share/advertising/24.pl:20
#, c-format
msgid ""
-"PowerPack+ includes everything needed for developing and creating your own "
-"software, including:"
+"\t* <b>ProFTPD</b>: The highly configurable GPL-licensed FTP server software."
msgstr ""
-#: share/advertising/ppp-05.pl:15 share/advertising/pwp-05.pl:16
+#: share/advertising/24.pl:21
#, c-format
msgid ""
-"\t- <b>Kdevelop</b>: a full featured, easy to use Integrated Development "
-"Environment for C++ programming"
+"\t* <b>Postfix</b> and <b>Sendmail</b>: The popular and powerful mail "
+"servers."
msgstr ""
-#: share/advertising/ppp-05.pl:16 share/advertising/pwp-05.pl:17
+#: share/advertising/25.pl:13
+#, c-format
+msgid "<b>Mandrakelinux Control Center</b>"
+msgstr "<b>Κέντρο Ελέγχου Mandrakelinux</b>"
+
+#: share/advertising/25.pl:15
#, c-format
-msgid "\t- <b>GCC</b>: the GNU Compiler Collection"
+msgid ""
+"The <b>Mandrakelinux Control Center</b> is an essential collection of "
+"Mandrakelinux-specific utilities designed to simplify the configuration of "
+"your computer."
msgstr ""
-#: share/advertising/ppp-05.pl:17 share/advertising/pwp-05.pl:18
+#: share/advertising/25.pl:17
#, c-format
-msgid "\t- <b>GDB</b>: the GNU Project debugger"
+msgid ""
+"You will immediately appreciate this collection of <b>more than 60</b> handy "
+"utilities for <b>easily configuring your system</b>: hardware devices, mount "
+"points, network and Internet, security level of your computer, etc."
msgstr ""
-#: share/advertising/ppp-05.pl:18 share/advertising/pwp-06.pl:16
+#: share/advertising/26.pl:13
#, c-format
-msgid "\t- <b>Emacs</b>: a customizable and real time display editor"
+msgid "<b>The Open Source Model</b>"
msgstr ""
-#: share/advertising/ppp-05.pl:19
+#: share/advertising/26.pl:15
#, c-format
msgid ""
-"\t- <b>Xemacs</b>: open source text editor and application development system"
+"Like all computer programming, open source software <b>requires time and "
+"people</b> for development. In order to respect the open source philosophy, "
+"Mandrakesoft sells added value products and services to <b>keep improving "
+"Mandrakelinux</b>. If you want to <b>support the open source philosophy</b> "
+"and the development of Mandrakelinux, <b>please</b> consider buying one of "
+"our products or services!"
msgstr ""
-#: share/advertising/ppp-05.pl:20
+#: share/advertising/27.pl:13
+#, fuzzy, c-format
+msgid "<b>Online Store</b>"
+msgstr "Κέντρο Ελέγχου Mandrakelinux"
+
+#: share/advertising/27.pl:15
#, c-format
msgid ""
-"\t- <b>Vim</b>: advanced text editor with more features than standard Vi"
+"To learn more about Mandrakesoft products and services, you can visit our "
+"<b>e-commerce platform</b>."
msgstr ""
-#: share/advertising/ppp-06.pl:13
+#: share/advertising/27.pl:17
#, c-format
-msgid "<b>Discover the full-featured groupware solution!</b>"
+msgid "There you can find all our products, services and third-party products."
msgstr ""
-#: share/advertising/ppp-06.pl:15
+#: share/advertising/27.pl:19
#, c-format
-msgid "It includes both server and client features for:"
+msgid ""
+"This platform has just been <b>redesigned</b> to improve its efficiency and "
+"usability."
msgstr ""
-#: share/advertising/ppp-06.pl:16
+#: share/advertising/27.pl:21
#, c-format
-msgid "\t- Sending and receiving emails"
+msgid "Stop by today at <b>store.mandrakesoft.com</b>!"
msgstr ""
-#: share/advertising/ppp-06.pl:17
+#: share/advertising/28.pl:13
+#, c-format
+msgid "<b>Mandrakeclub</b>"
+msgstr "<b>Mandrakeclub</b>"
+
+#: share/advertising/28.pl:15
#, c-format
msgid ""
-"\t- Calendar, Task List, Memos, Contacts, Meeting Request (sending and "
-"receiving), Task Requests (sending and receiving)"
+"<b>Mandrakeclub</b> is the <b>perfect companion</b> to your Mandrakelinux "
+"product.."
msgstr ""
-#: share/advertising/ppp-06.pl:18
+#: share/advertising/28.pl:17
#, c-format
-msgid "\t- Address Book (server and client)"
+msgid ""
+"Take advantage of <b>valuable benefits</b> by joining Mandrakeclub, such as:"
msgstr ""
-#: share/advertising/ppp-07.pl:13
+#: share/advertising/28.pl:18
#, c-format
msgid ""
-"Empower your business network with <b>premier server solutions</b> including:"
+"\t* <b>Special discounts</b> on products and services of our online store "
+"<b>store.mandrakesoft.com</b>."
msgstr ""
-#: share/advertising/ppp-07.pl:15
+#: share/advertising/28.pl:19
#, c-format
-msgid "\t- <b>Samba</b>: File and print services for MS-Windows clients"
+msgid ""
+"\t* Access to <b>commercial applications</b> (for example to NVIDIA® or ATI™ "
+"drivers)."
msgstr ""
-#: share/advertising/ppp-07.pl:16
-#, fuzzy, c-format
-msgid "\t- <b>Apache</b>: The most widely used Web server"
-msgstr "Εξυπηρετητής Apache World Wide Web"
+#: share/advertising/28.pl:20
+#, c-format
+msgid "\t* Participation in Mandrakelinux <b>user forums</b>."
+msgstr ""
-#: share/advertising/ppp-07.pl:17
+#: share/advertising/28.pl:21
#, c-format
-msgid "\t- <b>MySQL</b>: The world's most popular Open Source database"
+msgid ""
+"\t* <b>Early and privileged access</b>, before public release, to "
+"Mandrakelinux <b>ISO images</b>."
msgstr ""
-#: share/advertising/ppp-07.pl:18
+#: share/advertising/29.pl:13
+#, c-format
+msgid "<b>Mandrakeonline</b>"
+msgstr "<b>Mandrakeonline</b>"
+
+#: share/advertising/29.pl:15
#, c-format
msgid ""
-"\t- <b>CVS</b>: Concurrent Versions System, the dominant open-source network-"
-"transparent version control system"
+"<b>Mandrakeonline</b> is a new premium service that Mandrakesoft is proud to "
+"offer its customers!"
msgstr ""
-#: share/advertising/ppp-07.pl:19
+#: share/advertising/29.pl:17
#, c-format
msgid ""
-"\t- <b>ProFTPD</b>: the highly configurable GPL-licensed FTP server software"
+"Mandrakeonline provides a wide range of valuable services for <b>easily "
+"updating</b> your Mandrakelinux systems:"
msgstr ""
-#: share/advertising/ppp-07.pl:20
+#: share/advertising/29.pl:18
#, c-format
-msgid "\t- And others"
+msgid "\t* <b>Perfect</b> system security (automated software updates)."
msgstr ""
-#: share/advertising/pwp-01.pl:17
+#: share/advertising/29.pl:19
#, c-format
msgid ""
-"Your new Mandrakelinux distribution is the result of collaborative efforts "
-"between MandrakeSoft developers and Mandrakelinux contributors throughout "
-"the world."
+"\t* <b>Notification</b> of updates (by e-mail or by an applet on the "
+"desktop)."
+msgstr ""
+
+#: share/advertising/29.pl:20
+#, c-format
+msgid "\t* Flexible <b>scheduled</b> updates."
msgstr ""
-#: share/advertising/pwp-01.pl:19
+#: share/advertising/29.pl:21
#, c-format
msgid ""
-"We would like to thank everyone who participated in the development of our "
-"latest release."
+"\t* Management of <b>all your Mandrakelinux systems</b> with one account."
msgstr ""
-#: share/advertising/pwp-02.pl:13
+#: share/advertising/30.pl:13
+#, c-format
+msgid "<b>Mandrakeexpert</b>"
+msgstr "<b>Mandrakeexpert</b>"
+
+#: share/advertising/30.pl:15
#, c-format
-msgid "<b>PowerPack</b>"
+msgid ""
+"Do you require <b>assistance?</b> Meet Mandrakesoft's technical experts on "
+"<b>our technical support platform</b> www.mandrakeexpert.com."
msgstr ""
-#: share/advertising/pwp-02.pl:15
+#: share/advertising/30.pl:17
#, c-format
msgid ""
-"PowerPack is MandrakeSoft's premier Linux desktop product. In addition to "
-"being the easiest and the most user-friendly Linux distribution, PowerPack "
-"includes thousands of applications - everything from the most popular to the "
-"most technical."
+"Thanks to the help of <b>qualified Mandrakelinux experts</b>, you will save "
+"a lot of time."
msgstr ""
-#: share/advertising/pwp-04.pl:13
+#: share/advertising/30.pl:19
#, c-format
msgid ""
-"In the Mandrakelinux menu you will find easy-to-use applications for all of "
-"your tasks:"
+"For any question related to Mandrakelinux, you have the possibility to "
+"purchase support incidents at <b>store.mandrakesoft.com</b>."
msgstr ""
-#: share/advertising/pwp-04.pl:16
+#: share/compssUsers.pl:25
#, c-format
+msgid "Office Workstation"
+msgstr "Σταθμός Εργασίας Γραφείου"
+
+#: share/compssUsers.pl:27
+#, fuzzy, c-format
msgid ""
-"\t- Take charge of your personal data with the integrated personal "
-"information suites <b>Kontact</b> and <b>Evolution</b>"
+"Office programs: wordprocessors (OpenOffice.org Writer, Kword), spreadsheets "
+"(OpenOffice.org Calc, Kspread), PDF viewers, etc"
msgstr ""
+"Εργαλεία γραφείου: Επεξεργαστές κειμένου(kword, abiword), λογιστικά φύλλα "
+"(kspread, gnumeric), αρχεία pdf κλπ"
-#: share/advertising/pwp-04.pl:17
+#: share/compssUsers.pl:28
#, c-format
-msgid "\t- Browse the Web with <b>Mozilla</b> and <b>Konqueror</b>"
+msgid ""
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
+"Εργαλεία γραφείου: Επεξεργαστές κειμένου(kword, abiword), λογιστικά φύλλα "
+"(kspread, gnumeric), αρχεία pdf κλπ"
+
+#: share/compssUsers.pl:33
+#, c-format
+msgid "Game station"
+msgstr "Σταθμός παιχνιδιών"
+
+#: share/compssUsers.pl:34
+#, c-format
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Διασκέδαση (παιχνίδια)"
+
+#: share/compssUsers.pl:37
+#, c-format
+msgid "Multimedia station"
+msgstr "Σταθμός πολυμέσων"
+
+#: share/compssUsers.pl:38
+#, c-format
+msgid "Sound and video playing/editing programs"
+msgstr "Προγράμματα αναπαραγωγής και διαχείρισης video και ήχου"
-#: share/advertising/pwp-04.pl:19
+#: share/compssUsers.pl:43
#, c-format
-msgid "\t- Listen to audio CDs and music files with KsCD and <b>Totem</b>"
+msgid "Internet station"
+msgstr "Σταθμός Διαδικτύου"
+
+#: share/compssUsers.pl:44
+#, fuzzy, c-format
+msgid ""
+"Set of tools to read and send mail and news (mutt, tin..) and to browse the "
+"Web"
msgstr ""
+"Εργαλεία για αποστολή και λήψη αλληλογραφίας και ειδήσεων (pine, mutt, "
+"tin...) και περιήγηση στο Διαδίκτυο"
+
+#: share/compssUsers.pl:49
+#, c-format
+msgid "Network Computer (client)"
+msgstr "Υπολογιστής Δικτύου (πελάτης)"
+
+#: share/compssUsers.pl:50
+#, c-format
+msgid "Clients for different protocols including ssh"
+msgstr "Πελάτες για διαφορετικά πρωτόκολλα συμπεριλαμβανομένου του ssh"
+
+#: share/compssUsers.pl:54
+#, c-format
+msgid "Configuration"
+msgstr "Ρύθμιση"
+
+#: share/compssUsers.pl:55
+#, c-format
+msgid "Tools to ease the configuration of your computer"
+msgstr "Εργαλεία για διευκόλυνση της ρύθμισης του υπολογιστή σας"
+
+#: share/compssUsers.pl:59
+#, c-format
+msgid "Console Tools"
+msgstr "Εργαλεία Κονσόλας"
+
+#: share/compssUsers.pl:60
+#, c-format
+msgid "Editors, shells, file tools, terminals"
+msgstr "Επεξεργαστές κειμένου, κελύφη, εργαλεία αρχείων, τερματικά"
+
+#: share/compssUsers.pl:65 share/compssUsers.pl:165
+#, c-format
+msgid "C and C++ development libraries, programs and include files"
+msgstr "Βιβλιοθήκες ανάπτυξης C και C++, προγράμματα και άλλα αρχεία"
+
+#: share/compssUsers.pl:69 share/compssUsers.pl:169
+#, c-format
+msgid "Documentation"
+msgstr "Τεκμηρίωση"
+
+#: share/compssUsers.pl:70 share/compssUsers.pl:170
+#, c-format
+msgid "Books and Howto's on Linux and Free Software"
+msgstr "Βιβλία και οδηγοί για το Linux και το Ελεύθερο Λογισμικό"
+
+#: share/compssUsers.pl:74 share/compssUsers.pl:173
+#, c-format
+msgid "LSB"
+msgstr "LSB"
+
+#: share/compssUsers.pl:75 share/compssUsers.pl:174
+#, c-format
+msgid "Linux Standard Base. Third party applications support"
+msgstr "Linux Standard Base. Υποστήριξη εφαρμογών τρίτων"
-#: share/advertising/pwp-05.pl:13 share/advertising/pwp-06.pl:13
+#: share/compssUsers.pl:85
#, fuzzy, c-format
-msgid "<b>Development tools</b>"
-msgstr "Ανάπτυξη"
+msgid "Apache"
+msgstr "Θέση"
+
+#: share/compssUsers.pl:88
+#, fuzzy, c-format
+msgid "Groupware"
+msgstr "oμάδα"
+
+#: share/compssUsers.pl:89
+#, fuzzy, c-format
+msgid "Kolab Server"
+msgstr "Εξυπηρετητής Samba"
-#: share/advertising/pwp-05.pl:15
+#: share/compssUsers.pl:92 share/compssUsers.pl:133
#, c-format
-msgid ""
-"PowerPack includes everything needed for developing and creating your own "
-"software, including:"
+msgid "Firewall/Router"
+msgstr "Τοίχος Προστασίας/Δρομολογητής"
+
+#: share/compssUsers.pl:93 share/compssUsers.pl:134
+#, c-format
+msgid "Internet gateway"
+msgstr "Πύλη Διαδικτύου"
+
+#: share/compssUsers.pl:96
+#, fuzzy, c-format
+msgid "Mail/News"
+msgstr "/Αρχείο/_Νέο"
+
+#: share/compssUsers.pl:97
+#, fuzzy, c-format
+msgid "Postfix mail server, Inn news server"
+msgstr "Εξυπηρετητής ταχυδρομείου Postfix"
+
+#: share/compssUsers.pl:100
+#, fuzzy, c-format
+msgid "Directory Server"
+msgstr "Επαναφορά από CD"
+
+#: share/compssUsers.pl:104
+#, fuzzy, c-format
+msgid "FTP Server"
+msgstr "Εξυπηρετητής NTP"
+
+#: share/compssUsers.pl:105
+#, c-format
+msgid "ProFTPd"
msgstr ""
-#: share/advertising/pwp-06.pl:15
+#: share/compssUsers.pl:108
+#, fuzzy, c-format
+msgid "DNS/NIS"
+msgstr "DNS/NIS "
+
+#: share/compssUsers.pl:109
+#, c-format
+msgid "Domain Name and Network Information Server"
+msgstr "Εξυπηρετητής Όνομα Τομέα και Πληροφοριών Δικτύου"
+
+#: share/compssUsers.pl:112
+#, fuzzy, c-format
+msgid "File and Printer Sharing Server"
+msgstr "Εξυπηρετητής Εκτυπώσεων"
+
+#: share/compssUsers.pl:113
+#, fuzzy, c-format
+msgid "NFS Server, Samba server"
+msgstr "Εξυπηρετητής Samba"
+
+#: share/compssUsers.pl:116 share/compssUsers.pl:129
+#, c-format
+msgid "Database"
+msgstr "Βάση Δεδομένων"
+
+#: share/compssUsers.pl:117
+#, fuzzy, c-format
+msgid "PostgreSQL and MySQL Database Server"
+msgstr "Εξυπηρετητής βάσης δεδομένων PostgreSQL ή MySQL"
+
+#: share/compssUsers.pl:121
+#, c-format
+msgid "Web/FTP"
+msgstr "Web/FTP"
+
+#: share/compssUsers.pl:122
#, c-format
-msgid "And of course the editors!"
+msgid "Apache, Pro-ftpd"
+msgstr "Apache, Pro-ftpd"
+
+#: share/compssUsers.pl:125
+#, c-format
+msgid "Mail"
+msgstr "Ταχυδρομείο"
+
+#: share/compssUsers.pl:126
+#, c-format
+msgid "Postfix mail server"
+msgstr "Εξυπηρετητής ταχυδρομείου Postfix"
+
+#: share/compssUsers.pl:130
+#, c-format
+msgid "PostgreSQL or MySQL database server"
+msgstr "Εξυπηρετητής βάσης δεδομένων PostgreSQL ή MySQL"
+
+#: share/compssUsers.pl:137
+#, c-format
+msgid "Network Computer server"
+msgstr "Εξυπηρετητής δικτύου"
+
+#: share/compssUsers.pl:138
+#, c-format
+msgid "NFS server, SMB server, Proxy server, ssh server"
msgstr ""
+"εξυπηρετητής NFS, εξυπηρετητής SMB, εξυπηρετητής Proxy, εξυπηρετητής ssh"
+
+#: share/compssUsers.pl:146
+#, c-format
+msgid "KDE Workstation"
+msgstr "Σταθμός εργασίας KDE"
-#: share/advertising/pwp-06.pl:17
+#: share/compssUsers.pl:147
#, c-format
msgid ""
-"\t- <b>Xemacs</b>: another open source text editor and application "
-"development system"
-msgstr ""
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
+msgstr "Το περιβάλλον γραφείου KDE με μια συλλογή συνοδευτικών εργαλείων"
-#: share/advertising/pwp-06.pl:18
+#: share/compssUsers.pl:151
+#, c-format
+msgid "GNOME Workstation"
+msgstr "Σταθμός Εργασίας Gnome"
+
+#: share/compssUsers.pl:152
#, c-format
msgid ""
-"\t- <b>Vim</b>: an advanced text editor with more features than standard Vi"
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
+msgstr "Γραφικό περιβάλλον με φιλικά εργαλεία και εφαρμογές"
+
+#: share/compssUsers.pl:155
+#, c-format
+msgid "Other Graphical Desktops"
+msgstr "Άλλα γραφικά περιβάλλοντα"
+
+#: share/compssUsers.pl:156
+#, c-format
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, κλπ"
+
+#: share/compssUsers.pl:179
+#, fuzzy, c-format
+msgid "Utilities"
+msgstr "Φιλιππίνες"
+
+#: share/compssUsers.pl:181 share/compssUsers.pl:182 standalone/logdrake:381
+#, c-format
+msgid "SSH Server"
+msgstr "Εξυπηρετητής SSH"
+
+#: share/compssUsers.pl:186
+#, fuzzy, c-format
+msgid "Webmin"
+msgstr "Υπηρεσία Webmin"
+
+#: share/compssUsers.pl:187
+#, fuzzy, c-format
+msgid "Webmin Remote Configuration Server"
+msgstr "Ρύθμιση του Διακομιστή Τερματικού Mandrake"
+
+#: share/compssUsers.pl:191
+#, fuzzy, c-format
+msgid "Network Utilities/Monitoring"
+msgstr "Παρακολούθηση Δικτύου"
+
+#: share/compssUsers.pl:192
+#, c-format
+msgid "Monitoring tools, processes accounting, tcpdump, nmap, ..."
msgstr ""
+#: share/compssUsers.pl:196
+#, fuzzy, c-format
+msgid "MandrakeSoft Wizards"
+msgstr "Κέντρο Ελέγχου Mandrakelinux"
+
+#: share/compssUsers.pl:197
+#, fuzzy, c-format
+msgid "Wizards to configure server"
+msgstr "Απέτυχε η ρύθμιση του εκτυπωτή \"%s\"!"
+
#: standalone.pm:21
#, fuzzy, c-format
msgid ""
@@ -15329,8 +16108,8 @@ msgid ""
"\n"
"OPTIONS:\n"
" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
+" --report - program should be one of mandrakelinux tools\n"
+" --incident - program should be one of mandrakelinux tools"
msgstr ""
#: standalone.pm:63
@@ -15353,7 +16132,7 @@ msgid ""
"OPTIONS:\n"
"--windows_import : import from all available windows partitions.\n"
"--xls_fonts : show all fonts that already exist from xls\n"
-"--install : accept any font file and any directry.\n"
+"--install : accept any font file and any directory.\n"
"--uninstall : uninstall any font or any directory of font.\n"
"--replace : replace all font if already exist\n"
"--application : 0 none application.\n"
@@ -15377,7 +16156,7 @@ msgstr ""
#, fuzzy, c-format
msgid ""
"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
+"Mandrakelinux Terminal Server Configurator\n"
"--enable : enable MTS\n"
"--disable : disable MTS\n"
"--start : start MTS\n"
@@ -15468,7 +16247,7 @@ msgid ""
" XFdrake resolution"
msgstr ""
-#: standalone.pm:128
+#: standalone.pm:133
#, c-format
msgid ""
"\n"
@@ -15479,106 +16258,100 @@ msgstr ""
"Χρήση: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
"testing] [-v|--version] "
-#: standalone/XFdrake:87
+#: standalone/XFdrake:85
#, c-format
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Παρακαλώ αποσυνδεθείτε και μετά πατήστε Ctrl-Alt-BackSpace"
-#: standalone/XFdrake:91
+#: standalone/XFdrake:89
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:79
+#: standalone/drakTermServ:76
#, c-format
msgid "Useless without Terminal Server"
msgstr ""
-#: standalone/drakTermServ:116 standalone/drakTermServ:123
+#: standalone/drakTermServ:108 standalone/drakTermServ:114
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:136
+#: standalone/drakTermServ:125
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:131
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:500
-#: standalone/drakfont:575
-#, c-format
-msgid "OK"
-msgstr "Εντάξει"
-
-#: standalone/drakTermServ:237 standalone/drakTermServ:240
+#: standalone/drakTermServ:213 standalone/drakTermServ:216
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Ρύθμιση του Διακομιστή Τερματικού Mandrake"
-#: standalone/drakTermServ:255
+#: standalone/drakTermServ:231
#, c-format
msgid "Enable Server"
msgstr "Ενεργοποίηση Εξυπηρετητή"
-#: standalone/drakTermServ:261
+#: standalone/drakTermServ:237
#, c-format
msgid "Disable Server"
msgstr "Απενεργοποίηση Εξυπηρετητή"
-#: standalone/drakTermServ:269
+#: standalone/drakTermServ:245
#, c-format
msgid "Start Server"
msgstr "Εκκίνηση Εξυπηρετητής"
-#: standalone/drakTermServ:275
+#: standalone/drakTermServ:251
#, c-format
msgid "Stop Server"
msgstr "Τερματισμός Εξυπηρετητή"
-#: standalone/drakTermServ:283
+#: standalone/drakTermServ:259
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr "Etherboot Floppy/ISO"
-#: standalone/drakTermServ:287
+#: standalone/drakTermServ:263
#, c-format
msgid "Net Boot Images"
msgstr "Εικόνες Net Boot"
-#: standalone/drakTermServ:293
+#: standalone/drakTermServ:269
#, c-format
msgid "Add/Del Users"
msgstr "Προσθήκη/Αφαίρεση Χρηστών"
-#: standalone/drakTermServ:297
+#: standalone/drakTermServ:273
#, c-format
msgid "Add/Del Clients"
msgstr "Προσθήκη/Αφαίρεση Πελατών"
-#: standalone/drakTermServ:308 standalone/drakbug:54
+#: standalone/drakTermServ:284 standalone/drakbug:47
#, c-format
msgid "First Time Wizard"
msgstr "Οδηγός Πρώτης Φοράς"
-#: standalone/drakTermServ:340 standalone/drakTermServ:341
+#: standalone/drakTermServ:315 standalone/drakTermServ:316
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:347
+#: standalone/drakTermServ:322
#, c-format
msgid ""
"\n"
" This wizard routine will:\n"
" \t1) Ask you to select either 'thin' or 'fat' clients.\n"
-"\t2) Setup dhcp.\n"
+"\t2) Setup DHCP.\n"
"\t\n"
"After doing these steps, the wizard will:\n"
"\t\n"
@@ -15595,22 +16368,22 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:392
+#: standalone/drakTermServ:367
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Κάντε κλικ εδώ για να ξεκινήσει ο οδηγός ->"
-#: standalone/drakTermServ:404
+#: standalone/drakTermServ:379
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:432
+#: standalone/drakTermServ:407
#, fuzzy, c-format
msgid "Use thin clients."
msgstr "Προσθήκη/Αφαίρεση Πελατών"
-#: standalone/drakTermServ:434
+#: standalone/drakTermServ:409
#, c-format
msgid ""
"Please select default client type.\n"
@@ -15619,45 +16392,45 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:446 standalone/drakTermServ:1061
+#: standalone/drakTermServ:421 standalone/drakTermServ:1034
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:453
+#: standalone/drakTermServ:428
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:454 standalone/drakTermServ:753
-#: standalone/drakTermServ:769
+#: standalone/drakTermServ:429 standalone/drakTermServ:726
+#: standalone/drakTermServ:742
#, c-format
msgid "This will take a few minutes."
msgstr "Αυτό θα διαρκέσει μερικά λεπτά."
-#: standalone/drakTermServ:458 standalone/drakTermServ:478
+#: standalone/drakTermServ:433 standalone/drakTermServ:452
#, fuzzy, c-format
msgid "Done!"
msgstr "Ολοκληρώθηκε"
-#: standalone/drakTermServ:464
+#: standalone/drakTermServ:438
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:484
+#: standalone/drakTermServ:458
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:493
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Ρύθμιση του Διακομιστή Τερματικού Mandrake"
-#: standalone/drakTermServ:520
+#: standalone/drakTermServ:494
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
@@ -15673,7 +16446,7 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:526
+#: standalone/drakTermServ:500
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
@@ -15693,7 +16466,7 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:544
+#: standalone/drakTermServ:518
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
@@ -15704,14 +16477,14 @@ msgid ""
"\t\t\t\n"
" Note: The '#type' entry is only used by drakTermServ. Clients can "
"either be 'thin'\n"
-" or 'fat'. Thin clients run most software on the server via xdmcp, "
+" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
" most software on the client machine. A special inittab, %s is\n"
" written for thin clients. System config files xdm-config, kdmrc, and "
"gdm.conf are \n"
-" modified if thin clients are used, to enable xdmcp. Since there are "
+" modified if thin clients are used, to enable XDMCP. Since there are "
"security issues in \n"
-" using xdmcp, hosts.deny and hosts.allow are modified to limit access "
+" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
"to the local\n"
" subnet.\n"
"\t\t\t\n"
@@ -15732,7 +16505,7 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:564
+#: standalone/drakTermServ:538
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
@@ -15750,7 +16523,7 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:576
+#: standalone/drakTermServ:550
#, c-format
msgid ""
" - Maintain %s:\n"
@@ -15761,7 +16534,7 @@ msgid ""
"file."
msgstr ""
-#: standalone/drakTermServ:580
+#: standalone/drakTermServ:554
#, c-format
msgid ""
" - Per client %s:\n"
@@ -15772,7 +16545,7 @@ msgid ""
" \tdrakTermServ will help create these files."
msgstr ""
-#: standalone/drakTermServ:585
+#: standalone/drakTermServ:559
#, c-format
msgid ""
" - Per client system configuration files:\n"
@@ -15792,7 +16565,7 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:594
+#: standalone/drakTermServ:568
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
@@ -15802,7 +16575,7 @@ msgid ""
"the boot image to \n"
" \teach diskless client.\n"
"\n"
-" \tA typical tftp configuration file looks like:\n"
+" \tA typical TFTP configuration file looks like:\n"
" \t\t\n"
" \tservice tftp\n"
"\t\t\t{\n"
@@ -15822,13 +16595,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initate the boot sequence. drakTermServ will help "
+" \tor CD to initiate the boot sequence. drakTermServ will help "
"generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
@@ -15840,62 +16613,62 @@ msgid ""
" \t\t/usr/lib/etherboot/zimg/3c509.zimg > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:624
#, c-format
msgid "Boot Floppy"
msgstr "Δισκέτα Εκκίνησης"
-#: standalone/drakTermServ:652
+#: standalone/drakTermServ:626
#, c-format
msgid "Boot ISO"
msgstr "Εκκίνηση ISO"
-#: standalone/drakTermServ:654
+#: standalone/drakTermServ:628
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Εικόνα"
-#: standalone/drakTermServ:723
+#: standalone/drakTermServ:696
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "έκδοση πυρήνα"
-#: standalone/drakTermServ:751
+#: standalone/drakTermServ:724
#, c-format
msgid "Build Whole Kernel -->"
msgstr "Δημιουργία Ολόκληρου Πυρήνα -->"
-#: standalone/drakTermServ:758
+#: standalone/drakTermServ:731
#, c-format
msgid "No kernel selected!"
msgstr "Δεν επιλέχτηκε πυρήνας!"
-#: standalone/drakTermServ:761
+#: standalone/drakTermServ:734
#, c-format
msgid "Build Single NIC -->"
msgstr "Δημιουργία Μονού NIC -->"
-#: standalone/drakTermServ:765
+#: standalone/drakTermServ:738
#, c-format
msgid "No NIC selected!"
msgstr "Δε επιλέχτηκε NIC!"
-#: standalone/drakTermServ:768
+#: standalone/drakTermServ:741
#, fuzzy, c-format
msgid "Build All Kernels -->"
msgstr "Όλα"
-#: standalone/drakTermServ:776
+#: standalone/drakTermServ:749
#, c-format
msgid "<-- Delete"
msgstr "<-- Διαγραφή"
-#: standalone/drakTermServ:783
+#: standalone/drakTermServ:756
#, c-format
msgid "Delete All NBIs"
msgstr "Διαγραφή Όλων των NBIs"
-#: standalone/drakTermServ:870
+#: standalone/drakTermServ:843
#, fuzzy, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -15906,94 +16679,94 @@ msgstr ""
" Εξυπηρετητής\n"
" Διαγραφή χρήστης Εξυπηρετητής ενεργοποίηση."
-#: standalone/drakTermServ:875
+#: standalone/drakTermServ:848
#, c-format
msgid "Add User -->"
msgstr "Προσθήκη χρήστη -->"
-#: standalone/drakTermServ:881
+#: standalone/drakTermServ:854
#, c-format
msgid "<-- Del User"
msgstr "<-- Διαγραφή Χρήστη"
-#: standalone/drakTermServ:917
+#: standalone/drakTermServ:890
#, c-format
msgid "type: %s"
msgstr "τύπος: %s"
-#: standalone/drakTermServ:921
+#: standalone/drakTermServ:894
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:951
+#: standalone/drakTermServ:924
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Αυτόματη επαναρύθμισης"
-#: standalone/drakTermServ:960
+#: standalone/drakTermServ:933
#, c-format
msgid "No net boot images created!"
msgstr "Δεν δημιουργήθηκαν εικόνες εκκίνησης δικτύου!"
-#: standalone/drakTermServ:978
+#: standalone/drakTermServ:951
#, fuzzy, c-format
msgid "Thin Client"
msgstr "Πελάτης DHCP"
-#: standalone/drakTermServ:982
+#: standalone/drakTermServ:955
#, fuzzy, c-format
msgid "Allow Thin Clients"
msgstr "Προσθήκη/Αφαίρεση Πελατών"
-#: standalone/drakTermServ:983
+#: standalone/drakTermServ:956
#, c-format
msgid "Add Client -->"
msgstr "Προσθήκη Πελάτη -->"
-#: standalone/drakTermServ:997
+#: standalone/drakTermServ:970
#, fuzzy, c-format
msgid "type: fat"
msgstr "τύπος: %s"
-#: standalone/drakTermServ:998
+#: standalone/drakTermServ:971
#, fuzzy, c-format
msgid "type: thin"
msgstr "τύπος: %s"
-#: standalone/drakTermServ:1005
+#: standalone/drakTermServ:978
#, fuzzy, c-format
msgid "local config: false"
msgstr "Τοπικά αρχεία"
-#: standalone/drakTermServ:1006
+#: standalone/drakTermServ:979
#, fuzzy, c-format
msgid "local config: true"
msgstr "δεν ρυθμίστηκε"
-#: standalone/drakTermServ:1014
+#: standalone/drakTermServ:987
#, c-format
msgid "<-- Edit Client"
msgstr "<-- Επεξεργασία Πελάτη"
-#: standalone/drakTermServ:1040
+#: standalone/drakTermServ:1013
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1047
+#: standalone/drakTermServ:1020
#, c-format
msgid "Delete Client"
msgstr "Διαγραφή Πελάτη"
-#: standalone/drakTermServ:1056
+#: standalone/drakTermServ:1029
#, c-format
msgid "dhcpd Config..."
msgstr "Ρύθμιση dhcpd..."
-#: standalone/drakTermServ:1072
+#: standalone/drakTermServ:1045
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
@@ -16003,77 +16776,77 @@ msgstr ""
"αλλαγές. \n"
"(από την κονσόλα - service dm restart)"
-#: standalone/drakTermServ:1112
+#: standalone/drakTermServ:1085
#, c-format
msgid "Thin clients won't work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1128
+#: standalone/drakTermServ:1101
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1160
+#: standalone/drakTermServ:1133
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1167
+#: standalone/drakTermServ:1140
#, c-format
msgid "Netmask:"
msgstr "Μάσκα δικτύου:"
-#: standalone/drakTermServ:1174
+#: standalone/drakTermServ:1147
#, c-format
msgid "Routers:"
msgstr "Δρομολογητές:"
-#: standalone/drakTermServ:1181
+#: standalone/drakTermServ:1154
#, c-format
msgid "Subnet Mask:"
msgstr ""
-#: standalone/drakTermServ:1188
+#: standalone/drakTermServ:1161
#, c-format
msgid "Broadcast Address:"
msgstr "Διεύθυνση Μετάδοσης:"
-#: standalone/drakTermServ:1195
+#: standalone/drakTermServ:1168
#, c-format
msgid "Domain Name:"
msgstr "Όνομα Τομέα:"
-#: standalone/drakTermServ:1203
+#: standalone/drakTermServ:1176
#, c-format
msgid "Name Servers:"
msgstr "Όνομα Εξυπηρετητών:"
-#: standalone/drakTermServ:1214
+#: standalone/drakTermServ:1187
#, c-format
msgid "IP Range Start:"
msgstr "Όριο Εκκίνησης ΙΡ:"
-#: standalone/drakTermServ:1215
+#: standalone/drakTermServ:1188
#, c-format
msgid "IP Range End:"
msgstr "Όριο Τερματισμού IP:"
-#: standalone/drakTermServ:1257
+#: standalone/drakTermServ:1230
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1259
+#: standalone/drakTermServ:1232
#, c-format
msgid "Write Config"
msgstr "Εγγραφή Ρύθμισης"
-#: standalone/drakTermServ:1275
+#: standalone/drakTermServ:1248
#, c-format
msgid "dhcpd Server Configuration"
msgstr "Ρυθμίσεις Εξυπηρετητή dhcpd"
-#: standalone/drakTermServ:1276
+#: standalone/drakTermServ:1249
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -16084,105 +16857,99 @@ msgstr ""
"από το σύστημά σας\n"
"Αλλάξτε τις αν χρειάζεται."
-#: standalone/drakTermServ:1279
+#: standalone/drakTermServ:1252
#, fuzzy, c-format
msgid "Dynamic IP Address Pool:"
msgstr "Διεύθυνση:"
-#: standalone/drakTermServ:1426
+#: standalone/drakTermServ:1399
#, c-format
msgid "Please insert floppy disk:"
msgstr "Παρακαλώ εισάγετε δισκέτα Εκκίνησης:"
-#: standalone/drakTermServ:1430
+#: standalone/drakTermServ:1403
#, c-format
msgid "Couldn't access the floppy!"
msgstr "Δεν είναι δυνατή η πρόσβαση στη δισκέτα!"
-#: standalone/drakTermServ:1432
+#: standalone/drakTermServ:1405
#, c-format
msgid "Floppy can be removed now"
msgstr "Τώρα μπορείτε να αφαιρέστε τη δισκέτα"
-#: standalone/drakTermServ:1435
+#: standalone/drakTermServ:1408
#, c-format
msgid "No floppy drive available!"
msgstr "Δεν υπάρχει διαθέσιμος οδηγός δισκέτας!"
-#: standalone/drakTermServ:1440
+#: standalone/drakTermServ:1413
#, fuzzy, c-format
msgid "PXE image is %s/%s"
msgstr "Η εικόνα Etherboot ISO είναι η %s"
-#: standalone/drakTermServ:1442
+#: standalone/drakTermServ:1415
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Σφάλμα εγγραφής στο αρχείο %s"
-#: standalone/drakTermServ:1451
+#: standalone/drakTermServ:1424
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Η εικόνα Etherboot ISO είναι η %s"
-#: standalone/drakTermServ:1453
+#: standalone/drakTermServ:1426
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Κάτι δεν πήγε καλά! Είναι το mkisofs εγκατεστημένο;"
-#: standalone/drakTermServ:1475
+#: standalone/drakTermServ:1447
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Πρέπει να δημιουργήσω πρώτα το /etc/dhcpd.conf!"
-#: standalone/drakTermServ:1634
+#: standalone/drakTermServ:1602
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1647
+#: standalone/drakTermServ:1615
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "το %s δεν ανταποκρίνεται"
-#: standalone/drakTermServ:1648
+#: standalone/drakTermServ:1616
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1618
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1620
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1698
+#: standalone/drakTermServ:1666
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "Βρέθηκε ο %s"
-#: standalone/drakTermServ:1700 standalone/drakTermServ:1773
+#: standalone/drakTermServ:1668 standalone/drakTermServ:1741
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "το %s δεν ανταποκρίνεται"
-#: standalone/drakTermServ:1722 standalone/drakTermServ:1723
-#: standalone/drakTermServ:1724
-#, c-format
-msgid "%s already in use\n"
-msgstr ""
-
-#: standalone/drakTermServ:1801
+#: standalone/drakTermServ:1769
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
"το /etc/hosts.allow και /etc/hosts.deny έχουν ήδη ρυθμιστεί - δεν "
"μετατράπηκαν"
-#: standalone/drakTermServ:1953
+#: standalone/drakTermServ:1921
#, c-format
msgid "Configuration changed - restart clusternfs/dhcpd?"
msgstr ""
@@ -16278,8 +17045,8 @@ msgstr ""
"\n"
"Οι παράμετροι για την αυτόματη εγκατάσταση υπάρχουν στα τμήματα αριστερά"
-#: standalone/drakautoinst:252 standalone/drakgw:598 standalone/drakvpn:902
-#: standalone/scannerdrake:379
+#: standalone/drakautoinst:252 standalone/drakgw:600 standalone/drakvpn:902
+#: standalone/scannerdrake:375
#, c-format
msgid "Congratulations!"
msgstr "Συγχαρητήρια!"
@@ -16318,66 +17085,61 @@ msgstr "Τσαντ"
msgid "tape"
msgstr "Ταινία"
-#: standalone/drakbackup:112
-#, fuzzy, c-format
-msgid "No devices found"
-msgstr "Δεν βρέθηκε εικόνα"
-
-#: standalone/drakbackup:152
+#: standalone/drakbackup:153
#, c-format
msgid ""
-"Expect is an extension to the Tcl scripting language that allows interactive "
+"Expect is an extension to the TCL scripting language that allows interactive "
"sessions without user intervention."
msgstr ""
-#: standalone/drakbackup:153
+#: standalone/drakbackup:154
#, c-format
msgid "Store the password for this system in drakbackup configuration."
msgstr ""
-#: standalone/drakbackup:154
+#: standalone/drakbackup:155
#, c-format
msgid ""
"For a multisession CD, only the first session will erase the cdrw. Otherwise "
"the cdrw is erased before each backup."
msgstr ""
-#: standalone/drakbackup:155
+#: standalone/drakbackup:156
#, c-format
msgid ""
"This option will save files that have changed. Exact behavior depends on "
"whether incremental or differential mode is used."
msgstr ""
-#: standalone/drakbackup:156
+#: standalone/drakbackup:157
#, c-format
msgid ""
"Incremental backups only save files that have changed or are new since the "
"last backup."
msgstr ""
-#: standalone/drakbackup:157
+#: standalone/drakbackup:158
#, c-format
msgid ""
"Differential backups only save files that have changed or are new since the "
"original 'base' backup."
msgstr ""
-#: standalone/drakbackup:158
+#: standalone/drakbackup:159
#, c-format
msgid ""
-"This should be a local user or email addresse that you want the backup "
+"This should be a local user or email address that you want the backup "
"results sent to. You will need to define a functioning mail server."
msgstr ""
-#: standalone/drakbackup:159
+#: standalone/drakbackup:160
#, c-format
msgid ""
"Files or wildcards listed in a .backupignore file at the top of a directory "
"tree will not be backed up."
msgstr ""
-#: standalone/drakbackup:160
+#: standalone/drakbackup:161
#, c-format
msgid ""
"For backups to other media, files are still created on the hard drive, then "
@@ -16385,7 +17147,7 @@ msgid ""
"tar files after the backup."
msgstr ""
-#: standalone/drakbackup:161
+#: standalone/drakbackup:162
#, c-format
msgid ""
"Some protocols, like rsync, may be configured at the server end. Rather "
@@ -16393,60 +17155,60 @@ msgid ""
"path."
msgstr ""
-#: standalone/drakbackup:162
+#: standalone/drakbackup:163
#, c-format
msgid ""
"Custom allows you to specify your own day and time. The other options use "
"run-parts in /etc/crontab."
msgstr ""
-#: standalone/drakbackup:326
+#: standalone/drakbackup:327
#, c-format
msgid "No media selected for cron operation."
msgstr ""
-#: standalone/drakbackup:330
+#: standalone/drakbackup:331
#, c-format
msgid "No interval selected for cron operation."
msgstr ""
-#: standalone/drakbackup:377
+#: standalone/drakbackup:378
#, fuzzy, c-format
msgid "Interval cron not available as non-root"
msgstr "Το cron δεν είναι ακόμα διαθέσιμη στους μη-root"
-#: standalone/drakbackup:462 standalone/logdrake:467
+#: standalone/drakbackup:463 standalone/logdrake:437
#, c-format
msgid "\"%s\" neither is a valid email nor is an existing local user!"
msgstr ""
-#: standalone/drakbackup:466 standalone/logdrake:472
+#: standalone/drakbackup:467 standalone/logdrake:442
#, c-format
msgid ""
"\"%s\" is a local user, but you did not select a local smtp, so you must use "
"a complete email address!"
msgstr ""
-#: standalone/drakbackup:475
+#: standalone/drakbackup:476
#, c-format
msgid "Valid user list changed, rewriting config file."
msgstr ""
-#: standalone/drakbackup:477
+#: standalone/drakbackup:478
#, fuzzy, c-format
msgid "Old user list:\n"
msgstr ""
"\n"
"- Αρχεία Χρηστών:\n"
-#: standalone/drakbackup:479
+#: standalone/drakbackup:480
#, fuzzy, c-format
msgid "New user list:\n"
msgstr ""
"\n"
"- Αρχεία Χρηστών:\n"
-#: standalone/drakbackup:524
+#: standalone/drakbackup:525
#, fuzzy, c-format
msgid ""
"\n"
@@ -16456,7 +17218,7 @@ msgstr ""
" Αναφορά DrakBackup \n"
"\n"
-#: standalone/drakbackup:525
+#: standalone/drakbackup:526
#, fuzzy, c-format
msgid ""
"\n"
@@ -16467,7 +17229,7 @@ msgstr ""
"\n"
"\n"
-#: standalone/drakbackup:531
+#: standalone/drakbackup:532
#, c-format
msgid ""
"\n"
@@ -16480,13 +17242,13 @@ msgstr ""
"\n"
"\n"
-#: standalone/drakbackup:556 standalone/drakbackup:627
-#: standalone/drakbackup:683
+#: standalone/drakbackup:557 standalone/drakbackup:628
+#: standalone/drakbackup:684
#, fuzzy, c-format
msgid "Total progress"
msgstr "Συνολική πρόοδος"
-#: standalone/drakbackup:609
+#: standalone/drakbackup:610
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -16495,44 +17257,44 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: standalone/drakbackup:618
+#: standalone/drakbackup:619
#, c-format
msgid "This may take a moment to generate the keys."
msgstr ""
"Μπορεί να χρειαστούν μερικά λεπτά για τη δημιουργία των κλειδιών:To ../../"
"standalone/drakbackup:1"
-#: standalone/drakbackup:625
+#: standalone/drakbackup:626
#, fuzzy, c-format
msgid "Cannot spawn %s."
msgstr "Δεν βρέθηκε το %s στο %s"
-#: standalone/drakbackup:642
+#: standalone/drakbackup:643
#, c-format
msgid "No password prompt on %s at port %s"
msgstr "Χωρίς ερώτηση κωδικού στο %s στη θύρα %s"
-#: standalone/drakbackup:643
+#: standalone/drakbackup:644
#, c-format
msgid "Bad password on %s"
msgstr "Εσφαλμένος κωδικός στο %s"
-#: standalone/drakbackup:644
+#: standalone/drakbackup:645
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr "Άρνηση πρόσβασης κατά τη μεταφορά του %s στο %s"
-#: standalone/drakbackup:645
+#: standalone/drakbackup:646
#, c-format
msgid "Can't find %s on %s"
msgstr "Δεν βρέθηκε το %s στο %s"
-#: standalone/drakbackup:649
+#: standalone/drakbackup:650
#, c-format
msgid "%s not responding"
msgstr "το %s δεν ανταποκρίνεται"
-#: standalone/drakbackup:653
+#: standalone/drakbackup:654
#, c-format
msgid ""
"Transfer successful\n"
@@ -16550,84 +17312,84 @@ msgstr ""
"\n"
"χωρίς να ζητηθεί κωδικός πρόσβασης."
-#: standalone/drakbackup:697
+#: standalone/drakbackup:698
#, c-format
msgid "WebDAV remote site already in sync!"
msgstr "Το απομακρυσμένο WebDAV είναι ήδη σε συγχρονισμό!"
-#: standalone/drakbackup:701
+#: standalone/drakbackup:702
#, c-format
msgid "WebDAV transfer failed!"
msgstr "Η μεταφορά WebDAV απέτυχε!"
-#: standalone/drakbackup:722
+#: standalone/drakbackup:723
#, c-format
msgid "No CD-R/DVD-R in drive!"
msgstr "Δεν υπάρχει CDR/DVDR στον οδηγό!"
-#: standalone/drakbackup:726
+#: standalone/drakbackup:727
#, c-format
msgid "Does not appear to be recordable media!"
msgstr "Φαίνεται να μην είναι εγγράψιμο μέσο!"
-#: standalone/drakbackup:730
+#: standalone/drakbackup:732
#, c-format
msgid "Not erasable media!"
msgstr "Το μέσο δεν μπορεί να σβηστεί!"
-#: standalone/drakbackup:771
+#: standalone/drakbackup:774
#, c-format
msgid "This may take a moment to erase the media."
msgstr "Ίσως χρειαστούν μερικά λεπτά για να σβηστεί το μέσο."
-#: standalone/drakbackup:829
+#: standalone/drakbackup:832
#, c-format
msgid "Permission problem accessing CD."
msgstr "Πρόβλημα δικαιωμάτων στην πρόσβαση του CD."
-#: standalone/drakbackup:856
+#: standalone/drakbackup:859
#, c-format
msgid "No tape in %s!"
msgstr "Καμιά ταινία στο %s!"
-#: standalone/drakbackup:956
+#: standalone/drakbackup:966
#, c-format
msgid ""
"Backup quota exceeded!\n"
"%d MB used vs %d MB allocated."
msgstr ""
-#: standalone/drakbackup:975 standalone/drakbackup:1008
+#: standalone/drakbackup:985 standalone/drakbackup:1018
#, c-format
msgid "Backup system files..."
msgstr "Αντίγραφο Ασφαλείας συστήματος αρχείων..."
-#: standalone/drakbackup:1009 standalone/drakbackup:1050
+#: standalone/drakbackup:1019 standalone/drakbackup:1060
#, c-format
msgid "Hard Disk Backup files..."
msgstr "Αντίγραφα Ασφαλείας Σκληρού Δίσκου"
-#: standalone/drakbackup:1049
+#: standalone/drakbackup:1059
#, c-format
msgid "Backup User files..."
msgstr "Αντίγραφο Ασφαλείας των αρχείων Χρηστών..."
-#: standalone/drakbackup:1084
+#: standalone/drakbackup:1094
#, c-format
msgid "Backup Other files..."
msgstr "Αντίγραφο Ασφαλείας Άλλων αρχείων..."
-#: standalone/drakbackup:1085
+#: standalone/drakbackup:1095
#, c-format
msgid "Hard Disk Backup Progress..."
msgstr "Διαδικασία Αντιγράφων ασφαλείας στον Σκληρό Δίσκο..."
-#: standalone/drakbackup:1090
+#: standalone/drakbackup:1100
#, c-format
msgid "No changes to backup!"
msgstr "Δεν υπάρχουν αλλαγές για να γίνουν αντίγραφα ασφαλείας!"
-#: standalone/drakbackup:1108 standalone/drakbackup:1132
+#: standalone/drakbackup:1118 standalone/drakbackup:1142
#, c-format
msgid ""
"\n"
@@ -16638,7 +17400,7 @@ msgstr ""
"Δραστηριότητες Drakbackup μέσω %s:\n"
"\n"
-#: standalone/drakbackup:1117
+#: standalone/drakbackup:1127
#, c-format
msgid ""
"\n"
@@ -16649,7 +17411,7 @@ msgstr ""
" Σφάλμα στη σύνδεση FTP . Δεν ήταν δυνατή η αποστολή των αντιγράφων "
"ασφαλείας μέσω FTP.\n"
-#: standalone/drakbackup:1118
+#: standalone/drakbackup:1128
#, fuzzy, c-format
msgid ""
"Error during sending file via FTP. Please correct your FTP configuration."
@@ -16657,14 +17419,14 @@ msgstr ""
"Σφάλμα κατά την αποστολή αρχείου μέσω FTP.\n"
"Παρακαλώ διορθώστε τη ρύθμιση του FTP."
-#: standalone/drakbackup:1120
+#: standalone/drakbackup:1130
#, fuzzy, c-format
msgid "file list sent by FTP: %s\n"
msgstr ""
"αποστολή λίστας αρχείων μέσω FTP: %s\n"
" "
-#: standalone/drakbackup:1137
+#: standalone/drakbackup:1147
#, c-format
msgid ""
"\n"
@@ -16675,7 +17437,7 @@ msgstr ""
"Δραστηριότητες Drakbackup μέσω CD:\n"
"\n"
-#: standalone/drakbackup:1142
+#: standalone/drakbackup:1152
#, c-format
msgid ""
"\n"
@@ -16686,7 +17448,7 @@ msgstr ""
"Δραστηριότητες Drakbackup μέσω ταινίας:\n"
"\n"
-#: standalone/drakbackup:1151
+#: standalone/drakbackup:1161
#, fuzzy, c-format
msgid "Error sending mail. Your report mail was not sent."
msgstr ""
@@ -16694,17 +17456,17 @@ msgstr ""
" Η αναφορά δεν στάλθηκε\n"
" παρακαλώ ρυθμίστε το sendmail"
-#: standalone/drakbackup:1152
+#: standalone/drakbackup:1162
#, c-format
msgid " Error while sending mail. \n"
msgstr "Σφάλμα κατά την αποστολή μηνύματος. \n"
-#: standalone/drakbackup:1180
+#: standalone/drakbackup:1192
#, c-format
msgid "Can't create catalog!"
msgstr "Αδύνατη η δημιουργία καταλόγου!"
-#: standalone/drakbackup:1393
+#: standalone/drakbackup:1414
#, c-format
msgid ""
"\n"
@@ -16713,7 +17475,7 @@ msgstr ""
"\n"
"Παρακαλώ επιλέξτε όλες τις επιλογές που χρειάζεστε.\n"
-#: standalone/drakbackup:1394
+#: standalone/drakbackup:1415
#, c-format
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
@@ -16721,35 +17483,35 @@ msgstr ""
"Αυτές οι επιλογές μπορούν να πάρουν αντίγραφα ασφαλείας και να επαναφέρουν "
"το /etc\n"
-#: standalone/drakbackup:1395
+#: standalone/drakbackup:1416
#, c-format
msgid "Backup your System files. (/etc directory)"
msgstr "Αντίγραφο ασφαλείας των αρχείων Συστήματος (κατάλογος /etc )"
-#: standalone/drakbackup:1396 standalone/drakbackup:1460
-#: standalone/drakbackup:1526
+#: standalone/drakbackup:1417 standalone/drakbackup:1481
+#: standalone/drakbackup:1547
#, c-format
msgid "Use Incremental/Differential Backups (do not replace old backups)"
msgstr ""
-#: standalone/drakbackup:1398 standalone/drakbackup:1462
-#: standalone/drakbackup:1528
+#: standalone/drakbackup:1419 standalone/drakbackup:1483
+#: standalone/drakbackup:1549
#, c-format
msgid "Use Incremental Backups"
msgstr ""
-#: standalone/drakbackup:1398 standalone/drakbackup:1462
-#: standalone/drakbackup:1528
+#: standalone/drakbackup:1419 standalone/drakbackup:1483
+#: standalone/drakbackup:1549
#, c-format
msgid "Use Differential Backups"
msgstr ""
-#: standalone/drakbackup:1400
+#: standalone/drakbackup:1421
#, c-format
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Χωρίς τα κρίσιμα αρχεία ( κωδικοί, ομάδες, fstab)"
-#: standalone/drakbackup:1401
+#: standalone/drakbackup:1422
#, c-format
msgid ""
"With this option you will be able to restore any version\n"
@@ -16758,184 +17520,184 @@ msgstr ""
"Με αυτή την επιλογή θα μπορείτε να επαναφέρετε οποιαδήποτε\n"
"έκδοση του καταλόγου /etc."
-#: standalone/drakbackup:1432
+#: standalone/drakbackup:1453
#, c-format
msgid "Please check all users that you want to include in your backup."
msgstr ""
"Παρακαλώ επιλέξτε όσους χρήστες θέλετε να υπάρχουν στα αντίγραφα ασφαλείας"
-#: standalone/drakbackup:1459
+#: standalone/drakbackup:1480
#, c-format
msgid "Do not include the browser cache"
msgstr "Χωρίς την cache του περιηγητή"
-#: standalone/drakbackup:1513
+#: standalone/drakbackup:1534
#, fuzzy, c-format
msgid "Select the files or directories and click on 'OK'"
msgstr ""
"Παρακαλώ επιλέξτε τα αρχεία ή τους καταλόγους και κάντε κλικ στο 'προσθήκη'"
-#: standalone/drakbackup:1514 standalone/drakfont:656
+#: standalone/drakbackup:1535 standalone/drakfont:660
#, c-format
msgid "Remove Selected"
msgstr "Αφαίρεση Επιλεγμένων"
-#: standalone/drakbackup:1577
+#: standalone/drakbackup:1598
#, c-format
msgid "Users"
msgstr "Χρήστες"
-#: standalone/drakbackup:1597
+#: standalone/drakbackup:1618
#, c-format
msgid "Use network connection to backup"
msgstr "Χρήση σύνδεση δικτύου για τα αρχεία ασφαλείας"
-#: standalone/drakbackup:1599
+#: standalone/drakbackup:1620
#, c-format
msgid "Net Method:"
msgstr "Μέθοδος δικτύου:"
-#: standalone/drakbackup:1603
+#: standalone/drakbackup:1624
#, c-format
msgid "Use Expect for SSH"
msgstr ""
-#: standalone/drakbackup:1604
+#: standalone/drakbackup:1625
#, fuzzy, c-format
msgid "Create/Transfer backup keys for SSH"
msgstr ""
"Δημιουργία/Μεταφορά\n"
"αντιγράφων ασφαλείας των κλειδιών SSH"
-#: standalone/drakbackup:1606
+#: standalone/drakbackup:1627
#, fuzzy, c-format
msgid "Transfer Now"
msgstr ""
" Μεταφορά \n"
"Τώρα"
-#: standalone/drakbackup:1608
+#: standalone/drakbackup:1629
#, fuzzy, c-format
msgid "Other (not drakbackup) keys in place already"
msgstr "Άλλο\n"
-#: standalone/drakbackup:1611
+#: standalone/drakbackup:1632
#, fuzzy, c-format
msgid "Host name or IP."
msgstr "Όνομα συστήματος"
-#: standalone/drakbackup:1616
+#: standalone/drakbackup:1637
#, c-format
msgid "Directory (or module) to put the backup on this host."
msgstr ""
-#: standalone/drakbackup:1621
-#, fuzzy, c-format
-msgid "Login name"
-msgstr "Όνομα Τομέα"
-
-#: standalone/drakbackup:1628
+#: standalone/drakbackup:1649
#, c-format
msgid "Remember this password"
msgstr "Απομνημόνευση του κωδικού πρόσβασης"
-#: standalone/drakbackup:1644
+#: standalone/drakbackup:1665
#, c-format
msgid "Need hostname, username and password!"
msgstr "Χρειάζεται το δικτυακό όνομα, όνομα χρήστη και κωδικό πρόσβασης!"
-#: standalone/drakbackup:1742
+#: standalone/drakbackup:1756
#, c-format
msgid "Use CD-R/DVD-R to backup"
msgstr "Χρήση CD/DVDROM για τα αρχεία ασφαλείας"
-#: standalone/drakbackup:1745
+#: standalone/drakbackup:1759
#, fuzzy, c-format
msgid "Choose your CD/DVD device"
msgstr "Παρακαλώ ορίστε τον χώρο του CD/DVD "
-#: standalone/drakbackup:1750
+#: standalone/drakbackup:1764
#, fuzzy, c-format
msgid "Choose your CD/DVD media size"
msgstr "Παρακαλώ ορίστε τον χώρο του CD/DVD "
-#: standalone/drakbackup:1757
+#: standalone/drakbackup:1771
#, fuzzy, c-format
msgid "Multisession CD"
msgstr "Σταθμός πολυμέσων"
-#: standalone/drakbackup:1759
+#: standalone/drakbackup:1773
#, c-format
msgid "CDRW media"
msgstr ""
-#: standalone/drakbackup:1765
+#: standalone/drakbackup:1779
#, fuzzy, c-format
msgid "Erase your RW media (1st Session)"
msgstr "RW"
-#: standalone/drakbackup:1766
+#: standalone/drakbackup:1780
#, c-format
msgid " Erase Now "
msgstr "Σβήσιμο Τώρα "
-#: standalone/drakbackup:1772
+#: standalone/drakbackup:1786
#, c-format
msgid "DVD+RW media"
msgstr ""
-#: standalone/drakbackup:1774
+#: standalone/drakbackup:1788
#, fuzzy, c-format
msgid "DVD-R media"
msgstr "συσκευή"
-#: standalone/drakbackup:1776
+#: standalone/drakbackup:1790
#, fuzzy, c-format
msgid "DVDRAM device"
msgstr "συσκευή"
-#: standalone/drakbackup:1807
+#: standalone/drakbackup:1821
#, c-format
msgid "No CD device defined!"
msgstr "Δεν καθορίστηκε συσκευή CD"
-#: standalone/drakbackup:1854
+#: standalone/drakbackup:1863
#, c-format
msgid "Use tape to backup"
msgstr "Χρήση ταινίας για τα αρχεία ασφαλείας"
-#: standalone/drakbackup:1857
+#: standalone/drakbackup:1866
#, fuzzy, c-format
msgid "Device name to use for backup"
msgstr ""
"Παρακαλώ εισάγεται το όνομα συσκευής για τη χρήση των αντιγράφων ασφαλείας"
-#: standalone/drakbackup:1863
+#: standalone/drakbackup:1872
+#, c-format
+msgid "Backup directly to tape"
+msgstr ""
+
+#: standalone/drakbackup:1878
#, fuzzy, c-format
msgid "Don't rewind tape after backup"
msgstr "Χρήση ταινίας για τα αρχεία ασφαλείας"
-#: standalone/drakbackup:1869
+#: standalone/drakbackup:1884
#, fuzzy, c-format
msgid "Erase tape before backup"
msgstr "Χρήση ταινίας για τα αρχεία ασφαλείας"
-#: standalone/drakbackup:1875
+#: standalone/drakbackup:1890
#, fuzzy, c-format
msgid "Eject tape after the backup"
msgstr "Χρήση ταινίας για τα αρχεία ασφαλείας"
-#: standalone/drakbackup:1942
+#: standalone/drakbackup:1962
#, fuzzy, c-format
msgid "Enter the directory to save to:"
msgstr "Παρακαλώ ορίστε τον κατάλογο αποθήκευσης: "
-#: standalone/drakbackup:1946
+#: standalone/drakbackup:1966
#, fuzzy, c-format
msgid "Directory to save to"
msgstr "Παρακαλώ ορίστε τον κατάλογο αποθήκευσης: "
-#: standalone/drakbackup:1951
+#: standalone/drakbackup:1971
#, fuzzy, c-format
msgid ""
"Maximum size\n"
@@ -16944,147 +17706,147 @@ msgstr ""
"Παρακαλώ επιλέξτε το μέγιστο μέγεθος\n"
"που επιτρέπεται στο Drakbackup"
-#: standalone/drakbackup:2015
+#: standalone/drakbackup:2035
#, c-format
msgid "CD-R / DVD-R"
msgstr "CDROM / DVDROM"
-#: standalone/drakbackup:2020
+#: standalone/drakbackup:2040
#, c-format
msgid "HardDrive / NFS"
msgstr "Σκληρός Δίσκος / NFS"
-#: standalone/drakbackup:2036 standalone/drakbackup:2041
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2056
+#: standalone/drakbackup:2061
#, c-format
msgid "hourly"
msgstr "ωριαία"
-#: standalone/drakbackup:2037 standalone/drakbackup:2042
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2057
+#: standalone/drakbackup:2062
#, c-format
msgid "daily"
msgstr "καθημερινά"
-#: standalone/drakbackup:2038 standalone/drakbackup:2043
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2058
+#: standalone/drakbackup:2063
#, c-format
msgid "weekly"
msgstr "εβδομαδιαία"
-#: standalone/drakbackup:2039 standalone/drakbackup:2044
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2059
+#: standalone/drakbackup:2064
#, c-format
msgid "monthly"
msgstr "μηνιαία"
-#: standalone/drakbackup:2040 standalone/drakbackup:2045
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2060
+#: standalone/drakbackup:2065
#, fuzzy, c-format
msgid "custom"
msgstr "Προσαρμοσμένο"
-#: standalone/drakbackup:2051
+#: standalone/drakbackup:2069
#, c-format
msgid "January"
msgstr "Ιανουάριος"
-#: standalone/drakbackup:2051
+#: standalone/drakbackup:2069
#, c-format
msgid "February"
msgstr "Φεβρουάριος"
-#: standalone/drakbackup:2051
+#: standalone/drakbackup:2069
#, c-format
msgid "March"
msgstr "Μάρτιος"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "April"
msgstr "Απρίλιος"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "May"
msgstr "Μάιος"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "June"
msgstr "Ιούνιος"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "July"
msgstr "Ιούλιος"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "August"
msgstr "Αύγουστος"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "September"
msgstr "Σεπτέμβριος"
-#: standalone/drakbackup:2053
+#: standalone/drakbackup:2071
#, c-format
msgid "October"
msgstr "Οκτώβριος"
-#: standalone/drakbackup:2053
+#: standalone/drakbackup:2071
#, c-format
msgid "November"
msgstr "Νοέμβριος"
-#: standalone/drakbackup:2053
+#: standalone/drakbackup:2071
#, c-format
msgid "December"
msgstr "Δεκέμβριος"
-#: standalone/drakbackup:2058
+#: standalone/drakbackup:2074
#, c-format
msgid "Sunday"
msgstr "Κυριακή"
-#: standalone/drakbackup:2058
+#: standalone/drakbackup:2074
#, c-format
msgid "Monday"
msgstr "Δευτέρα"
-#: standalone/drakbackup:2058
+#: standalone/drakbackup:2074
#, c-format
msgid "Tuesday"
msgstr "Τρίτη"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Wednesday"
msgstr "Τετάρτη"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Thursday"
msgstr "Πέμπτη"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Friday"
msgstr "Παρασκευή"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Saturday"
msgstr "Σάββατο"
-#: standalone/drakbackup:2094
+#: standalone/drakbackup:2107
#, c-format
msgid "Use daemon"
msgstr "Χρήση δαίμονα"
-#: standalone/drakbackup:2099
+#: standalone/drakbackup:2112
#, fuzzy, c-format
msgid "Please choose the time interval between each backup"
msgstr ""
@@ -17092,37 +17854,37 @@ msgstr ""
"διάστημα μεταξύ του κάθε\n"
"αντίγραφου ασφαλείας"
-#: standalone/drakbackup:2105
+#: standalone/drakbackup:2118
#, c-format
msgid "Custom setup/crontab entry:"
msgstr ""
-#: standalone/drakbackup:2110
+#: standalone/drakbackup:2123
#, c-format
msgid "Minute"
msgstr "Λεπτό"
-#: standalone/drakbackup:2114
+#: standalone/drakbackup:2127
#, c-format
msgid "Hour"
msgstr "Ώρα"
-#: standalone/drakbackup:2118
+#: standalone/drakbackup:2131
#, c-format
msgid "Day"
msgstr "Ημέρα"
-#: standalone/drakbackup:2122
+#: standalone/drakbackup:2135
#, c-format
msgid "Month"
msgstr "Μήνας"
-#: standalone/drakbackup:2126
+#: standalone/drakbackup:2139
#, fuzzy, c-format
msgid "Weekday"
msgstr "Τετάρτη"
-#: standalone/drakbackup:2132
+#: standalone/drakbackup:2145
#, fuzzy, c-format
msgid "Please choose the media for backup."
msgstr ""
@@ -17130,7 +17892,7 @@ msgstr ""
"μέσο για τα αντίγραφα \n"
"ασφαλείας"
-#: standalone/drakbackup:2139
+#: standalone/drakbackup:2152
#, fuzzy, c-format
msgid "Please be sure that the cron daemon is included in your services."
msgstr ""
@@ -17138,7 +17900,7 @@ msgstr ""
"\n"
" Σημείωση."
-#: standalone/drakbackup:2140
+#: standalone/drakbackup:2153
#, fuzzy, c-format
msgid "Note that currently all 'net' media also use the hard drive."
msgstr ""
@@ -17146,118 +17908,118 @@ msgstr ""
"\n"
" Σημείωση."
-#: standalone/drakbackup:2190
+#: standalone/drakbackup:2201
#, fuzzy, c-format
msgid "Please choose the compression type"
msgstr "Παρακαλώ επιλέξτε την ημερομηνία επαναφοράς"
-#: standalone/drakbackup:2194
+#: standalone/drakbackup:2205
#, fuzzy, c-format
msgid "Use .backupignore files"
msgstr "Αντίγραφα ασφαλείας άλλων αρχείων"
-#: standalone/drakbackup:2196
+#: standalone/drakbackup:2207
#, c-format
msgid "Send mail report after each backup to:"
msgstr ""
"Αποστολή ηλεκτρονικού μηνύματος μετά από κάθε λήψη αντιγράφων ασφαλείας στο:"
-#: standalone/drakbackup:2202
+#: standalone/drakbackup:2213
#, fuzzy, c-format
msgid "SMTP server for mail:"
msgstr "Δικτυακό όνομα SMB εξυπηρετητή"
-#: standalone/drakbackup:2207
+#: standalone/drakbackup:2218
#, c-format
msgid "Delete Hard Drive tar files after backup to other media."
msgstr "Διαγραφή των αρχείων tar από το δίσκο μετά τη μεταφορά σε άλλο μέσο."
-#: standalone/drakbackup:2247
+#: standalone/drakbackup:2258
#, c-format
msgid "What"
msgstr "Τι"
-#: standalone/drakbackup:2252
+#: standalone/drakbackup:2263
#, c-format
msgid "Where"
msgstr "Που"
-#: standalone/drakbackup:2257
+#: standalone/drakbackup:2268
#, c-format
msgid "When"
msgstr "Πότε"
-#: standalone/drakbackup:2262
+#: standalone/drakbackup:2273
#, c-format
msgid "More Options"
msgstr "Περισσότερες Επιλογές"
-#: standalone/drakbackup:2275
+#: standalone/drakbackup:2286
#, fuzzy, c-format
msgid "Backup destination not configured..."
msgstr "Η λειτουργικότητα του δικτύου δεν ρυθμίστηκε"
-#: standalone/drakbackup:2293 standalone/drakbackup:4208
+#: standalone/drakbackup:2306 standalone/drakbackup:4229
#, c-format
msgid "Drakbackup Configuration"
msgstr "Ρυθμίσεις Drakbackup"
-#: standalone/drakbackup:2309
+#: standalone/drakbackup:2322
#, c-format
msgid "Please choose where you want to backup"
msgstr "Παρακαλώ επιλέξτε την θέση των αντιγράφων ασφαλείας"
-#: standalone/drakbackup:2311
+#: standalone/drakbackup:2325
#, fuzzy, c-format
msgid "Hard Drive used to prepare backups for all media"
msgstr "Διαγραφή των αρχείων tar από το δίσκο μετά τη μεταφορά σε άλλο μέσο."
-#: standalone/drakbackup:2319
+#: standalone/drakbackup:2325
#, c-format
msgid "Across Network"
msgstr "στο Δίκτυο"
-#: standalone/drakbackup:2327
+#: standalone/drakbackup:2325
#, c-format
msgid "On CD-R"
msgstr "στο CDROM"
-#: standalone/drakbackup:2335
+#: standalone/drakbackup:2325
#, c-format
msgid "On Tape Device"
msgstr "στη Συσκευή Ταινίας"
-#: standalone/drakbackup:2374
+#: standalone/drakbackup:2371
#, c-format
msgid "Backup Users"
msgstr "Αντίγραφο Ασφαλείας Χρηστών"
-#: standalone/drakbackup:2375
+#: standalone/drakbackup:2372
#, fuzzy, c-format
msgid " (Default is all users)"
msgstr "Προεπιλεγμένος εκτυπωτής"
-#: standalone/drakbackup:2387
+#: standalone/drakbackup:2384
#, c-format
msgid "Please choose what you want to backup"
msgstr "Παρακαλώ επιλέξτε τι θέλετε να πάρετε σε αντίγραφα ασφαλείας"
-#: standalone/drakbackup:2388
+#: standalone/drakbackup:2385
#, c-format
msgid "Backup System"
msgstr "Αντίγραφο Ασφαλείας Συστήματος"
-#: standalone/drakbackup:2390
+#: standalone/drakbackup:2387
#, c-format
msgid "Select user manually"
msgstr "Επιλογή χρήστη χειροκίνητα"
-#: standalone/drakbackup:2419
+#: standalone/drakbackup:2416
#, c-format
msgid "Please select data to backup..."
msgstr "Παρακαλώ επιλέξτε τα αρχεία που θα γίνουν αντίγραφα ασφαλείας"
-#: standalone/drakbackup:2491
+#: standalone/drakbackup:2488
#, c-format
msgid ""
"\n"
@@ -17266,7 +18028,7 @@ msgstr ""
"\n"
"- Πηγές Αντιγράφων Ασφαλείας:\n"
-#: standalone/drakbackup:2492
+#: standalone/drakbackup:2489
#, c-format
msgid ""
"\n"
@@ -17275,7 +18037,7 @@ msgstr ""
"\n"
"- Αρχεία Συστήματος:\n"
-#: standalone/drakbackup:2494
+#: standalone/drakbackup:2491
#, c-format
msgid ""
"\n"
@@ -17284,7 +18046,7 @@ msgstr ""
"\n"
"- Αρχεία Χρηστών:\n"
-#: standalone/drakbackup:2496
+#: standalone/drakbackup:2493
#, c-format
msgid ""
"\n"
@@ -17293,7 +18055,7 @@ msgstr ""
"\n"
"- Άλλα Αρχεία:\n"
-#: standalone/drakbackup:2498
+#: standalone/drakbackup:2495
#, c-format
msgid ""
"\n"
@@ -17302,12 +18064,12 @@ msgstr ""
"\n"
"- Αποθήκευση στον σκληρό δίσκο στην θέση: %s\n"
-#: standalone/drakbackup:2499
+#: standalone/drakbackup:2496
#, c-format
msgid "\tLimit disk usage to %s MB\n"
msgstr ""
-#: standalone/drakbackup:2502
+#: standalone/drakbackup:2499
#, c-format
msgid ""
"\n"
@@ -17316,17 +18078,7 @@ msgstr ""
"\n"
"- Διαγραφή αρχείων tar από τον δίσκο μετά το αντίγραφο ασφαλείας.\n"
-#: standalone/drakbackup:2506
-#, fuzzy, c-format
-msgid "NO"
-msgstr "ΠΛΗΡΟΦΟΡΙΕΣ"
-
-#: standalone/drakbackup:2507
-#, c-format
-msgid "YES"
-msgstr ""
-
-#: standalone/drakbackup:2508
+#: standalone/drakbackup:2504
#, c-format
msgid ""
"\n"
@@ -17335,22 +18087,22 @@ msgstr ""
"\n"
"- Εγγραφή σε CD"
-#: standalone/drakbackup:2509
+#: standalone/drakbackup:2505
#, c-format
msgid "RW"
msgstr "RW"
-#: standalone/drakbackup:2510
+#: standalone/drakbackup:2506
#, c-format
msgid " on device: %s"
msgstr "Στη Συσκευή : %s"
-#: standalone/drakbackup:2511
+#: standalone/drakbackup:2507
#, c-format
msgid " (multi-session)"
msgstr ""
-#: standalone/drakbackup:2512
+#: standalone/drakbackup:2508
#, c-format
msgid ""
"\n"
@@ -17359,12 +18111,17 @@ msgstr ""
"\n"
" Αποθήκευση σε Ταινία στη συσκευή: %s"
-#: standalone/drakbackup:2513
+#: standalone/drakbackup:2509
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tΣβήσιμο=%s"
-#: standalone/drakbackup:2516
+#: standalone/drakbackup:2511
+#, c-format
+msgid "\tBackup directly to Tape\n"
+msgstr ""
+
+#: standalone/drakbackup:2513
#, c-format
msgid ""
"\n"
@@ -17373,7 +18130,7 @@ msgstr ""
"\n"
" Αποθήκευση μέσω %s στον υπολογιστή: %s\n"
-#: standalone/drakbackup:2517
+#: standalone/drakbackup:2514
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -17382,7 +18139,7 @@ msgstr ""
"\t\t όνομα χρήστη: %s\n"
"\t\t στη θέση: %s \n"
-#: standalone/drakbackup:2518
+#: standalone/drakbackup:2515
#, c-format
msgid ""
"\n"
@@ -17391,42 +18148,42 @@ msgstr ""
"\n"
"- Επιλογές:\n"
-#: standalone/drakbackup:2519
+#: standalone/drakbackup:2516
#, c-format
msgid "\tDo not include System Files\n"
msgstr "\tΧωρίς το Αρχείο Συστήματος\n"
-#: standalone/drakbackup:2521
+#: standalone/drakbackup:2518
#, c-format
msgid "\tBackups use tar and bzip2\n"
msgstr "\tΑντίγραφα Ασφαλείας ως tar και bzip2\n"
-#: standalone/drakbackup:2522
+#: standalone/drakbackup:2519
#, c-format
msgid "\tBackups use tar and gzip\n"
msgstr "\tΑντίγραφα Ασφαλείας ως tar και gzip\n"
-#: standalone/drakbackup:2523
+#: standalone/drakbackup:2520
#, fuzzy, c-format
msgid "\tBackups use tar only\n"
msgstr "\tΑντίγραφα Ασφαλείας ως tar και gzip\n"
-#: standalone/drakbackup:2525
+#: standalone/drakbackup:2522
#, fuzzy, c-format
msgid "\tUse .backupignore files\n"
msgstr "Αντίγραφα ασφαλείας άλλων αρχείων"
-#: standalone/drakbackup:2526
+#: standalone/drakbackup:2523
#, c-format
msgid "\tSend mail to %s\n"
msgstr ""
-#: standalone/drakbackup:2527
+#: standalone/drakbackup:2524
#, fuzzy, c-format
msgid "\tUsing SMTP server %s\n"
msgstr "Στον εξυπηρετητή CUPS \"%s\""
-#: standalone/drakbackup:2529
+#: standalone/drakbackup:2526
#, fuzzy, c-format
msgid ""
"\n"
@@ -17435,47 +18192,47 @@ msgstr ""
"\n"
"- Δαίμονας (%s) μαζί με :\n"
-#: standalone/drakbackup:2530
+#: standalone/drakbackup:2527
#, c-format
msgid "\t-Hard drive.\n"
msgstr "\t-Σκληρός Δίσκος.\n"
-#: standalone/drakbackup:2531
+#: standalone/drakbackup:2528
#, c-format
msgid "\t-CD-R.\n"
msgstr "\t-CD-R.\n"
-#: standalone/drakbackup:2532
+#: standalone/drakbackup:2529
#, c-format
msgid "\t-Tape \n"
msgstr "\t-Ταινία \n"
-#: standalone/drakbackup:2533
+#: standalone/drakbackup:2530
#, c-format
msgid "\t-Network by FTP.\n"
msgstr "\t-Δίκτυο μέσω FTP.\n"
-#: standalone/drakbackup:2534
+#: standalone/drakbackup:2531
#, c-format
msgid "\t-Network by SSH.\n"
msgstr "\t-Δίκτυο μέσω SSH.\n"
-#: standalone/drakbackup:2535
+#: standalone/drakbackup:2532
#, c-format
msgid "\t-Network by rsync.\n"
msgstr "\t-Δίκτυο μέσω rsync.\n"
-#: standalone/drakbackup:2536
+#: standalone/drakbackup:2533
#, c-format
msgid "\t-Network by webdav.\n"
msgstr "\t-Δίκτυο μέσω webdav.\n"
-#: standalone/drakbackup:2538
+#: standalone/drakbackup:2535
#, c-format
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Καμία ρύθμιση, κάντε κλικ στον Οδηγό ή στο Προχωρημένα.\n"
-#: standalone/drakbackup:2543
+#: standalone/drakbackup:2540
#, c-format
msgid ""
"List of data to restore:\n"
@@ -17484,33 +18241,33 @@ msgstr ""
"Λίστα των δεδομένων προς επαναφορά:\n"
"\n"
-#: standalone/drakbackup:2545
+#: standalone/drakbackup:2542
#, fuzzy, c-format
msgid "- Restore System Files.\n"
msgstr ""
"\n"
"- Αρχεία Συστήματος:\n"
-#: standalone/drakbackup:2547 standalone/drakbackup:2557
+#: standalone/drakbackup:2544 standalone/drakbackup:2554
#, c-format
msgid " - from date: %s %s\n"
msgstr ""
-#: standalone/drakbackup:2550
+#: standalone/drakbackup:2547
#, fuzzy, c-format
msgid "- Restore User Files: \n"
msgstr ""
"\n"
"- Αρχεία Χρηστών:\n"
-#: standalone/drakbackup:2555
+#: standalone/drakbackup:2552
#, fuzzy, c-format
msgid "- Restore Other Files: \n"
msgstr ""
"\n"
"- Άλλα Αρχεία:\n"
-#: standalone/drakbackup:2736
+#: standalone/drakbackup:2731
#, c-format
msgid ""
"List of data corrupted:\n"
@@ -17519,143 +18276,143 @@ msgstr ""
"Λίστα των κατεστραμμένων δεδομένων:\n"
"\n"
-#: standalone/drakbackup:2738
+#: standalone/drakbackup:2733
#, c-format
msgid "Please uncheck or remove it on next time."
msgstr "Παρακαλώ αφαιρέστε το την επόμενη φορά."
-#: standalone/drakbackup:2748
+#: standalone/drakbackup:2743
#, c-format
msgid "Backup files are corrupted"
msgstr "Τα αντίγραφα ασφαλείας είναι κατεστραμμένα"
-#: standalone/drakbackup:2769
+#: standalone/drakbackup:2764
#, c-format
msgid " All of your selected data have been "
msgstr " Όλα τα επιλεγμένα δεδομένα έχουν "
-#: standalone/drakbackup:2770
+#: standalone/drakbackup:2765
#, c-format
-msgid " Successfuly Restored on %s "
+msgid " Successfully Restored on %s "
msgstr " Ανακτηθεί με επιτυχία στο %s "
-#: standalone/drakbackup:2889
+#: standalone/drakbackup:2885
#, c-format
msgid " Restore Configuration "
msgstr " Ρυθμίσεις Επαναφοράς "
-#: standalone/drakbackup:2917
+#: standalone/drakbackup:2913
#, c-format
msgid "OK to restore the other files."
msgstr "Εντάξει για την επαναφορά των άλλων αρχείων."
-#: standalone/drakbackup:2933
+#: standalone/drakbackup:2929
#, fuzzy, c-format
msgid "User list to restore (only the most recent date per user is important)"
msgstr "χρήστης"
-#: standalone/drakbackup:3000
+#: standalone/drakbackup:2994
#, fuzzy, c-format
msgid "Please choose the date to restore:"
msgstr "Παρακαλώ επιλέξτε την ημερομηνία επαναφοράς"
-#: standalone/drakbackup:3037
+#: standalone/drakbackup:3031
#, c-format
msgid "Restore from Hard Disk."
msgstr "Επαναφορά από τον σκληρό δίσκο."
-#: standalone/drakbackup:3039
+#: standalone/drakbackup:3033
#, fuzzy, c-format
msgid "Enter the directory where backups are stored"
msgstr "Παρακαλώ εισάγετε τον κατάλογο που βρίσκονται τα αντίγραφα ασφαλείας"
-#: standalone/drakbackup:3043
+#: standalone/drakbackup:3037
#, fuzzy, c-format
msgid "Directory with backups"
msgstr "Επαναφορά όλων των αντιγράφων ασφαλείας"
-#: standalone/drakbackup:3097
+#: standalone/drakbackup:3091
#, c-format
msgid "Select another media to restore from"
msgstr "Επιλέξτε άλλο μέσο για την ανάκτηση"
-#: standalone/drakbackup:3099
+#: standalone/drakbackup:3093
#, c-format
msgid "Other Media"
msgstr "Άλλα Μέσα"
-#: standalone/drakbackup:3104
+#: standalone/drakbackup:3098
#, c-format
msgid "Restore system"
msgstr "Επαναφορά συστήματος"
-#: standalone/drakbackup:3105
+#: standalone/drakbackup:3099
#, c-format
msgid "Restore Users"
msgstr "Επαναφορά Χρηστών"
-#: standalone/drakbackup:3106
+#: standalone/drakbackup:3100
#, c-format
msgid "Restore Other"
msgstr "Επαναφορά Άλλων"
-#: standalone/drakbackup:3108
+#: standalone/drakbackup:3102
#, c-format
msgid "Select path to restore (instead of /)"
msgstr "επιλέξτε τη θέση επαναφοράς (αντί του /)"
-#: standalone/drakbackup:3112 standalone/drakbackup:3394
+#: standalone/drakbackup:3106 standalone/drakbackup:3388
#, fuzzy, c-format
msgid "Path To Restore To"
msgstr "Προσαρμοσμένη Επαναφορά"
-#: standalone/drakbackup:3115
+#: standalone/drakbackup:3109
#, fuzzy, c-format
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Ολοκληρώθηκε νέο"
-#: standalone/drakbackup:3117
+#: standalone/drakbackup:3111
#, c-format
msgid "Remove user directories before restore."
msgstr "Αφαίρεση καταλόγων χρηστών πριν από την επαναφορά."
-#: standalone/drakbackup:3201
+#: standalone/drakbackup:3196
#, c-format
msgid "Filename text substring to search for (empty string matches all):"
msgstr ""
-#: standalone/drakbackup:3204
+#: standalone/drakbackup:3199
#, c-format
msgid "Search Backups"
msgstr ""
-#: standalone/drakbackup:3223
+#: standalone/drakbackup:3217
#, fuzzy, c-format
msgid "No matches found..."
msgstr "Δεν βρέθηκε εικόνα"
-#: standalone/drakbackup:3227
+#: standalone/drakbackup:3221
#, fuzzy, c-format
msgid "Restore Selected"
msgstr ""
"Επαναφορά Επιλεγμένων\n"
"Αρχείων"
-#: standalone/drakbackup:3362
+#: standalone/drakbackup:3356
#, c-format
msgid ""
"Click date/time to see backup files.\n"
"Ctrl-Click files to select multiple files."
msgstr ""
-#: standalone/drakbackup:3368
+#: standalone/drakbackup:3362
#, fuzzy, c-format
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr "Επαναφορά\n"
-#: standalone/drakbackup:3377
+#: standalone/drakbackup:3371
#, c-format
msgid ""
"Restore Selected\n"
@@ -17664,34 +18421,34 @@ msgstr ""
"Επαναφορά Επιλεγμένων\n"
"Αρχείων"
-#: standalone/drakbackup:3454
+#: standalone/drakbackup:3448
#, c-format
msgid "Backup files not found at %s."
msgstr "Τα αντίγραφα ασφαλείας δεν βρέθηκαν στο %s."
-#: standalone/drakbackup:3467
+#: standalone/drakbackup:3461
#, c-format
msgid "Restore From CD"
msgstr "Επαναφορά από CD"
-#: standalone/drakbackup:3467
+#: standalone/drakbackup:3461
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: standalone/drakbackup:3469
+#: standalone/drakbackup:3463
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: standalone/drakbackup:3479
+#: standalone/drakbackup:3473
#, c-format
msgid "Restore From Tape"
msgstr "Επαναφορά Από Ταινία"
-#: standalone/drakbackup:3479
+#: standalone/drakbackup:3473
#, fuzzy, c-format
msgid ""
"Insert the tape with volume label %s\n"
@@ -17700,218 +18457,218 @@ msgstr ""
"\n"
" συσκευή"
-#: standalone/drakbackup:3481
+#: standalone/drakbackup:3475
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: standalone/drakbackup:3492
+#: standalone/drakbackup:3486
#, c-format
msgid "Restore Via Network"
msgstr "Επαναφορά μέσω δικτύου"
-#: standalone/drakbackup:3492
+#: standalone/drakbackup:3486
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr "Επαναφορά Μέσω Πρωτόκολλο Δικτύου: %s"
-#: standalone/drakbackup:3493
+#: standalone/drakbackup:3487
#, c-format
msgid "Host Name"
msgstr "Όνομα Συστήματος"
-#: standalone/drakbackup:3494
+#: standalone/drakbackup:3488
#, fuzzy, c-format
msgid "Host Path or Module"
msgstr "Σύστημα"
-#: standalone/drakbackup:3501
+#: standalone/drakbackup:3495
#, c-format
msgid "Password required"
msgstr "Απαιτείται κωδικός πρόσβασης"
-#: standalone/drakbackup:3507
+#: standalone/drakbackup:3501
#, c-format
msgid "Username required"
msgstr "Απαιτείται όνομα χρήστη"
-#: standalone/drakbackup:3510
+#: standalone/drakbackup:3504
#, c-format
msgid "Hostname required"
msgstr "απαιτείται το δικτυακό όνομα"
-#: standalone/drakbackup:3515
+#: standalone/drakbackup:3509
#, c-format
msgid "Path or Module required"
msgstr "Η Θέση ή το Άρθρωμα απαιτείται"
-#: standalone/drakbackup:3528
+#: standalone/drakbackup:3522
#, c-format
msgid "Files Restored..."
msgstr ""
-#: standalone/drakbackup:3531
+#: standalone/drakbackup:3525
#, c-format
msgid "Restore Failed..."
msgstr "Η Επαναφορά Απέτυχε..."
-#: standalone/drakbackup:3549
+#: standalone/drakbackup:3543
#, fuzzy, c-format
msgid "%s not retrieved..."
msgstr "το %s δεν ανταποκρίνεται"
-#: standalone/drakbackup:3748 standalone/drakbackup:3817
+#: standalone/drakbackup:3765 standalone/drakbackup:3834
#, fuzzy, c-format
msgid "Search for files to restore"
msgstr "Επιλέξτε άλλο μέσο για την ανάκτηση"
-#: standalone/drakbackup:3752
+#: standalone/drakbackup:3769
#, c-format
msgid "Restore all backups"
msgstr "Επαναφορά όλων των αντιγράφων ασφαλείας"
-#: standalone/drakbackup:3760
+#: standalone/drakbackup:3777
#, c-format
msgid "Custom Restore"
msgstr "Προσαρμοσμένη Επαναφορά"
-#: standalone/drakbackup:3764 standalone/drakbackup:3813
+#: standalone/drakbackup:3781 standalone/drakbackup:3830
#, c-format
msgid "Restore From Catalog"
msgstr "Επαναφορά από Κατάλογο"
-#: standalone/drakbackup:3785
+#: standalone/drakbackup:3802
#, fuzzy, c-format
msgid "Unable to find backups to restore...\n"
msgstr "Παρακαλώ επιλέξτε τα δεδομένα προς επαναφορά..."
-#: standalone/drakbackup:3786
+#: standalone/drakbackup:3803
#, fuzzy, c-format
msgid "Verify that %s is the correct path"
msgstr "Είναι σωστή η ρύθμιση;"
-#: standalone/drakbackup:3787
+#: standalone/drakbackup:3804
#, c-format
msgid " and the CD is in the drive"
msgstr ""
-#: standalone/drakbackup:3789
+#: standalone/drakbackup:3806
#, c-format
msgid "Backups on unmountable media - Use Catalog to restore"
msgstr ""
-#: standalone/drakbackup:3805
+#: standalone/drakbackup:3822
#, c-format
msgid "CD in place - continue."
msgstr "Το CD είναι στη θέση του - συνέχεια"
-#: standalone/drakbackup:3810
+#: standalone/drakbackup:3827
#, fuzzy, c-format
msgid "Browse to new restore repository."
msgstr "αναζήτηση νέο."
-#: standalone/drakbackup:3811
+#: standalone/drakbackup:3828
#, fuzzy, c-format
msgid "Directory To Restore From"
msgstr "Επαναφορά από CD"
-#: standalone/drakbackup:3847
+#: standalone/drakbackup:3864
#, c-format
msgid "Restore Progress"
msgstr "Πρόοδος Ανάκτησης"
-#: standalone/drakbackup:3898 standalone/drakbackup:3971
-#: standalone/logdrake:174
+#: standalone/drakbackup:3919 standalone/drakbackup:3992
+#: standalone/logdrake:173
#, c-format
msgid "Save"
msgstr "Αποθήκευση"
-#: standalone/drakbackup:3954
+#: standalone/drakbackup:3975
#, c-format
msgid "Build Backup"
msgstr "Δημιουργία αντιγράφων ασφαλείας"
-#: standalone/drakbackup:3987 standalone/drakbackup:4307
+#: standalone/drakbackup:4008 standalone/drakbackup:4328
#, c-format
msgid "Restore"
msgstr "Επαναφορά"
-#: standalone/drakbackup:4075
+#: standalone/drakbackup:4096
#, c-format
msgid "The following packages need to be installed:\n"
msgstr "Τα παρακάτω πακέτα πρέπει να εγκατασταθούν:\n"
-#: standalone/drakbackup:4102
+#: standalone/drakbackup:4123
#, c-format
msgid "Please select data to restore..."
msgstr "Παρακαλώ επιλέξτε τα δεδομένα προς επαναφορά..."
-#: standalone/drakbackup:4142
+#: standalone/drakbackup:4163
#, c-format
msgid "Backup system files"
msgstr "Αντίγραφα ασφαλείας του συστήματος αρχείων"
-#: standalone/drakbackup:4145
+#: standalone/drakbackup:4166
#, c-format
msgid "Backup user files"
msgstr "Αντίγραφα ασφαλείας αρχείων χρηστών"
-#: standalone/drakbackup:4148
+#: standalone/drakbackup:4169
#, c-format
msgid "Backup other files"
msgstr "Αντίγραφα ασφαλείας άλλων αρχείων"
-#: standalone/drakbackup:4151 standalone/drakbackup:4185
+#: standalone/drakbackup:4172 standalone/drakbackup:4206
#, c-format
msgid "Total Progress"
msgstr "Συνολική Πρόοδος"
-#: standalone/drakbackup:4177
+#: standalone/drakbackup:4198
#, fuzzy, c-format
msgid "Sending files by FTP"
msgstr "Αποστολή αρχείων..."
-#: standalone/drakbackup:4180
+#: standalone/drakbackup:4201
#, c-format
msgid "Sending files..."
msgstr "Αποστολή αρχείων..."
-#: standalone/drakbackup:4250
+#: standalone/drakbackup:4271
#, c-format
msgid "Backup Now from configuration file"
msgstr "Δημιουργία Αντιγράφων Ασφαλείας από το αρχείο ρυθμίσεων"
-#: standalone/drakbackup:4255
+#: standalone/drakbackup:4276
#, c-format
msgid "View Backup Configuration."
msgstr "Προβολή Ρυθμίσεων Αντιγράφων Ασφαλείας"
-#: standalone/drakbackup:4281
+#: standalone/drakbackup:4302
#, c-format
msgid "Wizard Configuration"
msgstr "Ρυθμίσεις Οδηγού"
-#: standalone/drakbackup:4286
+#: standalone/drakbackup:4307
#, c-format
msgid "Advanced Configuration"
msgstr "Προχωρημένες Ρυθμίσεις"
-#: standalone/drakbackup:4291
+#: standalone/drakbackup:4312
#, fuzzy, c-format
msgid "View Configuration"
msgstr "Ρύθμιση"
-#: standalone/drakbackup:4295
+#: standalone/drakbackup:4316
#, c-format
msgid "View Last Log"
msgstr ""
-#: standalone/drakbackup:4300
+#: standalone/drakbackup:4321
#, c-format
msgid "Backup Now"
msgstr "Αντίγραφα ασφαλείας Τώρα"
-#: standalone/drakbackup:4304
+#: standalone/drakbackup:4325
#, c-format
msgid ""
"No configuration file found \n"
@@ -17920,68 +18677,73 @@ msgstr ""
"Δεν βρέθηκε ρύθμιση\n"
"παρακαλώ κάντε κλικ στο Οδηγό ή στο Προχωρημένο."
-#: standalone/drakbackup:4324 standalone/drakbackup:4327
+#: standalone/drakbackup:4345 standalone/drakbackup:4348
#, c-format
msgid "Drakbackup"
msgstr "Drakbackup"
-#: standalone/drakboot:58
+#: standalone/drakboot:64
#, fuzzy, c-format
msgid "Graphical boot theme selection"
msgstr "Επιλογή μοντέλου εκτυπωτή"
-#: standalone/drakboot:58
+#: standalone/drakboot:64
#, c-format
msgid "System mode"
msgstr "Κατάσταση συστήματος"
-#: standalone/drakboot:68 standalone/drakfloppy:46 standalone/harddrake2:103
-#: standalone/harddrake2:104 standalone/logdrake:71
-#: standalone/printerdrake:150 standalone/printerdrake:151
-#: standalone/printerdrake:152
+#: standalone/drakboot:74 standalone/drakfloppy:47 standalone/harddrake2:171
+#: standalone/harddrake2:172 standalone/logdrake:70
+#: standalone/printerdrake:156 standalone/printerdrake:157
+#: standalone/printerdrake:158
#, c-format
msgid "/_File"
msgstr "/_Αρχείο"
-#: standalone/drakboot:69 standalone/drakfloppy:47 standalone/logdrake:77
+#: standalone/drakboot:75 standalone/drakfloppy:48 standalone/logdrake:76
#, c-format
msgid "/File/_Quit"
msgstr "/Αρχείο/Έ_ξοδος"
-#: standalone/drakboot:69 standalone/drakfloppy:47 standalone/harddrake2:104
-#: standalone/logdrake:77 standalone/printerdrake:152
+#: standalone/drakboot:75 standalone/drakfloppy:48 standalone/harddrake2:172
+#: standalone/logdrake:76 standalone/printerdrake:158
#, c-format
msgid "<control>Q"
msgstr "<control>Q"
-#: standalone/drakboot:139
+#: standalone/drakboot:148
#, c-format
msgid "Install themes"
msgstr "Εγκατάσταση θεμάτων"
-#: standalone/drakboot:140
+#: standalone/drakboot:149
#, c-format
msgid "Create new theme"
msgstr "Δημιουργία νέου θέματος"
-#: standalone/drakboot:152
+#: standalone/drakboot:161
#, c-format
msgid "Use graphical boot"
msgstr ""
-#: standalone/drakboot:157
+#: standalone/drakboot:166
#, c-format
msgid ""
"Your system bootloader is not in framebuffer mode. To activate graphical "
"boot, select a graphic video mode from the bootloader configuration tool."
msgstr ""
-#: standalone/drakboot:164
+#: standalone/drakboot:167
+#, fuzzy, c-format
+msgid "Do you want to configure it now?"
+msgstr "Θέλετε να δοκιμάσετε τις ρυθμίσεις;"
+
+#: standalone/drakboot:177
#, fuzzy, c-format
msgid "Theme"
msgstr "Θέματα"
-#: standalone/drakboot:167
+#: standalone/drakboot:180
#, c-format
msgid ""
"Display theme\n"
@@ -17990,310 +18752,309 @@ msgstr ""
"Εμφάνιση θέματος\n"
"στην κονσόλα"
-#: standalone/drakboot:176
+#: standalone/drakboot:189
#, c-format
msgid "Launch the graphical environment when your system starts"
msgstr "Λειτουργία γραφικού περιβάλλοντος κατά την εκκίνηση του συστήματος"
-#: standalone/drakboot:184
+#: standalone/drakboot:197
#, c-format
msgid "No, I don't want autologin"
msgstr "Όχι, δεν επιθυμώ αυτόματη προσπέλαση"
-#: standalone/drakboot:185
+#: standalone/drakboot:198
#, c-format
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ναι, επιθυμώ αυτόματη προσπέλαση με (χρήστης, περιβάλλον)"
-#: standalone/drakboot:191
+#: standalone/drakboot:201
#, fuzzy, c-format
msgid "Default user"
msgstr "Προεπιλεγμένος εκτυπωτής"
-#: standalone/drakboot:192
+#: standalone/drakboot:202
#, fuzzy, c-format
msgid "Default desktop"
msgstr "Προεπιλεγμένο"
-#: standalone/drakboot:256
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Η εγκατάσταση του %s απέτυχε. Προκλήθηκε το ακόλουθο σφάλμα:"
-
-#: standalone/drakbug:40
+#: standalone/drakboot:310
#, c-format
msgid ""
-"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on %s\n"
-" where you'll find a form to fill in. The information displayed above will "
-"be \n"
-"transferred to that server."
+"Please choose a video mode, it will be applied to each of the boot entries "
+"selected below.\n"
+"Be sure your video card supports the mode you choose."
msgstr ""
-#: standalone/drakbug:48
-#, c-format
-msgid "Mandrake Bug Report Tool"
+#: standalone/drakbug:41
+#, fuzzy, c-format
+msgid "Mandrakelinux Bug Report Tool"
msgstr "Εργαλείο Αναφοράς Σφαλμάτων Mandrake"
-#: standalone/drakbug:53
+#: standalone/drakbug:46
#, c-format
-msgid "Mandrake Control Center"
-msgstr "Κέντρο Ελέγχου Mandrake"
+msgid "Mandrakelinux Control Center"
+msgstr "Κέντρο Ελέγχου Mandrakelinux"
-#: standalone/drakbug:55
+#: standalone/drakbug:48
#, c-format
msgid "Synchronization tool"
msgstr "Εργαλείο Συγχρονισμού"
-#: standalone/drakbug:56 standalone/drakbug:70 standalone/drakbug:204
-#: standalone/drakbug:206 standalone/drakbug:210
+#: standalone/drakbug:49 standalone/drakbug:63 standalone/drakbug:176
+#: standalone/drakbug:178 standalone/drakbug:182
#, c-format
msgid "Standalone Tools"
msgstr "Ξεχωριστά Εργαλεία"
-#: standalone/drakbug:57
+#: standalone/drakbug:50
#, c-format
msgid "HardDrake"
msgstr "HardDrake"
-#: standalone/drakbug:58
+#: standalone/drakbug:51
#, c-format
-msgid "Mandrake Online"
-msgstr "Mandrake Online"
+msgid "Mandrakeonline"
+msgstr "Mandrakeonline"
-#: standalone/drakbug:59
+#: standalone/drakbug:52
#, c-format
msgid "Menudrake"
msgstr "Menudrake"
-#: standalone/drakbug:60
+#: standalone/drakbug:53
#, c-format
msgid "Msec"
msgstr "Msec"
-#: standalone/drakbug:61
+#: standalone/drakbug:54
#, c-format
msgid "Remote Control"
msgstr "Απομακρυσμένος Έλεγχος"
-#: standalone/drakbug:62
+#: standalone/drakbug:55
#, c-format
msgid "Software Manager"
msgstr "Διαχειριστής Λογισμικού"
-#: standalone/drakbug:63
+#: standalone/drakbug:56
#, c-format
msgid "Urpmi"
msgstr "Urpmi"
-#: standalone/drakbug:64
+#: standalone/drakbug:57
#, c-format
msgid "Windows Migration tool"
msgstr "Εργαλείο Μετάβασης Windows "
-#: standalone/drakbug:65
+#: standalone/drakbug:58
#, c-format
msgid "Userdrake"
msgstr "Userdrake"
-#: standalone/drakbug:66
+#: standalone/drakbug:59
#, c-format
msgid "Configuration Wizards"
msgstr "Οδηγοί Ρύθμισης"
-#: standalone/drakbug:84
-#, c-format
-msgid ""
-"To submit a bug report, click the report button, which will open your "
-"default browser\n"
-"to Anthill where you will be able to upload the above information as a bug "
-"report."
-msgstr ""
-
-#: standalone/drakbug:102
+#: standalone/drakbug:83
#, c-format
msgid "Application:"
msgstr "Εφαρμογή:"
-#: standalone/drakbug:103 standalone/drakbug:115
+#: standalone/drakbug:84 standalone/drakbug:96
#, c-format
msgid "Package: "
msgstr "Πακέτο:"
-#: standalone/drakbug:104
+#: standalone/drakbug:85
#, c-format
msgid "Kernel:"
msgstr "Πυρήνας:"
-#: standalone/drakbug:105 standalone/drakbug:116
+#: standalone/drakbug:86 standalone/drakbug:97
#, c-format
msgid "Release: "
msgstr "Έκδοση:"
-#: standalone/drakbug:110
+#: standalone/drakbug:91
#, c-format
msgid ""
"Application Name\n"
"or Full Path:"
msgstr ""
-#: standalone/drakbug:113
+#: standalone/drakbug:94
#, fuzzy, c-format
msgid "Find Package"
msgstr "%d πακέτα"
-#: standalone/drakbug:117
+#: standalone/drakbug:98
#, fuzzy, c-format
msgid "Summary: "
msgstr "Περίληψη"
-#: standalone/drakbug:129
+#: standalone/drakbug:104
#, c-format
-msgid "YOUR TEXT HERE"
+msgid "Bug Description/System Information"
msgstr ""
-#: standalone/drakbug:132
+#: standalone/drakbug:105
#, c-format
-msgid "Bug Description/System Information"
+msgid "YOUR TEXT HERE"
msgstr ""
-#: standalone/drakbug:136
+#: standalone/drakbug:108
#, fuzzy, c-format
msgid "Submit kernel version"
msgstr "έκδοση πυρήνα"
-#: standalone/drakbug:137
+#: standalone/drakbug:109
#, c-format
msgid "Submit cpuinfo"
msgstr ""
-#: standalone/drakbug:138
+#: standalone/drakbug:110
#, c-format
msgid "Submit lspci"
msgstr ""
-#: standalone/drakbug:159
+#: standalone/drakbug:124
+#, c-format
+msgid ""
+"To submit a bug report, click on the report button.\n"
+"This will open a web browser window on %s\n"
+" where you'll find a form to fill in. The information displayed above will "
+"be \n"
+"transferred to that server."
+msgstr ""
+
+#: standalone/drakbug:130
#, c-format
msgid "Report"
msgstr "Αναφορά"
-#: standalone/drakbug:219
+#: standalone/drakbug:191
#, c-format
msgid "Not installed"
msgstr "Μη εγκατεστημένο"
-#: standalone/drakbug:231
+#: standalone/drakbug:203
#, c-format
msgid "Package not installed"
msgstr "Το πακέτο δεν είναι εγκατεστημένο"
-#: standalone/drakbug:248
+#: standalone/drakbug:220
#, c-format
msgid "NOT FOUND"
msgstr ""
-#: standalone/drakbug:259
+#: standalone/drakbug:227
#, fuzzy, c-format
-msgid "connecting to %s ..."
+msgid "connecting to %s..."
msgstr "σύνδεση στον οδηγό Bugzilla ..."
-#: standalone/drakbug:267
+#: standalone/drakbug:235
#, c-format
msgid "No browser available! Please install one"
msgstr "Δεν βρέθηκε περιηγητής! Παρακαλώ εγκαταστήστε τον"
-#: standalone/drakbug:286
+#: standalone/drakbug:254
#, fuzzy, c-format
msgid "Please enter a package name."
msgstr "Παρακαλώ εισάγετε όνομα χρήστη"
-#: standalone/drakbug:292
+#: standalone/drakbug:260
#, fuzzy, c-format
msgid "Please enter summary text."
msgstr "Παρακαλώ εισάγετε το όνομα χρήστη"
-#: standalone/drakclock:29
+#: standalone/drakclock:30
#, fuzzy, c-format
msgid "DrakClock"
msgstr "Drakbackup"
-#: standalone/drakclock:39
+#: standalone/drakclock:40
#, fuzzy, c-format
msgid "not defined"
msgstr "δεν ρυθμίστηκε"
-#: standalone/drakclock:41
+#: standalone/drakclock:42
#, fuzzy, c-format
msgid "Change Time Zone"
msgstr "Ωρολογιακή Ζώνη"
-#: standalone/drakclock:45
+#: standalone/drakclock:46
#, c-format
msgid "Timezone - DrakClock"
msgstr "Ζώνη ώρας - DrakClock"
-#: standalone/drakclock:47
+#: standalone/drakclock:48
#, c-format
msgid "GMT - DrakClock"
msgstr "GMT - DrakClock"
-#: standalone/drakclock:47
+#: standalone/drakclock:48
#, fuzzy, c-format
msgid "Is your hardware clock set to GMT?"
msgstr "Το ρολόι του υπολογιστή σας είναι ρυθμισμένο σε GMT (ώρα Γκρίνουιτς)"
-#: standalone/drakclock:79
+#: standalone/drakclock:76
#, fuzzy, c-format
msgid "Network Time Protocol"
msgstr "Συσκευή δικτύου"
-#: standalone/drakclock:81
+#: standalone/drakclock:78
#, c-format
msgid ""
"Your computer can synchronize its clock\n"
" with a remote time server using NTP"
msgstr ""
-#: standalone/drakclock:82
+#: standalone/drakclock:79
#, fuzzy, c-format
msgid "Enable Network Time Protocol"
msgstr "Επαναφορά Μέσω Πρωτόκολλο Δικτύου: %s"
-#: standalone/drakclock:90
+#: standalone/drakclock:87
#, fuzzy, c-format
msgid "Server:"
msgstr "Εξυπηρετητής:"
-#: standalone/drakclock:137 standalone/drakclock:149
+#: standalone/drakclock:125
+#, c-format
+msgid "Could not synchronize with %s."
+msgstr ""
+
+#: standalone/drakclock:147 standalone/drakclock:157
#, fuzzy, c-format
msgid "Reset"
msgstr "Άρνηση"
-#: standalone/drakclock:214
-#, c-format
+#: standalone/drakclock:225
+#, fuzzy, c-format
msgid ""
"We need to install ntp package\n"
" to enable Network Time Protocol\n"
"\n"
-"Do you want to install ntp ?"
-msgstr ""
+"Do you want to install ntp?"
+msgstr "Το πακέτο %s πρέπει να αναβαθμιστεί. Θέλετε να το εγκαταστήσετε;"
-#: standalone/drakconnect:81
+#: standalone/drakconnect:85
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Ρύθμιση δικτύου (%d προσαρμογείς)"
-#: standalone/drakconnect:92 standalone/drakconnect:751
+#: standalone/drakconnect:96 standalone/drakconnect:787
#, c-format
msgid "Gateway:"
msgstr "Πύλη δικτύου:"
-#: standalone/drakconnect:92 standalone/drakconnect:751
+#: standalone/drakconnect:96 standalone/drakconnect:787
#, c-format
msgid "Interface:"
msgstr "Διεπαφή:"
-#: standalone/drakconnect:96 standalone/net_monitor:106
+#: standalone/drakconnect:100 standalone/net_monitor:122
#, c-format
msgid "Wait please"
msgstr "Παρακαλώ περιμένετε"
@@ -18303,12 +19064,8 @@ msgstr "Παρακαλώ περιμένετε"
msgid "Interface"
msgstr "Διεπαφή"
-#: standalone/drakconnect:116 standalone/drakups:233
-#, c-format
-msgid "Driver"
-msgstr "Οδηγός"
-
-#: standalone/drakconnect:116
+#: standalone/drakconnect:116 standalone/printerdrake:218
+#: standalone/printerdrake:225
#, c-format
msgid "State"
msgstr "Κατάσταση:"
@@ -18323,7 +19080,7 @@ msgstr "Όνομα συστήματος: "
msgid "Configure hostname..."
msgstr "Ρύθμιση ποντικιού"
-#: standalone/drakconnect:149 standalone/drakconnect:792
+#: standalone/drakconnect:149 standalone/drakconnect:843
#, c-format
msgid "LAN configuration"
msgstr "Ρύθμιση LAN"
@@ -18333,8 +19090,8 @@ msgstr "Ρύθμιση LAN"
msgid "Configure Local Area Network..."
msgstr "Ρύθμιση τοπικού δικτύου..."
-#: standalone/drakconnect:162 standalone/drakconnect:240
-#: standalone/drakconnect:244
+#: standalone/drakconnect:162 standalone/drakconnect:246
+#: standalone/drakconnect:250
#, c-format
msgid "Apply"
msgstr "Εφαρμογή"
@@ -18344,107 +19101,113 @@ msgstr "Εφαρμογή"
msgid "Manage connections"
msgstr "Καλωδιακή σύνδεση"
-#: standalone/drakconnect:218
+#: standalone/drakconnect:224
#, fuzzy, c-format
msgid "Device selected"
msgstr "Αφαίρεση Επιλεγμένων"
-#: standalone/drakconnect:314
+#: standalone/drakconnect:305
#, fuzzy, c-format
msgid "IP configuration"
msgstr "Ρύθμιση CUPS"
-#: standalone/drakconnect:351
+#: standalone/drakconnect:342
#, fuzzy, c-format
msgid "DNS servers"
msgstr "Εξυπηρετητής DNS"
-#: standalone/drakconnect:359
+#: standalone/drakconnect:350
#, fuzzy, c-format
msgid "Search Domain"
msgstr "Τομέας NIS"
-#: standalone/drakconnect:367
+#: standalone/drakconnect:358
#, fuzzy, c-format
msgid "static"
msgstr "Αυτόματο IP"
-#: standalone/drakconnect:367
+#: standalone/drakconnect:358
#, c-format
msgid "DHCP"
msgstr ""
-#: standalone/drakconnect:493
+#: standalone/drakconnect:436
+#, fuzzy, c-format
+msgid "Metric"
+msgstr "απαγόρευση"
+
+#: standalone/drakconnect:491
#, fuzzy, c-format
msgid "Flow control"
msgstr "<control>S"
-#: standalone/drakconnect:494
+#: standalone/drakconnect:492
#, fuzzy, c-format
msgid "Line termination"
msgstr "Σταθμός Διαδικτύου"
-#: standalone/drakconnect:505
+#: standalone/drakconnect:503
#, fuzzy, c-format
msgid "Modem timeout"
msgstr "Τέλος Χρόνου Εκκίνησης Πυρήνα"
-#: standalone/drakconnect:509
+#: standalone/drakconnect:507
#, fuzzy, c-format
msgid "Use lock file"
msgstr "Επιλέξτε αρχείο"
-#: standalone/drakconnect:511
+#: standalone/drakconnect:509
#, c-format
msgid "Wait for dialup tone before dialing"
msgstr ""
-#: standalone/drakconnect:514
+#: standalone/drakconnect:512
#, fuzzy, c-format
msgid "Busy wait"
msgstr "Κουβέιτ"
-#: standalone/drakconnect:519
+#: standalone/drakconnect:517
#, fuzzy, c-format
msgid "Modem sound"
msgstr "Μόντεμ"
-#: standalone/drakconnect:520
+#: standalone/drakconnect:518
#, fuzzy, c-format
msgid "Enable"
msgstr "ενεργοποίηση"
-#: standalone/drakconnect:520
+#: standalone/drakconnect:518
#, fuzzy, c-format
msgid "Disable"
msgstr "απενεργοποίηση"
-#: standalone/drakconnect:571 standalone/harddrake2:62
+#: standalone/drakconnect:569 standalone/harddrake2:45
#, c-format
msgid "Media class"
msgstr "Κλάση Μέσου"
-#: standalone/drakconnect:572 standalone/drakfloppy:141
+#: standalone/drakconnect:570 standalone/drakfloppy:136
#, c-format
msgid "Module name"
msgstr "Όνομα αρθρώματος"
-#: standalone/drakconnect:573
+#: standalone/drakconnect:571
#, fuzzy, c-format
msgid "Mac Address"
msgstr "Διεύθυνση Μετάδοσης:"
-#: standalone/drakconnect:574 standalone/harddrake2:21
+#: standalone/drakconnect:572 standalone/harddrake2:23
+#: standalone/harddrake2:104
#, c-format
msgid "Bus"
msgstr "Bus"
-#: standalone/drakconnect:575 standalone/harddrake2:29
+#: standalone/drakconnect:573 standalone/harddrake2:29
#, c-format
msgid "Location on the bus"
msgstr "Θέση του διαύλου"
-#: standalone/drakconnect:645 standalone/drakgw:248 standalone/drakpxe:138
+#: standalone/drakconnect:670 standalone/drakgw:250 standalone/drakpxe:138
#, c-format
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
@@ -18453,20 +19216,20 @@ msgstr ""
"Δεν βρέθηκε προσαρμογέας δικτύου Ethernet στο σύστημά σας. Παρακαλώ "
"χρησιμοποιείστε το πρόγραμμα ρύθμισης υλικού."
-#: standalone/drakconnect:651
+#: standalone/drakconnect:678
#, fuzzy, c-format
msgid "Remove a network interface"
msgstr "Επιλέξτε συσκευή δικτύου"
-#: standalone/drakconnect:655
+#: standalone/drakconnect:682
#, fuzzy, c-format
msgid "Select the network interface to remove:"
msgstr "Επιλέξτε συσκευή δικτύου"
-#: standalone/drakconnect:679
+#: standalone/drakconnect:713
#, fuzzy, c-format
msgid ""
-"An error occured while deleting the \"%s\" network interface:\n"
+"An error occurred while deleting the \"%s\" network interface:\n"
"\n"
"%s"
msgstr ""
@@ -18474,53 +19237,53 @@ msgstr ""
"\n"
"%s"
-#: standalone/drakconnect:681
+#: standalone/drakconnect:715
#, c-format
msgid ""
-"Congratulations, the \"%s\" network interface has been succesfully deleted"
+"Congratulations, the \"%s\" network interface has been successfully deleted"
msgstr ""
-#: standalone/drakconnect:698
+#: standalone/drakconnect:732
#, c-format
-msgid "No Ip"
+msgid "No IP"
msgstr ""
-#: standalone/drakconnect:699
+#: standalone/drakconnect:733
#, fuzzy, c-format
msgid "No Mask"
msgstr "Λάθος πακέτο"
-#: standalone/drakconnect:700 standalone/drakconnect:863
+#: standalone/drakconnect:734 standalone/drakconnect:914
#, c-format
msgid "up"
msgstr ""
-#: standalone/drakconnect:700 standalone/drakconnect:863
+#: standalone/drakconnect:734 standalone/drakconnect:914
#, fuzzy, c-format
msgid "down"
msgstr "Ολοκληρώθηκε"
-#: standalone/drakconnect:741 standalone/net_monitor:419
+#: standalone/drakconnect:777 standalone/net_monitor:468
#, c-format
msgid "Connected"
msgstr "Συνδέθηκε"
-#: standalone/drakconnect:741 standalone/net_monitor:419
+#: standalone/drakconnect:777 standalone/net_monitor:468
#, c-format
msgid "Not connected"
msgstr "Δε συνδέθηκε"
-#: standalone/drakconnect:743
+#: standalone/drakconnect:779
#, c-format
msgid "Disconnect..."
msgstr "Αποσύνδεση..."
-#: standalone/drakconnect:743
+#: standalone/drakconnect:779
#, c-format
msgid "Connect..."
msgstr "Σύνδεση..."
-#: standalone/drakconnect:772
+#: standalone/drakconnect:808
#, c-format
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
@@ -18529,17 +19292,17 @@ msgstr ""
"Προειδοποίηση, εντοπίστηκε μια άλλη σύνδεση Διαδικτύου που ίσως χρησιμοποιεί "
"το δίκτυό σας"
-#: standalone/drakconnect:788
+#: standalone/drakconnect:839
#, fuzzy, c-format
msgid "Deactivate now"
msgstr "απενεργοποίηση τώρα"
-#: standalone/drakconnect:788
+#: standalone/drakconnect:839
#, fuzzy, c-format
msgid "Activate now"
msgstr "ενεργοποίηση τώρα"
-#: standalone/drakconnect:796
+#: standalone/drakconnect:847
#, c-format
msgid ""
"You don't have any configured interface.\n"
@@ -18548,81 +19311,101 @@ msgstr ""
"Δεν έχετε κάποια ρυθμισμένη διεπαφή.\n"
"Ρυθμίστε την κάνοντας κλικ στο 'Ρύθμιση'"
-#: standalone/drakconnect:810
+#: standalone/drakconnect:861
#, c-format
msgid "LAN Configuration"
msgstr "Ρύθμιση LΑΝ"
-#: standalone/drakconnect:822
+#: standalone/drakconnect:873
#, c-format
msgid "Adapter %s: %s"
msgstr "Προσαρμογέας %s: %s"
-#: standalone/drakconnect:831
+#: standalone/drakconnect:882
#, c-format
msgid "Boot Protocol"
msgstr "Πρωτόκολλο Εκκίνησης"
-#: standalone/drakconnect:832
+#: standalone/drakconnect:883
#, c-format
msgid "Started on boot"
msgstr "Ξεκίνησαν στην εκκίνηση"
-#: standalone/drakconnect:868
+#: standalone/drakconnect:919
#, fuzzy, c-format
msgid ""
"This interface has not been configured yet.\n"
-"Run the \"Add an interface\" assistant from the Mandrake Control Center"
+"Run the \"Add an interface\" assistant from the Mandrakelinux Control Center"
msgstr ""
"Η διεπαφή δεν έχει ρυθμιστή ακόμα. \n"
"Εκτελέστε τον οδηγό ρύθμισης στην κυρίως οθόνη"
-#. -PO: here "Internet access" should be translated the same was as in control-center
-#: standalone/drakconnect:923
+#. -PO: here "Add Connection" should be translated the same was as in control-center
+#: standalone/drakconnect:974 standalone/net_applet:46
#, fuzzy, c-format
msgid ""
"You don't have any configured Internet connection.\n"
-"Please run \"Internet access\" in control center."
+"Run the \"Add Connection\" assistant from the Mandrakelinux Control Center"
msgstr ""
-"Δεν έχετε σύνδεση με το διαδίκτυο.\n"
-"Δημιουργήστε μία κάνοντας κλικ στο 'Ρύθμιση'"
+"Η διεπαφή δεν έχει ρυθμιστή ακόμα. \n"
+"Εκτελέστε τον οδηγό ρύθμισης στην κυρίως οθόνη"
-#: standalone/drakconnect:931
+#: standalone/drakconnect:982
#, c-format
msgid "Internet connection configuration"
msgstr "Ρύθμιση σύνδεσης Διαδικτύου"
-#: standalone/drakconnect:949
+#: standalone/drakconnect:1000
#, fuzzy, c-format
msgid "Third DNS server (optional)"
msgstr "Πρώτος εξυπηρετητής DNS (προαιρετικό)"
-#: standalone/drakconnect:971
+#: standalone/drakconnect:1022
#, c-format
msgid "Internet Connection Configuration"
msgstr "Ρύθμιση Σύνδεσης Διαδικτύου"
-#: standalone/drakconnect:972
+#: standalone/drakconnect:1023
#, c-format
msgid "Internet access"
msgstr "Πρόσβαση στο Διαδίκτυο"
-#: standalone/drakconnect:974 standalone/net_monitor:88
+#: standalone/drakconnect:1025 standalone/net_monitor:101
#, c-format
msgid "Connection type: "
msgstr "Τύπος σύνδεσης: "
-#: standalone/drakconnect:977
+#: standalone/drakconnect:1028
#, c-format
msgid "Status:"
msgstr "Κατάσταση:"
-#: standalone/drakedm:53
+#: standalone/drakedm:34
+#, c-format
+msgid "GDM (GNOME Display Manager)"
+msgstr ""
+
+#: standalone/drakedm:35
+#, c-format
+msgid "KDM (KDE Display Manager)"
+msgstr ""
+
+#: standalone/drakedm:36
+#, c-format
+msgid "MdkKDM (Mandrakelinux Display Manager)"
+msgstr ""
+
+#: standalone/drakedm:37
+#, fuzzy, c-format
+msgid "XDM (X Display Manager)"
+msgstr "Επιλέγοντας έναν διαχειριστή προβολής"
+
+#: standalone/drakedm:55
#, c-format
msgid "Choosing a display manager"
msgstr "Επιλέγοντας έναν διαχειριστή προβολής"
-#: standalone/drakedm:54
+#: standalone/drakedm:56
#, c-format
msgid ""
"X11 Display Manager allows you to graphically log\n"
@@ -18633,92 +19416,99 @@ msgstr ""
"με γραφικό τρόπο στο σύστημά σας με το Σύστημα Παραθύρου Χ να υποστηρίζει\n"
"ταυτόχρονες διαφορετικές συνεδρίες Χ στο μηχάνημά σας."
-#: standalone/drakedm:77
+#: standalone/drakedm:79
#, fuzzy, c-format
-msgid "The change is done, do you want to restart the dm service ?"
+msgid "The change is done, do you want to restart the dm service?"
msgstr "Το δίκτυο πρέπει να επανεκκινηθεί, Θέλετε να το επανεκκινήσετε ;"
-#: standalone/drakfloppy:40
+#: standalone/drakedm:80
+#, c-format
+msgid ""
+"You are going to close all running programs and lose your current session. "
+"Are you really sure that you want to restart the dm service?"
+msgstr ""
+
+#: standalone/drakfloppy:41
#, c-format
msgid "drakfloppy"
msgstr "drakfloppy"
-#: standalone/drakfloppy:83
+#: standalone/drakfloppy:78
#, fuzzy, c-format
msgid "Boot disk creation"
msgstr "δημιουργία δισκέτας εκκίνησης"
-#: standalone/drakfloppy:84
+#: standalone/drakfloppy:79
#, c-format
msgid "General"
msgstr "Γενικά"
-#: standalone/drakfloppy:87
+#: standalone/drakfloppy:82 standalone/harddrake2:131
#, fuzzy, c-format
msgid "Device"
msgstr "Συσκευή: "
-#: standalone/drakfloppy:93
+#: standalone/drakfloppy:88
#, fuzzy, c-format
msgid "Kernel version"
msgstr "έκδοση πυρήνα"
-#: standalone/drakfloppy:108
+#: standalone/drakfloppy:103
#, fuzzy, c-format
msgid "Preferences"
msgstr "Προτίμηση: "
-#: standalone/drakfloppy:122
+#: standalone/drakfloppy:117
#, fuzzy, c-format
msgid "Advanced preferences"
msgstr "Προχωρημένες Επιλογές"
-#: standalone/drakfloppy:141
+#: standalone/drakfloppy:136
#, c-format
msgid "Size"
msgstr "Μέγεθος"
-#: standalone/drakfloppy:144
+#: standalone/drakfloppy:139
#, fuzzy, c-format
msgid "Mkinitrd optional arguments"
msgstr "προαιρετικές επιλογές του mkinitrd"
-#: standalone/drakfloppy:146
+#: standalone/drakfloppy:141
#, c-format
msgid "force"
msgstr "μετά βίας"
-#: standalone/drakfloppy:147
+#: standalone/drakfloppy:142
#, c-format
msgid "omit raid modules"
msgstr "παράλειψη των αρθρωμάτων raid"
-#: standalone/drakfloppy:148
+#: standalone/drakfloppy:143
#, c-format
msgid "if needed"
msgstr "αν χρειάζεται"
-#: standalone/drakfloppy:149
+#: standalone/drakfloppy:144
#, c-format
msgid "omit scsi modules"
msgstr "παράλειψη των αρθρωμάτων scsi"
-#: standalone/drakfloppy:152
+#: standalone/drakfloppy:147
#, c-format
msgid "Add a module"
msgstr "Προσθήκη αρθρώματος"
-#: standalone/drakfloppy:161
+#: standalone/drakfloppy:156
#, c-format
msgid "Remove a module"
msgstr "Απομάκρυνση αρθρώματος"
-#: standalone/drakfloppy:296
+#: standalone/drakfloppy:291
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Σιγουρευτείτε πως ένα μέσο είναι παρόν για τη συσκευή %s"
-#: standalone/drakfloppy:302
+#: standalone/drakfloppy:297
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -18727,22 +19517,23 @@ msgstr ""
"Δεν υπάρχει μέσο ή υπάρχει προστασία εγγραφής για τη συσκευή %s.\n"
"Παρακαλώ εισάγετε ένα."
-#: standalone/drakfloppy:306
+#: standalone/drakfloppy:301
#, c-format
msgid "Unable to fork: %s"
msgstr "Αδυναμία fork: %s"
-#: standalone/drakfloppy:309
+#: standalone/drakfloppy:304
#, fuzzy, c-format
msgid "Floppy creation completed"
msgstr "Η σύνδεση έγινε."
-#: standalone/drakfloppy:309
+#: standalone/drakfloppy:304
#, c-format
msgid "The creation of the boot floppy has been successfully completed \n"
msgstr ""
-#: standalone/drakfloppy:312
+#. -PO: Do not alter the <span ..> and </span> tags
+#: standalone/drakfloppy:309
#, fuzzy, c-format
msgid ""
"Unable to properly close mkbootdisk:\n"
@@ -18886,7 +19677,7 @@ msgstr "Λίστα Γραμματοσειρών"
msgid "About"
msgstr "Περί"
-#: standalone/drakfont:495 standalone/drakfont:687 standalone/drakfont:725
+#: standalone/drakfont:495 standalone/drakfont:691 standalone/drakfont:729
#, fuzzy, c-format
msgid "Uninstall"
msgstr "Εγκατάσταση"
@@ -18896,10 +19687,11 @@ msgstr "Εγκατάσταση"
msgid "Import"
msgstr "Εισαγωγή Γραμματοσειρών"
-#: standalone/drakfont:512
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: standalone/drakfont:514
#, c-format
msgid ""
-"Copyright (C) 2001-2002 by MandrakeSoft \n"
+"Copyright (C) 2001-2002 by Mandrakesoft \n"
"\n"
"\n"
" DUPONT Sebastien (original version)\n"
@@ -18909,7 +19701,7 @@ msgid ""
" VIGNAUD Thierry <tvignaud@mandrakesoft.com>"
msgstr ""
-#: standalone/drakfont:521
+#: standalone/drakfont:523
#, fuzzy, c-format
msgid ""
"This program is free software; you can redistribute it and/or modify\n"
@@ -18941,7 +19733,7 @@ msgstr ""
" ληφθέντα Γενικά Άδεια\n"
"\n"
-#: standalone/drakfont:537
+#: standalone/drakfont:539
#, c-format
msgid ""
"Thanks:\n"
@@ -18959,12 +19751,12 @@ msgid ""
" Convert ttf font files to afm and pfb fonts\n"
msgstr ""
-#: standalone/drakfont:556
+#: standalone/drakfont:558
#, c-format
msgid "Choose the applications that will support the fonts:"
msgstr "Επιλέξτε τις εφαρμογές που θα υποστηρίζουν τις γραμματοσειρές :"
-#: standalone/drakfont:557
+#: standalone/drakfont:559
#, fuzzy, c-format
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
@@ -18980,124 +19772,129 @@ msgstr ""
"-Μπορείτε να εγκαταστήσετε τις γραμματοσειρές κανονικά. Σε σπάνιες "
"περιπτώσεις, εικονικές γραμματοσειρές μπορούν να παγώσουν τον εξυπηρετητή Χ."
-#: standalone/drakfont:567
+#: standalone/drakfont:569
#, c-format
msgid "Ghostscript"
msgstr "Ghostscript"
-#: standalone/drakfont:568
+#: standalone/drakfont:570
#, c-format
msgid "StarOffice"
msgstr "StarOffice"
-#: standalone/drakfont:569
+#: standalone/drakfont:571
#, c-format
msgid "Abiword"
msgstr "Abiword"
-#: standalone/drakfont:570
+#: standalone/drakfont:572
#, c-format
msgid "Generic Printers"
msgstr "Γενικοί Εκτυπωτές"
-#: standalone/drakfont:586
+#: standalone/drakfont:588
#, c-format
msgid "Select the font file or directory and click on 'Add'"
msgstr ""
"Επιλέξτε το αρχείο γραμματοσειρές ή τον κατάλογο και κάντε κλικ στο "
"'Προσθήκη'"
-#: standalone/drakfont:587
+#: standalone/drakfont:589
#, c-format
msgid "File Selection"
msgstr "Επιλογή Αρχείου"
-#: standalone/drakfont:600
+#: standalone/drakfont:604
#, fuzzy, c-format
msgid "You've not selected any font"
msgstr "δεν βρέθηκε καμία γραμματοσειρά\n"
-#: standalone/drakfont:652
+#: standalone/drakfont:656
#, fuzzy, c-format
msgid "Import fonts"
msgstr "Εισαγωγή Γραμματοσειρών"
-#: standalone/drakfont:657
+#: standalone/drakfont:661
#, fuzzy, c-format
msgid "Install fonts"
msgstr "Απεγκατάσταση Γραμματοσειρών"
-#: standalone/drakfont:692
+#: standalone/drakfont:696
#, c-format
msgid "click here if you are sure."
msgstr "κάντε κλικ εδώ αν είστε βέβαιοι"
-#: standalone/drakfont:694
+#: standalone/drakfont:698
#, c-format
msgid "here if no."
msgstr "εδώ αν όχι."
-#: standalone/drakfont:733
+#: standalone/drakfont:737
#, c-format
msgid "Unselected All"
msgstr "Αποεπιλογή Όλων"
-#: standalone/drakfont:736
+#: standalone/drakfont:740
#, c-format
msgid "Selected All"
msgstr "Επιλογή Όλων"
-#: standalone/drakfont:739
+#: standalone/drakfont:743
#, c-format
msgid "Remove List"
msgstr "Λίστα Αφαίρεσης"
-#: standalone/drakfont:750 standalone/drakfont:769
+#: standalone/drakfont:754 standalone/drakfont:773
#, fuzzy, c-format
msgid "Importing fonts"
msgstr "Εισαγωγή Γραμματοσειρών"
-#: standalone/drakfont:754 standalone/drakfont:774
+#: standalone/drakfont:758 standalone/drakfont:778
#, c-format
msgid "Initial tests"
msgstr "Αρχικά τεστ"
-#: standalone/drakfont:755
+#: standalone/drakfont:759
#, c-format
msgid "Copy fonts on your system"
msgstr "Αντιγραφή γραμματοσειρών στο σύστημά σας"
-#: standalone/drakfont:756
+#: standalone/drakfont:760
#, c-format
msgid "Install & convert Fonts"
msgstr "Εγκατάσταση & μετατροπή Γραμματοσειρών"
-#: standalone/drakfont:757
+#: standalone/drakfont:761
#, c-format
msgid "Post Install"
msgstr ""
-#: standalone/drakfont:775
+#: standalone/drakfont:779
#, c-format
msgid "Remove fonts on your system"
msgstr "Αφαίρεση γραμματοσειρών από το σύστημά σας"
-#: standalone/drakfont:776
+#: standalone/drakfont:780
#, c-format
msgid "Post Uninstall"
msgstr ""
-#: standalone/drakgw:58 standalone/drakgw:193
+#: standalone/drakgw:58 standalone/drakgw:194
#, c-format
msgid "Internet Connection Sharing"
msgstr "Κοινή Σύνδεση Διαδικτύου"
-#: standalone/drakgw:124
+#: standalone/drakgw:114 standalone/drakvpn:51
+#, fuzzy, c-format
+msgid "Sorry, we support only 2.4 and above kernels."
+msgstr "Λυπάμαι, υποστηρίζονται μόνο οι πυρήνες 2.4"
+
+#: standalone/drakgw:125
#, c-format
msgid "Internet Connection Sharing currently disabled"
msgstr "Κοινή Σύνδεση Διαδικτύου απενεργοποιημένη"
-#: standalone/drakgw:125
+#: standalone/drakgw:126
#, c-format
msgid ""
"The setup of Internet connection sharing has already been done.\n"
@@ -19110,39 +19907,39 @@ msgstr ""
"\n"
"Τι θέλετε να κάνετε:"
-#: standalone/drakgw:129 standalone/drakvpn:127
+#: standalone/drakgw:130 standalone/drakvpn:127
#, c-format
msgid "enable"
msgstr "ενεργοποίηση"
-#: standalone/drakgw:129 standalone/drakgw:156 standalone/drakvpn:101
+#: standalone/drakgw:130 standalone/drakgw:157 standalone/drakvpn:101
#: standalone/drakvpn:127
#, c-format
msgid "reconfigure"
msgstr "επαναρύθμιση"
-#: standalone/drakgw:129 standalone/drakgw:156 standalone/drakvpn:101
+#: standalone/drakgw:130 standalone/drakgw:157 standalone/drakvpn:101
#: standalone/drakvpn:127 standalone/drakvpn:376 standalone/drakvpn:735
#, c-format
msgid "dismiss"
msgstr "άκυρο"
-#: standalone/drakgw:136
+#: standalone/drakgw:137
#, c-format
msgid "Enabling servers..."
msgstr "Ενεργοποίηση εξυπηρετητών..."
-#: standalone/drakgw:148
+#: standalone/drakgw:149
#, c-format
msgid "Internet Connection Sharing is now enabled."
msgstr "Η Κοινή Σύνδεση στο Διαδίκτυο τώρα ενεργοποιήθηκε."
-#: standalone/drakgw:151
+#: standalone/drakgw:152
#, c-format
msgid "Internet Connection Sharing currently enabled"
msgstr "Κοινή Σύνδεση Διαδικτύου ενεργοποιημένη"
-#: standalone/drakgw:152
+#: standalone/drakgw:153
#, c-format
msgid ""
"The setup of Internet Connection Sharing has already been done.\n"
@@ -19155,22 +19952,22 @@ msgstr ""
"\n"
"Τι θέλετε να κάνετε;"
-#: standalone/drakgw:156 standalone/drakvpn:101
+#: standalone/drakgw:157 standalone/drakvpn:101
#, c-format
msgid "disable"
msgstr "απενεργοποίηση"
-#: standalone/drakgw:159
+#: standalone/drakgw:160
#, c-format
msgid "Disabling servers..."
msgstr "Απενεργοποίηση εξυπηρετητών..."
-#: standalone/drakgw:174
+#: standalone/drakgw:175
#, c-format
msgid "Internet Connection Sharing is now disabled."
msgstr "Η Κοινή Σύνδεση Διαδικτύου τώρα απενεργοποιήθηκε."
-#: standalone/drakgw:194
+#: standalone/drakgw:195
#, c-format
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -19194,27 +19991,27 @@ msgstr ""
"Σημ. Θα πρέπει να έχετε μια κάρτα δικτύου για να ρυθμίσετε το Τοπικό σας "
"Δίκτυο (LAN)."
-#: standalone/drakgw:237
+#: standalone/drakgw:239
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Διεπαφή %s (χρήση αρθρώματος %s)"
-#: standalone/drakgw:238
+#: standalone/drakgw:240
#, c-format
msgid "Interface %s"
msgstr "Διεπαφή %s"
-#: standalone/drakgw:247 standalone/drakpxe:137
+#: standalone/drakgw:249 standalone/drakpxe:137
#, c-format
msgid "No network adapter on your system!"
msgstr "Δεν βρέθηκε προσαρμογέας δικτύου στο σύστημά σας!"
-#: standalone/drakgw:254
+#: standalone/drakgw:256
#, c-format
msgid "Network interface"
msgstr "Συσκευή δικτύου"
-#: standalone/drakgw:255
+#: standalone/drakgw:257
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -19229,7 +20026,12 @@ msgstr ""
"\n"
"Θα ρυθμιστεί το Τοπικό σας Δίκτυο με αυτόν τον προσαρμογέα."
-#: standalone/drakgw:262
+#: standalone/drakgw:263 standalone/drakpxe:142
+#, c-format
+msgid "Choose the network interface"
+msgstr "Επιλέξτε συσκευή δικτύου"
+
+#: standalone/drakgw:264
#, c-format
msgid ""
"Please choose what network adapter will be connected to your Local Area "
@@ -19237,12 +20039,12 @@ msgid ""
msgstr ""
"Παρακαλώ επιλέξτε τι προσαρμογέας δικτύου θα συνδεθεί στο τοπικό σας δίκτυο."
-#: standalone/drakgw:291
+#: standalone/drakgw:293
#, c-format
msgid "Network interface already configured"
msgstr "Η διεπαφή Δικτύου έχει ήδη ρυθμιστεί"
-#: standalone/drakgw:292
+#: standalone/drakgw:294
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -19257,27 +20059,27 @@ msgstr ""
"\n"
"Μπορείτε να το κάνετε και μόνοι σας αλλά πρέπει να ξέρετε τι κάνετε."
-#: standalone/drakgw:297
+#: standalone/drakgw:299
#, c-format
msgid "Automatic reconfiguration"
msgstr "Αυτόματη επαναρύθμισης"
-#: standalone/drakgw:297
+#: standalone/drakgw:299
#, c-format
msgid "No (experts only)"
msgstr "Όχι (μόνο για ειδικούς)"
-#: standalone/drakgw:298
+#: standalone/drakgw:300
#, c-format
msgid "Show current interface configuration"
msgstr "Προβολή της τρέχουσας ρύθμισης διεπαφή"
-#: standalone/drakgw:299
+#: standalone/drakgw:301
#, c-format
msgid "Current interface configuration"
msgstr "Ρύθμιση τρέχουσας διεπαφής"
-#: standalone/drakgw:300
+#: standalone/drakgw:302
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -19294,7 +20096,7 @@ msgstr ""
"IP attribution: %s\n"
"Οδηγός: %s"
-#: standalone/drakgw:313
+#: standalone/drakgw:315
#, fuzzy, c-format
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
@@ -19315,12 +20117,12 @@ msgstr ""
"αλλάξω τις ρυθμίσεις του εξυπηρετητή DHCP.\n"
"\n"
-#: standalone/drakgw:320
+#: standalone/drakgw:322
#, c-format
msgid "Local Network adress"
msgstr "Τοπική διεύθυνση δικτύου"
-#: standalone/drakgw:324
+#: standalone/drakgw:326
#, fuzzy, c-format
msgid ""
"DHCP Server Configuration.\n"
@@ -19335,72 +20137,72 @@ msgstr ""
"Αν δεν ξέρετε τι σημαίνει αυτό, απλά αφήστε το ως έχει\n"
"\n"
-#: standalone/drakgw:328
+#: standalone/drakgw:330
#, c-format
msgid "(This) DHCP Server IP"
msgstr "(Αυτή τη) IP του εξυπηρετητή DHCP"
-#: standalone/drakgw:329
+#: standalone/drakgw:331
#, c-format
msgid "The DNS Server IP"
msgstr "Η IP του εξυπηρετητή DNS"
-#: standalone/drakgw:330
+#: standalone/drakgw:332
#, c-format
msgid "The internal domain name"
msgstr "Το εσωτερικό όνομα τομέα"
-#: standalone/drakgw:331
+#: standalone/drakgw:333
#, c-format
msgid "The DHCP start range"
msgstr "To όριο εκκίνησης DHCP"
-#: standalone/drakgw:332
+#: standalone/drakgw:334
#, c-format
msgid "The DHCP end range"
msgstr "To όριο τερματισμού DHCP"
-#: standalone/drakgw:333
+#: standalone/drakgw:335
#, c-format
msgid "The default lease (in seconds)"
msgstr "Η προκαθορισμένη μίσθωση (σε δευτερόλεπτα)"
-#: standalone/drakgw:334
+#: standalone/drakgw:336
#, c-format
msgid "The maximum lease (in seconds)"
msgstr "Η μέγιστη μίσθωση (σε δευτερόλεπτα)"
-#: standalone/drakgw:335
+#: standalone/drakgw:337
#, c-format
msgid "Re-configure interface and DHCP server"
msgstr "Επαναρύθμιση διεπαφής και του εξυπηρετητή DHCP"
-#: standalone/drakgw:342
+#: standalone/drakgw:344
#, c-format
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Το Τοπικό Δίκτυο δεν τελειώνει με `.0', τερματισμός."
-#: standalone/drakgw:352
+#: standalone/drakgw:354
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Πιθανή διπλής διεύθυνσης LAN στην τρέχουσα ρύθμιση του %s!\n"
-#: standalone/drakgw:362
+#: standalone/drakgw:364
#, c-format
msgid "Configuring..."
msgstr "Ρύθμιση..."
-#: standalone/drakgw:363
+#: standalone/drakgw:365
#, c-format
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Ρύθμιση, εγκατάσταση λογισμικού, εκκίνηση εξυπηρετητών..."
-#: standalone/drakgw:403 standalone/drakpxe:231 standalone/drakvpn:278
+#: standalone/drakgw:405 standalone/drakpxe:231 standalone/drakvpn:278
#, c-format
msgid "Problems installing package %s"
msgstr "Πρόβλημα κατά την εγκατάσταση του πακέτου %s"
-#: standalone/drakgw:599
+#: standalone/drakgw:601
#, fuzzy, c-format
msgid ""
"Everything has been configured.\n"
@@ -19417,7 +20219,7 @@ msgstr ""
#, c-format
msgid ""
" drakhelp 0.1\n"
-"Copyright (C) 2003-2004 MandrakeSoft.\n"
+"Copyright (C) 2003-2004 Mandrakesoft.\n"
"This is free software and may be redistributed under the terms of the GNU "
"GPL.\n"
"\n"
@@ -19442,14 +20244,19 @@ msgid ""
"frontend)\n"
msgstr ""
-#: standalone/drakhelp:35
+#: standalone/drakhelp:36
+#, fuzzy, c-format
+msgid "Mandrakelinux Help Center"
+msgstr "Κέντρο Ελέγχου Mandrake"
+
+#: standalone/drakhelp:36
#, c-format
msgid ""
"%s cannot be displayed \n"
". No Help entry of this type\n"
msgstr ""
-#: standalone/drakhelp:41
+#: standalone/drakhelp:42
#, c-format
msgid ""
"No browser is installed on your system, Please install one if you want to "
@@ -19458,42 +20265,42 @@ msgstr ""
"Δεν βρέθηκε περιηγητής στο σύστημά σας, Παρακαλώ εγκαταστήστε έναν αν θέλετε "
"να περιηγηθείτε στο σύστημα βοήθειας"
-#: standalone/drakperm:21
+#: standalone/drakperm:22
#, fuzzy, c-format
msgid "System settings"
msgstr "Προσαρμοσμένες κατατμήσεις δίσκου"
-#: standalone/drakperm:22
+#: standalone/drakperm:23
#, fuzzy, c-format
msgid "Custom settings"
msgstr "Προσαρμοσμένες κατατμήσεις δίσκου"
-#: standalone/drakperm:23
+#: standalone/drakperm:24
#, fuzzy, c-format
msgid "Custom & system settings"
msgstr "Προσαρμοσμένες κατατμήσεις δίσκου"
-#: standalone/drakperm:43
+#: standalone/drakperm:44
#, fuzzy, c-format
msgid "Editable"
msgstr "απενεργοποίηση"
-#: standalone/drakperm:48 standalone/drakperm:318
+#: standalone/drakperm:49 standalone/drakperm:321
#, c-format
msgid "Path"
msgstr "Θέση"
-#: standalone/drakperm:48 standalone/drakperm:254
+#: standalone/drakperm:49 standalone/drakperm:250
#, c-format
msgid "User"
msgstr "Χρήστης"
-#: standalone/drakperm:48 standalone/drakperm:254
+#: standalone/drakperm:49 standalone/drakperm:250
#, fuzzy, c-format
msgid "Group"
msgstr "oμάδα"
-#: standalone/drakperm:48 standalone/drakperm:330
+#: standalone/drakperm:49 standalone/drakperm:333
#, c-format
msgid "Permissions"
msgstr "Δικαιώματα"
@@ -19553,9 +20360,9 @@ msgid "Delete selected rule"
msgstr "Διαγραφή επιλεγμένου κανόνα"
#. -PO: "Edit" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/drakperm:125 standalone/drakups:281 standalone/drakups:330
-#: standalone/drakups:350 standalone/drakvpn:333 standalone/drakvpn:694
-#: standalone/printerdrake:233
+#: standalone/drakperm:125 standalone/drakups:298 standalone/drakups:358
+#: standalone/drakups:378 standalone/drakvpn:333 standalone/drakvpn:694
+#: standalone/printerdrake:239
#, fuzzy, c-format
msgid "Edit"
msgstr "Έξοδος"
@@ -19565,99 +20372,117 @@ msgstr "Έξοδος"
msgid "Edit current rule"
msgstr ""
-#: standalone/drakperm:246
+#: standalone/drakperm:242
#, c-format
msgid "browse"
msgstr "αναζήτηση"
-#: standalone/drakperm:256
+#: standalone/drakperm:247
+#, fuzzy, c-format
+msgid "user"
+msgstr "Ποντίκι"
+
+#: standalone/drakperm:247
+#, fuzzy, c-format
+msgid "group"
+msgstr "oμάδα"
+
+#: standalone/drakperm:247
+#, fuzzy, c-format
+msgid "other"
+msgstr "Άλλο"
+
+#: standalone/drakperm:252
#, fuzzy, c-format
msgid "Read"
msgstr "Μόνο για ανάγνωση"
-#: standalone/drakperm:257
+#. -PO: here %s will be either "user", "group" or "other"
+#: standalone/drakperm:255
#, c-format
msgid "Enable \"%s\" to read the file"
msgstr ""
-#: standalone/drakperm:260
+#: standalone/drakperm:259
#, fuzzy, c-format
msgid "Write"
msgstr "Εγγραφή %s"
-#: standalone/drakperm:261
+#. -PO: here %s will be either "user", "group" or "other"
+#: standalone/drakperm:262
#, c-format
msgid "Enable \"%s\" to write the file"
msgstr ""
-#: standalone/drakperm:264
+#: standalone/drakperm:266
#, c-format
msgid "Execute"
msgstr "Εκτέλεση"
-#: standalone/drakperm:265
+#. -PO: here %s will be either "user", "group" or "other"
+#: standalone/drakperm:269
#, c-format
msgid "Enable \"%s\" to execute the file"
msgstr ""
-#: standalone/drakperm:267
+#: standalone/drakperm:272
#, c-format
msgid "Sticky-bit"
msgstr ""
-#: standalone/drakperm:267
+#: standalone/drakperm:272
#, c-format
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: standalone/drakperm:268
+#: standalone/drakperm:273
#, c-format
msgid "Set-UID"
msgstr "Ορισμός UID"
-#: standalone/drakperm:268
+#: standalone/drakperm:273
#, c-format
msgid "Use owner id for execution"
msgstr "Χρήση id κατόχου για εκτέλεση"
-#: standalone/drakperm:269
+#: standalone/drakperm:274
#, c-format
msgid "Set-GID"
msgstr "Ορισμός GID"
-#: standalone/drakperm:269
+#: standalone/drakperm:274
#, c-format
msgid "Use group id for execution"
msgstr "Χρήση id ομάδας για εκτέλεση"
-#: standalone/drakperm:287 standalone/drakxtv:87
+#: standalone/drakperm:290 standalone/drakxtv:89
#, fuzzy, c-format
-msgid "User :"
+msgid "User:"
msgstr "χρήστης :"
-#: standalone/drakperm:289
+#: standalone/drakperm:292
#, fuzzy, c-format
-msgid "Group :"
+msgid "Group:"
msgstr "ομάδα :"
-#: standalone/drakperm:293
+#: standalone/drakperm:296
#, c-format
msgid "Current user"
msgstr "Τρέχον χρήστη"
-#: standalone/drakperm:294
+#: standalone/drakperm:297
#, fuzzy, c-format
msgid "When checked, owner and group won't be changed"
msgstr "όταν επιλεγεί, ο ιδιοκτήτης και ομάδα δεν θα αλλάξουν"
-#: standalone/drakperm:304
+#: standalone/drakperm:307
#, c-format
msgid "Path selection"
msgstr "Επιλογή Θέσης"
-#: standalone/drakperm:324
+#: standalone/drakperm:327
#, c-format
msgid "Property"
msgstr "Ιδιότητα"
@@ -19704,7 +20529,7 @@ msgstr ""
msgid "Please choose which network interface will be used for the dhcp server."
msgstr ""
"Παρακαλώ επιλέξτε ποια διεπαφή δικτύου θα χρησιμοποιήσετε για τον "
-"εξυπηρετητή dhcp."
+"εξυπηρετητή DHCP."
#: standalone/drakpxe:144
#, c-format
@@ -19787,54 +20612,42 @@ msgstr ""
msgid "Location of auto_install.cfg file"
msgstr "Θέση του αρχείου auto_install.cfg"
-#: standalone/draksec:44
+#: standalone/draksec:49
#, c-format
msgid "ALL"
msgstr ""
-#: standalone/draksec:44
+#: standalone/draksec:50
#, c-format
msgid "LOCAL"
msgstr ""
-#: standalone/draksec:44 standalone/drakvpn:1146
-#, c-format
-msgid "default"
-msgstr "εξ' ορισμού"
-
-#: standalone/draksec:44
-#, fuzzy, c-format
-msgid "ignore"
-msgstr "Σιγγαπούρη"
-
-#: standalone/draksec:44
+#: standalone/draksec:53
#, fuzzy, c-format
-msgid "no"
-msgstr "Πληροφορίες"
+msgid "Ignore"
+msgstr "σιγγαπούρη"
-#: standalone/draksec:44
-#, fuzzy, c-format
-msgid "yes"
-msgstr "Ναι"
-
-#. -PO: Do not alter the <span ..> and </span> tags
-#. -PO: Translate the security levels (Poor, Standard, High, Higher and Paranoid) in the same way, you translated these individuals words
-#: standalone/draksec:81
+#. -PO: Do not alter the <span ..> and </span> tags.
+#. -PO: Translate the security levels (Poor, Standard, High, Higher and Paranoid) in the same way, you translated these individuals words.
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX.
+#: standalone/draksec:101
#, c-format
msgid ""
"Here, you can setup the security level and administrator of your machine.\n"
"\n"
"\n"
-"The Security Administrator is the one who will receive security alerts if "
-"the\n"
-"'Security Alerts' option is set. It can be a username or an email.\n"
+"The '<span weight=\"bold\">Security Administrator</span>' is the one who "
+"will receive security alerts if the\n"
+"'<span weight=\"bold\">Security Alerts</span>' option is set. It can be a "
+"username or an email.\n"
"\n"
"\n"
-"The Security Level menu allows you to select one of the six preconfigured "
-"security levels\n"
-"provided with msec. These levels range from poor security and ease of use, "
-"to\n"
-"paranoid config, suitable for very sensitive server applications:\n"
+"The '<span weight=\"bold\">Security Level</span>' menu allows you to select "
+"one of the six preconfigured security levels\n"
+"provided with msec. These levels range from '<span weight=\"bold\">poor</"
+"span>' security and ease of use, to\n"
+"'<span weight=\"bold\">paranoid</span>' config, suitable for very sensitive "
+"server applications:\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Poor</span>: This is a totally unsafe but "
@@ -19869,61 +20682,56 @@ msgid ""
"maximum"
msgstr ""
-#: standalone/draksec:129
+#: standalone/draksec:154 standalone/harddrake2:184
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
+msgstr ""
+"Περιγραφή των πεδίων:\n"
+"\n"
+
+#: standalone/draksec:168
#, c-format
msgid "(default value: %s)"
msgstr "(Προεπιλεγμένη τιμή: %s)"
-#: standalone/draksec:170
+#: standalone/draksec:210
#, c-format
msgid "Security Level:"
msgstr "Επίπεδο ασφαλείας:"
-#: standalone/draksec:173
-#, c-format
-msgid "Security Alerts:"
-msgstr "Ειδοποιήσεις Ασφαλείας:"
-
-#: standalone/draksec:177
+#: standalone/draksec:217
#, c-format
msgid "Security Administrator:"
msgstr "Διαχειριστής Ασφαλείας:"
-#: standalone/draksec:179
+#: standalone/draksec:219
#, fuzzy, c-format
msgid "Basic options"
msgstr "Βασικές Επιλογές DrakSec"
-#: standalone/draksec:192
-#, c-format
-msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need an explanation, look at the help tooltip.\n"
-msgstr ""
-"Οι παρακάτω επιλογές ασφαλείας μπορούν να επιλεγούν\n"
-"για την προσαρμογή της ασφάλειας. Για επεξηγήσεις δείτε την βοήθεια.\n"
-
-#: standalone/draksec:194
+#: standalone/draksec:233
#, c-format
msgid "Network Options"
msgstr "Επιλογές Δικτύου"
-#: standalone/draksec:194
+#: standalone/draksec:233
#, c-format
msgid "System Options"
msgstr "Επιλογές Συστήματος"
-#: standalone/draksec:240
+#: standalone/draksec:268
#, c-format
msgid "Periodic Checks"
msgstr "Περιοδικοί Έλεγχοι"
-#: standalone/draksec:258
+#: standalone/draksec:299
#, c-format
msgid "Please wait, setting security level..."
msgstr "Παρακαλώ περιμένετε, ρυθμίζεται το επίπεδο ασφαλείας..."
-#: standalone/draksec:264
+#: standalone/draksec:305
#, c-format
msgid "Please wait, setting security options..."
msgstr "Παρακαλώ περιμένετε, ορίζονται οι επιλογές ασφαλείας..."
@@ -19933,7 +20741,8 @@ msgstr "Παρακαλώ περιμένετε, ορίζονται οι επιλ
msgid "No Sound Card detected!"
msgstr "Δεν βρέθηκε Κάρτα Ήχου!"
-#: standalone/draksound:48
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: standalone/draksound:50
#, c-format
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
@@ -19954,7 +20763,7 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: standalone/draksound:55
+#: standalone/draksound:57
#, fuzzy, c-format
msgid ""
"\n"
@@ -20094,15 +20903,15 @@ msgstr "Εμφάνιση λογότυπου στην Κονσόλα"
msgid "Make kernel message quiet by default"
msgstr ""
-#: standalone/draksplash:161 standalone/draksplash:319
-#: standalone/draksplash:464
+#: standalone/draksplash:161 standalone/draksplash:309
+#: standalone/draksplash:454
#, c-format
msgid "Notice"
msgstr "Σημείωση"
-#: standalone/draksplash:161 standalone/draksplash:319
+#: standalone/draksplash:161 standalone/draksplash:309
#, c-format
-msgid "This theme does not yet have a bootsplash in %s !"
+msgid "This theme does not yet have a bootsplash in %s!"
msgstr "Αυτό το θέμα δεν έχει ακόμα κάποιο bootsplash στο %s !"
#: standalone/draksplash:167
@@ -20115,186 +20924,196 @@ msgstr "επιλέξτε εικόνα"
msgid "saving Bootsplash theme..."
msgstr "αποθήκευση θέματος Bootsplash ..."
-#: standalone/draksplash:445
+#: standalone/draksplash:435
#, c-format
msgid "ProgressBar color selection"
msgstr "Επιλογή χρώματος γραμμής προόδου"
-#: standalone/draksplash:464
+#: standalone/draksplash:454
#, c-format
msgid "You must choose an image file first!"
msgstr "Πρέπει να επιλέξτε πρώτα μια εικόνα!"
-#: standalone/draksplash:469
+#: standalone/draksplash:459
#, c-format
-msgid "Generating preview ..."
+msgid "Generating preview..."
msgstr "Δημιουργία προεπισκόπησης ..."
#. -PO: First %s is theme name, second %s (in parenthesis) is resolution
-#: standalone/draksplash:515
+#: standalone/draksplash:497
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr "%s Προεπισκόπηση (%s)Bootsplash"
-#: standalone/drakups:63
+#. -PO: Do not alter the <span ..> and </span> tags
+#: standalone/draksplash:503
+#, c-format
+msgid ""
+"The image \"%s\" cannot be load due to the following issue:\n"
+"\n"
+"<span foreground=\"Red\">%s</span>"
+msgstr ""
+
+#: standalone/drakups:74
#, c-format
msgid "Connected through a serial port or an usb cable"
msgstr ""
-#: standalone/drakups:69
+#: standalone/drakups:80
#, fuzzy, c-format
msgid "Add an UPS device"
msgstr "Προσθήκη στοιχείου"
-#: standalone/drakups:72
+#: standalone/drakups:83
#, fuzzy, c-format
msgid ""
"Welcome to the UPS configuration utility.\n"
"\n"
-"Here, you'll be add a new UPS to your system.\n"
+"Here, you'll add a new UPS to your system.\n"
msgstr ""
"Καλώς ορίσατε στο εργαλείο ρύθμισης ταχυδρομείου.\n"
"\n"
"Εδώ, θα μπορέσετε να ρυθμίσετε το σύστημα ειδοποίησης\n"
-#: standalone/drakups:79
+#: standalone/drakups:90
#, c-format
msgid ""
"We're going to add an UPS device.\n"
"\n"
-"Do you prefer autodetect UPS devices connected to this machine or ?"
+"Do you want to autodetect UPS devices connected to this machine or to "
+"manually select them?"
msgstr ""
-#: standalone/drakups:82
+#: standalone/drakups:93
#, fuzzy, c-format
msgid "Autodetection"
msgstr "Αυτόματη ανίχνευση"
-#: standalone/drakups:90 standalone/harddrake2:140
+#: standalone/drakups:101 standalone/harddrake2:211
#, c-format
msgid "Detection in progress"
msgstr "Ανίχνευση σε εξέλιξη"
-#: standalone/drakups:108 standalone/drakups:144 standalone/logdrake:479
-#: standalone/logdrake:485
+#: standalone/drakups:120 standalone/drakups:156 standalone/logdrake:449
+#: standalone/logdrake:455
#, fuzzy, c-format
msgid "Congratulations"
msgstr "Συγχαρητήρια!"
-#: standalone/drakups:109
+#: standalone/drakups:121
#, c-format
msgid "The wizard successfully added the following UPS devices:"
msgstr ""
-#: standalone/drakups:111
+#: standalone/drakups:123
#, fuzzy, c-format
msgid "No new UPS devices was found"
msgstr "Δεν βρέθηκε εικόνα"
-#: standalone/drakups:116 standalone/drakups:128
+#: standalone/drakups:128 standalone/drakups:140
#, fuzzy, c-format
msgid "UPS driver configuration"
msgstr "Ρυθμίσεις κοινής χρήσης εκτυπωτών CUPS"
-#: standalone/drakups:116
+#: standalone/drakups:128
#, fuzzy, c-format
msgid "Please select your UPS model."
msgstr "Παρακαλώ δοκιμάστε το ποντίκι"
-#: standalone/drakups:117
+#: standalone/drakups:129
#, fuzzy, c-format
msgid "Manufacturer / Model:"
msgstr "Κατασκευαστή εκτυπωτή, μοντέλο"
-#: standalone/drakups:128
+#: standalone/drakups:140
#, c-format
msgid ""
"We are configuring the \"%s\" UPS from \"%s\".\n"
"Please fill in its name, its driver and its port."
msgstr ""
-#: standalone/drakups:133
+#: standalone/drakups:145
#, c-format
msgid "Name:"
msgstr "Όνομα:"
-#: standalone/drakups:133
+#: standalone/drakups:145
#, fuzzy, c-format
msgid "The name of your ups"
msgstr "το όνομα κατασκευαστή του επεξεργαστή"
-#: standalone/drakups:134
+#: standalone/drakups:146
#, c-format
-msgid "The driver that manage your ups"
+msgid "The driver that manages your ups"
msgstr ""
-#: standalone/drakups:135
+#: standalone/drakups:147
#, fuzzy, c-format
msgid "Port:"
msgstr "Θύρα"
-#: standalone/drakups:137
+#: standalone/drakups:149
#, fuzzy, c-format
msgid "The port on which is connected your ups"
msgstr "Ο τύπος της θύρα στην οποία είναι συνδεδεμένο το ποντίκι σας."
-#: standalone/drakups:144
+#: standalone/drakups:156
#, c-format
msgid "The wizard successfully configured the new \"%s\" UPS device."
msgstr ""
-#: standalone/drakups:232
+#: standalone/drakups:246
#, fuzzy, c-format
msgid "UPS devices"
msgstr "Υπηρεσίες"
-#: standalone/drakups:233 standalone/drakups:251 standalone/drakups:266
-#: standalone/harddrake2:67
+#: standalone/drakups:247 standalone/drakups:266 standalone/drakups:282
+#: standalone/harddrake2:80 standalone/harddrake2:102
#, c-format
msgid "Name"
msgstr "Όνομα"
-#: standalone/drakups:250
+#: standalone/drakups:265
#, fuzzy, c-format
msgid "UPS users"
msgstr "Χρήστες"
-#: standalone/drakups:265
+#: standalone/drakups:281
#, fuzzy, c-format
msgid "Access Control Lists"
msgstr "πρόσβαση σε εργαλεία δικτύου"
-#: standalone/drakups:266
+#: standalone/drakups:282
#, c-format
msgid "IP mask"
msgstr ""
-#: standalone/drakups:277
+#: standalone/drakups:294
#, fuzzy, c-format
msgid "Rules"
msgstr "Δρομολογητές:"
-#: standalone/drakups:278
+#: standalone/drakups:295
#, fuzzy, c-format
msgid "Action"
msgstr "Ενέργειες"
-#: standalone/drakups:278 standalone/drakvpn:1146 standalone/harddrake2:61
+#: standalone/drakups:295 standalone/drakvpn:1146 standalone/harddrake2:77
#, c-format
msgid "Level"
msgstr "Επίπεδο"
-#: standalone/drakups:278
+#: standalone/drakups:295
#, fuzzy, c-format
msgid "ACL name"
msgstr "όνομα LVM;"
-#: standalone/drakups:297 standalone/drakups:301 standalone/drakups:310
+#: standalone/drakups:325 standalone/drakups:329 standalone/drakups:338
#, fuzzy, c-format
msgid "DrakUPS"
msgstr "Dvorak (ΗΠΑ)"
-#: standalone/drakups:307
+#: standalone/drakups:335
#, fuzzy, c-format
msgid "Welcome to the UPS configuration tools"
msgstr "Δοκιμή ρυθμίσεων"
@@ -20316,7 +21135,7 @@ msgid ""
"\n"
"It's currently enabled.\n"
"\n"
-"What would you like to do ?"
+"What would you like to do?"
msgstr ""
"Η ρύθμιση της κοινής σύνδεσης του Διαδικτύου έχει ήδη γίνει.\n"
"Αυτή τη στιγμή είναι ενεργή.\n"
@@ -20345,7 +21164,7 @@ msgid ""
"\n"
"It's currently disabled.\n"
"\n"
-"What would you like to do ?"
+"What would you like to do?"
msgstr ""
"Η ρύθμιση της κοινής χρήσης διαδικτύου έχει ήδη γίνει.\n"
"Είναι απενεργοποιημένη.\n"
@@ -20407,7 +21226,7 @@ msgstr "Απομάκρυνση αρθρώματος"
#: standalone/drakvpn:197
#, c-format
msgid ""
-"The kernel need to have ipsec support.\n"
+"The kernel needs to have ipsec support.\n"
"\n"
"You're running a %s kernel version.\n"
"\n"
@@ -20432,13 +21251,13 @@ msgstr "Ρύθμιση"
#: standalone/drakvpn:296
#, c-format
msgid ""
-"Configuration step !\n"
+"Configuration step!\n"
"\n"
"You need to define the Security Policies and then to \n"
"configure the automatic key exchange (IKE) daemon. \n"
"The KAME IKE daemon we're using is called 'racoon'.\n"
"\n"
-"What would you like to configure ?\n"
+"What would you like to configure?\n"
msgstr ""
#: standalone/drakvpn:307
@@ -20461,12 +21280,12 @@ msgid ""
"The %s file contents\n"
"is divided into sections.\n"
"\n"
-"You can now :\n"
+"You can now:\n"
"\n"
" - display, add, edit, or remove sections, then\n"
" - commit the changes\n"
"\n"
-"What would you like to do ?\n"
+"What would you like to do?\n"
msgstr ""
#: standalone/drakvpn:333 standalone/drakvpn:694
@@ -20509,7 +21328,7 @@ msgstr ""
msgid ""
"The %s file contains different sections.\n"
"\n"
-"Here is its skeleton :\t'config setup' \n"
+"Here is its skeleton:\t'config setup' \n"
"\t\t\t\t\t'conn default' \n"
"\t\t\t\t\t'normal1'\n"
"\t\t\t\t\t'normal2' \n"
@@ -20536,7 +21355,7 @@ msgstr "Κανονική Κατάσταση"
#: standalone/drakvpn:382 standalone/drakvpn:423 standalone/drakvpn:510
#, fuzzy, c-format
-msgid "Exists !"
+msgid "Exists!"
msgstr "Έξοδος"
#: standalone/drakvpn:383 standalone/drakvpn:424
@@ -20740,7 +21559,7 @@ msgstr "Όνομα σύνδεσης"
#: standalone/drakvpn:590
#, fuzzy, c-format
-msgid "Can't edit !"
+msgid "Can't edit!"
msgstr "Δεν βρέθηκε το %s στο %s"
#: standalone/drakvpn:591
@@ -20748,10 +21567,10 @@ msgstr "Δεν βρέθηκε το %s στο %s"
msgid ""
"You cannot edit this section.\n"
"\n"
-"This section is mandatory for Freswan 2.X.\n"
+"This section is mandatory for Freeswan 2.X.\n"
"One has to specify version 2.0 on the top\n"
"of the %s file, and eventually, disable or\n"
-"enable the oportunistic encryption.\n"
+"enable the opportunistic encryption.\n"
msgstr ""
#: standalone/drakvpn:600
@@ -20787,7 +21606,7 @@ msgstr ""
msgid ""
"Edit a Security Policy.\n"
"\n"
-"You can now add a Security Policy.\n"
+"You can now edit a Security Policy.\n"
"\n"
"Choose continue when you are done to write the data.\n"
msgstr ""
@@ -20812,7 +21631,7 @@ msgid ""
"The racoon.conf file configuration.\n"
"\n"
"The contents of this file is divided into sections.\n"
-"You can now :\n"
+"You can now:\n"
" - display \t\t (display the file contents)\n"
" - add\t\t\t (add one section)\n"
" - edit \t\t\t (modify parameters of an existing section)\n"
@@ -20840,7 +21659,7 @@ msgstr ""
msgid ""
"The 'add' sections step.\n"
"\n"
-"Here below is the racoon.conf file skeleton :\n"
+"Here below is the racoon.conf file skeleton:\n"
"\t'path'\n"
"\t'remote'\n"
"\t'sainfo' \n"
@@ -20881,23 +21700,23 @@ msgstr "Αλλαγή τύπου"
#: standalone/drakvpn:750
#, c-format
msgid ""
-"path include path : specifies a path to include\n"
+"path include path: specifies a path to include\n"
"a file. See File Inclusion.\n"
"\tExample: path include '/etc/racoon'\n"
"\n"
-"path pre_shared_key file : specifies a file containing\n"
+"path pre_shared_key file: specifies a file containing\n"
"pre-shared key(s) for various ID(s). See Pre-shared key File.\n"
"\tExample: path pre_shared_key '/etc/racoon/psk.txt' ;\n"
"\n"
-"path certificate path : racoon(8) will search this directory\n"
+"path certificate path: racoon(8) will search this directory\n"
"if a certificate or certificate request is received.\n"
"\tExample: path certificate '/etc/cert' ;\n"
"\n"
-"File Inclusion : include file \n"
+"File Inclusion: include file \n"
"other configuration files can be included.\n"
"\tExample: include \"remote.conf\" ;\n"
"\n"
-"Pre-shared key File : Pre-shared key file defines a pair\n"
+"Pre-shared key File: Pre-shared key file defines a pair\n"
"of the identifier and the shared secret key which are used at\n"
"Pre-shared key authentication method in phase 1."
msgstr ""
@@ -21004,7 +21823,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -21032,7 +21851,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -21057,7 +21876,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -21085,7 +21904,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -21105,7 +21924,7 @@ msgid ""
"define the group of Diffie-Hellman exponentiations.\n"
"If you do not require PFS then you can omit this directive.\n"
"Any proposal will be accepted if you do not specify one.\n"
-"group is one of following: modp768, modp1024, modp1536.\n"
+"group is one of the following: modp768, modp1024, modp1536.\n"
"Or you can define 1, 2, or 5 as the DH group number."
msgstr ""
@@ -21119,11 +21938,11 @@ msgstr "ένας αριθμός"
msgid ""
"define a lifetime of a certain time which will be pro-\n"
"posed in the phase 1 negotiations. Any proposal will be\n"
-"accepted, and the attribute(s) will be not proposed to\n"
+"accepted, and the attribute(s) will not be proposed to\n"
"the peer if you do not specify it(them). They can be\n"
"individually specified in each proposal.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
" lifetime time 1 min; # sec,min,hour\n"
" lifetime time 1 min; # sec,min,hour\n"
@@ -21145,18 +21964,18 @@ msgstr ""
msgid ""
"define a lifetime of a certain time which will be pro-\n"
"posed in the phase 1 negotiations. Any proposal will be\n"
-"accepted, and the attribute(s) will be not proposed to\n"
+"accepted, and the attribute(s) will not be proposed to\n"
"the peer if you do not specify it(them). They can be\n"
"individually specified in each proposal.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
" lifetime time 1 min; # sec,min,hour\n"
" lifetime time 1 min; # sec,min,hour\n"
" lifetime time 30 sec;\n"
" lifetime time 30 sec;\n"
" lifetime time 60 sec;\n"
-"\tlifetime time 12 hour ;\n"
+"\tlifetime time 12 hour;\n"
"\n"
"So, here, the lifetime units are 'min', 'min', 'sec', 'sec', 'sec' and "
"'hour'.\n"
@@ -21196,7 +22015,7 @@ msgid ""
"ments apply to all peers which do not match any other remote\n"
"directive.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"remote anonymous\n"
"remote ::1 [8000]"
@@ -21321,7 +22140,7 @@ msgstr ""
#, c-format
msgid ""
"specifies the identifier sent to the remote host and the\n"
-"type to use in the phase 1 negotiation. address, fqdn,\n"
+"type to use in the phase 1 negotiation. address, FQDN,\n"
"user_fqdn, keyid and asn1dn can be used as an idtype.\n"
"they are used like:\n"
"\tmy_identifier address [address];\n"
@@ -21330,7 +22149,7 @@ msgid ""
"\tmy_identifier user_fqdn string;\n"
"\t\tthe type is a USER_FQDN (user fully-qualified\n"
"\t\tdomain name).\n"
-"\tmy_identifier fqdn string;\n"
+"\tmy_identifier FQDN string;\n"
"\t\tthe type is a FQDN (fully-qualified domain name).\n"
"\tmy_identifier keyid file;\n"
"\t\tthe type is a KEY_ID.\n"
@@ -21339,7 +22158,7 @@ msgid ""
"\t\tstring is omitted, racoon(8) will get DN from\n"
"\t\tSubject field in the certificate.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"my_identifier user_fqdn \"myemail@mydomain.com\""
msgstr ""
@@ -21359,9 +22178,9 @@ msgstr "Πρωτόκολλο"
msgid ""
"specify the encryption algorithm used for the\n"
"phase 1 negotiation. This directive must be defined. \n"
-"algorithm is one of following: \n"
+"algorithm is one of the following: \n"
"\n"
-"des, 3des, blowfish, cast128 for oakley.\n"
+"DES, 3DES, blowfish, cast128 for oakley.\n"
"\n"
"For other transforms, this statement should not be used."
msgstr ""
@@ -21409,7 +22228,7 @@ msgstr "Ημέρα"
#: standalone/drakvpn:1138
#, c-format
msgid "Flag"
-msgstr ""
+msgstr "Σημαία"
#: standalone/drakvpn:1139
#, fuzzy, c-format
@@ -21457,6 +22276,11 @@ msgid "require"
msgstr ""
#: standalone/drakvpn:1146
+#, c-format
+msgid "default"
+msgstr "εξ' ορισμού"
+
+#: standalone/drakvpn:1146
#, fuzzy, c-format
msgid "use"
msgstr "Ποντίκι"
@@ -21466,114 +22290,115 @@ msgstr "Ποντίκι"
msgid "unique"
msgstr "Μαρτινίκα"
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "USA (broadcast)"
msgstr "USA (εναέρια)"
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "USA (cable)"
msgstr "USA (καλωδιακή)"
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "USA (cable-hrc)"
msgstr ""
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "Canada (cable)"
msgstr "Καναδικό (Καλωδιακή)"
-#: standalone/drakxtv:44
+#: standalone/drakxtv:46
#, c-format
msgid "Japan (broadcast)"
msgstr "Ιαπωνία (εναέρια)"
-#: standalone/drakxtv:44
+#: standalone/drakxtv:46
#, c-format
msgid "Japan (cable)"
msgstr "Ιαπωνία (Καλωδιακή)"
-#: standalone/drakxtv:44
+#: standalone/drakxtv:46
#, c-format
msgid "China (broadcast)"
msgstr "Κίνα (εναέρια)"
-#: standalone/drakxtv:45
+#: standalone/drakxtv:47
#, c-format
msgid "West Europe"
msgstr "Δυτική Ευρώπη"
-#: standalone/drakxtv:45
+#: standalone/drakxtv:47
#, c-format
msgid "East Europe"
msgstr "Ανατολική Ευρώπη"
-#: standalone/drakxtv:45
+#: standalone/drakxtv:47
#, c-format
msgid "France [SECAM]"
msgstr "Γαλλία [SECAM]"
-#: standalone/drakxtv:46
+#: standalone/drakxtv:48
#, c-format
msgid "Newzealand"
msgstr "Νέα Ζηλανδία"
-#: standalone/drakxtv:49
+#: standalone/drakxtv:51
#, c-format
msgid "Australian Optus cable TV"
msgstr "Καλωδιακή τηλεόραση Optus της Αυστραλίας"
-#: standalone/drakxtv:83
+#: standalone/drakxtv:85
#, c-format
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: standalone/drakxtv:85
+#: standalone/drakxtv:87
#, c-format
msgid "TV norm:"
msgstr ""
-#: standalone/drakxtv:86
+#: standalone/drakxtv:88
#, c-format
msgid "Area:"
msgstr "Περιοχή:"
-#: standalone/drakxtv:91
+#: standalone/drakxtv:93
#, c-format
-msgid "Scanning for TV channels in progress ..."
+msgid "Scanning for TV channels in progress..."
msgstr "Γίνεται αναζήτηση σταθμών τηλεόρασης ..."
-#: standalone/drakxtv:101
+#: standalone/drakxtv:103
#, c-format
msgid "Scanning for TV channels"
msgstr "Αναζήτηση σταθμών τηλεόρασης"
-#: standalone/drakxtv:105
+#: standalone/drakxtv:107
#, c-format
msgid "There was an error while scanning for TV channels"
msgstr "Προκλήθηκε σφάλμα κατά την αναζήτηση σταθμών τηλεόρασης"
-#: standalone/drakxtv:108
+#: standalone/drakxtv:110
#, c-format
msgid "Have a nice day!"
msgstr "Καλή σας μέρα!"
-#: standalone/drakxtv:109
+#: standalone/drakxtv:111
#, c-format
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr "Τώρα μπορείτε να εκτελέσετε το xawtv (μέσα από τα Χ Window!) !\n"
-#: standalone/drakxtv:132
+#: standalone/drakxtv:134
#, c-format
msgid "No TV Card detected!"
msgstr "Δεν βρέθηκε κάρτα τηλεόρασης!"
-#: standalone/drakxtv:133
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: standalone/drakxtv:136
#, c-format
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
@@ -21594,17 +22419,17 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: standalone/harddrake2:18
+#: standalone/harddrake2:20
#, c-format
msgid "Alternative drivers"
msgstr "Εναλλακτικοί οδηγοί"
-#: standalone/harddrake2:19
+#: standalone/harddrake2:21
#, c-format
msgid "the list of alternative drivers for this sound card"
msgstr "η λίστα με εναλλακτικούς οδηγούς για την κάρτα ήχου σας"
-#: standalone/harddrake2:22
+#: standalone/harddrake2:24
#, c-format
msgid ""
"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
@@ -21612,30 +22437,7 @@ msgstr ""
"αυτή είναι η φυσική θέση στην οποία είναι συνδεμένη η συσκευή (π.χ.PCI, "
"USB, ...)"
-#: standalone/harddrake2:23
-#, c-format
-msgid "Channel"
-msgstr "Κανάλι"
-
-#: standalone/harddrake2:23
-#, c-format
-msgid "EIDE/SCSI channel"
-msgstr "Κανάλι EIDE/SCSI"
-
-#: standalone/harddrake2:24
-#, c-format
-msgid "Bogomips"
-msgstr "Bogomips"
-
-#: standalone/harddrake2:24
-#, c-format
-msgid ""
-"the GNU/Linux kernel needs to run a calculation loop at boot time to "
-"initialize a timer counter. Its result is stored as bogomips as a way to "
-"\"benchmark\" the cpu."
-msgstr ""
-
-#: standalone/harddrake2:26
+#: standalone/harddrake2:26 standalone/harddrake2:130
#, c-format
msgid "Bus identification"
msgstr "Αναγνωριστικό θύρας"
@@ -21661,61 +22463,258 @@ msgstr ""
#: standalone/harddrake2:33
#, c-format
-msgid "Cache size"
-msgstr "μέγεθος Cache"
+msgid "Drive capacity"
+msgstr ""
#: standalone/harddrake2:33
-#, fuzzy, c-format
-msgid "size of the (second level) cpu cache"
-msgstr "Μέγεθος της (δευτέρου επιπέδου) cpu cache"
+#, c-format
+msgid "special capacities of the driver (burning ability and or DVD support)"
+msgstr ""
#: standalone/harddrake2:34
+#, fuzzy, c-format
+msgid "this field describes the device"
+msgstr "Αυτό πεδίο περιγραφή τη συσκευή"
+
+#: standalone/harddrake2:35
#, c-format
-msgid "Drive capacity"
+msgid "Old device file"
+msgstr "Παλαιό αρχείο συσκευής"
+
+#: standalone/harddrake2:36
+#, c-format
+msgid "old static device name used in dev package"
+msgstr "παλαιά στατική όνομα συσκευής του πακέτου dev"
+
+#: standalone/harddrake2:37
+#, c-format
+msgid "New devfs device"
+msgstr "Νέα συσκευή devfs"
+
+#: standalone/harddrake2:38
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
+msgstr "δημιουργήθηκε νέα δυναμική συσκευή από τον κεντρικό πυρήνα devfs"
+
+#. -PO: here "module" is the "jargon term" for a kernel driver
+#: standalone/harddrake2:41
+#, c-format
+msgid "Module"
+msgstr "Άρθρωμα"
+
+#: standalone/harddrake2:41
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
+msgstr "το άρθρωμα του πυρήνα GNU/Linux που χειρίζεται την συσκευή"
+
+#: standalone/harddrake2:42
+#, fuzzy, c-format
+msgid "Extended partitions"
+msgstr "Δημιουργία νέας κατάτμησης"
+
+#: standalone/harddrake2:42
+#, fuzzy, c-format
+msgid "the number of extended partitions"
+msgstr "Ο αριθμός του επεξεργαστή"
+
+#: standalone/harddrake2:43
+#, fuzzy, c-format
+msgid "Geometry"
+msgstr "Επαναφορά"
+
+#: standalone/harddrake2:43
+#, c-format
+msgid "Cylinder/head/sectors geometry of the disk"
msgstr ""
-#: standalone/harddrake2:34
+#: standalone/harddrake2:44
+#, fuzzy, c-format
+msgid "Disk controller"
+msgstr "Ελεγκτές SMBus"
+
+#: standalone/harddrake2:44
#, c-format
-msgid "special capacities of the driver (burning ability and or DVD support)"
+msgid "the disk controller on the host side"
msgstr ""
+#: standalone/harddrake2:45
+#, c-format
+msgid "class of hardware device"
+msgstr "κλάση της συσκευής "
+
+#: standalone/harddrake2:46 standalone/harddrake2:78
+#: standalone/printerdrake:218
+#, c-format
+msgid "Model"
+msgstr "Μοντέλο"
+
+#: standalone/harddrake2:46
+#, c-format
+msgid "hard disk model"
+msgstr "μοντέλο σκληρού δίσκου"
+
+#: standalone/harddrake2:47
+#, c-format
+msgid "network printer port"
+msgstr "θύρα εκτυπωτή δικτύου"
+
+#: standalone/harddrake2:48
+#, fuzzy, c-format
+msgid "Primary partitions"
+msgstr "Μορφοπ. κατατμήσ."
+
+#: standalone/harddrake2:48
+#, fuzzy, c-format
+msgid "the number of the primary partitions"
+msgstr "Ο αριθμός του επεξεργαστή"
+
+#: standalone/harddrake2:49
+#, c-format
+msgid "the vendor name of the device"
+msgstr "το όνομα κατασκευαστή της συσκευής"
+
+#: standalone/harddrake2:50
+#, c-format
+msgid "Bus PCI #"
+msgstr ""
+
+#: standalone/harddrake2:50
+#, fuzzy, c-format
+msgid "the PCI bus on which the device is plugged"
+msgstr ""
+"αυτή είναι η φυσική θέση στην οποία είναι συνδεμένη η συσκευή (π.χ.PCI, "
+"USB, ...)"
+
+#: standalone/harddrake2:51
+#, fuzzy, c-format
+msgid "PCI device #"
+msgstr "Υπηρεσίες"
+
+#: standalone/harddrake2:51
+#, fuzzy, c-format
+msgid "PCI device number"
+msgstr "ένας αριθμός"
+
+#: standalone/harddrake2:52
+#, c-format
+msgid "PCI function #"
+msgstr ""
+
+#: standalone/harddrake2:52
+#, fuzzy, c-format
+msgid "PCI function number"
+msgstr "Όνομα σύνδεσης"
+
+#: standalone/harddrake2:53
+#, fuzzy, c-format
+msgid "Vendor ID"
+msgstr "Κατασκευαστής"
+
+#: standalone/harddrake2:53
+#, c-format
+msgid "this is the standard numerical identifier of the vendor"
+msgstr ""
+
+#: standalone/harddrake2:54
+#, fuzzy, c-format
+msgid "Device ID"
+msgstr "Συσκευή: "
+
+#: standalone/harddrake2:54
+#, fuzzy, c-format
+msgid "this is the numerical identifier of the device"
+msgstr "το όνομα κατασκευαστή της συσκευής"
+
+#: standalone/harddrake2:55
+#, c-format
+msgid "Sub vendor ID"
+msgstr ""
+
+#: standalone/harddrake2:55
+#, c-format
+msgid "this is the minor numerical identifier of the vendor"
+msgstr ""
+
+#: standalone/harddrake2:56
+#, fuzzy, c-format
+msgid "Sub device ID"
+msgstr "Υπηρεσίες"
+
+#: standalone/harddrake2:56
+#, fuzzy, c-format
+msgid "this is the minor numerical identifier of the device"
+msgstr "το όνομα κατασκευαστή της συσκευής"
+
+#: standalone/harddrake2:57
+#, fuzzy, c-format
+msgid "Device USB ID"
+msgstr "Συσκευή: "
+
+#: standalone/harddrake2:57
+#, c-format
+msgid ".."
+msgstr ""
+
+#: standalone/harddrake2:61
+#, c-format
+msgid "Bogomips"
+msgstr "Bogomips"
+
+#: standalone/harddrake2:61
+#, c-format
+msgid ""
+"the GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
+msgstr ""
+
+#: standalone/harddrake2:62
+#, c-format
+msgid "Cache size"
+msgstr "μέγεθος Cache"
+
+#: standalone/harddrake2:62
+#, fuzzy, c-format
+msgid "size of the (second level) cpu cache"
+msgstr "Μέγεθος της (δευτέρου επιπέδου) cpu cache"
+
#. -PO: here "comas" is the medical coma, not the lexical coma!!
-#: standalone/harddrake2:37
+#: standalone/harddrake2:65
#, c-format
msgid "Coma bug"
msgstr "Σφάλμα Coma"
-#: standalone/harddrake2:37
+#: standalone/harddrake2:65
#, fuzzy, c-format
msgid "whether this cpu has the Cyrix 6x86 Coma bug"
msgstr "Αν αυτή η συσκευή έχει το σφάλμα Cyrix 6x86 Coma"
-#: standalone/harddrake2:38
+#: standalone/harddrake2:66
#, c-format
msgid "Cpuid family"
msgstr "Οικογένεια Cpuid"
-#: standalone/harddrake2:38
+#: standalone/harddrake2:66
#, fuzzy, c-format
msgid "family of the cpu (eg: 6 for i686 class)"
msgstr "Οικογένεια του επεξεργαστή (π.χ. 6 για κλάση i686)"
-#: standalone/harddrake2:39
+#: standalone/harddrake2:67
#, c-format
msgid "Cpuid level"
msgstr "Επίπεδο Cpuid"
-#: standalone/harddrake2:39
+#: standalone/harddrake2:67
#, fuzzy, c-format
msgid "information level that can be obtained through the cpuid instruction"
msgstr "Επίπεδο πληροφοριών που μπορούν να βρεθούν μέσω των εντολών cpuid"
-#: standalone/harddrake2:40
+#: standalone/harddrake2:68
#, c-format
msgid "Frequency (MHz)"
msgstr "Συχνότητα (MHz)"
-#: standalone/harddrake2:40
+#: standalone/harddrake2:68
#, c-format
msgid ""
"the CPU frequency in MHz (Megahertz which in first approximation may be "
@@ -21723,68 +22722,22 @@ msgid ""
"per second)"
msgstr ""
-#: standalone/harddrake2:41
-#, fuzzy, c-format
-msgid "this field describes the device"
-msgstr "Αυτό πεδίο περιγραφή τη συσκευή"
-
-#: standalone/harddrake2:42
-#, c-format
-msgid "Old device file"
-msgstr "Παλαιό αρχείο συσκευής"
-
-#: standalone/harddrake2:43
-#, c-format
-msgid "old static device name used in dev package"
-msgstr "παλαιά στατική όνομα συσκευής του πακέτου dev"
-
-#: standalone/harddrake2:44
-#, c-format
-msgid "New devfs device"
-msgstr "Νέα συσκευή devfs"
-
-#: standalone/harddrake2:45
-#, c-format
-msgid "new dynamic device name generated by core kernel devfs"
-msgstr "δημιουργήθηκε νέα δυναμική συσκευή από τον κεντρικό πυρήνα devfs"
-
-#. -PO: here "module" is the "jargon term" for a kernel driver
-#: standalone/harddrake2:48
-#, c-format
-msgid "Module"
-msgstr "Άρθρωμα"
-
-#: standalone/harddrake2:48
-#, c-format
-msgid "the module of the GNU/Linux kernel that handles the device"
-msgstr "το άρθρωμα του πυρήνα GNU/Linux που χειρίζεται την συσκευή"
-
-#: standalone/harddrake2:49
-#, fuzzy, c-format
-msgid "Extended partitions"
-msgstr "Δημιουργία νέας κατάτμησης"
-
-#: standalone/harddrake2:49
-#, fuzzy, c-format
-msgid "the number of extended partitions"
-msgstr "Ο αριθμός του επεξεργαστή"
-
-#: standalone/harddrake2:50
+#: standalone/harddrake2:69
#, c-format
msgid "Flags"
msgstr ""
-#: standalone/harddrake2:50
+#: standalone/harddrake2:69
#, c-format
msgid "CPU flags reported by the kernel"
msgstr ""
-#: standalone/harddrake2:51
+#: standalone/harddrake2:70
#, c-format
msgid "Fdiv bug"
msgstr "Σφάλμα Fdiv"
-#: standalone/harddrake2:52
+#: standalone/harddrake2:71
#, c-format
msgid ""
"Early Intel Pentium chips manufactured have a bug in their floating point "
@@ -21792,236 +22745,292 @@ msgid ""
"Floating point DIVision (FDIV)"
msgstr ""
-#: standalone/harddrake2:53
+#: standalone/harddrake2:72
#, c-format
msgid "Is FPU present"
msgstr "Το FPU είναι παρόν"
-#: standalone/harddrake2:53
+#: standalone/harddrake2:72
#, c-format
msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: standalone/harddrake2:54
+#: standalone/harddrake2:73
#, c-format
msgid "Whether the FPU has an irq vector"
msgstr ""
-#: standalone/harddrake2:54
+#: standalone/harddrake2:73
#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: standalone/harddrake2:55
+#: standalone/harddrake2:74
#, c-format
msgid "F00f bug"
msgstr "Σφάλμα F00f"
-#: standalone/harddrake2:55
+#: standalone/harddrake2:74
#, c-format
msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: standalone/harddrake2:56
-#, fuzzy, c-format
-msgid "Geometry"
-msgstr "Επαναφορά"
-
-#: standalone/harddrake2:56
-#, c-format
-msgid "Cylinder/head/sectors geometry of the disk"
-msgstr ""
-
-#: standalone/harddrake2:57
+#: standalone/harddrake2:75
#, c-format
msgid "Halt bug"
msgstr ""
-#: standalone/harddrake2:58
+#: standalone/harddrake2:76
#, c-format
msgid ""
"Some of the early i486DX-100 chips cannot reliably return to operating mode "
"after the \"halt\" instruction is used"
msgstr ""
-#: standalone/harddrake2:60
-#, c-format
-msgid "Floppy format"
-msgstr "Φορμά Δισκέτας"
+#: standalone/harddrake2:77
+#, fuzzy, c-format
+msgid "sub generation of the cpu"
+msgstr "Sub"
-#: standalone/harddrake2:60
+#: standalone/harddrake2:78
#, fuzzy, c-format
-msgid "format of floppies supported by the drive"
-msgstr "Φορμά για δισκέτες που μπορεί να δεχτεί ο οδηγός"
+msgid "generation of the cpu (eg: 8 for Pentium III, ...)"
+msgstr "Γενιά του επεξεργαστή (π.χ. 8 για Pentium III, ...)"
-#: standalone/harddrake2:61
+#: standalone/harddrake2:79
+#, c-format
+msgid "Model name"
+msgstr "Όνομα μοντέλου"
+
+#: standalone/harddrake2:79
#, fuzzy, c-format
-msgid "sub generation of the cpu"
-msgstr "Sub"
+msgid "official vendor name of the cpu"
+msgstr "Το επίσημο όνομα κατασκευαστή του επεξεργαστή"
-#: standalone/harddrake2:62
+#: standalone/harddrake2:80
#, c-format
-msgid "class of hardware device"
-msgstr "κλάση της συσκευής "
+msgid "the name of the CPU"
+msgstr "το όνομα κατασκευαστή του επεξεργαστή"
-#: standalone/harddrake2:63 standalone/harddrake2:64
-#: standalone/printerdrake:212
+#: standalone/harddrake2:81
#, c-format
-msgid "Model"
-msgstr "Μοντέλο"
+msgid "Processor ID"
+msgstr "Ταυτότητα επεξεργαστή"
-#: standalone/harddrake2:63
+#: standalone/harddrake2:81
#, c-format
-msgid "hard disk model"
-msgstr "μοντέλο σκληρού δίσκου"
+msgid "the number of the processor"
+msgstr "Ο αριθμός του επεξεργαστή"
+
+#: standalone/harddrake2:82
+#, c-format
+msgid "Model stepping"
+msgstr "Μοντέλο βηματισμού"
-#: standalone/harddrake2:64
+#: standalone/harddrake2:82
+#, c-format
+msgid "stepping of the cpu (sub model (generation) number)"
+msgstr ""
+
+#: standalone/harddrake2:83
+#, c-format
+msgid "the vendor name of the processor"
+msgstr "το όνομα κατασκευαστή του επεξεργαστή"
+
+#: standalone/harddrake2:84
#, fuzzy, c-format
-msgid "generation of the cpu (eg: 8 for PentiumIII, ...)"
-msgstr "Γενιά του επεξεργαστή (π.χ. 8 για PentiumIII, ...)"
+msgid "Write protection"
+msgstr "Αυτόματη ανίχνευση εκτυπωτών"
-#: standalone/harddrake2:65
+#: standalone/harddrake2:84
#, c-format
-msgid "Model name"
-msgstr "Όνομα μοντέλου"
+msgid ""
+"the WP flag in the CR0 register of the cpu enforce write protection at the "
+"memory page level, thus enabling the processor to prevent unchecked kernel "
+"accesses to user memory (aka this is a bug guard)"
+msgstr ""
-#: standalone/harddrake2:65
+#: standalone/harddrake2:88
+#, c-format
+msgid "Floppy format"
+msgstr "Φορμά Δισκέτας"
+
+#: standalone/harddrake2:88
#, fuzzy, c-format
-msgid "official vendor name of the cpu"
-msgstr "Το επίσημο όνομα κατασκευαστή του επεξεργαστή"
+msgid "format of floppies supported by the drive"
+msgstr "Φορμά για δισκέτες που μπορεί να δεχτεί ο οδηγός"
-#: standalone/harddrake2:66
+#: standalone/harddrake2:92
#, c-format
-msgid "Number of buttons"
-msgstr "Αριθμός πλήκτρων"
+msgid "Channel"
+msgstr "Κανάλι"
-#: standalone/harddrake2:66
+#: standalone/harddrake2:92
#, c-format
-msgid "the number of buttons the mouse has"
-msgstr "Ο αριθμός των πλήκτρων του ποντικιού"
+msgid "EIDE/SCSI channel"
+msgstr "Κανάλι EIDE/SCSI"
-#: standalone/harddrake2:67
+#: standalone/harddrake2:93
+#, fuzzy, c-format
+msgid "Disk identifier"
+msgstr "Εκτυπωτής"
+
+#: standalone/harddrake2:93
#, c-format
-msgid "the name of the CPU"
-msgstr "το όνομα κατασκευαστή του επεξεργαστή"
+msgid "usually the disk serial number"
+msgstr ""
-#: standalone/harddrake2:68
+#: standalone/harddrake2:94
+#, fuzzy, c-format
+msgid "Logical unit number"
+msgstr "Τοπική μέτρηση"
+
+#: standalone/harddrake2:94
#, c-format
-msgid "network printer port"
-msgstr "θύρα εκτυπωτή δικτύου"
+msgid ""
+"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
+"identified by a\n"
+"channel number, a target id and a logical unit number"
+msgstr ""
-#: standalone/harddrake2:69
+#: standalone/harddrake2:99
+#, fuzzy, c-format
+msgid "Device file"
+msgstr "Παλαιό αρχείο συσκευής"
+
+#: standalone/harddrake2:99
#, c-format
-msgid "Processor ID"
-msgstr "Ταυτότητα επεξεργαστή"
+msgid ""
+"the device file used to communicate with the kernel driver for the mouse"
+msgstr ""
-#: standalone/harddrake2:69
+#: standalone/harddrake2:100
#, c-format
-msgid "the number of the processor"
-msgstr "Ο αριθμός του επεξεργαστή"
+msgid "Emulated wheel"
+msgstr ""
-#: standalone/harddrake2:70
+#: standalone/harddrake2:100
#, fuzzy, c-format
-msgid "Primary partitions"
-msgstr "Μορφοπ. κατατμήσ."
+msgid "whether the wheel is emulated or not"
+msgstr "Προσομοίωση Κουμπιών"
-#: standalone/harddrake2:70
+#: standalone/harddrake2:101
#, fuzzy, c-format
-msgid "the number of the primary partitions"
-msgstr "Ο αριθμός του επεξεργαστή"
+msgid "the type of the mouse"
+msgstr "Παρακαλώ δοκιμάστε το ποντίκι"
-#: standalone/harddrake2:71
+#: standalone/harddrake2:102
+#, fuzzy, c-format
+msgid "the name of the mouse"
+msgstr "το όνομα κατασκευαστή του επεξεργαστή"
+
+#: standalone/harddrake2:103
#, c-format
-msgid "Model stepping"
-msgstr "Μοντέλο βηματισμού"
+msgid "Number of buttons"
+msgstr "Αριθμός πλήκτρων"
-#: standalone/harddrake2:71
+#: standalone/harddrake2:103
#, c-format
-msgid "stepping of the cpu (sub model (generation) number)"
-msgstr ""
+msgid "the number of buttons the mouse has"
+msgstr "Ο αριθμός των πλήκτρων του ποντικιού"
-#: standalone/harddrake2:72
+#: standalone/harddrake2:104
#, fuzzy, c-format
msgid "the type of bus on which the mouse is connected"
msgstr "Ο τύπος της θύρα στην οποία είναι συνδεδεμένο το ποντίκι σας."
-#: standalone/harddrake2:73
+#: standalone/harddrake2:105
#, c-format
-msgid "the vendor name of the device"
-msgstr "το όνομα κατασκευαστή της συσκευής"
+msgid "Mouse protocol used by X11"
+msgstr ""
-#: standalone/harddrake2:74
+#: standalone/harddrake2:105
#, c-format
-msgid "the vendor name of the processor"
-msgstr "το όνομα κατασκευαστή του επεξεργαστή"
+msgid "the protocol that the graphical desktop use with the mouse"
+msgstr ""
-#: standalone/harddrake2:75
+#: standalone/harddrake2:112 standalone/harddrake2:121
+#: standalone/harddrake2:128 standalone/harddrake2:136
+#: standalone/harddrake2:309
#, fuzzy, c-format
-msgid "Write protection"
-msgstr "Αυτόματη ανίχνευση εκτυπωτών"
+msgid "Identification"
+msgstr "Αναγνωριστικό θύρας"
-#: standalone/harddrake2:75
+#: standalone/harddrake2:113 standalone/harddrake2:129
+#, fuzzy, c-format
+msgid "Connection"
+msgstr "Όνομα σύνδεσης"
+
+#: standalone/harddrake2:122
+#, fuzzy, c-format
+msgid "Performances"
+msgstr "Προτίμηση: "
+
+#: standalone/harddrake2:123
+#, fuzzy, c-format
+msgid "Bugs"
+msgstr "Bus"
+
+#: standalone/harddrake2:124
#, c-format
-msgid ""
-"the WP flag in the CR0 register of the cpu enforce write proctection at the "
-"memory page level, thus enabling the processor to prevent unchecked kernel "
-"accesses to user memory (aka this is a bug guard)"
+msgid "FPU"
msgstr ""
-#. -PO: please keep all "/" charaters !!!
-#: standalone/harddrake2:90 standalone/logdrake:78 standalone/printerdrake:146
-#: standalone/printerdrake:159
+#: standalone/harddrake2:132
+#, fuzzy, c-format
+msgid "Partitions"
+msgstr "κατάτμηση %s"
+
+#: standalone/harddrake2:137
+#, c-format
+msgid "Features"
+msgstr ""
+
+#. -PO: please keep all "/" characters !!!
+#: standalone/harddrake2:158 standalone/logdrake:77
+#: standalone/printerdrake:152 standalone/printerdrake:165
#, c-format
msgid "/_Options"
msgstr "/_Επιλογές"
-#: standalone/harddrake2:91 standalone/harddrake2:112 standalone/logdrake:80
-#: standalone/printerdrake:171 standalone/printerdrake:172
-#: standalone/printerdrake:173 standalone/printerdrake:174
+#: standalone/harddrake2:159 standalone/harddrake2:180 standalone/logdrake:79
+#: standalone/printerdrake:177 standalone/printerdrake:178
+#: standalone/printerdrake:179 standalone/printerdrake:180
#, c-format
msgid "/_Help"
msgstr "/_Βοήθεια"
-#: standalone/harddrake2:95
+#: standalone/harddrake2:163
#, c-format
msgid "/Autodetect _printers"
msgstr "/Εντοπισμός _εκτυπωτών"
-#: standalone/harddrake2:96
+#: standalone/harddrake2:164
#, c-format
msgid "/Autodetect _modems"
msgstr "/Εντοπισμός _μόντεμ"
-#: standalone/harddrake2:97
+#: standalone/harddrake2:165
#, c-format
msgid "/Autodetect _jaz drives"
msgstr "/Εντοπισμός _οδηγών jaz"
-#: standalone/harddrake2:104 standalone/printerdrake:152
+#: standalone/harddrake2:172 standalone/printerdrake:158
#, c-format
msgid "/_Quit"
msgstr "/_Έξοδος"
-#: standalone/harddrake2:113
+#: standalone/harddrake2:181
#, c-format
msgid "/_Fields description"
msgstr "/_Περιγραφή Πεδίων"
-#: standalone/harddrake2:115
+#: standalone/harddrake2:183
#, c-format
msgid "Harddrake help"
msgstr "Βοήθεια Harddrake"
-#: standalone/harddrake2:116
-#, c-format
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
-"Περιγραφή των πεδίων:\n"
-"\n"
-
-#: standalone/harddrake2:121
+#: standalone/harddrake2:192
#, c-format
msgid ""
"Once you've selected a device, you'll be able to see the device information "
@@ -22030,65 +23039,75 @@ msgstr ""
"Μόλις επιλέξετε μια συσκευή, θα μπορείτε να δείτε τις πληροφορίες σε πεδία "
"που εμφανίζονται στο δεξί τμήμα με όνομα(\"Πληροφορίες\")"
-#: standalone/harddrake2:126 standalone/printerdrake:173
+#: standalone/harddrake2:197 standalone/printerdrake:179
#, c-format
msgid "/_Report Bug"
msgstr "/_Αναφορά Bug"
-#: standalone/harddrake2:127 standalone/printerdrake:174
+#: standalone/harddrake2:198 standalone/printerdrake:180
#, c-format
msgid "/_About..."
msgstr "/_Σχετικά με..."
-#: standalone/harddrake2:128
+#: standalone/harddrake2:199
#, c-format
msgid "About Harddrake"
msgstr "Σχετικά με το Harddrake"
#. -PO: Do not alter the <span ..> and </span> tags
-#: standalone/harddrake2:130
-#, fuzzy, c-format
+#: standalone/harddrake2:201
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"This is HardDrake, a Mandrakelinux hardware configuration tool.\n"
"<span foreground=\"royalblue3\">Version:</span> %s\n"
"<span foreground=\"royalblue3\">Author:</span> Thierry Vignaud &lt;"
"tvignaud@mandrakesoft.com&gt;\n"
"\n"
msgstr ""
-"Αυτό είναι το HardDrake, ένα εργαλείο ρύθμισης της Mandrake\n"
-"Έκδοση:"
+"Αυτό είναι το HardDrake, ένα εργαλείο ρύθμισης της Mandrakelinux\n"
+"<span foreground=\"royalblue3\">Έκδοση:</span> %s\n"
+"<span foreground=\"royalblue3\">Δημιουργός:</span> Thierry Vignaud &lt;"
+"tvignaud@mandrakesoft.com&gt;\n"
+"\n"
-#: standalone/harddrake2:147
-#, c-format
-msgid "Harddrake2 version %s"
-msgstr "Έκδοση Harddrake2 %s"
+#: standalone/harddrake2:218
+#, fuzzy, c-format
+msgid "Harddrake2"
+msgstr "HardDrake"
-#: standalone/harddrake2:163
+#: standalone/harddrake2:234
#, c-format
msgid "Detected hardware"
msgstr "Υλικό που ανιχνεύθηκε"
-#: standalone/harddrake2:168
+#: standalone/harddrake2:239
#, c-format
msgid "Configure module"
msgstr "Ρύθμιση αρθρώματος"
-#: standalone/harddrake2:175
+#: standalone/harddrake2:246
#, c-format
msgid "Run config tool"
msgstr "Εκτέλεση εργαλείο ρύθμισης"
-#: standalone/harddrake2:222
+#: standalone/harddrake2:296 standalone/net_monitor:108
+#: standalone/net_monitor:109 standalone/net_monitor:114
#, c-format
msgid "unknown"
msgstr "Άγνωστο"
-#: standalone/harddrake2:223
+#: standalone/harddrake2:297 standalone/printerdrake:308
+#: standalone/printerdrake:346
#, c-format
msgid "Unknown"
msgstr "Άγνωστο"
-#: standalone/harddrake2:241
+#: standalone/harddrake2:317
+#, fuzzy, c-format
+msgid "Misc"
+msgstr "Msec"
+
+#: standalone/harddrake2:332
#, c-format
msgid ""
"Click on a device in the left tree in order to display its information here."
@@ -22096,182 +23115,187 @@ msgstr ""
"Κάντε κλικ σε μια συσκευή στο αριστερό τμήμα για να δείτε εδώ τις "
"πληροφορίες."
-#: standalone/harddrake2:295
+#: standalone/harddrake2:384
#, c-format
msgid "secondary"
msgstr "δευτερεύουσα"
-#: standalone/harddrake2:295
+#: standalone/harddrake2:384
#, c-format
msgid "primary"
msgstr "πρωτεύουσα"
-#: standalone/harddrake2:303
+#: standalone/harddrake2:388
#, fuzzy, c-format
msgid "burner"
msgstr "Εκτυπωτής"
-#: standalone/harddrake2:303
+#: standalone/harddrake2:388
#, fuzzy, c-format
msgid "DVD"
msgstr "DVD-ROM"
-#: standalone/keyboarddrake:24
+#: standalone/keyboarddrake:25
#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Παρακαλώ επιλέξτε την διάταξη του πληκτρολογίου."
-#: standalone/keyboarddrake:33
+#: standalone/keyboarddrake:34
#, c-format
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Θέλετε το BackSpace να επιστρέφει Delete στην κονσόλα;"
-#: standalone/localedrake:60
+#: standalone/localedrake:38
+#, c-format
+msgid "LocaleDrake"
+msgstr "LocaleDrake"
+
+#: standalone/localedrake:67
#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr "Η αλλαγή έγινε, αλλά για να ισχύσει θα πρέπει να γίνει αποσύνδεση"
-#: standalone/logdrake:51
+#: standalone/logdrake:50
#, fuzzy, c-format
-msgid "Mandrake Tools Logs"
+msgid "Mandrakelinux Tools Logs"
msgstr "Επεξήγηση Εργαλείων της Mandrake"
-#: standalone/logdrake:52
+#: standalone/logdrake:51
#, fuzzy, c-format
msgid "Logdrake"
msgstr "logdrake"
-#: standalone/logdrake:65
+#: standalone/logdrake:64
#, c-format
msgid "Show only for the selected day"
msgstr "Εμφάνιση μόνο για την επιλεγμένη ημέρα"
-#: standalone/logdrake:72
+#: standalone/logdrake:71
#, c-format
msgid "/File/_New"
msgstr "/Αρχείο/_Νέο"
-#: standalone/logdrake:72
+#: standalone/logdrake:71
#, c-format
msgid "<control>N"
msgstr "<control>N"
-#: standalone/logdrake:73
+#: standalone/logdrake:72
#, c-format
msgid "/File/_Open"
msgstr "/Αρχείο/Ά_νοιγμα"
-#: standalone/logdrake:73
+#: standalone/logdrake:72
#, c-format
msgid "<control>O"
msgstr "<control>O"
-#: standalone/logdrake:74
+#: standalone/logdrake:73
#, c-format
msgid "/File/_Save"
msgstr "Αρχείο/Απο_θήκευση"
-#: standalone/logdrake:74
+#: standalone/logdrake:73
#, c-format
msgid "<control>S"
msgstr "<control>S"
-#: standalone/logdrake:75
+#: standalone/logdrake:74
#, c-format
msgid "/File/Save _As"
msgstr "/Αρχείο/Αποθήκευση _Ως"
-#: standalone/logdrake:76
+#: standalone/logdrake:75
#, c-format
msgid "/File/-"
msgstr "/Αρχείο/-"
-#: standalone/logdrake:79
+#: standalone/logdrake:78
#, c-format
msgid "/Options/Test"
msgstr "/Επιλογές/Τεστ"
-#: standalone/logdrake:81
+#: standalone/logdrake:80
#, c-format
msgid "/Help/_About..."
msgstr "/Βοήθεια/_Σχετικά με..."
-#: standalone/logdrake:110
+#: standalone/logdrake:109
#, c-format
msgid ""
"_:this is the auth.log log file\n"
"Authentication"
msgstr ""
-#: standalone/logdrake:111
+#: standalone/logdrake:110
#, c-format
msgid ""
"_:this is the user.log log file\n"
"User"
msgstr ""
-#: standalone/logdrake:112
+#: standalone/logdrake:111
#, c-format
msgid ""
"_:this is the /var/log/messages log file\n"
"Messages"
msgstr ""
-#: standalone/logdrake:113
+#: standalone/logdrake:112
#, c-format
msgid ""
"_:this is the /var/log/syslog log file\n"
"Syslog"
msgstr ""
-#: standalone/logdrake:117
+#: standalone/logdrake:116
#, c-format
msgid "search"
msgstr "αναζήτηση"
-#: standalone/logdrake:129
+#: standalone/logdrake:128
#, c-format
msgid "A tool to monitor your logs"
msgstr "Ένα εργαλείο για να βλέπετε τα log σας"
-#: standalone/logdrake:130 standalone/net_monitor:86
+#: standalone/logdrake:129 standalone/net_monitor:99
#, c-format
msgid "Settings"
msgstr "Ρυθμίσεις"
-#: standalone/logdrake:135
+#: standalone/logdrake:134
#, fuzzy, c-format
msgid "Matching"
msgstr "ταιριάζει"
-#: standalone/logdrake:136
+#: standalone/logdrake:135
#, c-format
msgid "but not matching"
msgstr "αλλά δεν ταιριάζει"
-#: standalone/logdrake:140
+#: standalone/logdrake:139
#, c-format
msgid "Choose file"
msgstr "Επιλέξτε ένα αρχείο"
-#: standalone/logdrake:149
+#: standalone/logdrake:148
#, c-format
msgid "Calendar"
msgstr "Ημερολόγιο"
-#: standalone/logdrake:159
+#: standalone/logdrake:158
#, c-format
msgid "Content of the file"
msgstr "Περιεχόμενο του αρχείου"
-#: standalone/logdrake:163 standalone/logdrake:429
+#: standalone/logdrake:162 standalone/logdrake:399
#, c-format
msgid "Mail alert"
msgstr "Ειδοποίηση Ταχυδρομείου"
-#: standalone/logdrake:170
+#: standalone/logdrake:169
#, c-format
-msgid "The alert wizard had unexpectly failled:"
+msgid "The alert wizard has failed unexpectedly:"
msgstr ""
#: standalone/logdrake:221
@@ -22279,62 +23303,57 @@ msgstr ""
msgid "please wait, parsing file: %s"
msgstr "παρακαλώ περιμένετε, επεξεργασία αρχείου: %s"
-#: standalone/logdrake:406
+#: standalone/logdrake:376
#, c-format
msgid "Apache World Wide Web Server"
msgstr "Εξυπηρετητής Apache World Wide Web"
-#: standalone/logdrake:407
+#: standalone/logdrake:377
#, c-format
msgid "Domain Name Resolver"
msgstr ""
-#: standalone/logdrake:408
+#: standalone/logdrake:378
#, c-format
msgid "Ftp Server"
msgstr "Διακομιστής Ftp"
-#: standalone/logdrake:409
+#: standalone/logdrake:379
#, c-format
msgid "Postfix Mail Server"
msgstr "Εξυπηρετητής Ταχυδρομείου Postfix"
-#: standalone/logdrake:410
+#: standalone/logdrake:380
#, c-format
msgid "Samba Server"
msgstr "Εξυπηρετητής Samba"
-#: standalone/logdrake:411
-#, c-format
-msgid "SSH Server"
-msgstr "Εξυπηρετητής SSH"
-
-#: standalone/logdrake:412
+#: standalone/logdrake:382
#, c-format
msgid "Webmin Service"
msgstr "Υπηρεσία Webmin"
-#: standalone/logdrake:413
+#: standalone/logdrake:383
#, c-format
msgid "Xinetd Service"
msgstr "Υπηρεσία Xinetd"
-#: standalone/logdrake:424
+#: standalone/logdrake:394
#, fuzzy, c-format
msgid "Configure the mail alert system"
msgstr "Αλλαγή συστήματος εκτύπωσης"
-#: standalone/logdrake:425
+#: standalone/logdrake:395
#, c-format
msgid "Stop the mail alert system"
msgstr ""
-#: standalone/logdrake:432
+#: standalone/logdrake:402
#, c-format
msgid "Mail alert configuration"
msgstr "Ρύθμιση ειδοποίησης Ταχυδρομείου"
-#: standalone/logdrake:433
+#: standalone/logdrake:403
#, c-format
msgid ""
"Welcome to the mail configuration utility.\n"
@@ -22345,17 +23364,17 @@ msgstr ""
"\n"
"Εδώ, θα μπορέσετε να ρυθμίσετε το σύστημα ειδοποίησης\n"
-#: standalone/logdrake:436
+#: standalone/logdrake:406
#, fuzzy, c-format
msgid "What do you want to do?"
msgstr "Πού θέλετε να συνδέσετε το %s;"
-#: standalone/logdrake:443
+#: standalone/logdrake:413
#, fuzzy, c-format
msgid "Services settings"
msgstr "Ρυθμίσεις υπηρεσίας"
-#: standalone/logdrake:444
+#: standalone/logdrake:414
#, c-format
msgid ""
"You will receive an alert if one of the selected services is no longer "
@@ -22364,50 +23383,50 @@ msgstr ""
"Θα λάβετε μια ειδοποίηση εάν μια από τις επιλεγμένες υπηρεσίες πάψει να "
"εκτελείται"
-#: standalone/logdrake:451
+#: standalone/logdrake:421
#, fuzzy, c-format
msgid "Load setting"
msgstr "Φόρτωση ρυθμίσεων"
-#: standalone/logdrake:452
+#: standalone/logdrake:422
#, c-format
msgid "You will receive an alert if the load is higher than this value"
msgstr ""
"Θα λάβετε μια ειδοποίηση εάν το φορτίο είναι μεγαλύτερο από αυτή την τιμή"
-#: standalone/logdrake:453
+#: standalone/logdrake:423
#, c-format
msgid ""
"_: load here is a noun, the load of the system\n"
"Load"
msgstr ""
-#: standalone/logdrake:458
+#: standalone/logdrake:428
#, fuzzy, c-format
msgid "Alert configuration"
msgstr "Ρύθμιση ειδοποιήσεων"
-#: standalone/logdrake:459
+#: standalone/logdrake:429
#, c-format
msgid "Please enter your email address below "
msgstr "Παρακαλώ εισάγετε την ηλεκτρονική σας διεύθυνση"
-#: standalone/logdrake:460
+#: standalone/logdrake:430
#, c-format
-msgid "and enter the name (or the IP) of the SMTP server you whish to use"
+msgid "and enter the name (or the IP) of the SMTP server you wish to use"
msgstr ""
-#: standalone/logdrake:479
+#: standalone/logdrake:449
#, c-format
msgid "The wizard successfully configured the mail alert."
msgstr ""
-#: standalone/logdrake:485
+#: standalone/logdrake:455
#, c-format
msgid "The wizard successfully disabled the mail alert."
msgstr ""
-#: standalone/logdrake:544
+#: standalone/logdrake:514
#, c-format
msgid "Save as.."
msgstr "Αποθήκευση Ως.."
@@ -22432,122 +23451,164 @@ msgstr "Mouse Systems"
msgid "Please test your mouse:"
msgstr "Παρακαλώ δοκιμάστε το ποντίκι"
-#: standalone/net_monitor:52 standalone/net_monitor:57
+#: standalone/net_applet:30
+#, fuzzy, c-format
+msgid "Network is up on interface %s"
+msgstr "Συσκευή δικτύου"
+
+#. -PO: keep the "Configure Network" substring synced with the "Configure Network" message below
+#: standalone/net_applet:38
+#, fuzzy, c-format
+msgid "Network is down on interface %s. Click on \"Configure Network\""
+msgstr "Η λειτουργικότητα του δικτύου δεν ρυθμίστηκε"
+
+#: standalone/net_applet:53 standalone/net_monitor:471
+#, c-format
+msgid "Connect %s"
+msgstr "Σύνδεση %s"
+
+#: standalone/net_applet:54 standalone/net_monitor:471
+#, c-format
+msgid "Disconnect %s"
+msgstr "Αποσύνδεση %s"
+
+#: standalone/net_applet:55
+#, fuzzy, c-format
+msgid "Monitor Network"
+msgstr "Επαναφορά μέσω δικτύου"
+
+#: standalone/net_applet:56
+#, fuzzy, c-format
+msgid "Configure Network"
+msgstr "Ρύθμιση δικτύου"
+
+#. -PO: "Refresh" is a button text and the translation has to be AS SHORT AS POSSIBLE
+#: standalone/net_applet:57 standalone/printerdrake:245
+#, c-format
+msgid "Refresh"
+msgstr "Ανανέωση"
+
+#: standalone/net_applet:58
+#, c-format
+msgid "Get Online Help"
+msgstr ""
+
+#: standalone/net_applet:158
+#, c-format
+msgid "Always launch on startup"
+msgstr ""
+
+#: standalone/net_monitor:61 standalone/net_monitor:66
#, c-format
msgid "Network Monitoring"
msgstr "Παρακολούθηση Δικτύου"
-#: standalone/net_monitor:92
+#: standalone/net_monitor:104
#, fuzzy, c-format
msgid "Global statistics"
msgstr "Στατιστικά"
-#: standalone/net_monitor:95
+#: standalone/net_monitor:107
#, c-format
msgid "Instantaneous"
msgstr ""
-#: standalone/net_monitor:95
+#: standalone/net_monitor:107
#, fuzzy, c-format
msgid "Average"
msgstr "μέσος όρος"
-#: standalone/net_monitor:96
+#: standalone/net_monitor:108
#, fuzzy, c-format
msgid ""
"Sending\n"
"speed:"
msgstr "Ταχύτητα Αποστολής:"
-#: standalone/net_monitor:97
+#: standalone/net_monitor:109
#, fuzzy, c-format
msgid ""
"Receiving\n"
"speed:"
msgstr "Ταχύτητα Λήψης:"
-#: standalone/net_monitor:100
+#: standalone/net_monitor:113
#, fuzzy, c-format
msgid ""
"Connection\n"
"time: "
msgstr "Ώρα Σύνδεσης: "
-#: standalone/net_monitor:122
+#: standalone/net_monitor:120
+#, c-format
+msgid "Use same scale for received and transmitted"
+msgstr ""
+
+#: standalone/net_monitor:139
#, c-format
msgid "Wait please, testing your connection..."
msgstr "Παρακαλώ περιμένετε, δοκιμάζεται η σύνδεση..."
-#: standalone/net_monitor:150 standalone/net_monitor:163
+#: standalone/net_monitor:188 standalone/net_monitor:201
#, fuzzy, c-format
msgid "Disconnecting from Internet "
msgstr "Αποσύνδεση από το Διαδίκτυο"
-#: standalone/net_monitor:150 standalone/net_monitor:163
+#: standalone/net_monitor:188 standalone/net_monitor:201
#, fuzzy, c-format
msgid "Connecting to Internet "
msgstr "Σύνδεση στο Διαδίκτυο"
-#: standalone/net_monitor:194
+#: standalone/net_monitor:232
#, fuzzy, c-format
msgid "Disconnection from Internet failed."
msgstr "Η αποσύνδεση από το διαδίκτυο απέτυχε."
-#: standalone/net_monitor:195
+#: standalone/net_monitor:233
#, fuzzy, c-format
msgid "Disconnection from Internet complete."
msgstr "Η αποσύνδεση από το Διαδίκτυο ολοκληρώθηκε."
-#: standalone/net_monitor:197
+#: standalone/net_monitor:235
#, c-format
msgid "Connection complete."
msgstr "Η σύνδεση έγινε."
-#: standalone/net_monitor:198
+#: standalone/net_monitor:236
#, c-format
msgid ""
"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+"Verify your configuration in the Mandrakelinux Control Center."
msgstr ""
"Η σύνδεση απέτυχε.\n"
-"Επαληθεύστε τις ρυθμίσεις σας στο Κέντρο Ελέγχου Mandrake."
+"Επαληθεύστε τις ρυθμίσεις σας στο Κέντρο Ελέγχου Mandrakelinux."
-#: standalone/net_monitor:299
+#: standalone/net_monitor:341
#, c-format
msgid "Color configuration"
msgstr "Ρύθμιση χρωμάτων"
-#: standalone/net_monitor:347 standalone/net_monitor:367
+#: standalone/net_monitor:389 standalone/net_monitor:409
#, c-format
msgid "sent: "
msgstr "αποστολή: "
-#: standalone/net_monitor:354 standalone/net_monitor:371
+#: standalone/net_monitor:396 standalone/net_monitor:413
#, c-format
msgid "received: "
msgstr "ληφθέντα:"
-#: standalone/net_monitor:361
+#: standalone/net_monitor:403
#, c-format
msgid "average"
msgstr "μέσος όρος"
-#: standalone/net_monitor:364
+#: standalone/net_monitor:406
#, c-format
msgid "Local measure"
msgstr "Τοπική μέτρηση"
-#: standalone/net_monitor:396
-#, c-format
-msgid "transmitted"
-msgstr "απεσταλμένα"
-
-#: standalone/net_monitor:397
-#, c-format
-msgid "received"
-msgstr "ληφθέντα"
-
-#: standalone/net_monitor:415
+#: standalone/net_monitor:464
#, c-format
msgid ""
"Warning, another internet connection has been detected, maybe using your "
@@ -22556,173 +23617,168 @@ msgstr ""
"Προσοχή ανιχνεύθηκε μια άλλη σύνδεση στο διαδίκτυο, που ίσως χρησιμοποιεί το "
"δίκτυό σας"
-#: standalone/net_monitor:421
-#, c-format
-msgid "Disconnect %s"
-msgstr "Αποσύνδεση %s"
-
-#: standalone/net_monitor:421
-#, c-format
-msgid "Connect %s"
-msgstr "Σύνδεση %s"
-
-#: standalone/net_monitor:426
+#: standalone/net_monitor:475
#, fuzzy, c-format
msgid "No internet connection configured"
msgstr "Ρύθμιση σύνδεσης Διαδικτύου"
-#: standalone/printerdrake:70
+#: standalone/printerdrake:69
#, fuzzy, c-format
msgid "Loading printer configuration... Please wait"
msgstr "Αλλαγή ρυθμίσεων εκτυπωτή"
-#: standalone/printerdrake:86
+#: standalone/printerdrake:85
#, c-format
msgid "Reading data of installed printers..."
msgstr "Ανάγνωση δεδομένων των εγκατεστημένων εκτυπωτών..."
-#: standalone/printerdrake:129
+#: standalone/printerdrake:134
#, fuzzy, c-format
msgid "%s Printer Management Tool"
msgstr "Κοινή χρήση εκτυπωτών"
-#: standalone/printerdrake:143 standalone/printerdrake:144
-#: standalone/printerdrake:145 standalone/printerdrake:153
-#: standalone/printerdrake:154 standalone/printerdrake:158
+#: standalone/printerdrake:148 standalone/printerdrake:149
+#: standalone/printerdrake:150 standalone/printerdrake:151
+#: standalone/printerdrake:159 standalone/printerdrake:160
+#: standalone/printerdrake:164
#, c-format
msgid "/_Actions"
msgstr "/_Ενέργειες"
-#: standalone/printerdrake:143
-#, fuzzy, c-format
+#: standalone/printerdrake:148 standalone/printerdrake:160
+#, c-format
+msgid "/_Add Printer"
+msgstr "/_Προσθήκη εκτυπωτή"
+
+#: standalone/printerdrake:149
+#, c-format
msgid "/Set as _Default"
-msgstr "εξ' ορισμού"
+msgstr "/Ορισμός ως ε_ξ ορισμού"
-#: standalone/printerdrake:144
+#: standalone/printerdrake:150
#, c-format
msgid "/_Edit"
msgstr "/_Επεξεργασία"
-#: standalone/printerdrake:145
+#: standalone/printerdrake:151
#, c-format
msgid "/_Delete"
msgstr "/_Διαγραφή"
-#: standalone/printerdrake:146
+#: standalone/printerdrake:152
#, c-format
msgid "/_Expert mode"
-msgstr ""
+msgstr "/_Για Προχωρημένους"
-#: standalone/printerdrake:151
+#: standalone/printerdrake:157
#, c-format
msgid "/_Refresh"
msgstr "/_Ανανέωση"
-#: standalone/printerdrake:154
-#, c-format
-msgid "/_Add Printer"
-msgstr ""
-
-#: standalone/printerdrake:158
+#: standalone/printerdrake:164
#, fuzzy, c-format
msgid "/_Configure CUPS"
msgstr "Ρύθμιση Χ"
-#: standalone/printerdrake:191
+#: standalone/printerdrake:197
#, c-format
msgid "Search:"
msgstr "Αναζήτηση:"
-#: standalone/printerdrake:194
+#: standalone/printerdrake:200
#, c-format
msgid "Apply filter"
msgstr "Εφαρμογή φίλτρου"
-#: standalone/printerdrake:212 standalone/printerdrake:219
+#: standalone/printerdrake:218 standalone/printerdrake:225
#, c-format
msgid "Def."
msgstr ""
-#: standalone/printerdrake:212 standalone/printerdrake:219
+#: standalone/printerdrake:218 standalone/printerdrake:225
#, fuzzy, c-format
msgid "Printer Name"
msgstr "Όνομα Ουράς Εκτυπωτή"
-#: standalone/printerdrake:212
+#: standalone/printerdrake:218
#, fuzzy, c-format
msgid "Connection Type"
msgstr "Τύπος Σύνδεσης :"
-#: standalone/printerdrake:219
+#: standalone/printerdrake:225
#, fuzzy, c-format
msgid "Server Name"
msgstr "Όνομα Διακομιστή:"
#. -PO: "Add Printer" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:227
+#: standalone/printerdrake:233
#, fuzzy, c-format
msgid "Add Printer"
msgstr "Εκτυπωτής"
-#: standalone/printerdrake:227
+#: standalone/printerdrake:233
#, fuzzy, c-format
msgid "Add a new printer to the system"
msgstr "Προσθήκη μιας ομάδας"
#. -PO: "Set as default" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:230
+#: standalone/printerdrake:236
#, fuzzy, c-format
msgid "Set as default"
msgstr "εξ' ορισμού"
-#: standalone/printerdrake:230
+#: standalone/printerdrake:236
#, fuzzy, c-format
msgid "Set selected printer as the default printer"
msgstr "Ορισμός αυτού του εκτυπωτή ως προεπιλεγμένου"
-#: standalone/printerdrake:233
+#: standalone/printerdrake:239
#, fuzzy, c-format
msgid "Edit selected printer"
msgstr "Επεξεργασία επιλεγμένου εξυπηρετητή"
-#: standalone/printerdrake:236
+#: standalone/printerdrake:242
#, fuzzy, c-format
msgid "Delete selected printer"
msgstr "Διαγραφή επιλεγμένου κανόνα"
-#. -PO: "Refresh" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:239
-#, c-format
-msgid "Refresh"
-msgstr "Ανανέωση"
-
-#: standalone/printerdrake:239
+#: standalone/printerdrake:245
#, c-format
msgid "Refresh the list"
msgstr "Ανανέωση της λίστας"
#. -PO: "Configure CUPS" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:242
+#: standalone/printerdrake:248
#, fuzzy, c-format
msgid "Configure CUPS"
msgstr "Ρύθμιση Χ"
-#: standalone/printerdrake:242
+#: standalone/printerdrake:248
#, fuzzy, c-format
msgid "Configure CUPS printing system"
msgstr "Αλλαγή συστήματος εκτύπωσης"
-#: standalone/printerdrake:528
+#: standalone/printerdrake:309 standalone/printerdrake:347
+#, fuzzy, c-format
+msgid "Enabled"
+msgstr "ενεργοποίηση"
+
+#: standalone/printerdrake:310 standalone/printerdrake:348
+#, fuzzy, c-format
+msgid "Disabled"
+msgstr "απενεργοποίηση"
+
+#: standalone/printerdrake:572
#, c-format
msgid "Authors: "
msgstr "Δημιουργοί: "
-#: standalone/printerdrake:534
+#: standalone/printerdrake:578
#, fuzzy, c-format
msgid "Printer Management \n"
msgstr "Κοινή χρήση εκτυπωτών"
-#: standalone/scannerdrake:50
+#: standalone/scannerdrake:51
#, fuzzy, c-format
msgid ""
"SANE packages need to be installed to use scanners.\n"
@@ -22730,177 +23786,166 @@ msgid ""
"Do you want to install the SANE packages?"
msgstr "Το πακέτο %s πρέπει να αναβαθμιστεί. Θέλετε να το εγκαταστήσετε;"
-#: standalone/scannerdrake:54
+#: standalone/scannerdrake:55
#, fuzzy, c-format
msgid "Aborting Scannerdrake."
msgstr "Scannerdrake"
-#: standalone/scannerdrake:59
+#: standalone/scannerdrake:60
#, c-format
msgid ""
"Could not install the packages needed to set up a scanner with Scannerdrake."
msgstr ""
-#: standalone/scannerdrake:60
+#: standalone/scannerdrake:61
#, c-format
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:66 standalone/scannerdrake:464
+#: standalone/scannerdrake:67 standalone/scannerdrake:460
#, c-format
-msgid "Searching for configured scanners ..."
+msgid "Searching for configured scanners..."
msgstr "Γίνεται αναζήτηση για ρυθμισμένους σαρωτές ..."
-#: standalone/scannerdrake:70 standalone/scannerdrake:468
+#: standalone/scannerdrake:71 standalone/scannerdrake:464
#, c-format
-msgid "Searching for new scanners ..."
+msgid "Searching for new scanners..."
msgstr "Γίνεται αναζήτηση για νέους σαρωτές ..."
-#: standalone/scannerdrake:78 standalone/scannerdrake:490
+#: standalone/scannerdrake:79 standalone/scannerdrake:486
#, c-format
-msgid "Re-generating list of configured scanners ..."
+msgid "Re-generating list of configured scanners..."
msgstr "Επαναδημιουργία λίστας με τους ρυθμισμένους σαρωτές ..."
-#: standalone/scannerdrake:100 standalone/scannerdrake:141
-#: standalone/scannerdrake:155
+#: standalone/scannerdrake:101 standalone/scannerdrake:142
#, fuzzy, c-format
msgid "The %s is not supported by this version of %s."
msgstr "Το %s δεν υποστηρίζεται από αυτή την έκδοση του Mandrakelinux."
-#: standalone/scannerdrake:103
+#: standalone/scannerdrake:104
#, c-format
msgid "%s found on %s, configure it automatically?"
msgstr "Το %s βρέθηκε στο %s,να ρυθμιστεί αυτόματα;"
-#: standalone/scannerdrake:115
+#: standalone/scannerdrake:116
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
"το %s δεν είναι στη βάση δεδομένων των σαρωτών, να ρυθμιστεί χειροκίνητα;"
-#: standalone/scannerdrake:130
+#: standalone/scannerdrake:131
#, c-format
msgid "Select a scanner model"
msgstr "Επιλέξτε ένα μοντέλο σαρωτή"
-#: standalone/scannerdrake:131
+#: standalone/scannerdrake:132
#, c-format
msgid " ("
msgstr " ("
-#: standalone/scannerdrake:132
+#: standalone/scannerdrake:133
#, c-format
msgid "Detected model: %s"
msgstr "Βρέθηκε το μοντέλο: %s"
-#: standalone/scannerdrake:134
-#, c-format
-msgid ", "
-msgstr ", "
-
-#: standalone/scannerdrake:135
+#: standalone/scannerdrake:136
#, c-format
msgid "Port: %s"
msgstr "Θύρα: %s"
-#: standalone/scannerdrake:161
-#, c-format
-msgid "The %s is not known by this version of Scannerdrake."
-msgstr "Το %s δεν είναι γνωστό από αυτή την έκδοση του Scannerdrake."
-
-#: standalone/scannerdrake:169 standalone/scannerdrake:183
+#: standalone/scannerdrake:165 standalone/scannerdrake:179
#, c-format
msgid "Do not install firmware file"
msgstr ""
-#: standalone/scannerdrake:173 standalone/scannerdrake:225
+#: standalone/scannerdrake:169 standalone/scannerdrake:221
#, c-format
msgid ""
"It is possible that your %s needs its firmware to be uploaded everytime when "
"it is turned on."
msgstr ""
-#: standalone/scannerdrake:174 standalone/scannerdrake:226
+#: standalone/scannerdrake:170 standalone/scannerdrake:222
#, c-format
msgid "If this is the case, you can make this be done automatically."
msgstr ""
-#: standalone/scannerdrake:175 standalone/scannerdrake:229
+#: standalone/scannerdrake:171 standalone/scannerdrake:225
#, c-format
msgid ""
"To do so, you need to supply the firmware file for your scanner so that it "
"can be installed."
msgstr ""
-#: standalone/scannerdrake:176 standalone/scannerdrake:230
+#: standalone/scannerdrake:172 standalone/scannerdrake:226
#, c-format
msgid ""
"You find the file on the CD or floppy coming with the scanner, on the "
"manufacturer's home page, or on your Windows partition."
msgstr ""
-#: standalone/scannerdrake:178 standalone/scannerdrake:237
+#: standalone/scannerdrake:174 standalone/scannerdrake:233
#, c-format
msgid "Install firmware file from"
msgstr ""
-#: standalone/scannerdrake:198
+#: standalone/scannerdrake:194
#, fuzzy, c-format
msgid "Select firmware file"
msgstr "Επιλέξτε αρχείο"
-#: standalone/scannerdrake:201 standalone/scannerdrake:260
+#: standalone/scannerdrake:197 standalone/scannerdrake:256
#, c-format
msgid "The firmware file %s does not exist or is unreadable!"
msgstr ""
-#: standalone/scannerdrake:224
+#: standalone/scannerdrake:220
#, c-format
msgid ""
"It is possible that your scanners need their firmware to be uploaded "
"everytime when they are turned on."
msgstr ""
-#: standalone/scannerdrake:228
+#: standalone/scannerdrake:224
#, c-format
msgid ""
"To do so, you need to supply the firmware files for your scanners so that it "
"can be installed."
msgstr ""
-#: standalone/scannerdrake:231
+#: standalone/scannerdrake:227
#, c-format
msgid ""
"If you have already installed your scanner's firmware you can update the "
"firmware here by supplying the new firmware file."
msgstr ""
-#: standalone/scannerdrake:233
+#: standalone/scannerdrake:229
#, c-format
msgid "Install firmware for the"
msgstr ""
-#: standalone/scannerdrake:256
+#: standalone/scannerdrake:252
#, fuzzy, c-format
msgid "Select firmware file for the %s"
msgstr "Επιλέξτε αρχείο"
-#: standalone/scannerdrake:274
+#: standalone/scannerdrake:270
#, fuzzy, c-format
msgid "Could not install the firmware file for the %s!"
msgstr "Επιλέξτε αρχείο"
-#: standalone/scannerdrake:287
+#: standalone/scannerdrake:283
#, c-format
msgid "The firmware file for your %s was successfully installed."
msgstr ""
-#: standalone/scannerdrake:297
+#: standalone/scannerdrake:293
#, c-format
msgid "The %s is unsupported"
msgstr "Το %s δεν υποστηρίζεται"
-#: standalone/scannerdrake:302
+#: standalone/scannerdrake:298
#, fuzzy, c-format
msgid ""
"The %s must be configured by printerdrake.\n"
@@ -22910,34 +23955,34 @@ msgstr ""
"Μπορείτε να εκκινήσετε το printerdrake από το Κέντρο Ελέγχου Mandrake από το "
"τμήμα Υλικό."
-#: standalone/scannerdrake:306 standalone/scannerdrake:313
-#: standalone/scannerdrake:343
+#: standalone/scannerdrake:302 standalone/scannerdrake:309
+#: standalone/scannerdrake:339
#, c-format
msgid "Auto-detect available ports"
msgstr "Διαθέσιμες θύρες αυτόματου εντοπισμού"
-#: standalone/scannerdrake:308 standalone/scannerdrake:354
+#: standalone/scannerdrake:304 standalone/scannerdrake:350
#, c-format
msgid "Please select the device where your %s is attached"
msgstr "Παρακαλώ επιλέξτε την συσκευή στην οποία είναι συνδεμένο το %s"
-#: standalone/scannerdrake:309
+#: standalone/scannerdrake:305
#, c-format
msgid "(Note: Parallel ports cannot be auto-detected)"
msgstr ""
"(Σημείωση: Στις παράλληλες θύρες δεν μπορεί να γίνει αυτόματος εντοπισμός)"
-#: standalone/scannerdrake:311 standalone/scannerdrake:356
+#: standalone/scannerdrake:307 standalone/scannerdrake:352
#, c-format
msgid "choose device"
msgstr "Επιλέξτε συσκευή"
-#: standalone/scannerdrake:345
+#: standalone/scannerdrake:341
#, c-format
-msgid "Searching for scanners ..."
+msgid "Searching for scanners..."
msgstr "Γίνεται αναζήτηση για σαρωτές ..."
-#: standalone/scannerdrake:380
+#: standalone/scannerdrake:376
#, fuzzy, c-format
msgid ""
"Your %s has been configured.\n"
@@ -22948,7 +23993,7 @@ msgstr ""
"Μπορείτε τώρα να σαρώσετε έγγραφα με το \"XSane\" από το Πολυμέσα/Γραφικά "
"από μενού εφαρμογών."
-#: standalone/scannerdrake:404
+#: standalone/scannerdrake:400
#, c-format
msgid ""
"The following scanners\n"
@@ -22961,7 +24006,7 @@ msgstr ""
"%s\n"
"είναι διαθέσιμοι στο σύστημά σας\n"
-#: standalone/scannerdrake:405
+#: standalone/scannerdrake:401
#, c-format
msgid ""
"The following scanner\n"
@@ -22974,42 +24019,42 @@ msgstr ""
"%s\n"
"είναι διαθέσιμος στο σύστημά σας\n"
-#: standalone/scannerdrake:408 standalone/scannerdrake:411
+#: standalone/scannerdrake:404 standalone/scannerdrake:407
#, c-format
msgid "There are no scanners found which are available on your system.\n"
msgstr "Δεν βρέθηκαν σαρωτές που να είναι διαθέσιμοι στο σύστημά σας.\n"
-#: standalone/scannerdrake:425
+#: standalone/scannerdrake:421
#, c-format
msgid "Search for new scanners"
msgstr "Αναζήτηση για νέους σαρωτές"
-#: standalone/scannerdrake:431
+#: standalone/scannerdrake:427
#, c-format
msgid "Add a scanner manually"
msgstr "Προσθήκη σαρωτή χειροκίνητα"
-#: standalone/scannerdrake:438
+#: standalone/scannerdrake:434
#, fuzzy, c-format
msgid "Install/Update firmware files"
msgstr "Επιλέξτε αρχείο"
-#: standalone/scannerdrake:444
+#: standalone/scannerdrake:440
#, c-format
msgid "Scanner sharing"
msgstr "Κοινή χρήση σαρωτών"
-#: standalone/scannerdrake:503 standalone/scannerdrake:668
+#: standalone/scannerdrake:499 standalone/scannerdrake:664
#, c-format
msgid "All remote machines"
msgstr "Όλα τα απομακρυσμένα μηχανήματα"
-#: standalone/scannerdrake:515 standalone/scannerdrake:818
+#: standalone/scannerdrake:511 standalone/scannerdrake:814
#, c-format
msgid "This machine"
msgstr "Αυτό το μηχάνημα"
-#: standalone/scannerdrake:555
+#: standalone/scannerdrake:551
#, c-format
msgid ""
"Here you can choose whether the scanners connected to this machine should be "
@@ -23018,7 +24063,7 @@ msgstr ""
"Εδώ μπορείτε να επιλέξετε αν οι συνδεμένοι σαρωτές αυτού το μηχανήματος θα "
"είναι προσβάσιμοι από απομακρυσμένα μηχανήματα και από ποια."
-#: standalone/scannerdrake:556
+#: standalone/scannerdrake:552
#, c-format
msgid ""
"You can also decide here whether scanners on remote machines should be made "
@@ -23027,34 +24072,34 @@ msgstr ""
"Επίσης εδώ μπορείτε να ορίσετε αν σαρωτές που βρίσκονται σε απομακρυσμένα "
"μηχανήματα θα είναι διαθέσιμα σε αυτό το μηχάνημα."
-#: standalone/scannerdrake:559
+#: standalone/scannerdrake:555
#, c-format
msgid "The scanners on this machine are available to other computers"
msgstr ""
"Οι σαρωτές αυτού του μηχανήματος είναι διαθέσιμοι σε άλλους υπολογιστές"
-#: standalone/scannerdrake:561
+#: standalone/scannerdrake:557
#, c-format
msgid "Scanner sharing to hosts: "
msgstr "Κοινόχρηστοι σαρωτές στους υπολογιστές: "
-#: standalone/scannerdrake:575
+#: standalone/scannerdrake:571
#, c-format
msgid "Use scanners on remote computers"
msgstr "Χρήση σαρωτών σε απομακρυσμένους υπολογιστές"
-#: standalone/scannerdrake:578
+#: standalone/scannerdrake:574
#, c-format
msgid "Use the scanners on hosts: "
msgstr "Χρήση των σαρωτών στους υπολογιστές:"
-#: standalone/scannerdrake:605 standalone/scannerdrake:677
-#: standalone/scannerdrake:827
+#: standalone/scannerdrake:601 standalone/scannerdrake:673
+#: standalone/scannerdrake:823
#, c-format
msgid "Sharing of local scanners"
msgstr "Κοινή χρήση τοπικών σαρωτών"
-#: standalone/scannerdrake:606
+#: standalone/scannerdrake:602
#, c-format
msgid ""
"These are the machines on which the locally connected scanner(s) should be "
@@ -23063,58 +24108,58 @@ msgstr ""
"Αυτά είναι τα μηχανήματα όπου οι τοπικά συνδεμένοι σαρωτές(ης) πρέπει να "
"είναι διαθέσιμοι:"
-#: standalone/scannerdrake:617 standalone/scannerdrake:767
+#: standalone/scannerdrake:613 standalone/scannerdrake:763
#, c-format
msgid "Add host"
msgstr "Προσθήκη υπολογιστή"
-#: standalone/scannerdrake:623 standalone/scannerdrake:773
+#: standalone/scannerdrake:619 standalone/scannerdrake:769
#, c-format
msgid "Edit selected host"
msgstr "Επεξεργασία επιλεγμένου υπολογιστή"
-#: standalone/scannerdrake:632 standalone/scannerdrake:782
+#: standalone/scannerdrake:628 standalone/scannerdrake:778
#, c-format
msgid "Remove selected host"
msgstr "Αφαίρεση επιλεγμένου υπολογιστή"
-#: standalone/scannerdrake:656 standalone/scannerdrake:664
-#: standalone/scannerdrake:669 standalone/scannerdrake:715
-#: standalone/scannerdrake:806 standalone/scannerdrake:814
-#: standalone/scannerdrake:819 standalone/scannerdrake:865
+#: standalone/scannerdrake:652 standalone/scannerdrake:660
+#: standalone/scannerdrake:665 standalone/scannerdrake:711
+#: standalone/scannerdrake:802 standalone/scannerdrake:810
+#: standalone/scannerdrake:815 standalone/scannerdrake:861
#, c-format
msgid "Name/IP address of host:"
msgstr "Όνομα/IP διεύθυνση του υπολογιστή:"
-#: standalone/scannerdrake:678 standalone/scannerdrake:828
+#: standalone/scannerdrake:674 standalone/scannerdrake:824
#, c-format
msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
"Επιλέξτε τον υπολογιστή του οποίου οι τοπικοί σαρωτές θα γίνουν διαθέσιμοι:"
-#: standalone/scannerdrake:689 standalone/scannerdrake:839
+#: standalone/scannerdrake:685 standalone/scannerdrake:835
#, c-format
msgid "You must enter a host name or an IP address.\n"
msgstr "Πρέπει να ορίστε τον δικτυακό όνομα ή την IP διεύθυνση.\n"
-#: standalone/scannerdrake:700 standalone/scannerdrake:850
+#: standalone/scannerdrake:696 standalone/scannerdrake:846
#, c-format
msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
"Ο υπολογιστής είναί ήδη στη λίστα, δεν μπορείτε να τον προσθέσετε ξανά.\n"
-#: standalone/scannerdrake:755
+#: standalone/scannerdrake:751
#, c-format
msgid "Usage of remote scanners"
msgstr "Χρήση των απομακρυσμένων σαρωτών"
-#: standalone/scannerdrake:756
+#: standalone/scannerdrake:752
#, c-format
msgid "These are the machines from which the scanners should be used:"
msgstr ""
"Αυτά είναι τα μηχανήματα από όπου οι σαρωτές θα πρέπει να χρησιμοποιηθούν:"
-#: standalone/scannerdrake:913
+#: standalone/scannerdrake:909
#, fuzzy, c-format
msgid ""
"saned needs to be installed to share the local scanner(s).\n"
@@ -23122,32 +24167,32 @@ msgid ""
"Do you want to install the saned package?"
msgstr "Το πακέτο %s πρέπει να αναβαθμιστεί. Θέλετε να το εγκαταστήσετε;"
-#: standalone/scannerdrake:917 standalone/scannerdrake:921
+#: standalone/scannerdrake:913 standalone/scannerdrake:917
#, c-format
msgid "Your scanner(s) will not be available on the network."
msgstr ""
-#: standalone/service_harddrake:62
+#: standalone/service_harddrake:104
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Ορισμένες συσκευές στο τμήμα υλικού \"%s\" αφαιρέθηκαν:\n"
-#: standalone/service_harddrake:63
+#: standalone/service_harddrake:105
#, c-format
msgid "- %s was removed\n"
msgstr ""
-#: standalone/service_harddrake:66
+#: standalone/service_harddrake:108
#, fuzzy, c-format
msgid "Some devices were added: %s\n"
msgstr "Ορισμένες συσκευές προστέθηκαν:\n"
-#: standalone/service_harddrake:67
+#: standalone/service_harddrake:109
#, c-format
msgid "- %s was added\n"
msgstr ""
-#: standalone/service_harddrake:126
+#: standalone/service_harddrake:199
#, c-format
msgid "Hardware probing in progress"
msgstr "Ανίχνευση υλικού σε εξέλιξη"
@@ -23159,7 +24204,7 @@ msgstr ""
#: standalone/service_harddrake_confirm:8
#, fuzzy, c-format
-msgid "Do you want to run the appropriate config tool ?"
+msgid "Do you want to run the appropriate config tool?"
msgstr "Θέλετε να δοκιμάσετε τις ρυθμίσεις;"
#: steps.pm:14
@@ -23252,22 +24297,22 @@ msgstr "Αναβαθμίσεις"
msgid "Exit install"
msgstr "Έξοδος"
-#: ugtk2.pm:1084
+#: ugtk2.pm:1122
#, c-format
msgid "Is this correct?"
msgstr "Σωστό;"
-#: ugtk2.pm:1212
+#: ugtk2.pm:1250
#, c-format
msgid "Expand Tree"
msgstr "Ανάπτυξη δέντρου"
-#: ugtk2.pm:1213
+#: ugtk2.pm:1251
#, c-format
msgid "Collapse Tree"
msgstr "Σύμπτυξη δέντρου"
-#: ugtk2.pm:1214
+#: ugtk2.pm:1252
#, c-format
msgid "Toggle between flat and group sorted"
msgstr "Εναλλαγή μεταξύ επίπεδης και ομαδικής ταξινόμησης"
@@ -23286,165 +24331,409 @@ msgstr ""
msgid "Installation failed"
msgstr "Η εγκατάσταση θέματος απέτυχε!"
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Σταθμός Εργασίας Γραφείου"
+#~ msgid "OK"
+#~ msgstr "Εντάξει"
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Εργαλεία γραφείου: Επεξεργαστές κειμένου(kword, abiword), λογιστικά φύλλα "
-"(kspread, gnumeric), αρχεία pdf κλπ"
+#~ msgid ""
+#~ "The following options can be set to customize your\n"
+#~ "system security. If you need an explanation, look at the help tooltip.\n"
+#~ msgstr ""
+#~ "Οι παρακάτω επιλογές ασφαλείας μπορούν να επιλεγούν\n"
+#~ "για την προσαρμογή της ασφάλειας. Για επεξηγήσεις δείτε την βοήθεια.\n"
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Σταθμός παιχνιδιών"
+#~ msgid "The %s is not known by this version of Scannerdrake."
+#~ msgstr "Το %s δεν είναι γνωστό από αυτή την έκδοση του Scannerdrake."
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Διασκέδαση (παιχνίδια)"
+#~ msgid "Czech (QWERTZ)"
+#~ msgstr "Τσέχικο (QWERTZ)"
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Σταθμός πολυμέσων"
+#~ msgid "German"
+#~ msgstr "Γερμανικό"
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Προγράμματα αναπαραγωγής και διαχείρισης video και ήχου"
+#~ msgid "Dvorak"
+#~ msgstr "Dvorak"
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Σταθμός Διαδικτύου"
+#~ msgid "Spanish"
+#~ msgstr "Ισπανικό"
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid ""
-"Set of tools to read and send mail and news (mutt, tin..) and to browse the "
-"Web"
-msgstr ""
-"Εργαλεία για αποστολή και λήψη αλληλογραφίας και ειδήσεων (pine, mutt, "
-"tin...) και περιήγηση στο Διαδίκτυο"
+#~ msgid "Finnish"
+#~ msgstr "Φινλανδικό"
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Υπολογιστής Δικτύου (πελάτης)"
+#~ msgid "French"
+#~ msgstr "Γαλλικό"
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Πελάτες για διαφορετικά πρωτόκολλα συμπεριλαμβανομένου του ssh"
+#~ msgid "Norwegian"
+#~ msgstr "Νορβηγικό"
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Ρύθμιση"
+#~ msgid "Polish"
+#~ msgstr "Πολωνικό"
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Εργαλεία για διευκόλυνση της ρύθμισης του υπολογιστή σας"
+#~ msgid "Russian"
+#~ msgstr "Ρωσικό"
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Εργαλεία Κονσόλας"
+#~ msgid "Swedish"
+#~ msgstr "Σουηδικό"
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Επεξεργαστές κειμένου, κελύφη, εργαλεία αρχείων, τερματικά"
+#~ msgid "Albanian"
+#~ msgstr "Αλβανικό"
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Σταθμός εργασίας KDE"
+#~ msgid "Armenian (old)"
+#~ msgstr "Αρμενικό (παλιό)"
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr "Το περιβάλλον γραφείου KDE με μια συλλογή συνοδευτικών εργαλείων"
+#~ msgid "Armenian (typewriter)"
+#~ msgstr "Αρμενικό (γραφομηχανή)"
-#: ../../share/compssUsers:999
-msgid "GNOME Workstation"
-msgstr "Σταθμός Εργασίας Gnome"
+#~ msgid "Armenian (phonetic)"
+#~ msgstr "Αρμενικό (φωνητικό)"
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr "Γραφικό περιβάλλον με φιλικά εργαλεία και εφαρμογές"
+#~ msgid "Arabic"
+#~ msgstr "Αραβικό"
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Άλλα γραφικά περιβάλλοντα"
+#~ msgid "Azerbaidjani (latin)"
+#~ msgstr "Αζερμπαϊτζάν (Λατινικό)"
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, κλπ"
+#~ msgid "Belgian"
+#~ msgstr "Βελγικό"
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Βιβλιοθήκες ανάπτυξης C και C++, προγράμματα και άλλα αρχεία"
+#~ msgid "Bengali"
+#~ msgstr "Βεγγαλικό"
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Τεκμηρίωση"
+#~ msgid "Bulgarian (phonetic)"
+#~ msgstr "Βουλγαρικό (φωνητικό)"
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Βιβλία και οδηγοί για το Linux και το Ελεύθερο Λογισμικό"
+#~ msgid "Bulgarian (BDS)"
+#~ msgstr "Βουλγαρικό (BDS)"
-#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr "LSB"
+#~ msgid "Brazilian (ABNT-2)"
+#~ msgstr "Βραζιλιάνικο (ABNT-2)"
-#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr "Linux Standard Base. Υποστήριξη εφαρμογών τρίτων"
+#~ msgid "Bosnian"
+#~ msgstr "Βοσνίας"
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
+#~ msgid "Belarusian"
+#~ msgstr "Λευκορωσίας"
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
+#~ msgid "Swiss (German layout)"
+#~ msgstr "Ελβετικό (Γερμανική διάταξη)"
-#: ../../share/compssUsers:999
-msgid "Mail"
-msgstr "Ταχυδρομείο"
+#~ msgid "Swiss (French layout)"
+#~ msgstr "Ελβετικό (Γαλλική διάταξη)"
-#: ../../share/compssUsers:999
-msgid "Postfix mail server"
-msgstr "Εξυπηρετητής ταχυδρομείου Postfix"
+#~ msgid "Czech (QWERTY)"
+#~ msgstr "Τσέχικο (QWERTY)"
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Βάση Δεδομένων"
+#~ msgid "German (no dead keys)"
+#~ msgstr "Γερμανικό (χωρίς νεκρά πλήκτρα)"
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Εξυπηρετητής βάσης δεδομένων PostgreSQL ή MySQL"
+#~ msgid "Devanagari"
+#~ msgstr "Δεβαναγαρικό"
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Τοίχος Προστασίας/Δρομολογητής"
+#~ msgid "Danish"
+#~ msgstr "Δανικό"
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Πύλη Διαδικτύου"
+#~ msgid "Dvorak (US)"
+#~ msgstr "Dvorak (ΗΠΑ)"
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Εξυπηρετητής δικτύου"
+#~ msgid "Dvorak (Norwegian)"
+#~ msgstr "Dvorak (Νορβηγικό)"
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-"εξυπηρετητής NFS, εξυπηρετητής SMB, εξυπηρετητής Proxy, εξυπηρετητής ssh"
+#~ msgid "Dvorak (Swedish)"
+#~ msgstr "Dvorak (Σουηδικό)"
-#: ../../share/compssUsers:999
-msgid "Set of tools to read and send mail and news and to browse the Web"
-msgstr ""
-"Σετ εργαλείων για την αποστολή και λήψη αλληλογραφίας, ειδήσεων και "
-"περιήγηση στο Διαδίκτυο"
+#~ msgid "Estonian"
+#~ msgstr "Εσθονικό"
+
+#~ msgid "Georgian (\"Russian\" layout)"
+#~ msgstr "Γεωργία (\"Ρώσικη\" διάταξη)"
+
+#~ msgid "Georgian (\"Latin\" layout)"
+#~ msgstr "Γεωργία (\"Λατινική\" διάταξη)"
+
+#~ msgid "Greek"
+#~ msgstr "Ελληνικό"
+
+#~ msgid "Gujarati"
+#~ msgstr "Γκουτζαρατικό"
+
+#~ msgid "Gurmukhi"
+#~ msgstr "Γκουρμούκι"
+
+#~ msgid "Hungarian"
+#~ msgstr "Ουγγρικό"
+
+#~ msgid "Croatian"
+#~ msgstr "Κροατικό"
+
+#~ msgid "Israeli"
+#~ msgstr "Ισραήλ"
+
+#~ msgid "Israeli (Phonetic)"
+#~ msgstr "Ισραήλ (φωνητικό)"
+
+#~ msgid "Iranian"
+#~ msgstr "Ιρανικό"
+
+#~ msgid "Icelandic"
+#~ msgstr "Ισλανδικό"
+
+#~ msgid "Italian"
+#~ msgstr "Ιταλικό"
+
+#~ msgid "Japanese 106 keys"
+#~ msgstr "Ιαπωνικό 106 πλήκτρων"
+
+#~ msgid "Korean keyboard"
+#~ msgstr "Κορεάτικο Πληκτρολόγιο"
+
+#~ msgid "Latin American"
+#~ msgstr "Λατινικής Αμερικής"
+
+#~ msgid "Lithuanian AZERTY (old)"
+#~ msgstr "Λιθουανικό AZERTY (παλιό)"
+
+#~ msgid "Lithuanian AZERTY (new)"
+#~ msgstr "Λιθουανικό AZERTY (νέο)"
+
+#~ msgid "Lithuanian \"number row\" QWERTY"
+#~ msgstr "Λιθουανικό \"number row\" QWERTY"
+
+#~ msgid "Lithuanian \"phonetic\" QWERTY"
+#~ msgstr "Λιθουανικό \"φωνητικό\" QWERTY"
+
+#~ msgid "Latvian"
+#~ msgstr "Λετονικό"
+
+#~ msgid "Malayalam"
+#~ msgstr "Μαλαγιαλαμικό"
+
+#~ msgid "Macedonian"
+#~ msgstr "Μακεδονικό Π.Γ Δ."
+
+#~ msgid "Mongolian (cyrillic)"
+#~ msgstr "Μογγολικό (Κυριλλική)"
+
+#~ msgid "Dutch"
+#~ msgstr "Ολλανδικό"
+
+#~ msgid "Polish (qwerty layout)"
+#~ msgstr "Πολωνικό (διάταξη qwerty)"
+
+#~ msgid "Polish (qwertz layout)"
+#~ msgstr "Πολωνικό (διάταξη qwertz)"
+
+#~ msgid "Portuguese"
+#~ msgstr "Πορτογαλικό"
+
+#~ msgid "Canadian (Quebec)"
+#~ msgstr "Καναδικό (Κεμπέκ)"
+
+#~ msgid "Romanian (qwertz)"
+#~ msgstr "Ρουμανικό (qwertz)"
+
+#~ msgid "Romanian (qwerty)"
+#~ msgstr "Ρουμανικό (qwerty)"
+
+#~ msgid "Russian (Phonetic)"
+#~ msgstr "Ρωσικό (φωνητικό)"
+
+#~ msgid "Slovenian"
+#~ msgstr "Σλοβενίας"
+
+#~ msgid "Slovakian (QWERTZ)"
+#~ msgstr "Σλοβακίας (QWERTZ)"
+
+#~ msgid "Slovakian (QWERTY)"
+#~ msgstr "Σλοβακίας (QWERTY)"
+
+#~ msgid "Serbian (cyrillic)"
+#~ msgstr "Σέρβικο (κυριλλικό)"
+
+#~ msgid "Tamil (ISCII-layout)"
+#~ msgstr "Ταμιλικό (διάταξη ISCII)"
+
+#~ msgid "Tamil (Typewriter-layout)"
+#~ msgstr "Ταμιλικό (διάταξη γραφομηχανή)"
+
+#~ msgid "Thai keyboard"
+#~ msgstr "Ταϊλανδέζικο"
+
+#~ msgid "Turkish (traditional \"F\" model)"
+#~ msgstr "Τουρκικό (παραδοσιακό \"F\" μοντέλο)"
+
+#~ msgid "Turkish (modern \"Q\" model)"
+#~ msgstr "Τουρκικό (μοντέρνο \"Q\" μοντέλο)"
+
+#~ msgid "Ukrainian"
+#~ msgstr "Ουκρανικό"
+
+#~ msgid "Vietnamese \"numeric row\" QWERTY"
+#~ msgstr "Βιετνάμ \"numeric row\" QWERTY"
+
+#~ msgid "Yugoslavian (latin)"
+#~ msgstr "Γιουγκοσλαβικό (λατινικό)"
+
+#~ msgid "Enable multiple profiles"
+#~ msgstr "Ενεργοποίηση πολλαπλών προφίλ"
+
+#~ msgid ""
+#~ "You now have the opportunity to download updated packages. These "
+#~ "packages\n"
+#~ "have been updated after the distribution was released. They may\n"
+#~ "contain security or bug fixes.\n"
+#~ "\n"
+#~ "To download these packages, you will need to have a working Internet \n"
+#~ "connection.\n"
+#~ "\n"
+#~ "Do you want to install the updates ?"
+#~ msgstr ""
+#~ "Τώρα έχετε τη δυνατότητα να εγκαταστήσετε πακέτα αναβάθμισης. Αυτά τα\n"
+#~ "πακέτα έχουν αναβαθμιστεί μετά την έκδοση της διανομής. Μπορεί να "
+#~ "περιέχουν\n"
+#~ "διορθώσεις σφαλμάτων ή αναβαθμίσεις ασφάλειας.\n"
+#~ "\n"
+#~ "Για να κάνετε λήψη αυτών των πακέτων πρέπει να έχετε μια σύνδεση στο "
+#~ "Διαδίκτυο\n"
+#~ "που να λειτουργεί.\n"
+#~ "\n"
+#~ "Θέλετε να εγκαταστήσετε τις αναβαθμίσεις ;"
+
+#~ msgid "Installing bootloader"
+#~ msgstr "Πρόγραμμα εκκίνησης"
+
+#~ msgid ""
+#~ "You may now provide options to module %s.\n"
+#~ "Options are in format ``name=value name2=value2...''.\n"
+#~ "For instance, ``io=0x300 irq=7''"
+#~ msgstr ""
+#~ "Μπορείτε τώρα να δώσετε τις παραμέτρους για το άρθρωμα %s.\n"
+#~ "Οι παράμετροι έχουν την μορφή ``όνομα=τιμή όνομα2=τιμή2 ...''.\n"
+#~ "Για παράδειγμα, ``io=0x300 irq=7''"
+
+#~ msgid "Configuring printer..."
+#~ msgstr "Ρυθμίζεται ο εκτυπωτής ..."
+
+#~ msgid "Configuring applications..."
+#~ msgstr "Ρύθμιση εφαρμογών..."
+
+#~ msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+#~ msgstr "Προσθήκη αυτού του εκτυπωτή στο Star Office/OpenOffice.org/GIMP"
+
+#~ msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+#~ msgstr "Αφαίρεση αυτού του εκτυπωτή από το Star Office/OpenOffice.org/GIMP"
+
+#~ msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+#~ msgstr "Γίνεται προσθήκη του εκτυπωτή στο Star Office/OpenOffice.org/GIMP"
+
+#~ msgid ""
+#~ "The printer \"%s\" was successfully added to Star Office/OpenOffice.org/"
+#~ "GIMP."
+#~ msgstr ""
+#~ "Ο εκτυπωτής \"%s\" προστέθηκε με επιτυχία στο Star Office/OpenOffice.org/"
+#~ "GIMP"
+
+#~ msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+#~ msgstr ""
+#~ "Απέτυχε η προσθήκη του εκτυπωτή \"%s\" στο Star Office/OpenOffice.org/GIMP"
+
+#~ msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+#~ msgstr ""
+#~ "Γίνεται αφαίρεση του εκτυπωτή από το Star Office/OpenOffice.org/GIMP"
+
+#~ msgid ""
+#~ "The printer \"%s\" was successfully removed from Star Office/OpenOffice."
+#~ "org/GIMP."
+#~ msgstr ""
+#~ "Ο εκτυπωτής \"%s\" αφαιρέθηκε με επιτυχία από το Star Office/OpenOffice."
+#~ "org/GIMP"
+
+#~ msgid ""
+#~ "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+#~ msgstr ""
+#~ "Απέτυχε η αφαίρεση του εκτυπωτή \"%s\" από το Star Office/OpenOffice.org/"
+#~ "GIMP"
+
+#~ msgid "Installation of %s failed. The following error occurred:"
+#~ msgstr "Η εγκατάσταση του %s απέτυχε. Προκλήθηκε το ακόλουθο σφάλμα:"
+
+#~ msgid "Set of tools to read and send mail and news and to browse the Web"
+#~ msgstr ""
+#~ "Σετ εργαλείων για την αποστολή και λήψη αλληλογραφίας, ειδήσεων και "
+#~ "περιήγηση στο Διαδίκτυο"
+
+#~ msgid "Use auto detection"
+#~ msgstr "Χρήση αυτόματης ανίχνευσης"
+
+#~ msgid "/dev/hda"
+#~ msgstr "/dev/hda"
+
+#~ msgid "/dev/hdb"
+#~ msgstr "/dev/hdb"
+
+#~ msgid "/dev/fd0"
+#~ msgstr "/dev/fd0"
+
+#~ msgid ""
+#~ "No ethernet network adapter has been detected on your system.\n"
+#~ "I cannot set up this connection type."
+#~ msgstr ""
+#~ "Δεν βρέθηκε προσαρμογέας δικτύου Ethernet στο σύστημά σας.\n"
+#~ "Δεν μπορώ να ρυθμίσω αυτού του τύπου τη σύνδεση."
+
+#~ msgid ""
+#~ "Please choose which network adapter you want to use to connect to "
+#~ "Internet."
+#~ msgstr ""
+#~ "Παρακαλώ επιλέξτε ποια συσκευή δικτύου θέλετε να χρησιμοποιήσετε για την "
+#~ "σύνδεση στο Διαδίκτυο"
+
+#~ msgid "chunk size"
+#~ msgstr "μέγεθος chunk"
+
+#~ msgid "mkraid failed (maybe raidtools are missing?)"
+#~ msgstr "αποτυχία mkraid (μήπως απουσιάζουν τα raidtools;)"
+
+#~ msgid "mkraid failed"
+#~ msgstr "αποτυχία mkraid"
+
+#~ msgid "Mandrake Online"
+#~ msgstr "Mandrake Online"
+
+#~ msgid ""
+#~ "Connection failed.\n"
+#~ "Verify your configuration in the Mandrake Control Center."
+#~ msgstr ""
+#~ "Η σύνδεση απέτυχε.\n"
+#~ "Επαληθεύστε τις ρυθμίσεις σας στο Κέντρο Ελέγχου Mandrake."
+
+#~ msgid "The package %s is needed. Install it?"
+#~ msgstr "Το πακέτο %s είναι απαραίτητο. Να εγκατασταθεί;"
+
+#~ msgid "SILO Installation"
+#~ msgstr "Εγκατάσταση SILO"
+
+#~ msgid "First sector of boot partition"
+#~ msgstr "Πρώτος τομέας της κατάτμησης εκκίνησης"
+
+#~ msgid "Bootloader installation"
+#~ msgstr "Πρόγραμμα εκκίνησης"
+
+#~ msgid "SILO"
+#~ msgstr "SILO"
+
+#~ msgid "Alcatel speedtouch usb"
+#~ msgstr "Alcatel speedtouch usb"
+
+#~ msgid "Sagem (using pppoa) usb"
+#~ msgstr "Sagem (με χρήση του pppoa) usb"
+
+#~ msgid "Harddrake2 version %s"
+#~ msgstr "Έκδοση Harddrake2 %s"
+
+#~ msgid "transmitted"
+#~ msgstr "απεσταλμένα"
+
+#~ msgid "received"
+#~ msgstr "ληφθέντα"
#~ msgid ""
#~ "You can export using NFS or SMB. Please select which you'd like to use."
@@ -23459,25 +24748,25 @@ msgstr ""
#~ "ποίο θέλετε."
#~ msgid ""
-#~ "Your card can have 3D hardware acceleration support but only with XFree %"
+#~ "Your card can have 3D hardware acceleration support but only with Xorg %"
#~ "s.\n"
-#~ "Your card is supported by XFree %s which may have a better support in 2D."
+#~ "Your card is supported by Xorg %s which may have a better support in 2D."
#~ msgstr ""
#~ "Η κάρτα γραφικών σας υποστηρίζει επιτάχυνση τρισδιάστατων γραφικών μόνο "
-#~ "με τα XFree %s.\n"
-#~ "Η κάρτα σας υποστηρίζεται από τα XFree %s τα οποία μπορεί να δίνουν "
+#~ "με τα Xorg %s.\n"
+#~ "Η κάρτα σας υποστηρίζεται από τα Xorg %s τα οποία μπορεί να δίνουν "
#~ "καλύτερη υποστήριξη για διδιάστατα γραφικά."
#~ msgid ""
-#~ "Your card can have 3D hardware acceleration support but only with XFree %"
+#~ "Your card can have 3D hardware acceleration support but only with Xorg %"
#~ "s,\n"
#~ "NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-#~ "Your card is supported by XFree %s which may have a better support in 2D."
+#~ "Your card is supported by Xorg %s which may have a better support in 2D."
#~ msgstr ""
#~ "Η κάρτα γραφικών σας υποστηρίζει επιτάχυνση τρισδιάστατων γραφικών μόνο "
-#~ "με τα XFree %s.\n"
+#~ "με τα Xorg %s.\n"
#~ "ΠΡΟΣΟΧΗ: ΠΕΙΡΑΜΑΤΙΚΗ ΥΠΟΣΤΗΡΙΞΗ - ΜΠΟΡΕΙ ΝΑ ΠΑΓΩΣΕΙ ΤΟΝ ΥΠΟΛΟΓΙΣΤΗ ΣΑΣ!\n"
-#~ "Η κάρτα σας υποστηρίζεται από τα XFree %s τα οποία μπορεί να δίνουν "
+#~ "Η κάρτα σας υποστηρίζεται από τα Xorg %s τα οποία μπορεί να δίνουν "
#~ "καλύτερη υποστήριξη για διδιάστατα γραφικά"
#~ msgid "Xpmac (installation display driver)"
@@ -23549,12 +24838,6 @@ msgstr ""
#~ msgid "Scientific applications such as gnuplot"
#~ msgstr "Επιστημονικές εφαρμογές όπως το gnuplot"
-#~ msgid "DNS/NIS "
-#~ msgstr "DNS/NIS "
-
-#~ msgid "Domain Name and Network Information Server"
-#~ msgstr "Εξυπηρετητής Όνομα Τομέα και Πληροφοριών Δικτύου"
-
#~ msgid "Please select media for backup..."
#~ msgstr "Παρακαλώ επιλέξτε το μέσο για τα αντίγραφα ασφαλείας..."
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
index e345f22d4..eca06d4f6 100644
--- a/perl-install/share/po/eo.po
+++ b/perl-install/share/po/eo.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2004-06-14 15:48+0200\n"
+"POT-Creation-Date: 2004-10-07 21:57+0200\n"
"PO-Revision-Date: 2003-03-12 18:31-0400\n"
"Last-Translator: Vilhelmo Lutermano <vlutermano@free.fr>\n"
"Language-Team: esperanto <eo@li.org>\n"
@@ -14,7 +14,60 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: ../move/move.pm:402
+#: ../move/move.pm:292
+#, fuzzy, c-format
+msgid "Which USB key do you want to format?"
+msgstr "Kiun specon de enskribo vi deziras aldoni"
+
+#: ../move/move.pm:296
+#, c-format
+msgid ""
+"You are about to format a USB device \"%s\". This will delete all data on "
+"it.\n"
+"Make sure that the selected device is the USB key you want to format. \n"
+"We advise you to unplug all other USB storage devices while doing this "
+"operation."
+msgstr ""
+
+#: ../move/move.pm:448 ../move/move.pm:460
+#, c-format
+msgid "Key isn't writable"
+msgstr ""
+
+#: ../move/move.pm:450
+#, c-format
+msgid ""
+"The USB key seems to have write protection enabled. Please\n"
+"unplug it, remove write protection, and then plug it again."
+msgstr ""
+
+#: ../move/move.pm:452
+#, fuzzy, c-format
+msgid "Retry"
+msgstr "Restaŭru de dosiero"
+
+#: ../move/move.pm:453 ../move/move.pm:497
+#, c-format
+msgid "Continue without USB key"
+msgstr ""
+
+#: ../move/move.pm:462
+#, c-format
+msgid ""
+"The USB key seems to have write protection enabled, but we can't safely\n"
+"unplug it now.\n"
+"\n"
+"\n"
+"Click the button to reboot the machine, unplug it, remove write protection,\n"
+"plug the key again, and launch Mandrake Move again."
+msgstr ""
+
+#: ../move/move.pm:468 help.pm:409 install_steps_interactive.pm:1353
+#, c-format
+msgid "Reboot"
+msgstr "Restarto"
+
+#: ../move/move.pm:473
#, c-format
msgid ""
"Your USB key doesn't have any valid Windows (FAT) partitions.\n"
@@ -29,7 +82,7 @@ msgid ""
"Operating System."
msgstr ""
-#: ../move/move.pm:412
+#: ../move/move.pm:483
#, c-format
msgid ""
"We didn't detect any USB key on your system. If you\n"
@@ -45,137 +98,99 @@ msgid ""
"Operating System."
msgstr ""
-#: ../move/move.pm:423
+#: ../move/move.pm:494
#, c-format
msgid "Need a key to save your data"
msgstr ""
-#: ../move/move.pm:425
+#: ../move/move.pm:496
#, c-format
msgid "Detect USB key again"
msgstr ""
-#: ../move/move.pm:426 ../move/move.pm:456
-#, c-format
-msgid "Continue without USB key"
-msgstr ""
-
-#: ../move/move.pm:437 ../move/move.pm:451
-#, c-format
-msgid "Key isn't writable"
-msgstr ""
-
-#: ../move/move.pm:439
-#, c-format
-msgid ""
-"The USB key seems to have write protection enabled, but we can't safely\n"
-"unplug it now.\n"
-"\n"
-"\n"
-"Click the button to reboot the machine, unplug it, remove write protection,\n"
-"plug the key again, and launch Mandrake Move again."
-msgstr ""
-
-#: ../move/move.pm:445 help.pm:418 install_steps_interactive.pm:1306
-#, c-format
-msgid "Reboot"
-msgstr "Restarto"
-
-#: ../move/move.pm:453
-#, c-format
-msgid ""
-"The USB key seems to have write protection enabled. Please\n"
-"unplug it, remove write protection, and then plug it again."
-msgstr ""
-
-#: ../move/move.pm:455
+#: ../move/move.pm:517
#, fuzzy, c-format
-msgid "Retry"
-msgstr "Restaŭru de dosiero"
-
-#: ../move/move.pm:466
-#, c-format
msgid "Setting up USB key"
-msgstr ""
+msgstr "Starigas ISA PNP aparatojn: "
-#: ../move/move.pm:466
+#: ../move/move.pm:517
#, fuzzy, c-format
msgid "Please wait, setting up system configuration files on USB key..."
msgstr "Elektas sekurnivelon"
-#: ../move/move.pm:488
+#: ../move/move.pm:546
#, c-format
msgid "Enter your user information, password will be used for screensaver"
msgstr ""
-#: ../move/move.pm:498
+#: ../move/move.pm:556
#, fuzzy, c-format
msgid "Auto configuration"
msgstr "Interreta Konfigurado"
-#: ../move/move.pm:498
+#: ../move/move.pm:556
#, fuzzy, c-format
msgid "Please wait, detecting and configuring devices..."
msgstr "Elektas sekurnivelon"
-#: ../move/move.pm:545 ../move/move.pm:601 ../move/move.pm:605
-#: ../move/tree/mdk_totem:86 diskdrake/dav.pm:77 diskdrake/hd_gtk.pm:117
-#: diskdrake/interactive.pm:220 diskdrake/interactive.pm:233
-#: diskdrake/interactive.pm:374 diskdrake/interactive.pm:389
-#: diskdrake/interactive.pm:510 diskdrake/interactive.pm:515
-#: diskdrake/smbnfs_gtk.pm:42 fsedit.pm:262 install_steps.pm:82
-#: install_steps_interactive.pm:40 interactive/http.pm:118
-#: interactive/http.pm:119 network/netconnect.pm:936 network/netconnect.pm:939
-#: network/netconnect.pm:984 network/netconnect.pm:988
-#: network/netconnect.pm:1055 network/netconnect.pm:1105
-#: network/netconnect.pm:1110 network/netconnect.pm:1125
-#: network/netconnect.pm:1333 printer/printerdrake.pm:213
-#: printer/printerdrake.pm:220 printer/printerdrake.pm:245
-#: printer/printerdrake.pm:393 printer/printerdrake.pm:398
-#: printer/printerdrake.pm:411 printer/printerdrake.pm:421
-#: printer/printerdrake.pm:1067 printer/printerdrake.pm:1114
-#: printer/printerdrake.pm:1151 printer/printerdrake.pm:1195
-#: printer/printerdrake.pm:1199 printer/printerdrake.pm:1213
-#: printer/printerdrake.pm:1303 printer/printerdrake.pm:1383
-#: printer/printerdrake.pm:1387 printer/printerdrake.pm:1391
-#: printer/printerdrake.pm:1440 printer/printerdrake.pm:1497
-#: printer/printerdrake.pm:1501 printer/printerdrake.pm:1515
-#: printer/printerdrake.pm:1625 printer/printerdrake.pm:1629
-#: printer/printerdrake.pm:1666 printer/printerdrake.pm:1731
-#: printer/printerdrake.pm:1749 printer/printerdrake.pm:1758
-#: printer/printerdrake.pm:1767 printer/printerdrake.pm:1778
-#: printer/printerdrake.pm:1840 printer/printerdrake.pm:2285
-#: printer/printerdrake.pm:2551 printer/printerdrake.pm:2557
-#: printer/printerdrake.pm:3010 printer/printerdrake.pm:3014
-#: printer/printerdrake.pm:3018 printer/printerdrake.pm:3421
-#: printer/printerdrake.pm:3664 printer/printerdrake.pm:3677
-#: printer/printerdrake.pm:3817 printer/printerdrake.pm:3909
-#: standalone/drakTermServ:404 standalone/drakTermServ:758
-#: standalone/drakTermServ:765 standalone/drakTermServ:960
-#: standalone/drakTermServ:1430 standalone/drakTermServ:1435
-#: standalone/drakTermServ:1442 standalone/drakTermServ:1453
-#: standalone/drakTermServ:1475 standalone/drakauth:36
-#: standalone/drakbackup:511 standalone/drakbackup:625
-#: standalone/drakbackup:1118 standalone/drakbackup:1151
-#: standalone/drakbackup:1644 standalone/drakbackup:1807
-#: standalone/drakbackup:2419 standalone/drakbackup:4084
-#: standalone/drakbackup:4304 standalone/drakboot:255 standalone/drakbug:267
-#: standalone/drakbug:286 standalone/drakbug:292 standalone/drakconnect:621
-#: standalone/drakconnect:624 standalone/drakconnect:645
-#: standalone/drakfloppy:302 standalone/drakfloppy:306
-#: standalone/drakfloppy:312 standalone/drakfont:210 standalone/drakfont:223
-#: standalone/drakfont:259 standalone/drakfont:600 standalone/draksplash:21
-#: standalone/drakxtv:105 standalone/logdrake:170 standalone/logdrake:467
-#: standalone/logdrake:472 standalone/scannerdrake:58
-#: standalone/scannerdrake:200 standalone/scannerdrake:259
-#: standalone/scannerdrake:688 standalone/scannerdrake:699
-#: standalone/scannerdrake:838 standalone/scannerdrake:849
-#: standalone/scannerdrake:919 wizards.pm:95 wizards.pm:99 wizards.pm:121
+#: ../move/move.pm:604 ../move/move.pm:660 ../move/move.pm:664
+#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:116 diskdrake/interactive.pm:223
+#: diskdrake/interactive.pm:236 diskdrake/interactive.pm:377
+#: diskdrake/interactive.pm:392 diskdrake/interactive.pm:515
+#: diskdrake/interactive.pm:520 diskdrake/smbnfs_gtk.pm:42 fsedit.pm:167
+#: install_steps.pm:82 install_steps_interactive.pm:38 interactive/http.pm:117
+#: interactive/http.pm:118 network/netconnect.pm:995 network/netconnect.pm:999
+#: network/netconnect.pm:1004 network/netconnect.pm:1045
+#: network/netconnect.pm:1049 network/netconnect.pm:1187
+#: network/netconnect.pm:1192 network/netconnect.pm:1210
+#: network/netconnect.pm:1393 printer/printerdrake.pm:238
+#: printer/printerdrake.pm:245 printer/printerdrake.pm:270
+#: printer/printerdrake.pm:416 printer/printerdrake.pm:421
+#: printer/printerdrake.pm:434 printer/printerdrake.pm:444
+#: printer/printerdrake.pm:508 printer/printerdrake.pm:1182
+#: printer/printerdrake.pm:1229 printer/printerdrake.pm:1266
+#: printer/printerdrake.pm:1310 printer/printerdrake.pm:1314
+#: printer/printerdrake.pm:1328 printer/printerdrake.pm:1418
+#: printer/printerdrake.pm:1498 printer/printerdrake.pm:1502
+#: printer/printerdrake.pm:1506 printer/printerdrake.pm:1555
+#: printer/printerdrake.pm:1612 printer/printerdrake.pm:1616
+#: printer/printerdrake.pm:1630 printer/printerdrake.pm:1740
+#: printer/printerdrake.pm:1744 printer/printerdrake.pm:1781
+#: printer/printerdrake.pm:1846 printer/printerdrake.pm:1864
+#: printer/printerdrake.pm:1873 printer/printerdrake.pm:1882
+#: printer/printerdrake.pm:1893 printer/printerdrake.pm:1955
+#: printer/printerdrake.pm:2408 printer/printerdrake.pm:2672
+#: printer/printerdrake.pm:2678 printer/printerdrake.pm:3188
+#: printer/printerdrake.pm:3192 printer/printerdrake.pm:3196
+#: printer/printerdrake.pm:3606 printer/printerdrake.pm:3846
+#: printer/printerdrake.pm:3866 printer/printerdrake.pm:3942
+#: printer/printerdrake.pm:4007 printer/printerdrake.pm:4123
+#: standalone/drakTermServ:379 standalone/drakTermServ:731
+#: standalone/drakTermServ:738 standalone/drakTermServ:933
+#: standalone/drakTermServ:1403 standalone/drakTermServ:1408
+#: standalone/drakTermServ:1415 standalone/drakTermServ:1426
+#: standalone/drakTermServ:1447 standalone/drakauth:37
+#: standalone/drakbackup:512 standalone/drakbackup:626
+#: standalone/drakbackup:1128 standalone/drakbackup:1161
+#: standalone/drakbackup:1665 standalone/drakbackup:1821
+#: standalone/drakbackup:2416 standalone/drakbackup:4105
+#: standalone/drakbackup:4325 standalone/drakbug:235 standalone/drakbug:254
+#: standalone/drakbug:260 standalone/drakclock:125 standalone/drakconnect:648
+#: standalone/drakconnect:651 standalone/drakconnect:670
+#: standalone/drakfloppy:297 standalone/drakfloppy:301
+#: standalone/drakfloppy:307 standalone/drakfont:210 standalone/drakfont:223
+#: standalone/drakfont:259 standalone/drakfont:604 standalone/draksplash:21
+#: standalone/draksplash:501 standalone/drakxtv:107 standalone/logdrake:169
+#: standalone/logdrake:437 standalone/logdrake:442 standalone/scannerdrake:59
+#: standalone/scannerdrake:196 standalone/scannerdrake:255
+#: standalone/scannerdrake:684 standalone/scannerdrake:695
+#: standalone/scannerdrake:834 standalone/scannerdrake:845
+#: standalone/scannerdrake:915 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Eraro"
-#: ../move/move.pm:546 install_steps.pm:83
+#: ../move/move.pm:605 install_steps.pm:83
#, c-format
msgid ""
"An error occurred, but I don't know how to handle it nicely.\n"
@@ -184,12 +199,12 @@ msgstr ""
"Eraro okazis, sed mi ne scias kiel trakti ĝin bone.\n"
"Daŭri je via propra risko."
-#: ../move/move.pm:601 install_steps_interactive.pm:40
+#: ../move/move.pm:660 install_steps_interactive.pm:38
#, c-format
msgid "An error occurred"
msgstr "Eraro okazis"
-#: ../move/move.pm:607
+#: ../move/move.pm:666
#, c-format
msgid ""
"An error occurred:\n"
@@ -209,32 +224,39 @@ msgid ""
"guess what's happening."
msgstr ""
-#: ../move/move.pm:622
+#: ../move/move.pm:681
#, fuzzy, c-format
msgid "Remove system config files"
msgstr "Ĉu forigu la retrokonektan dosieron?"
-#: ../move/move.pm:623
+#: ../move/move.pm:682
#, c-format
msgid "Simply reboot"
msgstr ""
-#: ../move/tree/mdk_totem:60
+#: ../move/tree/mdk_totem:50 ../move/tree/mdk_totem:96
#, c-format
msgid "You can only run with no CDROM support"
msgstr ""
-#: ../move/tree/mdk_totem:81
+#: ../move/tree/mdk_totem:71
#, fuzzy, c-format
msgid "Kill those programs"
msgstr "aliro al X-programoj"
-#: ../move/tree/mdk_totem:82
+#: ../move/tree/mdk_totem:72
#, c-format
msgid "No CDROM support"
msgstr ""
-#: ../move/tree/mdk_totem:87
+#: ../move/tree/mdk_totem:76 diskdrake/hd_gtk.pm:95
+#: diskdrake/interactive.pm:1005 diskdrake/interactive.pm:1015
+#: diskdrake/interactive.pm:1068
+#, c-format
+msgid "Read carefully!"
+msgstr "Legu zorge"
+
+#: ../move/tree/mdk_totem:77
#, c-format
msgid ""
"You can't use another CDROM when the following programs are running: \n"
@@ -291,22 +313,22 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB aŭ pli"
-#: Xconfig/card.pm:151
+#: Xconfig/card.pm:155
#, c-format
msgid "X server"
msgstr "X servilo"
-#: Xconfig/card.pm:152
+#: Xconfig/card.pm:156
#, c-format
msgid "Choose an X server"
msgstr "Elektu X-servilon"
-#: Xconfig/card.pm:184
+#: Xconfig/card.pm:188
#, c-format
msgid "Multi-head configuration"
msgstr "Plur-ekrana konfiguraĵo"
-#: Xconfig/card.pm:185
+#: Xconfig/card.pm:189
#, c-format
msgid ""
"Your system supports multiple head configuration.\n"
@@ -315,80 +337,80 @@ msgstr ""
"Via sistemo subtenas multkapo-konfiguradon.\n"
"Kion vi deziras fari?"
-#: Xconfig/card.pm:251
+#: Xconfig/card.pm:255
#, fuzzy, c-format
-msgid "Can't install XFree package: %s"
+msgid "Can't install Xorg package: %s"
msgstr "Instalanta pakaĵo %s"
-#: Xconfig/card.pm:261
+#: Xconfig/card.pm:265
#, c-format
msgid "Select the memory size of your graphics card"
msgstr "Elektu memorkapaciton de via grafika karto"
-#: Xconfig/card.pm:332
+#: Xconfig/card.pm:352
#, c-format
-msgid "XFree configuration"
-msgstr "XFree Konfigurado"
+msgid "Xorg configuration"
+msgstr "Xorg Konfigurado"
-#: Xconfig/card.pm:334
+#: Xconfig/card.pm:354
#, c-format
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Kiun konfiguron de XFree vi deziras havi?"
+msgid "Which configuration of Xorg do you want to have?"
+msgstr "Kiun konfiguron de Xorg vi deziras havi?"
-#: Xconfig/card.pm:367
+#: Xconfig/card.pm:387
#, c-format
msgid "Configure all heads independently"
msgstr "Konfiguru ĉiujn kapojn sendepende"
-#: Xconfig/card.pm:368
+#: Xconfig/card.pm:388
#, c-format
msgid "Use Xinerama extension"
msgstr "Uzu Xinerama extension"
-#: Xconfig/card.pm:373
+#: Xconfig/card.pm:393
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfiguru nur karton \"%s\"%s"
-#: Xconfig/card.pm:385 Xconfig/various.pm:23
+#: Xconfig/card.pm:405 Xconfig/various.pm:23
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Xorg %s"
+msgstr "Xorg %s"
-#: Xconfig/card.pm:392 Xconfig/various.pm:22
+#: Xconfig/card.pm:412 Xconfig/various.pm:22
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s kun 3D aparata akcelado"
+msgid "Xorg %s with 3D hardware acceleration"
+msgstr "Xorg %s kun 3D aparata akcelado"
-#: Xconfig/card.pm:394
+#: Xconfig/card.pm:414
#, 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."
+msgid "Your card can have 3D hardware acceleration support with Xorg %s."
+msgstr "Vi povas havi 3D aparatan akceladan subtenon kun Xorg %s."
-#: Xconfig/card.pm:400
+#: Xconfig/card.pm:420
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s kun EKSPERIMENTA 3D aparata akcelado"
+msgid "Xorg %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "Xorg %s kun EKSPERIMENTA 3D aparata akcelado"
-#: Xconfig/card.pm:402
+#: Xconfig/card.pm:422
#, c-format
msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
+"Your card can have 3D hardware acceleration support with Xorg %s,\n"
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
msgstr ""
-"Via karto povas havi 3D aparatan akceladon, sed nur kun XFree %s.\n"
+"Via karto povas havi 3D aparatan akceladon, sed nur kun Xorg %s.\n"
"NOTU KE ĈI TIO ESTAS EKSPERIMENTA SUBTENO KAJ EBLE SVENIGOS VIAN KOMPUTILON."
-#: Xconfig/main.pm:90 Xconfig/main.pm:91 Xconfig/monitor.pm:112 any.pm:833
+#: Xconfig/main.pm:90 Xconfig/main.pm:91 Xconfig/monitor.pm:116 any.pm:912
#, c-format
msgid "Custom"
msgstr "Akomodata"
-#: Xconfig/main.pm:115 diskdrake/dav.pm:28 help.pm:14
-#: install_steps_interactive.pm:83 printer/printerdrake.pm:608
-#: printer/printerdrake.pm:4076 standalone/draksplash:120
-#: standalone/harddrake2:194 standalone/logdrake:175
-#: standalone/scannerdrake:450
+#: Xconfig/main.pm:115 diskdrake/dav.pm:26 help.pm:14
+#: install_steps_interactive.pm:88 printer/printerdrake.pm:712
+#: printer/printerdrake.pm:3937 printer/printerdrake.pm:4382
+#: standalone/draksplash:120 standalone/harddrake2:265 standalone/logdrake:174
+#: standalone/net_applet:160 standalone/scannerdrake:446
#, c-format
msgid "Quit"
msgstr "Ĉesu"
@@ -398,12 +420,12 @@ msgstr "Ĉesu"
msgid "Graphic Card"
msgstr "Grafik-karto"
-#: Xconfig/main.pm:120 Xconfig/monitor.pm:106
+#: Xconfig/main.pm:120 Xconfig/monitor.pm:110
#, c-format
msgid "Monitor"
msgstr "Ekrano"
-#: Xconfig/main.pm:123 Xconfig/resolution_and_depth.pm:217
+#: Xconfig/main.pm:123 Xconfig/resolution_and_depth.pm:222
#, c-format
msgid "Resolution"
msgstr "Distingivo"
@@ -413,14 +435,19 @@ msgstr "Distingivo"
msgid "Test"
msgstr "Testo"
-#: Xconfig/main.pm:133 diskdrake/dav.pm:67 diskdrake/interactive.pm:415
-#: diskdrake/removable.pm:25 diskdrake/smbnfs_gtk.pm:80
-#: standalone/drakfont:494 standalone/drakfont:554 standalone/harddrake2:191
+#: Xconfig/main.pm:133 diskdrake/dav.pm:65 diskdrake/interactive.pm:418
+#: diskdrake/removable.pm:24 diskdrake/smbnfs_gtk.pm:80
+#: standalone/drakfont:494 standalone/drakfont:556 standalone/harddrake2:262
#, c-format
msgid "Options"
msgstr "Opcioj"
-#: Xconfig/main.pm:177
+#: Xconfig/main.pm:167
+#, c-format
+msgid "Your Xorg configuration file is broken, we will ignore it."
+msgstr ""
+
+#: Xconfig/main.pm:184
#, c-format
msgid ""
"Keep the changes?\n"
@@ -433,38 +460,38 @@ msgstr ""
"\n"
"%s"
-#: Xconfig/monitor.pm:107
+#: Xconfig/monitor.pm:111
#, fuzzy, c-format
msgid "Choose a monitor for head #%d"
msgstr "Elektu ekranon"
-#: Xconfig/monitor.pm:107
+#: Xconfig/monitor.pm:111
#, c-format
msgid "Choose a monitor"
msgstr "Elektu ekranon"
-#: Xconfig/monitor.pm:113
+#: Xconfig/monitor.pm:117
#, c-format
msgid "Plug'n Play"
msgstr ""
-#: Xconfig/monitor.pm:114 mouse.pm:49
+#: Xconfig/monitor.pm:118 mouse.pm:49
#, c-format
msgid "Generic"
msgstr "Genera"
-#: Xconfig/monitor.pm:115 standalone/drakconnect:569 standalone/harddrake2:73
-#: standalone/harddrake2:74
+#: Xconfig/monitor.pm:119 standalone/drakconnect:567 standalone/harddrake2:49
+#: standalone/harddrake2:83
#, c-format
msgid "Vendor"
msgstr "Vendinto"
-#: Xconfig/monitor.pm:125
+#: Xconfig/monitor.pm:129
#, c-format
msgid "Plug'n Play probing failed. Please select the correct monitor"
msgstr ""
-#: Xconfig/monitor.pm:130
+#: Xconfig/monitor.pm:134
#, c-format
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
@@ -487,12 +514,12 @@ 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:137
+#: Xconfig/monitor.pm:141
#, c-format
msgid "Horizontal refresh rate"
msgstr "Horizontala sinkronrapido (horizontal sync rate)"
-#: Xconfig/monitor.pm:138
+#: Xconfig/monitor.pm:142
#, c-format
msgid "Vertical refresh rate"
msgstr "Vertikala refreŝigrapido (vertical refresh rate)"
@@ -517,58 +544,60 @@ msgstr "65 mil koloroj (16 bitoj)"
msgid "16 million colors (24 bits)"
msgstr "16 milionoj koloroj (24 bitoj)"
-#: Xconfig/resolution_and_depth.pm:130
+#: Xconfig/resolution_and_depth.pm:135
#, c-format
msgid "Resolutions"
msgstr "Distingivoj"
-#: Xconfig/resolution_and_depth.pm:264
+#: Xconfig/resolution_and_depth.pm:270
#, c-format
msgid "Choose the resolution and the color depth"
msgstr "Elektu distingivon kaj kolorprofundon"
-#: Xconfig/resolution_and_depth.pm:265
+#: Xconfig/resolution_and_depth.pm:271
#, c-format
msgid "Graphics card: %s"
msgstr "Grafika karto: %s"
-#: Xconfig/resolution_and_depth.pm:278 interactive.pm:403
-#: interactive/gtk.pm:760 interactive/http.pm:103 interactive/http.pm:157
-#: interactive/newt.pm:308 interactive/newt.pm:410 interactive/stdio.pm:39
+#: Xconfig/resolution_and_depth.pm:284 interactive.pm:403
+#: interactive/gtk.pm:766 interactive/http.pm:103 interactive/http.pm:156
+#: interactive/newt.pm:317 interactive/newt.pm:419 interactive/stdio.pm:39
#: interactive/stdio.pm:142 interactive/stdio.pm:143 interactive/stdio.pm:172
-#: standalone/drakbackup:3941 standalone/drakbackup:4001
-#: standalone/drakbackup:4045 standalone/drakconnect:165
-#: standalone/drakconnect:799 standalone/drakconnect:886
-#: standalone/drakconnect:985 standalone/drakups:194
-#: standalone/net_monitor:307 ugtk2.pm:413 ugtk2.pm:510 ugtk2.pm:1084
-#: ugtk2.pm:1107
+#: standalone/drakTermServ:201 standalone/drakTermServ:474
+#: standalone/drakbackup:3962 standalone/drakbackup:4022
+#: standalone/drakbackup:4066 standalone/drakconnect:165
+#: standalone/drakconnect:850 standalone/drakconnect:937
+#: standalone/drakconnect:1036 standalone/drakfont:577 standalone/drakroam:388
+#: standalone/drakups:208 standalone/net_monitor:345 ugtk2.pm:417 ugtk2.pm:515
+#: ugtk2.pm:1122 ugtk2.pm:1145
#, c-format
msgid "Ok"
msgstr "Jeso"
-#: Xconfig/resolution_and_depth.pm:278 any.pm:883 diskdrake/smbnfs_gtk.pm:81
-#: help.pm:197 help.pm:457 install_steps_gtk.pm:490
-#: install_steps_interactive.pm:775 interactive.pm:404 interactive/gtk.pm:764
-#: interactive/http.pm:104 interactive/http.pm:161 interactive/newt.pm:307
-#: interactive/newt.pm:414 interactive/stdio.pm:39 interactive/stdio.pm:142
-#: interactive/stdio.pm:176 printer/printerdrake.pm:3088
-#: standalone/drakautoinst:217 standalone/drakbackup:3871
-#: standalone/drakbackup:3929 standalone/drakconnect:164
-#: standalone/drakconnect:884 standalone/drakconnect:984
-#: standalone/drakfont:663 standalone/drakfont:740 standalone/drakups:201
-#: standalone/logdrake:175 standalone/net_monitor:303 ugtk2.pm:407
-#: ugtk2.pm:508 ugtk2.pm:517 ugtk2.pm:1084
+#: Xconfig/resolution_and_depth.pm:284 diskdrake/smbnfs_gtk.pm:81 help.pm:89
+#: help.pm:444 install_steps_gtk.pm:458 install_steps_interactive.pm:412
+#: install_steps_interactive.pm:840 interactive.pm:404 interactive/gtk.pm:770
+#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:316
+#: interactive/newt.pm:423 interactive/stdio.pm:39 interactive/stdio.pm:142
+#: interactive/stdio.pm:176 printer/printerdrake.pm:3266
+#: standalone/drakautoinst:217 standalone/drakbackup:3888
+#: standalone/drakbackup:3892 standalone/drakbackup:3950
+#: standalone/drakconnect:164 standalone/drakconnect:935
+#: standalone/drakconnect:1035 standalone/drakfont:667 standalone/drakfont:744
+#: standalone/drakups:215 standalone/logdrake:174 standalone/net_monitor:344
+#: ugtk2.pm:411 ugtk2.pm:513 ugtk2.pm:522 ugtk2.pm:1122
#, c-format
msgid "Cancel"
msgstr "Nuligu"
-#: Xconfig/resolution_and_depth.pm:278 diskdrake/hd_gtk.pm:154
-#: install_steps_gtk.pm:269 install_steps_gtk.pm:670 interactive.pm:498
-#: interactive/gtk.pm:624 interactive/gtk.pm:626 standalone/drakTermServ:304
-#: standalone/drakbackup:3867 standalone/drakbug:157
-#: standalone/drakconnect:160 standalone/drakconnect:239
-#: standalone/drakfont:512 standalone/drakperm:134 standalone/draksec:296
-#: standalone/harddrake2:190 ugtk2.pm:1197 ugtk2.pm:1198
+#: Xconfig/resolution_and_depth.pm:284 diskdrake/hd_gtk.pm:153
+#: install_steps_gtk.pm:239 install_steps_gtk.pm:644 interactive.pm:498
+#: interactive/gtk.pm:628 interactive/gtk.pm:630 standalone/drakTermServ:280
+#: standalone/drakbackup:3884 standalone/drakbug:128
+#: standalone/drakconnect:160 standalone/drakconnect:245
+#: standalone/drakfont:512 standalone/drakperm:134 standalone/draksec:337
+#: standalone/draksec:339 standalone/draksec:357 standalone/draksec:359
+#: standalone/harddrake2:261 ugtk2.pm:1235 ugtk2.pm:1236
#, c-format
msgid "Help"
msgstr "Helpo"
@@ -661,8 +690,8 @@ msgstr "Distingivo: %s\n"
#: Xconfig/various.pm:43
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 pelilo: %s\n"
+msgid "Xorg driver: %s\n"
+msgstr "Xorg pelilo: %s\n"
#: Xconfig/various.pm:72
#, c-format
@@ -673,8 +702,8 @@ msgstr "X Fenestro ĉe komenco"
#, c-format
msgid ""
"I can setup your computer to automatically start the graphical interface "
-"(XFree) upon booting.\n"
-"Would you like XFree to start when you reboot?"
+"(Xorg) upon booting.\n"
+"Would you like Xorg to start when you reboot?"
msgstr ""
"Mi povas konfiguri vian komputilon tiel ke ĝi aŭtomate lanĉos X kiam ĝi\n"
"ekfunkcias. Ĉu vi deziras ke X aŭtomate lanĉos?"
@@ -705,20 +734,47 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "Kiun normon uzas via TV?"
-#: any.pm:103 harddrake/sound.pm:150 interactive.pm:441 standalone/drakbug:259
-#: standalone/drakconnect:167 standalone/draksec:56 standalone/drakups:90
-#: standalone/drakxtv:90 standalone/harddrake2:140
-#: standalone/service_harddrake:126
+#: any.pm:116 harddrake/sound.pm:170 interactive.pm:441 standalone/drakbug:227
+#: standalone/drakconnect:167 standalone/drakconnect:611 standalone/draksec:68
+#: standalone/drakups:101 standalone/drakxtv:92 standalone/harddrake2:211
+#: standalone/service_harddrake:199
#, c-format
msgid "Please wait"
msgstr "Bonvole atendu"
-#: any.pm:103
+#: any.pm:116
#, fuzzy, c-format
msgid "Bootloader installation in progress"
msgstr "Startŝargila instalado"
-#: any.pm:142
+#: any.pm:127
+#, c-format
+msgid ""
+"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
+"the Volume ID of a Windows NT, 2000, or XP boot disk is a fatal Windows "
+"error.\n"
+"This caution does not apply to Windows 95 or 98, or to NT data disks.\n"
+"\n"
+"Assign a new Volume ID?"
+msgstr ""
+
+#: any.pm:138
+#, c-format
+msgid "Installation of bootloader failed. The following error occurred:"
+msgstr "Instalado de startŝargilo malsukcesis. La sekvanta eraro okazis:"
+
+#: any.pm:144
+#, 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"
+" reboot, hold down Command-Option-O-F at reboot and enter:\n"
+" setenv boot-device %s,\\\\:tbxi\n"
+" Then type: shut-down\n"
+"At your next boot you should see the bootloader prompt."
+msgstr ""
+
+#: any.pm:181
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
@@ -733,274 +789,259 @@ msgstr ""
"\n"
"En kiu drajvo vi startigas?"
-#: any.pm:165 any.pm:197 help.pm:800
+#: any.pm:204 help.pm:739
#, c-format
msgid "First sector of drive (MBR)"
msgstr "Unu sektoro de drajvo (ĈefStartRikordo)"
-#: any.pm:166
+#: any.pm:205
#, c-format
msgid "First sector of the root partition"
msgstr "Unua sektoro de radika subdisko"
-#: any.pm:168
+#: any.pm:207
#, c-format
msgid "On Floppy"
msgstr "Sur disketo"
-#: any.pm:170 help.pm:768 help.pm:800 printer/printerdrake.pm:3418
+#: any.pm:209 help.pm:739 printer/printerdrake.pm:3603
#, c-format
msgid "Skip"
msgstr "Ellasu"
-#: any.pm:175
-#, c-format
-msgid "SILO Installation"
-msgstr "SILO Instalado"
-
-#: any.pm:175
+#: any.pm:213
#, c-format
msgid "LILO/grub Installation"
msgstr "LILO/grub Instalado"
-#: any.pm:176
+#: any.pm:214
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Kie vi deziras instali la startŝargilon?"
-#: any.pm:197
-#, c-format
-msgid "First sector of boot partition"
-msgstr "Unua sektoro de starta subdisko"
-
-#: any.pm:209
+#: any.pm:239 standalone/drakboot:307
#, fuzzy, c-format
msgid "Boot Style Configuration"
msgstr "Post-instala konfigurado"
-#: any.pm:211 any.pm:248
+#: any.pm:241 any.pm:275
#, c-format
msgid "Bootloader main options"
msgstr "Startŝargilo ĉefaj opcioj"
-#: any.pm:215
+#: any.pm:245
#, c-format
msgid "Give the ram size in MB"
msgstr "Donu kvanton de memoro en MB"
-#: any.pm:217
+#: any.pm:247
#, c-format
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:218 any.pm:531 install_steps_interactive.pm:1150
+#: any.pm:248 any.pm:586 install_steps_interactive.pm:1215
#, c-format
msgid "The passwords do not match"
msgstr "La pasvortoj ne egalas"
-#: any.pm:218 any.pm:531 diskdrake/interactive.pm:1262
-#: install_steps_interactive.pm:1150
+#: any.pm:248 any.pm:586 diskdrake/interactive.pm:1261
+#: install_steps_interactive.pm:1215
#, c-format
msgid "Please try again"
msgstr "Bonvole provu denove"
-#: any.pm:223 any.pm:251 help.pm:768
+#: any.pm:253 any.pm:278
#, c-format
msgid "Bootloader to use"
msgstr "Startŝargilo por uzi"
-#: any.pm:225
-#, c-format
-msgid "Bootloader installation"
-msgstr "Startŝargila instalado"
-
-#: any.pm:227 any.pm:253 help.pm:768
+#: any.pm:255 any.pm:280
#, c-format
msgid "Boot device"
msgstr "Starta aparato"
-#: any.pm:229
+#: any.pm:257
#, c-format
msgid "Delay before booting default image"
msgstr "Prokrastoperiodo antaŭ starti defaŭltan sistemon"
-#: any.pm:230 help.pm:768
+#: any.pm:258
#, c-format
msgid "Enable ACPI"
msgstr "Ebligu ACPI"
-#: any.pm:232 help.pm:768
+#: any.pm:260
#, fuzzy, c-format
msgid "Force no APIC"
msgstr "Devigu No APIC"
-#: any.pm:234
+#: any.pm:262
#, fuzzy, c-format
msgid "Force No Local APIC"
msgstr "Devigu No APIC"
-#: any.pm:236 any.pm:558 diskdrake/smbnfs_gtk.pm:180
-#: install_steps_interactive.pm:1155 network/netconnect.pm:574
-#: printer/printerdrake.pm:1374 printer/printerdrake.pm:1494
-#: standalone/drakbackup:1626 standalone/drakbackup:3496
-#: standalone/drakups:278
+#: any.pm:264 any.pm:613 diskdrake/smbnfs_gtk.pm:180
+#: install_steps_interactive.pm:1220 network/netconnect.pm:595
+#: printer/printerdrake.pm:1489 printer/printerdrake.pm:1609
+#: standalone/drakbackup:1647 standalone/drakbackup:3490
+#: standalone/drakups:295
#, c-format
msgid "Password"
msgstr "Pasvorto"
-#: any.pm:237 any.pm:559 install_steps_interactive.pm:1156
+#: any.pm:265 any.pm:614 install_steps_interactive.pm:1221
#, c-format
msgid "Password (again)"
msgstr "Pasvorto (denove)"
-#: any.pm:238
+#: any.pm:266
#, c-format
msgid "Restrict command line options"
msgstr "Limigu komandliniajn opciojn"
-#: any.pm:238
+#: any.pm:266
#, c-format
msgid "restrict"
msgstr "limigu"
-#: any.pm:240
+#: any.pm:268
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Purigu /tmp dum ĉiuj startadoj"
-#: any.pm:241
+#: any.pm:269
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Preciza kvanto de memoro se bezonata (trovis %d MB)"
-#: any.pm:243
-#, c-format
-msgid "Enable multiple profiles"
-msgstr "Ebligu multoblajn profilojn"
-
-#: any.pm:252
+#: any.pm:279
#, c-format
msgid "Init Message"
msgstr ""
-#: any.pm:254
+#: any.pm:281
#, c-format
msgid "Open Firmware Delay"
msgstr ""
-#: any.pm:255
+#: any.pm:282
#, c-format
msgid "Kernel Boot Timeout"
msgstr ""
-#: any.pm:256
+#: any.pm:283
#, c-format
msgid "Enable CD Boot?"
msgstr "Ĉu ebligi CD Boot?"
-#: any.pm:257
+#: any.pm:284
#, c-format
msgid "Enable OF Boot?"
msgstr "Ĉu ebligi OF Boot?"
-#: any.pm:258
+#: any.pm:285
#, c-format
msgid "Default OS?"
msgstr "Defaŭlta Mastruma Sistemo?"
-#: any.pm:302
+#: any.pm:338
#, c-format
msgid "Image"
msgstr "Kerna bildo"
-#: any.pm:303 any.pm:312
+#: any.pm:339 any.pm:349
#, c-format
msgid "Root"
msgstr "Radiko"
-#: any.pm:304 any.pm:325
+#: any.pm:340 any.pm:362
#, c-format
msgid "Append"
msgstr "Alfiksu"
-#: any.pm:306
+#: any.pm:342 standalone/drakboot:309 standalone/drakboot:313
#, c-format
msgid "Video mode"
msgstr "Grafika reĝimo"
-#: any.pm:308
+#: any.pm:344
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:317 any.pm:322 any.pm:324
+#: any.pm:345
+#, fuzzy, c-format
+msgid "Network profile"
+msgstr "Nova profilo..."
+
+#: any.pm:354 any.pm:359 any.pm:361
#, c-format
msgid "Label"
msgstr "Etikedo"
-#: any.pm:319 any.pm:329 harddrake/v4l.pm:275 standalone/drakfloppy:89
-#: standalone/drakfloppy:95
+#: any.pm:356 any.pm:366 harddrake/v4l.pm:275 standalone/drakfloppy:84
+#: standalone/drakfloppy:90 standalone/draksec:52
#, c-format
msgid "Default"
msgstr "Defaŭlta"
-#: any.pm:326
+#: any.pm:363
#, c-format
msgid "Initrd-size"
msgstr "Initrd-grandeco"
-#: any.pm:328
+#: any.pm:365
#, c-format
msgid "NoVideo"
msgstr ""
-#: any.pm:339
+#: any.pm:376
#, c-format
msgid "Empty label not allowed"
msgstr "Malplena etikedo ne estas permesata"
-#: any.pm:340
+#: any.pm:377
#, c-format
msgid "You must specify a kernel image"
msgstr "Vi devas decidi pri kerno-bildo"
-#: any.pm:340
+#: any.pm:377
#, c-format
msgid "You must specify a root partition"
msgstr "Vi devas difini radikan (root) subdiskon"
-#: any.pm:341
+#: any.pm:378
#, c-format
msgid "This label is already used"
msgstr "Ĉi tiu etikedo estas jam uzata"
-#: any.pm:354
+#: any.pm:392
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Kiun specon de enskribo vi deziras aldoni"
-#: any.pm:355
+#: any.pm:393
#, c-format
msgid "Linux"
msgstr "Linukso"
-#: any.pm:355
+#: any.pm:393
#, c-format
msgid "Other OS (SunOS...)"
msgstr "Alia Mastruma Sistemo (SunOS...)"
-#: any.pm:356
+#: any.pm:394
#, c-format
msgid "Other OS (MacOS...)"
msgstr "Alia Mastruma Sistemo (MacOS...)"
-#: any.pm:356
+#: any.pm:394
#, c-format
msgid "Other OS (Windows...)"
msgstr "Alia Mastruma Sistemo (Vindozo...)"
-#: any.pm:384
+#: any.pm:422
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1009,73 +1050,73 @@ msgstr ""
"Jen la diversaj enskriboj.\n"
"Vi povas aldoni pli aŭ ŝanĝi la ekzistantajn."
-#: any.pm:516
+#: any.pm:572
#, c-format
msgid "access to X programs"
msgstr "aliro al X-programoj"
-#: any.pm:517
+#: any.pm:573
#, c-format
msgid "access to rpm tools"
msgstr "aliro al rpm-iloj"
-#: any.pm:518
+#: any.pm:574
#, c-format
msgid "allow \"su\""
msgstr "permesu \"su\""
-#: any.pm:519
+#: any.pm:575
#, c-format
msgid "access to administrative files"
msgstr "aliro al administraj dosieroj"
-#: any.pm:520
+#: any.pm:576
#, c-format
msgid "access to network tools"
msgstr "aliro al retiloj"
-#: any.pm:521
+#: any.pm:577
#, c-format
msgid "access to compilation tools"
msgstr "aliro al kompililoj"
-#: any.pm:527
+#: any.pm:582
#, c-format
msgid "(already added %s)"
msgstr "(jam aldonis %s)"
-#: any.pm:532
+#: any.pm:587
#, c-format
msgid "This password is too simple"
msgstr "Ĉi tiu pasvorto estas tro simpla"
-#: any.pm:533
+#: any.pm:588
#, c-format
msgid "Please give a user name"
msgstr "Bonvole donu salutnomon"
-#: any.pm:534
+#: any.pm:589
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Salutnomo devas enhavi nur minusklojn, ciferojn, `-' kaj `_'"
-#: any.pm:535
+#: any.pm:590
#, c-format
msgid "The user name is too long"
msgstr "Ĉi tiu salutnomo estas tro longa"
-#: any.pm:536
+#: any.pm:591
#, c-format
msgid "This user name has already been added"
msgstr "Ĉi tiu salutnomo estas jam aldonita"
-#: any.pm:540
+#: any.pm:595
#, c-format
msgid "Add user"
msgstr "Aldonu uzanto"
-#: any.pm:541
+#: any.pm:596
#, c-format
msgid ""
"Enter a user\n"
@@ -1084,73 +1125,77 @@ msgstr ""
"Enigu uzanton\n"
"%s"
-#: any.pm:544 diskdrake/dav.pm:68 diskdrake/hd_gtk.pm:158
-#: diskdrake/removable.pm:27 diskdrake/smbnfs_gtk.pm:82 help.pm:544
-#: interactive/http.pm:152 printer/printerdrake.pm:165
-#: printer/printerdrake.pm:352 printer/printerdrake.pm:4076
-#: standalone/drakbackup:2708 standalone/scannerdrake:641
-#: standalone/scannerdrake:791
+#: any.pm:599 diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:157
+#: diskdrake/removable.pm:26 diskdrake/smbnfs_gtk.pm:82 help.pm:530
+#: interactive/http.pm:151 printer/printerdrake.pm:191
+#: printer/printerdrake.pm:376 printer/printerdrake.pm:4382
+#: standalone/drakbackup:2703 standalone/scannerdrake:637
+#: standalone/scannerdrake:787
#, c-format
msgid "Done"
msgstr "Finata"
-#: any.pm:545 help.pm:52
+#: any.pm:600 help.pm:51
#, c-format
msgid "Accept user"
msgstr "Akceptu uzanto"
-#: any.pm:556
+#: any.pm:611
#, c-format
msgid "Real name"
msgstr "Vera nomo"
-#: any.pm:557 help.pm:52 printer/printerdrake.pm:1373
-#: printer/printerdrake.pm:1493
-#, c-format
-msgid "User name"
-msgstr "Salutnomo"
+#: any.pm:612 standalone/drakbackup:1642
+#, fuzzy, c-format
+msgid "Login name"
+msgstr "Domajna nomo"
-#: any.pm:560
+#: any.pm:615
#, c-format
msgid "Shell"
msgstr "Ŝelo"
-#: any.pm:562
+#: any.pm:617
#, c-format
msgid "Icon"
msgstr "Piktogramo"
-#: any.pm:603 security/l10n.pm:14
+#: any.pm:664 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Aŭtomata-enregistrado"
-#: any.pm:604
+#: any.pm:665
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr "Mi povas konfiguri vian komputilon por aŭtomate enirigi unu uzulon"
-#: any.pm:605 help.pm:52
+#: any.pm:666 help.pm:51
#, c-format
msgid "Do you want to use this feature?"
msgstr "Ĉu vi deziras uzi tiun funkcion?"
-#: any.pm:606
+#: any.pm:667
#, c-format
msgid "Choose the default user:"
msgstr "Elektu la defaŭltan uzulon:"
-#: any.pm:607
+#: any.pm:668
#, c-format
msgid "Choose the window manager to run:"
msgstr "Elektu la fenestro-administrilon por lanĉi:"
-#: any.pm:619
+#: any.pm:680
#, c-format
msgid "Please choose a language to use."
msgstr "Bonvole elektu lingvon por uzi."
-#: any.pm:640
+#: any.pm:681
+#, fuzzy, c-format
+msgid "Language choice"
+msgstr "Mianmaro"
+
+#: any.pm:707
#, c-format
msgid ""
"Mandrakelinux can support multiple languages. Select\n"
@@ -1159,48 +1204,57 @@ msgid ""
msgstr ""
"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malantaŭ la instalado"
-#: any.pm:658 help.pm:660
+#: any.pm:725 help.pm:647
#, c-format
msgid "Use Unicode by default"
msgstr "Uzu Unikodon defaŭlte"
-#: any.pm:659 help.pm:660
+#: any.pm:726 help.pm:647
#, c-format
msgid "All languages"
msgstr "Ĉiuj lingvoj"
-#: any.pm:698 help.pm:581 help.pm:991 install_steps_interactive.pm:895
+#: any.pm:765 help.pm:566 help.pm:855 install_steps_interactive.pm:960
#, c-format
msgid "Country / Region"
msgstr "Lando"
-#: any.pm:699
+#: any.pm:766
#, c-format
msgid "Please choose your country."
msgstr "Bonvole elektu vian landon."
-#: any.pm:701
+#: any.pm:768
#, c-format
msgid "Here is the full list of available countries"
msgstr "Jen la kompleta listo de atingeblaj landoj"
-#: any.pm:702 diskdrake/interactive.pm:297 help.pm:544 help.pm:581 help.pm:621
-#: help.pm:991 install_steps_interactive.pm:114
+#: any.pm:769
+#, fuzzy, c-format
+msgid "Other Countries"
+msgstr "Aliaj pordoj"
+
+#: any.pm:777
#, c-format
-msgid "More"
-msgstr "Plu"
+msgid "Input method:"
+msgstr ""
-#: any.pm:833
+#: any.pm:778 install_any.pm:420 printer/printerdrake.pm:99
+#, fuzzy, c-format
+msgid "None"
+msgstr "Finata"
+
+#: any.pm:912
#, c-format
msgid "No sharing"
msgstr "Ne kundivido"
-#: any.pm:833
+#: any.pm:912
#, c-format
msgid "Allow all users"
msgstr "Permesu ĉiujn uzulojn"
-#: any.pm:837
+#: any.pm:916
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -1216,124 +1270,233 @@ msgstr ""
"\n"
"\"Custum\" ebligas per-uzulan.\n"
-#: any.pm:849
+#: any.pm:928
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:852
+#: any.pm:931
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:860
+#: any.pm:939
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr "Vi povas eksporti uzante NFS aŭ SMB. Bonvole elektu kiun vi ŝatus uzi."
-#: any.pm:883
+#: any.pm:964
#, c-format
msgid "Launch userdrake"
msgstr "Lanĉu userdrake"
-#: any.pm:885
+#: any.pm:964 printer/printerdrake.pm:3478 printer/printerdrake.pm:3481
+#: printer/printerdrake.pm:3482 printer/printerdrake.pm:3483
+#: printer/printerdrake.pm:4676 standalone/drakTermServ:289
+#: standalone/drakbackup:4084 standalone/drakbug:151 standalone/drakfont:500
+#: standalone/drakfont:594 standalone/net_monitor:123
+#: standalone/printerdrake:559
+#, c-format
+msgid "Close"
+msgstr "Malfermu"
+
+#: any.pm:966
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user to this group."
msgstr ""
-#: authentication.pm:12
-#, c-format
-msgid "Local files"
+#: authentication.pm:16
+#, fuzzy, c-format
+msgid "Local file"
msgstr "Lokaj dosieroj"
-#: authentication.pm:12
+#: authentication.pm:17
#, c-format
msgid "LDAP"
msgstr "LDAP"
-#: authentication.pm:12
+#: authentication.pm:18
#, c-format
msgid "NIS"
msgstr "NIS"
-#: authentication.pm:12 authentication.pm:72
+#: authentication.pm:19 authentication.pm:127
#, c-format
msgid "Windows Domain"
msgstr "Vindozo Domajno"
-#: authentication.pm:12
+#: authentication.pm:20
+#, c-format
+msgid "Active Directory with SFU"
+msgstr ""
+
+#: authentication.pm:21
+#, c-format
+msgid "Active Directory with Winbind"
+msgstr ""
+
+#: authentication.pm:30
+#, fuzzy, c-format
+msgid "Local file:"
+msgstr "Lokaj dosieroj:"
+
+#: authentication.pm:30
#, c-format
-msgid "Active Directory"
+msgid ""
+"Use local for all authentication and information user tell in local file"
+msgstr ""
+
+#: authentication.pm:31
+#, c-format
+msgid "LDAP:"
+msgstr "LDAP:"
+
+#: authentication.pm:31
+#, c-format
+msgid ""
+"Tells your computer to use LDAP for some or all authentication. LDAP "
+"consolidates certain types of information within your organization."
+msgstr ""
+
+#: authentication.pm:32
+#, c-format
+msgid "NIS:"
+msgstr "NIS:"
+
+#: authentication.pm:32
+#, c-format
+msgid ""
+"Allows you to run a group of computers in the same Network Information "
+"Service domain with a common password and group file."
msgstr ""
-#: authentication.pm:38
+#: authentication.pm:33
+#, c-format
+msgid "Windows Domain:"
+msgstr "Vindozo Domajno:"
+
+#: authentication.pm:33
+#, c-format
+msgid ""
+"Winbind allows the system to retrieve information and authenticate users in "
+"a Windows domain."
+msgstr ""
+
+#: authentication.pm:34
+#, c-format
+msgid "Active Directory with SFU:"
+msgstr ""
+
+#: authentication.pm:34 authentication.pm:35
+#, c-format
+msgid ""
+"Kerberos is a secure system for providing network authentication services."
+msgstr ""
+
+#: authentication.pm:35
+#, c-format
+msgid "Active Directory with Winbind:"
+msgstr ""
+
+#: authentication.pm:60
#, c-format
msgid "Authentication LDAP"
msgstr "Aŭtentikiga LDAP"
-#: authentication.pm:39
+#: authentication.pm:61
#, c-format
msgid "LDAP Base dn"
msgstr ""
-#: authentication.pm:40
+#: authentication.pm:62 share/compssUsers.pl:101
#, c-format
msgid "LDAP Server"
msgstr "LDAP Servilo"
-#: authentication.pm:50
+#: authentication.pm:75 fsedit.pm:21
+#, c-format
+msgid "simple"
+msgstr "simpla"
+
+#: authentication.pm:76
+#, c-format
+msgid "TLS"
+msgstr ""
+
+#: authentication.pm:77
+#, c-format
+msgid "SSL"
+msgstr ""
+
+#: authentication.pm:78
+#, c-format
+msgid "security layout (SASL/Kerberos)"
+msgstr ""
+
+#: authentication.pm:85 authentication.pm:123
#, fuzzy, c-format
msgid "Authentication Active Directory"
msgstr "Aŭtentikigado"
-#: authentication.pm:51 diskdrake/smbnfs_gtk.pm:181
+#: authentication.pm:86 authentication.pm:125 diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Domain"
msgstr "Domajno"
-#: authentication.pm:52 diskdrake/dav.pm:65 help.pm:137
+#: authentication.pm:88 diskdrake/dav.pm:63 help.pm:146
+#: printer/printerdrake.pm:135 share/compssUsers.pl:81
#, c-format
msgid "Server"
msgstr "Servilo"
-#: authentication.pm:53
-#, c-format
+#: authentication.pm:89
+#, fuzzy, c-format
msgid "LDAP users database"
+msgstr "Datumbazoj"
+
+#: authentication.pm:90
+#, c-format
+msgid "Use Anonymous BIND "
msgstr ""
-#: authentication.pm:54
+#: authentication.pm:91
#, c-format
msgid "LDAP user allowed to browse the Active Directory"
msgstr ""
-#: authentication.pm:55
+#: authentication.pm:92
#, fuzzy, c-format
msgid "Password for user"
msgstr "Pasvorto"
-#: authentication.pm:62
+#: authentication.pm:93
+#, fuzzy, c-format
+msgid "Encryption"
+msgstr "Aŭtentikigado"
+
+#: authentication.pm:104
#, c-format
msgid "Authentication NIS"
msgstr "Aŭtentikiga NIS"
-#: authentication.pm:63
+#: authentication.pm:105
#, c-format
msgid "NIS Domain"
msgstr "NIS Domajno"
-#: authentication.pm:64
+#: authentication.pm:106
#, c-format
msgid "NIS Server"
msgstr "NIS Servilo"
-#: authentication.pm:69
+#: authentication.pm:111
#, c-format
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
@@ -1350,28 +1513,38 @@ msgid ""
"good."
msgstr ""
-#: authentication.pm:71
+#: authentication.pm:123
#, c-format
msgid "Authentication Windows Domain"
msgstr "Aŭtentikigado Vondoza Domajno"
-#: authentication.pm:73
+#: authentication.pm:128
#, c-format
msgid "Domain Admin User Name"
msgstr "Uzulnomo de la Domajna administranto"
-#: authentication.pm:74
+#: authentication.pm:129
#, c-format
msgid "Domain Admin Password"
msgstr ""
-#: authentication.pm:149
+#: authentication.pm:130
+#, c-format
+msgid "Use Idmap for store UID/SID "
+msgstr ""
+
+#: authentication.pm:131
+#, fuzzy, c-format
+msgid "Default Idmap "
+msgstr "Defaŭlta"
+
+#: authentication.pm:231
#, c-format
msgid "Can't use broadcast with no NIS domain"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:532
+#: bootloader.pm:673
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -1386,56 +1559,51 @@ msgstr ""
"atendu por defauxlta starto.\n"
"\n"
-#: bootloader.pm:663
-#, c-format
-msgid "SILO"
-msgstr ""
-
-#: bootloader.pm:665 help.pm:768
+#: bootloader.pm:787
#, c-format
msgid "LILO with graphical menu"
msgstr ""
-#: bootloader.pm:666 help.pm:768
+#: bootloader.pm:788
#, c-format
msgid "LILO with text menu"
msgstr ""
-#: bootloader.pm:668
+#: bootloader.pm:789
#, c-format
msgid "Grub"
msgstr ""
-#: bootloader.pm:670
+#: bootloader.pm:790
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:1142
+#: bootloader.pm:852
#, c-format
msgid "not enough room in /boot"
msgstr "mankas sufiĉe da spaco en /boot"
-#: bootloader.pm:1170
+#: bootloader.pm:1266
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Vi ne povas instali la startŝargilon en %s-subdiskon\n"
-#: bootloader.pm:1214
+#: bootloader.pm:1311
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1221
+#: bootloader.pm:1326
#, c-format
msgid ""
"The bootloader can't be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1222
+#: bootloader.pm:1327
#, fuzzy, c-format
msgid "Re-install Boot Loader"
msgstr "Instalu restart-ŝargilon"
@@ -1495,76 +1663,79 @@ msgstr "kdesu mankas"
msgid "consolehelper missing"
msgstr ""
-#: crypto.pm:14 crypto.pm:28 lang.pm:240 network/adsl_consts.pm:44
-#: network/adsl_consts.pm:55 network/adsl_consts.pm:65
-#: network/adsl_consts.pm:75 network/adsl_consts.pm:86
-#: network/adsl_consts.pm:97 network/adsl_consts.pm:107
-#: network/adsl_consts.pm:117 network/adsl_consts.pm:264
-#: network/netconnect.pm:46
+#: crypto.pm:14 crypto.pm:28 lang.pm:254 network/adsl_consts.pm:309
+#: network/adsl_consts.pm:320 network/adsl_consts.pm:330
+#: network/adsl_consts.pm:340 network/adsl_consts.pm:350
+#: network/adsl_consts.pm:361 network/adsl_consts.pm:372
+#: network/adsl_consts.pm:382 network/adsl_consts.pm:392
+#: network/netconnect.pm:47
#, c-format
msgid "France"
msgstr "Francio"
-#: crypto.pm:15 lang.pm:216
+#: crypto.pm:15 lang.pm:229
#, c-format
msgid "Costa Rica"
msgstr "Kostariko"
-#: crypto.pm:16 crypto.pm:29 lang.pm:188 network/adsl_consts.pm:26
-#: network/adsl_consts.pm:36 network/netconnect.pm:49
+#: crypto.pm:16 crypto.pm:29 lang.pm:201 network/adsl_consts.pm:59
+#: network/adsl_consts.pm:66 network/adsl_consts.pm:77
+#: network/adsl_consts.pm:85 network/netconnect.pm:50
#, c-format
msgid "Belgium"
msgstr "Belgio"
-#: crypto.pm:17 crypto.pm:30 lang.pm:221
+#: crypto.pm:17 crypto.pm:30 lang.pm:235
#, c-format
msgid "Czech Republic"
msgstr "la Ĉeĥa Respubliko"
-#: crypto.pm:18 crypto.pm:31 lang.pm:222 network/adsl_consts.pm:134
-#: network/adsl_consts.pm:142
+#: crypto.pm:18 crypto.pm:31 lang.pm:236 network/adsl_consts.pm:410
+#: network/adsl_consts.pm:418
#, c-format
msgid "Germany"
msgstr "Germanio"
-#: crypto.pm:19 crypto.pm:32 lang.pm:253
+#: crypto.pm:19 crypto.pm:32 lang.pm:267 network/adsl_consts.pm:428
#, c-format
msgid "Greece"
msgstr "Grekio"
-#: crypto.pm:20 crypto.pm:33 lang.pm:326
+#: crypto.pm:20 crypto.pm:33 lang.pm:340
#, c-format
msgid "Norway"
msgstr "Norvegio"
-#: crypto.pm:21 crypto.pm:34 lang.pm:355 network/adsl_consts.pm:240
+#: crypto.pm:21 crypto.pm:34 lang.pm:369 network/adsl_consts.pm:561
#, c-format
msgid "Sweden"
msgstr "Svedio"
-#: crypto.pm:22 crypto.pm:36 lang.pm:325 network/adsl_consts.pm:178
-#: network/netconnect.pm:47
+#: crypto.pm:22 crypto.pm:36 lang.pm:339 network/adsl_consts.pm:495
+#: network/netconnect.pm:48
#, c-format
msgid "Netherlands"
msgstr "Nederlando"
-#: crypto.pm:23 crypto.pm:37 lang.pm:273 network/adsl_consts.pm:158
-#: network/adsl_consts.pm:168 network/netconnect.pm:48 standalone/drakxtv:45
+#: crypto.pm:23 crypto.pm:37 lang.pm:287 network/adsl_consts.pm:452
+#: network/adsl_consts.pm:462 network/adsl_consts.pm:469
+#: network/netconnect.pm:49 standalone/drakxtv:47
#, c-format
msgid "Italy"
msgstr "Italio"
-#: crypto.pm:24 crypto.pm:38 lang.pm:181 network/adsl_consts.pm:20
+#: crypto.pm:24 crypto.pm:38 lang.pm:194 network/adsl_consts.pm:36
+#: network/adsl_consts.pm:44 network/adsl_consts.pm:52
#, c-format
msgid "Austria"
msgstr "Aŭstrio"
-#: crypto.pm:35 crypto.pm:65 lang.pm:389 network/netconnect.pm:50
+#: crypto.pm:35 crypto.pm:65 lang.pm:403 network/netconnect.pm:51
#, c-format
msgid "United States"
msgstr "Usono"
-#: diskdrake/dav.pm:19
+#: diskdrake/dav.pm:17
#, c-format
msgid ""
"WebDAV is a protocol that allows you to mount a web server's directory\n"
@@ -1578,66 +1749,60 @@ msgstr ""
"konfigurita kiel WebDAV-servilo). Se vi deziras aldoni WebDAF-kroĉpunktojn,\n"
"elektu \"New\"."
-#: diskdrake/dav.pm:27
+#: diskdrake/dav.pm:25
#, c-format
msgid "New"
msgstr "Nova"
-#: diskdrake/dav.pm:63 diskdrake/interactive.pm:422 diskdrake/smbnfs_gtk.pm:75
+#: diskdrake/dav.pm:61 diskdrake/interactive.pm:425 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr "Malmuntu"
-#: diskdrake/dav.pm:64 diskdrake/interactive.pm:419 diskdrake/smbnfs_gtk.pm:76
+#: diskdrake/dav.pm:62 diskdrake/interactive.pm:422 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr "Muntu"
-#: diskdrake/dav.pm:66 diskdrake/interactive.pm:413
-#: diskdrake/interactive.pm:621 diskdrake/interactive.pm:640
-#: diskdrake/removable.pm:24 diskdrake/smbnfs_gtk.pm:79
+#: diskdrake/dav.pm:64 diskdrake/interactive.pm:416
+#: diskdrake/interactive.pm:627 diskdrake/interactive.pm:646
+#: diskdrake/removable.pm:23 diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr "Surmetingo"
-#: diskdrake/dav.pm:85
+#: diskdrake/dav.pm:83
#, c-format
msgid "Please enter the WebDAV server URL"
msgstr "Bonvole entajpu la servilan URL de la WebDAV"
-#: diskdrake/dav.pm:89
+#: diskdrake/dav.pm:87
#, c-format
msgid "The URL must begin with http:// or https://"
msgstr "La URL devas komenci per http:// aŭ https://"
-#: diskdrake/dav.pm:111
+#: diskdrake/dav.pm:109
#, c-format
msgid "Server: "
msgstr "Servilo:"
-#: diskdrake/dav.pm:112 diskdrake/interactive.pm:474
-#: diskdrake/interactive.pm:1154 diskdrake/interactive.pm:1232
+#: diskdrake/dav.pm:110 diskdrake/interactive.pm:479
+#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1232
#, c-format
msgid "Mount point: "
msgstr "Surmetingo: "
-#: diskdrake/dav.pm:113 diskdrake/interactive.pm:1240
+#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1239
#, c-format
msgid "Options: %s"
msgstr "Opcioj: %s"
-#: diskdrake/hd_gtk.pm:96 diskdrake/interactive.pm:1000
-#: diskdrake/interactive.pm:1010 diskdrake/interactive.pm:1070
-#, c-format
-msgid "Read carefully!"
-msgstr "Legu zorge"
-
-#: diskdrake/hd_gtk.pm:96
+#: diskdrake/hd_gtk.pm:95
#, c-format
msgid "Please make a backup of your data first"
msgstr "Bonvolu fari rezervan kopion de via dateno antaŭe"
-#: diskdrake/hd_gtk.pm:99
+#: diskdrake/hd_gtk.pm:98
#, c-format
msgid ""
"If you plan to use aboot, be careful to leave a free space (2048 sectors is "
@@ -1648,17 +1813,17 @@ msgstr ""
"sufiĉas)\n"
"ĉe la komenco de la disko"
-#: diskdrake/hd_gtk.pm:156 help.pm:544
+#: diskdrake/hd_gtk.pm:155 help.pm:530
#, c-format
msgid "Wizard"
msgstr "Sorĉisto"
-#: diskdrake/hd_gtk.pm:189
+#: diskdrake/hd_gtk.pm:188
#, c-format
msgid "Choose action"
msgstr "Elektu agon"
-#: diskdrake/hd_gtk.pm:193
+#: diskdrake/hd_gtk.pm:192
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1669,180 +1834,186 @@ msgstr ""
"Mi proponas ke vi unue regrandecigu tiun subdiskon\n"
"(klaku sur ĝin, kaj poste klaku sur \"Regrandecigu\")"
-#: diskdrake/hd_gtk.pm:195
+#: diskdrake/hd_gtk.pm:194
#, c-format
msgid "Please click on a partition"
msgstr "Bonvolu klaki sur subdiskon"
-#: diskdrake/hd_gtk.pm:209 diskdrake/smbnfs_gtk.pm:63 install_steps_gtk.pm:477
-#: standalone/drakbackup:2942 standalone/drakbackup:3004
+#: diskdrake/hd_gtk.pm:208 diskdrake/smbnfs_gtk.pm:63 install_steps_gtk.pm:474
+#: standalone/drakbackup:2938 standalone/drakbackup:2998
#, c-format
msgid "Details"
msgstr "Detaloj"
-#: diskdrake/hd_gtk.pm:255
+#: diskdrake/hd_gtk.pm:254
#, c-format
msgid "No hard drives found"
msgstr "Neniaj durdiskoj trovitaj"
# this entry must not be too long, or the window gets tooooo wiiiiiide
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Ext2"
msgstr "Ext2"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Journalised FS"
msgstr "Journalised FS"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Swap"
msgstr "Interŝanĝa"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "SunOS"
msgstr "SunOS"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "HFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:326
+#: diskdrake/hd_gtk.pm:325
#, c-format
msgid "Windows"
msgstr "Vindozo"
-#: diskdrake/hd_gtk.pm:327 install_steps_gtk.pm:329 mouse.pm:167
-#: services.pm:164 standalone/drakbackup:1582 standalone/drakperm:254
+#: diskdrake/hd_gtk.pm:326 install_steps_gtk.pm:298 mouse.pm:168
+#: services.pm:164 standalone/drakbackup:1603 standalone/drakperm:250
#, c-format
msgid "Other"
msgstr "Alia"
-#: diskdrake/hd_gtk.pm:327 diskdrake/interactive.pm:1172
+#: diskdrake/hd_gtk.pm:326 diskdrake/interactive.pm:1172
#, c-format
msgid "Empty"
msgstr "Malplena"
-#: diskdrake/hd_gtk.pm:331
+#: diskdrake/hd_gtk.pm:330
#, c-format
msgid "Filesystem types:"
msgstr "Specoj de dosiersistemoj:"
-#: diskdrake/hd_gtk.pm:348 diskdrake/hd_gtk.pm:350 diskdrake/hd_gtk.pm:353
+#: diskdrake/hd_gtk.pm:347 diskdrake/hd_gtk.pm:349 diskdrake/hd_gtk.pm:352
#, c-format
msgid "Use ``%s'' instead"
msgstr "Uzu ``%s'' anstataŭe"
-#: diskdrake/hd_gtk.pm:348 diskdrake/hd_gtk.pm:353
-#: diskdrake/interactive.pm:414 diskdrake/interactive.pm:574
-#: diskdrake/removable.pm:26 diskdrake/removable.pm:49
-#: standalone/harddrake2:72
+#: diskdrake/hd_gtk.pm:347 diskdrake/hd_gtk.pm:352
+#: diskdrake/interactive.pm:417 diskdrake/interactive.pm:580
+#: diskdrake/removable.pm:25 diskdrake/removable.pm:48
+#: standalone/harddrake2:101
#, c-format
msgid "Type"
msgstr "Tipo"
-#: diskdrake/hd_gtk.pm:348 diskdrake/interactive.pm:436
+#: diskdrake/hd_gtk.pm:347 diskdrake/interactive.pm:441
#, c-format
msgid "Create"
msgstr "Kreu"
#. -PO: "Delete" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: diskdrake/hd_gtk.pm:350 diskdrake/interactive.pm:423
-#: standalone/drakperm:124 standalone/printerdrake:236
+#: diskdrake/hd_gtk.pm:349 diskdrake/interactive.pm:426
+#: standalone/drakperm:124 standalone/printerdrake:242
#, c-format
msgid "Delete"
msgstr "Forigu"
-#: diskdrake/hd_gtk.pm:353
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Uzu ``Malmuntu'' antaŭe"
-#: diskdrake/interactive.pm:184
+#: diskdrake/interactive.pm:187
#, c-format
msgid "Choose another partition"
msgstr "Elektu alian subdiskon"
-#: diskdrake/interactive.pm:184
+#: diskdrake/interactive.pm:187
#, c-format
msgid "Choose a partition"
msgstr "Elektu subdiskon"
-#: diskdrake/interactive.pm:213
+#: diskdrake/interactive.pm:216
#, c-format
msgid "Exit"
msgstr "Eliro"
-#: diskdrake/interactive.pm:246 help.pm:544
+#: diskdrake/interactive.pm:249 help.pm:530
#, c-format
msgid "Undo"
msgstr "Malfaru"
-#: diskdrake/interactive.pm:246
+#: diskdrake/interactive.pm:249
#, c-format
msgid "Toggle to normal mode"
msgstr "Ŝanĝu al Normala reĝimo"
-#: diskdrake/interactive.pm:246
+#: diskdrake/interactive.pm:249
#, c-format
msgid "Toggle to expert mode"
msgstr "Ŝanĝu al Spertula reĝimo"
-#: diskdrake/interactive.pm:265
+#: diskdrake/interactive.pm:268
#, c-format
msgid "Continue anyway?"
msgstr "Ĉu mi devus daŭri malgraŭe?"
-#: diskdrake/interactive.pm:270
+#: diskdrake/interactive.pm:273
#, c-format
msgid "Quit without saving"
msgstr "Ĉu eliru sen konservi"
-#: diskdrake/interactive.pm:270
+#: diskdrake/interactive.pm:273
#, c-format
msgid "Quit without writing the partition table?"
msgstr "Ĉu eliru sen skribi la subdisktabelon?"
-#: diskdrake/interactive.pm:275
+#: diskdrake/interactive.pm:278
#, c-format
msgid "Do you want to save /etc/fstab modifications"
msgstr "Ĉu vi deziras konservi la modifojn en /etc/fstab?"
-#: diskdrake/interactive.pm:282 install_steps_interactive.pm:301
+#: diskdrake/interactive.pm:285 install_steps_interactive.pm:313
#, c-format
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Vi bezonas restarti por la ŝanĝoj al la subdisktabelo efektivigi"
-#: diskdrake/interactive.pm:295 help.pm:544
+#: diskdrake/interactive.pm:298 help.pm:530
#, c-format
msgid "Clear all"
msgstr "Forviŝu ĉion"
-#: diskdrake/interactive.pm:296 help.pm:544
+#: diskdrake/interactive.pm:299 help.pm:530
#, c-format
msgid "Auto allocate"
msgstr "Aŭtomate disponigu"
-#: diskdrake/interactive.pm:302
+#: diskdrake/interactive.pm:300 help.pm:530 help.pm:566 help.pm:606
+#: help.pm:855 install_steps_interactive.pm:124
+#, c-format
+msgid "More"
+msgstr "Plu"
+
+#: diskdrake/interactive.pm:305
#, c-format
msgid "Hard drive information"
msgstr "Informoj pri fiksdisko(j)"
-#: diskdrake/interactive.pm:334
+#: diskdrake/interactive.pm:337
#, c-format
msgid "All primary partitions are used"
msgstr "Ĉiuj el la subdiskoj estas uzata"
-#: diskdrake/interactive.pm:335
+#: diskdrake/interactive.pm:338
#, c-format
msgid "I can't add any more partitions"
msgstr "Mi ne povas aldoni plu da subdiskoj"
-#: diskdrake/interactive.pm:336
+#: diskdrake/interactive.pm:339
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
@@ -1851,37 +2022,37 @@ msgstr ""
"Por havi plu da subdiskoj, bonvole forigu unu por povi krei etendigitan\n"
"subdiskon"
-#: diskdrake/interactive.pm:347 help.pm:544
+#: diskdrake/interactive.pm:350 help.pm:530
#, c-format
msgid "Save partition table"
msgstr "Konservu la subdiskotabelon"
-#: diskdrake/interactive.pm:348 help.pm:544
+#: diskdrake/interactive.pm:351 help.pm:530
#, c-format
msgid "Restore partition table"
msgstr "Restaŭru subdiskotabelon"
-#: diskdrake/interactive.pm:349 help.pm:544
+#: diskdrake/interactive.pm:352 help.pm:530
#, c-format
msgid "Rescue partition table"
msgstr "Sava subdiskotabelo"
-#: diskdrake/interactive.pm:351 help.pm:544
+#: diskdrake/interactive.pm:354 help.pm:530
#, c-format
msgid "Reload partition table"
msgstr "Reŝargu subdiskotabelon"
-#: diskdrake/interactive.pm:353
+#: diskdrake/interactive.pm:356
#, c-format
msgid "Removable media automounting"
msgstr "Aŭtomata kroĉado de demeteblaj aparatoj"
-#: diskdrake/interactive.pm:362 diskdrake/interactive.pm:382
+#: diskdrake/interactive.pm:365 diskdrake/interactive.pm:385
#, c-format
msgid "Select file"
msgstr "Elektu dosieron"
-#: diskdrake/interactive.pm:369
+#: diskdrake/interactive.pm:372
#, c-format
msgid ""
"The backup partition table has not the same size\n"
@@ -1890,23 +2061,23 @@ msgstr ""
"La rezerva subdisktabelo ne estas la sama grandeco\n"
"Ĉu daŭras tamen?"
-#: diskdrake/interactive.pm:383 harddrake/sound.pm:226 keyboard.pm:340
-#: network/netconnect.pm:450 network/netconnect.pm:469
-#: printer/printerdrake.pm:936 printer/printerdrake.pm:1891
-#: printer/printerdrake.pm:1953 printer/printerdrake.pm:1987
-#: printer/printerdrake.pm:2291 printer/printerdrake.pm:3149
-#: printer/printerdrake.pm:3426 printer/printerdrake.pm:3545
-#: printer/printerdrake.pm:4543 standalone/drakTermServ:340
-#: standalone/drakTermServ:1072 standalone/drakTermServ:1128
-#: standalone/drakTermServ:1801 standalone/drakbackup:510
-#: standalone/drakbackup:609 standalone/drakboot:156 standalone/drakclock:214
-#: standalone/drakconnect:921 standalone/drakfloppy:296 standalone/drakups:27
-#: standalone/scannerdrake:50 standalone/scannerdrake:913
+#: diskdrake/interactive.pm:386 harddrake/sound.pm:246 keyboard.pm:351
+#: lang.pm:1046 network/netconnect.pm:470 printer/printerdrake.pm:1037
+#: printer/printerdrake.pm:2009 printer/printerdrake.pm:2075
+#: printer/printerdrake.pm:2110 printer/printerdrake.pm:2414
+#: printer/printerdrake.pm:3330 printer/printerdrake.pm:3611
+#: printer/printerdrake.pm:3733 printer/printerdrake.pm:4823
+#: standalone/drakTermServ:315 standalone/drakTermServ:1045
+#: standalone/drakTermServ:1101 standalone/drakTermServ:1769
+#: standalone/drakbackup:511 standalone/drakbackup:610 standalone/drakboot:165
+#: standalone/drakclock:225 standalone/drakconnect:972
+#: standalone/drakfloppy:291 standalone/drakups:27 standalone/scannerdrake:51
+#: standalone/scannerdrake:909
#, c-format
msgid "Warning"
msgstr "Averto"
-#: diskdrake/interactive.pm:384
+#: diskdrake/interactive.pm:387
#, c-format
msgid ""
"Insert a floppy in drive\n"
@@ -1915,92 +2086,92 @@ msgstr ""
"Enŝovu disketon en drajvo\n"
"Ĉiuj datenoj sur tiu disketo estos perdata"
-#: diskdrake/interactive.pm:395
+#: diskdrake/interactive.pm:398
#, c-format
msgid "Trying to rescue partition table"
msgstr "Provas savi subdisktabelon"
-#: diskdrake/interactive.pm:401
+#: diskdrake/interactive.pm:404
#, c-format
msgid "Detailed information"
msgstr "Detala informo"
-#: diskdrake/interactive.pm:416 diskdrake/interactive.pm:711
+#: diskdrake/interactive.pm:419 diskdrake/interactive.pm:717
#, c-format
msgid "Resize"
msgstr "Regrandecigu"
-#: diskdrake/interactive.pm:417 diskdrake/interactive.pm:779
+#: diskdrake/interactive.pm:420 diskdrake/interactive.pm:783
#, c-format
msgid "Move"
msgstr "Movu"
-#: diskdrake/interactive.pm:418
+#: diskdrake/interactive.pm:421
#, c-format
msgid "Format"
msgstr "Formatu"
-#: diskdrake/interactive.pm:420
+#: diskdrake/interactive.pm:423
#, c-format
msgid "Add to RAID"
msgstr "Aldonu al RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: diskdrake/interactive.pm:421
+#: diskdrake/interactive.pm:424
#, c-format
msgid "Add to LVM"
msgstr "Aldonu al LVM (Redundanca Aro de Malmultekostaj Diskoj)"
-#: diskdrake/interactive.pm:424
+#: diskdrake/interactive.pm:427
#, c-format
msgid "Remove from RAID"
msgstr "Forigu de RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: diskdrake/interactive.pm:425
+#: diskdrake/interactive.pm:428
#, c-format
msgid "Remove from LVM"
msgstr "Forigu de LVM (Redundanca Aro de Malmultekostaj Diskoj)"
-#: diskdrake/interactive.pm:426
+#: diskdrake/interactive.pm:429
#, c-format
msgid "Modify RAID"
msgstr "Ŝanĝu RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: diskdrake/interactive.pm:427
+#: diskdrake/interactive.pm:430
#, c-format
msgid "Use for loopback"
msgstr "Uzu por retrokonektado"
-#: diskdrake/interactive.pm:467
+#: diskdrake/interactive.pm:472
#, c-format
msgid "Create a new partition"
msgstr "Kreu novan subdiskon"
-#: diskdrake/interactive.pm:470
+#: diskdrake/interactive.pm:475
#, c-format
msgid "Start sector: "
msgstr "Komenca sektoro: "
-#: diskdrake/interactive.pm:472 diskdrake/interactive.pm:881
+#: diskdrake/interactive.pm:477 diskdrake/interactive.pm:884
#, c-format
msgid "Size in MB: "
msgstr "Grandeco en MB: "
-#: diskdrake/interactive.pm:473 diskdrake/interactive.pm:882
+#: diskdrake/interactive.pm:478 diskdrake/interactive.pm:885
#, c-format
msgid "Filesystem type: "
msgstr "Speco de dosiersistemo: "
-#: diskdrake/interactive.pm:478
+#: diskdrake/interactive.pm:483
#, c-format
msgid "Preference: "
msgstr "Prefero: "
-#: diskdrake/interactive.pm:481
+#: diskdrake/interactive.pm:486
#, fuzzy, c-format
msgid "Logical volume name "
msgstr "Lokaj dosieroj"
-#: diskdrake/interactive.pm:510
+#: diskdrake/interactive.pm:515
#, c-format
msgid ""
"You can't create a new partition\n"
@@ -2011,12 +2182,12 @@ msgstr ""
"(ĉar vi atingis la maksimuman nombron da primaraj subdiskoj).\n"
"Unue forigu primaran subdiskon kaj kreu etenditan subdiskon."
-#: diskdrake/interactive.pm:540
+#: diskdrake/interactive.pm:545
#, c-format
msgid "Remove the loopback file?"
msgstr "Ĉu forigu la retrokonektan dosieron?"
-#: diskdrake/interactive.pm:559
+#: diskdrake/interactive.pm:564
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -2025,32 +2196,32 @@ msgstr ""
"estos\n"
"perdata"
-#: diskdrake/interactive.pm:570
+#: diskdrake/interactive.pm:576
#, c-format
msgid "Change partition type"
msgstr "Ŝanĝu subdiskspecon"
-#: diskdrake/interactive.pm:571 diskdrake/removable.pm:48
+#: diskdrake/interactive.pm:577 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "Kiun dosierosistemo vi deziras uzi?"
-#: diskdrake/interactive.pm:579
+#: diskdrake/interactive.pm:585
#, c-format
msgid "Switching from ext2 to ext3"
msgstr "Ŝaltas de ext2 al ext3"
-#: diskdrake/interactive.pm:608
+#: diskdrake/interactive.pm:614
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr "Kie vi deziras kroĉi retrokonektan dosieron %s?"
-#: diskdrake/interactive.pm:609
+#: diskdrake/interactive.pm:615
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kie vi deziras munti aparato %s?"
-#: diskdrake/interactive.pm:614
+#: diskdrake/interactive.pm:620
#, c-format
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
@@ -2059,201 +2230,196 @@ msgstr ""
"Ne povas malfiksi surmetingon ĉar ĉi tiu subdisko estas uzata por\n"
"retrokonektado. Unue forigu la retrokonektadon."
-#: diskdrake/interactive.pm:639
+#: diskdrake/interactive.pm:645
#, c-format
msgid "Where do you want to mount %s?"
msgstr "Kie vi deziras kroĉi aparaton %s?"
-#: diskdrake/interactive.pm:663 diskdrake/interactive.pm:743
-#: install_interactive.pm:156 install_interactive.pm:186
+#: diskdrake/interactive.pm:669 diskdrake/interactive.pm:748
+#: install_interactive.pm:156 install_interactive.pm:188
#, c-format
msgid "Resizing"
msgstr "Regrandecigas"
-#: diskdrake/interactive.pm:663
+#: diskdrake/interactive.pm:669
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr "Kalkulas FAT dosiersistemajn limojn"
-#: diskdrake/interactive.pm:699
+#: diskdrake/interactive.pm:705
#, c-format
msgid "This partition is not resizeable"
msgstr "Ĉi tiu subdisko ne estas regrandecigebla"
-#: diskdrake/interactive.pm:704
+#: diskdrake/interactive.pm:710
#, c-format
msgid "All data on this partition should be backed-up"
msgstr "Ĉiuj datenoj en ĉi tiu subdisko devus esti rezervata"
-#: diskdrake/interactive.pm:706
+#: diskdrake/interactive.pm:712
#, 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:711
+#: diskdrake/interactive.pm:717
#, c-format
msgid "Choose the new size"
msgstr "Elektu la novan grandecon"
-#: diskdrake/interactive.pm:712
+#: diskdrake/interactive.pm:718
#, c-format
msgid "New size in MB: "
msgstr "Nova grandeco en MB: "
-#: diskdrake/interactive.pm:756 install_interactive.pm:194
+#: diskdrake/interactive.pm:761 install_interactive.pm:196
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s), \n"
"filesystem checks will be run on your next boot into Windows(TM)"
msgstr ""
-#: diskdrake/interactive.pm:780
+#: diskdrake/interactive.pm:784
#, c-format
msgid "Which disk do you want to move it to?"
msgstr "Al kiu disko vi deziras movi?"
-#: diskdrake/interactive.pm:781
+#: diskdrake/interactive.pm:785
#, c-format
msgid "Sector"
msgstr "Sektoro"
-#: diskdrake/interactive.pm:782
+#: diskdrake/interactive.pm:786
#, c-format
msgid "Which sector do you want to move it to?"
msgstr "Al kiu sektoro vi deziras movi?"
-#: diskdrake/interactive.pm:785
+#: diskdrake/interactive.pm:789
#, c-format
msgid "Moving"
msgstr "Movante"
-#: diskdrake/interactive.pm:785
+#: diskdrake/interactive.pm:789
#, c-format
msgid "Moving partition..."
msgstr "Movas subdisko..."
-#: diskdrake/interactive.pm:807
+#: diskdrake/interactive.pm:810
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "Elektu ekzistantan RAID por aldoni"
-#: diskdrake/interactive.pm:808 diskdrake/interactive.pm:825
+#: diskdrake/interactive.pm:812 diskdrake/interactive.pm:828
#, c-format
msgid "new"
msgstr "nova"
-#: diskdrake/interactive.pm:823
+#: diskdrake/interactive.pm:826
#, c-format
msgid "Choose an existing LVM to add to"
msgstr ""
"Elektu ekzistantan RAID (Redundanca Aro de Malmultekostaj Diskoj) por\n"
"aldoni al"
-#: diskdrake/interactive.pm:829
+#: diskdrake/interactive.pm:832
#, c-format
msgid "LVM name?"
msgstr "LVM-nomo?"
-#: diskdrake/interactive.pm:866
+#: diskdrake/interactive.pm:869
#, c-format
msgid "This partition can't be used for loopback"
msgstr "Vi ne povas uzi ĉi tiun subdiskon por retrokonektado"
-#: diskdrake/interactive.pm:879
+#: diskdrake/interactive.pm:882
#, c-format
msgid "Loopback"
msgstr "Retrokonektado"
-#: diskdrake/interactive.pm:880
+#: diskdrake/interactive.pm:883
#, c-format
msgid "Loopback file name: "
msgstr "Retrokonekta dosieronomo: "
-#: diskdrake/interactive.pm:885
+#: diskdrake/interactive.pm:888
#, c-format
msgid "Give a file name"
msgstr "Donu dosiernomon"
-#: diskdrake/interactive.pm:888
+#: diskdrake/interactive.pm:891
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr "Dosiero jam uzata de alia retrokonektado, elektu alian"
-#: diskdrake/interactive.pm:889
+#: diskdrake/interactive.pm:892
#, c-format
msgid "File already exists. Use it?"
msgstr "Dosiero jam ekzistas. Ĉu vi deziras uzi ĝin?"
-#: diskdrake/interactive.pm:912
+#: diskdrake/interactive.pm:915
#, c-format
msgid "Mount options"
msgstr "Kroĉ-opcioj"
-#: diskdrake/interactive.pm:919
+#: diskdrake/interactive.pm:922
#, c-format
msgid "Various"
msgstr "Diversaj"
-#: diskdrake/interactive.pm:983
+#: diskdrake/interactive.pm:987
#, c-format
msgid "device"
msgstr "aparato"
-#: diskdrake/interactive.pm:984
+#: diskdrake/interactive.pm:988
#, c-format
msgid "level"
msgstr "nivelo"
-#: diskdrake/interactive.pm:985
-#, c-format
-msgid "chunk size"
+#: diskdrake/interactive.pm:989
+#, fuzzy, c-format
+msgid "chunk size in KiB"
msgstr "grandeco de pecoj"
-#: diskdrake/interactive.pm:1001
+#: diskdrake/interactive.pm:1006
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "Zorgu: ĉi tiu operacio estas danĝera."
-#: diskdrake/interactive.pm:1016
+#: diskdrake/interactive.pm:1021
#, c-format
msgid "What type of partitioning?"
msgstr "Kiun specon de subdiskado?"
-#: diskdrake/interactive.pm:1032
-#, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "La pakaĵo %s estas bezonata. Ĉu instali ĝin?"
-
-#: diskdrake/interactive.pm:1061
+#: diskdrake/interactive.pm:1059
#, c-format
msgid "You'll need to reboot before the modification can take place"
msgstr "Vi bezonos restarti antaŭ ol la ŝanĝo povas efektiviĝi"
-#: diskdrake/interactive.pm:1070
+#: diskdrake/interactive.pm:1068
#, 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:1083
+#: diskdrake/interactive.pm:1081
#, 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:1100
+#: diskdrake/interactive.pm:1101
#, c-format
msgid "Move files to the new partition"
msgstr "Movu dosierojn al la nova subdisko"
-#: diskdrake/interactive.pm:1100
+#: diskdrake/interactive.pm:1101
#, c-format
msgid "Hide files"
msgstr "Kaŝu dosierojn"
-#: diskdrake/interactive.pm:1101
+#: diskdrake/interactive.pm:1102
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2262,53 +2428,53 @@ msgstr ""
"Dosierujo %s entenas jam datenojn\n"
"(%s)"
-#: diskdrake/interactive.pm:1112
+#: diskdrake/interactive.pm:1113
#, c-format
msgid "Moving files to the new partition"
msgstr "Mi movas dosierojn al la nova subdisko"
-#: diskdrake/interactive.pm:1116
+#: diskdrake/interactive.pm:1117
#, c-format
msgid "Copying %s"
msgstr "Kopianta %s"
-#: diskdrake/interactive.pm:1120
+#: diskdrake/interactive.pm:1121
#, c-format
msgid "Removing %s"
msgstr "Mi forigas %s"
-#: diskdrake/interactive.pm:1134
+#: diskdrake/interactive.pm:1135
#, c-format
msgid "partition %s is now known as %s"
msgstr "subdisko %s estas nun konata kiel %s"
-#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1217
+#: diskdrake/interactive.pm:1156 diskdrake/interactive.pm:1217
#, c-format
msgid "Device: "
msgstr "Aparato: "
-#: diskdrake/interactive.pm:1156
+#: diskdrake/interactive.pm:1157
#, fuzzy, c-format
msgid "Devfs name: "
msgstr "Poŝtejo: "
-#: diskdrake/interactive.pm:1157
+#: diskdrake/interactive.pm:1158
#, c-format
msgid "Volume label: "
msgstr ""
-#: diskdrake/interactive.pm:1158
+#: diskdrake/interactive.pm:1159
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS-a diskingolitero: %s (nur konjekto)\n"
-#: diskdrake/interactive.pm:1162 diskdrake/interactive.pm:1170
-#: diskdrake/interactive.pm:1236
+#: diskdrake/interactive.pm:1163 diskdrake/interactive.pm:1170
+#: diskdrake/interactive.pm:1235
#, c-format
msgid "Type: "
msgstr "Speco: "
-#: diskdrake/interactive.pm:1166 install_steps_gtk.pm:341
+#: diskdrake/interactive.pm:1167 install_steps_gtk.pm:310
#, c-format
msgid "Name: "
msgstr "Nomo: "
@@ -2355,8 +2521,8 @@ msgstr "Muntita\n"
#: diskdrake/interactive.pm:1184
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID (Redundanca Aro de Malmultekostaj Diskoj) md%s\n"
+msgid "RAID %s\n"
+msgstr "RAID (Redundanca Aro de Malmultekostaj Diskoj) %s\n"
#: diskdrake/interactive.pm:1186
#, c-format
@@ -2382,8 +2548,8 @@ msgid "Level %s\n"
msgstr "Nivelo %s\n"
#: diskdrake/interactive.pm:1190
-#, c-format
-msgid "Chunk size %s\n"
+#, fuzzy, c-format
+msgid "Chunk size %d KiB\n"
msgstr "Grandeco de pecoj %s\n"
#: diskdrake/interactive.pm:1191
@@ -2453,39 +2619,39 @@ msgstr "Subdiskotabelospeco: %s\n"
msgid "on channel %d id %d\n"
msgstr "ĉe kanalo %d identigaĵo %d\n"
-#: diskdrake/interactive.pm:1257
+#: diskdrake/interactive.pm:1256
#, fuzzy, c-format
msgid "Filesystem encryption key"
msgstr "Speco de dosiersistemo: "
-#: diskdrake/interactive.pm:1258
+#: diskdrake/interactive.pm:1257
#, c-format
msgid "Choose your filesystem encryption key"
msgstr ""
-#: diskdrake/interactive.pm:1261
+#: diskdrake/interactive.pm:1260
#, 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:1262
+#: diskdrake/interactive.pm:1261
#, fuzzy, c-format
msgid "The encryption keys do not match"
msgstr "La pasvortoj ne egalas"
-#: diskdrake/interactive.pm:1265 network/netconnect.pm:979
-#: standalone/drakconnect:404
+#: diskdrake/interactive.pm:1264 network/netconnect.pm:1040
+#: standalone/drakconnect:395
#, c-format
msgid "Encryption key"
msgstr ""
-#: diskdrake/interactive.pm:1266
+#: diskdrake/interactive.pm:1265
#, c-format
msgid "Encryption key (again)"
msgstr ""
-#: diskdrake/removable.pm:47
+#: diskdrake/removable.pm:46
#, c-format
msgid "Change type"
msgstr "Ŝanĝu specon"
@@ -2518,7 +2684,7 @@ msgstr ""
"Bonvole tajpu vian uzulnomon, pasvorton kaj domajn-nomon por aliri al tiu "
"gastiganto."
-#: diskdrake/smbnfs_gtk.pm:179 standalone/drakbackup:3495
+#: diskdrake/smbnfs_gtk.pm:179 standalone/drakbackup:3489
#, c-format
msgid "Username"
msgstr "Uzulnomo"
@@ -2533,46 +2699,91 @@ msgstr "Serĉu servilojn"
msgid "Search new servers"
msgstr "Serĉu servilojn"
-#: do_pkgs.pm:21
+#: do_pkgs.pm:16 do_pkgs.pm:31
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Ĉi tiu pakaĵo %s devas esti instalita. Ĉu vi deziras instali ĝin?"
-#: do_pkgs.pm:26
+#: do_pkgs.pm:21 do_pkgs.pm:36
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: do_pkgs.pm:143
+#: do_pkgs.pm:172
#, c-format
msgid "Installing packages..."
msgstr "Instalanta pakaĵojn..."
-#: do_pkgs.pm:217
+#: do_pkgs.pm:216
#, fuzzy, c-format
msgid "Removing packages..."
msgstr "Distingivo: %s\n"
-#: fs.pm:416
+#: fs.pm:445 fs.pm:494
+#, c-format
+msgid "Mounting partition %s"
+msgstr "Enkroĉas subdiskon %s"
+
+#: fs.pm:446 fs.pm:495
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr ""
+
+#: fs.pm:466 fs.pm:473
+#, c-format
+msgid "Checking %s"
+msgstr "Kontrolanta %s"
+
+#: fs.pm:511 partition_table.pm:387
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "eraro dum malmunti %s: %s"
+
+#: fs.pm:543
+#, c-format
+msgid "Enabling swap partition %s"
+msgstr "Ebligas swap-subdiskon %s"
+
+#: fs/format.pm:39 fs/format.pm:46
+#, c-format
+msgid "Formatting partition %s"
+msgstr "Formatas subdiskon %s"
+
+#: fs/format.pm:43
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "Kreas kaj formatas dosieron %s"
+
+#: fs/format.pm:78
+#, c-format
+msgid "I don't know how to format %s in type %s"
+msgstr "ne scias kiel formati %s kiel speco %s"
+
+#: fs/format.pm:80
+#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s formatado de %s malsukcesis"
+
+#: fs/mount_options.pm:112
#, c-format
msgid ""
"Do not update inode access times on this file system\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
-#: fs.pm:419
+#: fs/mount_options.pm:115
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
"the -a option will not cause the file system to be mounted)."
msgstr ""
-#: fs.pm:422
+#: fs/mount_options.pm:118
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr ""
-#: fs.pm:424
+#: fs/mount_options.pm:120
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
@@ -2580,7 +2791,7 @@ msgid ""
"containing binaries for architectures other than its own."
msgstr ""
-#: fs.pm:428
+#: fs/mount_options.pm:124
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
@@ -2588,17 +2799,17 @@ msgid ""
"have suidperl(1) installed.)"
msgstr ""
-#: fs.pm:432
+#: fs/mount_options.pm:128
#, c-format
msgid "Mount the file system read-only."
msgstr ""
-#: fs.pm:434
+#: fs/mount_options.pm:130
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr ""
-#: fs.pm:438
+#: fs/mount_options.pm:134
#, c-format
msgid ""
"Allow an ordinary user to mount the file system. The\n"
@@ -2609,65 +2820,25 @@ msgid ""
"user,exec,dev,suid )."
msgstr ""
-#: fs.pm:446
+#: fs/mount_options.pm:142
#, c-format
msgid "Give write access to ordinary users"
msgstr ""
-#: fs.pm:448
+#: fs/mount_options.pm:144
#, c-format
msgid "Give read-only access to ordinary users"
msgstr ""
-#: fs.pm:588 fs.pm:598 fs.pm:602 fs.pm:606 fs.pm:610 fs.pm:614 swap.pm:12
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatado de %s malsukcesis"
-
-#: fs.pm:655
-#, 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:662 fs.pm:669
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatas subdiskon %s"
-
-#: fs.pm:666
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Kreas kaj formatas dosieron %s"
-
-#: fs.pm:726 fs.pm:775
-#, c-format
-msgid "Mounting partition %s"
-msgstr "Enkroĉas subdiskon %s"
-
-#: fs.pm:727 fs.pm:776
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: fs.pm:747 fs.pm:754
-#, c-format
-msgid "Checking %s"
-msgstr "Kontrolanta %s"
-
-#: fs.pm:792 partition_table.pm:639
+#: fs/type.pm:364
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "eraro dum malmunti %s: %s"
-
-#: fs.pm:824
-#, c-format
-msgid "Enabling swap partition %s"
-msgstr "Ebligas swap-subdiskon %s"
+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:21
+#: fs/type.pm:365
#, c-format
-msgid "simple"
-msgstr "simpla"
+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:25
#, c-format
@@ -2679,7 +2850,7 @@ msgstr "kun /usr"
msgid "server"
msgstr "servilo"
-#: fsedit.pm:263
+#: fsedit.pm:168
#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2697,32 +2868,22 @@ msgstr ""
"\n"
"Ĉu vi konsentas perdi ĉiujn subdiskojn?\n"
-#: fsedit.pm:524
-#, c-format
-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:525
-#, c-format
-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:544
+#: fsedit.pm:385
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Surmetingoj devas komenci kun antaŭa /"
-#: fsedit.pm:545
+#: fsedit.pm:386
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "Surmetingoj devas enteni nur alfanumerajn signojn"
-#: fsedit.pm:546
+#: fsedit.pm:387
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Jam estas subdisko kun surmetingo ĉe %s\n"
-#: fsedit.pm:548
+#: fsedit.pm:389
#, c-format
msgid ""
"You've selected a software RAID partition as root (/).\n"
@@ -2733,12 +2894,12 @@ msgstr ""
"Neniu startŝargilo povas trakti tion sen /boot subdisko.\n"
"Bonvole zorgu aldoni /boot subdiskon."
-#: fsedit.pm:551
+#: fsedit.pm:392
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Vi ne povas uzi LVM-logikan subdiskon por kroĉpunkto %s"
-#: fsedit.pm:553
+#: fsedit.pm:394
#, fuzzy, c-format
msgid ""
"You've selected a LVM Logical Volume as root (/).\n"
@@ -2749,19 +2910,19 @@ msgstr ""
"Neniu startŝargilo povas trakti tion sen /boot subdisko.\n"
"Bonvole zorgu aldoni /boot subdiskon."
-#: fsedit.pm:556
+#: fsedit.pm:397
#, c-format
msgid ""
"You may not be able to install lilo (since lilo doesn't handle a LV on "
"multiple PVs)"
msgstr ""
-#: fsedit.pm:559 fsedit.pm:561
+#: fsedit.pm:400 fsedit.pm:402
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Ĉi tiu dosierujo devus resti interne de la radika dosierosistemo (/)"
-#: fsedit.pm:563 fsedit.pm:565
+#: fsedit.pm:404 fsedit.pm:406
#, c-format
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2770,133 +2931,127 @@ msgstr ""
"Vi bezonas veran dosiersistemon (ext2, reiserfs, xfs aŭ jfs) por tiu "
"surmetingo\n"
-#: fsedit.pm:567
+#: fsedit.pm:408
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Vi ne povas uzi kriptan dosiersistemon por surmetingo %s"
-#: fsedit.pm:628
+#: fsedit.pm:469
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr "Ne sufiĉe da libera spaco por aŭtomate disponigi novajn subdiskojn"
-#: fsedit.pm:630
+#: fsedit.pm:471
#, c-format
msgid "Nothing to do"
msgstr ""
-#: fsedit.pm:726
+#: fsedit.pm:569
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Eraro dum malfermado de %s por skribi: %s"
-#: harddrake/data.pm:55
+#: harddrake/data.pm:61
#, c-format
msgid "Floppy"
msgstr "Disketo"
-#: harddrake/data.pm:65
+#: harddrake/data.pm:71
#, c-format
msgid "Zip"
msgstr "Zip"
-#: harddrake/data.pm:75
+#: harddrake/data.pm:81
#, c-format
msgid "Disk"
msgstr "Disko"
-#: harddrake/data.pm:84
+#: harddrake/data.pm:90
#, c-format
msgid "CDROM"
msgstr "KDROMO"
-#: harddrake/data.pm:94
+#: harddrake/data.pm:100
#, c-format
msgid "CD/DVD burners"
msgstr "KD/DVD-skribiloj"
-#: harddrake/data.pm:104
+#: harddrake/data.pm:110
#, c-format
msgid "DVD-ROM"
msgstr "DVD-ROM"
-#: harddrake/data.pm:114 standalone/drakbackup:2025
+#: harddrake/data.pm:120 standalone/drakbackup:2045
#, c-format
msgid "Tape"
msgstr "Bendo"
-#: harddrake/data.pm:123
+#: harddrake/data.pm:129
#, c-format
msgid "Videocard"
msgstr "Videocard"
-#: harddrake/data.pm:133
+#: harddrake/data.pm:139
#, c-format
msgid "Tvcard"
msgstr "Tvcard"
-#: harddrake/data.pm:142
+#: harddrake/data.pm:148
#, c-format
msgid "Other MultiMedia devices"
msgstr "Alia bildson-aparatoj"
-#: harddrake/data.pm:151
+#: harddrake/data.pm:157
#, fuzzy, c-format
msgid "Soundcard"
msgstr "Sonkarto"
-#: harddrake/data.pm:160
+#: harddrake/data.pm:166
#, c-format
msgid "Webcam"
msgstr "Webcam"
-#: harddrake/data.pm:174
+#: harddrake/data.pm:181
#, c-format
msgid "Processors"
msgstr "Procesiloj"
-#: harddrake/data.pm:183
+#: harddrake/data.pm:191
#, fuzzy, c-format
msgid "ISDN adapters"
msgstr "Interna ISDN-karto"
-#: harddrake/data.pm:192
+#: harddrake/data.pm:201
#, c-format
msgid "Ethernetcard"
msgstr "Ethernet-karto"
-#: harddrake/data.pm:208 network/netconnect.pm:464
+#: harddrake/data.pm:219 network/netconnect.pm:484
#, c-format
msgid "Modem"
msgstr "Modemo"
-#: harddrake/data.pm:217
+#: harddrake/data.pm:229
#, c-format
msgid "ADSL adapters"
msgstr ""
-#: harddrake/data.pm:230
+#: harddrake/data.pm:243
#, fuzzy, c-format
msgid "AGP controllers"
msgstr "USB-kontroliloj"
-#: harddrake/data.pm:239
+#: harddrake/data.pm:252
#, c-format
msgid "Bridges and system controllers"
msgstr "Pont- kaj sistem-kontroliloj"
-#: harddrake/data.pm:248 help.pm:203 help.pm:991
-#: install_steps_interactive.pm:927 printer/printerdrake.pm:687
-#: printer/printerdrake.pm:4175
+#: harddrake/data.pm:261 help.pm:186 help.pm:855
+#: install_steps_interactive.pm:992 printer/printerdrake.pm:875
#, c-format
msgid "Printer"
msgstr "Printilo"
-#: harddrake/data.pm:257 help.pm:991 install_steps_interactive.pm:920
-#, c-format
-msgid "Mouse"
-msgstr "Muso"
-
#: harddrake/data.pm:271
#, c-format
msgid "Joystick"
@@ -2919,69 +3074,91 @@ msgstr "Firewire-kontroliloj"
#: harddrake/data.pm:308
#, c-format
+msgid "PCMCIA controllers"
+msgstr "PCMCIA-kontroliloj"
+
+#: harddrake/data.pm:321
+#, c-format
msgid "SCSI controllers"
msgstr "SCSI-kontroliloj"
-#: harddrake/data.pm:317
+#: harddrake/data.pm:330
#, c-format
msgid "USB controllers"
msgstr "USB-kontroliloj"
-#: harddrake/data.pm:326
+#: harddrake/data.pm:339
#, fuzzy, c-format
msgid "USB ports"
msgstr ", USB-printilo"
-#: harddrake/data.pm:335
+#: harddrake/data.pm:348
#, c-format
msgid "SMBus controllers"
msgstr "SMBus-kontroliloj"
-#: harddrake/data.pm:344
+#: harddrake/data.pm:357
+#, fuzzy, c-format
+msgid "UPS"
+msgstr "HFS"
+
+#: harddrake/data.pm:366 help.pm:855 install_steps_interactive.pm:120
+#: install_steps_interactive.pm:952 standalone/keyboarddrake:24
+#, c-format
+msgid "Keyboard"
+msgstr "Klavaro"
+
+#: harddrake/data.pm:379 help.pm:855 install_steps_interactive.pm:985
+#, c-format
+msgid "Mouse"
+msgstr "Muso"
+
+#: harddrake/data.pm:393
#, c-format
msgid "Scanner"
msgstr "skanilo"
-#: harddrake/data.pm:354 standalone/harddrake2:336
+#: harddrake/data.pm:403 standalone/harddrake2:431
#, c-format
msgid "Unknown/Others"
msgstr "Nekonata/Aliaj"
-#: harddrake/data.pm:374
+#: harddrake/data.pm:431
#, c-format
msgid "cpu # "
msgstr "cpu # "
-#: harddrake/sound.pm:150 standalone/drakconnect:169
+#: harddrake/sound.pm:170 standalone/drakconnect:169
+#: standalone/drakconnect:613
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "Bonvole atendu... Mi aplikas la konfiguraĵon"
-#: harddrake/sound.pm:186
+#: harddrake/sound.pm:206
#, c-format
msgid "No alternative driver"
msgstr ""
-#: harddrake/sound.pm:187
+#: harddrake/sound.pm:207
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
-#: harddrake/sound.pm:193
+#: harddrake/sound.pm:213
#, c-format
msgid "Sound configuration"
msgstr "Son-konfigurado"
-#: harddrake/sound.pm:195
+#: harddrake/sound.pm:215
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
-#: harddrake/sound.pm:197
+#: harddrake/sound.pm:217
#, c-format
msgid ""
"\n"
@@ -2994,7 +3171,7 @@ msgstr ""
"Via karto nun uzas la %s\"%s\"-pelilon (defaŭlta plelilo por via karto estas "
"\"%s\")"
-#: harddrake/sound.pm:199
+#: harddrake/sound.pm:219
#, fuzzy, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
@@ -3016,32 +3193,32 @@ msgstr ""
"OSS (Open Sound System - Libera Sonsistemo) estis la nuna son-API. Ĝi estas "
"son-API "
-#: harddrake/sound.pm:213 harddrake/sound.pm:293 standalone/drakups:134
+#: harddrake/sound.pm:233 harddrake/sound.pm:318 standalone/drakups:146
#, c-format
msgid "Driver:"
msgstr "Pelilo:"
-#: harddrake/sound.pm:218
+#: harddrake/sound.pm:238
#, c-format
msgid "Trouble shooting"
msgstr ""
-#: harddrake/sound.pm:226
+#: harddrake/sound.pm:246
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
"\n"
"It has been reported to oops the kernel on unloading.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
+"The new \"%s\" driver will only be used on next bootstrap."
msgstr ""
-#: harddrake/sound.pm:234
+#: harddrake/sound.pm:254
#, c-format
msgid "No open source driver"
msgstr "Nenia liberfonta pelilo"
-#: harddrake/sound.pm:235
+#: harddrake/sound.pm:255
#, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
@@ -3050,32 +3227,33 @@ msgstr ""
"Ne ekzistas libera pelilo por via sonkarto (%s), sed ekzistas proprieta "
"pelilo ĉe \"%s\"."
-#: harddrake/sound.pm:238
+#: harddrake/sound.pm:258
#, c-format
msgid "No known driver"
msgstr "Nenia konata pelilo"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:259
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Ne ekzistas konata pelilo por via sonkarto (%s)"
-#: harddrake/sound.pm:243
+#: harddrake/sound.pm:263
#, c-format
msgid "Unknown driver"
msgstr "Nekonata pelilo"
-#: harddrake/sound.pm:244
+#: harddrake/sound.pm:264
#, c-format
msgid "Error: The \"%s\" driver for your sound card is unlisted"
msgstr "Eraro: La \"%s\"-pelilo por via sonkarto ne estas listigita"
-#: harddrake/sound.pm:257
+#: harddrake/sound.pm:278
#, c-format
msgid "Sound trouble shooting"
msgstr ""
-#: harddrake/sound.pm:258
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: harddrake/sound.pm:281
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
@@ -3099,17 +3277,18 @@ msgid ""
"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
msgstr ""
-#: harddrake/sound.pm:284
+#: harddrake/sound.pm:307
#, c-format
msgid "Let me pick any driver"
msgstr "Lasu min kapti ajnan pelilon"
-#: harddrake/sound.pm:287
+#: harddrake/sound.pm:310
#, c-format
msgid "Choosing an arbitrary driver"
msgstr ""
-#: harddrake/sound.pm:288
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: harddrake/sound.pm:313
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
@@ -3191,13 +3370,13 @@ msgstr ""
#, c-format
msgid ""
"Before continuing, you should carefully read the terms of the license. It\n"
-"covers the entire Mandrakelinux distribution. If you do agree with all the\n"
-"terms in it, check the \"%s\" box. If not, clicking on the \"%s\" button\n"
-"will reboot your computer."
+"covers the entire Mandrakelinux distribution. If you agree with all the\n"
+"terms it contains, check the \"%s\" box. If not, clicking on the \"%s\"\n"
+"button will reboot your computer."
msgstr ""
-#: help.pm:14 install_steps_gtk.pm:598 install_steps_interactive.pm:88
-#: install_steps_interactive.pm:690 standalone/drakautoinst:216
+#: help.pm:14 install_steps_gtk.pm:567 install_steps_interactive.pm:94
+#: install_steps_interactive.pm:745 standalone/drakautoinst:216
#, c-format
msgid "Accept"
msgstr "Akceptu"
@@ -3205,61 +3384,65 @@ msgstr "Akceptu"
#: help.pm:17
#, c-format
msgid ""
-"GNU/Linux is a multi-user system, meaning each user may have their own\n"
-"preferences, their own files and so on. You can read the ``Starter Guide''\n"
-"to learn more about multi-user systems. But unlike \"root\", who is the\n"
-"system administrator, the users you add at this point will not be\n"
-"authorized to change anything except their own files and their own\n"
-"configurations, protecting the system from unintentional or malicious\n"
-"changes that impact on the system as a whole. You will have to create at\n"
-"least one regular user for yourself -- this is the account which you should\n"
-"use for routine, day-to-day use. Although it is very easy to log in as\n"
-"\"root\" to do anything and everything, it may also be very dangerous! A\n"
-"very simple mistake could mean that your system will not work any more. If\n"
-"you make a serious mistake as a regular user, the worst that will happen is\n"
-"that you will lose some information, but not affect the entire system.\n"
+"GNU/Linux is a multi-user system which means each user can have his or her\n"
+"own preferences, own files and so on. But unlike \"root\", who is the\n"
+"system administrator, the users you add at this point won't be authorized\n"
+"to change anything except their own files and their own configurations,\n"
+"protecting the system from unintentional or malicious changes which could\n"
+"impact on the system as a whole. You'll have to create at least one regular\n"
+"user for yourself -- this is the account which you should use for routine,\n"
+"day-to-day usage. Although it's very easy to log in as \"root\" to do\n"
+"anything and everything, it may also be very dangerous! A very simple\n"
+"mistake could mean that your system won't work any more. If you make a\n"
+"serious mistake as a regular user, the worst that can happen is that you'll\n"
+"lose some information, but you won't affect the entire system.\n"
"\n"
"The first field asks you for a real name. Of course, this is not mandatory\n"
"-- you can actually enter whatever you like. DrakX will use the first word\n"
-"you typed in this field and copy it to the \"%s\" field, which is the name\n"
+"you type in this field and copy it to the \"%s\" one, which is the name\n"
"this user will enter to log onto the system. If you like, you may override\n"
"the default and change the user name. The next step is to enter a password.\n"
"From a security point of view, a non-privileged (regular) user password is\n"
-"not as crucial as the \"root\" password, but that is no reason to neglect\n"
-"it by making it blank or too simple: after all, your files could be the\n"
-"ones at risk.\n"
+"not as crucial as the \"root\" password, but that's no reason to neglect it\n"
+"by making it blank or too simple: after all, your files could be the ones\n"
+"at risk.\n"
"\n"
"Once you click on \"%s\", you can add other users. Add a user for each one\n"
-"of your friends: your father or your sister, for example. Click \"%s\" when\n"
-"you have finished adding users.\n"
+"of your friends, your father, your sister, etc. Click \"%s\" when you're\n"
+"finished adding users.\n"
"\n"
"Clicking the \"%s\" button allows you to change the default \"shell\" for\n"
"that user (bash by default).\n"
"\n"
-"When you have finished adding users, you will be asked to choose a user who\n"
-"can automatically log into the system when the computer boots up. If you\n"
-"are interested in that feature (and do not care much about local security),\n"
-"choose the desired user and window manager, then click \"%s\". If you are\n"
-"not interested in this feature, uncheck the \"%s\" box."
+"When you're finished adding users, you'll be asked to choose a user who\n"
+"will be automatically logged into the system when the computer boots up. If\n"
+"you're interested in that feature (and don't care much about local\n"
+"security), choose the desired user and window manager, then click on\n"
+"\"%s\". If you're not interested in this feature, uncheck the \"%s\" box."
msgstr ""
-#: help.pm:52 help.pm:197 help.pm:444 help.pm:691 help.pm:784 help.pm:1005
-#: install_steps_gtk.pm:277 interactive.pm:403 interactive/newt.pm:308
-#: network/netconnect.pm:271 network/tools.pm:166 printer/printerdrake.pm:3090
-#: standalone/drakTermServ:397 standalone/drakbackup:3920
-#: standalone/drakbackup:4014 standalone/drakbackup:4031
-#: standalone/drakbackup:4049 ugtk2.pm:510
+#: help.pm:51 printer/printerdrake.pm:1488 printer/printerdrake.pm:1608
+#, c-format
+msgid "User name"
+msgstr "Salutnomo"
+
+#: help.pm:51 help.pm:431 help.pm:681 install_steps_gtk.pm:247
+#: interactive.pm:403 interactive/newt.pm:317 network/netconnect.pm:280
+#: network/tools.pm:198 printer/printerdrake.pm:3268
+#: standalone/drakTermServ:372 standalone/drakbackup:3941
+#: standalone/drakbackup:4035 standalone/drakbackup:4052
+#: standalone/drakbackup:4070 ugtk2.pm:515
#, c-format
msgid "Next"
msgstr "Sekvanta"
-#: help.pm:52 help.pm:418 help.pm:444 help.pm:660 help.pm:733 help.pm:768
+#: help.pm:51 help.pm:409 help.pm:431 help.pm:647 help.pm:722
#: interactive.pm:371
#, c-format
msgid "Advanced"
msgstr "Progresinta"
-#: help.pm:55
+#: help.pm:54
#, c-format
msgid ""
"Listed here are the existing Linux partitions detected on your hard drive.\n"
@@ -3293,33 +3476,41 @@ msgid ""
"\"second lowest SCSI ID\", etc."
msgstr ""
-#: help.pm:86
+#: help.pm:85
#, c-format
msgid ""
"The Mandrakelinux installation is distributed on several CD-ROMs. If a\n"
"selected package is located on another CD-ROM, DrakX will eject the current\n"
-"CD and ask you to insert the correct CD as required."
+"CD and ask you to insert the required one. If you do not have the requested\n"
+"CD at hand, just click on \"%s\", the corresponding packages will not be\n"
+"installed."
msgstr ""
-#: help.pm:91
+#: help.pm:92
#, c-format
msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrakelinux, and\n"
-"to make it simpler to manage the packages have been placed into groups of\n"
-"similar applications.\n"
+"It's now time to specify which programs you wish to install on your system.\n"
+"There are thousands of packages available for Mandrakelinux, and to make it\n"
+"simpler to manage, they have been placed into groups of similar\n"
+"applications.\n"
"\n"
-"Packages are sorted into groups corresponding to a particular use of your\n"
-"machine. Mandrakelinux sorts packages groups in four categories. You can\n"
-"mix and match applications from the various categories, so a\n"
-"``Workstation'' installation can still have applications from the\n"
-"``Development'' category installed.\n"
+"Mandrakelinux sorts package groups in four categories. You can mix and\n"
+"match applications from the various categories, so a ``Workstation''\n"
+"installation can still have applications from the ``Server'' category\n"
+"installed.\n"
"\n"
" * \"%s\": if you plan to use your machine as a workstation, select one or\n"
-"more of the groups that are in the workstation category.\n"
+"more of the groups in the workstation category.\n"
"\n"
" * \"%s\": if you plan on using your machine for programming, select the\n"
-"appropriate groups from that category.\n"
+"appropriate groups from that category. The special \"LSB\" group will\n"
+"configure your system so that it complies as much as possible with the\n"
+"Linux Standard Base specifications.\n"
+"\n"
+" Selecting the \"LSB\" group will also install the \"2.4\" kernel series,\n"
+"instead of the default \"2.6\" one. This is to ensure 100%%-LSB compliance\n"
+"of the system. However, if you do not select the \"LSB\" group you will\n"
+"still have a system which is nearly 100%% LSB-compliant.\n"
"\n"
" * \"%s\": if your machine is intended to be a server, select which of the\n"
"more common services you wish to install on your machine.\n"
@@ -3329,9 +3520,19 @@ msgid ""
"interface available.\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect all groups when performing a regular\n"
-"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
+"text about that group.\n"
+"\n"
+"You can check the \"%s\" box, which is useful if you're familiar with the\n"
+"packages being offered or if you want to have total control over what will\n"
+"be installed.\n"
+"\n"
+"If you start the installation in \"%s\" mode, you can deselect all groups\n"
+"and prevent the installation of any new packages. This is useful for\n"
+"repairing or updating an existing system.\n"
+"\n"
+"If you deselect all groups when performing a regular installation (as\n"
+"opposed to an upgrade), a dialog will pop up suggesting different options\n"
+"for a minimal installation:\n"
"\n"
" * \"%s\": install the minimum number of packages possible to have a\n"
"working graphical desktop.\n"
@@ -3341,184 +3542,144 @@ msgid ""
"\n"
" * \"%s\": will install the absolute minimum number of packages necessary\n"
"to get a working Linux system. With this installation you will only have a\n"
-"command line interface. The total size of this installation is about 65\n"
-"megabytes.\n"
-"\n"
-"You can check the \"%s\" box, which is useful if you are familiar with the\n"
-"packages being offered or if you want to have total control over what will\n"
-"be installed.\n"
-"\n"
-"If you started the installation in \"%s\" mode, you can unselect all groups\n"
-"to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
+"command-line interface. The total size of this installation is about 65\n"
+"megabytes."
msgstr ""
-#: help.pm:137
+#: help.pm:146 share/compssUsers.pl:23
#, c-format
msgid "Workstation"
msgstr "Laborstacio"
-#: help.pm:137
+#: help.pm:146 share/compssUsers.pl:64 share/compssUsers.pl:162
+#: share/compssUsers.pl:164
#, fuzzy, c-format
msgid "Development"
msgstr "Programisto"
-#: help.pm:137
+#: help.pm:146 share/compssUsers.pl:144
#, c-format
msgid "Graphical Environment"
msgstr ""
-#: help.pm:137 install_steps_interactive.pm:552
+#: help.pm:146 install_steps_gtk.pm:242 install_steps_interactive.pm:646
+#, c-format
+msgid "Individual package selection"
+msgstr "Elektado de individuaj pakaĵoj"
+
+#: help.pm:146 help.pm:588
+#, fuzzy, c-format
+msgid "Upgrade"
+msgstr "Ĝisdatigu"
+
+#: help.pm:146 install_steps_interactive.pm:600
#, c-format
msgid "With X"
msgstr "Kun X"
-#: help.pm:137
+#: help.pm:146
#, fuzzy, c-format
msgid "With basic documentation"
msgstr "Kun baza dokumentaĵo (rekomendita!)"
-#: help.pm:137
+#: help.pm:146
#, fuzzy, c-format
msgid "Truly minimal install"
msgstr "Minimuma instalado"
-#: help.pm:137 install_steps_gtk.pm:272 install_steps_interactive.pm:598
-#, c-format
-msgid "Individual package selection"
-msgstr "Elektado de individuaj pakaĵoj"
-
-#: help.pm:137 help.pm:602
-#, fuzzy, c-format
-msgid "Upgrade"
-msgstr "Ĝisdatigu"
-
-#: help.pm:140
+#: help.pm:149
#, c-format
msgid ""
-"If you told the installer that you wanted to individually select packages,\n"
-"it will present 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"
+"If you choose to install packages individually, the installer will present\n"
+"a tree containing all packages classified by groups and subgroups. While\n"
+"browsing the tree, you can select entire groups, subgroups, or individual\n"
+"packages.\n"
"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right to let you know the purpose of the package.\n"
+"Whenever you select a package on the tree, a description will appear on the\n"
+"right to let you know the purpose of that package.\n"
"\n"
"!! If a server package has been selected, either because you specifically\n"
"chose the individual package or because it was part of a group of packages,\n"
-"you will be asked to confirm that you really want those servers to be\n"
+"you'll be asked to confirm that you really want those servers to be\n"
"installed. By default Mandrakelinux will automatically start any installed\n"
"services at boot time. Even if they are safe and have no known issues at\n"
-"the time the distribution was shipped, it is entirely possible that that\n"
+"the time the distribution was shipped, it is entirely possible that\n"
"security holes were discovered after this version of Mandrakelinux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"%s\". Clicking \"%s\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default during boot. !!\n"
+"finalized. If you don't know what a particular service is supposed to do or\n"
+"why it's being installed, then click \"%s\". Clicking \"%s\" will install\n"
+"the listed services and they will be started automatically at boot time. !!\n"
"\n"
"The \"%s\" option is used to disable the warning dialog which appears\n"
"whenever the installer automatically selects a package to resolve a\n"
-"dependency issue. Some packages have relationships between each them such\n"
-"that installation of one package requires that some other program is also\n"
-"required to be installed. The installer can determine which packages are\n"
-"required to satisfy a dependency to successfully complete the installation.\n"
+"dependency issue. Some packages depend on others and the installation of\n"
+"one particular package may require the installation of another package. The\n"
+"installer can determine which packages are required to satisfy a dependency\n"
+"to successfully complete the installation.\n"
"\n"
"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
"package list created during a previous installation. This is useful if you\n"
"have a number of machines that you wish to configure identically. Clicking\n"
-"on this icon will ask you to insert a floppy disk previously created at the\n"
-"end of another installation. See the second tip of last step on how to\n"
-"create such a floppy."
+"on this icon will ask you to insert the floppy disk created at the end of\n"
+"another installation. See the second tip of the last step on how to create\n"
+"such a floppy."
msgstr ""
-#: help.pm:172 help.pm:301 help.pm:329 help.pm:457 install_any.pm:411
-#: interactive.pm:149 modules/interactive.pm:71 standalone/harddrake2:225
-#: ugtk2.pm:1083 wizards.pm:156
+#: help.pm:180 help.pm:285 help.pm:313 help.pm:444 install_any.pm:722
+#: interactive.pm:149 modules/interactive.pm:71 standalone/drakbackup:2503
+#: standalone/draksec:54 standalone/harddrake2:299 ugtk2.pm:1121
+#: wizards.pm:156
#, c-format
msgid "No"
msgstr "Ne"
-#: help.pm:172 help.pm:301 help.pm:457 install_any.pm:411 interactive.pm:149
-#: modules/interactive.pm:71 printer/printerdrake.pm:607 standalone/drakgw:288
-#: standalone/drakgw:289 standalone/drakgw:297 standalone/drakgw:307
-#: standalone/harddrake2:224 ugtk2.pm:1083 wizards.pm:156
+#: help.pm:180 help.pm:285 help.pm:444 install_any.pm:722 interactive.pm:149
+#: modules/interactive.pm:71 printer/printerdrake.pm:711
+#: standalone/drakbackup:2503 standalone/drakgw:290 standalone/drakgw:291
+#: standalone/drakgw:299 standalone/drakgw:309 standalone/draksec:55
+#: standalone/harddrake2:298 ugtk2.pm:1121 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "Jes"
-#: help.pm:172
+#: help.pm:180
#, c-format
msgid "Automatic dependencies"
msgstr ""
-#: help.pm:175
-#, c-format
-msgid ""
-"You will now set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"%s\".\n"
-"Mandrakelinux will attempt to auto-detect network devices and modems. If\n"
-"this detection fails, uncheck the \"%s\" box. You may also choose not to\n"
-"configure the network, or to do it later, in which case clicking the \"%s\"\n"
-"button will take you to the next step.\n"
-"\n"
-"When configuring your network, the available connections options are:\n"
-"Normal modem connection, Winmodem connection, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"We will not detail each configuration option - just make sure that you have\n"
-"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
-"from your Internet Service Provider or system administrator.\n"
-"\n"
-"About Winmodem Connection. Winmodems are special integrated low-end modems\n"
-"that require additional software to work compared to Normal modems. Some of\n"
-"those modems actually work under Mandrakelinux, some others do not. You\n"
-"can consult the list of supported modems at LinModems.\n"
-"\n"
-"You can consult the ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection."
-msgstr ""
-
-#: help.pm:197
-#, c-format
-msgid "Use auto detection"
-msgstr ""
-
-#: help.pm:200
+#: help.pm:183
#, c-format
msgid ""
"\"%s\": clicking on the \"%s\" button will open the printer configuration\n"
"wizard. Consult the corresponding chapter of the ``Starter Guide'' for more\n"
-"information on how to setup a new printer. The interface presented there is\n"
-"similar to the one used during installation."
+"information on how to set up a new printer. The interface presented in our\n"
+"manual is similar to the one used during installation."
msgstr ""
-#: help.pm:203 help.pm:581 help.pm:991 install_steps_gtk.pm:648
-#: standalone/drakbackup:2313 standalone/drakbackup:2321
-#: standalone/drakbackup:2329 standalone/drakbackup:2337
+#: help.pm:186 help.pm:566 help.pm:855 install_steps_gtk.pm:622
+#: standalone/drakbackup:2329 standalone/drakbackup:2333
+#: standalone/drakbackup:2337 standalone/drakbackup:2341
#, c-format
msgid "Configure"
msgstr "Konfiguru"
-#: help.pm:206
+#: help.pm:189
#, fuzzy, c-format
msgid ""
-"This dialog is used to choose which services you wish to start at boot\n"
+"This dialog is used to select which services you wish to start at boot\n"
"time.\n"
"\n"
-"DrakX will list all the services available on the current installation.\n"
-"Review each one carefully and uncheck those which are not needed at boot\n"
+"DrakX will list all services available on the current installation. Review\n"
+"each one of them carefully and uncheck those which aren't needed at boot\n"
"time.\n"
"\n"
"A short explanatory text will be displayed about a service when it is\n"
-"selected. However, if you are not sure whether a service is useful or not,\n"
+"selected. However, if you're not sure whether a service is useful or not,\n"
"it is safer to leave the default behavior.\n"
"\n"
"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
+"server: you probably don't want to start any services which you don't need.\n"
+"Please remember that some services can be dangerous if they're enabled on a\n"
+"server. In general, select only those services you really need. !!"
msgstr ""
"Tiu ĉi dialogo uzeblas por elekti kiujn servojn vi deziras startigi kiam vi "
"startigas\n"
@@ -3537,7 +3698,7 @@ msgstr ""
"elektu nur tiujn servojn kiujn vi vere bezonas.\n"
"!!"
-#: help.pm:224
+#: help.pm:206
#, c-format
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
@@ -3545,72 +3706,74 @@ msgid ""
"motherboard is set to local time, you may deactivate this by unselecting\n"
"\"%s\", which will let GNU/Linux know that the system clock and the\n"
"hardware clock are in the same time zone. This is useful when the machine\n"
-"also hosts another operating system like Windows.\n"
+"also hosts another operating system.\n"
"\n"
-"The \"%s\" option will automatically regulate the clock by connecting to a\n"
-"remote time server on the Internet. For this feature to work, you must have\n"
-"a working Internet connection. It is best to choose a time server located\n"
-"near you. This option actually installs a time server that can be used by\n"
-"other machines on your local network as well."
+"The \"%s\" option will automatically regulate the system clock by\n"
+"connecting to a remote time server on the Internet. For this feature to\n"
+"work, you must have a working Internet connection. We recommend that you\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server which can be used by other machines on your local network as well."
msgstr ""
-#: help.pm:235 install_steps_interactive.pm:822
+#: help.pm:217 install_steps_interactive.pm:887
#, c-format
msgid "Hardware clock set to GMT"
msgstr "Aparata horloĝo estas ĝustigita laŭ GMT"
-#: help.pm:235
+#: help.pm:217
#, fuzzy, c-format
msgid "Automatic time synchronization"
msgstr "Auxtomata hor-sinkronizado (uzante NTP) "
-#: help.pm:238
+#: help.pm:220
#, c-format
msgid ""
"Graphic Card\n"
"\n"
" The installer will normally automatically detect and configure the\n"
-"graphic card installed on your machine. If it is not the case, you can\n"
+"graphic card installed on your machine. If this is not correct, you can\n"
"choose from this list the card you actually have installed.\n"
"\n"
" In the situation where different servers are available for your card,\n"
-"with or without 3D acceleration, you are asked to choose the server that\n"
+"with or without 3D acceleration, you're asked to choose the server which\n"
"best suits your needs."
msgstr ""
-#: help.pm:249
+#: help.pm:231
#, c-format
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"
"WindowMaker, etc.) bundled with Mandrakelinux rely upon.\n"
"\n"
-"You will be presented with a list of different parameters to change to get\n"
-"an optimal graphical display: Graphic Card\n"
+"You'll see a list of different parameters to change to get an optimal\n"
+"graphical display.\n"
+"\n"
+"Graphic Card\n"
"\n"
" The installer will normally automatically detect and configure the\n"
-"graphic card installed on your machine. If it is not the case, you can\n"
+"graphic card installed on your machine. If this is not correct, you can\n"
"choose from this list the card you actually have installed.\n"
"\n"
" In the situation where different servers are available for your card,\n"
-"with or without 3D acceleration, you are asked to choose the server that\n"
+"with or without 3D acceleration, you're asked to choose the server which\n"
"best suits your needs.\n"
"\n"
"\n"
"\n"
"Monitor\n"
"\n"
-" The installer will normally automatically detect and configure the\n"
-"monitor connected to your machine. If it is incorrect, you can choose from\n"
-"this list the monitor you actually have connected to your computer.\n"
+" Normally the installer will automatically detect and configure the\n"
+"monitor connected to your machine. If it is not correct, you can choose\n"
+"from this list the monitor which is connected to your computer.\n"
"\n"
"\n"
"\n"
"Resolution\n"
"\n"
" Here you can choose the resolutions and color depths available for your\n"
-"hardware. Choose the one that best suits your needs (you will be able to\n"
-"change that after installation though). A sample of the chosen\n"
+"graphics hardware. Choose the one which best suits your needs (you will be\n"
+"able to make changes after the installation). A sample of the chosen\n"
"configuration is shown in the monitor picture.\n"
"\n"
"\n"
@@ -3619,119 +3782,120 @@ msgid ""
"\n"
" Depending on your hardware, this entry might not appear.\n"
"\n"
-" the system will try to open a graphical screen at the desired\n"
-"resolution. If you can see the message during the test and answer \"%s\",\n"
-"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+" The system will try to open a graphical screen at the desired\n"
+"resolution. If you see the test message during the test and answer \"%s\",\n"
+"then DrakX will proceed to the next step. If you do not see it, then it\n"
"means that some part of the auto-detected configuration was incorrect and\n"
-"the test will automatically end after 12 seconds, bringing you back to the\n"
+"the test will automatically end after 12 seconds and return you to the\n"
"menu. Change settings until you get a correct graphical display.\n"
"\n"
"\n"
"\n"
"Options\n"
"\n"
-" Here you can choose whether you want to have your machine automatically\n"
-"switch to a graphical interface at boot. Obviously, you want to check\n"
-"\"%s\" if your machine is to act as a server, or if you were not successful\n"
-"in getting the display configured."
+" This steps allows you to choose whether you want your machine to\n"
+"automatically switch to a graphical interface at boot. Obviously, you may\n"
+"want to check \"%s\" if your machine is to act as a server, or if you were\n"
+"not successful in getting the display configured."
msgstr ""
-#: help.pm:304
+#: help.pm:288
#, c-format
msgid ""
"Monitor\n"
"\n"
-" The installer will normally automatically detect and configure the\n"
-"monitor connected to your machine. If it is incorrect, you can choose from\n"
-"this list the monitor you actually have connected to your computer."
+" Normally the installer will automatically detect and configure the\n"
+"monitor connected to your machine. If it is not correct, you can choose\n"
+"from this list the monitor which is connected to your computer."
msgstr ""
-#: help.pm:311
+#: help.pm:295
#, c-format
msgid ""
"Resolution\n"
"\n"
" Here you can choose the resolutions and color depths available for your\n"
-"hardware. Choose the one that best suits your needs (you will be able to\n"
-"change that after installation though). A sample of the chosen\n"
+"graphics hardware. Choose the one which best suits your needs (you will be\n"
+"able to make changes after the installation). A sample of the chosen\n"
"configuration is shown in the monitor picture."
msgstr ""
-#: help.pm:319
+#: help.pm:303
#, c-format
msgid ""
"In the situation where different servers are available for your card, with\n"
-"or without 3D acceleration, you are asked to choose the server that best\n"
+"or without 3D acceleration, you're asked to choose the server which best\n"
"suits your needs."
msgstr ""
-#: help.pm:324
+#: help.pm:308
#, c-format
msgid ""
"Options\n"
"\n"
-" Here you can choose whether you want to have your machine automatically\n"
-"switch to a graphical interface at boot. Obviously, you want to check\n"
-"\"%s\" if your machine is to act as a server, or if you were not successful\n"
-"in getting the display configured."
+" This steps allows you to choose whether you want your machine to\n"
+"automatically switch to a graphical interface at boot. Obviously, you may\n"
+"want to check \"%s\" if your machine is to act as a server, or if you were\n"
+"not successful in getting the display configured."
msgstr ""
-#: help.pm:332
+#: help.pm:316
#, c-format
msgid ""
-"At this point, you need to decide where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space you will\n"
-"have to partition the drive. Basically, partitioning a hard drive consists\n"
-"of logically dividing it to create the space needed to install your new\n"
+"You now need to decide where you want to install the Mandrakelinux\n"
+"operating system on your hard drive. If your hard drive is empty or if an\n"
+"existing operating system is using all the available space you will have to\n"
+"partition the drive. Basically, partitioning a hard drive means to\n"
+"logically divide it to create the space needed to install your new\n"
"Mandrakelinux system.\n"
"\n"
"Because the process of partitioning a hard drive is usually irreversible\n"
-"and can lead to lost data if there is an existing operating system already\n"
-"installed on the drive, partitioning can be intimidating and stressful if\n"
-"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"and can lead to data losses, partitioning can be intimidating and stressful\n"
+"for the inexperienced user. Fortunately, DrakX includes a wizard which\n"
"simplifies this process. Before continuing with this step, read through the\n"
"rest of this section and above all, take your time.\n"
"\n"
-"Depending on your hard drive configuration, several options are available:\n"
+"Depending on the configuration of your hard drive, several options are\n"
+"available:\n"
"\n"
-" * \"%s\": this option will perform an automatic partitioning of your blank\n"
+" * \"%s\". This option will perform an automatic partitioning of your blank\n"
"drive(s). If you use this option there will be no further prompts.\n"
"\n"
-" * \"%s\": the wizard has detected one or more existing Linux partitions on\n"
+" * \"%s\". The wizard has detected one or more existing Linux partitions on\n"
"your hard drive. If you want to use them, choose this option. You will then\n"
"be asked to choose the mount points associated with each of the partitions.\n"
"The legacy mount points are selected by default, and for the most part it's\n"
"a good idea to keep them.\n"
"\n"
-" * \"%s\": if Microsoft Windows is installed on your hard drive and takes\n"
+" * \"%s\". If Microsoft Windows is installed on your hard drive and takes\n"
"all the space available on it, you will have to create free space for\n"
"GNU/Linux. To do so, you can delete your Microsoft Windows partition and\n"
"data (see ``Erase entire disk'' solution) or resize your Microsoft Windows\n"
"FAT or NTFS partition. Resizing can be performed without the loss of any\n"
-"data, provided you have previously defragmented the Windows partition.\n"
-"Backing up your data is strongly recommended.. Using this option is\n"
+"data, provided you've previously defragmented the Windows partition.\n"
+"Backing up your data is strongly recommended. Using this option is\n"
"recommended if you want to use both Mandrakelinux and Microsoft Windows on\n"
"the same computer.\n"
"\n"
" Before choosing this option, please understand that after this\n"
"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"then when you started. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software.\n"
+"than when you started. You'll have less free space under Microsoft Windows\n"
+"to store your data or to install new software.\n"
"\n"
-" * \"%s\": if you want to delete all data and all partitions present on\n"
-"your hard drive and replace them with your new Mandrakelinux system,\n"
-"choose this option. Be careful, because you will not be able to undo your\n"
-"choice after you confirm.\n"
+" * \"%s\". If you want to delete all data and all partitions present on\n"
+"your hard drive and replace them with your new Mandrakelinux system, choose\n"
+"this option. Be careful, because you won't be able to undo this operation\n"
+"after you confirm.\n"
"\n"
" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-" * \"%s\": this will simply erase everything on the drive and begin fresh,\n"
-"partitioning everything from scratch. All data on your disk will be lost.\n"
+" * \"%s\". This option appears when the hard drive is entirely taken by\n"
+"Microsoft Windows. Choosing this option will simply erase everything on the\n"
+"drive and begin fresh, partitioning everything from scratch.\n"
"\n"
" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-" * \"%s\": choose this option if you want to manually partition your hard\n"
+" * \"%s\". Choose this option if you want to manually partition your hard\n"
"drive. Be careful -- it is a powerful but dangerous choice and you can very\n"
"easily lose all your data. That's why this option is really only\n"
"recommended if you have done something like this before and have some\n"
@@ -3739,52 +3903,53 @@ msgid ""
"refer to the ``Managing Your Partitions'' section in the ``Starter Guide''."
msgstr ""
-#: help.pm:389 install_interactive.pm:95
+#: help.pm:374 install_interactive.pm:95
#, c-format
msgid "Use free space"
msgstr "Uzu liberan spacon"
-#: help.pm:389
+#: help.pm:374
#, fuzzy, c-format
msgid "Use existing partition"
msgstr "Uzu ekzistantajn subdiskojn"
-#: help.pm:389 install_interactive.pm:137
+#: help.pm:374 install_interactive.pm:137
#, c-format
msgid "Use the free space on the Windows partition"
msgstr "Uzu la liberan spacon sur la Vindoza subdisko"
-#: help.pm:389 install_interactive.pm:211
+#: help.pm:374 install_interactive.pm:213
#, c-format
msgid "Erase entire disk"
msgstr "Forviŝu la tutan diskon"
-#: help.pm:389
+#: help.pm:374
#, fuzzy, c-format
msgid "Remove Windows"
msgstr "Forigu Vindozon"
-#: help.pm:389 install_interactive.pm:226
+#: help.pm:374 install_interactive.pm:228
#, c-format
msgid "Custom disk partitioning"
msgstr "subdiskigo"
-#: help.pm:392
+#: help.pm:377
#, c-format
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"%s\" to reboot the system. Don't forget to\n"
-"remove the installation media (CD-ROM or floppy). The first thing you\n"
+"ready to be used. Just click on \"%s\" to reboot the system. Don't forget\n"
+"to remove the installation media (CD-ROM or floppy). The first thing you\n"
"should see after your computer has finished doing its hardware tests is the\n"
-"bootloader menu, giving you the choice of which operating system to start.\n"
+"boot-loader menu, giving you the choice of which operating system to start.\n"
"\n"
"The \"%s\" button shows two more buttons to:\n"
"\n"
-" * \"%s\": to create an installation floppy disk that will automatically\n"
-"perform a whole installation without the help of an operator, similar to\n"
-"the installation you just configured.\n"
+" * \"%s\": enables you to create an installation floppy disk which will\n"
+"automatically perform a whole installation without the help of an operator,\n"
+"similar to the installation you've just configured.\n"
"\n"
-" Note that two different options are available after clicking the button:\n"
+" Note that two different options are available after clicking on that\n"
+"button:\n"
"\n"
" * \"%s\". This is a partially automated installation. The partitioning\n"
"step is the only interactive procedure.\n"
@@ -3792,119 +3957,119 @@ msgid ""
" * \"%s\". Fully automated installation: the hard disk is completely\n"
"rewritten, all data is lost.\n"
"\n"
-" This feature is very handy when installing a number of similar machines.\n"
-"See the Auto install section on our web site for more information.\n"
+" This feature is very handy when installing on a number of similar\n"
+"machines. See the Auto install section on our web site for more\n"
+"information.\n"
+"\n"
+" * \"%s\"(*): saves a list of the packages selected in this installation.\n"
+"To use this selection with another installation, insert the floppy and\n"
+"start the installation. At the prompt, press the [F1] key, type >>linux\n"
+"defcfg=\"floppy\"<< and press the [Enter] key.\n"
"\n"
-" * \"%s\": saves a list of the packages selected in this installation. To\n"
-"use this selection with another installation, insert the floppy and start\n"
-"the installation. At the prompt, press the [F1] key and type >>linux\n"
-"defcfg=\"floppy\" <<."
+"(*) You need a FAT-formatted floppy. To create one under GNU/Linux, type\n"
+"\"mformat a:\", or \"fdformat /dev/fd0\" followed by \"mkfs.vfat\n"
+"/dev/fd0\"."
msgstr ""
-#: help.pm:418
+#: help.pm:409
#, fuzzy, c-format
msgid "Generate auto-install floppy"
msgstr "Kreu aŭtoinstalan disketon"
-#: help.pm:418 install_steps_interactive.pm:1316
+#: help.pm:409 install_steps_interactive.pm:1363
#, c-format
msgid "Replay"
msgstr "Reludu"
-#: help.pm:418 install_steps_interactive.pm:1316
+#: help.pm:409 install_steps_interactive.pm:1363
#, c-format
msgid "Automated"
msgstr "Aŭtomata"
-#: help.pm:418 install_steps_interactive.pm:1319
+#: help.pm:409 install_steps_interactive.pm:1366
#, c-format
msgid "Save packages selection"
msgstr "Konservu la pakaĵ-elekton"
-#: help.pm:421
+#: help.pm:412
#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
+"If you chose to reuse some legacy GNU/Linux partitions, you may wish to\n"
+"reformat some of them and erase any data they contain. To do so, please\n"
+"select those partitions as well.\n"
"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
+"Please note that it's not necessary to reformat all pre-existing\n"
"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
+"system (such as \"/\", \"/usr\" or \"/var\") but you don't have to reformat\n"
+"partitions containing data that you wish to keep (typically \"/home\").\n"
"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"it.\n"
+"Please be careful when selecting partitions. After the formatting is\n"
+"completed, all data on the selected partitions will be deleted and you\n"
+"won't be able to recover it.\n"
"\n"
-"Click on \"%s\" when you are ready to format the partitions.\n"
+"Click on \"%s\" when you're ready to format the partitions.\n"
"\n"
"Click on \"%s\" if you want to choose another partition for your new\n"
"Mandrakelinux operating system installation.\n"
"\n"
-"Click on \"%s\" if you wish to select partitions that will be checked for\n"
+"Click on \"%s\" if you wish to select partitions which will be checked for\n"
"bad blocks on the disk."
msgstr ""
-#: help.pm:444 help.pm:1005 install_steps_gtk.pm:433 interactive.pm:404
-#: interactive/newt.pm:307 printer/printerdrake.pm:3088
-#: standalone/drakTermServ:376 standalone/drakbackup:3880
-#: standalone/drakbackup:3919 standalone/drakbackup:4030
-#: standalone/drakbackup:4045 ugtk2.pm:508
+#: help.pm:431 install_steps_gtk.pm:402 interactive.pm:404
+#: interactive/newt.pm:316 printer/printerdrake.pm:3266
+#: standalone/drakTermServ:351 standalone/drakbackup:3901
+#: standalone/drakbackup:3940 standalone/drakbackup:4051
+#: standalone/drakbackup:4066 ugtk2.pm:513
#, c-format
msgid "Previous"
msgstr "Antaŭa"
-#: help.pm:447
+#: help.pm:434
#, c-format
msgid ""
-"At the time you are installing Mandrakelinux, it is likely that some\n"
-"packages will have been updated since the initial release. Bugs may have\n"
-"been fixed, security issues resolved. To allow you to benefit from these\n"
-"updates, you are now able to download them from the Internet. Check \"%s\"\n"
-"if you have a working Internet connection, or \"%s\" if you prefer to\n"
-"install updated packages later.\n"
+"By the time you install Mandrakelinux, it's likely that some packages will\n"
+"have been updated since the initial release. Bugs may have been fixed,\n"
+"security issues resolved. To allow you to benefit from these updates,\n"
+"you're now able to download them from the Internet. Check \"%s\" if you\n"
+"have a working Internet connection, or \"%s\" if you prefer to install\n"
+"updated packages later.\n"
"\n"
-"Choosing \"%s\" will display a list of places from which updates can be\n"
-"retrieved. You should choose one near to you. A package-selection tree will\n"
-"appear: review the selection, and press \"%s\" to retrieve and install the\n"
-"selected package(s), or \"%s\" to abort."
+"Choosing \"%s\" will display a list of web locations from which updates can\n"
+"be retrieved. You should choose one near to you. A package-selection tree\n"
+"will appear: review the selection, and press \"%s\" to retrieve and install\n"
+"the selected package(s), or \"%s\" to abort."
msgstr ""
-#: help.pm:457 help.pm:602 install_steps_gtk.pm:432
-#: install_steps_interactive.pm:148 standalone/drakbackup:4077
+#: help.pm:444 help.pm:588 install_steps_gtk.pm:401
+#: install_steps_interactive.pm:158 standalone/drakbackup:4098
#, c-format
msgid "Install"
msgstr "Instalu"
-#: help.pm:460
+#: help.pm:447
#, c-format
msgid ""
-"At this point, DrakX will allow you to choose the security level desired\n"
-"for the machine. As a rule of thumb, the security level should be set\n"
-"higher if the machine will contain crucial data, or if it will be a machine\n"
-"directly exposed to the Internet. The trade-off of a higher security level\n"
-"is generally obtained at the expense of ease of use.\n"
+"At this point, DrakX will allow you to choose the security level you desire\n"
+"for your machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine is to contain crucial data, or if it's to be directly\n"
+"exposed to the Internet. The trade-off that a higher security level is\n"
+"generally obtained at the expense of ease of use.\n"
"\n"
-"If you do not know what to choose, stay with the default option. You will\n"
-"be able to change that security level later with tool draksec from the\n"
-"Mandrake Control Center.\n"
+"If you don't know what to choose, keep the default option. You'll be able\n"
+"to change it later with the draksec tool, which is part of Mandrakelinux\n"
+"Control Center.\n"
"\n"
-"The \"%s\" field can inform the system of the user on this computer who\n"
-"will be responsible for security. Security messages will be sent to that\n"
-"address."
+"Fill the \"%s\" field with the e-mail address of the person responsible for\n"
+"security. Security messages will be sent to that address."
msgstr ""
-#: help.pm:472
+#: help.pm:458
#, fuzzy, c-format
msgid "Security Administrator"
msgstr "Malproksimaj lpd Printilaj Opcioj"
-#: help.pm:475
+#: help.pm:461
#, c-format
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
@@ -3979,17 +4144,17 @@ msgid ""
"emergency boot situations."
msgstr ""
-#: help.pm:544
+#: help.pm:530
#, fuzzy, c-format
msgid "Removable media auto-mounting"
msgstr "Aŭtomata kroĉado de demeteblaj aparatoj"
-#: help.pm:544
+#: help.pm:530
#, fuzzy, c-format
msgid "Toggle between normal/expert mode"
msgstr "Ŝanĝu al Normala reĝimo"
-#: help.pm:547
+#: help.pm:533
#, c-format
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
@@ -4023,80 +4188,81 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: help.pm:578
+#: help.pm:564
#, c-format
msgid ""
-"\"%s\": check the current country selection. If you are not in this\n"
-"country, click on the \"%s\" button and choose another one. If your country\n"
-"is not in the first list shown, click the \"%s\" button to get the complete\n"
-"country list."
+"\"%s\": check the current country selection. If you're not in this country,\n"
+"click on the \"%s\" button and choose another. If your country isn't in the\n"
+"list shown, click on the \"%s\" button to get the complete country list."
msgstr ""
-#: help.pm:584
+#: help.pm:569
#, c-format
msgid ""
"This step is activated only if an existing GNU/Linux partition has been\n"
"found on your machine.\n"
"\n"
-"DrakX now needs to know if you want to perform a new install or an upgrade\n"
-"of an existing Mandrakelinux system:\n"
+"DrakX now needs to know if you want to perform a new installation or an\n"
+"upgrade of an existing Mandrakelinux system:\n"
"\n"
-" * \"%s\": For the most part, this completely wipes out the old system. If\n"
-"you wish to change how your hard drives are partitioned, or change the file\n"
-"system, you should use this option. However, depending on your partitioning\n"
-"scheme, you can prevent some of your existing data from being over-written.\n"
+" * \"%s\". For the most part, this completely wipes out the old system.\n"
+"However, depending on your partitioning scheme, you can prevent some of\n"
+"your existing data (notably \"home\" directories) from being over-written.\n"
+"If you wish to change how your hard drives are partitioned, or to change\n"
+"the file system, you should use this option.\n"
"\n"
-" * \"%s\": this installation class allows you to update the packages\n"
-"currently installed on your Mandrakelinux system. Your current\n"
-"partitioning scheme and user data is not altered. Most of other\n"
-"configuration steps remain available, similar to a standard installation.\n"
+" * \"%s\". This installation class allows you to update the packages\n"
+"currently installed on your Mandrakelinux system. Your current partitioning\n"
+"scheme and user data won't be altered. Most of the other configuration\n"
+"steps remain available and are similar to a standard installation.\n"
"\n"
"Using the ``Upgrade'' option should work fine on Mandrakelinux systems\n"
-"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"running version \"8.1\" or later. Performing an upgrade on versions prior\n"
"to Mandrakelinux version \"8.1\" is not recommended."
msgstr ""
-#: help.pm:605
+#: help.pm:591
#, c-format
msgid ""
-"Depending on the language you chose in section , DrakX will automatically\n"
-"select a particular type of keyboard configuration. Check that the\n"
-"selection suits you or choose another keyboard layout.\n"
+"Depending on the language you chose (), DrakX will automatically select a\n"
+"particular type of keyboard configuration. Check that the selection suits\n"
+"you or choose another keyboard layout.\n"
"\n"
-"Also, you may not have a keyboard that corresponds exactly to your\n"
+"Also, you may not have a keyboard which corresponds exactly to your\n"
"language: for example, if you are an English-speaking Swiss native, you may\n"
"have a Swiss keyboard. Or if you speak English and are located in Quebec,\n"
"you may find yourself in the same situation where your native language and\n"
-"country-set keyboard do not match. In either case, this installation step\n"
+"country-set keyboard don't match. In either case, this installation step\n"
"will allow you to select an appropriate keyboard from a list.\n"
"\n"
-"Click on the \"%s\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"Click on the \"%s\" button to be shown a list of supported keyboards.\n"
"\n"
"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
-"dialog will allow you to choose the key binding that will switch the\n"
+"dialog will allow you to choose the key binding which will switch the\n"
"keyboard between the Latin and non-Latin layouts."
msgstr ""
-#: help.pm:624
+#: help.pm:609
#, c-format
msgid ""
-"Your choice of preferred language will affect the language of the\n"
-"documentation, the installer and the system in general. Select first the\n"
-"region you are located in, and then the language you speak.\n"
+"The first step is to choose your preferred language.\n"
+"\n"
+"Your choice of preferred language will affect the installer, the\n"
+"documentation, and the system in general. First select the region you're\n"
+"located in, then the language you speak.\n"
"\n"
"Clicking on the \"%s\" button will allow you to select other languages to\n"
"be installed on your workstation, thereby installing the language-specific\n"
-"files for system documentation and applications. For example, if you will\n"
-"host users from Spain on your machine, select English as the default\n"
-"language in the tree view and \"%s\" in the Advanced section.\n"
+"files for system documentation and applications. For example, if Spanish\n"
+"users are to use your machine, select English as the default language in\n"
+"the tree view and \"%s\" in the Advanced section.\n"
"\n"
"About UTF-8 (unicode) support: Unicode is a new character encoding meant to\n"
-"cover all existing languages. Though full support for it in GNU/Linux is\n"
-"still under development. For that reason, Mandrakelinux will be using it\n"
-"or not depending on the user choices:\n"
+"cover all existing languages. However full support for it in GNU/Linux is\n"
+"still under development. For that reason, Mandrakelinux's use of UTF-8 will\n"
+"depend on the user's choices:\n"
"\n"
-" * If you choose a languages with a strong legacy encoding (latin1\n"
+" * If you choose a language with a strong legacy encoding (latin1\n"
"languages, Russian, Japanese, Chinese, Korean, Thai, Greek, Turkish, most\n"
"iso-8859-2 languages), the legacy encoding will be used by default;\n"
"\n"
@@ -4105,66 +4271,74 @@ msgid ""
" * If two or more languages are required, and those languages are not using\n"
"the same encoding, then unicode will be used for the whole system;\n"
"\n"
-" * Finally, unicode can also be forced for the system at user request by\n"
-"selecting option \"%s\" independently of which language(s) have been\n"
-"chosen.\n"
+" * Finally, unicode can also be forced for use throughout the system at a\n"
+"user's request by selecting the \"%s\" option independently of which\n"
+"languages were been chosen.\n"
"\n"
"Note that you're not limited to choosing a single additional language. You\n"
-"may choose several ones, or even install them all by selecting the \"%s\"\n"
-"box. Selecting support for a language means translations, fonts, spell\n"
-"checkers, etc. for that language will also be installed.\n"
+"may choose several, or even install them all by selecting the \"%s\" box.\n"
+"Selecting support for a language means translations, fonts, spell checkers,\n"
+"etc. will also be installed for that language.\n"
"\n"
-"To switch between the various languages installed on the system, you can\n"
-"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
-"language used by the entire system. Running the command as a regular user\n"
-"will only change the language settings for that particular user."
+"To switch between the various languages installed on your system, you can\n"
+"launch the \"localedrake\" command as \"root\" to change the language used\n"
+"by the entire system. Running the command as a regular user will only\n"
+"change the language settings for that particular user."
msgstr ""
-#: help.pm:660
+#: help.pm:647
#, c-format
msgid "Espanol"
msgstr ""
-#: help.pm:663
+#: help.pm:650
#, c-format
msgid ""
"Usually, DrakX has no problems detecting the number of buttons on your\n"
"mouse. If it does, it assumes you have a two-button mouse and will\n"
"configure it for third-button emulation. The third-button mouse button of a\n"
-"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"two-button mouse can be obtained by simultaneously clicking the left and\n"
"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
"a PS/2, serial or USB interface.\n"
"\n"
-"In case you have a 3 buttons mouse without wheel, you can choose the mouse\n"
-"that says \"%s\". DrakX will then configure your mouse so that you can\n"
-"simulate the wheel with it: to do so, press the middle button and move your\n"
-"mouse up and down.\n"
+"If you have a 3-button mouse without a wheel, you can choose a \"%s\"\n"
+"mouse. DrakX will then configure your mouse so that you can simulate the\n"
+"wheel with it: to do so, press the middle button and move your mouse\n"
+"pointer up and down.\n"
"\n"
"If for some reason you wish to specify a different type of mouse, select it\n"
"from the list provided.\n"
"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
+"You can select the \"%s\" entry to chose a ``generic'' mouse type which\n"
+"will work with nearly all mice.\n"
+"\n"
+"If you choose a mouse other than the default one, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct and that the mouse is working correctly. If the mouse is not\n"
-"working well, press the space bar or [Return] key to cancel the test and to\n"
-"go back to the list of choices.\n"
+"working well, press the space bar or [Return] key to cancel the test and\n"
+"you will be returned to the mouse list.\n"
"\n"
-"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"Occasionally wheel mice are not detected automatically, so you will need to\n"
"select your mouse from a list. Be sure to select the one corresponding to\n"
"the port that your mouse is attached to. After selecting a mouse and\n"
-"pressing the \"%s\" button, a mouse image is displayed on-screen. Scroll\n"
-"the mouse wheel to ensure that it is activated correctly. Once you see the\n"
-"on-screen scroll wheel moving as you scroll your mouse wheel, test the\n"
-"buttons and check that the mouse pointer moves on-screen as you move your\n"
-"mouse."
+"pressing the \"%s\" button, a mouse image will be displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activating correctly. As you\n"
+"scroll your mouse wheel, you will see the on-screen scroll wheel moving.\n"
+"Test the buttons and check that the mouse pointer moves on-screen as you\n"
+"move your mouse about."
msgstr ""
-#: help.pm:691
+#: help.pm:681
#, fuzzy, c-format
msgid "with Wheel emulation"
msgstr "Loĝiteka MouseMan"
-#: help.pm:694
+#: help.pm:681
+#, c-format
+msgid "Universal | Any PS/2 & USB mice"
+msgstr ""
+
+#: help.pm:684
#, c-format
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
@@ -4173,16 +4347,16 @@ msgstr ""
"Bonvolu elekti la ĝustan pordon. Ekzemple, la \"COM1\"-a\n"
"pordo sub MS Vindozo estas nomata \"ttyS0\" sub GNU/Linukso."
-#: help.pm:698
+#: help.pm:688
#, c-format
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"
+"system: you must enter the \"root\" password. \"Root\" is the system\n"
"administrator and is the only user authorized to make updates, add users,\n"
"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if the password you chose is too easy. As you\n"
-"can see, you are not forced to enter a password, but we strongly advise you\n"
+"do everything! That's why you must choose a password which is difficult to\n"
+"guess: DrakX will tell you if the password you chose is too simple. As you\n"
+"can see, you're not forced to enter a password, but we strongly advise\n"
"against this. GNU/Linux is just as prone to operator error as any other\n"
"operating system. Since \"root\" can overcome all limitations and\n"
"unintentionally erase all data on partitions by carelessly accessing the\n"
@@ -4191,177 +4365,57 @@ msgid ""
"\n"
"The password should be a mixture of alphanumeric characters and at least 8\n"
"characters long. Never write down the \"root\" password -- it makes it far\n"
-"too easy to compromise a system.\n"
+"too easy to compromise your system.\n"
"\n"
-"One caveat -- do not make the password too long or complicated because you\n"
+"One caveat: don't make the password too long or too complicated because you\n"
"must be able to remember it!\n"
"\n"
-"The password will not be displayed on screen as you type it in. To reduce\n"
-"the chance of a blind typing error you will need to enter the password\n"
-"twice. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will be the one you will have use the first time you\n"
-"connect.\n"
+"The password won't be displayed on screen as you type it. To reduce the\n"
+"chance of a blind typing error you'll need to enter the password twice. If\n"
+"you do happen to make the same typing error twice, you'll have to use this\n"
+"``incorrect'' password the first time you'll try to connect as \"root\".\n"
"\n"
-"If you wish access to this computer to be controlled by an authentication\n"
-"server, click the \"%s\" button.\n"
+"If you want an authentication server to control access to your computer,\n"
+"click on the \"%s\" button.\n"
"\n"
"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one for \"%s\". If you do not know which\n"
+"services, select the appropriate one for \"%s\". If you don't know which\n"
"one to use, you should ask your network administrator.\n"
"\n"
-"If you happen to have problems with remembering passwords, if your computer\n"
-"will never be connected to the Internet and you absolutely trust everybody\n"
-"who uses your computer, you can choose to have \"%s\"."
+"If you happen to have problems with remembering passwords, or if your\n"
+"computer will never be connected to the Internet and you absolutely trust\n"
+"everybody who uses your computer, you can choose to have \"%s\"."
msgstr ""
-#: help.pm:733
+#: help.pm:722
#, fuzzy, c-format
msgid "authentication"
msgstr "Aŭtentikigado"
#. -PO: keep this short or else the buttons will not fit in the window
-#: help.pm:733 install_steps_interactive.pm:1146
+#: help.pm:722 install_steps_interactive.pm:1211
#, c-format
msgid "No password"
msgstr "Neniu pasvorto"
-#: help.pm:736
-#, c-format
-msgid ""
-"This dialog allows you to fine tune your bootloader:\n"
-"\n"
-" * \"%s\": there are three choices for your bootloader:\n"
-"\n"
-" * \"%s\": if you prefer GRUB (text menu).\n"
-"\n"
-" * \"%s\": if you prefer LILO with its text menu interface.\n"
-"\n"
-" * \"%s\": if you prefer LILO with its graphical interface.\n"
-"\n"
-" * \"%s\": in most cases, you will not change the default (\"%s\"), but if\n"
-"you prefer, the bootloader can be installed on the second hard drive\n"
-"(\"%s\"), or even on a floppy disk (\"%s\");\n"
-"\n"
-" * \"%s\": after a boot or a reboot of the computer, this is the delay\n"
-"given to the user at the console to select a boot entry other than the\n"
-"default.\n"
-"\n"
-" * \"%s\": ACPI is a new standard (appeared during year 2002) for power\n"
-"management, notably for laptops. If you know your hardware supports it and\n"
-"you need it, check this box.\n"
-"\n"
-" * \"%s\": If you noticed hardware problems on your machine (IRQ conflicts,\n"
-"instabilities, machine freeze, ...) you should try disabling APIC by\n"
-"checking this box.\n"
-"\n"
-"!! Be aware that if you choose not to install a bootloader (by selecting\n"
-"\"%s\"), you must ensure that you have a way to boot your Mandrakelinux\n"
-"system! Be sure you know what you are doing before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"%s\" button in this dialog will offer advanced options which\n"
-"are normally reserved for the expert user."
-msgstr ""
-
-#: help.pm:768
-#, fuzzy, c-format
-msgid "GRUB"
-msgstr "GB"
-
-#: help.pm:768
-#, c-format
-msgid "/dev/hda"
-msgstr "/dev/hda"
-
-#: help.pm:768
-#, c-format
-msgid "/dev/hdb"
-msgstr "/dev/hdb"
-
-#: help.pm:768
-#, c-format
-msgid "/dev/fd0"
-msgstr "/dev/fd0"
-
-#: help.pm:768
-#, fuzzy, c-format
-msgid "Delay before booting the default image"
-msgstr "Prokrastoperiodo antaŭ starti defaŭltan sistemon"
-
-#: help.pm:771
-#, fuzzy, c-format
-msgid ""
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options that will be available at boot time will be displayed.\n"
-"\n"
-"If there are other operating systems installed on your machine they will\n"
-"automatically be added to the boot menu. You can fine-tune the existing\n"
-"options by clicking \"%s\" to create a new entry; selecting an entry and\n"
-"clicking \"%s\" or \"%s\" to modify or remove it. \"%s\" validates your\n"
-"changes.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone who goes to the console and reboots the machine. You can delete the\n"
-"corresponding entries for the operating systems to remove them from the\n"
-"bootloader menu, but you will need a boot disk in order to boot those other\n"
-"operating systems!"
-msgstr ""
-"Post kiam vi konfiguris la ĝeneralajn startigil-parametrojn, afiŝiĝos la "
-"isto de\n"
-"startopcioj kiuj haveblas ĉe starto.\n"
-"\n"
-"Se estas en via maŝino aliaj mastrum-sistemoj, ili estas aŭtomate aldonitaj\n"
-"al la startmenuo. Vi povas fajnigi la ekzistantajn opciojn\n"
-"klikante al \"Aldonu\" por krei novan kampon, elektante opcion kaj\n"
-"klikante sur \"Modifi\" aŭ \"Forigi\" por modifi aŭ forigi ĝin. \"Jes\" "
-"validigas\n"
-"viajn ŝanĝojn.\n"
-"\n"
-"Vi eble ne deziras doni aliron al tiuj aliaj mastrum-sistemoj por iu ajn "
-"kiu\n"
-"iras al la konzolo kaj restartigas la maŝinon. Vi povas forigi la "
-"tiurilatajn\n"
-"enskribojn por forigi ilin de la startila menuo, sed tiam vi bezonos "
-"startdisketon por\n"
-"startigi tiujn aliajn mastrumsistemojn!"
-
-#: help.pm:784 interactive.pm:295 interactive/gtk.pm:480
-#: standalone/drakbackup:1513 standalone/drakfont:589 standalone/drakfont:655
-#: standalone/drakups:280 standalone/drakups:329 standalone/drakups:349
-#: standalone/drakvpn:333 standalone/drakvpn:694
-#, c-format
-msgid "Add"
-msgstr "Aldonu"
-
-#: help.pm:784 interactive.pm:295 interactive/gtk.pm:480
-#, c-format
-msgid "Modify"
-msgstr "Ŝanĝu"
-
-#: help.pm:784 interactive.pm:295 interactive/gtk.pm:480
-#: standalone/drakups:282 standalone/drakups:331 standalone/drakups:351
-#: standalone/drakvpn:333 standalone/drakvpn:694
-#, c-format
-msgid "Remove"
-msgstr "Forigu"
-
-#: help.pm:787
+#: help.pm:725
#, fuzzy, c-format
msgid ""
-"LILO and GRUB are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. DrakX will analyze the disk boot sector and act according to\n"
-"what it finds there:\n"
+"A boot loader is a little program which is started by the computer at boot\n"
+"time. It's responsible for starting up the whole system. Normally, the boot\n"
+"loader installation is totally automated. DrakX will analyze the disk boot\n"
+"sector and act according to what it finds there:\n"
"\n"
" * if a Windows boot sector is found, it will replace it with a GRUB/LILO\n"
-"boot sector. This way you will be able to load either GNU/Linux or any\n"
-"other OS installed on your machine.\n"
+"boot sector. This way you'll be able to load either GNU/Linux or any other\n"
+"OS installed on your machine.\n"
"\n"
-" * if a GRUB or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
+" * if a GRUB or LILO boot sector is found, it'll replace it with a new one.\n"
"\n"
-"If it cannot make a determination, DrakX will ask you where to place the\n"
-"bootloader. Generally, the \"%s\" is the safest place. Choosing \"%s\"\n"
-"won't install any bootloader. Use it only if you know what you are doing."
+"If DrakX can't determine where to place the boot sector, it'll ask you\n"
+"where it should place it. Generally, the \"%s\" is the safest place.\n"
+"Choosing \"%s\" won't install any boot loader. Use this option only if you\n"
+"know what you're doing."
msgstr ""
"LILO kaj grub estas GNU/Linuksaj startigiloj. Normale, tiu paŝo estas "
"komplete\n"
@@ -4383,33 +4437,33 @@ msgstr ""
"instalata sur la dua fiksdisko (\"/dev/hdb\"), aŭ eĉ sur disketo\n"
"(\"Sur disketo\")."
-#: help.pm:803
+#: help.pm:742
#, fuzzy, c-format
msgid ""
-"Now, it's time to select a printing system for your computer. Other OSs may\n"
-"offer you one, but Mandrakelinux offers two. Each of the printing systems\n"
-"is best suited to particular types of configuration.\n"
+"Now, it's time to select a printing system for your computer. Other\n"
+"operating systems may offer you one, but Mandrakelinux offers two. Each of\n"
+"the printing systems is best suited to particular types of configuration.\n"
"\n"
" * \"%s\" -- which is an acronym for ``print, don't queue'', is the choice\n"
"if you have a direct connection to your printer, you want to be able to\n"
-"panic out of printer jams, and you do not have networked printers. (\"%s\"\n"
+"panic out of printer jams, and you don't have networked printers. (\"%s\"\n"
"will handle only very simple network cases and is somewhat slow when used\n"
-"with networks.) It's recommended that you use \"pdq\" if this is your first\n"
-"experience with GNU/Linux.\n"
-"\n"
-" * \"%s\" - `` Common Unix Printing System'', is an excellent choice for\n"
-"printing to your local printer or to one halfway around the planet. It is\n"
-"simple to configure and can act as a server or a client for the ancient\n"
-"\"lpd \" printing system, so it is compatible with older operating systems\n"
-"which may still need print services. While quite powerful, the basic setup\n"
-"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
-"sure you turn on the \"cups-lpd \" daemon. \"%s\" includes graphical\n"
-"front-ends for printing or choosing printer options and for managing the\n"
-"printer.\n"
+"within networks.) It's recommended that you use \"pdq\" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"%s\" stands for `` Common Unix Printing System'' and is an excellent\n"
+"choice for printing to your local printer or to one halfway around the\n"
+"planet. It's simple to configure and can act as a server or a client for\n"
+"the ancient \"lpd\" printing system, so it's compatible with older\n"
+"operating systems which may still need print services. While quite\n"
+"powerful, the basic setup is almost as easy as \"pdq\". If you need to\n"
+"emulate a \"lpd\" server, make sure you turn on the \"cups-lpd\" daemon.\n"
+"\"%s\" includes graphical front-ends for printing or choosing printer\n"
+"options and for managing the printer.\n"
"\n"
"If you make a choice now, and later find that you don't like your printing\n"
-"system you may change it by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button."
+"system you may change it by running PrinterDrake from the Mandrakelinux\n"
+"Control Center and clicking on the \"%s\" button."
msgstr ""
"Nun estas tempo por elekti pressistemon por via komputilo. Aliaj mastrum-"
"sistemoj\n"
@@ -4443,17 +4497,22 @@ msgstr ""
"vi povas ŝanĝi ĝin rulante PrinterDrake ekde la Mandraka KontrolCentro kaj\n"
"alklaki la eksperto-butonon."
-#: help.pm:826
+#: help.pm:765
#, c-format
msgid "pdq"
msgstr ""
-#: help.pm:826 printer/cups.pm:115 printer/data.pm:83
+#: help.pm:765 printer/cups.pm:115 printer/data.pm:104
#, c-format
msgid "CUPS"
msgstr ""
-#: help.pm:829
+#: help.pm:765
+#, fuzzy, c-format
+msgid "Expert"
+msgstr "Spertuloreĝimo"
+
+#: help.pm:768
#, fuzzy, c-format
msgid ""
"DrakX will first detect any IDE devices present in your computer. It will\n"
@@ -4492,154 +4551,71 @@ msgstr ""
"al la\n"
"aparatoj, vi devos mane konfiguri la pelilon."
-#: help.pm:847
-#, c-format
-msgid ""
-"You can add additional entries in yaboot for other operating systems,\n"
-"alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is the name you will have to type at the yaboot prompt to\n"
-"select this boot option.\n"
-"\n"
-" * Image: this is the name of the kernel to boot. Typically, vmlinux or a\n"
-"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 often used to\n"
-"assist in initializing video hardware, or to enable keyboard mouse button\n"
-"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
-"The following are some examples:\n"
-"\n"
-" \t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
-"\n"
-" \t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * 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 4096 Kbytes. If you\n"
-"need to allocate a large ramdisk, this option can be used to specify a\n"
-"ramdisk larger than the default.\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially mounted as\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"You can override the default with 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
-"highlighted with a ``*'' if you press [Tab] to see the boot selections."
-msgstr ""
-
-#: help.pm:894
-#, c-format
-msgid ""
-"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
-"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
-"detected and installed in the bootloader menu. If this is not the case, you\n"
-"can add an entry by hand in this screen. Take care to choose the correct\n"
-"parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt.\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information.\n"
-"\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 increments\n"
-"before your default kernel description is selected;\n"
-"\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: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: help.pm:926
+#: help.pm:786
#, c-format
msgid ""
-"\"%s\": if a sound card is detected on your system, it is displayed here.\n"
-"If you notice the sound card displayed is not the one that is actually\n"
-"present on your system, you can click on the button and choose another\n"
-"driver."
+"\"%s\": if a sound card is detected on your system, it'll be displayed\n"
+"here. If you notice the sound card isn't the one actually present on your\n"
+"system, you can click on the button and choose a different driver."
msgstr ""
-#: help.pm:929 help.pm:991 install_steps_interactive.pm:954
-#: install_steps_interactive.pm:971
+#: help.pm:788 help.pm:855 install_steps_interactive.pm:1019
+#: install_steps_interactive.pm:1036
#, c-format
msgid "Sound card"
msgstr "Sonkarto"
-#: help.pm:932
+#: help.pm:791
#, c-format
msgid ""
-"As a review, DrakX will present a summary of information it has about your\n"
-"system. Depending on your installed hardware, you may have some or all of\n"
-"the following entries. Each entry is made up of the configuration item to\n"
-"be configured, followed by a quick summary of the current configuration.\n"
-"Click on the corresponding \"%s\" button to change that.\n"
+"As a review, DrakX will present a summary of information it has gathered\n"
+"about your system. Depending on the hardware installed on your machine, you\n"
+"may have some or all of the following entries. Each entry is made up of the\n"
+"hardware item to be configured, followed by a quick summary of the current\n"
+"configuration. Click on the corresponding \"%s\" button to make the change.\n"
"\n"
" * \"%s\": check the current keyboard map configuration and change it if\n"
"necessary.\n"
"\n"
-" * \"%s\": check the current country selection. If you are not in this\n"
-"country, click on the \"%s\" button and choose another one. If your country\n"
-"is not in the first list shown, click the \"%s\" button to get the complete\n"
+" * \"%s\": check the current country selection. If you're not in this\n"
+"country, click on the \"%s\" button and choose another. If your country\n"
+"isn't in the list shown, click on the \"%s\" button to get the complete\n"
"country list.\n"
"\n"
-" * \"%s\": By default, DrakX deduces your time zone based on the country\n"
+" * \"%s\": by default, DrakX deduces your time zone based on the country\n"
"you have chosen. You can click on the \"%s\" button here if this is not\n"
"correct.\n"
"\n"
-" * \"%s\": check the current mouse configuration and click on the button to\n"
-"change it if necessary.\n"
+" * \"%s\": verify the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
" * \"%s\": clicking on the \"%s\" button will open the printer\n"
"configuration wizard. Consult the corresponding chapter of the ``Starter\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"
+"Guide'' for more information on how to set up a new printer. The interface\n"
+"presented in our manual is similar to the one used during installation.\n"
+"\n"
+" * \"%s\": if a sound card is detected on your system, it'll be displayed\n"
+"here. If you notice the sound card isn't the one actually present on your\n"
+"system, you can click on the button and choose a different driver.\n"
"\n"
-" * \"%s\": if a sound card is detected on your system, it is displayed\n"
-"here. If you notice the sound card displayed is not the one that is\n"
-"actually present on your system, you can click on the button and choose\n"
-"another driver.\n"
+" * \"%s\": if you have a TV card, this is where information about its\n"
+"configuration will be displayed. If you have a TV card and it isn't\n"
+"detected, click on \"%s\" to try to configure it manually.\n"
+"\n"
+" * \"%s\": you can click on \"%s\" to change the parameters associated with\n"
+"the card if you feel the configuration is wrong.\n"
"\n"
" * \"%s\": by default, DrakX configures your graphical interface in\n"
-"\"800x600\" or \"1024x768\" resolution. If that does not suit you, click on\n"
+"\"800x600\" or \"1024x768\" resolution. If that doesn't suit you, click on\n"
"\"%s\" to reconfigure your graphical interface.\n"
"\n"
-" * \"%s\": if a TV card is detected on your system, it is displayed here.\n"
-"If you have a TV card and it is not detected, click on \"%s\" to try to\n"
-"configure it manually.\n"
+" * \"%s\": if you wish to configure your Internet or local network access,\n"
+"you can do so now. Refer to the printed documentation or use the\n"
+"Mandrakelinux Control Center after the installation has finished to benefit\n"
+"from full in-line help.\n"
"\n"
-" * \"%s\": if an ISDN card is detected on your system, it will be displayed\n"
-"here. You can click on \"%s\" to change the parameters associated with the\n"
-"card.\n"
-"\n"
-" * \"%s\": If you wish to configure your Internet or local network access\n"
-"now.\n"
+" * \"%s\": allows to configure HTTP and FTP proxy addresses if the machine\n"
+"you're installing on is to be located behind a proxy server.\n"
"\n"
" * \"%s\": this entry allows you to redefine the security level as set in a\n"
"previous step ().\n"
@@ -4649,66 +4625,67 @@ msgid ""
"the corresponding section of the ``Starter Guide'' for details about\n"
"firewall settings.\n"
"\n"
-" * \"%s\": if you wish to change your bootloader configuration, click that\n"
-"button. This should be reserved to advanced users.\n"
+" * \"%s\": if you wish to change your bootloader configuration, click this\n"
+"button. This should be reserved to advanced users. Refer to the printed\n"
+"documentation or the in-line help about bootloader configuration in the\n"
+"Mandrakelinux Control Center.\n"
"\n"
-" * \"%s\": here you'll be able to fine control which services will be run\n"
+" * \"%s\": through this entry you can fine tune which services will be run\n"
"on your machine. If you plan to use this machine as a server it's a good\n"
"idea to review this setup."
msgstr ""
-#: help.pm:991 install_steps_interactive.pm:110
-#: install_steps_interactive.pm:887 standalone/keyboarddrake:23
-#, c-format
-msgid "Keyboard"
-msgstr "Klavaro"
-
-#: help.pm:991 install_steps_interactive.pm:913 standalone/drakclock:75
+#: help.pm:855 install_steps_interactive.pm:978 standalone/drakclock:101
#, c-format
msgid "Timezone"
msgstr "Horzono"
-#: help.pm:991
-#, fuzzy, c-format
-msgid "Graphical Interface"
-msgstr "Grafika interfaco"
-
-#: help.pm:991 install_steps_interactive.pm:987
+#: help.pm:855 install_steps_interactive.pm:1052
#, c-format
msgid "TV card"
msgstr "TV-karto"
-#: help.pm:991
+#: help.pm:855
#, fuzzy, c-format
msgid "ISDN card"
msgstr "Interna ISDN-karto"
-#: help.pm:991 install_steps_interactive.pm:1005 standalone/drakbackup:2010
+#: help.pm:855
+#, fuzzy, c-format
+msgid "Graphical Interface"
+msgstr "Grafika interfaco"
+
+#: help.pm:855 install_steps_interactive.pm:1070 standalone/drakbackup:2030
#, c-format
msgid "Network"
msgstr "Reto"
-#: help.pm:991 install_steps_interactive.pm:1031
+#: help.pm:855 install_steps_interactive.pm:1085
+#, fuzzy, c-format
+msgid "Proxies"
+msgstr "muntado malsukcesis: "
+
+#: help.pm:855 install_steps_interactive.pm:1096
#, c-format
msgid "Security Level"
msgstr "sekurnivelo"
-#: help.pm:991 install_steps_interactive.pm:1045
+#: help.pm:855 install_steps_interactive.pm:1110
#, c-format
msgid "Firewall"
-msgstr ""
+msgstr "Fajromuro (Firewall)"
-#: help.pm:991 install_steps_interactive.pm:1059
+#: help.pm:855 install_steps_interactive.pm:1124
#, c-format
msgid "Bootloader"
msgstr "Startŝargilo"
-#: help.pm:991 install_steps_interactive.pm:1069 services.pm:195
+#: help.pm:855 install_steps_interactive.pm:1137 services.pm:195
#, c-format
msgid "Services"
msgstr "Servoj"
-#: help.pm:994
+#: help.pm:858
#, c-format
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
@@ -4716,7 +4693,7 @@ msgid ""
"and will not be recoverable!"
msgstr ""
-#: help.pm:999
+#: help.pm:863
#, c-format
msgid ""
"Click on \"%s\" if you want to delete all data and partitions present on\n"
@@ -4728,7 +4705,17 @@ msgid ""
"present on this hard drive."
msgstr ""
-#: install2.pm:119
+#: help.pm:869
+#, c-format
+msgid "Next ->"
+msgstr "Sekvanta ->"
+
+#: help.pm:869
+#, c-format
+msgid "<- Previous"
+msgstr "<- Antaŭa"
+
+#: install2.pm:117
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -4736,12 +4723,78 @@ msgid ""
"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: install2.pm:169
+#: install2.pm:167
#, c-format
msgid "You must also format %s"
msgstr ""
-#: install_any.pm:402
+#: install_any.pm:390
+#, c-format
+msgid ""
+"The following installation media have been found.\n"
+"If you want to skip some of them, you can unselect them now."
+msgstr ""
+
+#: install_any.pm:411
+#, fuzzy, c-format
+msgid "Do you have further supplementary media?"
+msgstr "Ĉu vi havas alian?"
+
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_any.pm:414
+#, fuzzy, c-format
+msgid ""
+"The following media have been found and will be used during install: %s.\n"
+"\n"
+"\n"
+"Do you have a supplementary installation media to configure?"
+msgstr "Ĉu vi havas iun %s interfacon?"
+
+#: install_any.pm:420 printer/printerdrake.pm:2652
+#: printer/printerdrake.pm:2659 standalone/scannerdrake:176
+#: standalone/scannerdrake:184 standalone/scannerdrake:235
+#: standalone/scannerdrake:242
+#, fuzzy, c-format
+msgid "CD-ROM"
+msgstr "KDROMO"
+
+#: install_any.pm:420
+#, fuzzy, c-format
+msgid "Network (http)"
+msgstr "Reto %s"
+
+#: install_any.pm:420
+#, fuzzy, c-format
+msgid "Network (ftp)"
+msgstr "Reto %s"
+
+#: install_any.pm:464 standalone/drakbackup:112
+#, fuzzy, c-format
+msgid "No device found"
+msgstr "Loka printilo"
+
+#: install_any.pm:468
+#, c-format
+msgid "Insert the CD"
+msgstr ""
+
+#: install_any.pm:492
+#, c-format
+msgid "Insert the CD 1 again"
+msgstr ""
+
+#: install_any.pm:502 install_any.pm:506
+#, c-format
+msgid "URL of the mirror?"
+msgstr ""
+
+#: install_any.pm:532
+#, fuzzy, c-format
+msgid "Can't find hdlist file on this mirror"
+msgstr "Ne povis malfermi %s por skribi: %s\n"
+
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_any.pm:713
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4755,7 +4808,8 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: install_any.pm:423
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_any.pm:736
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4764,29 +4818,34 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: install_any.pm:818
+#: install_any.pm:1116
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Enŝovu FAT-formatitan disketon en drajvo %s"
-#: install_any.pm:822
+#: install_any.pm:1120
#, c-format
msgid "This floppy is not FAT formatted"
msgstr ""
-#: install_any.pm:834
+#: install_any.pm:1132
#, c-format
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: install_any.pm:862 partition_table.pm:848
+#: install_any.pm:1160 partition_table.pm:595
#, c-format
msgid "Error reading file %s"
msgstr "Eraro legante dosiero %s"
-#: install_any.pm:987
+#: install_any.pm:1361
+#, fuzzy, c-format
+msgid "%s (was %s)"
+msgstr "%s (Pordo%s)"
+
+#: install_any.pm:1396
#, c-format
msgid ""
"An error occurred - no valid devices were found on which to create new "
@@ -4796,12 +4855,12 @@ msgstr ""
"novajn dosiersistemojn. Bonvolu kontroli vian ekipaĵon por la kaŭzo de ĉi "
"tiu problemo."
-#: install_gtk.pm:161
+#: install_gtk.pm:160
#, c-format
msgid "System installation"
msgstr "Sistem-nstalado"
-#: install_gtk.pm:164
+#: install_gtk.pm:163
#, c-format
msgid "System configuration"
msgstr "Sistem-konfigurado"
@@ -4838,7 +4897,7 @@ msgstr ""
"\n"
"Ĉu vi deziras daŭri tamen?"
-#: install_interactive.pm:70 install_steps.pm:207
+#: install_interactive.pm:70 install_steps.pm:211
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Vi devas havi FAT-subdiskon en /boot/efi"
@@ -4899,7 +4958,7 @@ msgstr "Kiun subdiskon vi deziras regrandecigi?"
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
+"the following error occurred: %s"
msgstr ""
"La regrandecigilo por la FAT (Dosiero-Atingo-Tablo) ne povas trakti\n"
"vian subdiskon, la sekvanta eraro okazis: %s"
@@ -4918,7 +4977,8 @@ msgid ""
msgstr ""
"Via Vindoza subdisko estas tro fragmentigata, bonvole uzu ``defrag'' antaŭe"
-#: install_interactive.pm:164
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_interactive.pm:166
#, fuzzy, c-format
msgid ""
"WARNING!\n"
@@ -4942,55 +5002,55 @@ msgstr ""
"instaladon. Vi prefere faru ankaŭ rezervan kopion de via datenoj.\n"
"Kiam vi estos certa, klaku \"Jeso\"."
-#: install_interactive.pm:176
+#: install_interactive.pm:178
#, c-format
msgid "Which size do you want to keep for Windows on"
msgstr "Kiun grandecon vi deziras teni por Vindozo?"
-#: install_interactive.pm:177
+#: install_interactive.pm:179
#, c-format
msgid "partition %s"
msgstr "subdisko: %s"
-#: install_interactive.pm:186
+#: install_interactive.pm:188
#, c-format
msgid "Resizing Windows partition"
msgstr "Kalkulas Vindozajn dosiersistemajn limojn"
-#: install_interactive.pm:191
+#: install_interactive.pm:193
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Regrandeciĝo de FAT malsukcesis: %s"
-#: install_interactive.pm:206
+#: install_interactive.pm:208
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr ""
"Ne ekzistas FAT-a subdisko por regrandecigi\n"
"(aŭ ne estas sufiĉe da spaco)"
-#: install_interactive.pm:211
+#: install_interactive.pm:213
#, c-format
msgid "Remove Windows(TM)"
msgstr "Forigu Vindozon"
-#: install_interactive.pm:213
+#: install_interactive.pm:215
#, c-format
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:217
+#: install_interactive.pm:219
#, 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:230
+#: install_interactive.pm:232
#, c-format
msgid "Use fdisk"
msgstr "Uzu fdisk"
-#: install_interactive.pm:233
+#: install_interactive.pm:235
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4999,32 +5059,33 @@ msgstr ""
"Nun vi povas dispartigi %s.\n"
"Kiam vi finiĝos, ne forgesu savi kun `w'."
-#: install_interactive.pm:269
+#: install_interactive.pm:271
#, c-format
msgid "I can't find any room for installing"
msgstr "Mi ne trovas spacon por instali"
-#: install_interactive.pm:273
+#: install_interactive.pm:275
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "La Dispartigsorĉilo de DrakX trovis ĉi tiujn solvojn:"
-#: install_interactive.pm:279
+#: install_interactive.pm:281
#, c-format
msgid "Partitioning failed: %s"
msgstr "Dispartigado malsukcesis: %s"
-#: install_interactive.pm:286
+#: install_interactive.pm:288
#, c-format
msgid "Bringing up the network"
msgstr "Startado de la reto"
-#: install_interactive.pm:291
+#: install_interactive.pm:293
#, c-format
msgid "Bringing down the network"
msgstr "Haltas de la reto"
-#: install_messages.pm:9
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_messages.pm:10
#, fuzzy, c-format
msgid ""
"Introduction\n"
@@ -5042,7 +5103,7 @@ msgid ""
"\n"
"Please read this document carefully. This document is a license agreement "
"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
+"Mandrakesoft S.A. which applies to the Software Products.\n"
"By installing, duplicating or using the Software Products in any manner, you "
"explicitly \n"
"accept and fully agree to conform to the terms and conditions of this "
@@ -5064,7 +5125,7 @@ msgid ""
"The Software Products and attached documentation are provided \"as is\", "
"with no warranty, to the \n"
"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
+"Mandrakesoft S.A. will, in no circumstances and to the extent permitted by "
"law, be liable for any special,\n"
"incidental, direct or indirect damages whatsoever (including without "
"limitation damages for loss of \n"
@@ -5072,14 +5133,14 @@ msgid ""
"resulting from a court \n"
"judgment, or any other consequential loss) arising out of the use or "
"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurence of such \n"
+"Products, even if Mandrakesoft S.A. has been advised of the possibility or "
+"occurrence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
"COUNTRIES\n"
"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
+"To the extent permitted by law, Mandrakesoft S.A. or its distributors will, "
"in no circumstances, be \n"
"liable for any special, incidental, direct or indirect damages whatsoever "
"(including without \n"
@@ -5109,10 +5170,10 @@ msgid ""
"and conditions of the license agreement for each component before using any "
"component. Any question \n"
"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
+"to Mandrakesoft.\n"
+"The programs developed by Mandrakesoft S.A. are governed by the GPL License. "
"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
+"by Mandrakesoft S.A. is governed by a specific license. Please refer to the "
"documentation for \n"
"further details.\n"
"\n"
@@ -5123,11 +5184,11 @@ msgid ""
"respective authors and are \n"
"protected by intellectual property and copyright laws applicable to software "
"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
+"Mandrakesoft S.A. reserves its rights to modify or adapt the Software "
"Products, as a whole or in \n"
"parts, by all means and for all purposes.\n"
"\"Mandrake\", \"Mandrakelinux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
+"Mandrakesoft S.A. \n"
"\n"
"\n"
"5. Governing Laws \n"
@@ -5143,7 +5204,7 @@ msgid ""
"court. As a last \n"
"resort, the dispute will be referred to the appropriate Courts of Law of "
"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
+"For any question on this document, please contact Mandrakesoft S.A. \n"
msgstr ""
"Enkonduko\n"
"\n"
@@ -5159,7 +5220,7 @@ msgstr ""
"1. Licenckonsento \n"
"Bonvole legu tiun ĉi dokumenton zorge. Tiu ĉi dokumento estas licenckonsento "
"inter vi kaj\n"
-"MandrakeSoft S.A. kiu aplikiĝas al la softvarproduktoj.\n"
+"Mandrakesoft S.A. kiu aplikiĝas al la softvarproduktoj.\n"
"Per instalado, duobligado aŭ uzado de la softvarproduktoj en ajna maniero, "
"vi eksplicite\n"
"akceptas kaj plene konsentas agi konforme al la teksto kaj kondiĉoj de tiu "
@@ -5170,7 +5231,7 @@ msgstr ""
"Iu ajn provo instali, duobligi aŭ uzi la softvarproduktojn en maniero kiu ne "
"kongruas kun la teksto kaj kondiĉoj de tiu ĉi licenco estas\n"
-#: install_messages.pm:89
+#: install_messages.pm:90
#, c-format
msgid ""
"Warning: Free Software may not necessarily be patent free, and some Free\n"
@@ -5182,7 +5243,8 @@ msgid ""
"may be applicable to you, check your local laws."
msgstr ""
-#: install_messages.pm:96
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_messages.pm:98
#, c-format
msgid ""
"\n"
@@ -5243,7 +5305,7 @@ msgstr ""
"kaj\n"
"kopirajto aplikeblaj al softvaraj programoj.\n"
-#: install_messages.pm:128
+#: install_messages.pm:131
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5262,30 +5324,31 @@ msgid ""
"install chapter of the Official Mandrakelinux User's Guide."
msgstr ""
-#: install_messages.pm:141
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: install_messages.pm:144
#, c-format
-msgid "http://www.mandrakelinux.com/en/100errata.php3"
-msgstr "http://www.mandrakelinux.com/en/100errata.php3"
+msgid "http://www.mandrakelinux.com/en/101errata.php3"
+msgstr "http://www.mandrakelinux.com/en/101errata.php3"
-#: install_steps.pm:242
+#: install_steps.pm:246
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duobla surmetingo %s"
-#: install_steps.pm:407
+#: install_steps.pm:477
#, c-format
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
+"Check the cdrom on an installed computer using \"rpm -qpl media/main/*.rpm"
"\"\n"
msgstr ""
"Iuj gravaj pakaĵoj ne estis taŭge instalata.\n"
"Aŭ via KDROM drajvo aŭ via KDROM disko estas difektita.\n"
"Kontrolu la KDROM sur instalata komputilo per\n"
-"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
+"\"rpm -qpl media/main/*.rpm\"\n"
-#: install_steps.pm:533
+#: install_steps.pm:603
#, c-format
msgid "No floppy drive available"
msgstr "Neniu disketilo havebla"
@@ -5295,7 +5358,7 @@ msgstr "Neniu disketilo havebla"
msgid "Entering step `%s'\n"
msgstr "Eniras paŝon `%s'\n"
-#: install_steps_gtk.pm:178
+#: install_steps_gtk.pm:184
#, c-format
msgid ""
"Your system is low on resources. You may have some problem installing\n"
@@ -5308,67 +5371,67 @@ msgstr ""
"instaladon. Por ĉi tio, premu `F1' kiam vi startas de KDROM, kaj sekve\n"
"tajpu `text'."
-#: install_steps_gtk.pm:232 install_steps_interactive.pm:580
+#: install_steps_gtk.pm:235 install_steps_interactive.pm:628
#, c-format
msgid "Package Group Selection"
msgstr "Elektado de Pakaĵaj Grupoj"
-#: install_steps_gtk.pm:294 install_steps_interactive.pm:519
+#: install_steps_gtk.pm:264 install_steps_interactive.pm:567
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Tuta grandeco: %d / %d MB"
-#: install_steps_gtk.pm:340
+#: install_steps_gtk.pm:309
#, c-format
msgid "Bad package"
msgstr "Malbona pakaĵo"
-#: install_steps_gtk.pm:342
+#: install_steps_gtk.pm:311
#, fuzzy, c-format
msgid "Version: "
msgstr "Versio: %s\n"
-#: install_steps_gtk.pm:343
+#: install_steps_gtk.pm:312
#, fuzzy, c-format
msgid "Size: "
msgstr "Grandeco: %s"
-#: install_steps_gtk.pm:343
+#: install_steps_gtk.pm:312
#, fuzzy, c-format
msgid "%d KB\n"
msgstr "Grandeco: %d KB\n"
-#: install_steps_gtk.pm:344
+#: install_steps_gtk.pm:313
#, fuzzy, c-format
msgid "Importance: "
msgstr "Graveco: %s\n"
-#: install_steps_gtk.pm:377
+#: install_steps_gtk.pm:346
#, c-format
msgid "You can't select/unselect this package"
msgstr "Vi ne povas elektu/malelektu ĉi tiun pakaĵon"
-#: install_steps_gtk.pm:381
+#: install_steps_gtk.pm:350
#, fuzzy, c-format
msgid "due to missing %s"
msgstr "kdesu mankas"
-#: install_steps_gtk.pm:382
+#: install_steps_gtk.pm:351
#, c-format
msgid "due to unsatisfied %s"
msgstr "pro neplenumita %s"
-#: install_steps_gtk.pm:383
+#: install_steps_gtk.pm:352
#, c-format
msgid "trying to promote %s"
msgstr "mi provas disponigi %s"
-#: install_steps_gtk.pm:384
+#: install_steps_gtk.pm:353
#, c-format
msgid "in order to keep %s"
msgstr "por konservi %s"
-#: install_steps_gtk.pm:389
+#: install_steps_gtk.pm:358
#, c-format
msgid ""
"You can't select this package as there is not enough space left to install it"
@@ -5376,27 +5439,27 @@ msgstr ""
"Vi ne povas elekti ĉi tiun pakaĵon ĉar ne estas sufiĉe da spaco por instali\n"
"ĝin."
-#: install_steps_gtk.pm:392
+#: install_steps_gtk.pm:361
#, c-format
msgid "The following packages are going to be installed"
msgstr "La sekvaj pakaĵoj estos instalataj"
-#: install_steps_gtk.pm:393
+#: install_steps_gtk.pm:362
#, c-format
msgid "The following packages are going to be removed"
msgstr "La sekvaj pakaĵoj estos malinstalataj"
-#: install_steps_gtk.pm:417
+#: install_steps_gtk.pm:386
#, c-format
msgid "This is a mandatory package, it can't be unselected"
msgstr "Ĉi tiu estas deviga pakaĵo, vi ne povas malelekti ĝin"
-#: install_steps_gtk.pm:419
+#: install_steps_gtk.pm:388
#, c-format
msgid "You can't unselect this package. It is already installed"
msgstr "Vi ne povas malelekti ĉi tiun pakaĵon. Ĝi estas jam instalita."
-#: install_steps_gtk.pm:422
+#: install_steps_gtk.pm:391
#, c-format
msgid ""
"This package must be upgraded.\n"
@@ -5405,82 +5468,81 @@ msgstr ""
"Ĉi tiu pakaĵo devus esti promociata.\n"
"Ĉu vi certas ke vi deziras malelekti ĝin?"
-#: install_steps_gtk.pm:425
+#: install_steps_gtk.pm:394
#, c-format
msgid "You can't unselect this package. It must be upgraded"
msgstr "Vi ne povas malelekti ĉi tiun pakaĵon. Ĝi devus esti promociata."
-#: install_steps_gtk.pm:430
+#: install_steps_gtk.pm:399
#, c-format
msgid "Show automatically selected packages"
msgstr "Montru aŭtomate elektitajn pakaĵojn"
-#: install_steps_gtk.pm:435
+#: install_steps_gtk.pm:404
#, c-format
msgid "Load/Save on floppy"
msgstr "Ŝargu/Konservu sur disketo"
-#: install_steps_gtk.pm:436
+#: install_steps_gtk.pm:405
#, c-format
msgid "Updating package selection"
msgstr "Ĝisdatigo de pakaĵ-elekto"
-#: install_steps_gtk.pm:441
+#: install_steps_gtk.pm:410
#, c-format
msgid "Minimal install"
msgstr "Minimuma instalado"
-#: install_steps_gtk.pm:455 install_steps_interactive.pm:427
+#: install_steps_gtk.pm:424 install_steps_interactive.pm:481
#, c-format
msgid "Choose the packages you want to install"
msgstr "Elektu la pakaĵojn kiuj vi deziras instali"
-#: install_steps_gtk.pm:471 install_steps_interactive.pm:666
+#: install_steps_gtk.pm:440 install_steps_interactive.pm:720
#, c-format
msgid "Installing"
msgstr "Instalanta"
-#: install_steps_gtk.pm:477
-#, c-format
-msgid "No details"
-msgstr "Neniaj detaloj"
-
-#: install_steps_gtk.pm:478
+#: install_steps_gtk.pm:447
#, c-format
msgid "Estimating"
msgstr "Taksas"
-#: install_steps_gtk.pm:484
+#: install_steps_gtk.pm:453
#, c-format
msgid "Time remaining "
msgstr "Tempo restanta "
-#: install_steps_gtk.pm:496
+#: install_steps_gtk.pm:464
#, c-format
msgid "Please wait, preparing installation..."
msgstr "Bonvole atenduj, mi preparas instaladon..."
-#: install_steps_gtk.pm:557
+#: install_steps_gtk.pm:474
+#, c-format
+msgid "No details"
+msgstr "Neniaj detaloj"
+
+#: install_steps_gtk.pm:527
#, c-format
msgid "%d packages"
msgstr "%d pakaĵoj"
-#: install_steps_gtk.pm:562
+#: install_steps_gtk.pm:532
#, c-format
msgid "Installing package %s"
msgstr "Instalanta pakaĵo %s"
-#: install_steps_gtk.pm:598 install_steps_interactive.pm:88
-#: install_steps_interactive.pm:690
+#: install_steps_gtk.pm:567 install_steps_interactive.pm:94
+#: install_steps_interactive.pm:745
#, c-format
msgid "Refuse"
msgstr "Malakceptu"
-#: install_steps_gtk.pm:599 install_steps_interactive.pm:691
-#, c-format
+#: install_steps_gtk.pm:571 install_steps_interactive.pm:749
+#, fuzzy, c-format
msgid ""
"Change your Cd-Rom!\n"
-"\n"
"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
"done.\n"
"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
@@ -5492,134 +5554,139 @@ msgstr ""
"kiam vi finos.\n"
"Se vi ne havas ĝin, klaku \"Nuligu\" por eviti la instaladon de ĉi tiu KDROM."
-#: install_steps_gtk.pm:614 install_steps_interactive.pm:703
+#: install_steps_gtk.pm:586 install_steps_interactive.pm:760
#, c-format
msgid "There was an error ordering packages:"
msgstr "Estis eraro ordigi pakaĵojn:"
-#: install_steps_gtk.pm:614 install_steps_gtk.pm:618
-#: install_steps_interactive.pm:703 install_steps_interactive.pm:707
+#: install_steps_gtk.pm:586 install_steps_gtk.pm:590
+#: install_steps_interactive.pm:760 install_steps_interactive.pm:764
#, c-format
msgid "Go on anyway?"
msgstr "Ĉu vi deziras daŭri tamen?"
-#: install_steps_gtk.pm:618 install_steps_interactive.pm:707
+#: install_steps_gtk.pm:590 install_steps_interactive.pm:764
#, c-format
msgid "There was an error installing packages:"
msgstr "Estis eraro dum instalado de pakaĵoj:"
-#: install_steps_gtk.pm:658 install_steps_interactive.pm:869
-#: install_steps_interactive.pm:1021
+#: install_steps_gtk.pm:632 install_steps_interactive.pm:934
+#: install_steps_interactive.pm:1086
#, c-format
msgid "not configured"
msgstr "ne konfigurita"
-#: install_steps_interactive.pm:81
+#: install_steps_interactive.pm:86
#, fuzzy, c-format
msgid "Do you want to recover your system?"
msgstr "Ĉu vi deziras uzi aboot-on?"
-#: install_steps_interactive.pm:82
+#: install_steps_interactive.pm:87
#, c-format
msgid "License agreement"
msgstr "Licenca kontrakto"
-#: install_steps_interactive.pm:111
+#: install_steps_interactive.pm:91
+#, fuzzy, c-format
+msgid "Release Notes"
+msgstr "Bonvole atendu"
+
+#: install_steps_interactive.pm:121
#, c-format
msgid "Please choose your keyboard layout."
msgstr "Bonvole elektu vian klavar-aranĝon."
-#: install_steps_interactive.pm:113
+#: install_steps_interactive.pm:123
#, fuzzy, c-format
msgid "Here is the full list of available keyboards"
msgstr "Jen la kompleta listo de atingeblaj landoj"
-#: install_steps_interactive.pm:143
+#: install_steps_interactive.pm:153
#, c-format
msgid "Install/Upgrade"
msgstr "Instalado/Ĝisdatigo"
-#: install_steps_interactive.pm:144
+#: install_steps_interactive.pm:154
#, c-format
msgid "Is this an install or an upgrade?"
msgstr "Ĉu tiu ĉi estas instalado aŭ ĝisdatigo?"
-#: install_steps_interactive.pm:150
+#: install_steps_interactive.pm:160
#, c-format
msgid "Upgrade %s"
msgstr "Ĝisdatigu %s"
-#: install_steps_interactive.pm:160
+#: install_steps_interactive.pm:170
#, fuzzy, c-format
msgid "Encryption key for %s"
msgstr "La pasvortoj ne egalas"
-#: install_steps_interactive.pm:177
+#: install_steps_interactive.pm:187
#, c-format
msgid "Please choose your type of mouse."
msgstr "Bonvole elektu la specon de via muso."
-#: install_steps_interactive.pm:186 standalone/mousedrake:46
+#: install_steps_interactive.pm:196 standalone/mousedrake:46
#, c-format
msgid "Mouse Port"
msgstr "Muspordo"
-#: install_steps_interactive.pm:187 standalone/mousedrake:47
+#: install_steps_interactive.pm:197 standalone/mousedrake:47
#, c-format
msgid "Please choose which serial port your mouse is connected to."
msgstr "Bonvole, elektu al kiu seria pordo estas via muso konektata."
-#: install_steps_interactive.pm:197
+#: install_steps_interactive.pm:207
#, c-format
msgid "Buttons emulation"
msgstr ""
-#: install_steps_interactive.pm:199
+#: install_steps_interactive.pm:209
#, c-format
msgid "Button 2 Emulation"
msgstr ""
-#: install_steps_interactive.pm:200
+#: install_steps_interactive.pm:210
#, c-format
msgid "Button 3 Emulation"
msgstr ""
-#: install_steps_interactive.pm:221
+#: install_steps_interactive.pm:231
#, c-format
msgid "PCMCIA"
msgstr "PCMCIA"
-#: install_steps_interactive.pm:221
+#: install_steps_interactive.pm:231
#, c-format
msgid "Configuring PCMCIA cards..."
msgstr "Konfiguras PCMCIA kartojn..."
-#: install_steps_interactive.pm:228
+#: install_steps_interactive.pm:238
#, c-format
msgid "IDE"
msgstr "IDE"
-#: install_steps_interactive.pm:228
+#: install_steps_interactive.pm:238
#, c-format
msgid "Configuring IDE"
msgstr "Konfiguras IDE"
-#: install_steps_interactive.pm:248 network/tools.pm:155
+#: install_steps_interactive.pm:258 network/tools.pm:187
#, c-format
msgid "No partition available"
msgstr "neniuj haveblaj subdiskoj"
-#: install_steps_interactive.pm:251
+#: install_steps_interactive.pm:261
#, c-format
msgid "Scanning partitions to find mount points"
msgstr "Leganta subdiskojn por trovi kroĉpunktojn"
-#: install_steps_interactive.pm:258
+#: install_steps_interactive.pm:268
#, c-format
msgid "Choose the mount points"
msgstr "Elektu surmetingojn"
-#: install_steps_interactive.pm:288
+#: install_steps_interactive.pm:300
#, c-format
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
@@ -5628,17 +5695,17 @@ msgstr ""
"Ne libera spaco por 1mb-startparto! La instalado daurigos, sed por startigi "
"vian sistemon, vi devos krei la startpartan subdiskon en DiskDrake"
-#: install_steps_interactive.pm:325
+#: install_steps_interactive.pm:337
#, c-format
msgid "Choose the partitions you want to format"
msgstr "Elektu la subdiskoj kiuj vi deziras formati"
-#: install_steps_interactive.pm:327
+#: install_steps_interactive.pm:339
#, c-format
msgid "Check bad blocks?"
msgstr "Ĉu kontrolas malbonajn blokojn?"
-#: install_steps_interactive.pm:359
+#: install_steps_interactive.pm:371
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
@@ -5647,32 +5714,45 @@ msgstr ""
"Mi malsukcesis kontroli la dosiersistemon %s. Ĉu vi deziras ripari la "
"erarojn? (atentu, vi povas perdi datenojn)"
-#: install_steps_interactive.pm:362
+#: install_steps_interactive.pm:374
#, c-format
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Nesufiĉa interŝanĝospaco por plenumi instalado, bonvolu aldoni iom"
-#: install_steps_interactive.pm:369
+#: install_steps_interactive.pm:381
#, c-format
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Serĉas haveblajn pakaĵojn kaj refaras la rpm-datenbazon..."
-#: install_steps_interactive.pm:370 install_steps_interactive.pm:389
+#: install_steps_interactive.pm:382 install_steps_interactive.pm:442
#, c-format
msgid "Looking for available packages..."
msgstr "Serĉas haveblajn pakaĵojn"
-#: install_steps_interactive.pm:373
+#: install_steps_interactive.pm:385
#, c-format
msgid "Looking at packages already installed..."
msgstr "Rigardante jam instalitajn pakaĵojn..."
-#: install_steps_interactive.pm:377
+#: install_steps_interactive.pm:389
#, c-format
msgid "Finding packages to upgrade..."
msgstr "Trovadas pakaĵojn por promocii"
-#: install_steps_interactive.pm:398
+#: install_steps_interactive.pm:405 install_steps_interactive.pm:834
+#, c-format
+msgid ""
+"Contacting Mandrakelinux web site to get the list of available mirrors..."
+msgstr ""
+"Mi kontaktas la Linuks-Mandrakan retpaĝon por havigi la liston de "
+"disponeblaj speguloj..."
+
+#: install_steps_interactive.pm:411 install_steps_interactive.pm:839
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Elektu spegulon de kiu havigi la pakaĵojn"
+
+#: install_steps_interactive.pm:451
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5680,7 +5760,7 @@ msgid ""
msgstr ""
"Via komputilo ne havas sufiĉe da spaco por instalado aŭ promocio (%d > %d)."
-#: install_steps_interactive.pm:439
+#: install_steps_interactive.pm:493
#, c-format
msgid ""
"Please choose load or save package selection on floppy.\n"
@@ -5689,42 +5769,42 @@ msgstr ""
"Bonvole elektu ŝargu aŭ konservu pakaĵ-elekton sur disketo.\n"
"La formato estas la sama kiel disketoj generitaj per auto_install."
-#: install_steps_interactive.pm:441
+#: install_steps_interactive.pm:495
#, c-format
msgid "Load from floppy"
msgstr "Ŝargu de disketo"
-#: install_steps_interactive.pm:441
+#: install_steps_interactive.pm:495
#, c-format
msgid "Save on floppy"
msgstr "Konservu sur disketo"
-#: install_steps_interactive.pm:445
+#: install_steps_interactive.pm:499
#, c-format
msgid "Package selection"
msgstr "Elektado de Pakaĵoj"
-#: install_steps_interactive.pm:445
+#: install_steps_interactive.pm:499
#, c-format
msgid "Loading from floppy"
msgstr "Ŝargas de disketo"
-#: install_steps_interactive.pm:450
+#: install_steps_interactive.pm:504
#, c-format
msgid "Insert a floppy containing package selection"
msgstr "Enŝovu disketon kun pakaĵ-selekto en drajvo"
-#: install_steps_interactive.pm:533
+#: install_steps_interactive.pm:581
#, c-format
msgid "Selected size is larger than available space"
msgstr "Elektita grandeco estas pli ampleksa ol disponebla spaco"
-#: install_steps_interactive.pm:548
+#: install_steps_interactive.pm:596
#, c-format
msgid "Type of install"
msgstr "Instaltipo"
-#: install_steps_interactive.pm:549
+#: install_steps_interactive.pm:597
#, c-format
msgid ""
"You haven't selected any group of packages.\n"
@@ -5733,22 +5813,22 @@ msgstr ""
"Vi ne elektis pakaĵgrupon.\n"
"Bonvole elektu la minimuman instaladon kiun vi deziras:"
-#: install_steps_interactive.pm:553
+#: install_steps_interactive.pm:601
#, c-format
msgid "With basic documentation (recommended!)"
msgstr "Kun baza dokumentaĵo (rekomendita!)"
-#: install_steps_interactive.pm:554
+#: install_steps_interactive.pm:602
#, c-format
msgid "Truly minimal install (especially no urpmi)"
msgstr "Vere minimuma instalado (precipe ne urpmi)"
-#: install_steps_interactive.pm:597 standalone/drakxtv:50
+#: install_steps_interactive.pm:645 standalone/drakxtv:52
#, c-format
msgid "All"
msgstr "Ĉiuj"
-#: install_steps_interactive.pm:641
+#: install_steps_interactive.pm:694
#, c-format
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
@@ -5760,17 +5840,17 @@ msgstr ""
"Se vi mankas nur iujn de la KDROM-oj, malelektu ilin, kaj poste klaku \"Jes"
"\"."
-#: install_steps_interactive.pm:646
+#: install_steps_interactive.pm:699
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "KDROM etikedata \"%s\""
-#: install_steps_interactive.pm:666
+#: install_steps_interactive.pm:720
#, c-format
msgid "Preparing installation"
msgstr "Preparas instaladon"
-#: install_steps_interactive.pm:675
+#: install_steps_interactive.pm:729
#, c-format
msgid ""
"Installing package %s\n"
@@ -5779,18 +5859,18 @@ msgstr ""
"Instalas pakaĵo %s\n"
"%d%%"
-#: install_steps_interactive.pm:721
+#: install_steps_interactive.pm:778
#, c-format
msgid "Post-install configuration"
msgstr "Post-instala konfigurado"
-#: install_steps_interactive.pm:727
+#: install_steps_interactive.pm:784
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr ""
"Enŝovu la disketon kun ĝisdatigaj moduloj (Update Modules) en drajvo %s"
-#: install_steps_interactive.pm:748
+#: install_steps_interactive.pm:813
#, c-format
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -5800,7 +5880,7 @@ msgid ""
"To download these packages, you will need to have a working Internet \n"
"connection.\n"
"\n"
-"Do you want to install the updates ?"
+"Do you want to install the updates?"
msgstr ""
"Vi havas nun la eblecon deŝuti ĝisdatigitajn pakaĵojn. Tiuj pakaĵoj\n"
"estas ĝisdatigitaj post eldonado de tiu ĉi eldono. Ili povas\n"
@@ -5811,181 +5891,163 @@ msgstr ""
"\n"
"Ĉu vi deziras instali tiujn ĝisdatigojn?"
-#: install_steps_interactive.pm:769
-#, c-format
-msgid ""
-"Contacting Mandrakelinux web site to get the list of available mirrors..."
-msgstr ""
-"Mi kontaktas la Linuks-Mandrakan retpaĝon por havigi la liston de "
-"disponeblaj speguloj..."
-
-#: install_steps_interactive.pm:774
-#, c-format
-msgid "Choose a mirror from which to get the packages"
-msgstr "Elektu spegulon de kiu havigi la pakaĵojn"
-
-#: install_steps_interactive.pm:788
+#: install_steps_interactive.pm:853
#, c-format
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaĵoj"
-#: install_steps_interactive.pm:792
+#: install_steps_interactive.pm:857
#, c-format
msgid "Unable to contact mirror %s"
msgstr "Ne povis kontakti spegulon %s"
-#: install_steps_interactive.pm:792
+#: install_steps_interactive.pm:857
#, c-format
msgid "Would you like to try again?"
msgstr "Ĉu vi ŝatus reprovi?"
-#: install_steps_interactive.pm:818 standalone/drakclock:45
+#: install_steps_interactive.pm:883 standalone/drakclock:46
#, c-format
msgid "Which is your timezone?"
msgstr "kio estas vian horzonon?"
-#: install_steps_interactive.pm:823
+#: install_steps_interactive.pm:888
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Auxtomata hor-sinkronizado (uzante NTP) "
-#: install_steps_interactive.pm:831
+#: install_steps_interactive.pm:896
#, c-format
msgid "NTP Server"
msgstr "NTP Servilo"
-#: install_steps_interactive.pm:873 steps.pm:30
+#: install_steps_interactive.pm:938 steps.pm:30
#, c-format
msgid "Summary"
msgstr "Resumo"
-#: install_steps_interactive.pm:886 install_steps_interactive.pm:894
-#: install_steps_interactive.pm:912 install_steps_interactive.pm:919
-#: install_steps_interactive.pm:1068 services.pm:135
-#: standalone/drakbackup:1572
+#: install_steps_interactive.pm:951 install_steps_interactive.pm:959
+#: install_steps_interactive.pm:977 install_steps_interactive.pm:984
+#: install_steps_interactive.pm:1136 services.pm:135
+#: standalone/drakbackup:1593
#, c-format
msgid "System"
msgstr "Sistemo"
-#: install_steps_interactive.pm:926 install_steps_interactive.pm:953
-#: install_steps_interactive.pm:970 install_steps_interactive.pm:986
-#: install_steps_interactive.pm:997
+#: install_steps_interactive.pm:991 install_steps_interactive.pm:1018
+#: install_steps_interactive.pm:1035 install_steps_interactive.pm:1051
+#: install_steps_interactive.pm:1062
#, c-format
msgid "Hardware"
msgstr "Aparataro"
-#: install_steps_interactive.pm:932 install_steps_interactive.pm:941
+#: install_steps_interactive.pm:997 install_steps_interactive.pm:1006
#, c-format
msgid "Remote CUPS server"
msgstr "Malproksima CUPS-a servilo"
-#: install_steps_interactive.pm:932
+#: install_steps_interactive.pm:997
#, c-format
msgid "No printer"
msgstr "Neniu printilo"
-#: install_steps_interactive.pm:974
+#: install_steps_interactive.pm:1039
#, c-format
msgid "Do you have an ISA sound card?"
msgstr "Ĉu vi havas ISA-sonkarton?"
-#: install_steps_interactive.pm:976
+#: install_steps_interactive.pm:1041
#, fuzzy, c-format
msgid ""
"Run \"alsaconf\" or \"sndconfig\" after installation to configure your sound "
"card"
msgstr "Rulu \"sndconfig\" post instalado por konfiguri vian sonkarton"
-#: install_steps_interactive.pm:978
+#: install_steps_interactive.pm:1043
#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "Ne detektis sonkarto. Provu \"harddrake\" post instalado"
-#: install_steps_interactive.pm:998
+#: install_steps_interactive.pm:1063
#, c-format
msgid "Graphical interface"
msgstr "Grafika interfaco"
-#: install_steps_interactive.pm:1004 install_steps_interactive.pm:1019
+#: install_steps_interactive.pm:1069 install_steps_interactive.pm:1084
#, c-format
msgid "Network & Internet"
msgstr "Reto kaj Interreto"
-#: install_steps_interactive.pm:1020
-#, fuzzy, c-format
-msgid "Proxies"
-msgstr "muntado malsukcesis: "
-
-#: install_steps_interactive.pm:1021
+#: install_steps_interactive.pm:1086
#, fuzzy, c-format
msgid "configured"
msgstr "rekonfiguru"
-#: install_steps_interactive.pm:1030 install_steps_interactive.pm:1044
+#: install_steps_interactive.pm:1095 install_steps_interactive.pm:1109
#: steps.pm:20
#, c-format
msgid "Security"
msgstr "Sekureco"
-#: install_steps_interactive.pm:1049
+#: install_steps_interactive.pm:1114
#, c-format
msgid "activated"
msgstr "aktiva"
-#: install_steps_interactive.pm:1049
+#: install_steps_interactive.pm:1114
#, c-format
msgid "disabled"
msgstr "malebligita"
-#: install_steps_interactive.pm:1058
+#: install_steps_interactive.pm:1123
#, c-format
msgid "Boot"
msgstr "Starto"
#. -PO: example: lilo-graphic on /dev/hda1
-#: install_steps_interactive.pm:1062
+#: install_steps_interactive.pm:1127
#, c-format
msgid "%s on %s"
msgstr "%s sur %s"
-#: install_steps_interactive.pm:1073 services.pm:177
+#: install_steps_interactive.pm:1141 services.pm:177
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
-#: install_steps_interactive.pm:1083
+#: install_steps_interactive.pm:1151
#, c-format
msgid "You have not configured X. Are you sure you really want this?"
msgstr "Vi ne konfiguris X-on. Ĉu vi certas vere voli tion?"
-#: install_steps_interactive.pm:1141
+#: install_steps_interactive.pm:1205
#, c-format
msgid "Set root password and network authentication methods"
msgstr ""
-#: install_steps_interactive.pm:1142
+#: install_steps_interactive.pm:1206
#, c-format
msgid "Set root password"
msgstr "Difinu pasvorton de root"
-#: install_steps_interactive.pm:1152
+#: install_steps_interactive.pm:1217
#, 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:1157 network/netconnect.pm:575
-#: standalone/drakauth:26 standalone/drakconnect:461
+#: install_steps_interactive.pm:1222 network/netconnect.pm:596
+#: standalone/drakauth:25 standalone/drakauth:27 standalone/drakconnect:457
#, c-format
msgid "Authentication"
msgstr "Aŭtentikigado"
-#: install_steps_interactive.pm:1188
+#: install_steps_interactive.pm:1254
#, c-format
msgid "Preparing bootloader..."
msgstr "Preparas startŝargilon"
-#: install_steps_interactive.pm:1198
+#: install_steps_interactive.pm:1264
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown\n"
@@ -5998,12 +6060,12 @@ msgstr ""
"La instalado daŭrigos, sed vi devos\n"
"uzi BootX aŭ alian rimedon por startigi vian maŝinon"
-#: install_steps_interactive.pm:1204
+#: install_steps_interactive.pm:1270
#, c-format
msgid "Do you want to use aboot?"
msgstr "Ĉu vi deziras uzi aboot-on?"
-#: install_steps_interactive.pm:1207
+#: install_steps_interactive.pm:1273
#, c-format
msgid ""
"Error installing aboot, \n"
@@ -6012,50 +6074,29 @@ msgstr ""
"Eraro daŭre mi instalis \"aboot\",\n"
"Ĉu mi devus provi perforte instali eĉ se tio detruas la unuan subdiskon?"
-#: install_steps_interactive.pm:1218
-#, c-format
-msgid "Installing bootloader"
-msgstr "Instalas start-ŝargilon"
-
-#: install_steps_interactive.pm:1225
-#, c-format
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Instalado de startŝargilo malsukcesis. La sekvanta eraro okazis:"
-
-#: install_steps_interactive.pm:1230
-#, 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"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: install_steps_interactive.pm:1243
+#: install_steps_interactive.pm:1294
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: install_steps_interactive.pm:1275 standalone/drakautoinst:76
+#: install_steps_interactive.pm:1322 standalone/drakautoinst:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Enŝovu malplenan disketon en drajvo %s"
-#: install_steps_interactive.pm:1280
+#: install_steps_interactive.pm:1327
#, fuzzy, c-format
msgid "Please insert another floppy for drivers disk"
msgstr "Enŝovu la uzitan startigan disketon en drajvo %s"
-#: install_steps_interactive.pm:1282
+#: install_steps_interactive.pm:1329
#, c-format
msgid "Creating auto install floppy..."
msgstr "Kreas aŭtoinstalan disketon"
-#: install_steps_interactive.pm:1294
+#: install_steps_interactive.pm:1341
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -6066,12 +6107,12 @@ msgstr ""
"\n"
"Ĉu vi vere volas ĉesi nun?"
-#: install_steps_interactive.pm:1309
+#: install_steps_interactive.pm:1356
#, c-format
msgid "Generate auto install floppy"
msgstr "Kreu aŭtoinstalan disketon"
-#: install_steps_interactive.pm:1311
+#: install_steps_interactive.pm:1358
#, c-format
msgid ""
"The auto install can be fully automated if wanted,\n"
@@ -6086,7 +6127,8 @@ msgstr ""
msgid "Mandrakelinux Installation %s"
msgstr "Linuks-Mandrejka Instalado %s"
-#: install_steps_newt.pm:33
+#. -PO: This string must fit in a 80-char wide text screen
+#: install_steps_newt.pm:34
#, c-format
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
@@ -6097,17 +6139,37 @@ msgstr " <Tabo>/<Alt-Tabo> inter eroj | <Spaco> elektas | <F12> sekva ekrano "
msgid "Choose a file"
msgstr "Elektu dosieron"
+#: interactive.pm:295 interactive/gtk.pm:482 standalone/drakbackup:1534
+#: standalone/drakfont:592 standalone/drakfont:659 standalone/drakups:297
+#: standalone/drakups:357 standalone/drakups:377 standalone/drakvpn:333
+#: standalone/drakvpn:694
+#, c-format
+msgid "Add"
+msgstr "Aldonu"
+
+#: interactive.pm:295 interactive/gtk.pm:482
+#, c-format
+msgid "Modify"
+msgstr "Ŝanĝu"
+
+#: interactive.pm:295 interactive/gtk.pm:482 standalone/drakups:299
+#: standalone/drakups:359 standalone/drakups:379 standalone/drakvpn:333
+#: standalone/drakvpn:694
+#, c-format
+msgid "Remove"
+msgstr "Forigu"
+
#: interactive.pm:372
#, c-format
msgid "Basic"
msgstr "Baza"
-#: interactive.pm:403 interactive/newt.pm:308 ugtk2.pm:510
+#: interactive.pm:403 interactive/newt.pm:317 ugtk2.pm:515
#, c-format
msgid "Finish"
msgstr "Finu"
-#: interactive/newt.pm:83
+#: interactive/newt.pm:92
#, c-format
msgid "Do"
msgstr "Faru"
@@ -6179,572 +6241,765 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: keyboard.pm:161 keyboard.pm:193
+#: keyboard.pm:163 keyboard.pm:194
#, c-format
-msgid "Czech (QWERTZ)"
+msgid ""
+"_: keyboard\n"
+"Czech (QWERTZ)"
msgstr "Ĉeĥa (QWERTZ)"
-#: keyboard.pm:162 keyboard.pm:195
+#: keyboard.pm:164 keyboard.pm:196
#, c-format
-msgid "German"
+msgid ""
+"_: keyboard\n"
+"German"
msgstr "Germana"
-#: keyboard.pm:163
+#: keyboard.pm:165
#, c-format
-msgid "Dvorak"
+msgid ""
+"_: keyboard\n"
+"Dvorak"
msgstr "Dvorak-a"
-#: keyboard.pm:164 keyboard.pm:204
+#: keyboard.pm:166 keyboard.pm:206
#, c-format
-msgid "Spanish"
+msgid ""
+"_: keyboard\n"
+"Spanish"
msgstr "Hispana"
-#: keyboard.pm:165 keyboard.pm:205
+#: keyboard.pm:167 keyboard.pm:207
#, c-format
-msgid "Finnish"
+msgid ""
+"_: keyboard\n"
+"Finnish"
msgstr "Finna"
-#: keyboard.pm:166 keyboard.pm:206
+#: keyboard.pm:168 keyboard.pm:208
#, c-format
-msgid "French"
+msgid ""
+"_: keyboard\n"
+"French"
msgstr "Franca"
-#: keyboard.pm:167 keyboard.pm:246
+#: keyboard.pm:169 keyboard.pm:254
#, c-format
-msgid "Norwegian"
+msgid ""
+"_: keyboard\n"
+"Norwegian"
msgstr "Norvega"
-#: keyboard.pm:168
+#: keyboard.pm:170
#, c-format
-msgid "Polish"
+msgid ""
+"_: keyboard\n"
+"Polish"
msgstr "Pola"
-#: keyboard.pm:169 keyboard.pm:255
+#: keyboard.pm:171 keyboard.pm:264
#, c-format
-msgid "Russian"
+msgid ""
+"_: keyboard\n"
+"Russian"
msgstr "Rusa"
-#: keyboard.pm:171 keyboard.pm:259
+#: keyboard.pm:173 keyboard.pm:268
#, c-format
-msgid "Swedish"
+msgid ""
+"_: keyboard\n"
+"Swedish"
msgstr "Sveda"
-#: keyboard.pm:172 keyboard.pm:278
+#: keyboard.pm:174 keyboard.pm:287
#, c-format
msgid "UK keyboard"
msgstr "Unuiĝinta Regna klavaro"
-#: keyboard.pm:173 keyboard.pm:279
+#: keyboard.pm:175 keyboard.pm:288
#, c-format
msgid "US keyboard"
msgstr "Usona klavaro"
-#: keyboard.pm:175
+#: keyboard.pm:177
#, c-format
-msgid "Albanian"
+msgid ""
+"_: keyboard\n"
+"Albanian"
msgstr "Albana"
-#: keyboard.pm:176
+#: keyboard.pm:178
#, c-format
-msgid "Armenian (old)"
+msgid ""
+"_: keyboard\n"
+"Armenian (old)"
msgstr "Armena (malnova)"
-#: keyboard.pm:177
+#: keyboard.pm:179
#, c-format
-msgid "Armenian (typewriter)"
+msgid ""
+"_: keyboard\n"
+"Armenian (typewriter)"
msgstr "Armena (skribmaŝina)"
-#: keyboard.pm:178
+#: keyboard.pm:180
#, c-format
-msgid "Armenian (phonetic)"
+msgid ""
+"_: keyboard\n"
+"Armenian (phonetic)"
msgstr "Armena (fonetika)"
-#: keyboard.pm:179
+#: keyboard.pm:181
#, c-format
-msgid "Arabic"
+msgid ""
+"_: keyboard\n"
+"Arabic"
msgstr "araba"
-#: keyboard.pm:180
+#: keyboard.pm:182
#, c-format
-msgid "Azerbaidjani (latin)"
+msgid ""
+"_: keyboard\n"
+"Azerbaidjani (latin)"
msgstr "Azerbajĝana (latina)"
-#: keyboard.pm:182
+#: keyboard.pm:183
#, c-format
-msgid "Belgian"
+msgid ""
+"_: keyboard\n"
+"Belgian"
msgstr "Belga"
-#: keyboard.pm:183
+#: keyboard.pm:184
#, c-format
-msgid "Bengali"
+msgid ""
+"_: keyboard\n"
+"Bengali"
msgstr "bengala"
-#: keyboard.pm:184
+#: keyboard.pm:185
#, c-format
-msgid "Bulgarian (phonetic)"
+msgid ""
+"_: keyboard\n"
+"Bulgarian (phonetic)"
msgstr "Bulgara (fonetika)"
-#: keyboard.pm:185
+#: keyboard.pm:186
#, c-format
-msgid "Bulgarian (BDS)"
+msgid ""
+"_: keyboard\n"
+"Bulgarian (BDS)"
msgstr "Bulgara (BDS)"
-#: keyboard.pm:186
+#: keyboard.pm:187
#, c-format
-msgid "Brazilian (ABNT-2)"
+msgid ""
+"_: keyboard\n"
+"Brazilian (ABNT-2)"
msgstr "Brazila (ABNT-2)"
-#: keyboard.pm:189
+#: keyboard.pm:188
#, c-format
-msgid "Bosnian"
+msgid ""
+"_: keyboard\n"
+"Bosnian"
msgstr "Bosna"
-#: keyboard.pm:190
+#: keyboard.pm:189
#, c-format
-msgid "Belarusian"
+msgid ""
+"_: keyboard\n"
+"Belarusian"
msgstr "Belarusa"
#: keyboard.pm:191
#, c-format
-msgid "Swiss (German layout)"
+msgid ""
+"_: keyboard\n"
+"Swiss (German layout)"
msgstr "Svisa (germana aranĝo)"
-#: keyboard.pm:192
+#: keyboard.pm:193
#, c-format
-msgid "Swiss (French layout)"
+msgid ""
+"_: keyboard\n"
+"Swiss (French layout)"
msgstr "Svisa (franca aranĝo)"
-#: keyboard.pm:194
+#: keyboard.pm:195
#, c-format
-msgid "Czech (QWERTY)"
+msgid ""
+"_: keyboard\n"
+"Czech (QWERTY)"
msgstr "Ĉeĥa (QWERTY)"
-#: keyboard.pm:196
+#: keyboard.pm:197
#, c-format
-msgid "German (no dead keys)"
+msgid ""
+"_: keyboard\n"
+"German (no dead keys)"
msgstr "Germana (neniom da mortaj klavoj)"
-#: keyboard.pm:197
+#: keyboard.pm:198
#, c-format
-msgid "Devanagari"
+msgid ""
+"_: keyboard\n"
+"Devanagari"
msgstr "devanagara"
-#: keyboard.pm:198
+#: keyboard.pm:199
#, c-format
-msgid "Danish"
+msgid ""
+"_: keyboard\n"
+"Danish"
msgstr "Dana"
-#: keyboard.pm:199
+#: keyboard.pm:200
#, c-format
-msgid "Dvorak (US)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (US)"
msgstr "Dvorak-a (US)"
-#: keyboard.pm:200
+#: keyboard.pm:201
#, fuzzy, c-format
-msgid "Dvorak (Esperanto)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (Esperanto)"
msgstr "Dvorak-a (Norvega)"
-#: keyboard.pm:201
+#: keyboard.pm:202
#, c-format
-msgid "Dvorak (Norwegian)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (Norwegian)"
msgstr "Dvorak-a (Norvega)"
-#: keyboard.pm:202
+#: keyboard.pm:203
#, c-format
-msgid "Dvorak (Swedish)"
+msgid ""
+"_: keyboard\n"
+"Dvorak (Swedish)"
msgstr "Dvorak-a (Sveda)"
-#: keyboard.pm:203
+#: keyboard.pm:205
#, c-format
-msgid "Estonian"
+msgid ""
+"_: keyboard\n"
+"Estonian"
msgstr "Estona"
-#: keyboard.pm:207
+#: keyboard.pm:209
#, c-format
-msgid "Georgian (\"Russian\" layout)"
+msgid ""
+"_: keyboard\n"
+"Georgian (\"Russian\" layout)"
msgstr "Kartvela (\"Rusa\" aranĝo)"
-#: keyboard.pm:208
+#: keyboard.pm:210
#, c-format
-msgid "Georgian (\"Latin\" layout)"
+msgid ""
+"_: keyboard\n"
+"Georgian (\"Latin\" layout)"
msgstr "Kartvela (\"Latina\" aranĝo)"
-#: keyboard.pm:209
+#: keyboard.pm:211
#, c-format
-msgid "Greek"
+msgid ""
+"_: keyboard\n"
+"Greek"
msgstr "Greka"
-#: keyboard.pm:210
+#: keyboard.pm:212
#, c-format
-msgid "Greek (polytonic)"
+msgid ""
+"_: keyboard\n"
+"Greek (polytonic)"
msgstr ""
-#: keyboard.pm:211
+#: keyboard.pm:213
#, c-format
-msgid "Gujarati"
+msgid ""
+"_: keyboard\n"
+"Gujarati"
msgstr "gujarata"
-#: keyboard.pm:212
+#: keyboard.pm:214
#, c-format
-msgid "Gurmukhi"
+msgid ""
+"_: keyboard\n"
+"Gurmukhi"
msgstr "gumurka"
-#: keyboard.pm:213
+#: keyboard.pm:216
#, c-format
-msgid "Hungarian"
+msgid ""
+"_: keyboard\n"
+"Hungarian"
msgstr "Hungara"
-#: keyboard.pm:214
+#: keyboard.pm:217
#, c-format
-msgid "Croatian"
+msgid ""
+"_: keyboard\n"
+"Croatian"
msgstr "Kroata"
-#: keyboard.pm:215
+#: keyboard.pm:218
#, c-format
-msgid "Irish"
+msgid ""
+"_: keyboard\n"
+"Irish"
msgstr ""
-#: keyboard.pm:216
+#: keyboard.pm:219
#, c-format
-msgid "Israeli"
+msgid ""
+"_: keyboard\n"
+"Israeli"
msgstr "Israela"
-#: keyboard.pm:217
+#: keyboard.pm:220
#, c-format
-msgid "Israeli (Phonetic)"
+msgid ""
+"_: keyboard\n"
+"Israeli (phonetic)"
msgstr "Israela (fonetika)"
-#: keyboard.pm:218
+#: keyboard.pm:221
#, c-format
-msgid "Iranian"
+msgid ""
+"_: keyboard\n"
+"Iranian"
msgstr "Irana"
-#: keyboard.pm:219
+#: keyboard.pm:222
#, c-format
-msgid "Icelandic"
+msgid ""
+"_: keyboard\n"
+"Icelandic"
msgstr "Islanda"
-#: keyboard.pm:220
+#: keyboard.pm:223
#, c-format
-msgid "Italian"
+msgid ""
+"_: keyboard\n"
+"Italian"
msgstr "Itala"
-#: keyboard.pm:221
+#: keyboard.pm:224
#, c-format
-msgid "Inuktitut"
+msgid ""
+"_: keyboard\n"
+"Inuktitut"
msgstr "inuita"
-#: keyboard.pm:225
+#: keyboard.pm:229
#, c-format
-msgid "Japanese 106 keys"
+msgid ""
+"_: keyboard\n"
+"Japanese 106 keys"
msgstr "Japana 106 klavoj"
-#: keyboard.pm:226
+#: keyboard.pm:230
#, fuzzy, c-format
-msgid "Kannada"
+msgid ""
+"_: keyboard\n"
+"Kannada"
msgstr "Kanado"
-#: keyboard.pm:229
+#: keyboard.pm:233
#, c-format
-msgid "Korean keyboard"
+msgid ""
+"_: keyboard\n"
+"Korean"
msgstr "Korea klavaro"
-#: keyboard.pm:230
+#: keyboard.pm:234
#, fuzzy, c-format
-msgid "Kyrgyz keyboard"
+msgid ""
+"_: keyboard\n"
+"Kyrgyz"
msgstr "Unuiĝinta Regna klavaro"
-#: keyboard.pm:231
+#: keyboard.pm:235
#, c-format
-msgid "Latin American"
+msgid ""
+"_: keyboard\n"
+"Latin American"
msgstr "Latinamerika"
-#: keyboard.pm:232
+#: keyboard.pm:236
#, c-format
-msgid "Laotian"
+msgid ""
+"_: keyboard\n"
+"Laotian"
msgstr "Laosa"
-#: keyboard.pm:233
+#: keyboard.pm:238
#, c-format
-msgid "Lithuanian AZERTY (old)"
+msgid ""
+"_: keyboard\n"
+"Lithuanian AZERTY (old)"
msgstr "Litova AZERTY-a (malnova)"
-#: keyboard.pm:235
+#: keyboard.pm:241
#, c-format
-msgid "Lithuanian AZERTY (new)"
+msgid ""
+"_: keyboard\n"
+"Lithuanian AZERTY (new)"
msgstr "Litova AZERTY-a (nova)"
-#: keyboard.pm:236
+#: keyboard.pm:243
#, c-format
-msgid "Lithuanian \"number row\" QWERTY"
+msgid ""
+"_: keyboard\n"
+"Lithuanian \"number row\" QWERTY"
msgstr "Litova \"numero-vica\" QWERTY-a"
-#: keyboard.pm:237
+#: keyboard.pm:245
#, c-format
-msgid "Lithuanian \"phonetic\" QWERTY"
+msgid ""
+"_: keyboard\n"
+"Lithuanian \"phonetic\" QWERTY"
msgstr "Litova \"fonetika\" QWERTY-a"
-#: keyboard.pm:238
+#: keyboard.pm:246
#, c-format
-msgid "Latvian"
+msgid ""
+"_: keyboard\n"
+"Latvian"
msgstr "Latva"
-#: keyboard.pm:239
+#: keyboard.pm:247
#, c-format
-msgid "Malayalam"
+msgid ""
+"_: keyboard\n"
+"Malayalam"
msgstr "Malajalama"
-#: keyboard.pm:240
+#: keyboard.pm:248
#, c-format
-msgid "Macedonian"
+msgid ""
+"_: keyboard\n"
+"Macedonian"
msgstr "Macedona"
-#: keyboard.pm:241
+#: keyboard.pm:249
#, c-format
-msgid "Myanmar (Burmese)"
+msgid ""
+"_: keyboard\n"
+"Myanmar (Burmese)"
msgstr "Mianmara (burma)"
-#: keyboard.pm:242
+#: keyboard.pm:250
#, c-format
-msgid "Mongolian (cyrillic)"
+msgid ""
+"_: keyboard\n"
+"Mongolian (cyrillic)"
msgstr "Mongola (cirila)"
-#: keyboard.pm:243
+#: keyboard.pm:251
#, c-format
-msgid "Maltese (UK)"
+msgid ""
+"_: keyboard\n"
+"Maltese (UK)"
msgstr "Malta (UK)"
-#: keyboard.pm:244
+#: keyboard.pm:252
#, c-format
-msgid "Maltese (US)"
+msgid ""
+"_: keyboard\n"
+"Maltese (US)"
msgstr "Malta (US)"
-#: keyboard.pm:245
+#: keyboard.pm:253
#, c-format
-msgid "Dutch"
+msgid ""
+"_: keyboard\n"
+"Dutch"
msgstr "Nederlanda"
-#: keyboard.pm:247
+#: keyboard.pm:255
#, fuzzy, c-format
-msgid "Oriya"
+msgid ""
+"_: keyboard\n"
+"Oriya"
msgstr "Sirio"
-#: keyboard.pm:248
+#: keyboard.pm:256
#, c-format
-msgid "Polish (qwerty layout)"
+msgid ""
+"_: keyboard\n"
+"Polish (qwerty layout)"
msgstr "Pola (qwerty aranĝo)"
-#: keyboard.pm:249
+#: keyboard.pm:257
#, c-format
-msgid "Polish (qwertz layout)"
+msgid ""
+"_: keyboard\n"
+"Polish (qwertz layout)"
msgstr "Pola (qwertz aranĝo)"
-#: keyboard.pm:250
+#: keyboard.pm:258
#, c-format
-msgid "Portuguese"
+msgid ""
+"_: keyboard\n"
+"Portuguese"
msgstr "Portugala"
-#: keyboard.pm:251
+#: keyboard.pm:260
#, c-format
-msgid "Canadian (Quebec)"
+msgid ""
+"_: keyboard\n"
+"Canadian (Quebec)"
msgstr "Kanada (Kebeka)"
-#: keyboard.pm:253
+#: keyboard.pm:262
#, c-format
-msgid "Romanian (qwertz)"
+msgid ""
+"_: keyboard\n"
+"Romanian (qwertz)"
msgstr "Rumana (qwertz-a)"
-#: keyboard.pm:254
+#: keyboard.pm:263
#, c-format
-msgid "Romanian (qwerty)"
+msgid ""
+"_: keyboard\n"
+"Romanian (qwerty)"
msgstr "Rumana (qwerty-a)"
-#: keyboard.pm:256
+#: keyboard.pm:265
#, c-format
-msgid "Russian (Phonetic)"
+msgid ""
+"_: keyboard\n"
+"Russian (phonetic)"
msgstr "Rusa (fonetika)"
-#: keyboard.pm:257
+#: keyboard.pm:266
#, fuzzy, c-format
-msgid "Saami (norwegian)"
+msgid ""
+"_: keyboard\n"
+"Saami (norwegian)"
msgstr "Dvorak-a (Norvega)"
-#: keyboard.pm:258
+#: keyboard.pm:267
#, c-format
-msgid "Saami (swedish/finnish)"
+msgid ""
+"_: keyboard\n"
+"Saami (swedish/finnish)"
msgstr ""
-#: keyboard.pm:260
+#: keyboard.pm:269
#, c-format
-msgid "Slovenian"
+msgid ""
+"_: keyboard\n"
+"Slovenian"
msgstr "Slovena"
-#: keyboard.pm:261
+#: keyboard.pm:270
#, c-format
-msgid "Slovakian (QWERTZ)"
+msgid ""
+"_: keyboard\n"
+"Slovakian (QWERTZ)"
msgstr "Slovaka (QWERTZ)"
-#: keyboard.pm:262
+#: keyboard.pm:271
#, c-format
-msgid "Slovakian (QWERTY)"
+msgid ""
+"_: keyboard\n"
+"Slovakian (QWERTY)"
msgstr "Slovaka (QWERTY)"
-#: keyboard.pm:264
+#: keyboard.pm:273
#, c-format
-msgid "Serbian (cyrillic)"
+msgid ""
+"_: keyboard\n"
+"Serbian (cyrillic)"
msgstr "Serba (cirila)"
-#: keyboard.pm:265
+#: keyboard.pm:274
#, fuzzy, c-format
-msgid "Syriac"
+msgid ""
+"_: keyboard\n"
+"Syriac"
msgstr "Sirio"
-#: keyboard.pm:266
+#: keyboard.pm:275
#, fuzzy, c-format
-msgid "Syriac (phonetic)"
+msgid ""
+"_: keyboard\n"
+"Syriac (phonetic)"
msgstr "Armena (fonetika)"
-#: keyboard.pm:267
+#: keyboard.pm:276
#, fuzzy, c-format
-msgid "Telugu"
+msgid ""
+"_: keyboard\n"
+"Telugu"
msgstr "Belgio"
-#: keyboard.pm:269
+#: keyboard.pm:278
#, c-format
-msgid "Tamil (ISCII-layout)"
+msgid ""
+"_: keyboard\n"
+"Tamil (ISCII-layout)"
msgstr "Tamila (ISCII)"
-#: keyboard.pm:270
+#: keyboard.pm:279
#, c-format
-msgid "Tamil (Typewriter-layout)"
+msgid ""
+"_: keyboard\n"
+"Tamil (Typewriter-layout)"
msgstr "Tamila (skribmaŝina)"
-#: keyboard.pm:271
+#: keyboard.pm:280
#, c-format
-msgid "Thai keyboard"
+msgid ""
+"_: keyboard\n"
+"Thai"
msgstr "Taja klavaro"
-#: keyboard.pm:273
+#: keyboard.pm:282
#, fuzzy, c-format
-msgid "Tajik keyboard"
+msgid ""
+"_: keyboard\n"
+"Tajik"
msgstr "Taja klavaro"
-#: keyboard.pm:274
+#: keyboard.pm:283
#, c-format
-msgid "Turkish (traditional \"F\" model)"
+msgid ""
+"_: keyboard\n"
+"Turkish (traditional \"F\" model)"
msgstr "Turka (tradicia \"F\" modelo)"
-#: keyboard.pm:275
+#: keyboard.pm:284
#, c-format
-msgid "Turkish (modern \"Q\" model)"
+msgid ""
+"_: keyboard\n"
+"Turkish (modern \"Q\" model)"
msgstr "Turka (moderna \"Q\" modelo)"
-#: keyboard.pm:277
+#: keyboard.pm:286
#, c-format
-msgid "Ukrainian"
+msgid ""
+"_: keyboard\n"
+"Ukrainian"
msgstr "Ukrajna"
-#: keyboard.pm:280
+#: keyboard.pm:289
#, c-format
msgid "US keyboard (international)"
msgstr "Usona klavaro (internacia)"
-#: keyboard.pm:281
+#: keyboard.pm:290
#, fuzzy, c-format
-msgid "Uzbek (cyrillic)"
+msgid ""
+"_: keyboard\n"
+"Uzbek (cyrillic)"
msgstr "Serba (cirila)"
-#: keyboard.pm:282
+#: keyboard.pm:292
#, c-format
-msgid "Vietnamese \"numeric row\" QWERTY"
+msgid ""
+"_: keyboard\n"
+"Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnama \"numero-vica\" QWERTY-a"
-#: keyboard.pm:283
+#: keyboard.pm:293
#, c-format
-msgid "Yugoslavian (latin)"
+msgid ""
+"_: keyboard\n"
+"Yugoslavian (latin)"
msgstr "Jugoslava (latina)"
-#: keyboard.pm:290
+#: keyboard.pm:300
#, c-format
msgid "Right Alt key"
msgstr ""
-#: keyboard.pm:291
+#: keyboard.pm:301
#, c-format
msgid "Both Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:292
+#: keyboard.pm:302
#, c-format
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:293
+#: keyboard.pm:303
#, c-format
msgid "CapsLock key"
msgstr ""
-#: keyboard.pm:294
+#: keyboard.pm:304
+#, c-format
+msgid "Shift and CapsLock keys simultaneously"
+msgstr ""
+
+#: keyboard.pm:305
#, c-format
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:295
+#: keyboard.pm:306
#, c-format
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: keyboard.pm:296
+#: keyboard.pm:307
#, c-format
msgid "\"Menu\" key"
msgstr "\"Menuo\"-klavo"
-#: keyboard.pm:297
+#: keyboard.pm:308
#, c-format
msgid "Left \"Windows\" key"
msgstr "Maldekstra \"Vindozo\"-klavo"
-#: keyboard.pm:298
+#: keyboard.pm:309
#, c-format
msgid "Right \"Windows\" key"
msgstr "Dekstra \"Vindozo\"-klavo"
-#: keyboard.pm:299
+#: keyboard.pm:310
#, c-format
msgid "Both Control keys simultaneously"
msgstr ""
-#: keyboard.pm:300
+#: keyboard.pm:311
#, c-format
msgid "Both Alt keys simultaneously"
msgstr ""
-#: keyboard.pm:301
+#: keyboard.pm:312
#, fuzzy, c-format
msgid "Left Shift key"
msgstr "Maldekstra \"Vindozo\"-klavo"
-#: keyboard.pm:302
+#: keyboard.pm:313
#, fuzzy, c-format
msgid "Right Shift key"
msgstr "Dekstra \"Vindozo\"-klavo"
-#: keyboard.pm:303
+#: keyboard.pm:314
#, fuzzy, c-format
msgid "Left Alt key"
msgstr "Maldekstra \"Vindozo\"-klavo"
-#: keyboard.pm:304
+#: keyboard.pm:315
#, fuzzy, c-format
msgid "Left Control key"
msgstr "Malproksima printilo"
-#: keyboard.pm:305
+#: keyboard.pm:316
#, fuzzy, c-format
msgid "Right Control key"
msgstr "Dekstra \"Vindozo\"-klavo"
-#: keyboard.pm:336
+#: keyboard.pm:347
#, c-format
msgid ""
"Here you can choose the key or key combination that will \n"
@@ -6755,7 +7010,7 @@ msgstr ""
"ebligos al vi ŝalti inter la diversaj klavaroj\n"
"(ekz-e latinaj kaj ne-latinaj)"
-#: keyboard.pm:341
+#: keyboard.pm:352
#, c-format
msgid ""
"This setting will be activated after the installation.\n"
@@ -6763,1164 +7018,1188 @@ msgid ""
"key to switch between the different keyboard layouts."
msgstr ""
-#: lang.pm:153
+#. -PO: the string "default:LTR" can be translated *ONLY* as "default:LTR"
+#. -PO: or as "default:RTL", depending if your language is written from
+#. -PO: left to right, or from right to left; any other string is wrong.
+#: lang.pm:165
#, c-format
msgid "default:LTR"
msgstr "default:LTR"
-#: lang.pm:169
-#, c-format
-msgid "Afghanistan"
-msgstr "Afganistano"
-
-#: lang.pm:170
+#: lang.pm:182
#, c-format
msgid "Andorra"
msgstr "Andoro"
-#: lang.pm:171
+#: lang.pm:183
#, c-format
msgid "United Arab Emirates"
msgstr "Unuiĝintaj Arabaj Emirlandoj"
-#: lang.pm:172
+#: lang.pm:184
+#, c-format
+msgid "Afghanistan"
+msgstr "Afganistano"
+
+#: lang.pm:185
#, c-format
msgid "Antigua and Barbuda"
msgstr "Antigvo-Barbudo"
-#: lang.pm:173
+#: lang.pm:186
#, c-format
msgid "Anguilla"
msgstr "Angilo"
-#: lang.pm:174
+#: lang.pm:187
#, c-format
msgid "Albania"
msgstr "Albanio"
-#: lang.pm:175
+#: lang.pm:188
#, c-format
msgid "Armenia"
msgstr "Armenio"
-#: lang.pm:176
+#: lang.pm:189
#, c-format
msgid "Netherlands Antilles"
msgstr "Nederlandaj Antiloj"
-#: lang.pm:177
+#: lang.pm:190
#, c-format
msgid "Angola"
msgstr "Angolo"
-#: lang.pm:178
+#: lang.pm:191
#, c-format
msgid "Antarctica"
msgstr "Antarktio"
-#: lang.pm:179 standalone/drakxtv:48
+#: lang.pm:192 network/adsl_consts.pm:28 standalone/drakxtv:50
#, c-format
msgid "Argentina"
msgstr "Argentino"
-#: lang.pm:180
+#: lang.pm:193
#, c-format
msgid "American Samoa"
msgstr "Amerika Samoo"
-#: lang.pm:182 standalone/drakxtv:46
+#: lang.pm:195 standalone/drakxtv:48
#, c-format
msgid "Australia"
msgstr "Auxstralio"
-#: lang.pm:183
+#: lang.pm:196
#, c-format
msgid "Aruba"
msgstr "Arubo"
-#: lang.pm:184
+#: lang.pm:197
#, c-format
msgid "Azerbaijan"
msgstr "Azerbajĝano"
-#: lang.pm:185
+#: lang.pm:198
#, c-format
msgid "Bosnia and Herzegovina"
msgstr "Bosnio-Hercegovino"
-#: lang.pm:186
+#: lang.pm:199
#, c-format
msgid "Barbados"
msgstr "Barbado"
-#: lang.pm:187
+#: lang.pm:200
#, c-format
msgid "Bangladesh"
msgstr "Bangladeŝo"
-#: lang.pm:189
+#: lang.pm:202
#, c-format
msgid "Burkina Faso"
msgstr "Burkino"
-#: lang.pm:190
+#: lang.pm:203 network/adsl_consts.pm:126 network/adsl_consts.pm:134
#, c-format
msgid "Bulgaria"
msgstr "Bulgario"
-#: lang.pm:191
+#: lang.pm:204
#, c-format
msgid "Bahrain"
msgstr "Barejno"
-#: lang.pm:192
+#: lang.pm:205
#, c-format
msgid "Burundi"
msgstr "Burundo"
-#: lang.pm:193
+#: lang.pm:206
#, c-format
msgid "Benin"
msgstr "Benino"
-#: lang.pm:194
+#: lang.pm:207
#, c-format
msgid "Bermuda"
msgstr "Bermudo"
-#: lang.pm:195
+#: lang.pm:208
#, c-format
msgid "Brunei Darussalam"
msgstr "Brunejo Darusalamo"
-#: lang.pm:196
+#: lang.pm:209
#, c-format
msgid "Bolivia"
msgstr "Bolivio"
-#: lang.pm:197
+#: lang.pm:210 network/adsl_consts.pm:92 network/adsl_consts.pm:102
+#: network/adsl_consts.pm:110 network/adsl_consts.pm:118
#, c-format
msgid "Brazil"
msgstr "Brazilo"
-#: lang.pm:198
+#: lang.pm:211
#, c-format
msgid "Bahamas"
msgstr "Bahamoj"
-#: lang.pm:199
+#: lang.pm:212
#, c-format
msgid "Bhutan"
msgstr "Butano"
-#: lang.pm:200
+#: lang.pm:213
#, c-format
msgid "Bouvet Island"
msgstr "Buvet-Insulo"
-#: lang.pm:201
+#: lang.pm:214
#, c-format
msgid "Botswana"
msgstr "Bocvano"
-#: lang.pm:202
+#: lang.pm:215
#, c-format
msgid "Belarus"
msgstr "Belarusio"
-#: lang.pm:203
+#: lang.pm:216
#, c-format
msgid "Belize"
msgstr "Belizio"
-#: lang.pm:204
+#: lang.pm:217
#, c-format
msgid "Canada"
msgstr "Kanado"
-#: lang.pm:205
+#: lang.pm:218
#, c-format
msgid "Cocos (Keeling) Islands"
msgstr "Kokos-Insuloj (Keeling)"
-#: lang.pm:206
+#: lang.pm:219
#, c-format
msgid "Congo (Kinshasa)"
msgstr "Kongo (Kinŝaso)"
-#: lang.pm:207
+#: lang.pm:220
#, c-format
msgid "Central African Republic"
msgstr "Centrafrika Respubliko"
-#: lang.pm:208
+#: lang.pm:221
#, c-format
msgid "Congo (Brazzaville)"
msgstr "Kongo (Brazavilo)"
-#: lang.pm:209
+#: lang.pm:222 network/adsl_consts.pm:568 network/adsl_consts.pm:575
#, c-format
msgid "Switzerland"
msgstr "Svislando"
-#: lang.pm:210
+#: lang.pm:223
#, c-format
msgid "Cote d'Ivoire"
msgstr "Ebur-Bordo"
-#: lang.pm:211
+#: lang.pm:224
#, c-format
msgid "Cook Islands"
msgstr "Kuk-Insularo"
-#: lang.pm:212
+#: lang.pm:225
#, c-format
msgid "Chile"
msgstr "Ĉilio"
-#: lang.pm:213
+#: lang.pm:226
#, c-format
msgid "Cameroon"
msgstr "Kameruno"
-#: lang.pm:214
+#: lang.pm:227 network/adsl_consts.pm:142 network/adsl_consts.pm:150
+#: network/adsl_consts.pm:158 network/adsl_consts.pm:166
+#: network/adsl_consts.pm:174 network/adsl_consts.pm:182
+#: network/adsl_consts.pm:190 network/adsl_consts.pm:198
+#: network/adsl_consts.pm:206 network/adsl_consts.pm:214
+#: network/adsl_consts.pm:222 network/adsl_consts.pm:230
+#: network/adsl_consts.pm:238 network/adsl_consts.pm:246
+#: network/adsl_consts.pm:254 network/adsl_consts.pm:262
+#: network/adsl_consts.pm:270 network/adsl_consts.pm:278
+#: network/adsl_consts.pm:286 network/adsl_consts.pm:294
#, c-format
msgid "China"
msgstr "Ĉinio"
-#: lang.pm:215
+#: lang.pm:228
#, c-format
msgid "Colombia"
msgstr "Kolombio"
-#: lang.pm:217
+#: lang.pm:230
+#, c-format
+msgid "Serbia & Montenegro"
+msgstr ""
+
+#: lang.pm:231
#, c-format
msgid "Cuba"
msgstr "Kubo"
-#: lang.pm:218
+#: lang.pm:232
#, c-format
msgid "Cape Verde"
msgstr "Kabo-Verdo"
-#: lang.pm:219
+#: lang.pm:233
#, c-format
msgid "Christmas Island"
msgstr "Kristnask-Insulo"
-#: lang.pm:220
+#: lang.pm:234
#, c-format
msgid "Cyprus"
msgstr "Kipro"
-#: lang.pm:223
+#: lang.pm:237
#, c-format
msgid "Djibouti"
msgstr "Ĝibutio"
-#: lang.pm:224
+#: lang.pm:238 network/adsl_consts.pm:302
#, c-format
msgid "Denmark"
msgstr "Danlando"
-#: lang.pm:225
+#: lang.pm:239
#, c-format
msgid "Dominica"
msgstr "Dominiko"
-#: lang.pm:226
+#: lang.pm:240
#, c-format
msgid "Dominican Republic"
msgstr "Domingo"
-#: lang.pm:227
+#: lang.pm:241
#, c-format
msgid "Algeria"
msgstr "Alĝerio"
-#: lang.pm:228
+#: lang.pm:242
#, c-format
msgid "Ecuador"
msgstr "Ekvadoro"
-#: lang.pm:229
+#: lang.pm:243
#, c-format
msgid "Estonia"
msgstr "Estonio"
-#: lang.pm:230
+#: lang.pm:244
#, c-format
msgid "Egypt"
msgstr "Egipto"
-#: lang.pm:231
+#: lang.pm:245
#, c-format
msgid "Western Sahara"
msgstr "Okcidenta Saharo"
-#: lang.pm:232
+#: lang.pm:246
#, c-format
msgid "Eritrea"
msgstr "Eritreo"
-#: lang.pm:233 network/adsl_consts.pm:202 network/adsl_consts.pm:210
-#: network/adsl_consts.pm:219 network/adsl_consts.pm:230
+#: lang.pm:247 network/adsl_consts.pm:531 network/adsl_consts.pm:540
+#: network/adsl_consts.pm:551
#, c-format
msgid "Spain"
msgstr "Hispanujo"
-#: lang.pm:234
+#: lang.pm:248
#, c-format
msgid "Ethiopia"
msgstr "Etiopio"
-#: lang.pm:235 network/adsl_consts.pm:127
+#: lang.pm:249 network/adsl_consts.pm:402
#, c-format
msgid "Finland"
msgstr "Finnlando"
-#: lang.pm:236
+#: lang.pm:250
#, c-format
msgid "Fiji"
msgstr "Fiĝio"
-#: lang.pm:237
+#: lang.pm:251
#, c-format
msgid "Falkland Islands (Malvinas)"
msgstr "Falklandaj Insuloj (Malvinoj)"
-#: lang.pm:238
+#: lang.pm:252
#, c-format
msgid "Micronesia"
msgstr "Mikronezio"
-#: lang.pm:239
+#: lang.pm:253
#, c-format
msgid "Faroe Islands"
msgstr "Faroaj Insuloj"
-#: lang.pm:241
+#: lang.pm:255
#, c-format
msgid "Gabon"
msgstr "Gabono"
-#: lang.pm:242 network/adsl_consts.pm:247 network/adsl_consts.pm:255
-#: network/netconnect.pm:51
+#: lang.pm:256 network/adsl_consts.pm:593 network/adsl_consts.pm:601
+#: network/netconnect.pm:52
#, c-format
msgid "United Kingdom"
msgstr "Unuiĝinta Regno"
-#: lang.pm:243
+#: lang.pm:257
#, c-format
msgid "Grenada"
msgstr "Grenado"
-#: lang.pm:244
+#: lang.pm:258
#, c-format
msgid "Georgia"
msgstr "Kartvelujo"
-#: lang.pm:245
+#: lang.pm:259
#, c-format
msgid "French Guiana"
msgstr "Franca Gujano"
-#: lang.pm:246
+#: lang.pm:260
#, c-format
msgid "Ghana"
msgstr "Ganao"
-#: lang.pm:247
+#: lang.pm:261
#, c-format
msgid "Gibraltar"
msgstr "Ĝibraltaro"
-#: lang.pm:248
+#: lang.pm:262
#, c-format
msgid "Greenland"
msgstr "Groenlando"
-#: lang.pm:249
+#: lang.pm:263
#, c-format
msgid "Gambia"
msgstr "Gambio"
-#: lang.pm:250
+#: lang.pm:264
#, c-format
msgid "Guinea"
msgstr "Gvineo"
-#: lang.pm:251
+#: lang.pm:265
#, c-format
msgid "Guadeloupe"
msgstr "Gvadelupo"
-#: lang.pm:252
+#: lang.pm:266
#, c-format
msgid "Equatorial Guinea"
msgstr "Ekvatora Gvineo"
-#: lang.pm:254
+#: lang.pm:268
#, c-format
msgid "South Georgia and the South Sandwich Islands"
msgstr "Sud-Georgio kaj la Sudaj Sandviĉaj Insuloj"
-#: lang.pm:255
+#: lang.pm:269
#, c-format
msgid "Guatemala"
msgstr "Gvatemalo"
-#: lang.pm:256
+#: lang.pm:270
#, c-format
msgid "Guam"
msgstr "Gvamo"
-#: lang.pm:257
+#: lang.pm:271
#, c-format
msgid "Guinea-Bissau"
msgstr "Gvineo-Bisaŭo"
-#: lang.pm:258
+#: lang.pm:272
#, c-format
msgid "Guyana"
msgstr "Gujano"
-#: lang.pm:259
+#: lang.pm:273
#, fuzzy, c-format
-msgid "China (Hong Kong)"
+msgid "Hong Kong SAR (China)"
msgstr "Hongkongo"
-#: lang.pm:260
+#: lang.pm:274
#, c-format
msgid "Heard and McDonald Islands"
msgstr "Heard- kaj McDonald-Insuloj"
-#: lang.pm:261
+#: lang.pm:275
#, c-format
msgid "Honduras"
msgstr "Honduro"
-#: lang.pm:262
+#: lang.pm:276
#, c-format
msgid "Croatia"
msgstr "Kroatio"
-#: lang.pm:263
+#: lang.pm:277
#, c-format
msgid "Haiti"
msgstr "Haitio"
-#: lang.pm:264 network/adsl_consts.pm:152
+#: lang.pm:278 network/adsl_consts.pm:436
#, c-format
msgid "Hungary"
msgstr "Hungario"
-#: lang.pm:265
+#: lang.pm:279
#, c-format
msgid "Indonesia"
msgstr "Indonezio"
-#: lang.pm:266 standalone/drakxtv:45
+#: lang.pm:280 network/adsl_consts.pm:444 standalone/drakxtv:47
#, c-format
msgid "Ireland"
msgstr "Irlando"
-#: lang.pm:267
+#: lang.pm:281
#, c-format
msgid "Israel"
msgstr "Israelo"
-#: lang.pm:268
+#: lang.pm:282
#, c-format
msgid "India"
msgstr "Hindio"
-#: lang.pm:269
+#: lang.pm:283
#, c-format
msgid "British Indian Ocean Territory"
msgstr "Brita Teritorio de Hindia Oceano"
-#: lang.pm:270
+#: lang.pm:284
#, c-format
msgid "Iraq"
msgstr "Irako"
-#: lang.pm:271
+#: lang.pm:285
#, c-format
msgid "Iran"
msgstr "Irano"
-#: lang.pm:272
+#: lang.pm:286
#, c-format
msgid "Iceland"
msgstr "Islando"
-#: lang.pm:274
+#: lang.pm:288
#, c-format
msgid "Jamaica"
msgstr "Jamajko"
-#: lang.pm:275
+#: lang.pm:289
#, c-format
msgid "Jordan"
msgstr "Jordanio"
-#: lang.pm:276
+#: lang.pm:290
#, c-format
msgid "Japan"
msgstr "Japanio"
-#: lang.pm:277
+#: lang.pm:291
#, c-format
msgid "Kenya"
msgstr "Kenjo"
-#: lang.pm:278
+#: lang.pm:292
#, c-format
msgid "Kyrgyzstan"
msgstr "Kirgizistano"
-#: lang.pm:279
+#: lang.pm:293
#, c-format
msgid "Cambodia"
msgstr "Kamboĝo"
-#: lang.pm:280
+#: lang.pm:294
#, c-format
msgid "Kiribati"
msgstr "Kiribato"
-#: lang.pm:281
+#: lang.pm:295
#, c-format
msgid "Comoros"
msgstr "Komoroj"
-#: lang.pm:282
+#: lang.pm:296
#, c-format
msgid "Saint Kitts and Nevis"
msgstr "Sent-Kristofo kaj Neviso"
-#: lang.pm:283
+#: lang.pm:297
#, c-format
msgid "Korea (North)"
msgstr "Koreio (Norda)"
-#: lang.pm:284
+#: lang.pm:298
#, c-format
msgid "Korea"
msgstr "Koreio"
-#: lang.pm:285
+#: lang.pm:299
#, c-format
msgid "Kuwait"
msgstr "Kuvajto"
-#: lang.pm:286
+#: lang.pm:300
#, c-format
msgid "Cayman Islands"
msgstr "Kajmana Insularo"
-#: lang.pm:287
+#: lang.pm:301
#, c-format
msgid "Kazakhstan"
msgstr "Kazaĥstano"
-#: lang.pm:288
+#: lang.pm:302
#, c-format
msgid "Laos"
msgstr "Laoso"
-#: lang.pm:289
+#: lang.pm:303
#, c-format
msgid "Lebanon"
msgstr "Libano"
-#: lang.pm:290
+#: lang.pm:304
#, c-format
msgid "Saint Lucia"
msgstr "Sent-Lucio"
-#: lang.pm:291
+#: lang.pm:305
#, c-format
msgid "Liechtenstein"
msgstr "Liĥtenŝtejno"
-#: lang.pm:292
+#: lang.pm:306
#, c-format
msgid "Sri Lanka"
msgstr "Sri Lanko"
-#: lang.pm:293
+#: lang.pm:307
#, c-format
msgid "Liberia"
msgstr "Liberio"
-#: lang.pm:294
+#: lang.pm:308
#, c-format
msgid "Lesotho"
msgstr "Lesoto"
-#: lang.pm:295
+#: lang.pm:309 network/adsl_consts.pm:479
#, c-format
msgid "Lithuania"
msgstr "Litovio"
-#: lang.pm:296
+#: lang.pm:310
#, c-format
msgid "Luxembourg"
msgstr "Luksemburgo"
-#: lang.pm:297
+#: lang.pm:311
#, c-format
msgid "Latvia"
msgstr "Latvio"
-#: lang.pm:298
+#: lang.pm:312
#, c-format
msgid "Libya"
msgstr "Libio"
-#: lang.pm:299
+#: lang.pm:313 network/adsl_consts.pm:487
#, c-format
msgid "Morocco"
msgstr "Maroko"
-#: lang.pm:300
+#: lang.pm:314
#, c-format
msgid "Monaco"
msgstr "Monako"
-#: lang.pm:301
+#: lang.pm:315
#, c-format
msgid "Moldova"
msgstr "Moldovio"
-#: lang.pm:302
+#: lang.pm:316
#, c-format
msgid "Madagascar"
msgstr "Madagaskaro"
-#: lang.pm:303
+#: lang.pm:317
#, c-format
msgid "Marshall Islands"
msgstr "Insuloj Marŝalaj"
-#: lang.pm:304
+#: lang.pm:318
#, c-format
msgid "Macedonia"
msgstr "Macedonio"
-#: lang.pm:305
+#: lang.pm:319
#, c-format
msgid "Mali"
msgstr "Malio"
-#: lang.pm:306
+#: lang.pm:320
#, c-format
msgid "Myanmar"
msgstr "Mianmaro"
-#: lang.pm:307
+#: lang.pm:321
#, c-format
msgid "Mongolia"
msgstr "Mongolio"
-#: lang.pm:308
+#: lang.pm:322
#, c-format
msgid "Northern Mariana Islands"
msgstr "Insuloj Marianaj Nordaj"
-#: lang.pm:309
+#: lang.pm:323
#, c-format
msgid "Martinique"
msgstr "Martiniko"
-#: lang.pm:310
+#: lang.pm:324
#, c-format
msgid "Mauritania"
msgstr "Maŭrlando"
-#: lang.pm:311
+#: lang.pm:325
#, c-format
msgid "Montserrat"
msgstr "Montserato"
-#: lang.pm:312
+#: lang.pm:326
#, c-format
msgid "Malta"
msgstr "Malto"
-#: lang.pm:313
+#: lang.pm:327
#, c-format
msgid "Mauritius"
msgstr "Maŭricio"
-#: lang.pm:314
+#: lang.pm:328
#, c-format
msgid "Maldives"
msgstr "Maldivoj"
-#: lang.pm:315
+#: lang.pm:329
#, c-format
msgid "Malawi"
msgstr "Malavio"
-#: lang.pm:316
+#: lang.pm:330
#, c-format
msgid "Mexico"
msgstr "Meksikio"
-#: lang.pm:317
+#: lang.pm:331
#, c-format
msgid "Malaysia"
msgstr "Malajzio"
-#: lang.pm:318
+#: lang.pm:332
#, c-format
msgid "Mozambique"
msgstr "Mozambiko"
-#: lang.pm:319
+#: lang.pm:333
#, c-format
msgid "Namibia"
msgstr "Namibio"
-#: lang.pm:320
+#: lang.pm:334
#, c-format
msgid "New Caledonia"
msgstr "Nov-Kaledonio"
-#: lang.pm:321
+#: lang.pm:335
#, c-format
msgid "Niger"
msgstr "Niĝero"
-#: lang.pm:322
+#: lang.pm:336
#, c-format
msgid "Norfolk Island"
msgstr "Norfolkaj Insuloj"
-#: lang.pm:323
+#: lang.pm:337
#, c-format
msgid "Nigeria"
msgstr "Niĝerio"
-#: lang.pm:324
+#: lang.pm:338
#, c-format
msgid "Nicaragua"
msgstr "Nikaragvo"
-#: lang.pm:327
+#: lang.pm:341
#, c-format
msgid "Nepal"
msgstr "Nepalo"
-#: lang.pm:328
+#: lang.pm:342
#, c-format
msgid "Nauru"
msgstr "Nauro"
-#: lang.pm:329
+#: lang.pm:343
#, c-format
msgid "Niue"
msgstr "Niue"
-#: lang.pm:330
+#: lang.pm:344
#, c-format
msgid "New Zealand"
msgstr "Nov-Zelando"
-#: lang.pm:331
+#: lang.pm:345
#, c-format
msgid "Oman"
msgstr "Omano"
-#: lang.pm:332
+#: lang.pm:346
#, c-format
msgid "Panama"
msgstr "Panamo"
-#: lang.pm:333
+#: lang.pm:347
#, c-format
msgid "Peru"
msgstr "Peruo"
-#: lang.pm:334
+#: lang.pm:348
#, c-format
msgid "French Polynesia"
msgstr "Franca Polinezio"
-#: lang.pm:335
+#: lang.pm:349
#, c-format
msgid "Papua New Guinea"
msgstr "Papuo-Nov-Gvineo"
-#: lang.pm:336
+#: lang.pm:350
#, c-format
msgid "Philippines"
msgstr "Filipinoj"
-#: lang.pm:337
+#: lang.pm:351
#, c-format
msgid "Pakistan"
msgstr "Pakistano"
-#: lang.pm:338 network/adsl_consts.pm:186
+#: lang.pm:352 network/adsl_consts.pm:503
#, c-format
msgid "Poland"
msgstr "Pollando"
-#: lang.pm:339
+#: lang.pm:353
#, c-format
msgid "Saint Pierre and Miquelon"
msgstr "Sanpetro-kaj-Mikelono"
-#: lang.pm:340
+#: lang.pm:354
#, c-format
msgid "Pitcairn"
msgstr "Pitkarna Insulo"
-#: lang.pm:341
+#: lang.pm:355
#, c-format
msgid "Puerto Rico"
msgstr "Porto-Riko"
-#: lang.pm:342
+#: lang.pm:356
#, c-format
msgid "Palestine"
msgstr "Palestino"
-#: lang.pm:343 network/adsl_consts.pm:196
+#: lang.pm:357 network/adsl_consts.pm:513
#, c-format
msgid "Portugal"
msgstr "Portugalujo"
-#: lang.pm:344
+#: lang.pm:358
#, c-format
msgid "Paraguay"
msgstr "Paragvajo"
-#: lang.pm:345
+#: lang.pm:359
#, c-format
msgid "Palau"
msgstr "Palaŭo"
-#: lang.pm:346
+#: lang.pm:360
#, c-format
msgid "Qatar"
msgstr "Kataro"
-#: lang.pm:347
+#: lang.pm:361
#, c-format
msgid "Reunion"
msgstr "Reunio"
-#: lang.pm:348
+#: lang.pm:362
#, c-format
msgid "Romania"
msgstr "Rumanujo"
-#: lang.pm:349
+#: lang.pm:363
#, c-format
msgid "Russia"
msgstr "Rusio"
-#: lang.pm:350
+#: lang.pm:364
#, c-format
msgid "Rwanda"
msgstr "Ruando"
-#: lang.pm:351
+#: lang.pm:365
#, c-format
msgid "Saudi Arabia"
msgstr "Saŭda Arabujo"
-#: lang.pm:352
+#: lang.pm:366
#, c-format
msgid "Solomon Islands"
msgstr "Salomon-Insuloj"
-#: lang.pm:353
+#: lang.pm:367
#, c-format
msgid "Seychelles"
msgstr "Sejŝeloj"
-#: lang.pm:354
+#: lang.pm:368
#, c-format
msgid "Sudan"
msgstr "Sudano"
-#: lang.pm:356
+#: lang.pm:370
#, c-format
msgid "Singapore"
msgstr "Singapuro"
-#: lang.pm:357
+#: lang.pm:371
#, c-format
msgid "Saint Helena"
msgstr "Sankt-Heleno"
-#: lang.pm:358
+#: lang.pm:372 network/adsl_consts.pm:520
#, c-format
msgid "Slovenia"
msgstr "Slovenujo"
-#: lang.pm:359
+#: lang.pm:373
#, c-format
msgid "Svalbard and Jan Mayen Islands"
msgstr "Spicbergo kaj Jan-Majen-Insuloj"
-#: lang.pm:360
+#: lang.pm:374
#, c-format
msgid "Slovakia"
msgstr "Slovakujo"
-#: lang.pm:361
+#: lang.pm:375
#, c-format
msgid "Sierra Leone"
msgstr "Siera-Leono"
-#: lang.pm:362
+#: lang.pm:376
#, c-format
msgid "San Marino"
msgstr "San-Marino"
-#: lang.pm:363
+#: lang.pm:377
#, c-format
msgid "Senegal"
msgstr "Senegalio"
-#: lang.pm:364
+#: lang.pm:378
#, c-format
msgid "Somalia"
msgstr "Somalujo"
-#: lang.pm:365
+#: lang.pm:379
#, c-format
msgid "Suriname"
msgstr "Surinamo"
-#: lang.pm:366
+#: lang.pm:380
#, c-format
msgid "Sao Tome and Principe"
msgstr "Sao-Tomeo kaj Principeo"
-#: lang.pm:367
+#: lang.pm:381
#, c-format
msgid "El Salvador"
msgstr "Salvadoro"
-#: lang.pm:368
+#: lang.pm:382
#, c-format
msgid "Syria"
msgstr "Sirio"
-#: lang.pm:369
+#: lang.pm:383
#, c-format
msgid "Swaziland"
msgstr "Svazilando"
-#: lang.pm:370
+#: lang.pm:384
#, c-format
msgid "Turks and Caicos Islands"
msgstr "Turks kaj Caicos Insuloj"
-#: lang.pm:371
+#: lang.pm:385
#, c-format
msgid "Chad"
msgstr "Ĉado"
-#: lang.pm:372
+#: lang.pm:386
#, c-format
msgid "French Southern Territories"
msgstr "francaj sudaj teritorioj"
-#: lang.pm:373
+#: lang.pm:387
#, c-format
msgid "Togo"
msgstr "Togo"
-#: lang.pm:374
+#: lang.pm:388 network/adsl_consts.pm:585
#, c-format
msgid "Thailand"
msgstr "Tajlando"
-#: lang.pm:375
+#: lang.pm:389
#, c-format
msgid "Tajikistan"
msgstr "Taĝikistano"
-#: lang.pm:376
+#: lang.pm:390
#, c-format
msgid "Tokelau"
msgstr "Tokelau"
-#: lang.pm:377
+#: lang.pm:391
#, c-format
msgid "East Timor"
msgstr "Orienta Timoro"
-#: lang.pm:378
+#: lang.pm:392
#, c-format
msgid "Turkmenistan"
msgstr "Turkmenistano"
-#: lang.pm:379
+#: lang.pm:393
#, c-format
msgid "Tunisia"
msgstr "Tunizio"
-#: lang.pm:380
+#: lang.pm:394
#, c-format
msgid "Tonga"
msgstr "Tongo"
-#: lang.pm:381
+#: lang.pm:395
#, c-format
msgid "Turkey"
msgstr "Turkujo"
-#: lang.pm:382
+#: lang.pm:396
#, c-format
msgid "Trinidad and Tobago"
msgstr "Trinidado kaj Tobago"
-#: lang.pm:383
+#: lang.pm:397
#, c-format
msgid "Tuvalu"
msgstr "Tuvalo"
-#: lang.pm:384
+#: lang.pm:398
#, c-format
msgid "Taiwan"
msgstr "Tajvano"
-#: lang.pm:385
+#: lang.pm:399
#, c-format
msgid "Tanzania"
-msgstr ""
+msgstr "Tanzanio"
-#: lang.pm:386
+#: lang.pm:400
#, c-format
msgid "Ukraine"
msgstr "Ukrajno"
-#: lang.pm:387
+#: lang.pm:401
#, c-format
msgid "Uganda"
msgstr "Ugando"
-#: lang.pm:388
+#: lang.pm:402
#, c-format
msgid "United States Minor Outlying Islands"
msgstr "usonaj malgrandaj eksteraj insuloj"
-#: lang.pm:390
+#: lang.pm:404
#, c-format
msgid "Uruguay"
msgstr "Urugvajo"
-#: lang.pm:391
+#: lang.pm:405
#, c-format
msgid "Uzbekistan"
msgstr "Uzbekistano"
-#: lang.pm:392
+#: lang.pm:406
#, c-format
msgid "Vatican"
msgstr "Vatikano"
-#: lang.pm:393
+#: lang.pm:407
#, c-format
msgid "Saint Vincent and the Grenadines"
msgstr "Sent-Vincento kaj la Grenadinoj"
-#: lang.pm:394
+#: lang.pm:408
#, c-format
msgid "Venezuela"
msgstr "Venezuelo"
-#: lang.pm:395
+#: lang.pm:409
#, c-format
msgid "Virgin Islands (British)"
msgstr "Insuloj Virgaj (Britaj)"
-#: lang.pm:396
+#: lang.pm:410
#, c-format
msgid "Virgin Islands (U.S.)"
msgstr "Insuloj Virgaj (Usonaj)"
-#: lang.pm:397
+#: lang.pm:411
#, c-format
msgid "Vietnam"
msgstr "Vjetnamio"
-#: lang.pm:398
+#: lang.pm:412
#, c-format
msgid "Vanuatu"
msgstr "Vanuatuo"
-#: lang.pm:399
+#: lang.pm:413
#, c-format
msgid "Wallis and Futuna"
msgstr "valis-kaj-futuna"
-#: lang.pm:400
+#: lang.pm:414
#, c-format
msgid "Samoa"
msgstr "Samoo"
-#: lang.pm:401
+#: lang.pm:415
#, c-format
msgid "Yemen"
msgstr "Jemeno"
-#: lang.pm:402
+#: lang.pm:416
#, c-format
msgid "Mayotte"
msgstr "majota"
-#: lang.pm:403
-#, c-format
-msgid "Serbia & Montenegro"
-msgstr ""
-
-#: lang.pm:404 standalone/drakxtv:47
+#: lang.pm:417 standalone/drakxtv:49
#, c-format
msgid "South Africa"
msgstr "Sud-Afriko"
-#: lang.pm:405
+#: lang.pm:418
#, c-format
msgid "Zambia"
msgstr "Zambio"
-#: lang.pm:406
+#: lang.pm:419
#, c-format
msgid "Zimbabwe"
msgstr "Zimbabvo"
-#: lang.pm:1004
+#: lang.pm:1047
+#, fuzzy, c-format
+msgid "You should install the following packages: %s"
+msgstr "Instalanta pakaĵo %s"
+
+#. -PO: the following is used to combine packages names. eg: "initscripts, harddrake, yudit"
+#: lang.pm:1050 standalone/scannerdrake:135
+#, c-format
+msgid ", "
+msgstr ", "
+
+#: lang.pm:1101
#, c-format
msgid "Welcome to %s"
msgstr "Bonvenon al %s"
-#: loopback.pm:32
+#: loopback.pm:31
#, c-format
msgid "Circular mounts %s\n"
msgstr "Cirklaj surmetingoj %s\n"
-#: lvm.pm:115
+#: lvm.pm:116
#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Forigu la logikajn spacojn unue\n"
-#: modules/interactive.pm:21 standalone/drakconnect:982
+#: modules/interactive.pm:21 standalone/drakconnect:1033
#, c-format
msgid "Parameters"
msgstr "Parametroj"
-#: modules/interactive.pm:21 standalone/draksec:44
+#: modules/interactive.pm:21 standalone/draksec:51
#, c-format
msgid "NONE"
msgstr ""
@@ -7937,8 +8216,8 @@ msgstr ""
#: modules/interactive.pm:63
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Trovis %s %s interfacojn"
+msgid "Found %s interfaces"
+msgstr "Trovis %s interfacojn"
#: modules/interactive.pm:64
#, c-format
@@ -7991,12 +8270,12 @@ msgid "Module options:"
msgstr "Modulaj opcioj:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: modules/interactive.pm:118
+#: modules/interactive.pm:119
#, c-format
msgid "Which %s driver should I try?"
msgstr "Kiun %s pelilon devus mi provi?"
-#: modules/interactive.pm:127
+#: modules/interactive.pm:128
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -8013,17 +8292,17 @@ msgstr ""
"por la informo ĝi bezonas? Kelkfoje, esplori svenas komputilon, sed\n"
"ĝi ne devus kaŭzi difekton."
-#: modules/interactive.pm:131
+#: modules/interactive.pm:132
#, c-format
msgid "Autoprobe"
msgstr "Aŭtomate esploru"
-#: modules/interactive.pm:131
+#: modules/interactive.pm:132
#, c-format
msgid "Specify options"
msgstr "Specifu opciojn"
-#: modules/interactive.pm:143
+#: modules/interactive.pm:144
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -8082,11 +8361,11 @@ msgstr "Nespecifa PS2 RadoMuso"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: mouse.pm:36 network/modem.pm:42 network/modem.pm:43 network/modem.pm:44
-#: network/modem.pm:58 network/modem.pm:72 network/modem.pm:77
-#: network/modem.pm:108 network/netconnect.pm:586 network/netconnect.pm:591
-#: network/netconnect.pm:603 network/netconnect.pm:608
-#: network/netconnect.pm:624 network/netconnect.pm:626
+#: mouse.pm:36 network/modem.pm:57 network/modem.pm:58 network/modem.pm:59
+#: network/modem.pm:84 network/modem.pm:98 network/modem.pm:103
+#: network/modem.pm:136 network/netconnect.pm:607 network/netconnect.pm:612
+#: network/netconnect.pm:624 network/netconnect.pm:629
+#: network/netconnect.pm:645 network/netconnect.pm:647
#, fuzzy, c-format
msgid "Automatic"
msgstr "Aŭtomata IP"
@@ -8231,50 +8510,55 @@ msgstr "Eliru instalprogramon"
msgid "Any PS/2 & USB mice"
msgstr ""
-#: mouse.pm:92 standalone/drakvpn:1140
+#: mouse.pm:89 mouse.pm:359 mouse.pm:368 mouse.pm:420
+#, c-format
+msgid "Synaptics Touchpad"
+msgstr ""
+
+#: mouse.pm:93 standalone/drakconnect:358 standalone/drakvpn:1140
#, c-format
msgid "none"
msgstr "neniu"
-#: mouse.pm:94
+#: mouse.pm:95
#, c-format
msgid "No mouse"
msgstr "Neniu Muso"
-#: mouse.pm:514
+#: mouse.pm:546
#, c-format
msgid "Please test the mouse"
msgstr "Bonvole, provu la muson"
-#: mouse.pm:516
+#: mouse.pm:548
#, c-format
msgid "To activate the mouse,"
msgstr "Por aktivigi la muson,"
-#: mouse.pm:517
+#: mouse.pm:549
#, c-format
msgid "MOVE YOUR WHEEL!"
msgstr "MOVU VIAN RADON!"
#: network/adsl.pm:19
#, c-format
-msgid "use pppoe"
-msgstr "uzu pppoe"
+msgid "use PPPoE"
+msgstr "uzu PPPoE"
#: network/adsl.pm:20
#, c-format
-msgid "use pptp"
-msgstr "uzu pptp"
+msgid "use PPTP"
+msgstr "uzu PPTP"
#: network/adsl.pm:21
#, c-format
-msgid "use dhcp"
-msgstr "uzu dhcp"
+msgid "use DHCP"
+msgstr "uzu DHCP"
#: network/adsl.pm:22
-#, c-format
-msgid "Alcatel speedtouch usb"
-msgstr ""
+#, fuzzy, c-format
+msgid "Alcatel Speedtouch USB"
+msgstr "Bonvole, provu la muson"
#: network/adsl.pm:22 network/adsl.pm:23 network/adsl.pm:24
#, fuzzy, c-format
@@ -8283,36 +8567,36 @@ msgstr "detektita"
#: network/adsl.pm:23
#, c-format
-msgid "Sagem (using pppoa) usb"
+msgid "Sagem (using PPPoA) USB"
msgstr ""
#: network/adsl.pm:24
#, c-format
-msgid "Sagem (using dhcp) usb"
+msgid "Sagem (using DHCP) USB"
msgstr ""
-#: network/adsl.pm:35 network/netconnect.pm:761
+#: network/adsl.pm:35 network/netconnect.pm:799
#, c-format
msgid "Connect to the Internet"
msgstr "Konektu al la Interreto"
-#: network/adsl.pm:36 network/netconnect.pm:762
+#: network/adsl.pm:36 network/netconnect.pm:800
#, c-format
msgid ""
"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
+"Some connections use PPTP, a few use DHCP.\n"
+"If you don't know, choose 'use PPPoE'"
msgstr ""
"La plej ofte uzata maniero por konekti per ADSL estas pppoe.\n"
-"Kelkaj konektoj uzas pptp, malmultaj uzas dhcp.\n"
-"Se vi ne scias, elektu 'uzu pppoe'"
+"Kelkaj konektoj uzas PPTP, malmultaj uzas DHCP.\n"
+"Se vi ne scias, elektu 'uzu PPPoE'"
-#: network/adsl.pm:41 network/netconnect.pm:766
+#: network/adsl.pm:41 network/netconnect.pm:804
#, fuzzy, c-format
-msgid "ADSL connection type :"
+msgid "ADSL connection type:"
msgstr "ADSL-konekto"
-#: network/drakfirewall.pm:12
+#: network/drakfirewall.pm:12 share/compssUsers.pl:84
#, c-format
msgid "Web Server"
msgstr "Interret-servilo"
@@ -8424,106 +8708,107 @@ msgstr ""
msgid "Other ports"
msgstr "Aliaj pordoj"
-#: network/isdn.pm:109 network/netconnect.pm:436
+#: network/isdn.pm:125 network/netconnect.pm:456 network/netconnect.pm:564
+#: network/netconnect.pm:567
#, c-format
msgid "Unlisted - edit manually"
msgstr ""
-#: network/isdn.pm:151 network/netconnect.pm:385
+#: network/isdn.pm:168 network/netconnect.pm:388
#, c-format
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: network/isdn.pm:151 network/netconnect.pm:385
+#: network/isdn.pm:168 network/netconnect.pm:388
#, c-format
msgid "I don't know"
msgstr "Mi ne scias"
-#: network/isdn.pm:152 network/netconnect.pm:385
+#: network/isdn.pm:169 network/netconnect.pm:388
#, c-format
msgid "PCI"
msgstr "PCI"
-#: network/isdn.pm:153 network/netconnect.pm:385
+#: network/isdn.pm:170 network/netconnect.pm:388
#, c-format
msgid "USB"
msgstr ""
-#: network/modem.pm:42 network/modem.pm:43 network/modem.pm:44
-#: network/netconnect.pm:591 network/netconnect.pm:608
-#: network/netconnect.pm:624
+#: network/modem.pm:57 network/modem.pm:58 network/modem.pm:59
+#: network/netconnect.pm:612 network/netconnect.pm:629
+#: network/netconnect.pm:645
#, fuzzy, c-format
msgid "Manual"
msgstr "Mianmaro"
-#: network/netconnect.pm:88 network/netconnect.pm:465
-#: network/netconnect.pm:475
+#: network/netconnect.pm:89 network/netconnect.pm:485
+#: network/netconnect.pm:489
#, fuzzy, c-format
msgid "Manual choice"
msgstr "Mianmaro"
-#: network/netconnect.pm:88
+#: network/netconnect.pm:89
#, c-format
msgid "Internal ISDN card"
msgstr "Interna ISDN-karto"
-#: network/netconnect.pm:97
+#: network/netconnect.pm:98
#, c-format
msgid "Ad-hoc"
msgstr ""
-#: network/netconnect.pm:98
+#: network/netconnect.pm:99
#, fuzzy, c-format
msgid "Managed"
msgstr "Elektu vian lingvon"
-#: network/netconnect.pm:99
+#: network/netconnect.pm:100
#, fuzzy, c-format
msgid "Master"
msgstr "majota"
-#: network/netconnect.pm:100
+#: network/netconnect.pm:101
#, fuzzy, c-format
msgid "Repeater"
msgstr "Restaŭru de dosiero"
-#: network/netconnect.pm:101
+#: network/netconnect.pm:102
#, fuzzy, c-format
msgid "Secondary"
msgstr "%d sekundoj"
-#: network/netconnect.pm:102
+#: network/netconnect.pm:103
#, fuzzy, c-format
msgid "Auto"
msgstr "Ĉesigu"
-#: network/netconnect.pm:105 printer/printerdrake.pm:1133
-#: standalone/drakups:64
+#: network/netconnect.pm:106 printer/printerdrake.pm:1248
+#: standalone/drakups:75
#, fuzzy, c-format
msgid "Manual configuration"
msgstr "Interreta Konfigurado"
-#: network/netconnect.pm:106
+#: network/netconnect.pm:107
#, fuzzy, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Aŭtomata IP"
-#: network/netconnect.pm:108
+#: network/netconnect.pm:109
#, c-format
msgid "Automatic IP (BOOTP/DHCP/Zeroconf)"
msgstr ""
-#: network/netconnect.pm:111
+#: network/netconnect.pm:112
#, c-format
msgid "Protocol for the rest of the world"
msgstr "Protokolo por la cetera mondo"
-#: network/netconnect.pm:113 standalone/drakconnect:541
+#: network/netconnect.pm:114 standalone/drakconnect:539
#, c-format
msgid "European protocol (EDSS1)"
msgstr "Eŭropa protokolo (EDSS1)"
-#: network/netconnect.pm:114 standalone/drakconnect:542
+#: network/netconnect.pm:115 standalone/drakconnect:540
#, c-format
msgid ""
"Protocol for the rest of the world\n"
@@ -8532,163 +8817,168 @@ msgstr ""
"Protokolo por la cetera mondo \n"
"Neniom da D-Kanelo (lukontraktataj lineoj)"
-#: network/netconnect.pm:147
+#: network/netconnect.pm:151
#, fuzzy, c-format
msgid "Alcatel speedtouch USB modem"
msgstr "Bonvole, provu la muson"
-#: network/netconnect.pm:148
+#: network/netconnect.pm:152
#, fuzzy, c-format
msgid "Sagem USB modem"
msgstr "Sistema modalo"
-#: network/netconnect.pm:149
+#: network/netconnect.pm:153
#, c-format
msgid "Bewan modem"
msgstr ""
-#: network/netconnect.pm:150
+#: network/netconnect.pm:154
#, c-format
msgid "ECI Hi-Focus modem"
msgstr ""
-#: network/netconnect.pm:154
+#: network/netconnect.pm:158
#, c-format
msgid "Dynamic Host Configuration Protocol (DHCP)"
msgstr ""
-#: network/netconnect.pm:155
+#: network/netconnect.pm:159
#, fuzzy, c-format
msgid "Manual TCP/IP configuration"
msgstr "Interreta Konfigurado"
-#: network/netconnect.pm:156
+#: network/netconnect.pm:160
#, c-format
msgid "Point to Point Tunneling Protocol (PPTP)"
msgstr ""
-#: network/netconnect.pm:157
+#: network/netconnect.pm:161
#, c-format
msgid "PPP over Ethernet (PPPoE)"
msgstr ""
-#: network/netconnect.pm:158
+#: network/netconnect.pm:162
#, c-format
msgid "PPP over ATM (PPPoA)"
msgstr ""
-#: network/netconnect.pm:162
+#: network/netconnect.pm:163
+#, c-format
+msgid "DSL over CAPI"
+msgstr ""
+
+#: network/netconnect.pm:167
#, c-format
msgid "Bridged Ethernet LLC"
msgstr ""
-#: network/netconnect.pm:163
+#: network/netconnect.pm:168
#, c-format
msgid "Bridged Ethernet VC"
msgstr ""
-#: network/netconnect.pm:164
+#: network/netconnect.pm:169
#, c-format
msgid "Routed IP LLC"
msgstr ""
-#: network/netconnect.pm:165
+#: network/netconnect.pm:170
#, c-format
msgid "Routed IP VC"
msgstr ""
-#: network/netconnect.pm:166
+#: network/netconnect.pm:171
#, c-format
-msgid "PPPOA LLC"
+msgid "PPPoA LLC"
msgstr ""
-#: network/netconnect.pm:167
+#: network/netconnect.pm:172
#, c-format
-msgid "PPPOA VC"
+msgid "PPPoA VC"
msgstr ""
-#: network/netconnect.pm:171 standalone/drakconnect:477
+#: network/netconnect.pm:176 standalone/drakconnect:474
#, c-format
msgid "Script-based"
msgstr "Programeto-bazata"
-#: network/netconnect.pm:172 standalone/drakconnect:477
+#: network/netconnect.pm:177 standalone/drakconnect:474
#, c-format
msgid "PAP"
msgstr "PAP (Pasvorta Aŭtentikigada Protokolo)"
-#: network/netconnect.pm:173 standalone/drakconnect:477
+#: network/netconnect.pm:178 standalone/drakconnect:474
#, c-format
msgid "Terminal-based"
msgstr "Finaparato-bazata"
-#: network/netconnect.pm:174 standalone/drakconnect:477
+#: network/netconnect.pm:179 standalone/drakconnect:474
#, c-format
msgid "CHAP"
msgstr ""
-#: network/netconnect.pm:175 standalone/drakconnect:477
+#: network/netconnect.pm:180 standalone/drakconnect:474
#, c-format
msgid "PAP/CHAP"
msgstr ""
-#: network/netconnect.pm:228 standalone/drakconnect:55
+#: network/netconnect.pm:236 standalone/drakconnect:59
#, fuzzy, c-format
msgid "Network & Internet Configuration"
msgstr "Reta Konfiguraĵo"
-#: network/netconnect.pm:234
+#: network/netconnect.pm:242
#, fuzzy, c-format
msgid "(detected on port %s)"
msgstr "detektita en pordo %s"
#. -PO: here, "(detected)" string will be appended to eg "ADSL connection"
-#: network/netconnect.pm:236
+#: network/netconnect.pm:244
#, fuzzy, c-format
msgid "(detected %s)"
msgstr "Duobla surmetingo %s"
-#: network/netconnect.pm:236
+#: network/netconnect.pm:244
#, fuzzy, c-format
msgid "(detected)"
msgstr "detektita"
-#: network/netconnect.pm:238
+#: network/netconnect.pm:246
#, fuzzy, c-format
msgid "Modem connection"
msgstr "Winmodem-konekto"
-#: network/netconnect.pm:239
+#: network/netconnect.pm:247
#, c-format
msgid "ISDN connection"
msgstr "ISDN-konekto"
-#: network/netconnect.pm:240
+#: network/netconnect.pm:248
#, c-format
msgid "ADSL connection"
msgstr "ADSL-konekto"
-#: network/netconnect.pm:241
+#: network/netconnect.pm:249
#, c-format
msgid "Cable connection"
msgstr "Kabla konekto"
-#: network/netconnect.pm:242
+#: network/netconnect.pm:250
#, c-format
msgid "LAN connection"
msgstr "LAN Konfiguraĵo"
-#: network/netconnect.pm:243 network/netconnect.pm:257
+#: network/netconnect.pm:251 network/netconnect.pm:265
#, fuzzy, c-format
msgid "Wireless connection"
msgstr "Kabla konekto"
-#: network/netconnect.pm:253
+#: network/netconnect.pm:261
#, c-format
msgid "Choose the connection you want to configure"
msgstr "Elektu la konekton kiun vi deziras konfiguri"
-#: network/netconnect.pm:270
+#: network/netconnect.pm:279
#, fuzzy, c-format
msgid ""
"We are now going to configure the %s connection.\n"
@@ -8704,131 +8994,130 @@ msgstr ""
"\n"
"Premu JES por daŭrigi."
-#: network/netconnect.pm:278 network/netconnect.pm:788
+#: network/netconnect.pm:287 network/netconnect.pm:839
#, c-format
msgid "Connection Configuration"
msgstr "Konfigurado de Konekto"
-#: network/netconnect.pm:279 network/netconnect.pm:789
+#: network/netconnect.pm:288 network/netconnect.pm:840
#, c-format
msgid "Please fill or check the field below"
msgstr "Bonvole plenigu aŭ marku la suban kampon"
-#: network/netconnect.pm:286 standalone/drakconnect:532
+#: network/netconnect.pm:295 standalone/drakconnect:530
#, c-format
msgid "Card IRQ"
msgstr "IRQ de Karto"
-#: network/netconnect.pm:287 standalone/drakconnect:533
+#: network/netconnect.pm:296 standalone/drakconnect:531
#, c-format
msgid "Card mem (DMA)"
msgstr "Memoro de Karto (DMA)"
-#: network/netconnect.pm:288 standalone/drakconnect:534
+#: network/netconnect.pm:297 standalone/drakconnect:532
#, c-format
msgid "Card IO"
msgstr "I/O (Eneligo) de Karto"
-#: network/netconnect.pm:289 standalone/drakconnect:535
+#: network/netconnect.pm:298 standalone/drakconnect:533
#, c-format
msgid "Card IO_0"
msgstr "I/O 0 (Eneligo 0) de Karto"
-#: network/netconnect.pm:290
+#: network/netconnect.pm:299
#, c-format
msgid "Card IO_1"
msgstr "I/O 1 (Eneligo 1) de Karto"
-#: network/netconnect.pm:291
+#: network/netconnect.pm:300
#, c-format
msgid "Your personal phone number"
msgstr "Via persona telefonnumero"
-#: network/netconnect.pm:292 network/netconnect.pm:792
+#: network/netconnect.pm:301 network/netconnect.pm:843
#, c-format
msgid "Provider name (ex provider.net)"
msgstr "Nomo de interretprovizanto (ekz-e provizanto.net)"
-#: network/netconnect.pm:293 standalone/drakconnect:473
+#: network/netconnect.pm:302 standalone/drakconnect:469
#, c-format
msgid "Provider phone number"
msgstr "Telefonnumero de interretprovizanto"
-#: network/netconnect.pm:294
+#: network/netconnect.pm:303
#, fuzzy, c-format
msgid "Provider DNS 1 (optional)"
msgstr "Provizanto DNS 1 (nedeviga)"
-#: network/netconnect.pm:295
+#: network/netconnect.pm:304
#, fuzzy, c-format
msgid "Provider DNS 2 (optional)"
msgstr "Provizanto DNS 2 (nedeviga)"
-#: network/netconnect.pm:296 standalone/drakconnect:429
+#: network/netconnect.pm:305 standalone/drakconnect:420
#, c-format
msgid "Dialing mode"
msgstr "Diskuma modalo"
-#: network/netconnect.pm:297 standalone/drakconnect:434
-#: standalone/drakconnect:495
+#: network/netconnect.pm:306 standalone/drakconnect:425
+#: standalone/drakconnect:493
#, c-format
msgid "Connection speed"
msgstr "Rapido de konekto"
-#: network/netconnect.pm:298 standalone/drakconnect:439
+#: network/netconnect.pm:307 standalone/drakconnect:430
#, fuzzy, c-format
msgid "Connection timeout (in sec)"
msgstr "Speco de konekto"
-#: network/netconnect.pm:301 network/netconnect.pm:795
-#: standalone/drakconnect:471
+#: network/netconnect.pm:310 network/netconnect.pm:846
+#: standalone/drakconnect:467
#, c-format
msgid "Account Login (user name)"
msgstr "Konta Salutnomo (uzula nomo)"
-#: network/netconnect.pm:302 network/netconnect.pm:796
-#: standalone/drakconnect:472
+#: network/netconnect.pm:311 network/netconnect.pm:847
+#: standalone/drakconnect:468
#, c-format
msgid "Account Password"
msgstr "Konta Pasvorto"
-#: network/netconnect.pm:332 network/netconnect.pm:649
-#: network/netconnect.pm:827
+#: network/netconnect.pm:328 network/netconnect.pm:677
+#: network/netconnect.pm:880
#, fuzzy, c-format
msgid "Select the network interface to configure:"
msgstr "Elektu la retan interfacon"
-#: network/netconnect.pm:334 network/netconnect.pm:375
-#: network/netconnect.pm:650 network/netconnect.pm:829 network/shorewall.pm:84
-#: standalone/drakconnect:656 standalone/drakgw:225 standalone/drakvpn:221
+#: network/netconnect.pm:330 network/netconnect.pm:378
+#: network/netconnect.pm:678 network/netconnect.pm:882 network/shorewall.pm:85
+#: standalone/drakconnect:683 standalone/drakgw:227 standalone/drakvpn:221
#, fuzzy, c-format
msgid "Net Device"
msgstr "Printservilo"
-#: network/netconnect.pm:335 network/netconnect.pm:343
+#: network/netconnect.pm:331 network/netconnect.pm:339
#, c-format
msgid "External ISDN modem"
msgstr "Eksterna ISDN-modemo"
-#. -PO: Do not alter the <span ..> and </span> tags
-#: network/netconnect.pm:374 standalone/harddrake2:121
+#: network/netconnect.pm:377 standalone/harddrake2:192
#, fuzzy, c-format
-msgid "Select a device !"
+msgid "Select a device!"
msgstr "Elektu grafikan karton"
-#: network/netconnect.pm:383 network/netconnect.pm:393
-#: network/netconnect.pm:403 network/netconnect.pm:419
-#: network/netconnect.pm:433
+#: network/netconnect.pm:386 network/netconnect.pm:396
+#: network/netconnect.pm:406 network/netconnect.pm:439
+#: network/netconnect.pm:453
#, c-format
msgid "ISDN Configuration"
msgstr "ISDN-a Konfiguraĵon"
-#: network/netconnect.pm:384
+#: network/netconnect.pm:387
#, c-format
msgid "What kind of card do you have?"
msgstr "Kiun specon de karto vi havas?"
-#: network/netconnect.pm:394
+#: network/netconnect.pm:397
#, c-format
msgid ""
"\n"
@@ -8844,34 +9133,48 @@ msgstr ""
"Se vi havas PCMCIA-an karton, vi bezonas scii la IRQ-o kaj I/O (Eneligo)\n"
"por via karto.\n"
-#: network/netconnect.pm:398
+#: network/netconnect.pm:401
#, c-format
msgid "Continue"
msgstr "Ĉu mi devus daŭri?"
-#: network/netconnect.pm:398
+#: network/netconnect.pm:401
#, c-format
msgid "Abort"
msgstr "Ĉesigu"
-#: network/netconnect.pm:404
+#: network/netconnect.pm:407
#, c-format
msgid "Which of the following is your ISDN card?"
msgstr "Kiu el la sekvaj estas via ISDN-karto?"
-#: network/netconnect.pm:419
+#: network/netconnect.pm:425
+#, c-format
+msgid ""
+"A CAPI driver is available for this modem. This CAPI driver can offer more "
+"capabilities than the free driver (like sending faxes). Which driver do you "
+"want to use?"
+msgstr ""
+
+#: network/netconnect.pm:427 standalone/drakconnect:116 standalone/drakups:247
+#: standalone/harddrake2:117
+#, c-format
+msgid "Driver"
+msgstr "Pelilo"
+
+#: network/netconnect.pm:439
#, c-format
msgid "Which protocol do you want to use?"
msgstr "Kiun protokolon vi deziras uzi?"
-#: network/netconnect.pm:421 standalone/drakconnect:116
-#: standalone/drakconnect:318 standalone/drakconnect:540
+#: network/netconnect.pm:441 standalone/drakconnect:116
+#: standalone/drakconnect:309 standalone/drakconnect:538
#: standalone/drakvpn:1142
#, c-format
msgid "Protocol"
msgstr "Protokolo"
-#: network/netconnect.pm:433
+#: network/netconnect.pm:453
#, c-format
msgid ""
"Select your provider.\n"
@@ -8880,135 +9183,130 @@ msgstr ""
"Elektu vian interretprovizanton.\n"
" Se ĝin ne estas en la listo, elektu Nelistiĝitan"
-#: network/netconnect.pm:435 network/netconnect.pm:541
-#: network/netconnect.pm:683
+#: network/netconnect.pm:455 network/netconnect.pm:563
+#: network/netconnect.pm:719
#, fuzzy, c-format
msgid "Provider:"
msgstr "Printilo"
-#: network/netconnect.pm:450
+#: network/netconnect.pm:470
#, c-format
msgid ""
"Your modem isn't supported by the system.\n"
"Take a look at http://www.linmodems.org"
msgstr ""
-#: network/netconnect.pm:462
+#: network/netconnect.pm:482
#, fuzzy, c-format
msgid "Select the modem to configure:"
msgstr "Elektu la retan interfacon"
-#: network/netconnect.pm:469 standalone/drakgw:113 standalone/drakvpn:51
-#, c-format
-msgid "Sorry, we support only 2.4 and above kernels."
-msgstr ""
-
-#: network/netconnect.pm:510
+#: network/netconnect.pm:530
#, c-format
msgid "Please choose which serial port your modem is connected to."
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: network/netconnect.pm:539
+#: network/netconnect.pm:561
#, fuzzy, c-format
msgid "Select your provider:"
msgstr "Elektu Printilan Konekton"
-#: network/netconnect.pm:568
+#: network/netconnect.pm:589
#, fuzzy, c-format
msgid "Dialup: account options"
msgstr "Telefon-konektaj opcioj"
-#: network/netconnect.pm:571
+#: network/netconnect.pm:592
#, c-format
msgid "Connection name"
msgstr "Nomo de konekto"
-#: network/netconnect.pm:572
+#: network/netconnect.pm:593
#, c-format
msgid "Phone number"
msgstr "Telefonnumero"
-#: network/netconnect.pm:573
+#: network/netconnect.pm:594
#, c-format
msgid "Login ID"
msgstr "Salutnomo"
-#: network/netconnect.pm:588 network/netconnect.pm:621
+#: network/netconnect.pm:609 network/netconnect.pm:642
#, fuzzy, c-format
msgid "Dialup: IP parameters"
msgstr "Parametroj"
-#: network/netconnect.pm:591
+#: network/netconnect.pm:612
#, fuzzy, c-format
msgid "IP parameters"
msgstr "Parametroj"
-#: network/netconnect.pm:592 network/netconnect.pm:919
-#: printer/printerdrake.pm:431 standalone/drakconnect:116
-#: standalone/drakconnect:332 standalone/drakconnect:829
-#: standalone/drakups:266
+#: network/netconnect.pm:613 network/netconnect.pm:976
+#: printer/printerdrake.pm:454 standalone/drakconnect:116
+#: standalone/drakconnect:323 standalone/drakconnect:880
+#: standalone/drakups:282
#, c-format
msgid "IP address"
msgstr "IP-adreso"
-#: network/netconnect.pm:593
+#: network/netconnect.pm:614
#, fuzzy, c-format
msgid "Subnet mask"
msgstr "Retmasko"
-#: network/netconnect.pm:605
+#: network/netconnect.pm:626
#, c-format
msgid "Dialup: DNS parameters"
msgstr ""
-#: network/netconnect.pm:608
+#: network/netconnect.pm:629
#, fuzzy, c-format
msgid "DNS"
msgstr "NIS"
-#: network/netconnect.pm:609
+#: network/netconnect.pm:630
#, c-format
msgid "Domain name"
msgstr "Domajna nomo"
-#: network/netconnect.pm:610 network/netconnect.pm:793
-#: standalone/drakconnect:947
+#: network/netconnect.pm:631 network/netconnect.pm:844
+#: standalone/drakconnect:998
#, c-format
msgid "First DNS Server (optional)"
msgstr "Unu DNS-a Servilo (nedeviga)"
-#: network/netconnect.pm:611 network/netconnect.pm:794
-#: standalone/drakconnect:948
+#: network/netconnect.pm:632 network/netconnect.pm:845
+#: standalone/drakconnect:999
#, c-format
msgid "Second DNS Server (optional)"
msgstr "Du DNS-a Servilo (nedeviga)"
-#: network/netconnect.pm:612
+#: network/netconnect.pm:633
#, fuzzy, c-format
msgid "Set hostname from IP"
msgstr "Printilaj Poŝtejo"
-#: network/netconnect.pm:624 standalone/drakconnect:343
+#: network/netconnect.pm:645 standalone/drakconnect:334
#, c-format
msgid "Gateway"
msgstr "Kluzo"
-#: network/netconnect.pm:625
+#: network/netconnect.pm:646
#, fuzzy, c-format
msgid "Gateway IP address"
msgstr "IP-adreso"
-#: network/netconnect.pm:649
+#: network/netconnect.pm:677
#, fuzzy, c-format
msgid "ADSL configuration"
msgstr "LAN Konfiguraĵo"
-#: network/netconnect.pm:681
+#: network/netconnect.pm:717
#, fuzzy, c-format
msgid "Please choose your ADSL provider"
msgstr "Bonvole elektu vian landon."
-#: network/netconnect.pm:699
+#: network/netconnect.pm:735
#, c-format
msgid ""
"You need the Alcatel microcode.\n"
@@ -9016,32 +9314,32 @@ msgid ""
"or skip and do it later."
msgstr ""
-#: network/netconnect.pm:703 network/netconnect.pm:708
+#: network/netconnect.pm:739 network/netconnect.pm:744
#, fuzzy, c-format
msgid "Use a floppy"
msgstr "Konservu sur disketo"
-#: network/netconnect.pm:703 network/netconnect.pm:712
+#: network/netconnect.pm:739 network/netconnect.pm:748
#, fuzzy, c-format
msgid "Use my Windows partition"
msgstr "Kalkulas Vindozajn dosiersistemajn limojn"
-#: network/netconnect.pm:703 network/netconnect.pm:715
+#: network/netconnect.pm:739 network/netconnect.pm:751
#, c-format
msgid "Do it later"
msgstr ""
-#: network/netconnect.pm:722
+#: network/netconnect.pm:758
#, c-format
msgid "Firmware copy failed, file %s not found"
msgstr ""
-#: network/netconnect.pm:729
+#: network/netconnect.pm:765
#, c-format
msgid "Firmware copy succeeded"
msgstr ""
-#: network/netconnect.pm:744
+#: network/netconnect.pm:780
#, c-format
msgid ""
"You need the Alcatel microcode.\n"
@@ -9050,22 +9348,22 @@ msgid ""
"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
-#: network/netconnect.pm:797
+#: network/netconnect.pm:849
#, c-format
msgid "Virtual Path ID (VPI):"
msgstr ""
-#: network/netconnect.pm:798
+#: network/netconnect.pm:850
#, c-format
msgid "Virtual Circuit ID (VCI):"
msgstr ""
-#: network/netconnect.pm:800
+#: network/netconnect.pm:853
#, fuzzy, c-format
-msgid "Encapsulation :"
+msgid "Encapsulation:"
msgstr "Gratulojn!"
-#: network/netconnect.pm:817
+#: network/netconnect.pm:870
#, c-format
msgid ""
"The ECI Hi-Focus modem cannot be supported due to binary driver distribution "
@@ -9074,49 +9372,49 @@ msgid ""
"You can find a driver on http://eciadsl.flashtux.org/"
msgstr ""
-#: network/netconnect.pm:829
+#: network/netconnect.pm:882
#, c-format
msgid "Manually load a driver"
msgstr ""
-#: network/netconnect.pm:844
-#, c-format
+#: network/netconnect.pm:898
+#, fuzzy, c-format
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
+"Modifying the fields below will override this configuration.\n"
+"Do you really want to reconfigure this device?"
msgstr ""
"AVERTO: Ĉi tiu aparato estis antaŭe konfigurita por konekti al la "
"Interreto.\n"
"Simple akceptu konservi la konfiguron de ĉi tiu aparato.\n"
"Se vi modifos la subajn kampojn, vi ŝanĝos ĉi tiun konfiguron."
-#: network/netconnect.pm:857 network/netconnect.pm:1228
+#: network/netconnect.pm:912 network/netconnect.pm:1340
#, c-format
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"\n"
msgstr ""
-#: network/netconnect.pm:871
+#: network/netconnect.pm:929
#, fuzzy, c-format
msgid "Zeroconf hostname resolution"
msgstr "Poŝtejo"
-#: network/netconnect.pm:872 network/netconnect.pm:906
+#: network/netconnect.pm:930 network/netconnect.pm:963
#, fuzzy, c-format
msgid "Configuring network device %s (driver %s)"
msgstr "Konfiguras retan aparaton %s"
-#: network/netconnect.pm:873
+#: network/netconnect.pm:931
#, c-format
msgid ""
"The following protocols can be used to configure an ethernet connection. "
"Please choose the one you want to use"
msgstr ""
-#: network/netconnect.pm:907
+#: network/netconnect.pm:964
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -9127,108 +9425,114 @@ msgstr ""
"Ĉiu ero devus esti enigata kiel IP-adreson en punktita-decimala notacio\n"
"(ekzemple, 1.2.3.4)."
-#: network/netconnect.pm:914
+#: network/netconnect.pm:971
#, fuzzy, c-format
msgid "Assign host name from DHCP address"
msgstr "Bonvole, provu la muson"
-#: network/netconnect.pm:915
+#: network/netconnect.pm:972
#, fuzzy, c-format
msgid "DHCP host name"
msgstr "Poŝtejo"
-#: network/netconnect.pm:920 standalone/drakconnect:337
-#: standalone/drakconnect:830 standalone/drakgw:321
+#: network/netconnect.pm:977 standalone/drakconnect:328
+#: standalone/drakconnect:881 standalone/drakgw:323
#, c-format
msgid "Netmask"
msgstr "Retmasko"
-#: network/netconnect.pm:922 standalone/drakconnect:422
+#: network/netconnect.pm:979 standalone/drakconnect:413
#, c-format
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: network/netconnect.pm:923 standalone/drakconnect:423
+#: network/netconnect.pm:980 standalone/drakconnect:414
#, fuzzy, c-format
msgid "Network Hotplugging"
msgstr "Reta Konfiguraĵo"
-#: network/netconnect.pm:924 standalone/drakconnect:417
+#: network/netconnect.pm:982 standalone/drakconnect:408
#, c-format
msgid "Start at boot"
msgstr "Startu ĉe starto"
-#: network/netconnect.pm:926 standalone/drakconnect:833
+#: network/netconnect.pm:985 standalone/drakconnect:884
#, c-format
msgid "DHCP client"
msgstr ""
-#: network/netconnect.pm:936 printer/printerdrake.pm:1383
-#: standalone/drakconnect:621
+#: network/netconnect.pm:995 printer/printerdrake.pm:1498
+#: standalone/drakconnect:648
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
-#: network/netconnect.pm:939
+#: network/netconnect.pm:999
+#, c-format
+msgid "Warning: IP address %s is usually reserved!"
+msgstr ""
+
+#: network/netconnect.pm:1004 standalone/drakTermServ:1690
+#: standalone/drakTermServ:1691 standalone/drakTermServ:1692
#, c-format
-msgid "Warning : IP address %s is usually reserved !"
+msgid "%s already in use\n"
msgstr ""
-#: network/netconnect.pm:969 network/netconnect.pm:998
+#: network/netconnect.pm:1030 network/netconnect.pm:1059
#, c-format
msgid "Please enter the wireless parameters for this card:"
msgstr ""
-#: network/netconnect.pm:972 standalone/drakconnect:389
+#: network/netconnect.pm:1033 standalone/drakconnect:380
#, fuzzy, c-format
msgid "Operating Mode"
msgstr "Spertuloreĝimo"
-#: network/netconnect.pm:974 standalone/drakconnect:390
+#: network/netconnect.pm:1035 standalone/drakconnect:381
#, c-format
msgid "Network name (ESSID)"
msgstr ""
-#: network/netconnect.pm:975 standalone/drakconnect:391
+#: network/netconnect.pm:1036 standalone/drakconnect:382
#, fuzzy, c-format
msgid "Network ID"
msgstr "Reto"
-#: network/netconnect.pm:976 standalone/drakconnect:392
+#: network/netconnect.pm:1037 standalone/drakconnect:383
#, c-format
msgid "Operating frequency"
msgstr ""
-#: network/netconnect.pm:977 standalone/drakconnect:393
+#: network/netconnect.pm:1038 standalone/drakconnect:384
#, c-format
msgid "Sensitivity threshold"
msgstr ""
-#: network/netconnect.pm:978 standalone/drakconnect:394
+#: network/netconnect.pm:1039 standalone/drakconnect:385
#, c-format
msgid "Bitrate (in b/s)"
msgstr ""
-#: network/netconnect.pm:984
+#: network/netconnect.pm:1045
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
"frequency), or add enough '0' (zeroes)."
msgstr ""
-#: network/netconnect.pm:988
+#: network/netconnect.pm:1049
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
"enough '0' (zeroes)."
msgstr ""
-#: network/netconnect.pm:1001 standalone/drakconnect:405
+#: network/netconnect.pm:1062 standalone/drakconnect:396
#, c-format
msgid "RTS/CTS"
msgstr ""
-#: network/netconnect.pm:1002
+#: network/netconnect.pm:1063
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -9242,33 +9546,33 @@ msgid ""
"or off."
msgstr ""
-#: network/netconnect.pm:1009 standalone/drakconnect:406
+#: network/netconnect.pm:1070 standalone/drakconnect:397
#, fuzzy, c-format
msgid "Fragmentation"
msgstr "Dokumentaro"
-#: network/netconnect.pm:1010 standalone/drakconnect:407
+#: network/netconnect.pm:1071 standalone/drakconnect:398
#, c-format
msgid "Iwconfig command extra arguments"
msgstr ""
-#: network/netconnect.pm:1011
+#: network/netconnect.pm:1072
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
"ap, channel, commit, enc, power, retry, sens, txpower (nick is already set "
"as the hostname).\n"
"\n"
-"See iwpconfig(8) man page for further information."
+"See iwconfig(8) man page for further information."
msgstr ""
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: network/netconnect.pm:1018 standalone/drakconnect:408
+#: network/netconnect.pm:1079 standalone/drakconnect:399
#, c-format
msgid "Iwspy command extra arguments"
msgstr ""
-#: network/netconnect.pm:1019
+#: network/netconnect.pm:1080
#, c-format
msgid ""
"Iwspy is used to set a list of addresses in a wireless network\n"
@@ -9280,12 +9584,12 @@ msgid ""
"See iwpspy(8) man page for further information."
msgstr ""
-#: network/netconnect.pm:1027 standalone/drakconnect:409
+#: network/netconnect.pm:1088 standalone/drakconnect:400
#, c-format
msgid "Iwpriv command extra arguments"
msgstr ""
-#: network/netconnect.pm:1028
+#: network/netconnect.pm:1089
#, c-format
msgid ""
"Iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -9303,28 +9607,7 @@ msgid ""
"See iwpriv(8) man page for further information."
msgstr ""
-#: network/netconnect.pm:1055
-#, c-format
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Mi ne detektas eterretan retadaptilom sur via sistemo.\n"
-"Mi ne povas konfiguri tiun konektotipon."
-
-#: network/netconnect.pm:1059 standalone/drakgw:261 standalone/drakpxe:142
-#, c-format
-msgid "Choose the network interface"
-msgstr "Elektu la retan interfacon"
-
-#: network/netconnect.pm:1060
-#, c-format
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet."
-msgstr ""
-"Bonvole elektu kiun retadaptilon vi deziras uzi por konekti al la interreto"
-
-#: network/netconnect.pm:1081
+#: network/netconnect.pm:1163
#, c-format
msgid ""
"Please enter your host name.\n"
@@ -9337,84 +9620,86 @@ msgstr ""
"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''.\n"
"Vi ankaŭ povas enigi la IP-adreson de la prokura kluzo se via havas unu."
-#: network/netconnect.pm:1085
+#: network/netconnect.pm:1167
#, c-format
msgid "Last but not least you can also type in your DNS server IP addresses."
msgstr ""
-#: network/netconnect.pm:1087 standalone/drakconnect:946
+#: network/netconnect.pm:1169 standalone/drakconnect:997
#, fuzzy, c-format
msgid "Host name (optional)"
msgstr "Unu DNS-a Servilo (nedeviga)"
-#: network/netconnect.pm:1087
+#: network/netconnect.pm:1169
#, c-format
msgid "Host name"
msgstr "Poŝtejo"
-#: network/netconnect.pm:1089
+#: network/netconnect.pm:1171
#, fuzzy, c-format
msgid "DNS server 1"
msgstr "DNA servilo"
-#: network/netconnect.pm:1090
+#: network/netconnect.pm:1172
#, fuzzy, c-format
msgid "DNS server 2"
msgstr "DNA servilo"
-#: network/netconnect.pm:1091
+#: network/netconnect.pm:1173
#, fuzzy, c-format
msgid "DNS server 3"
msgstr "DNA servilo"
-#: network/netconnect.pm:1092
+#: network/netconnect.pm:1174
#, fuzzy, c-format
msgid "Search domain"
msgstr "NIS Domajno"
-#: network/netconnect.pm:1093
+#: network/netconnect.pm:1175
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
-#: network/netconnect.pm:1094
+#: network/netconnect.pm:1176
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: network/netconnect.pm:1096
+#: network/netconnect.pm:1178
#, c-format
msgid "Gateway device"
msgstr "Prokura kluzaparato"
-#: network/netconnect.pm:1105
+#: network/netconnect.pm:1187
#, c-format
msgid "DNS server address should be in format 1.2.3.4"
msgstr "DNS-servila adreso devas esti en formato 1.2.3.4"
-#: network/netconnect.pm:1110 standalone/drakconnect:624
+#: network/netconnect.pm:1192 standalone/drakconnect:651
#, fuzzy, c-format
msgid "Gateway address should be in format 1.2.3.4"
msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
-#: network/netconnect.pm:1121
+#: network/netconnect.pm:1203
#, c-format
msgid ""
-"Enter a Zeroconf host name which will be the one that your machine will get "
-"back to other machines on the network:"
+"If desired, enter a Zeroconf hostname.\n"
+"This is the name your machine will use to advertise any of\n"
+"its shared resources that are not managed by the network.\n"
+"It is not necessary on most networks."
msgstr ""
-#: network/netconnect.pm:1122
+#: network/netconnect.pm:1207
#, fuzzy, c-format
msgid "Zeroconf Host name"
msgstr "Poŝtejo"
-#: network/netconnect.pm:1125
+#: network/netconnect.pm:1210
#, c-format
msgid "Zeroconf host name must not contain a ."
msgstr ""
-#: network/netconnect.pm:1135
+#: network/netconnect.pm:1220
#, c-format
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
@@ -9422,37 +9707,57 @@ msgid ""
"\n"
msgstr ""
-#: network/netconnect.pm:1137
+#: network/netconnect.pm:1222
#, c-format
msgid "Internet connection"
msgstr "Interreta konekto"
-#: network/netconnect.pm:1145
+#: network/netconnect.pm:1230
#, fuzzy, c-format
-msgid "Configuration is complete, do you want to apply settings ?"
-msgstr "Kiun konfiguron de XFree vi deziras havi?"
+msgid "Configuration is complete, do you want to apply settings?"
+msgstr "Kiun konfiguron de Xorg vi deziras havi?"
-#: network/netconnect.pm:1155
+#: network/netconnect.pm:1240
#, c-format
msgid "Do you want to start the connection at boot?"
msgstr "Ĉu vi deziras starti vian konektaĵon je startado de la sistemo?"
-#: network/netconnect.pm:1172
+#: network/netconnect.pm:1258
+#, fuzzy, c-format
+msgid "Automatically at boot"
+msgstr "Startu ĉe starto"
+
+#: network/netconnect.pm:1260
+#, c-format
+msgid "By using Net Applet in the system tray"
+msgstr ""
+
+#: network/netconnect.pm:1262
+#, c-format
+msgid "Manually (the interface would still be activated at boot)"
+msgstr ""
+
+#: network/netconnect.pm:1271
+#, fuzzy, c-format
+msgid "How do you want to dial this connection?"
+msgstr "Ĉu vi deziras starti vian konektaĵon je startado de la sistemo?"
+
+#: network/netconnect.pm:1284
#, c-format
-msgid "The network needs to be restarted. Do you want to restart it ?"
+msgid "The network needs to be restarted. Do you want to restart it?"
msgstr ""
"La reto devas esti restartigita.\n"
"Ĉu vi deziras restartigi ĝin?"
-#: network/netconnect.pm:1179 network/netconnect.pm:1244
+#: network/netconnect.pm:1291 network/netconnect.pm:1356
#, c-format
msgid "Network Configuration"
msgstr "Reta Konfiguraĵo"
-#: network/netconnect.pm:1180
+#: network/netconnect.pm:1292
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
+"A problem occurred while restarting the network: \n"
"\n"
"%s"
msgstr ""
@@ -9460,49 +9765,49 @@ msgstr ""
"\n"
"%s"
-#: network/netconnect.pm:1188
+#: network/netconnect.pm:1300
#, c-format
msgid "Do you want to try to connect to the Internet now?"
msgstr "Ĉu vi deziras provi konekti al la interreto nun?"
-#: network/netconnect.pm:1196 standalone/drakconnect:978
+#: network/netconnect.pm:1308 standalone/drakconnect:1029
#, c-format
msgid "Testing your connection..."
msgstr "Testante vian konektaĵon..."
-#: network/netconnect.pm:1212
+#: network/netconnect.pm:1324
#, c-format
msgid "The system is now connected to the Internet."
msgstr "La sistemo estas nun konektita al Interreto."
-#: network/netconnect.pm:1213
+#: network/netconnect.pm:1325
#, c-format
msgid "For security reasons, it will be disconnected now."
msgstr ""
-#: network/netconnect.pm:1214
+#: network/netconnect.pm:1326
#, fuzzy, c-format
msgid ""
"The system doesn't seem to be connected to the Internet.\n"
"Try to reconfigure your connection."
msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
-#: network/netconnect.pm:1231
+#: network/netconnect.pm:1343
#, c-format
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: network/netconnect.pm:1232
+#: network/netconnect.pm:1344
#, c-format
msgid ""
-"Problems occured during configuration.\n"
+"Problems occurred during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: network/netconnect.pm:1245
+#: network/netconnect.pm:1357
#, c-format
msgid ""
"Because you are doing a network installation, your network is already "
@@ -9511,34 +9816,34 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: network/netconnect.pm:1333
+#: network/netconnect.pm:1393
#, c-format
msgid ""
"An unexpected error has happened:\n"
"%s"
msgstr ""
-#: network/network.pm:315
+#: network/network.pm:316
#, c-format
msgid "Proxies configuration"
msgstr "Konfigurado de prokuraj serviloj"
-#: network/network.pm:316
+#: network/network.pm:317
#, c-format
msgid "HTTP proxy"
msgstr "HTTP prokura servilo"
-#: network/network.pm:317
+#: network/network.pm:318
#, c-format
msgid "FTP proxy"
msgstr "FTP prokura servilo"
-#: network/network.pm:320
+#: network/network.pm:321
#, c-format
msgid "Proxy should be http://..."
msgstr "Prokura servilo devus esti http://..."
-#: network/network.pm:321
+#: network/network.pm:322
#, c-format
msgid "URL should begin with 'ftp:' or 'http:'"
msgstr "URL devas komenci per 'ftp:' aŭ 'http:'"
@@ -9557,7 +9862,7 @@ msgstr ""
"Averto. Ekzistanta konfiguraĵo de barilo detektata. Vi eble devas permane\n"
"fiksi ĝin poste de la instalado."
-#: network/shorewall.pm:77 standalone/drakgw:218 standalone/drakvpn:214
+#: network/shorewall.pm:78 standalone/drakgw:220 standalone/drakvpn:214
#, c-format
msgid ""
"Please enter the name of the interface connected to the internet.\n"
@@ -9568,34 +9873,34 @@ msgid ""
"\t\tippp+ for a isdn connection.\n"
msgstr ""
-#: network/tools.pm:165
+#: network/tools.pm:197
#, fuzzy, c-format
msgid "Insert floppy"
msgstr "Enŝovu disketon en %s"
-#: network/tools.pm:166
+#: network/tools.pm:198
#, fuzzy, c-format
msgid ""
"Insert a FAT formatted floppy in drive %s with %s in root directory and "
"press %s"
msgstr "Enŝovu FAT-formatitan disketon en drajvo %s"
-#: network/tools.pm:167
+#: network/tools.pm:199
#, fuzzy, c-format
msgid "Floppy access error, unable to mount device %s"
msgstr "Kie vi deziras munti aparato %s?"
-#: partition_table.pm:645
+#: partition_table.pm:393
#, c-format
msgid "mount failed: "
msgstr "muntado malsukcesis: "
-#: partition_table.pm:750
+#: partition_table.pm:498
#, c-format
msgid "Extended partition not supported on this platform"
msgstr "Ĉi tiu platformo ne subtenas etendatajn subdiskojn"
-#: partition_table.pm:768
+#: partition_table.pm:516
#, c-format
msgid ""
"You have a hole in your partition table but I can't use it.\n"
@@ -9606,22 +9911,22 @@ msgstr ""
"La sola solvo estas movi viajn ĉefajn subdiskojn por situigi la truon\n"
"apud la etendataj subdiskoj."
-#: partition_table.pm:855
+#: partition_table.pm:602
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Restaŭris el dosiero %s malsukcesis: %s"
-#: partition_table.pm:857
+#: partition_table.pm:604
#, c-format
msgid "Bad backup file"
msgstr "Malbona rezerva dosiero"
-#: partition_table.pm:877
+#: partition_table.pm:624
#, c-format
msgid "Error writing to file %s"
msgstr "Eraro skribante al dosiero %s"
-#: partition_table/raw.pm:187
+#: partition_table/raw.pm:238
#, c-format
msgid ""
"Something bad is happening on your drive. \n"
@@ -9633,27 +9938,27 @@ msgstr ""
"Testo pri la integreco de datenoj malsukcesis.\n"
"Tio signifas ke skribado al la disko finiĝos per difektitaj datenoj."
-#: pkgs.pm:24
+#: pkgs.pm:23
#, c-format
msgid "must have"
msgstr "havenda"
-#: pkgs.pm:25
+#: pkgs.pm:24
#, c-format
msgid "important"
msgstr "grava(j)"
-#: pkgs.pm:26
+#: pkgs.pm:25
#, c-format
msgid "very nice"
msgstr "tre agrabla(j)"
-#: pkgs.pm:27
+#: pkgs.pm:26
#, c-format
msgid "nice"
msgstr "agrabla(j)"
-#: pkgs.pm:28
+#: pkgs.pm:27
#, c-format
msgid "maybe"
msgstr "elbe"
@@ -9668,7 +9973,7 @@ msgstr "(sur %s)"
msgid "(on this machine)"
msgstr ""
-#: printer/cups.pm:115 standalone/printerdrake:197
+#: printer/cups.pm:115 standalone/printerdrake:203
#, fuzzy, c-format
msgid "Configured on other machines"
msgstr "Konfiguru la konekton"
@@ -9678,357 +9983,362 @@ msgstr "Konfiguru la konekton"
msgid "On CUPS server \"%s\""
msgstr "Ĉe CUPS-servilo \"%s\""
-#: printer/cups.pm:117 printer/printerdrake.pm:3989
-#: printer/printerdrake.pm:3998 printer/printerdrake.pm:4139
-#: printer/printerdrake.pm:4150 printer/printerdrake.pm:4362
+#: printer/cups.pm:117 printer/printerdrake.pm:4290
+#: printer/printerdrake.pm:4300 printer/printerdrake.pm:4445
+#: printer/printerdrake.pm:4456 printer/printerdrake.pm:4651
#, c-format
msgid " (Default)"
msgstr " (Defaŭlta)"
-#: printer/data.pm:22
+#: printer/data.pm:40
#, c-format
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: printer/data.pm:23
+#: printer/data.pm:41
#, c-format
msgid "PDQ"
msgstr ""
-#: printer/data.pm:34
+#: printer/data.pm:53
#, c-format
msgid "LPD - Line Printer Daemon"
msgstr ""
-#: printer/data.pm:35
+#: printer/data.pm:54
#, c-format
msgid "LPD"
msgstr ""
-#: printer/data.pm:56
+#: printer/data.pm:76
#, c-format
msgid "LPRng - LPR New Generation"
msgstr ""
-#: printer/data.pm:57
+#: printer/data.pm:77
#, c-format
msgid "LPRng"
msgstr ""
-#: printer/data.pm:82
+#: printer/data.pm:103
#, c-format
msgid "CUPS - Common Unix Printing System"
msgstr ""
+#: printer/data.pm:132
+#, c-format
+msgid "CUPS - Common Unix Printing System (remote server)"
+msgstr ""
+
+#: printer/data.pm:133
+#, fuzzy, c-format
+msgid "Remote CUPS"
+msgstr "Malproksima CUPS-a servilo"
+
#: printer/detect.pm:149 printer/detect.pm:227 printer/detect.pm:429
-#: printer/detect.pm:466 printer/printerdrake.pm:686
+#: printer/detect.pm:466
#, c-format
msgid "Unknown Model"
msgstr ""
-#: printer/main.pm:29
+#: printer/main.pm:27
#, c-format
msgid "Local printer"
msgstr "Loka printilo"
-#: printer/main.pm:30
+#: printer/main.pm:28
#, c-format
msgid "Remote printer"
msgstr "Malproksima printilo"
-#: printer/main.pm:31
+#: printer/main.pm:29
#, fuzzy, c-format
msgid "Printer on remote CUPS server"
msgstr "Malproksima CUPS-a servilo"
-#: printer/main.pm:32 printer/printerdrake.pm:1406
+#: printer/main.pm:30 printer/printerdrake.pm:1521
#, fuzzy, c-format
msgid "Printer on remote lpd server"
msgstr "Malproksimaj lpd servilo"
-#: printer/main.pm:33
+#: printer/main.pm:31
#, c-format
msgid "Network printer (TCP/Socket)"
msgstr "Reta Printilo (TCP/ingo)"
-#: printer/main.pm:34
+#: printer/main.pm:32
#, fuzzy, c-format
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Vindozo 95/98/NT"
-#: printer/main.pm:35
+#: printer/main.pm:33
#, fuzzy, c-format
msgid "Printer on NetWare server"
msgstr "Printservilo"
-#: printer/main.pm:36 printer/printerdrake.pm:1410
+#: printer/main.pm:34 printer/printerdrake.pm:1525
#, fuzzy, c-format
msgid "Enter a printer device URI"
msgstr "Printila Aparato URI"
-#: printer/main.pm:37
+#: printer/main.pm:35
#, c-format
msgid "Pipe job into a command"
msgstr ""
-#: printer/main.pm:307 printer/main.pm:575 printer/main.pm:1545
-#: printer/main.pm:2229 printer/main.pm:2240 printer/printerdrake.pm:1866
-#: printer/printerdrake.pm:4396
+#: printer/main.pm:321 printer/main.pm:604 printer/main.pm:1635
+#: printer/main.pm:2331 printer/main.pm:2340 printer/printerdrake.pm:874
+#: printer/printerdrake.pm:1981 printer/printerdrake.pm:4688
#, c-format
msgid "Unknown model"
msgstr ""
-#: printer/main.pm:332 standalone/printerdrake:196
+#: printer/main.pm:346 standalone/printerdrake:202
#, fuzzy, c-format
msgid "Configured on this machine"
msgstr "Konfiguru la konekton"
-#: printer/main.pm:338 printer/printerdrake.pm:963
+#: printer/main.pm:352 printer/printerdrake.pm:1069
#, c-format
msgid " on parallel port #%s"
msgstr ""
-#: printer/main.pm:341 printer/printerdrake.pm:965
+#: printer/main.pm:355 printer/printerdrake.pm:1072
#, c-format
msgid ", USB printer #%s"
msgstr ""
-#: printer/main.pm:343
+#: printer/main.pm:357
#, c-format
msgid ", USB printer"
msgstr ", USB-printilo"
-#: printer/main.pm:348
+#: printer/main.pm:362
#, c-format
msgid ", multi-function device on parallel port #%s"
msgstr ""
-#: printer/main.pm:351
+#: printer/main.pm:365
#, fuzzy, c-format
msgid ", multi-function device on a parallel port"
msgstr "Presilo sur paralela pordo #%s"
-#: printer/main.pm:353
+#: printer/main.pm:367
#, c-format
msgid ", multi-function device on USB"
msgstr ""
-#: printer/main.pm:355
+#: printer/main.pm:369
#, c-format
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: printer/main.pm:357
+#: printer/main.pm:371
#, c-format
msgid ", multi-function device"
msgstr ""
-#: printer/main.pm:360
+#: printer/main.pm:375
#, c-format
msgid ", printing to %s"
msgstr ", presante sur %s"
-#: printer/main.pm:362
+#: printer/main.pm:378
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: printer/main.pm:364
+#: printer/main.pm:381
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: printer/main.pm:368
+#: printer/main.pm:386
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: printer/main.pm:372
+#: printer/main.pm:391
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: printer/main.pm:374
+#: printer/main.pm:394
#, c-format
msgid ", using command %s"
msgstr ""
-#: printer/main.pm:389
+#: printer/main.pm:409
#, fuzzy, c-format
msgid "Parallel port #%s"
msgstr "Presilo sur paralela pordo #%s"
-#: printer/main.pm:392 printer/printerdrake.pm:979
-#: printer/printerdrake.pm:1002 printer/printerdrake.pm:1020
+#: printer/main.pm:412 printer/printerdrake.pm:1090
+#: printer/printerdrake.pm:1117 printer/printerdrake.pm:1135
#, c-format
msgid "USB printer #%s"
msgstr "USB-presilo #%s"
-#: printer/main.pm:394
+#: printer/main.pm:414
#, fuzzy, c-format
msgid "USB printer"
msgstr ", USB-printilo"
-#: printer/main.pm:399
+#: printer/main.pm:419
#, fuzzy, c-format
msgid "Multi-function device on parallel port #%s"
msgstr "Presilo sur paralela pordo #%s"
-#: printer/main.pm:402
+#: printer/main.pm:422
#, fuzzy, c-format
msgid "Multi-function device on a parallel port"
msgstr "Presilo sur paralela pordo #%s"
-#: printer/main.pm:404
+#: printer/main.pm:424
#, c-format
msgid "Multi-function device on USB"
msgstr ""
-#: printer/main.pm:406
+#: printer/main.pm:426
#, c-format
msgid "Multi-function device on HP JetDirect"
msgstr ""
-#: printer/main.pm:408
+#: printer/main.pm:428
#, c-format
msgid "Multi-function device"
msgstr ""
-#: printer/main.pm:411
+#: printer/main.pm:432
#, fuzzy, c-format
msgid "Prints into %s"
msgstr ", presante sur %s"
-#: printer/main.pm:413
+#: printer/main.pm:435
#, fuzzy, c-format
msgid "LPD server \"%s\", printer \"%s\""
msgstr "Presilo \"%s\" en servilo \"%s\""
-#: printer/main.pm:415
+#: printer/main.pm:438
#, c-format
msgid "TCP/IP host \"%s\", port %s"
msgstr ""
-#: printer/main.pm:419
+#: printer/main.pm:443
#, fuzzy, c-format
msgid "SMB/Windows server \"%s\", share \"%s\""
msgstr "Presilo \"%s\" sur SMB/vindoza servilo \"%s\""
-#: printer/main.pm:423
+#: printer/main.pm:448
#, fuzzy, c-format
msgid "Novell server \"%s\", printer \"%s\""
msgstr "Reta Printilo (TCP/ingo)"
-#: printer/main.pm:425
+#: printer/main.pm:451
#, fuzzy, c-format
msgid "Uses command %s"
msgstr "%s sur %s"
-#: printer/main.pm:427
+#: printer/main.pm:453
#, c-format
msgid "URI: %s"
msgstr ""
-#: printer/main.pm:572 printer/printerdrake.pm:732
-#: printer/printerdrake.pm:2463
+#: printer/main.pm:601 printer/printerdrake.pm:820
+#: printer/printerdrake.pm:2584
#, c-format
msgid "Raw printer (No driver)"
msgstr ""
-#: printer/main.pm:1086 printer/printerdrake.pm:179
-#: printer/printerdrake.pm:191
+#: printer/main.pm:1147 printer/printerdrake.pm:205
+#: printer/printerdrake.pm:217
#, c-format
msgid "Local network(s)"
msgstr "Loka(j) reto(j)"
-#: printer/main.pm:1088 printer/printerdrake.pm:195
+#: printer/main.pm:1149 printer/printerdrake.pm:221
#, c-format
msgid "Interface \"%s\""
msgstr "Interfaco \"%s\""
-#: printer/main.pm:1090
+#: printer/main.pm:1151
#, c-format
msgid "Network %s"
msgstr "Reto %s"
-#: printer/main.pm:1092
+#: printer/main.pm:1153
#, c-format
msgid "Host %s"
msgstr "Gastiganto %s"
-#: printer/main.pm:1121
+#: printer/main.pm:1182
#, c-format
msgid "%s (Port %s)"
msgstr "%s (Pordo%s)"
-#: printer/printerdrake.pm:22
+#: printer/printerdrake.pm:19
#, c-format
msgid ""
"The HP LaserJet 1000 needs its firmware to be uploaded after being turned "
"on. Download the Windows driver package from the HP web site (the firmware "
"on the printer's CD does not work) and extract the firmware file from it by "
-"uncompresing the self-extracting '.exe' file with the 'unzip' utility and "
+"decompressing the self-extracting '.exe' file with the 'unzip' utility and "
"searching for the 'sihp1000.img' file. Copy this file into the '/etc/"
"printer' directory. There it will be found by the automatic uploader script "
"and uploaded whenever the printer is connected and turned on.\n"
msgstr ""
-#: printer/printerdrake.pm:62
+#: printer/printerdrake.pm:61
#, fuzzy, c-format
msgid "CUPS printer configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:63
+#: printer/printerdrake.pm:62
#, c-format
msgid ""
"Here you can choose whether the printers connected to this machine should be "
"accessible by remote machines and by which remote machines."
msgstr ""
-#: printer/printerdrake.pm:64
+#: printer/printerdrake.pm:63
#, c-format
msgid ""
"You can also decide here whether printers on remote machines should be "
"automatically made available on this machine."
msgstr ""
-#: printer/printerdrake.pm:67
+#: printer/printerdrake.pm:66
#, c-format
msgid "The printers on this machine are available to other computers"
msgstr ""
-#: printer/printerdrake.pm:69
+#: printer/printerdrake.pm:71
#, c-format
msgid "Automatically find available printers on remote machines"
msgstr ""
-#: printer/printerdrake.pm:71
+#: printer/printerdrake.pm:76
#, fuzzy, c-format
msgid "Printer sharing on hosts/networks: "
msgstr "Printilo"
-#: printer/printerdrake.pm:73
+#: printer/printerdrake.pm:78
#, fuzzy, c-format
msgid "Custom configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:78 standalone/scannerdrake:566
-#: standalone/scannerdrake:583
+#: printer/printerdrake.pm:83 standalone/scannerdrake:562
+#: standalone/scannerdrake:579
#, fuzzy, c-format
msgid "No remote machines"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:88
+#: printer/printerdrake.pm:94
#, fuzzy, c-format
msgid "Additional CUPS servers: "
msgstr "IP de SMB servilo"
-#: printer/printerdrake.pm:93
-#, fuzzy, c-format
-msgid "None"
-msgstr "Finata"
-
-#: printer/printerdrake.pm:95
+#: printer/printerdrake.pm:101
#, c-format
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
@@ -10041,29 +10351,29 @@ msgid ""
"information from the server(s)."
msgstr ""
-#: printer/printerdrake.pm:100
+#: printer/printerdrake.pm:109
#, fuzzy, c-format
msgid "Japanese text printing mode"
msgstr "Konfiguru retumon"
-#: printer/printerdrake.pm:101
+#: printer/printerdrake.pm:110
#, c-format
msgid ""
-"Turning on this allows to print plain text files in japanese language. Only "
-"use this function if you really want to print text in japanese, if it is "
+"Turning on this allows to print plain text files in Japanese language. Only "
+"use this function if you really want to print text in Japanese, if it is "
"activated you cannot print accentuated characters in latin fonts any more "
"and you will not be able to adjust the margins, the character size, etc. "
"This setting only affects printers defined on this machine. If you want to "
-"print japanese text on a printer set up on a remote machine, you have to "
+"print Japanese text on a printer set up on a remote machine, you have to "
"activate this function on that remote machine."
msgstr ""
-#: printer/printerdrake.pm:105
+#: printer/printerdrake.pm:117
#, fuzzy, c-format
msgid "Automatic correction of CUPS configuration"
msgstr "Post-instala konfigurado"
-#: printer/printerdrake.pm:107
+#: printer/printerdrake.pm:119
#, c-format
msgid ""
"When this option is turned on, on every startup of CUPS it is automatically "
@@ -10080,73 +10390,99 @@ msgid ""
"but then you have to take care of these points."
msgstr ""
-#: printer/printerdrake.pm:129 printer/printerdrake.pm:205
+#: printer/printerdrake.pm:132 printer/printerdrake.pm:500
+#: printer/printerdrake.pm:3933
+#, c-format
+msgid "Remote CUPS server and no local CUPS daemon"
+msgstr ""
+
+#: printer/printerdrake.pm:135
+#, fuzzy, c-format
+msgid "On"
+msgstr "Omano"
+
+#: printer/printerdrake.pm:137 printer/printerdrake.pm:492
+#: printer/printerdrake.pm:519
+#, c-format
+msgid "Off"
+msgstr ""
+
+#: printer/printerdrake.pm:138 printer/printerdrake.pm:501
+#, c-format
+msgid ""
+"In this mode the local CUPS daemon will be stopped and all printing requests "
+"go directly to the server specified below. Note that it is not possible to "
+"define local print queues then and if the specified server is down it cannot "
+"be printed at all from this machine."
+msgstr ""
+
+#: printer/printerdrake.pm:155 printer/printerdrake.pm:230
#, fuzzy, c-format
msgid "Sharing of local printers"
msgstr "Loka printilo"
-#: printer/printerdrake.pm:130
+#: printer/printerdrake.pm:156
#, c-format
msgid ""
"These are the machines and networks on which the locally connected printer"
"(s) should be available:"
msgstr ""
-#: printer/printerdrake.pm:141
+#: printer/printerdrake.pm:167
#, c-format
msgid "Add host/network"
msgstr ""
-#: printer/printerdrake.pm:147
+#: printer/printerdrake.pm:173
#, c-format
msgid "Edit selected host/network"
msgstr ""
-#: printer/printerdrake.pm:156
+#: printer/printerdrake.pm:182
#, fuzzy, c-format
msgid "Remove selected host/network"
msgstr "Malinstalu printvicon"
-#: printer/printerdrake.pm:187 printer/printerdrake.pm:197
-#: printer/printerdrake.pm:210 printer/printerdrake.pm:217
-#: printer/printerdrake.pm:248 printer/printerdrake.pm:266
+#: printer/printerdrake.pm:213 printer/printerdrake.pm:223
+#: printer/printerdrake.pm:235 printer/printerdrake.pm:242
+#: printer/printerdrake.pm:273 printer/printerdrake.pm:291
#, c-format
msgid "IP address of host/network:"
msgstr ""
-#: printer/printerdrake.pm:206
+#: printer/printerdrake.pm:231
#, c-format
msgid ""
"Choose the network or host on which the local printers should be made "
"available:"
msgstr ""
-#: printer/printerdrake.pm:213
+#: printer/printerdrake.pm:238
#, c-format
msgid "Host/network IP address missing."
msgstr ""
-#: printer/printerdrake.pm:221
+#: printer/printerdrake.pm:246
#, c-format
msgid "The entered host/network IP is not correct.\n"
msgstr ""
-#: printer/printerdrake.pm:222 printer/printerdrake.pm:400
+#: printer/printerdrake.pm:247 printer/printerdrake.pm:423
#, c-format
msgid "Examples for correct IPs:\n"
msgstr ""
-#: printer/printerdrake.pm:246
+#: printer/printerdrake.pm:271
#, c-format
msgid "This host/network is already in the list, it cannot be added again.\n"
msgstr ""
-#: printer/printerdrake.pm:316 printer/printerdrake.pm:387
+#: printer/printerdrake.pm:340 printer/printerdrake.pm:410
#, fuzzy, c-format
msgid "Accessing printers on remote CUPS servers"
msgstr "Malproksima CUPS-a servilo"
-#: printer/printerdrake.pm:317
+#: printer/printerdrake.pm:341
#, c-format
msgid ""
"Add here the CUPS servers whose printers you want to use. You only need to "
@@ -10154,102 +10490,118 @@ msgid ""
"local network."
msgstr ""
-#: printer/printerdrake.pm:328
+#: printer/printerdrake.pm:352
#, fuzzy, c-format
msgid "Add server"
msgstr "Aldonu uzanto"
-#: printer/printerdrake.pm:334
+#: printer/printerdrake.pm:358
#, fuzzy, c-format
msgid "Edit selected server"
msgstr "Malinstalu printvicon"
-#: printer/printerdrake.pm:343
+#: printer/printerdrake.pm:367
#, fuzzy, c-format
msgid "Remove selected server"
msgstr "Malinstalu printvicon"
-#: printer/printerdrake.pm:388
+#: printer/printerdrake.pm:411
#, c-format
msgid "Enter IP address and port of the host whose printers you want to use."
msgstr ""
-#: printer/printerdrake.pm:389
+#: printer/printerdrake.pm:412
#, c-format
msgid "If no port is given, 631 will be taken as default."
msgstr ""
-#: printer/printerdrake.pm:393
+#: printer/printerdrake.pm:416
#, fuzzy, c-format
msgid "Server IP missing!"
msgstr "Printilaj Poŝtejo"
-#: printer/printerdrake.pm:399
+#: printer/printerdrake.pm:422
#, fuzzy, c-format
msgid "The entered IP is not correct.\n"
msgstr "Ĉu tio ĉi pravas?"
-#: printer/printerdrake.pm:411 printer/printerdrake.pm:1629
+#: printer/printerdrake.pm:434 printer/printerdrake.pm:1744
#, c-format
msgid "The port number should be an integer!"
msgstr ""
-#: printer/printerdrake.pm:422
+#: printer/printerdrake.pm:445
#, c-format
msgid "This server is already in the list, it cannot be added again.\n"
msgstr ""
-#: printer/printerdrake.pm:433 printer/printerdrake.pm:1650
-#: standalone/drakups:233 standalone/harddrake2:68
+#: printer/printerdrake.pm:456 printer/printerdrake.pm:1765
+#: standalone/drakups:247 standalone/harddrake2:47
#, c-format
msgid "Port"
msgstr "Pordo"
-#: printer/printerdrake.pm:478 printer/printerdrake.pm:545
-#: printer/printerdrake.pm:610 printer/printerdrake.pm:628
-#: printer/printerdrake.pm:711 printer/printerdrake.pm:768
-#: printer/printerdrake.pm:794 printer/printerdrake.pm:1703
-#: printer/printerdrake.pm:1886 printer/printerdrake.pm:1902
-#: printer/printerdrake.pm:1945 printer/printerdrake.pm:1982
-#: printer/printerdrake.pm:2024 printer/printerdrake.pm:2061
-#: printer/printerdrake.pm:2071 printer/printerdrake.pm:2314
-#: printer/printerdrake.pm:2319 printer/printerdrake.pm:2458
-#: printer/printerdrake.pm:2568 printer/printerdrake.pm:3069
-#: printer/printerdrake.pm:3134 printer/printerdrake.pm:3177
-#: printer/printerdrake.pm:3180 printer/printerdrake.pm:3299
-#: printer/printerdrake.pm:3364 printer/printerdrake.pm:3436
-#: printer/printerdrake.pm:3457 printer/printerdrake.pm:3466
-#: printer/printerdrake.pm:3557 printer/printerdrake.pm:3655
-#: printer/printerdrake.pm:3661 printer/printerdrake.pm:3674
-#: printer/printerdrake.pm:3726 printer/printerdrake.pm:3766
-#: printer/printerdrake.pm:3778 printer/printerdrake.pm:3789
-#: printer/printerdrake.pm:3798 printer/printerdrake.pm:3811
-#: printer/printerdrake.pm:3888 printer/printerdrake.pm:3945
-#: printer/printerdrake.pm:4010 printer/printerdrake.pm:4270
-#: printer/printerdrake.pm:4313 printer/printerdrake.pm:4459
-#: printer/printerdrake.pm:4517 printer/printerdrake.pm:4546
-#: standalone/printerdrake:65 standalone/printerdrake:85
-#: standalone/printerdrake:522
+#: printer/printerdrake.pm:489 printer/printerdrake.pm:505
+#: printer/printerdrake.pm:520 printer/printerdrake.pm:524
+#: printer/printerdrake.pm:530
+#, fuzzy, c-format
+msgid "On, Name or IP of remote server:"
+msgstr "Malproksimaj lpd servilo"
+
+#: printer/printerdrake.pm:508 printer/printerdrake.pm:3942
+#: printer/printerdrake.pm:4007
+#, fuzzy, c-format
+msgid "CUPS server name or IP address missing."
+msgstr "Printilaj Poŝtejo"
+
+#: printer/printerdrake.pm:560 printer/printerdrake.pm:580
+#: printer/printerdrake.pm:649 printer/printerdrake.pm:714
+#: printer/printerdrake.pm:741 printer/printerdrake.pm:796
+#: printer/printerdrake.pm:838 printer/printerdrake.pm:848
+#: printer/printerdrake.pm:1818 printer/printerdrake.pm:2004
+#: printer/printerdrake.pm:2021 printer/printerdrake.pm:2064
+#: printer/printerdrake.pm:2104 printer/printerdrake.pm:2147
+#: printer/printerdrake.pm:2184 printer/printerdrake.pm:2194
+#: printer/printerdrake.pm:2437 printer/printerdrake.pm:2442
+#: printer/printerdrake.pm:2579 printer/printerdrake.pm:2689
+#: printer/printerdrake.pm:3247 printer/printerdrake.pm:3312
+#: printer/printerdrake.pm:3361 printer/printerdrake.pm:3364
+#: printer/printerdrake.pm:3484 printer/printerdrake.pm:3549
+#: printer/printerdrake.pm:3621 printer/printerdrake.pm:3642
+#: printer/printerdrake.pm:3651 printer/printerdrake.pm:3745
+#: printer/printerdrake.pm:3837 printer/printerdrake.pm:3843
+#: printer/printerdrake.pm:3863 printer/printerdrake.pm:3969
+#: printer/printerdrake.pm:4076 printer/printerdrake.pm:4095
+#: printer/printerdrake.pm:4104 printer/printerdrake.pm:4117
+#: printer/printerdrake.pm:4313 printer/printerdrake.pm:4749
+#: printer/printerdrake.pm:4826 standalone/printerdrake:64
+#: standalone/printerdrake:84 standalone/printerdrake:566
#, fuzzy, c-format
msgid "Printerdrake"
msgstr "Printilo"
-#: printer/printerdrake.pm:479
+#: printer/printerdrake.pm:561 printer/printerdrake.pm:3550
+#: printer/printerdrake.pm:4077
+#, fuzzy, c-format
+msgid "Reading printer data..."
+msgstr "Legas datumbason de CUPS peliloj..."
+
+#: printer/printerdrake.pm:581
#, fuzzy, c-format
msgid "Restarting CUPS..."
msgstr "limigu"
-#: printer/printerdrake.pm:502
+#: printer/printerdrake.pm:606
#, c-format
msgid "Select Printer Connection"
msgstr "Elektu Printilan Konekton"
-#: printer/printerdrake.pm:503
+#: printer/printerdrake.pm:607
#, c-format
msgid "How is the printer connected?"
msgstr "Kiel estas la printilo konektata?"
-#: printer/printerdrake.pm:505
+#: printer/printerdrake.pm:609
#, fuzzy, c-format
msgid ""
"\n"
@@ -10260,7 +10612,7 @@ msgstr ""
"ĉi tie; printiloj estos aŭtomate dektektataj. Se vi havas dubojn,\n"
"elektu \"Malproksima CUPS servilo\"."
-#: printer/printerdrake.pm:508 printer/printerdrake.pm:4012
+#: printer/printerdrake.pm:612 printer/printerdrake.pm:4315
#, c-format
msgid ""
"\n"
@@ -10268,28 +10620,28 @@ msgid ""
"detected nor tested!"
msgstr ""
-#: printer/printerdrake.pm:515
+#: printer/printerdrake.pm:619
#, c-format
msgid ""
"Printer auto-detection (Local, TCP/Socket, SMB printers, and device URI)"
msgstr ""
-#: printer/printerdrake.pm:545
+#: printer/printerdrake.pm:649
#, fuzzy, c-format
msgid "Checking your system..."
msgstr "Kiun printsistemo vi deziras uzi?"
-#: printer/printerdrake.pm:561
+#: printer/printerdrake.pm:665
#, fuzzy, c-format
msgid "and one unknown printer"
msgstr "Neniu printilo"
-#: printer/printerdrake.pm:563
+#: printer/printerdrake.pm:667
#, fuzzy, c-format
msgid "and %d unknown printers"
msgstr "Neniu printilo"
-#: printer/printerdrake.pm:567
+#: printer/printerdrake.pm:671
#, fuzzy, c-format
msgid ""
"The following printers\n"
@@ -10298,7 +10650,7 @@ msgid ""
"are directly connected to your system"
msgstr "Via komputilo ne havas retadaptilon!"
-#: printer/printerdrake.pm:569
+#: printer/printerdrake.pm:673
#, fuzzy, c-format
msgid ""
"The following printer\n"
@@ -10307,7 +10659,7 @@ msgid ""
"are directly connected to your system"
msgstr "Via komputilo ne havas retadaptilon!"
-#: printer/printerdrake.pm:570
+#: printer/printerdrake.pm:674
#, fuzzy, c-format
msgid ""
"The following printer\n"
@@ -10316,102 +10668,96 @@ msgid ""
"is directly connected to your system"
msgstr "Via komputilo ne havas retadaptilon!"
-#: printer/printerdrake.pm:574
+#: printer/printerdrake.pm:678
#, c-format
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
-#: printer/printerdrake.pm:575
+#: printer/printerdrake.pm:679
#, c-format
msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
-#: printer/printerdrake.pm:578
+#: printer/printerdrake.pm:682
#, c-format
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr ""
-#: printer/printerdrake.pm:581
+#: printer/printerdrake.pm:685
#, fuzzy, c-format
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: printer/printerdrake.pm:594
+#: printer/printerdrake.pm:698
#, c-format
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
-#: printer/printerdrake.pm:595
+#: printer/printerdrake.pm:699
#, fuzzy, c-format
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr "Ĉu vi deziras provi printado?"
-#: printer/printerdrake.pm:597
+#: printer/printerdrake.pm:701
#, fuzzy, c-format
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Ĉu vi deziras starti vian konektaĵon je startado de la sistemo?"
-#: printer/printerdrake.pm:598
+#: printer/printerdrake.pm:702
#, c-format
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
-#: printer/printerdrake.pm:599
+#: printer/printerdrake.pm:703
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
-#: printer/printerdrake.pm:629
+#: printer/printerdrake.pm:742
#, fuzzy, c-format
msgid "Searching for new printers..."
msgstr "Loka printilo"
-#: printer/printerdrake.pm:713
+#: printer/printerdrake.pm:797
#, fuzzy, c-format
-msgid "Configuring printer ..."
-msgstr "Konfiguru Printilon"
-
-#: printer/printerdrake.pm:714 printer/printerdrake.pm:769
-#: printer/printerdrake.pm:3790
-#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Mi konfiguras printilon \"%s\"..."
+msgid "Found printer on %s..."
+msgstr "Foriganta presilon \"%s\"..."
-#: printer/printerdrake.pm:734
+#: printer/printerdrake.pm:822
#, c-format
msgid "("
msgstr "("
-#: printer/printerdrake.pm:735
+#: printer/printerdrake.pm:823
#, c-format
msgid " on "
msgstr ""
-#: printer/printerdrake.pm:736 standalone/scannerdrake:136
+#: printer/printerdrake.pm:824 standalone/scannerdrake:137
#, c-format
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:741 printer/printerdrake.pm:2470
+#: printer/printerdrake.pm:829 printer/printerdrake.pm:2591
#, fuzzy, c-format
msgid "Printer model selection"
msgstr "Printilan Konekton"
-#: printer/printerdrake.pm:742 printer/printerdrake.pm:2471
+#: printer/printerdrake.pm:830 printer/printerdrake.pm:2592
#, fuzzy, c-format
msgid "Which printer model do you have?"
msgstr "Kiun specon de printilo vi havas?"
-#: printer/printerdrake.pm:743
+#: printer/printerdrake.pm:831
#, c-format
msgid ""
"\n"
@@ -10420,28 +10766,31 @@ msgid ""
"choose the correct model from the list."
msgstr ""
-#: printer/printerdrake.pm:746 printer/printerdrake.pm:2476
+#: printer/printerdrake.pm:834 printer/printerdrake.pm:2597
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: printer/printerdrake.pm:795 printer/printerdrake.pm:3779
-#: printer/printerdrake.pm:3946 printer/printerdrake.pm:4271
-#: printer/printerdrake.pm:4314 printer/printerdrake.pm:4518
+#: printer/printerdrake.pm:839
#, fuzzy, c-format
-msgid "Configuring applications..."
-msgstr "Konfiguru Printilon"
+msgid "Configuring printer on %s..."
+msgstr "Mi konfiguras printilon \"%s\"..."
-#: printer/printerdrake.pm:831 printer/printerdrake.pm:843
-#: printer/printerdrake.pm:901 printer/printerdrake.pm:1872
-#: printer/printerdrake.pm:4028 printer/printerdrake.pm:4211
+#: printer/printerdrake.pm:849 printer/printerdrake.pm:4096
+#, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Mi konfiguras printilon \"%s\"..."
+
+#: printer/printerdrake.pm:932 printer/printerdrake.pm:944
+#: printer/printerdrake.pm:1002 printer/printerdrake.pm:1987
+#: printer/printerdrake.pm:4332 printer/printerdrake.pm:4501
#, fuzzy, c-format
msgid "Add a new printer"
msgstr "Neniu printilo"
-#: printer/printerdrake.pm:832
+#: printer/printerdrake.pm:933
#, c-format
msgid ""
"\n"
@@ -10455,7 +10804,7 @@ msgid ""
"connection types."
msgstr ""
-#: printer/printerdrake.pm:845
+#: printer/printerdrake.pm:946
#, c-format
msgid ""
"\n"
@@ -10477,7 +10826,7 @@ msgid ""
"to set up your printer(s) now."
msgstr ""
-#: printer/printerdrake.pm:854
+#: printer/printerdrake.pm:955
#, c-format
msgid ""
"\n"
@@ -10493,7 +10842,7 @@ msgid ""
"to set up your printer(s) now."
msgstr ""
-#: printer/printerdrake.pm:862
+#: printer/printerdrake.pm:963
#, c-format
msgid ""
"\n"
@@ -10514,7 +10863,7 @@ msgid ""
"to set up your printer(s) now."
msgstr ""
-#: printer/printerdrake.pm:871
+#: printer/printerdrake.pm:972
#, c-format
msgid ""
"\n"
@@ -10530,22 +10879,22 @@ msgid ""
"to set up your printer(s) now."
msgstr ""
-#: printer/printerdrake.pm:880
+#: printer/printerdrake.pm:981
#, fuzzy, c-format
msgid "Auto-detect printers connected to this machine"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:883
+#: printer/printerdrake.pm:984
#, c-format
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: printer/printerdrake.pm:886
+#: printer/printerdrake.pm:987
#, c-format
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: printer/printerdrake.pm:902
+#: printer/printerdrake.pm:1003
#, c-format
msgid ""
"\n"
@@ -10559,70 +10908,70 @@ msgid ""
"select \"Printer\" in the \"Hardware\" section of the %s Control Center."
msgstr ""
-#: printer/printerdrake.pm:937 printer/printerdrake.pm:1152
-#: printer/printerdrake.pm:1214 printer/printerdrake.pm:1304
-#: printer/printerdrake.pm:1441 printer/printerdrake.pm:1516
-#: printer/printerdrake.pm:1667 printer/printerdrake.pm:1750
-#: printer/printerdrake.pm:1759 printer/printerdrake.pm:1768
-#: printer/printerdrake.pm:1779 printer/printerdrake.pm:1892
-#: printer/printerdrake.pm:1954 printer/printerdrake.pm:1988
+#: printer/printerdrake.pm:1038 printer/printerdrake.pm:1267
+#: printer/printerdrake.pm:1329 printer/printerdrake.pm:1419
+#: printer/printerdrake.pm:1556 printer/printerdrake.pm:1631
+#: printer/printerdrake.pm:1782 printer/printerdrake.pm:1865
+#: printer/printerdrake.pm:1874 printer/printerdrake.pm:1883
+#: printer/printerdrake.pm:1894 printer/printerdrake.pm:2010
+#: printer/printerdrake.pm:2076 printer/printerdrake.pm:2111
#, fuzzy, c-format
msgid "Could not install the %s packages!"
msgstr "Instalanta pakaĵo %s"
-#: printer/printerdrake.pm:939
+#: printer/printerdrake.pm:1040
#, c-format
msgid "Skipping Windows/SMB server auto-detection"
msgstr ""
-#: printer/printerdrake.pm:945 printer/printerdrake.pm:1075
-#: printer/printerdrake.pm:1310 printer/printerdrake.pm:1563
+#: printer/printerdrake.pm:1046 printer/printerdrake.pm:1190
+#: printer/printerdrake.pm:1425 printer/printerdrake.pm:1678
#, fuzzy, c-format
msgid "Printer auto-detection"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:945
+#: printer/printerdrake.pm:1046
#, c-format
msgid "Detecting devices..."
msgstr "Detektas aparatojn..."
-#: printer/printerdrake.pm:967
+#: printer/printerdrake.pm:1075
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: printer/printerdrake.pm:969
+#: printer/printerdrake.pm:1078
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Vindozo 95/98/NT"
-#: printer/printerdrake.pm:973
+#: printer/printerdrake.pm:1082
#, fuzzy, c-format
msgid "Detected %s"
msgstr "Duobla surmetingo %s"
-#: printer/printerdrake.pm:977 printer/printerdrake.pm:1000
-#: printer/printerdrake.pm:1017
+#: printer/printerdrake.pm:1087 printer/printerdrake.pm:1114
+#: printer/printerdrake.pm:1132
#, c-format
msgid "Printer on parallel port #%s"
msgstr "Presilo sur paralela pordo #%s"
-#: printer/printerdrake.pm:981
+#: printer/printerdrake.pm:1093
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Reta Printilo (TCP/ingo)"
-#: printer/printerdrake.pm:983
+#: printer/printerdrake.pm:1096
#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Presilo \"%s\" sur SMB/vindoza servilo \"%s\""
-#: printer/printerdrake.pm:1062
+#: printer/printerdrake.pm:1177
#, fuzzy, c-format
msgid "Local Printer"
msgstr "Loka printilo"
-#: printer/printerdrake.pm:1063
+#: printer/printerdrake.pm:1178
#, c-format
msgid ""
"No local printer found! To manually install a printer enter a device name/"
@@ -10631,64 +10980,64 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: printer/printerdrake.pm:1067
+#: printer/printerdrake.pm:1182
#, fuzzy, c-format
msgid "You must enter a device or file name!"
msgstr "Printila Aparato URI"
-#: printer/printerdrake.pm:1076
+#: printer/printerdrake.pm:1191
#, fuzzy, c-format
msgid "No printer found!"
msgstr "Loka printilo"
-#: printer/printerdrake.pm:1084
+#: printer/printerdrake.pm:1199
#, fuzzy, c-format
msgid "Local Printers"
msgstr "Loka printilo"
-#: printer/printerdrake.pm:1085
+#: printer/printerdrake.pm:1200
#, fuzzy, c-format
msgid "Available printers"
msgstr "Loka printilo"
-#: printer/printerdrake.pm:1089 printer/printerdrake.pm:1098
+#: printer/printerdrake.pm:1204 printer/printerdrake.pm:1213
#, fuzzy, c-format
msgid "The following printer was auto-detected. "
msgstr "La sekvaj pakaĵoj estos malinstalataj"
-#: printer/printerdrake.pm:1091
+#: printer/printerdrake.pm:1206
#, c-format
msgid ""
"If it is not the one you want to configure, enter a device name/file name in "
"the input line"
msgstr ""
-#: printer/printerdrake.pm:1092
+#: printer/printerdrake.pm:1207
#, c-format
msgid ""
"Alternatively, you can specify a device name/file name in the input line"
msgstr ""
-#: printer/printerdrake.pm:1093 printer/printerdrake.pm:1102
+#: printer/printerdrake.pm:1208 printer/printerdrake.pm:1217
#, c-format
msgid "Here is a list of all auto-detected printers. "
msgstr ""
-#: printer/printerdrake.pm:1095
+#: printer/printerdrake.pm:1210
#, c-format
msgid ""
"Please choose the printer you want to set up or enter a device name/file "
"name in the input line"
msgstr ""
-#: printer/printerdrake.pm:1096
+#: printer/printerdrake.pm:1211
#, c-format
msgid ""
"Please choose the printer to which the print jobs should go or enter a "
"device name/file name in the input line"
msgstr ""
-#: printer/printerdrake.pm:1100
+#: printer/printerdrake.pm:1215
#, c-format
msgid ""
"The configuration of the printer will work fully automatically. If your "
@@ -10696,12 +11045,12 @@ msgid ""
"configuration, turn on \"Manual configuration\"."
msgstr ""
-#: printer/printerdrake.pm:1101
+#: printer/printerdrake.pm:1216
#, c-format
msgid "Currently, no alternative possibility is available"
msgstr ""
-#: printer/printerdrake.pm:1104
+#: printer/printerdrake.pm:1219
#, c-format
msgid ""
"Please choose the printer you want to set up. The configuration of the "
@@ -10710,50 +11059,50 @@ msgid ""
"\"Manual configuration\"."
msgstr ""
-#: printer/printerdrake.pm:1105
+#: printer/printerdrake.pm:1220
#, fuzzy, c-format
msgid "Please choose the printer to which the print jobs should go."
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: printer/printerdrake.pm:1107
+#: printer/printerdrake.pm:1222
#, c-format
msgid ""
"Please choose the port that your printer is connected to or enter a device "
"name/file name in the input line"
msgstr ""
-#: printer/printerdrake.pm:1108
+#: printer/printerdrake.pm:1223
#, fuzzy, c-format
msgid "Please choose the port that your printer is connected to."
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: printer/printerdrake.pm:1110
+#: printer/printerdrake.pm:1225
#, c-format
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: printer/printerdrake.pm:1114
+#: printer/printerdrake.pm:1229
#, fuzzy, c-format
msgid "You must choose/enter a printer/device!"
msgstr "Printila Aparato URI"
-#: printer/printerdrake.pm:1154 printer/printerdrake.pm:1216
-#: printer/printerdrake.pm:1306 printer/printerdrake.pm:1443
-#: printer/printerdrake.pm:1518 printer/printerdrake.pm:1669
-#: printer/printerdrake.pm:1752 printer/printerdrake.pm:1761
-#: printer/printerdrake.pm:1770 printer/printerdrake.pm:1781
+#: printer/printerdrake.pm:1269 printer/printerdrake.pm:1331
+#: printer/printerdrake.pm:1421 printer/printerdrake.pm:1558
+#: printer/printerdrake.pm:1633 printer/printerdrake.pm:1784
+#: printer/printerdrake.pm:1867 printer/printerdrake.pm:1876
+#: printer/printerdrake.pm:1885 printer/printerdrake.pm:1896
#, fuzzy, c-format
msgid "Aborting"
msgstr "Ĉesigu"
-#: printer/printerdrake.pm:1189
+#: printer/printerdrake.pm:1304
#, c-format
msgid "Remote lpd Printer Options"
msgstr "Malproksimaj lpd Printilaj Opcioj"
-#: printer/printerdrake.pm:1190
+#: printer/printerdrake.pm:1305
#, fuzzy, c-format
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -10763,63 +11112,63 @@ msgstr ""
"printservilo kaj la printviconomon ĉe tiu servilo en kiun taskoj devus\n"
"esti metata."
-#: printer/printerdrake.pm:1191
+#: printer/printerdrake.pm:1306
#, fuzzy, c-format
msgid "Remote host name"
msgstr "Malproksima poŝtejo"
-#: printer/printerdrake.pm:1192
+#: printer/printerdrake.pm:1307
#, fuzzy, c-format
msgid "Remote printer name"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:1195
+#: printer/printerdrake.pm:1310
#, fuzzy, c-format
msgid "Remote host name missing!"
msgstr "Malproksima poŝtejo"
-#: printer/printerdrake.pm:1199
+#: printer/printerdrake.pm:1314
#, fuzzy, c-format
msgid "Remote printer name missing!"
msgstr "Malproksima poŝtejo"
-#: printer/printerdrake.pm:1228 printer/printerdrake.pm:1799
-#: standalone/drakTermServ:454 standalone/drakTermServ:753
-#: standalone/drakTermServ:769 standalone/drakTermServ:1432
-#: standalone/drakTermServ:1440 standalone/drakTermServ:1451
-#: standalone/drakbackup:512 standalone/drakbackup:618
-#: standalone/drakbackup:653 standalone/drakbackup:771
-#: standalone/harddrake2:166
+#: printer/printerdrake.pm:1343 printer/printerdrake.pm:1914
+#: standalone/drakTermServ:429 standalone/drakTermServ:726
+#: standalone/drakTermServ:742 standalone/drakTermServ:1405
+#: standalone/drakTermServ:1413 standalone/drakTermServ:1424
+#: standalone/drakbackup:513 standalone/drakbackup:619
+#: standalone/drakbackup:654 standalone/drakbackup:774
+#: standalone/harddrake2:237
#, fuzzy, c-format
msgid "Information"
msgstr "Montru informon"
-#: printer/printerdrake.pm:1228 printer/printerdrake.pm:1799
+#: printer/printerdrake.pm:1343 printer/printerdrake.pm:1914
#, c-format
msgid "Detected model: %s %s"
msgstr "Mi detektis modelon: %s %s"
-#: printer/printerdrake.pm:1310 printer/printerdrake.pm:1563
+#: printer/printerdrake.pm:1425 printer/printerdrake.pm:1678
#, fuzzy, c-format
msgid "Scanning network..."
msgstr "Startas vian konektaĵon..."
-#: printer/printerdrake.pm:1321 printer/printerdrake.pm:1342
+#: printer/printerdrake.pm:1436 printer/printerdrake.pm:1457
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: printer/printerdrake.pm:1324 printer/printerdrake.pm:1345
+#: printer/printerdrake.pm:1439 printer/printerdrake.pm:1460
#, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Presilo \"%s\" en servilo \"%s\""
-#: printer/printerdrake.pm:1366
+#: printer/printerdrake.pm:1481
#, c-format
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Vindozo 9x/NT) Printilaj Opcioj"
-#: printer/printerdrake.pm:1367
+#: printer/printerdrake.pm:1482
#, fuzzy, c-format
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -10834,54 +11183,54 @@ msgstr ""
"aldone al la opuzan nomon de la printilo vi deziras atingi kaj iun ajn\n"
"taŭgan salutnomon, pasvorton, kaj laborgrupan informon."
-#: printer/printerdrake.pm:1368
+#: printer/printerdrake.pm:1483
#, c-format
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 ""
-#: printer/printerdrake.pm:1370
+#: printer/printerdrake.pm:1485
#, c-format
msgid "SMB server host"
msgstr "Poŝtejo de SMB servilo"
-#: printer/printerdrake.pm:1371
+#: printer/printerdrake.pm:1486
#, c-format
msgid "SMB server IP"
msgstr "IP de SMB servilo"
-#: printer/printerdrake.pm:1372
+#: printer/printerdrake.pm:1487
#, c-format
msgid "Share name"
msgstr "Opuza nomo"
-#: printer/printerdrake.pm:1375
+#: printer/printerdrake.pm:1490
#, c-format
msgid "Workgroup"
msgstr "Laborgrupo"
-#: printer/printerdrake.pm:1377
+#: printer/printerdrake.pm:1492
#, fuzzy, c-format
msgid "Auto-detected"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:1387
+#: printer/printerdrake.pm:1502
#, c-format
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: printer/printerdrake.pm:1391
+#: printer/printerdrake.pm:1506
#, c-format
msgid "Samba share name missing!"
msgstr ""
-#: printer/printerdrake.pm:1397
+#: printer/printerdrake.pm:1512
#, c-format
msgid "SECURITY WARNING!"
msgstr ""
-#: printer/printerdrake.pm:1398
+#: printer/printerdrake.pm:1513
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -10905,7 +11254,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:1408
+#: printer/printerdrake.pm:1523
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -10914,7 +11263,7 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:1411
+#: printer/printerdrake.pm:1526
#, c-format
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
@@ -10923,12 +11272,12 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: printer/printerdrake.pm:1489
+#: printer/printerdrake.pm:1604
#, c-format
msgid "NetWare Printer Options"
msgstr "NetWare Printilaj Opcioj"
-#: printer/printerdrake.pm:1490
+#: printer/printerdrake.pm:1605
#, fuzzy, c-format
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -10941,49 +11290,49 @@ msgstr ""
"printvican nomon por la printilo vi deziras atingi kaj iun ajn taŭgan\n"
"salutnomon kaj pasvorton."
-#: printer/printerdrake.pm:1491
+#: printer/printerdrake.pm:1606
#, c-format
msgid "Printer Server"
msgstr "Printservilo"
-#: printer/printerdrake.pm:1492
+#: printer/printerdrake.pm:1607
#, c-format
msgid "Print Queue Name"
msgstr "Printvica Nomo"
-#: printer/printerdrake.pm:1497
+#: printer/printerdrake.pm:1612
#, c-format
msgid "NCP server name missing!"
msgstr ""
-#: printer/printerdrake.pm:1501
+#: printer/printerdrake.pm:1616
#, c-format
msgid "NCP queue name missing!"
msgstr ""
-#: printer/printerdrake.pm:1574 printer/printerdrake.pm:1594
+#: printer/printerdrake.pm:1689 printer/printerdrake.pm:1709
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: printer/printerdrake.pm:1577 printer/printerdrake.pm:1597
+#: printer/printerdrake.pm:1692 printer/printerdrake.pm:1712
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: printer/printerdrake.pm:1618
+#: printer/printerdrake.pm:1733
#, fuzzy, c-format
msgid "TCP/Socket Printer Options"
msgstr "Ing-Printilaj Opcioj"
-#: printer/printerdrake.pm:1620
+#: printer/printerdrake.pm:1735
#, c-format
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) in the input fields."
msgstr ""
-#: printer/printerdrake.pm:1621
+#: printer/printerdrake.pm:1736
#, fuzzy, c-format
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -10994,27 +11343,27 @@ msgstr ""
"Por printi al inga printilo, vi bezonas provizi la\n"
"poŝtejon de la printilo kaj opcie la pordnumeron."
-#: printer/printerdrake.pm:1625
+#: printer/printerdrake.pm:1740
#, fuzzy, c-format
msgid "Printer host name or IP missing!"
msgstr "Printilaj Poŝtejo"
-#: printer/printerdrake.pm:1648
+#: printer/printerdrake.pm:1763
#, fuzzy, c-format
msgid "Printer host name or IP"
msgstr "Printilaj Poŝtejo"
-#: printer/printerdrake.pm:1704
+#: printer/printerdrake.pm:1819
#, fuzzy, c-format
msgid "Refreshing Device URI list..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: printer/printerdrake.pm:1707 printer/printerdrake.pm:1709
+#: printer/printerdrake.pm:1822 printer/printerdrake.pm:1824
#, c-format
msgid "Printer Device URI"
msgstr "Printila Aparato URI"
-#: printer/printerdrake.pm:1708
+#: printer/printerdrake.pm:1823
#, c-format
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
@@ -11022,34 +11371,34 @@ msgid ""
"are supported by all the spoolers."
msgstr ""
-#: printer/printerdrake.pm:1731
+#: printer/printerdrake.pm:1846
#, c-format
msgid "A valid URI must be entered!"
msgstr ""
-#: printer/printerdrake.pm:1834
+#: printer/printerdrake.pm:1949
#, c-format
msgid "Pipe into command"
msgstr ""
-#: printer/printerdrake.pm:1835
+#: printer/printerdrake.pm:1950
#, c-format
msgid ""
"Here you can specify any arbitrary command line into which the job should be "
"piped instead of being sent directly to a printer."
msgstr ""
-#: printer/printerdrake.pm:1836
+#: printer/printerdrake.pm:1951
#, fuzzy, c-format
msgid "Command line"
msgstr "Domajna nomo"
-#: printer/printerdrake.pm:1840
+#: printer/printerdrake.pm:1955
#, c-format
msgid "A command line must be entered!"
msgstr ""
-#: printer/printerdrake.pm:1873
+#: printer/printerdrake.pm:1988
#, c-format
msgid ""
"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
@@ -11057,115 +11406,115 @@ msgid ""
"an HP PhotoSmart or an HP LaserJet 2200?"
msgstr ""
-#: printer/printerdrake.pm:1887
+#: printer/printerdrake.pm:2005
#, c-format
msgid "Installing HPOJ package..."
msgstr "Instalanta pakaĵon HPOJ..."
-#: printer/printerdrake.pm:1894
+#: printer/printerdrake.pm:2012
#, c-format
msgid "Only printing will be possible on the %s."
msgstr ""
-#: printer/printerdrake.pm:1903 printer/printerdrake.pm:2025
+#: printer/printerdrake.pm:2022 printer/printerdrake.pm:2148
#, c-format
msgid "Checking device and configuring HPOJ..."
msgstr ""
-#: printer/printerdrake.pm:1946
+#: printer/printerdrake.pm:2065
#, c-format
msgid "Installing SANE packages..."
msgstr "Instalanta pakaĵojn SANE..."
-#: printer/printerdrake.pm:1956
+#: printer/printerdrake.pm:2078
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:1983
+#: printer/printerdrake.pm:2105
#, c-format
msgid "Installing mtools packages..."
msgstr "Instalanta pakaĵojn mtools..."
-#: printer/printerdrake.pm:1990
+#: printer/printerdrake.pm:2113
#, c-format
msgid "Photo memory card access on the %s will not be possible."
msgstr ""
-#: printer/printerdrake.pm:2005
+#: printer/printerdrake.pm:2128
#, c-format
msgid "Scanning on your HP multi-function device"
msgstr ""
-#: printer/printerdrake.pm:2013
+#: printer/printerdrake.pm:2136
#, c-format
msgid "Photo memory card access on your HP multi-function device"
msgstr ""
-#: printer/printerdrake.pm:2062
+#: printer/printerdrake.pm:2185
#, c-format
msgid "Making printer port available for CUPS..."
msgstr ""
-#: printer/printerdrake.pm:2071 printer/printerdrake.pm:2315
-#: printer/printerdrake.pm:2459
+#: printer/printerdrake.pm:2194 printer/printerdrake.pm:2438
+#: printer/printerdrake.pm:2580
#, fuzzy, c-format
msgid "Reading printer database..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: printer/printerdrake.pm:2281
+#: printer/printerdrake.pm:2404
#, c-format
msgid "Enter Printer Name and Comments"
msgstr ""
-#: printer/printerdrake.pm:2285 printer/printerdrake.pm:3421
+#: printer/printerdrake.pm:2408 printer/printerdrake.pm:3606
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: printer/printerdrake.pm:2291 printer/printerdrake.pm:3426
+#: printer/printerdrake.pm:2414 printer/printerdrake.pm:3611
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: printer/printerdrake.pm:2300
+#: printer/printerdrake.pm:2423
#, c-format
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 ""
-#: printer/printerdrake.pm:2301
+#: printer/printerdrake.pm:2424
#, c-format
msgid "Name of printer"
msgstr "Nomo de printilo"
-#: printer/printerdrake.pm:2302 standalone/drakconnect:570
-#: standalone/harddrake2:41 standalone/printerdrake:212
-#: standalone/printerdrake:219
+#: printer/printerdrake.pm:2425 standalone/drakconnect:568
+#: standalone/harddrake2:34 standalone/printerdrake:218
+#: standalone/printerdrake:225
#, c-format
msgid "Description"
msgstr "Priskribo"
-#: printer/printerdrake.pm:2303 standalone/printerdrake:212
-#: standalone/printerdrake:219
+#: printer/printerdrake.pm:2426 standalone/printerdrake:218
+#: standalone/printerdrake:225
#, c-format
msgid "Location"
msgstr "Loko"
-#: printer/printerdrake.pm:2320
+#: printer/printerdrake.pm:2443
#, fuzzy, c-format
msgid "Preparing printer database..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: printer/printerdrake.pm:2438
+#: printer/printerdrake.pm:2559
#, fuzzy, c-format
msgid "Your printer model"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:2439
+#: printer/printerdrake.pm:2560
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -11180,18 +11529,18 @@ msgid ""
"%s"
msgstr ""
-#: printer/printerdrake.pm:2444 printer/printerdrake.pm:2447
+#: printer/printerdrake.pm:2565 printer/printerdrake.pm:2568
#, fuzzy, c-format
msgid "The model is correct"
msgstr "Ĉu tio ĉi pravas?"
-#: printer/printerdrake.pm:2445 printer/printerdrake.pm:2446
-#: printer/printerdrake.pm:2449
+#: printer/printerdrake.pm:2566 printer/printerdrake.pm:2567
+#: printer/printerdrake.pm:2570
#, fuzzy, c-format
msgid "Select model manually"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:2472
+#: printer/printerdrake.pm:2593
#, c-format
msgid ""
"\n"
@@ -11201,38 +11550,38 @@ msgid ""
"\"Raw printer\" is highlighted."
msgstr ""
-#: printer/printerdrake.pm:2491
+#: printer/printerdrake.pm:2612
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr ""
-#: printer/printerdrake.pm:2522
+#: printer/printerdrake.pm:2643
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
"printer's options and features."
msgstr ""
-#: printer/printerdrake.pm:2523
+#: printer/printerdrake.pm:2644
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
"delivered with the printer."
msgstr ""
-#: printer/printerdrake.pm:2524
+#: printer/printerdrake.pm:2645
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr ""
-#: printer/printerdrake.pm:2525
+#: printer/printerdrake.pm:2646
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
"your Windows partition, too."
msgstr ""
-#: printer/printerdrake.pm:2526
+#: printer/printerdrake.pm:2647
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -11240,65 +11589,58 @@ msgid ""
"printer's hardware"
msgstr ""
-#: printer/printerdrake.pm:2527
+#: printer/printerdrake.pm:2648
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
"then be used for the setup of your printer."
msgstr ""
-#: printer/printerdrake.pm:2529
+#: printer/printerdrake.pm:2650
#, fuzzy, c-format
msgid "Install PPD file from"
msgstr "Instalu rpm"
-#: printer/printerdrake.pm:2531 printer/printerdrake.pm:2538
-#: standalone/scannerdrake:180 standalone/scannerdrake:188
-#: standalone/scannerdrake:239 standalone/scannerdrake:246
-#, fuzzy, c-format
-msgid "CD-ROM"
-msgstr "KDROMO"
-
-#: printer/printerdrake.pm:2532 printer/printerdrake.pm:2540
-#: standalone/scannerdrake:181 standalone/scannerdrake:190
-#: standalone/scannerdrake:240 standalone/scannerdrake:248
+#: printer/printerdrake.pm:2653 printer/printerdrake.pm:2661
+#: standalone/scannerdrake:177 standalone/scannerdrake:186
+#: standalone/scannerdrake:236 standalone/scannerdrake:244
#, fuzzy, c-format
msgid "Floppy Disk"
msgstr "Disketo"
-#: printer/printerdrake.pm:2533 printer/printerdrake.pm:2542
-#: standalone/scannerdrake:182 standalone/scannerdrake:192
-#: standalone/scannerdrake:241 standalone/scannerdrake:250
+#: printer/printerdrake.pm:2654 printer/printerdrake.pm:2663
+#: standalone/scannerdrake:178 standalone/scannerdrake:188
+#: standalone/scannerdrake:237 standalone/scannerdrake:246
#, fuzzy, c-format
msgid "Other place"
msgstr "Aliaj pordoj"
-#: printer/printerdrake.pm:2548
+#: printer/printerdrake.pm:2669
#, fuzzy, c-format
msgid "Select PPD file"
msgstr "Elektu dosieron"
-#: printer/printerdrake.pm:2552
+#: printer/printerdrake.pm:2673
#, c-format
msgid "The PPD file %s does not exist or is unreadable!"
msgstr ""
-#: printer/printerdrake.pm:2558
+#: printer/printerdrake.pm:2679
#, c-format
msgid "The PPD file %s does not conform with the PPD specifications!"
msgstr ""
-#: printer/printerdrake.pm:2569
+#: printer/printerdrake.pm:2690
#, fuzzy, c-format
msgid "Installing PPD file..."
msgstr "Instalanta pakaĵo %s"
-#: printer/printerdrake.pm:2682
+#: printer/printerdrake.pm:2807
#, fuzzy, c-format
msgid "OKI winprinter configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:2683
+#: printer/printerdrake.pm:2808
#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
@@ -11309,12 +11651,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: printer/printerdrake.pm:2707 printer/printerdrake.pm:2736
+#: printer/printerdrake.pm:2833 printer/printerdrake.pm:2863
#, fuzzy, c-format
msgid "Lexmark inkjet configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:2708
+#: printer/printerdrake.pm:2834
#, c-format
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -11323,7 +11665,7 @@ msgid ""
"to."
msgstr ""
-#: printer/printerdrake.pm:2737
+#: printer/printerdrake.pm:2864
#, c-format
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -11336,12 +11678,12 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: printer/printerdrake.pm:2746
+#: printer/printerdrake.pm:2874
#, fuzzy, c-format
msgid "Lexmark X125 configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:2747
+#: printer/printerdrake.pm:2875
#, c-format
msgid ""
"The driver for this printer only supports printers locally connected via "
@@ -11350,12 +11692,31 @@ msgid ""
"connected to."
msgstr ""
-#: printer/printerdrake.pm:2765
+#: printer/printerdrake.pm:2897
+#, fuzzy, c-format
+msgid "Samsung ML/QL-85G configuration"
+msgstr "Son-konfigurado"
+
+#: printer/printerdrake.pm:2898 printer/printerdrake.pm:2925
+#, c-format
+msgid ""
+"The driver for this printer only supports printers locally connected on the "
+"first parallel port, no printers on remote machines or print server boxes or "
+"on other parallel ports. Please connect your printer to the first parallel "
+"port or configure it on the machine where it is connected to."
+msgstr ""
+
+#: printer/printerdrake.pm:2924
+#, fuzzy, c-format
+msgid "Canon LBP-460/660 configuration"
+msgstr "Interreta Konfigurado"
+
+#: printer/printerdrake.pm:2943
#, c-format
msgid "Firmware-Upload for HP LaserJet 1000"
msgstr ""
-#: printer/printerdrake.pm:2878
+#: printer/printerdrake.pm:3056
#, c-format
msgid ""
"Printer default settings\n"
@@ -11366,27 +11727,27 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: printer/printerdrake.pm:3003
+#: printer/printerdrake.pm:3181
#, fuzzy, c-format
msgid "Printer default settings"
msgstr "Printilan Konekton"
-#: printer/printerdrake.pm:3010
+#: printer/printerdrake.pm:3188
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: printer/printerdrake.pm:3014
+#: printer/printerdrake.pm:3192
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: printer/printerdrake.pm:3018
+#: printer/printerdrake.pm:3196
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: printer/printerdrake.pm:3069
+#: printer/printerdrake.pm:3247
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -11395,12 +11756,12 @@ msgstr ""
"Ĉu vi deziras konfiguri tiun ĉi presilon (\"%s\")\n"
"kiel defaŭltan presilon?"
-#: printer/printerdrake.pm:3084
+#: printer/printerdrake.pm:3262
#, fuzzy, c-format
msgid "Test pages"
msgstr "Provu pordojn"
-#: printer/printerdrake.pm:3085
+#: printer/printerdrake.pm:3263
#, c-format
msgid ""
"Please select the test pages you want to print.\n"
@@ -11409,57 +11770,57 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: printer/printerdrake.pm:3089
+#: printer/printerdrake.pm:3267
#, fuzzy, c-format
msgid "No test pages"
msgstr "Jes, printu ambaŭ de la provpaĝojn"
-#: printer/printerdrake.pm:3090
+#: printer/printerdrake.pm:3268
#, fuzzy, c-format
msgid "Print"
msgstr "Printilo"
-#: printer/printerdrake.pm:3115
+#: printer/printerdrake.pm:3293
#, fuzzy, c-format
msgid "Standard test page"
msgstr "Laŭnorma"
-#: printer/printerdrake.pm:3118
+#: printer/printerdrake.pm:3296
#, c-format
msgid "Alternative test page (Letter)"
msgstr ""
-#: printer/printerdrake.pm:3121
+#: printer/printerdrake.pm:3299
#, fuzzy, c-format
msgid "Alternative test page (A4)"
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:3123
+#: printer/printerdrake.pm:3301
#, fuzzy, c-format
msgid "Photo test page"
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:3127
+#: printer/printerdrake.pm:3305
#, fuzzy, c-format
msgid "Do not print any test page"
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:3135 printer/printerdrake.pm:3300
+#: printer/printerdrake.pm:3313 printer/printerdrake.pm:3485
#, c-format
msgid "Printing test page(s)..."
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:3150
+#: printer/printerdrake.pm:3331
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "Instalanta pakaĵo %s"
-#: printer/printerdrake.pm:3152
+#: printer/printerdrake.pm:3333
#, fuzzy, c-format
msgid "Skipping photo test page."
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:3169
+#: printer/printerdrake.pm:3350
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -11475,7 +11836,7 @@ msgstr ""
"\n"
"Ĉu ĝi ĝuste funkcias?"
-#: printer/printerdrake.pm:3173
+#: printer/printerdrake.pm:3354
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -11485,17 +11846,17 @@ msgstr ""
"Ĉi tiu eble postulas iom da tempo antaŭ ol la printilo komencas.\n"
"Ĉu ĝi ĝuste funkcias?"
-#: printer/printerdrake.pm:3180
+#: printer/printerdrake.pm:3364
#, c-format
msgid "Did it work properly?"
msgstr ""
-#: printer/printerdrake.pm:3201 printer/printerdrake.pm:4397
+#: printer/printerdrake.pm:3386 printer/printerdrake.pm:4689
#, fuzzy, c-format
msgid "Raw printer"
msgstr "Neniu printilo"
-#: printer/printerdrake.pm:3231
+#: printer/printerdrake.pm:3416
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -11504,7 +11865,7 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: printer/printerdrake.pm:3233
+#: printer/printerdrake.pm:3418
#, c-format
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
@@ -11512,8 +11873,8 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:3236 printer/printerdrake.pm:3253
-#: printer/printerdrake.pm:3263
+#: printer/printerdrake.pm:3421 printer/printerdrake.pm:3438
+#: printer/printerdrake.pm:3448
#, c-format
msgid ""
"\n"
@@ -11522,7 +11883,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: printer/printerdrake.pm:3239 printer/printerdrake.pm:3279
+#: printer/printerdrake.pm:3424 printer/printerdrake.pm:3464
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -11530,22 +11891,22 @@ msgid ""
"\n"
msgstr ""
-#: printer/printerdrake.pm:3243
+#: printer/printerdrake.pm:3428
#, c-format
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: printer/printerdrake.pm:3248 printer/printerdrake.pm:3258
+#: printer/printerdrake.pm:3433 printer/printerdrake.pm:3443
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:3250 printer/printerdrake.pm:3260
-#: printer/printerdrake.pm:3270
+#: printer/printerdrake.pm:3435 printer/printerdrake.pm:3445
+#: printer/printerdrake.pm:3455
#, c-format
msgid ""
"This command you can also use in the \"Printing command\" field of the "
@@ -11553,21 +11914,21 @@ msgid ""
"because the file to print is provided by the application.\n"
msgstr ""
-#: printer/printerdrake.pm:3255 printer/printerdrake.pm:3265
+#: printer/printerdrake.pm:3440 printer/printerdrake.pm:3450
#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: printer/printerdrake.pm:3268
+#: printer/printerdrake.pm:3453
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:3272
+#: printer/printerdrake.pm:3457
#, c-format
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
@@ -11578,7 +11939,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: printer/printerdrake.pm:3276
+#: printer/printerdrake.pm:3461
#, c-format
msgid ""
"\n"
@@ -11587,42 +11948,32 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: printer/printerdrake.pm:3286
+#: printer/printerdrake.pm:3471
#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Presanta/skananta foton karton per \"%s\""
-#: printer/printerdrake.pm:3287
+#: printer/printerdrake.pm:3472
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Presanta/skananta per \"%s\""
-#: printer/printerdrake.pm:3289
+#: printer/printerdrake.pm:3474
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Haltas de la reto"
-#: printer/printerdrake.pm:3290
+#: printer/printerdrake.pm:3475
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Presanta per presilo \"%s\""
-#: printer/printerdrake.pm:3293 printer/printerdrake.pm:3296
-#: printer/printerdrake.pm:3297 printer/printerdrake.pm:3298
-#: printer/printerdrake.pm:4384 standalone/drakTermServ:313
-#: standalone/drakbackup:4063 standalone/drakbug:177 standalone/drakfont:500
-#: standalone/drakfont:591 standalone/net_monitor:107
-#: standalone/printerdrake:515
-#, c-format
-msgid "Close"
-msgstr "Malfermu"
-
-#: printer/printerdrake.pm:3296
+#: printer/printerdrake.pm:3481
#, fuzzy, c-format
msgid "Print option list"
msgstr "Printilaj opcioj"
-#: printer/printerdrake.pm:3317
+#: printer/printerdrake.pm:3502
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -11633,10 +11984,12 @@ msgid ""
"\" menu. Call also \"man scanimage\" on the command line to get more "
"information.\n"
"\n"
-"Do not use \"scannerdrake\" for this device!"
+"You do not need to run \"scannerdrake\" for setting up scanning on this "
+"device, you only need to use \"scannerdrake\" if you want to share the "
+"scanner on the network."
msgstr ""
-#: printer/printerdrake.pm:3343
+#: printer/printerdrake.pm:3528
#, c-format
msgid ""
"Your printer was configured automatically to give you access to the photo "
@@ -11650,18 +12003,13 @@ msgid ""
"of the file lists."
msgstr ""
-#: printer/printerdrake.pm:3365 printer/printerdrake.pm:3767
-#, fuzzy, c-format
-msgid "Reading printer data..."
-msgstr "Legas datumbason de CUPS peliloj..."
-
-#: printer/printerdrake.pm:3385 printer/printerdrake.pm:3412
-#: printer/printerdrake.pm:3447
+#: printer/printerdrake.pm:3570 printer/printerdrake.pm:3597
+#: printer/printerdrake.pm:3632
#, fuzzy, c-format
msgid "Transfer printer configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:3386
+#: printer/printerdrake.pm:3571
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -11671,33 +12019,33 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: printer/printerdrake.pm:3389
+#: printer/printerdrake.pm:3574
#, c-format
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: printer/printerdrake.pm:3391
+#: printer/printerdrake.pm:3576
#, c-format
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: printer/printerdrake.pm:3393
+#: printer/printerdrake.pm:3578
#, c-format
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: printer/printerdrake.pm:3395
+#: printer/printerdrake.pm:3580
#, c-format
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:3396
+#: printer/printerdrake.pm:3581
#, c-format
msgid ""
"\n"
@@ -11705,7 +12053,7 @@ msgid ""
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: printer/printerdrake.pm:3397
+#: printer/printerdrake.pm:3582
#, c-format
msgid ""
"\n"
@@ -11713,17 +12061,17 @@ msgid ""
"\"Transfer\"."
msgstr ""
-#: printer/printerdrake.pm:3400
+#: printer/printerdrake.pm:3585
#, c-format
msgid "Do not transfer printers"
msgstr ""
-#: printer/printerdrake.pm:3401 printer/printerdrake.pm:3417
+#: printer/printerdrake.pm:3586 printer/printerdrake.pm:3602
#, c-format
msgid "Transfer"
msgstr ""
-#: printer/printerdrake.pm:3413
+#: printer/printerdrake.pm:3598
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -11731,45 +12079,45 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: printer/printerdrake.pm:3434
+#: printer/printerdrake.pm:3619
#, fuzzy, c-format
msgid "New printer name"
msgstr "Neniu printilo"
-#: printer/printerdrake.pm:3437
+#: printer/printerdrake.pm:3622
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: printer/printerdrake.pm:3448
+#: printer/printerdrake.pm:3633
#, 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 ""
-#: printer/printerdrake.pm:3458
+#: printer/printerdrake.pm:3643
#, fuzzy, c-format
msgid "Refreshing printer data..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: printer/printerdrake.pm:3467
+#: printer/printerdrake.pm:3652
#, fuzzy, c-format
msgid "Starting network..."
msgstr "Startas vian konektaĵon..."
-#: printer/printerdrake.pm:3508 printer/printerdrake.pm:3512
-#: printer/printerdrake.pm:3514
+#: printer/printerdrake.pm:3695 printer/printerdrake.pm:3699
+#: printer/printerdrake.pm:3701
#, fuzzy, c-format
msgid "Configure the network now"
msgstr "Konfiguru retumon"
-#: printer/printerdrake.pm:3509
+#: printer/printerdrake.pm:3696
#, fuzzy, c-format
msgid "Network functionality not configured"
msgstr "Ekrano ne estas konfigurata"
-#: printer/printerdrake.pm:3510
+#: printer/printerdrake.pm:3697
#, c-format
msgid ""
"You are going to configure a remote printer. This needs working network "
@@ -11778,12 +12126,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: printer/printerdrake.pm:3513
+#: printer/printerdrake.pm:3700
#, fuzzy, c-format
msgid "Go on without configuring the network"
msgstr "Konfiguras reto"
-#: printer/printerdrake.pm:3547
+#: printer/printerdrake.pm:3735
#, c-format
msgid ""
"The network configuration done during the installation cannot be started "
@@ -11793,7 +12141,7 @@ msgid ""
"also using the %s Control Center, section \"Hardware\"/\"Printer\""
msgstr ""
-#: printer/printerdrake.pm:3548
+#: printer/printerdrake.pm:3736
#, c-format
msgid ""
"The network access was not running and could not be started. Please check "
@@ -11801,27 +12149,27 @@ msgid ""
"printer again."
msgstr ""
-#: printer/printerdrake.pm:3558
+#: printer/printerdrake.pm:3746
#, fuzzy, c-format
msgid "Restarting printing system..."
msgstr "Kiun printsistemo vi deziras uzi?"
-#: printer/printerdrake.pm:3597
+#: printer/printerdrake.pm:3776
#, fuzzy, c-format
msgid "high"
msgstr "Alta"
-#: printer/printerdrake.pm:3597
+#: printer/printerdrake.pm:3776
#, fuzzy, c-format
msgid "paranoid"
msgstr "Paranoja"
-#: printer/printerdrake.pm:3598
+#: printer/printerdrake.pm:3778
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: printer/printerdrake.pm:3599
+#: printer/printerdrake.pm:3779
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -11836,12 +12184,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: printer/printerdrake.pm:3633
+#: printer/printerdrake.pm:3814
#, fuzzy, c-format
msgid "Starting the printing system at boot time"
msgstr "Kiun printsistemo vi deziras uzi?"
-#: printer/printerdrake.pm:3634
+#: printer/printerdrake.pm:3815
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -11855,67 +12203,150 @@ msgid ""
"again?"
msgstr ""
-#: printer/printerdrake.pm:3655 printer/printerdrake.pm:3889
+#: printer/printerdrake.pm:3837
#, c-format
msgid "Checking installed software..."
msgstr ""
-#: printer/printerdrake.pm:3661
+#: printer/printerdrake.pm:3843
#, fuzzy, c-format
-msgid "Removing %s ..."
+msgid "Removing %s..."
msgstr "Distingivo: %s\n"
-#: printer/printerdrake.pm:3665
+#: printer/printerdrake.pm:3847
#, fuzzy, c-format
msgid "Could not remove the %s printing system!"
msgstr "Konfiguru retumon"
-#: printer/printerdrake.pm:3674
+#: printer/printerdrake.pm:3863
#, fuzzy, c-format
-msgid "Installing %s ..."
+msgid "Installing %s..."
msgstr "Instalanta pakaĵo %s"
-#: printer/printerdrake.pm:3678
+#: printer/printerdrake.pm:3867
#, fuzzy, c-format
msgid "Could not install the %s printing system!"
msgstr "Konfiguru retumon"
-#: printer/printerdrake.pm:3727
+#: printer/printerdrake.pm:3934
+#, c-format
+msgid ""
+"In this mode there is no local printing system, all printing requests go "
+"directly to the server specified below. Note that it is not possible to "
+"define local print queues then and if the specified server is down it cannot "
+"be printed at all from this machine."
+msgstr ""
+
+#: printer/printerdrake.pm:3936
+#, c-format
+msgid ""
+"Enter the host name or IP of your CUPS server and click OK if you want to "
+"use this mode, click \"Quit\" otherwise."
+msgstr ""
+
+#: printer/printerdrake.pm:3950
+#, fuzzy, c-format
+msgid "Name or IP of remote server:"
+msgstr "Malproksimaj lpd servilo"
+
+#: printer/printerdrake.pm:3970
#, fuzzy, c-format
msgid "Setting Default Printer..."
msgstr "Loka printilo"
-#: printer/printerdrake.pm:3747
+#: printer/printerdrake.pm:3989
+#, fuzzy, c-format
+msgid "Local CUPS printing system or remote CUPS server?"
+msgstr "Malproksima CUPS-a servilo"
+
+#: printer/printerdrake.pm:3990
+#, c-format
+msgid "The CUPS printing system can be used in two ways: "
+msgstr ""
+
+#: printer/printerdrake.pm:3992
+#, c-format
+msgid "1. The CUPS printing system can run locally. "
+msgstr ""
+
+#: printer/printerdrake.pm:3993
+#, c-format
+msgid ""
+"Then locally connected printers can be used and remote printers on other "
+"CUPS servers in the same network are automatically discovered. "
+msgstr ""
+
+#: printer/printerdrake.pm:3994
+#, c-format
+msgid ""
+"Disadvantage of this approach is, that more resources on the local machine "
+"are needed: Additional software packages need to be installed, the CUPS "
+"daemon has to run in the background and needs some memory, and the IPP port "
+"(port 631) is opened. "
+msgstr ""
+
+#: printer/printerdrake.pm:3996
+#, c-format
+msgid "2. All printing requests are immediately sent to a remote CUPS server. "
+msgstr ""
+
+#: printer/printerdrake.pm:3997
+#, c-format
+msgid ""
+"Here local resource occupation is reduced to a minimum. No CUPS daemon is "
+"started or port opened, no software infrastructure for setting up local "
+"print queues is installed, so less memory and disk space is used. "
+msgstr ""
+
+#: printer/printerdrake.pm:3998
+#, c-format
+msgid ""
+"Disadvantage is that it is not possible to define local printers then and if "
+"the specified server is down it cannot be printed at all from this machine. "
+msgstr ""
+
+#: printer/printerdrake.pm:4000
+#, c-format
+msgid "How should CUPS be set up on your machine?"
+msgstr ""
+
+#: printer/printerdrake.pm:4004 printer/printerdrake.pm:4019
+#: printer/printerdrake.pm:4023 printer/printerdrake.pm:4029
+#, c-format
+msgid "Remote server, specify Name or IP here:"
+msgstr ""
+
+#: printer/printerdrake.pm:4018
+#, fuzzy, c-format
+msgid "Local CUPS printing system"
+msgstr "Konfiguru retumon"
+
+#: printer/printerdrake.pm:4056
#, fuzzy, c-format
msgid "Select Printer Spooler"
msgstr "Elektu Printilan Konekton"
-#: printer/printerdrake.pm:3748
+#: printer/printerdrake.pm:4057
#, fuzzy, c-format
msgid "Which printing system (spooler) do you want to use?"
msgstr "Kiun printsistemo vi deziras uzi?"
-#: printer/printerdrake.pm:3799
+#: printer/printerdrake.pm:4105
#, c-format
msgid "Failed to configure printer \"%s\"!"
msgstr "Malsukcesis konfiguri la printilon \"%s\"!"
-#: printer/printerdrake.pm:3812
+#: printer/printerdrake.pm:4118
#, c-format
msgid "Installing Foomatic..."
msgstr "Instalanta Foomatic..."
-#: printer/printerdrake.pm:3818
+#: printer/printerdrake.pm:4124
#, c-format
msgid "Could not install %s packages, %s cannot be started!"
msgstr ""
-#: printer/printerdrake.pm:3910
-#, c-format
-msgid "Could not install necessary packages, %s cannot be started!"
-msgstr ""
-
-#: printer/printerdrake.pm:4011
+#: printer/printerdrake.pm:4314
#, fuzzy, c-format
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -11925,186 +12356,159 @@ msgstr ""
"Jen la sekvantaj printvicoj.\n"
"Vi povas aldoni pli aŭ ŝanĝi la ekzistantajn."
-#: printer/printerdrake.pm:4039
+#: printer/printerdrake.pm:4344
#, c-format
msgid "Display all available remote CUPS printers"
msgstr ""
-#: printer/printerdrake.pm:4040
+#: printer/printerdrake.pm:4345
#, c-format
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: printer/printerdrake.pm:4050
+#: printer/printerdrake.pm:4356
#, fuzzy, c-format
msgid "CUPS configuration"
msgstr "LAN Konfiguraĵo"
-#: printer/printerdrake.pm:4062
+#: printer/printerdrake.pm:4368
#, fuzzy, c-format
msgid "Change the printing system"
msgstr "Konfiguru retumon"
-#: printer/printerdrake.pm:4071
+#: printer/printerdrake.pm:4377
#, c-format
msgid "Normal Mode"
msgstr "Normala Modalo"
-#: printer/printerdrake.pm:4072
+#: printer/printerdrake.pm:4378
#, c-format
msgid "Expert Mode"
msgstr "Spertuloreĝimo"
-#: printer/printerdrake.pm:4343 printer/printerdrake.pm:4398
-#: printer/printerdrake.pm:4479 printer/printerdrake.pm:4489
+#: printer/printerdrake.pm:4632 printer/printerdrake.pm:4690
+#: printer/printerdrake.pm:4768 printer/printerdrake.pm:4777
#, c-format
msgid "Printer options"
msgstr "Printilaj opcioj"
-#: printer/printerdrake.pm:4379
+#: printer/printerdrake.pm:4668
#, fuzzy, c-format
msgid "Modify printer configuration"
msgstr "Interreta Konfigurado"
-#: printer/printerdrake.pm:4381
+#: printer/printerdrake.pm:4670
#, c-format
msgid ""
-"Printer %s\n"
+"Printer %s%s\n"
"What do you want to modify on this printer?"
msgstr ""
-"Presilo %s\n"
+"Presilo %s%s\n"
"Kion vi deziras modifi pri tiu presilo?"
-#: printer/printerdrake.pm:4385
+#: printer/printerdrake.pm:4675
+#, fuzzy, c-format
+msgid "This printer is disabled"
+msgstr "Ĉi tiu subdisko ne estas regrandecigebla"
+
+#: printer/printerdrake.pm:4677
#, c-format
msgid "Do it!"
msgstr ""
-#: printer/printerdrake.pm:4390 printer/printerdrake.pm:4448
+#: printer/printerdrake.pm:4682 printer/printerdrake.pm:4737
#, fuzzy, c-format
msgid "Printer connection type"
msgstr "Disdividado de Interreta Konekto"
-#: printer/printerdrake.pm:4391 printer/printerdrake.pm:4452
+#: printer/printerdrake.pm:4683 printer/printerdrake.pm:4743
#, fuzzy, c-format
msgid "Printer name, description, location"
msgstr "Printilan Konekton"
-#: printer/printerdrake.pm:4393 printer/printerdrake.pm:4471
+#: printer/printerdrake.pm:4685 printer/printerdrake.pm:4761
#, c-format
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: printer/printerdrake.pm:4394 printer/printerdrake.pm:4472
+#: printer/printerdrake.pm:4686 printer/printerdrake.pm:4762
#, c-format
msgid "Printer manufacturer, model"
msgstr ""
-#: printer/printerdrake.pm:4400 printer/printerdrake.pm:4483
+#: printer/printerdrake.pm:4692 printer/printerdrake.pm:4772
#, c-format
msgid "Set this printer as the default"
msgstr ""
-#: printer/printerdrake.pm:4402 printer/printerdrake.pm:4490
-#, c-format
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr ""
+#: printer/printerdrake.pm:4697 printer/printerdrake.pm:4778
+#: printer/printerdrake.pm:4780
+#, fuzzy, c-format
+msgid "Enable Printer"
+msgstr "Datumbazoj"
-#: printer/printerdrake.pm:4403 printer/printerdrake.pm:4495
-#, c-format
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr ""
+#: printer/printerdrake.pm:4700 printer/printerdrake.pm:4783
+#: printer/printerdrake.pm:4785
+#, fuzzy, c-format
+msgid "Disable Printer"
+msgstr "Datumbazoj"
-#: printer/printerdrake.pm:4404 printer/printerdrake.pm:4500
+#: printer/printerdrake.pm:4701 printer/printerdrake.pm:4788
#, fuzzy, c-format
msgid "Print test pages"
msgstr "Printas provpaĝo(j)n..."
-#: printer/printerdrake.pm:4405 printer/printerdrake.pm:4502
+#: printer/printerdrake.pm:4702 printer/printerdrake.pm:4790
#, fuzzy, c-format
msgid "Learn how to use this printer"
msgstr "Ĉu vi deziras provi la konfiguraĵon?"
-#: printer/printerdrake.pm:4406 printer/printerdrake.pm:4504
+#: printer/printerdrake.pm:4703 printer/printerdrake.pm:4792
#, fuzzy, c-format
msgid "Remove printer"
msgstr "Malproksima printilo"
-#: printer/printerdrake.pm:4460
+#: printer/printerdrake.pm:4750
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Foriganta la malnovan presilon \"%s\"..."
-#: printer/printerdrake.pm:4491
-#, c-format
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr ""
-
-#: printer/printerdrake.pm:4493
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
-msgstr ""
-
-#: printer/printerdrake.pm:4494
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
-msgstr ""
-
-#: printer/printerdrake.pm:4496
-#, c-format
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr ""
-
-#: printer/printerdrake.pm:4498
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
-msgstr ""
+#: printer/printerdrake.pm:4781
+#, fuzzy, c-format
+msgid "Printer \"%s\" is now enabled."
+msgstr "Presilo \"%s\" en servilo \"%s\""
-#: printer/printerdrake.pm:4499
-#, c-format
-msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
-msgstr ""
+#: printer/printerdrake.pm:4786
+#, fuzzy, c-format
+msgid "Printer \"%s\" is now disabled."
+msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
-#: printer/printerdrake.pm:4543
+#: printer/printerdrake.pm:4823
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Ĉu vi vere deziras forigi la presilon \"%s\"?"
-#: printer/printerdrake.pm:4547
+#: printer/printerdrake.pm:4827
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Foriganta presilon \"%s\"..."
-#: printer/printerdrake.pm:4571
+#: printer/printerdrake.pm:4851
#, fuzzy, c-format
msgid "Default printer"
msgstr "Loka printilo"
-#: printer/printerdrake.pm:4572
+#: printer/printerdrake.pm:4852
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: raid.pm:37
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
+#: raid.pm:36
+#, fuzzy, c-format
+msgid "Can't add a partition to _formatted_ RAID %s"
msgstr "Ne povas aldoni subdiskon al _formatita_ RAID md%d"
-#: raid.pm:139
-#, c-format
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid malsukcesis (eble raidtools mankas)"
-
-#: raid.pm:139
-#, c-format
-msgid "mkraid failed"
-msgstr "mkraid malsukcesis"
-
-#: raid.pm:155
+#: raid.pm:132
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ne estas sufiĉaj subdiskoj por RAID nivelo %d\n"
@@ -12129,16 +12533,16 @@ msgstr ""
msgid "Could not set permissions of firmware file %s!"
msgstr ""
-#: scanner.pm:200 standalone/scannerdrake:65 standalone/scannerdrake:69
-#: standalone/scannerdrake:77 standalone/scannerdrake:344
-#: standalone/scannerdrake:419 standalone/scannerdrake:463
-#: standalone/scannerdrake:467 standalone/scannerdrake:489
-#: standalone/scannerdrake:554
+#: scanner.pm:200 standalone/scannerdrake:66 standalone/scannerdrake:70
+#: standalone/scannerdrake:78 standalone/scannerdrake:340
+#: standalone/scannerdrake:415 standalone/scannerdrake:459
+#: standalone/scannerdrake:463 standalone/scannerdrake:485
+#: standalone/scannerdrake:550
#, fuzzy, c-format
msgid "Scannerdrake"
msgstr "Elektu grafikan karton"
-#: scanner.pm:201 standalone/scannerdrake:920
+#: scanner.pm:201 standalone/scannerdrake:916
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
@@ -12168,7 +12572,8 @@ msgstr ""
msgid "Allow/Forbid autologin."
msgstr ""
-#: security/help.pm:19
+#. -PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is
+#: security/help.pm:21
#, c-format
msgid ""
"If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.\n"
@@ -12178,29 +12583,38 @@ msgid ""
"Else only /etc/issue is allowed."
msgstr ""
-#: security/help.pm:25
+#: security/help.pm:27
#, c-format
msgid "Allow/Forbid reboot by the console user."
msgstr ""
-#: security/help.pm:27
+#: security/help.pm:29
#, fuzzy, c-format
msgid "Allow/Forbid remote root login."
msgstr "Malproksima printilo"
-#: security/help.pm:29
+#: security/help.pm:31
#, fuzzy, c-format
msgid "Allow/Forbid direct root login."
msgstr "Malproksima printilo"
-#: security/help.pm:31
+#: security/help.pm:33
#, c-format
msgid ""
"Allow/Forbid the list of users on the system on display managers (kdm and "
"gdm)."
msgstr ""
-#: security/help.pm:33
+#: security/help.pm:35
+#, c-format
+msgid ""
+"Allow/forbid to export display when\n"
+"passing from the root account to the other users.\n"
+"\n"
+"See pam_xauth(8) for more details.'"
+msgstr ""
+
+#: security/help.pm:40
#, c-format
msgid ""
"Allow/Forbid X connections:\n"
@@ -12212,14 +12626,15 @@ msgid ""
"- NONE (no connection)."
msgstr ""
-#: security/help.pm:41
+#: security/help.pm:48
#, c-format
msgid ""
"The argument specifies if clients are authorized to connect\n"
"to the X server from the network on the tcp port 6000 or not."
msgstr ""
-#: security/help.pm:44
+#. -PO: here "ALL", "LOCAL" and "NONE" are values in a pull-down menu; translate them the same as they're
+#: security/help.pm:53
#, c-format
msgid ""
"Authorize:\n"
@@ -12235,7 +12650,7 @@ msgid ""
"(5))."
msgstr ""
-#: security/help.pm:54
+#: security/help.pm:63
#, c-format
msgid ""
"If SERVER_LEVEL (or SECURE_LEVEL if absent)\n"
@@ -12248,7 +12663,7 @@ msgid ""
"packages."
msgstr ""
-#: security/help.pm:63
+#: security/help.pm:72
#, c-format
msgid ""
"Enable/Disable crontab and at for users.\n"
@@ -12257,100 +12672,105 @@ msgid ""
"and crontab(1))."
msgstr ""
-#: security/help.pm:68
+#: security/help.pm:77
#, c-format
msgid "Enable/Disable syslog reports to console 12"
msgstr ""
-#: security/help.pm:70
+#: security/help.pm:79
#, c-format
msgid ""
"Enable/Disable name resolution spoofing protection. If\n"
-"\"alert\" is true, also reports to syslog."
+"\"%s\" is true, also reports to syslog."
msgstr ""
-#: security/help.pm:73
+#: security/help.pm:80 standalone/draksec:213
+#, fuzzy, c-format
+msgid "Security Alerts:"
+msgstr "Elektas sekurnivelon"
+
+#: security/help.pm:82
#, c-format
msgid "Enable/Disable IP spoofing protection."
msgstr ""
-#: security/help.pm:75
+#: security/help.pm:84
#, c-format
msgid "Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-#: security/help.pm:77
+#: security/help.pm:86
#, c-format
msgid "Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-#: security/help.pm:79
+#: security/help.pm:88
#, c-format
msgid "Enable/Disable msec hourly security check."
msgstr ""
-#: security/help.pm:81
+#: security/help.pm:90
#, c-format
msgid ""
" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-#: security/help.pm:83
+#: security/help.pm:92
#, c-format
msgid "Use password to authenticate users."
msgstr ""
-#: security/help.pm:85
+#: security/help.pm:94
#, c-format
msgid "Activate/Disable ethernet cards promiscuity check."
msgstr ""
-#: security/help.pm:87
+#: security/help.pm:96
#, c-format
msgid " Activate/Disable daily security check."
msgstr ""
-#: security/help.pm:89
+#: security/help.pm:98
#, c-format
msgid " Enable/Disable sulogin(8) in single user level."
msgstr ""
-#: security/help.pm:91
+#: security/help.pm:100
#, c-format
msgid "Add the name as an exception to the handling of password aging by msec."
msgstr ""
-#: security/help.pm:93
+#: security/help.pm:102
#, c-format
msgid "Set password aging to \"max\" days and delay to change to \"inactive\"."
msgstr ""
-#: security/help.pm:95
+#: security/help.pm:104
#, c-format
msgid "Set the password history length to prevent password reuse."
msgstr ""
-#: security/help.pm:97
+#: security/help.pm:106
#, c-format
msgid ""
"Set the password minimum length and minimum number of digit and minimum "
"number of capitalized letters."
msgstr ""
-#: security/help.pm:99
+#: security/help.pm:108
#, fuzzy, c-format
msgid "Set the root umask."
msgstr "Root-pasvorto"
-#: security/help.pm:100
+#: security/help.pm:109
#, c-format
msgid "if set to yes, check open ports."
msgstr ""
-#: security/help.pm:101
+#: security/help.pm:110
#, c-format
msgid ""
-"if set to yes, check for :\n"
+"if set to yes, check for:\n"
"\n"
"- empty passwords,\n"
"\n"
@@ -12359,103 +12779,103 @@ msgid ""
"- for users with the 0 id other than root."
msgstr ""
-#: security/help.pm:108
+#: security/help.pm:117
#, c-format
msgid "if set to yes, check permissions of files in the users' home."
msgstr ""
-#: security/help.pm:109
+#: security/help.pm:118
#, c-format
msgid "if set to yes, check if the network devices are in promiscuous mode."
msgstr ""
-#: security/help.pm:110
+#: security/help.pm:119
#, c-format
msgid "if set to yes, run the daily security checks."
msgstr ""
-#: security/help.pm:111
+#: security/help.pm:120
#, c-format
msgid "if set to yes, check additions/removals of sgid files."
msgstr ""
-#: security/help.pm:112
+#: security/help.pm:121
#, c-format
msgid "if set to yes, check empty password in /etc/shadow."
msgstr ""
-#: security/help.pm:113
+#: security/help.pm:122
#, c-format
msgid "if set to yes, verify checksum of the suid/sgid files."
msgstr ""
-#: security/help.pm:114
+#: security/help.pm:123
#, c-format
msgid "if set to yes, check additions/removals of suid root files."
msgstr ""
-#: security/help.pm:115
+#: security/help.pm:124
#, c-format
msgid "if set to yes, report unowned files."
msgstr ""
-#: security/help.pm:116
+#: security/help.pm:125
#, c-format
msgid "if set to yes, check files/directories writable by everybody."
msgstr ""
-#: security/help.pm:117
+#: security/help.pm:126
#, c-format
msgid "if set to yes, run chkrootkit checks."
msgstr ""
-#: security/help.pm:118
+#: security/help.pm:127
#, c-format
msgid ""
"if set, send the mail report to this email address else send it to root."
msgstr ""
-#: security/help.pm:119
+#: security/help.pm:128
#, c-format
msgid "if set to yes, report check result by mail."
msgstr ""
-#: security/help.pm:120
+#: security/help.pm:129
#, c-format
msgid "Do not send mails if there's nothing to warn about"
msgstr ""
-#: security/help.pm:121
+#: security/help.pm:130
#, c-format
msgid "if set to yes, run some checks against the rpm database."
msgstr ""
-#: security/help.pm:122
+#: security/help.pm:131
#, c-format
msgid "if set to yes, report check result to syslog."
msgstr ""
-#: security/help.pm:123
+#: security/help.pm:132
#, c-format
msgid "if set to yes, reports check result to tty."
msgstr ""
-#: security/help.pm:125
+#: security/help.pm:134
#, c-format
msgid "Set shell commands history size. A value of -1 means unlimited."
msgstr ""
-#: security/help.pm:127
+#: security/help.pm:136
#, c-format
msgid "Set the shell timeout. A value of zero means no timeout."
msgstr ""
-#: security/help.pm:127
+#: security/help.pm:136
#, c-format
msgid "Timeout unit is second"
msgstr ""
-#: security/help.pm:129
+#: security/help.pm:138
#, fuzzy, c-format
msgid "Set the user umask."
msgstr "Salutnomo"
@@ -12501,211 +12921,216 @@ msgid "List users on display managers (kdm and gdm)"
msgstr ""
#: security/l10n.pm:20
+#, c-format
+msgid "Export display when passing from root to the other users"
+msgstr ""
+
+#: security/l10n.pm:21
#, fuzzy, c-format
msgid "Allow X Window connections"
msgstr "Winmodem-konekto"
-#: security/l10n.pm:21
+#: security/l10n.pm:22
#, c-format
msgid "Authorize TCP connections to X Window"
msgstr ""
-#: security/l10n.pm:22
+#: security/l10n.pm:23
#, c-format
msgid "Authorize all services controlled by tcp_wrappers"
msgstr ""
-#: security/l10n.pm:23
+#: security/l10n.pm:24
#, fuzzy, c-format
msgid "Chkconfig obey msec rules"
msgstr "Konfiguru servojn"
-#: security/l10n.pm:24
+#: security/l10n.pm:25
#, c-format
msgid "Enable \"crontab\" and \"at\" for users"
msgstr ""
-#: security/l10n.pm:25
+#: security/l10n.pm:26
#, c-format
msgid "Syslog reports to console 12"
msgstr ""
-#: security/l10n.pm:26
+#: security/l10n.pm:27
#, c-format
msgid "Name resolution spoofing protection"
msgstr ""
-#: security/l10n.pm:27
+#: security/l10n.pm:28
#, c-format
msgid "Enable IP spoofing protection"
msgstr ""
-#: security/l10n.pm:28
+#: security/l10n.pm:29
#, c-format
msgid "Enable libsafe if libsafe is found on the system"
msgstr ""
-#: security/l10n.pm:29
+#: security/l10n.pm:30
#, c-format
msgid "Enable the logging of IPv4 strange packets"
msgstr ""
-#: security/l10n.pm:30
+#: security/l10n.pm:31
#, c-format
msgid "Enable msec hourly security check"
msgstr ""
-#: security/l10n.pm:31
+#: security/l10n.pm:32
#, c-format
msgid "Enable su only from the wheel group members or for any user"
msgstr ""
-#: security/l10n.pm:32
+#: security/l10n.pm:33
#, c-format
msgid "Use password to authenticate users"
msgstr ""
-#: security/l10n.pm:33
+#: security/l10n.pm:34
#, c-format
msgid "Ethernet cards promiscuity check"
msgstr ""
-#: security/l10n.pm:34
+#: security/l10n.pm:35
#, c-format
msgid "Daily security check"
msgstr ""
-#: security/l10n.pm:35
+#: security/l10n.pm:36
#, c-format
msgid "Sulogin(8) in single user level"
msgstr ""
-#: security/l10n.pm:36
+#: security/l10n.pm:37
#, fuzzy, c-format
msgid "No password aging for"
msgstr "Neniu pasvorto"
-#: security/l10n.pm:37
+#: security/l10n.pm:38
#, c-format
msgid "Set password expiration and account inactivation delays"
msgstr ""
-#: security/l10n.pm:38
+#: security/l10n.pm:39
#, fuzzy, c-format
msgid "Password history length"
msgstr "Ĉi tiu pasvorto estas tro simpla"
-#: security/l10n.pm:39
+#: security/l10n.pm:40
#, c-format
msgid "Password minimum length and number of digits and upcase letters"
msgstr ""
-#: security/l10n.pm:40
+#: security/l10n.pm:41
#, fuzzy, c-format
msgid "Root umask"
msgstr "Root-pasvorto"
-#: security/l10n.pm:41
+#: security/l10n.pm:42
#, c-format
msgid "Shell history size"
msgstr ""
-#: security/l10n.pm:42
+#: security/l10n.pm:43
#, c-format
msgid "Shell timeout"
msgstr ""
-#: security/l10n.pm:43
+#: security/l10n.pm:44
#, fuzzy, c-format
msgid "User umask"
msgstr "Salutnomo"
-#: security/l10n.pm:44
+#: security/l10n.pm:45
#, fuzzy, c-format
msgid "Check open ports"
msgstr "detektita en pordo %s"
-#: security/l10n.pm:45
+#: security/l10n.pm:46
#, c-format
msgid "Check for unsecured accounts"
msgstr ""
-#: security/l10n.pm:46
+#: security/l10n.pm:47
#, c-format
msgid "Check permissions of files in the users' home"
msgstr ""
-#: security/l10n.pm:47
+#: security/l10n.pm:48
#, c-format
msgid "Check if the network devices are in promiscuous mode"
msgstr ""
-#: security/l10n.pm:48
+#: security/l10n.pm:49
#, c-format
msgid "Run the daily security checks"
msgstr ""
-#: security/l10n.pm:49
+#: security/l10n.pm:50
#, c-format
msgid "Check additions/removals of sgid files"
msgstr ""
-#: security/l10n.pm:50
+#: security/l10n.pm:51
#, c-format
msgid "Check empty password in /etc/shadow"
msgstr ""
-#: security/l10n.pm:51
+#: security/l10n.pm:52
#, c-format
msgid "Verify checksum of the suid/sgid files"
msgstr ""
-#: security/l10n.pm:52
+#: security/l10n.pm:53
#, c-format
msgid "Check additions/removals of suid root files"
msgstr ""
-#: security/l10n.pm:53
+#: security/l10n.pm:54
#, c-format
msgid "Report unowned files"
msgstr ""
-#: security/l10n.pm:54
+#: security/l10n.pm:55
#, c-format
msgid "Check files/directories writable by everybody"
msgstr ""
-#: security/l10n.pm:55
+#: security/l10n.pm:56
#, c-format
msgid "Run chkrootkit checks"
msgstr ""
-#: security/l10n.pm:56
+#: security/l10n.pm:57
#, c-format
msgid "Do not send mails when unneeded"
msgstr ""
-#: security/l10n.pm:57
+#: security/l10n.pm:58
#, c-format
msgid "If set, send the mail report to this email address else send it to root"
msgstr ""
-#: security/l10n.pm:58
+#: security/l10n.pm:59
#, c-format
msgid "Report check result by mail"
msgstr ""
-#: security/l10n.pm:59
+#: security/l10n.pm:60
#, c-format
msgid "Run some checks against the rpm database"
msgstr ""
-#: security/l10n.pm:60
+#: security/l10n.pm:61
#, c-format
msgid "Report check result to syslog"
msgstr ""
-#: security/l10n.pm:61
+#: security/l10n.pm:62
#, c-format
msgid "Reports check result to tty"
msgstr ""
@@ -13034,7 +13459,7 @@ msgstr ""
#, c-format
msgid ""
"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"and Xorg at boot."
msgstr ""
#: services.pm:66
@@ -13125,7 +13550,7 @@ msgstr ""
#, c-format
msgid ""
"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
+"logged into a machine running the rwho daemon (similar to finger)."
msgstr ""
"La rwho protokolo permesas al uzuloj havigi liston de ĉiuj el la uzuloj\n"
"konektataj ĉe komputilo kiu estas uzanta la rwho dajmono (simila al finger)."
@@ -13152,7 +13577,7 @@ msgstr "Ŝargu la pelilojn por via usb-aparatoj."
#: services.pm:91
#, c-format
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+msgid "Starts the X Font Server (this is mandatory for Xorg to run)."
msgstr "Startigas la X tiparan servilon (tio estas ... ."
#: services.pm:117 services.pm:159
@@ -13197,7 +13622,7 @@ msgstr "haltigita"
#: services.pm:215
#, c-format
-msgid "Services and deamons"
+msgid "Services and daemons"
msgstr "Servoj kaj demonoj"
#: services.pm:221
@@ -13209,7 +13634,7 @@ msgstr ""
"Ne pli da informo\n"
"pri tiu servo, bedaŭrinde."
-#: services.pm:226 ugtk2.pm:1176
+#: services.pm:226 ugtk2.pm:1214
#, c-format
msgid "Info"
msgstr "Informo"
@@ -13224,719 +13649,1183 @@ msgstr ""
msgid "On boot"
msgstr "Startante"
-#: services.pm:244
+#: services.pm:246
#, c-format
msgid "Start"
msgstr "Startu"
-#: services.pm:244
+#: services.pm:246
#, c-format
msgid "Stop"
msgstr "Haltu"
-#: share/advertising/dis-01.pl:13 share/advertising/dwd-01.pl:13
-#: share/advertising/ppp-01.pl:13 share/advertising/pwp-01.pl:13
+#: share/advertising/01.pl:13
#, c-format
-msgid "<b>Congratulations for choosing Mandrakelinux!</b>"
+msgid "<b>What is Mandrakelinux?</b>"
msgstr ""
-#: share/advertising/dis-01.pl:15 share/advertising/dwd-01.pl:15
-#: share/advertising/ppp-01.pl:15 share/advertising/pwp-01.pl:15
-#, fuzzy, c-format
-msgid "Welcome to the Open Source world!"
-msgstr "Provu konfiguraĵon"
+#: share/advertising/01.pl:15
+#, c-format
+msgid "Welcome to <b>Mandrakelinux</b>!"
+msgstr "Bonvenon ĉe <b>Mandrakelinux</b>!"
-#: share/advertising/dis-01.pl:17
+#: share/advertising/01.pl:17
#, c-format
msgid ""
-"Your new Mandrakelinux operating system and its many applications is the "
-"result of collaborative efforts between MandrakeSoft developers and "
-"Mandrakelinux contributors throughout the world."
+"Mandrakelinux is a <b>Linux distribution</b> that comprises the core of the "
+"system, called the <b>operating system</b> (based on the Linux kernel) "
+"together with <b>a lot of applications</b> meeting every need you could even "
+"think of."
msgstr ""
-#: share/advertising/dis-01.pl:19 share/advertising/dwd-01.pl:19
-#: share/advertising/ppp-01.pl:19
+#: share/advertising/01.pl:19
#, c-format
msgid ""
-"We would like to thank everyone who participated in the development of this "
-"latest release."
+"Mandrakelinux is the most <b>user-friendly</b> Linux distribution today. It "
+"is also one of the <b>most widely used</b> Linux distributions worldwide!"
msgstr ""
-#: share/advertising/dis-02.pl:13
+#: share/advertising/02.pl:13
#, fuzzy, c-format
-msgid "<b>Discovery</b>"
-msgstr "Pelilo"
+msgid "<b>Open Source</b>"
+msgstr "<b>Serviloj</b>"
+
+#: share/advertising/02.pl:15
+#, fuzzy, c-format
+msgid "Welcome to the <b>world of open source</b>!"
+msgstr "Provu konfiguraĵon"
-#: share/advertising/dis-02.pl:15
+#: share/advertising/02.pl:17
#, c-format
msgid ""
-"Discovery is the easiest and most user-friendly Linux distribution. It "
-"includes a hand-picked selection of premium software for Office, Multimedia "
-"and Internet activities."
+"Mandrakelinux is committed to the open source model. This means that this "
+"new release is the result of <b>collaboration</b> between <b>Mandrakesoft's "
+"team of developers</b> and the <b>worldwide community</b> of Mandrakelinux "
+"contributors."
msgstr ""
-#: share/advertising/dis-02.pl:17
+#: share/advertising/02.pl:19
#, c-format
-msgid "The menu is task-oriented, with a single selected application per task."
+msgid ""
+"We would like to <b>thank</b> everyone who participated in the development "
+"of this latest release."
msgstr ""
-#: share/advertising/dis-03.pl:13
+#: share/advertising/03.pl:13
#, c-format
-msgid "<b>The KDE Choice</b>"
+msgid "<b>The GPL</b>"
msgstr ""
-#: share/advertising/dis-03.pl:15
+#: share/advertising/03.pl:15
#, c-format
msgid ""
-"The powerful Open Source graphical desktop environment KDE is the desktop of "
-"choice for the Discovery Pack."
+"Most of the software included in the distribution and all of the "
+"Mandrakelinux tools are licensed under the <b>General Public License</b>."
msgstr ""
-#: share/advertising/dis-04.pl:13
+#: share/advertising/03.pl:17
#, c-format
-msgid "<b>OpenOffice.org</b>: The complete Linux office suite."
+msgid ""
+"The GPL is at the heart of the open source model; it grants everyone the "
+"<b>freedom</b> to use, study, distribute and improve the software any way "
+"they want, provided they make the results available."
msgstr ""
-#: share/advertising/dis-04.pl:15
+#: share/advertising/03.pl:19
#, c-format
msgid ""
-"<b>WRITER</b> is a powerful word processor for creating all types of text "
-"documents. Documents may include images, diagrams and tables."
+"The main benefit of this is that the number of developers is virtually "
+"<b>unlimited</b>, resulting in <b>very high quality</b> software."
+msgstr ""
+
+#: share/advertising/04.pl:13
+#, c-format
+msgid "<b>Join the Community</b>"
msgstr ""
-#: share/advertising/dis-04.pl:16
+#: share/advertising/04.pl:15
#, c-format
msgid ""
-"<b>CALC</b> is a feature-packed spreadsheet which enables you to compute, "
-"analyze and manage all of your data."
+"Mandrakelinux has one of the <b>biggest communities</b> of users and "
+"developers. The role of such a community is very wide, ranging from bug "
+"reporting to the development of new applications. The community plays a "
+"<b>key role</b> in the Mandrakelinux world."
msgstr ""
-#: share/advertising/dis-04.pl:17
+#: share/advertising/04.pl:17
#, c-format
msgid ""
-"<b>IMPRESS</b> is the fastest, most powerful way to create effective "
-"multimedia presentations."
+"To <b>learn more</b> about our dynamic community, please visit <b>www."
+"mandrakelinux.com</b> or directly <b>www.mandrakelinux.com/en/cookerdevel."
+"php3</b> if you would like to get <b>involved</b> in the development."
+msgstr ""
+
+#: share/advertising/05.pl:13
+#, c-format
+msgid "<b>Download Version</b>"
msgstr ""
-#: share/advertising/dis-04.pl:18
+#: share/advertising/05.pl:15
#, c-format
msgid ""
-"<b>DRAW</b> will produce everything from simple diagrams to dynamic 3D "
-"illustrations."
+"You are now installing <b>Mandrakelinux Download</b>. This is the free "
+"version that Mandrakesoft wants to keep <b>available to everyone</b>."
msgstr ""
-#: share/advertising/dis-05.pl:13 share/advertising/dis-06.pl:13
-#, fuzzy, c-format
-msgid "<b>Surf The Internet</b>"
-msgstr "Interreto"
+#: share/advertising/05.pl:17
+#, c-format
+msgid ""
+"The Download version <b>cannot include</b> all the software that is not open "
+"source. Therefore, you won't find in the Download version:"
+msgstr ""
-#: share/advertising/dis-05.pl:15
+#: share/advertising/05.pl:18
#, c-format
-msgid "Discover the new integrated personal information suite KDE Kontact."
+msgid ""
+"\t* <b>Proprietary drivers</b> (such as drivers for NVIDIA®, ATI™, etc.)."
msgstr ""
-#: share/advertising/dis-05.pl:17
+#: share/advertising/05.pl:19
#, c-format
msgid ""
-"More than just a full-featured email client, <b>Kontact</b> also includes an "
-"address book, a calendar and scheduling program, plus a tool for taking "
-"notes!"
+"\t* <b>Proprietary software</b> (such as Acrobat® Reader®, RealPlayer®, "
+"Flash™, etc.)."
msgstr ""
-#: share/advertising/dis-06.pl:15
+#: share/advertising/05.pl:21
#, c-format
-msgid "You can also:"
+msgid ""
+"You won't have access to the <b>services included</b> in the other "
+"Mandrakesoft products either."
msgstr ""
-#: share/advertising/dis-06.pl:16
+#: share/advertising/06.pl:13
#, c-format
-msgid "\t- browse the Web"
+msgid "<b>Discovery, Your First Linux Desktop</b>"
msgstr ""
-#: share/advertising/dis-06.pl:17
+#: share/advertising/06.pl:15
#, c-format
-msgid "\t- chat"
+msgid "You are now installing <b>Mandrakelinux Discovery</b>."
msgstr ""
-#: share/advertising/dis-06.pl:18
+#: share/advertising/06.pl:17
#, c-format
-msgid "\t- organize a video-conference"
+msgid ""
+"Discovery is the <b>easiest</b> and most <b>user-friendly</b> Linux "
+"distribution. It includes a hand-picked selection of <b>premium software</b> "
+"for office, multimedia and Internet activities. Its menu is task-oriented, "
+"with a single application per task."
msgstr ""
-#: share/advertising/dis-06.pl:19
+#: share/advertising/07.pl:13
#, c-format
-msgid "\t- create your own Web site"
+msgid "<b>PowerPack, The Ultimate Linux Desktop</b>"
msgstr ""
-#: share/advertising/dis-06.pl:20
+#: share/advertising/07.pl:15
#, c-format
-msgid "\t- ..."
+msgid "You are now installing <b>Mandrakelinux PowerPack</b>."
msgstr ""
-#: share/advertising/dis-07.pl:13
+#: share/advertising/07.pl:17
#, c-format
-msgid "<b>Multimedia</b>: Software for every need!"
+msgid ""
+"PowerPack is Mandrakesoft's <b>premier Linux desktop</b> product. PowerPack "
+"includes <b>thousands of applications</b> - everything from the most popular "
+"to the most advanced."
msgstr ""
-#: share/advertising/dis-07.pl:15
+#: share/advertising/08.pl:13
#, c-format
-msgid "Listen to audio CDs with <b>KsCD</b>."
+msgid "<b>PowerPack+, The Linux Solution for Desktops and Servers</b>"
msgstr ""
-#: share/advertising/dis-07.pl:17
+#: share/advertising/08.pl:15
#, c-format
-msgid "Listen to music files and watch videos with <b>Totem</b>."
+msgid "You are now installing <b>Mandrakelinux PowerPack+</b>."
msgstr ""
-#: share/advertising/dis-07.pl:19
+#: share/advertising/08.pl:17
#, c-format
-msgid "View and edit images and photos with <b>GQview</b> and <b>The Gimp!</b>"
+msgid ""
+"PowerPack+ is a <b>full-featured Linux solution</b> for small to medium-"
+"sized <b>networks</b>. PowerPack+ includes thousands of <b>desktop "
+"applications</b> and a comprehensive selection of world-class <b>server "
+"applications</b>."
msgstr ""
-#: share/advertising/dis-08.pl:13 share/advertising/ppp-08.pl:13
-#: share/advertising/pwp-07.pl:13
+#: share/advertising/09.pl:13
#, fuzzy, c-format
-msgid "<b>Mandrake Control Center</b>"
+msgid "<b>Mandrakesoft Products</b>"
msgstr "Konekti al la interreto"
-#: share/advertising/dis-08.pl:15 share/advertising/ppp-08.pl:15
-#: share/advertising/pwp-07.pl:15
+#: share/advertising/09.pl:15
#, c-format
msgid ""
-"The Mandrake Control Center is an essential collection of Mandrake-specific "
-"utilities for simplifying the configuration of your computer."
+"<b>Mandrakesoft</b> has developed a wide range of <b>Mandrakelinux</b> "
+"products."
+msgstr ""
+
+#: share/advertising/09.pl:17
+#, c-format
+msgid "The Mandrakelinux 10.1 products are:"
+msgstr ""
+
+#: share/advertising/09.pl:18
+#, c-format
+msgid "\t* <b>Discovery</b>, Your First Linux Desktop."
+msgstr ""
+
+#: share/advertising/09.pl:19
+#, c-format
+msgid "\t* <b>PowerPack</b>, The Ultimate Linux Desktop."
msgstr ""
-#: share/advertising/dis-08.pl:17 share/advertising/ppp-08.pl:17
-#: share/advertising/pwp-07.pl:17
+#: share/advertising/09.pl:20
+#, c-format
+msgid "\t* <b>PowerPack+</b>, The Linux Solution for Desktops and Servers."
+msgstr ""
+
+#: share/advertising/09.pl:21
#, c-format
msgid ""
-"You will immediately appreciate this collection of handy utilities for "
-"easily configuring hardware devices, defining mount points, setting up "
-"Network and Internet, adjusting the security level of your computer, and "
-"just about everything related to the system."
+"\t* <b>Mandrakelinux 10.1 for x86-64</b>, The Mandrakelinux solution for "
+"making the most of your 64-bit processor."
msgstr ""
-#: share/advertising/dis-09.pl:13 share/advertising/dwd-06.pl:13
-#: share/advertising/ppp-09.pl:13 share/advertising/pwp-08.pl:13
-#, fuzzy, c-format
-msgid "<b>MandrakeStore</b>"
-msgstr "Konekti al la interreto"
+#: share/advertising/10.pl:13
+#, c-format
+msgid "<b>Mandrakesoft Products (Nomad Products)</b>"
+msgstr ""
+
+#: share/advertising/10.pl:15
+#, c-format
+msgid ""
+"Mandrakesoft has developed two products that allow you to use Mandrakelinux "
+"<b>on any computer</b> and without any need to actually install it:"
+msgstr ""
-#: share/advertising/dis-09.pl:15 share/advertising/ppp-09.pl:15
-#: share/advertising/pwp-08.pl:15
+#: share/advertising/10.pl:16
#, c-format
msgid ""
-"Find all MandrakeSoft products and services at <b>MandrakeStore</b> -- our "
-"full service e-commerce platform."
+"\t* <b>Move</b>, a Mandrakelinux distribution that runs entirely from a "
+"bootable CD-Rom."
msgstr ""
-#: share/advertising/dis-09.pl:17 share/advertising/dwd-06.pl:19
-#: share/advertising/ppp-09.pl:17 share/advertising/pwp-08.pl:17
+#: share/advertising/10.pl:17
#, c-format
-msgid "Stop by today at <b>www.mandrakestore.com</b>"
+msgid ""
+"\t* <b>GlobeTrotter</b>, a Mandrakelinux distribution pre-installed on the "
+"ultra-compact “LaCie Mobile Hard Drive”."
msgstr ""
-#: share/advertising/dis-10.pl:13 share/advertising/ppp-10.pl:13
-#: share/advertising/pwp-09.pl:13
-#, fuzzy, c-format
-msgid "Become a <b>MandrakeClub</b> member!"
-msgstr "Spertulo"
+#: share/advertising/11.pl:13
+#, c-format
+msgid "<b>Mandrakesoft Products (Professional Solutions)</b>"
+msgstr ""
-#: share/advertising/dis-10.pl:15 share/advertising/dwd-07.pl:15
-#: share/advertising/ppp-10.pl:15 share/advertising/pwp-09.pl:15
+#: share/advertising/11.pl:15
#, c-format
msgid ""
-"Take advantage of valuable benefits, products and services by joining "
-"MandrakeClub, such as:"
+"Below are the Mandrakesoft products designed to meet the <b>professional "
+"needs</b>:"
msgstr ""
-#: share/advertising/dis-10.pl:16 share/advertising/dwd-07.pl:16
-#: share/advertising/ppp-10.pl:17 share/advertising/pwp-09.pl:16
-#, fuzzy, c-format
-msgid "\t- Full access to commercial applications"
-msgstr "aliro al kompililoj"
+#: share/advertising/11.pl:16
+#, c-format
+msgid "\t* <b>Corporate Desktop</b>, The Mandrakelinux Desktop for Businesses."
+msgstr ""
-#: share/advertising/dis-10.pl:17 share/advertising/dwd-07.pl:17
-#: share/advertising/ppp-10.pl:18 share/advertising/pwp-09.pl:17
+#: share/advertising/11.pl:17
#, c-format
-msgid "\t- Special download mirror list exclusively for MandrakeClub Members"
+msgid "\t* <b>Corporate Server</b>, The Mandrakelinux Server Solution."
msgstr ""
-#: share/advertising/dis-10.pl:18 share/advertising/dwd-07.pl:18
-#: share/advertising/ppp-10.pl:19 share/advertising/pwp-09.pl:18
+#: share/advertising/11.pl:18
#, c-format
-msgid "\t- Voting for software to put in Mandrakelinux"
+msgid "\t* <b>Multi-Network Firewall</b>, The Mandrakelinux Security Solution."
msgstr ""
-#: share/advertising/dis-10.pl:19 share/advertising/dwd-07.pl:19
-#: share/advertising/ppp-10.pl:20 share/advertising/pwp-09.pl:19
+#: share/advertising/12.pl:13
#, c-format
-msgid "\t- Special discounts for products and services at MandrakeStore"
+msgid "<b>The KDE Choice</b>"
+msgstr ""
+
+#: share/advertising/12.pl:15
+#, c-format
+msgid ""
+"With your Discovery, you will be introduced to <b>KDE</b>, the most advanced "
+"and user-friendly <b>graphical desktop environment</b> available."
msgstr ""
-#: share/advertising/dis-10.pl:20 share/advertising/dwd-07.pl:20
-#: share/advertising/ppp-04.pl:21 share/advertising/ppp-06.pl:19
-#: share/advertising/ppp-10.pl:21 share/advertising/pwp-04.pl:21
-#: share/advertising/pwp-09.pl:20
+#: share/advertising/12.pl:17
#, c-format
-msgid "\t- Plus much more"
+msgid ""
+"KDE will make your <b>first steps</b> with Linux so <b>easy</b> that you "
+"won't ever think of running another operating system!"
msgstr ""
-#: share/advertising/dis-10.pl:22 share/advertising/dwd-07.pl:22
-#: share/advertising/ppp-10.pl:23 share/advertising/pwp-09.pl:22
+#: share/advertising/12.pl:19
#, c-format
-msgid "For more information, please visit <b>www.mandrakeclub.com</b>"
+msgid ""
+"KDE also includes a lot of <b>well integrated applications</b> such as "
+"Konqueror, the web browser and Kontact, the personal information manager."
msgstr ""
-#: share/advertising/dis-11.pl:13
+#: share/advertising/13-a.pl:13 share/advertising/13-b.pl:13
#, fuzzy, c-format
-msgid "Do you require assistance?"
-msgstr "Ĉu vi havas iun %s interfacon?"
+msgid "<b>Choose your Favorite Desktop Environment</b>"
+msgstr "<b>Programaj medioj</b>"
-#: share/advertising/dis-11.pl:15 share/advertising/dwd-08.pl:16
-#: share/advertising/ppp-11.pl:15 share/advertising/pwp-10.pl:15
+#: share/advertising/13-a.pl:15
#, c-format
-msgid "<b>MandrakeExpert</b> is the primary source for technical support."
+msgid ""
+"With PowerPack, you will have the choice of the <b>graphical desktop "
+"environment</b>. Mandrakesoft has chosen <b>KDE</b> as the default one."
msgstr ""
-#: share/advertising/dis-11.pl:17 share/advertising/dwd-08.pl:18
-#: share/advertising/ppp-11.pl:17 share/advertising/pwp-10.pl:17
+#: share/advertising/13-a.pl:17 share/advertising/13-b.pl:17
#, c-format
msgid ""
-"If you have Linux questions, subscribe to MandrakeExpert at <b>www."
-"mandrakeexpert.com</b>"
+"KDE is one of the <b>most advanced</b> and <b>user-friendly</b> graphical "
+"desktop environment available. It includes a lot of integrated applications."
msgstr ""
-#: share/advertising/dwd-01.pl:17
+#: share/advertising/13-a.pl:19 share/advertising/13-b.pl:19
#, c-format
msgid ""
-"Mandrakelinux is committed to the Open Source Model and fully respects the "
-"General Public License. This new release is the result of collaboration "
-"between MandrakeSoft's team of developers and the worldwide community of "
-"Mandrakelinux contributors."
+"But we advise you to try all available ones (including <b>GNOME</b>, "
+"<b>IceWM</b>, etc.) and pick your favorite."
msgstr ""
-#: share/advertising/dwd-02.pl:13
+#: share/advertising/13-b.pl:15
#, c-format
-msgid "<b>Join the Mandrakelinux community!</b>"
+msgid ""
+"With PowerPack+, you will have the choice of the <b>graphical desktop "
+"environment</b>. Mandrakesoft has chosen <b>KDE</b> as the default one."
msgstr ""
-#: share/advertising/dwd-02.pl:15
+#: share/advertising/14.pl:13
#, c-format
-msgid ""
-"If you would like to get involved, please subscribe to the \"Cooker\" "
-"mailing list by visiting <b>mandrake-linux.com/cooker</b>"
+msgid "<b>OpenOffice.org</b>"
msgstr ""
-#: share/advertising/dwd-02.pl:17
+#: share/advertising/14.pl:15
+#, c-format
+msgid "With Discovery, you will discover <b>OpenOffice.org</b>."
+msgstr ""
+
+#: share/advertising/14.pl:17
#, c-format
msgid ""
-"To learn more about our dynamic community, please visit <b>www.mandrake-"
-"linux.com</b>!"
+"It is a <b>full-featured office suite</b> that includes word processor, "
+"spreadsheet, presentation and drawing applications."
msgstr ""
-#: share/advertising/dwd-03.pl:13
+#: share/advertising/14.pl:19
#, c-format
-msgid "<b>What is Mandrakelinux?</b>"
+msgid ""
+"OpenOffice.org can read and write most types of <b>Microsoft® Office</b> "
+"documents such as Word, Excel and PowerPoint® files."
msgstr ""
-#: share/advertising/dwd-03.pl:15
+#: share/advertising/15.pl:13
+#, fuzzy, c-format
+msgid "<b>Kontact</b>"
+msgstr "<b>Mandrakeclub</b>"
+
+#: share/advertising/15.pl:15
#, c-format
msgid ""
-"Mandrakelinux is an Open Source distribution created with thousands of the "
-"choicest applications from the Free Software world. Mandrakelinux is one of "
-"the most widely used Linux distributions worldwide!"
+"Discovery includes <b>Kontact</b>, the new KDE <b>groupware solution</b>."
msgstr ""
-#: share/advertising/dwd-03.pl:17
+#: share/advertising/15.pl:17
#, c-format
msgid ""
-"Mandrakelinux includes the famous graphical desktops KDE and GNOME, plus the "
-"latest versions of the most popular Open Source applications."
+"More than just a full-featured <b>e-mail client</b>, Kontact also includes "
+"an <b>address book</b>, a <b>calendar</b>, plus a tool for taking <b>notes</"
+"b>!"
msgstr ""
-#: share/advertising/dwd-04.pl:13
+#: share/advertising/15.pl:19
#, c-format
msgid ""
-"Mandrakelinux is widely known as the most user-friendly and the easiest to "
-"install and easy to use Linux distribution."
+"It is the easiest way to communicate with your contacts and to organize your "
+"time."
msgstr ""
-#: share/advertising/dwd-04.pl:15
+#: share/advertising/16.pl:13
#, c-format
-msgid "Find out about our <b>Personal Solutions</b>:"
+msgid "<b>Surf the Internet</b>"
+msgstr "<b>Foliumi la Interreton</b>"
+
+#: share/advertising/16.pl:15
+#, c-format
+msgid "Discovery will give you access to <b>every Internet resource</b>:"
msgstr ""
-#: share/advertising/dwd-04.pl:16
+#: share/advertising/16.pl:16
#, c-format
-msgid "\t- Find out Mandrakelinux on a bootable CD with <b>MandrakeMove</b>"
+msgid "\t* Browse the <b>Web</b> with Konqueror."
msgstr ""
-#: share/advertising/dwd-04.pl:17
+#: share/advertising/16.pl:17
#, c-format
-msgid ""
-"\t- If you use Linux mostly for Office, Internet and Multimedia tasks, "
-"<b>Discovery</b> perfectly meets your needs"
+msgid "\t* <b>Chat</b> online with your friends using Kopete."
msgstr ""
-#: share/advertising/dwd-04.pl:18
+#: share/advertising/16.pl:18
+#, fuzzy, c-format
+msgid "\t* <b>Transfer</b> files with KBear."
+msgstr "Movi dosierojn per FTP"
+
+#: share/advertising/16.pl:19 share/advertising/17.pl:19
+#: share/advertising/18.pl:22
#, c-format
-msgid ""
-"\t- If you appreciate the largest selection of software including powerful "
-"development tools, <b>PowerPack</b> is for you"
+msgid "\t* ..."
msgstr ""
-#: share/advertising/dwd-04.pl:19
+#: share/advertising/17.pl:13
#, c-format
-msgid ""
-"\t- If you require a full-featured Linux solution customized for small to "
-"medium-sized networks, choose <b>PowerPack+</b>"
+msgid "<b>Enjoy our Multimedia Features</b>"
+msgstr ""
+
+#: share/advertising/17.pl:15
+#, c-format
+msgid "Discovery will also make <b>multimedia</b> very easy for you:"
+msgstr ""
+
+#: share/advertising/17.pl:16
+#, c-format
+msgid "\t* Watch your favorite <b>videos</b> with Kaffeine."
msgstr ""
-#: share/advertising/dwd-05.pl:13
+#: share/advertising/17.pl:17
#, c-format
-msgid "Find out also our <b>Business Solutions</b>!"
+msgid "\t* Listen to your <b>music files</b> with amaroK."
msgstr ""
-#: share/advertising/dwd-05.pl:15
+#: share/advertising/17.pl:18
+#, c-format
+msgid "\t* Edit and create <b>images</b> with the GIMP."
+msgstr ""
+
+#: share/advertising/18.pl:13
+#, c-format
+msgid "<b>Enjoy the Wide Range of Applications</b>"
+msgstr ""
+
+#: share/advertising/18.pl:15
#, c-format
msgid ""
-"<b>Corporate Server</b>: the ideal solution for entreprises. It is a "
-"complete \"all-in-one\" solution that includes everything needed to rapidly "
-"deploy world-class Linux server applications."
+"In the Mandrakelinux menu you will find <b>easy-to-use</b> applications for "
+"<b>all of your tasks</b>:"
msgstr ""
-#: share/advertising/dwd-05.pl:17
+#: share/advertising/18.pl:16
+#, c-format
+msgid "\t* Create, edit and share office documents with <b>OpenOffice.org</b>."
+msgstr ""
+
+#: share/advertising/18.pl:17
#, c-format
msgid ""
-"<b>Multi Network Firewall</b>: based on Linux 2.4 \"kernel secure\" to "
-"provide multi-VPN as well as multi-DMZ functionalities. It is the perfect "
-"high performance security solution."
+"\t* Manage your personal data with the integrated personal information "
+"suites <b>Kontact</b> and <b>Evolution</b>."
+msgstr ""
+
+#: share/advertising/18.pl:18
+#, c-format
+msgid "\t* Browse the web with <b>Mozilla</b> and <b>Konqueror</b>."
msgstr ""
-#: share/advertising/dwd-05.pl:19
+#: share/advertising/18.pl:19
+#, c-format
+msgid "\t* Participate in online chat with <b>Kopete</b>."
+msgstr ""
+
+#: share/advertising/18.pl:20
#, c-format
msgid ""
-"<b>MandrakeClustering</b>: the power and speed of a Linux cluster combined "
-"with the stability and easy-of-use of the world-famous Mandrakelinux "
-"distribution. A unique blend for incomparable HPC performance."
+"\t* Listen to your <b>audio CDs</b> and <b>music files</b>, watch your "
+"<b>videos</b>."
+msgstr ""
+
+#: share/advertising/18.pl:21
+#, c-format
+msgid "\t* Edit and create images with the <b>GIMP</b>."
msgstr ""
-#: share/advertising/dwd-06.pl:15
+#: share/advertising/19.pl:13
+#, c-format
+msgid "<b>Development Environments</b>"
+msgstr "<b>Programaj medioj</b>"
+
+#: share/advertising/19.pl:15 share/advertising/22.pl:15
#, c-format
msgid ""
-"Find all MandrakeSoft products at <b>MandrakeStore</b> -- our full service e-"
-"commerce platform."
+"PowerPack gives you the best tools to <b>develop</b> your own applications."
msgstr ""
-#: share/advertising/dwd-06.pl:17
+#: share/advertising/19.pl:17
#, c-format
msgid ""
-"Find out also support incidents if you have any problems, from standard to "
-"professional support, from 1 to 50 incidents, take the one which meets "
-"perfectly your needs!"
+"You will enjoy the powerful, integrated development environment from KDE, "
+"<b>KDevelop</b>, which will let you program in a lot of languages."
msgstr ""
-#: share/advertising/dwd-07.pl:13
-#, fuzzy, c-format
-msgid "<b>Become a MandrakeClub member!</b>"
-msgstr "Spertulo"
+#: share/advertising/19.pl:19
+#, c-format
+msgid ""
+"PowerPack also ships with <b>GCC</b>, the leading Linux compiler and <b>GDB</"
+"b>, the associated debugger."
+msgstr ""
-#: share/advertising/dwd-08.pl:14 share/advertising/ppp-11.pl:13
-#: share/advertising/pwp-10.pl:13
+#: share/advertising/20.pl:13
#, fuzzy, c-format
-msgid "<b>Do you require assistance?</b>"
-msgstr "Ĉu vi havas iun %s interfacon?"
+msgid "<b>Development Editors</b>"
+msgstr "Programisto"
-#: share/advertising/dwd-09.pl:16
+#: share/advertising/20.pl:15
#, c-format
-msgid "<b>Note</b>"
+msgid "PowerPack will let you choose between those <b>popular editors</b>:"
msgstr ""
-#: share/advertising/dwd-09.pl:18
+#: share/advertising/20.pl:16
#, c-format
-msgid "This is the Mandrakelinux <b>Download version</b>."
+msgid "\t* <b>Emacs</b>: a customizable and real time display editor."
msgstr ""
-#: share/advertising/dwd-09.pl:20
+#: share/advertising/20.pl:17
#, c-format
msgid ""
-"The free download version does not include commercial software, and "
-"therefore may not work with certain modems (such as some ADSL and RTC) and "
-"video cards (such as ATI® and NVIDIA®)."
+"\t* <b>XEmacs</b>: another open source text editor and application "
+"development system."
msgstr ""
-#: share/advertising/ppp-01.pl:17
+#: share/advertising/20.pl:18
#, c-format
msgid ""
-"Your new Mandrakelinux distribution and its many applications are the result "
-"of collaborative efforts between MandrakeSoft developers and Mandrakelinux "
-"contributors throughout the world."
+"\t* <b>Vim</b>: an advanced text editor with more features than standard Vi."
msgstr ""
-#: share/advertising/ppp-02.pl:13
+#: share/advertising/21.pl:13
+#, fuzzy, c-format
+msgid "<b>Development Languages</b>"
+msgstr "Programisto"
+
+#: share/advertising/21.pl:15
#, c-format
-msgid "<b>PowerPack+</b>"
+msgid ""
+"With all these <b>powerful tools</b>, you will be able to write applications "
+"in <b>dozens of programming languages</b>:"
msgstr ""
-#: share/advertising/ppp-02.pl:15
+#: share/advertising/21.pl:16
#, c-format
-msgid ""
-"PowerPack+ is a full-featured Linux solution for small to medium-sized "
-"networks. PowerPack+ increases the value of the standard PowerPack by adding "
-"a comprehensive selection of world-class server applications."
+msgid "\t* The famous <b>C language</b>."
msgstr ""
-#: share/advertising/ppp-02.pl:17
+#: share/advertising/21.pl:17
#, c-format
-msgid ""
-"It is the only Mandrakelinux product that includes the groupware solution."
+msgid "\t* Object oriented languages:"
msgstr ""
-#: share/advertising/ppp-03.pl:13 share/advertising/pwp-03.pl:13
+#: share/advertising/21.pl:18
+#, c-format
+msgid "\t\t* <b>C++</b>"
+msgstr "\t\t* <b>C++</b>"
+
+#: share/advertising/21.pl:19
#, c-format
-msgid "<b>Choose your graphical Desktop environment!</b>"
+msgid "\t\t* <b>Java™</b>"
+msgstr "\t\t* <b>Java™</b>"
+
+#: share/advertising/21.pl:20
+#, fuzzy, c-format
+msgid "\t* Scripting languages:"
+msgstr "Presadministrilo"
+
+#: share/advertising/21.pl:21
+#, c-format
+msgid "\t\t* <b>Perl</b>"
+msgstr "\t\t* <b>Perl</b>"
+
+#: share/advertising/21.pl:22
+#, c-format
+msgid "\t\t* <b>Python</b>"
+msgstr "\t\t* <b>Python</b>"
+
+#: share/advertising/21.pl:23 share/advertising/28.pl:22
+#, c-format
+msgid "\t* And many more."
msgstr ""
-#: share/advertising/ppp-03.pl:15 share/advertising/pwp-03.pl:15
+#: share/advertising/22.pl:13
+#, fuzzy, c-format
+msgid "<b>Development Tools</b>"
+msgstr "Programisto"
+
+#: share/advertising/22.pl:17
#, c-format
msgid ""
-"When you log into your Mandrakelinux system for the first time, you can "
-"choose between several popular graphical desktops environments, including: "
-"KDE, GNOME, WindowMaker, IceWM, and others."
+"With the powerful integrated development environment <b>KDevelop</b> and the "
+"leading Linux compiler <b>GCC</b>, you will be able to create applications "
+"in <b>many different languages</b> (C, C++, Java™, Perl, Python, etc.)."
msgstr ""
-#: share/advertising/ppp-04.pl:13
+#: share/advertising/23.pl:13
+#, fuzzy, c-format
+msgid "<b>Groupware Server</b>"
+msgstr "<b>Serviloj</b>"
+
+#: share/advertising/23.pl:15
#, c-format
msgid ""
-"In the Mandrakelinux menu you will find easy-to-use applications for all "
-"tasks:"
+"PowerPack+ will give you access to <b>Kolab</b>, a full-featured "
+"<b>groupware server</b> which will, thanks to the client <b>Kontact</b>, "
+"allow you to:"
msgstr ""
-#: share/advertising/ppp-04.pl:15 share/advertising/pwp-04.pl:15
+#: share/advertising/23.pl:16
#, c-format
-msgid "\t- Create, edit and share office documents with <b>OpenOffice.org</b>"
+msgid "\t* Send and receive your <b>e-mails</b>."
msgstr ""
-#: share/advertising/ppp-04.pl:16
+#: share/advertising/23.pl:17
+#, c-format
+msgid "\t* Share your <b>agendas</b> and your <b>address books</b>."
+msgstr ""
+
+#: share/advertising/23.pl:18
+#, c-format
+msgid "\t* Manage your <b>memos</b> and <b>task lists</b>."
+msgstr ""
+
+#: share/advertising/24.pl:13
+#, c-format
+msgid "<b>Servers</b>"
+msgstr "<b>Serviloj</b>"
+
+#: share/advertising/24.pl:15
#, c-format
msgid ""
-"\t- Take charge of your personal data with the integrated personal "
-"information suites: <b>Kontact</b> and <b>Evolution</b>"
+"Empower your business network with <b>premier server solutions</b> including:"
msgstr ""
-#: share/advertising/ppp-04.pl:17
+#: share/advertising/24.pl:16
#, c-format
-msgid "\t- Browse the Web with <b>Mozilla and Konqueror</b>"
+msgid ""
+"\t* <b>Samba</b>: File and print services for Microsoft® Windows® clients."
msgstr ""
-#: share/advertising/ppp-04.pl:18 share/advertising/pwp-04.pl:18
+#: share/advertising/24.pl:17
#, c-format
-msgid "\t- Participate in online chat with <b>Kopete</b>"
+msgid "\t* <b>Apache</b>: The most widely used web server."
msgstr ""
-#: share/advertising/ppp-04.pl:19
+#: share/advertising/24.pl:18
#, c-format
msgid ""
-"\t- Listen to audio CDs and music files with <b>KsCD</b> and <b>Totem</b>"
+"\t* <b>MySQL</b> and <b>PostgreSQL</b>: The world's most popular open source "
+"databases."
msgstr ""
-#: share/advertising/ppp-04.pl:20 share/advertising/pwp-04.pl:20
+#: share/advertising/24.pl:19
#, c-format
-msgid "\t- Edit images and photos with <b>The Gimp</b>"
+msgid ""
+"\t* <b>CVS</b>: Concurrent Versions System, the dominant open source network-"
+"transparent version control system."
msgstr ""
-#: share/advertising/ppp-05.pl:13
+#: share/advertising/24.pl:20
#, c-format
msgid ""
-"PowerPack+ includes everything needed for developing and creating your own "
-"software, including:"
+"\t* <b>ProFTPD</b>: The highly configurable GPL-licensed FTP server software."
msgstr ""
-#: share/advertising/ppp-05.pl:15 share/advertising/pwp-05.pl:16
+#: share/advertising/24.pl:21
#, c-format
msgid ""
-"\t- <b>Kdevelop</b>: a full featured, easy to use Integrated Development "
-"Environment for C++ programming"
+"\t* <b>Postfix</b> and <b>Sendmail</b>: The popular and powerful mail "
+"servers."
msgstr ""
-#: share/advertising/ppp-05.pl:16 share/advertising/pwp-05.pl:17
+#: share/advertising/25.pl:13
+#, fuzzy, c-format
+msgid "<b>Mandrakelinux Control Center</b>"
+msgstr "Konekti al la interreto"
+
+#: share/advertising/25.pl:15
#, c-format
-msgid "\t- <b>GCC</b>: the GNU Compiler Collection"
+msgid ""
+"The <b>Mandrakelinux Control Center</b> is an essential collection of "
+"Mandrakelinux-specific utilities designed to simplify the configuration of "
+"your computer."
msgstr ""
-#: share/advertising/ppp-05.pl:17 share/advertising/pwp-05.pl:18
+#: share/advertising/25.pl:17
#, c-format
-msgid "\t- <b>GDB</b>: the GNU Project debugger"
+msgid ""
+"You will immediately appreciate this collection of <b>more than 60</b> handy "
+"utilities for <b>easily configuring your system</b>: hardware devices, mount "
+"points, network and Internet, security level of your computer, etc."
msgstr ""
-#: share/advertising/ppp-05.pl:18 share/advertising/pwp-06.pl:16
+#: share/advertising/26.pl:13
#, c-format
-msgid "\t- <b>Emacs</b>: a customizable and real time display editor"
+msgid "<b>The Open Source Model</b>"
msgstr ""
-#: share/advertising/ppp-05.pl:19
+#: share/advertising/26.pl:15
#, c-format
msgid ""
-"\t- <b>Xemacs</b>: open source text editor and application development system"
+"Like all computer programming, open source software <b>requires time and "
+"people</b> for development. In order to respect the open source philosophy, "
+"Mandrakesoft sells added value products and services to <b>keep improving "
+"Mandrakelinux</b>. If you want to <b>support the open source philosophy</b> "
+"and the development of Mandrakelinux, <b>please</b> consider buying one of "
+"our products or services!"
msgstr ""
-#: share/advertising/ppp-05.pl:20
+#: share/advertising/27.pl:13
+#, fuzzy, c-format
+msgid "<b>Online Store</b>"
+msgstr "Konekti al la interreto"
+
+#: share/advertising/27.pl:15
#, c-format
msgid ""
-"\t- <b>Vim</b>: advanced text editor with more features than standard Vi"
+"To learn more about Mandrakesoft products and services, you can visit our "
+"<b>e-commerce platform</b>."
msgstr ""
-#: share/advertising/ppp-06.pl:13
+#: share/advertising/27.pl:17
#, c-format
-msgid "<b>Discover the full-featured groupware solution!</b>"
+msgid "There you can find all our products, services and third-party products."
msgstr ""
-#: share/advertising/ppp-06.pl:15
+#: share/advertising/27.pl:19
#, c-format
-msgid "It includes both server and client features for:"
+msgid ""
+"This platform has just been <b>redesigned</b> to improve its efficiency and "
+"usability."
msgstr ""
-#: share/advertising/ppp-06.pl:16
+#: share/advertising/27.pl:21
#, c-format
-msgid "\t- Sending and receiving emails"
+msgid "Stop by today at <b>store.mandrakesoft.com</b>!"
msgstr ""
-#: share/advertising/ppp-06.pl:17
+#: share/advertising/28.pl:13
+#, c-format
+msgid "<b>Mandrakeclub</b>"
+msgstr "<b>Mandrakeclub</b>"
+
+#: share/advertising/28.pl:15
#, c-format
msgid ""
-"\t- Calendar, Task List, Memos, Contacts, Meeting Request (sending and "
-"receiving), Task Requests (sending and receiving)"
+"<b>Mandrakeclub</b> is the <b>perfect companion</b> to your Mandrakelinux "
+"product.."
msgstr ""
-#: share/advertising/ppp-06.pl:18
+#: share/advertising/28.pl:17
#, c-format
-msgid "\t- Address Book (server and client)"
+msgid ""
+"Take advantage of <b>valuable benefits</b> by joining Mandrakeclub, such as:"
msgstr ""
-#: share/advertising/ppp-07.pl:13
+#: share/advertising/28.pl:18
#, c-format
msgid ""
-"Empower your business network with <b>premier server solutions</b> including:"
+"\t* <b>Special discounts</b> on products and services of our online store "
+"<b>store.mandrakesoft.com</b>."
+msgstr ""
+
+#: share/advertising/28.pl:19
+#, c-format
+msgid ""
+"\t* Access to <b>commercial applications</b> (for example to NVIDIA® or ATI™ "
+"drivers)."
msgstr ""
-#: share/advertising/ppp-07.pl:15
+#: share/advertising/28.pl:20
#, c-format
-msgid "\t- <b>Samba</b>: File and print services for MS-Windows clients"
+msgid "\t* Participation in Mandrakelinux <b>user forums</b>."
msgstr ""
-#: share/advertising/ppp-07.pl:16
+#: share/advertising/28.pl:21
#, c-format
-msgid "\t- <b>Apache</b>: The most widely used Web server"
+msgid ""
+"\t* <b>Early and privileged access</b>, before public release, to "
+"Mandrakelinux <b>ISO images</b>."
msgstr ""
-#: share/advertising/ppp-07.pl:17
+#: share/advertising/29.pl:13
+#, fuzzy, c-format
+msgid "<b>Mandrakeonline</b>"
+msgstr "Konekti al la interreto"
+
+#: share/advertising/29.pl:15
#, c-format
-msgid "\t- <b>MySQL</b>: The world's most popular Open Source database"
+msgid ""
+"<b>Mandrakeonline</b> is a new premium service that Mandrakesoft is proud to "
+"offer its customers!"
msgstr ""
-#: share/advertising/ppp-07.pl:18
+#: share/advertising/29.pl:17
#, c-format
msgid ""
-"\t- <b>CVS</b>: Concurrent Versions System, the dominant open-source network-"
-"transparent version control system"
+"Mandrakeonline provides a wide range of valuable services for <b>easily "
+"updating</b> your Mandrakelinux systems:"
+msgstr ""
+
+#: share/advertising/29.pl:18
+#, c-format
+msgid "\t* <b>Perfect</b> system security (automated software updates)."
msgstr ""
-#: share/advertising/ppp-07.pl:19
+#: share/advertising/29.pl:19
#, c-format
msgid ""
-"\t- <b>ProFTPD</b>: the highly configurable GPL-licensed FTP server software"
+"\t* <b>Notification</b> of updates (by e-mail or by an applet on the "
+"desktop)."
msgstr ""
-#: share/advertising/ppp-07.pl:20
+#: share/advertising/29.pl:20
#, c-format
-msgid "\t- And others"
+msgid "\t* Flexible <b>scheduled</b> updates."
msgstr ""
-#: share/advertising/pwp-01.pl:17
+#: share/advertising/29.pl:21
#, c-format
msgid ""
-"Your new Mandrakelinux distribution is the result of collaborative efforts "
-"between MandrakeSoft developers and Mandrakelinux contributors throughout "
-"the world."
+"\t* Management of <b>all your Mandrakelinux systems</b> with one account."
msgstr ""
-#: share/advertising/pwp-01.pl:19
+#: share/advertising/30.pl:13
+#, c-format
+msgid "<b>Mandrakeexpert</b>"
+msgstr "<b>Mandrakeexpert</b>"
+
+#: share/advertising/30.pl:15
#, c-format
msgid ""
-"We would like to thank everyone who participated in the development of our "
-"latest release."
+"Do you require <b>assistance?</b> Meet Mandrakesoft's technical experts on "
+"<b>our technical support platform</b> www.mandrakeexpert.com."
msgstr ""
-#: share/advertising/pwp-02.pl:13
+#: share/advertising/30.pl:17
#, c-format
-msgid "<b>PowerPack</b>"
+msgid ""
+"Thanks to the help of <b>qualified Mandrakelinux experts</b>, you will save "
+"a lot of time."
msgstr ""
-#: share/advertising/pwp-02.pl:15
+#: share/advertising/30.pl:19
#, c-format
msgid ""
-"PowerPack is MandrakeSoft's premier Linux desktop product. In addition to "
-"being the easiest and the most user-friendly Linux distribution, PowerPack "
-"includes thousands of applications - everything from the most popular to the "
-"most technical."
+"For any question related to Mandrakelinux, you have the possibility to "
+"purchase support incidents at <b>store.mandrakesoft.com</b>."
msgstr ""
-#: share/advertising/pwp-04.pl:13
+#: share/compssUsers.pl:25
+#, fuzzy, c-format
+msgid "Office Workstation"
+msgstr "Laborstacio"
+
+#: share/compssUsers.pl:27
#, c-format
msgid ""
-"In the Mandrakelinux menu you will find easy-to-use applications for all of "
-"your tasks:"
+"Office programs: wordprocessors (OpenOffice.org Writer, Kword), spreadsheets "
+"(OpenOffice.org Calc, Kspread), PDF viewers, etc"
msgstr ""
-#: share/advertising/pwp-04.pl:16
+#: share/compssUsers.pl:28
#, c-format
msgid ""
-"\t- Take charge of your personal data with the integrated personal "
-"information suites <b>Kontact</b> and <b>Evolution</b>"
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
-#: share/advertising/pwp-04.pl:17
+#: share/compssUsers.pl:33
+#, fuzzy, c-format
+msgid "Game station"
+msgstr "Dokumentaro"
+
+#: share/compssUsers.pl:34
#, c-format
-msgid "\t- Browse the Web with <b>Mozilla</b> and <b>Konqueror</b>"
+msgid "Amusement programs: arcade, boards, strategy, etc"
msgstr ""
-#: share/advertising/pwp-04.pl:19
+#: share/compssUsers.pl:37
+#, fuzzy, c-format
+msgid "Multimedia station"
+msgstr "Plurmedia - Sono"
+
+#: share/compssUsers.pl:38
#, c-format
-msgid "\t- Listen to audio CDs and music files with KsCD and <b>Totem</b>"
+msgid "Sound and video playing/editing programs"
msgstr ""
-#: share/advertising/pwp-05.pl:13 share/advertising/pwp-06.pl:13
+#: share/compssUsers.pl:43
#, fuzzy, c-format
-msgid "<b>Development tools</b>"
-msgstr "Programisto"
+msgid "Internet station"
+msgstr "Interreta Konfigurado"
-#: share/advertising/pwp-05.pl:15
+#: share/compssUsers.pl:44
#, c-format
msgid ""
-"PowerPack includes everything needed for developing and creating your own "
-"software, including:"
+"Set of tools to read and send mail and news (mutt, tin..) and to browse the "
+"Web"
+msgstr ""
+
+#: share/compssUsers.pl:49
+#, fuzzy, c-format
+msgid "Network Computer (client)"
+msgstr "Reta Printilo (ingo)"
+
+#: share/compssUsers.pl:50
+#, c-format
+msgid "Clients for different protocols including ssh"
+msgstr ""
+
+#: share/compssUsers.pl:54
+#, fuzzy, c-format
+msgid "Configuration"
+msgstr "LAN Konfiguraĵo"
+
+#: share/compssUsers.pl:55
+#, fuzzy, c-format
+msgid "Tools to ease the configuration of your computer"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+
+#: share/compssUsers.pl:59
+#, c-format
+msgid "Console Tools"
msgstr ""
-#: share/advertising/pwp-06.pl:15
+#: share/compssUsers.pl:60
#, c-format
-msgid "And of course the editors!"
+msgid "Editors, shells, file tools, terminals"
+msgstr "Redaktiloj, ŝeloj, dosieriloj, terminaloj"
+
+#: share/compssUsers.pl:65 share/compssUsers.pl:165
+#, c-format
+msgid "C and C++ development libraries, programs and include files"
+msgstr "C kaj C++ programadaj bibliotekoj, programoj kaj ĉapdosieroj"
+
+#: share/compssUsers.pl:69 share/compssUsers.pl:169
+#, c-format
+msgid "Documentation"
+msgstr "Dokumentaro"
+
+#: share/compssUsers.pl:70 share/compssUsers.pl:170
+#, c-format
+msgid "Books and Howto's on Linux and Free Software"
msgstr ""
-#: share/advertising/pwp-06.pl:17
+#: share/compssUsers.pl:74 share/compssUsers.pl:173
+#, c-format
+msgid "LSB"
+msgstr ""
+
+#: share/compssUsers.pl:75 share/compssUsers.pl:174
+#, c-format
+msgid "Linux Standard Base. Third party applications support"
+msgstr ""
+
+#: share/compssUsers.pl:85
+#, c-format
+msgid "Apache"
+msgstr ""
+
+#: share/compssUsers.pl:88
+#, fuzzy, c-format
+msgid "Groupware"
+msgstr "Laborgrupo"
+
+#: share/compssUsers.pl:89
+#, fuzzy, c-format
+msgid "Kolab Server"
+msgstr "NIS Servilo"
+
+#: share/compssUsers.pl:92 share/compssUsers.pl:133
+#, c-format
+msgid "Firewall/Router"
+msgstr ""
+
+#: share/compssUsers.pl:93 share/compssUsers.pl:134
+#, fuzzy, c-format
+msgid "Internet gateway"
+msgstr "Interreto"
+
+#: share/compssUsers.pl:96
+#, fuzzy, c-format
+msgid "Mail/News"
+msgstr "/Dosiero/_Nova"
+
+#: share/compssUsers.pl:97
+#, fuzzy, c-format
+msgid "Postfix mail server, Inn news server"
+msgstr "Datumbazoj"
+
+#: share/compssUsers.pl:100
+#, fuzzy, c-format
+msgid "Directory Server"
+msgstr "Restaŭru de disketo"
+
+#: share/compssUsers.pl:104
+#, fuzzy, c-format
+msgid "FTP Server"
+msgstr "NTP Servilo"
+
+#: share/compssUsers.pl:105
+#, c-format
+msgid "ProFTPd"
+msgstr ""
+
+#: share/compssUsers.pl:108
+#, fuzzy, c-format
+msgid "DNS/NIS"
+msgstr "DNS/NIS"
+
+#: share/compssUsers.pl:109
+#, fuzzy, c-format
+msgid "Domain Name and Network Information Server"
+msgstr "Domajn-nom-servilo"
+
+#: share/compssUsers.pl:112
+#, fuzzy, c-format
+msgid "File and Printer Sharing Server"
+msgstr "Printservilo"
+
+#: share/compssUsers.pl:113
+#, fuzzy, c-format
+msgid "NFS Server, Samba server"
+msgstr "NIS Servilo"
+
+#: share/compssUsers.pl:116 share/compssUsers.pl:129
+#, fuzzy, c-format
+msgid "Database"
+msgstr "Datumbazoj"
+
+#: share/compssUsers.pl:117
+#, c-format
+msgid "PostgreSQL and MySQL Database Server"
+msgstr ""
+
+#: share/compssUsers.pl:121
+#, c-format
+msgid "Web/FTP"
+msgstr "TTT/FTP"
+
+#: share/compssUsers.pl:122
+#, c-format
+msgid "Apache, Pro-ftpd"
+msgstr ""
+
+#: share/compssUsers.pl:125
+#, fuzzy, c-format
+msgid "Mail"
+msgstr "Malio"
+
+#: share/compssUsers.pl:126
+#, fuzzy, c-format
+msgid "Postfix mail server"
+msgstr "Datumbazoj"
+
+#: share/compssUsers.pl:130
+#, c-format
+msgid "PostgreSQL or MySQL database server"
+msgstr ""
+
+#: share/compssUsers.pl:137
+#, fuzzy, c-format
+msgid "Network Computer server"
+msgstr "Reta Printilo (ingo)"
+
+#: share/compssUsers.pl:138
+#, c-format
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr ""
+
+#: share/compssUsers.pl:146
+#, c-format
+msgid "KDE Workstation"
+msgstr "KDE Laborstacio"
+
+#: share/compssUsers.pl:147
#, c-format
msgid ""
-"\t- <b>Xemacs</b>: another open source text editor and application "
-"development system"
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
msgstr ""
-#: share/advertising/pwp-06.pl:18
+#: share/compssUsers.pl:151
+#, c-format
+msgid "GNOME Workstation"
+msgstr "Gnoma Laborstacio"
+
+#: share/compssUsers.pl:152
#, c-format
msgid ""
-"\t- <b>Vim</b>: an advanced text editor with more features than standard Vi"
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
msgstr ""
+#: share/compssUsers.pl:155
+#, c-format
+msgid "Other Graphical Desktops"
+msgstr ""
+
+#: share/compssUsers.pl:156
+#, c-format
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr ""
+
+#: share/compssUsers.pl:179
+#, fuzzy, c-format
+msgid "Utilities"
+msgstr "Filipinoj"
+
+#: share/compssUsers.pl:181 share/compssUsers.pl:182 standalone/logdrake:381
+#, fuzzy, c-format
+msgid "SSH Server"
+msgstr "NIS Servilo"
+
+#: share/compssUsers.pl:186
+#, fuzzy, c-format
+msgid "Webmin"
+msgstr "Webcam"
+
+#: share/compssUsers.pl:187
+#, fuzzy, c-format
+msgid "Webmin Remote Configuration Server"
+msgstr "Interreta Konfigurado"
+
+#: share/compssUsers.pl:191
+#, fuzzy, c-format
+msgid "Network Utilities/Monitoring"
+msgstr "Reta Konfiguraĵo"
+
+#: share/compssUsers.pl:192
+#, c-format
+msgid "Monitoring tools, processes accounting, tcpdump, nmap, ..."
+msgstr ""
+
+#: share/compssUsers.pl:196
+#, fuzzy, c-format
+msgid "MandrakeSoft Wizards"
+msgstr "Konekti al la interreto"
+
+#: share/compssUsers.pl:197
+#, fuzzy, c-format
+msgid "Wizards to configure server"
+msgstr "Malsukcesis konfiguri la printilon \"%s\"!"
+
#: standalone.pm:21
#, c-format
msgid ""
@@ -14006,21 +14895,21 @@ msgid ""
msgstr ""
#: standalone.pm:57
-#, c-format
+#, fuzzy, c-format
msgid ""
"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
"OPTIONS:\n"
" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
+" --report - program should be one of mandrakelinux tools\n"
+" --incident - program should be one of mandrakelinux tools"
msgstr ""
"[OPCIOJ] [PROGRAM_NOMO]\n"
"\n"
"OPCIOJ:\n"
" --help - montru tiun help-mesaĝon.\n"
-" --report - programo estu iu de mandrake tools\n"
-" --incident - programo estu iu de mandrake tools"
+" --report - programo estu iu de Mandrakelinux iloj\n"
+" --incident - programo estu iu de Mandrakelinux iloj"
#: standalone.pm:63
#, c-format
@@ -14042,7 +14931,7 @@ msgid ""
"OPTIONS:\n"
"--windows_import : import from all available windows partitions.\n"
"--xls_fonts : show all fonts that already exist from xls\n"
-"--install : accept any font file and any directry.\n"
+"--install : accept any font file and any directory.\n"
"--uninstall : uninstall any font or any directory of font.\n"
"--replace : replace all font if already exist\n"
"--application : 0 none application.\n"
@@ -14064,10 +14953,10 @@ msgstr ""
" : kaj gs por ghostscript nur por tiu ĉi."
#: standalone.pm:84
-#, c-format
+#, fuzzy, c-format
msgid ""
"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
+"Mandrakelinux Terminal Server Configurator\n"
"--enable : enable MTS\n"
"--disable : disable MTS\n"
"--start : start MTS\n"
@@ -14170,7 +15059,7 @@ msgstr ""
" XFdrake [--noauto] monitor\n"
" XFdrake resolution"
-#: standalone.pm:128
+#: standalone.pm:133
#, c-format
msgid ""
"\n"
@@ -14181,107 +15070,101 @@ msgstr ""
"Uzado: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
"testing] [-v|--version] "
-#: standalone/XFdrake:87
+#: standalone/XFdrake:85
#, c-format
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
"Bonvole adiaŭu kaj sekve uzu Kontrol-Alt-Retropaŝo (Ctrl-Alt-Backspace)."
-#: standalone/XFdrake:91
+#: standalone/XFdrake:89
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: standalone/drakTermServ:79
+#: standalone/drakTermServ:76
#, c-format
msgid "Useless without Terminal Server"
msgstr ""
-#: standalone/drakTermServ:116 standalone/drakTermServ:123
+#: standalone/drakTermServ:108 standalone/drakTermServ:114
#, c-format
msgid "%s: %s requires a username...\n"
msgstr ""
-#: standalone/drakTermServ:136
+#: standalone/drakTermServ:125
#, c-format
msgid ""
"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
"0/1 for Local Config...\n"
msgstr ""
-#: standalone/drakTermServ:143
+#: standalone/drakTermServ:131
#, c-format
msgid "%s: %s requires hostname...\n"
msgstr ""
-#: standalone/drakTermServ:226 standalone/drakTermServ:500
-#: standalone/drakfont:575
-#, c-format
-msgid "OK"
-msgstr "Jes"
-
-#: standalone/drakTermServ:237 standalone/drakTermServ:240
+#: standalone/drakTermServ:213 standalone/drakTermServ:216
#, fuzzy, c-format
msgid "Terminal Server Configuration"
msgstr "Interreta Konfigurado"
-#: standalone/drakTermServ:255
+#: standalone/drakTermServ:231
#, fuzzy, c-format
msgid "Enable Server"
msgstr "Datumbazoj"
-#: standalone/drakTermServ:261
+#: standalone/drakTermServ:237
#, fuzzy, c-format
msgid "Disable Server"
msgstr "Datumbazoj"
-#: standalone/drakTermServ:269
+#: standalone/drakTermServ:245
#, fuzzy, c-format
msgid "Start Server"
msgstr "NIS Servilo"
-#: standalone/drakTermServ:275
+#: standalone/drakTermServ:251
#, fuzzy, c-format
msgid "Stop Server"
msgstr "NIS Servilo"
-#: standalone/drakTermServ:283
+#: standalone/drakTermServ:259
#, c-format
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: standalone/drakTermServ:287
+#: standalone/drakTermServ:263
#, c-format
msgid "Net Boot Images"
msgstr ""
-#: standalone/drakTermServ:293
+#: standalone/drakTermServ:269
#, fuzzy, c-format
msgid "Add/Del Users"
msgstr "Aldonu uzanto"
-#: standalone/drakTermServ:297
+#: standalone/drakTermServ:273
#, c-format
msgid "Add/Del Clients"
msgstr ""
-#: standalone/drakTermServ:308 standalone/drakbug:54
+#: standalone/drakTermServ:284 standalone/drakbug:47
#, fuzzy, c-format
msgid "First Time Wizard"
msgstr "Bonvenon al Unuafoja Sorĉilo"
-#: standalone/drakTermServ:340 standalone/drakTermServ:341
+#: standalone/drakTermServ:315 standalone/drakTermServ:316
#, c-format
msgid "%s defined as dm, adding gdm user to /etc/passwd$$CLIENT$$"
msgstr ""
-#: standalone/drakTermServ:347
+#: standalone/drakTermServ:322
#, c-format
msgid ""
"\n"
" This wizard routine will:\n"
" \t1) Ask you to select either 'thin' or 'fat' clients.\n"
-"\t2) Setup dhcp.\n"
+"\t2) Setup DHCP.\n"
"\t\n"
"After doing these steps, the wizard will:\n"
"\t\n"
@@ -14298,22 +15181,22 @@ msgid ""
" f) If it's thin clients, ask if you want to restart KDM.\n"
msgstr ""
-#: standalone/drakTermServ:392
+#: standalone/drakTermServ:367
#, fuzzy, c-format
msgid "Cancel Wizard"
msgstr "Lanĉu userdrake"
-#: standalone/drakTermServ:404
+#: standalone/drakTermServ:379
#, c-format
msgid "Please save dhcpd config!"
msgstr ""
-#: standalone/drakTermServ:432
+#: standalone/drakTermServ:407
#, c-format
msgid "Use thin clients."
msgstr ""
-#: standalone/drakTermServ:434
+#: standalone/drakTermServ:409
#, c-format
msgid ""
"Please select default client type.\n"
@@ -14322,45 +15205,45 @@ msgid ""
" 'Fat' clients use their own CPU/RAM but the server's filesystem."
msgstr ""
-#: standalone/drakTermServ:446 standalone/drakTermServ:1061
+#: standalone/drakTermServ:421 standalone/drakTermServ:1034
#, c-format
msgid "Sync client X keyboard settings with server."
msgstr ""
-#: standalone/drakTermServ:453
+#: standalone/drakTermServ:428
#, c-format
msgid "Creating net boot images for all kernels"
msgstr ""
-#: standalone/drakTermServ:454 standalone/drakTermServ:753
-#: standalone/drakTermServ:769
+#: standalone/drakTermServ:429 standalone/drakTermServ:726
+#: standalone/drakTermServ:742
#, c-format
msgid "This will take a few minutes."
msgstr ""
-#: standalone/drakTermServ:458 standalone/drakTermServ:478
+#: standalone/drakTermServ:433 standalone/drakTermServ:452
#, fuzzy, c-format
msgid "Done!"
msgstr "Finata"
-#: standalone/drakTermServ:464
+#: standalone/drakTermServ:438
#, c-format
msgid "Syncing server user list with client list, including root."
msgstr ""
-#: standalone/drakTermServ:484
+#: standalone/drakTermServ:458
#, c-format
msgid ""
"In order to enable changes made for thin clients, the display manager must "
"be restarted. Restart now?"
msgstr ""
-#: standalone/drakTermServ:519
+#: standalone/drakTermServ:493
#, fuzzy, c-format
msgid "Terminal Server Overview"
msgstr "Interreta Konfigurado"
-#: standalone/drakTermServ:520
+#: standalone/drakTermServ:494
#, c-format
msgid ""
" - Create Etherboot Enabled Boot Images:\n"
@@ -14376,7 +15259,7 @@ msgid ""
"one full kernel."
msgstr ""
-#: standalone/drakTermServ:526
+#: standalone/drakTermServ:500
#, c-format
msgid ""
" - Maintain /etc/dhcpd.conf:\n"
@@ -14396,7 +15279,7 @@ msgid ""
"like:"
msgstr ""
-#: standalone/drakTermServ:544
+#: standalone/drakTermServ:518
#, c-format
msgid ""
" While you can use a pool of IP addresses, rather than setup a "
@@ -14407,14 +15290,14 @@ msgid ""
"\t\t\t\n"
" Note: The '#type' entry is only used by drakTermServ. Clients can "
"either be 'thin'\n"
-" or 'fat'. Thin clients run most software on the server via xdmcp, "
+" or 'fat'. Thin clients run most software on the server via XDMCP, "
"while fat clients run \n"
" most software on the client machine. A special inittab, %s is\n"
" written for thin clients. System config files xdm-config, kdmrc, and "
"gdm.conf are \n"
-" modified if thin clients are used, to enable xdmcp. Since there are "
+" modified if thin clients are used, to enable XDMCP. Since there are "
"security issues in \n"
-" using xdmcp, hosts.deny and hosts.allow are modified to limit access "
+" using XDMCP, hosts.deny and hosts.allow are modified to limit access "
"to the local\n"
" subnet.\n"
"\t\t\t\n"
@@ -14435,7 +15318,7 @@ msgid ""
"clients."
msgstr ""
-#: standalone/drakTermServ:564
+#: standalone/drakTermServ:538
#, c-format
msgid ""
" - Maintain /etc/exports:\n"
@@ -14453,7 +15336,7 @@ msgid ""
" \tWith SUBNET/MASK being defined for your network."
msgstr ""
-#: standalone/drakTermServ:576
+#: standalone/drakTermServ:550
#, c-format
msgid ""
" - Maintain %s:\n"
@@ -14464,7 +15347,7 @@ msgid ""
"file."
msgstr ""
-#: standalone/drakTermServ:580
+#: standalone/drakTermServ:554
#, c-format
msgid ""
" - Per client %s:\n"
@@ -14475,7 +15358,7 @@ msgid ""
" \tdrakTermServ will help create these files."
msgstr ""
-#: standalone/drakTermServ:585
+#: standalone/drakTermServ:559
#, c-format
msgid ""
" - Per client system configuration files:\n"
@@ -14495,7 +15378,7 @@ msgid ""
"machine is configured."
msgstr ""
-#: standalone/drakTermServ:594
+#: standalone/drakTermServ:568
#, c-format
msgid ""
" - /etc/xinetd.d/tftp:\n"
@@ -14505,7 +15388,7 @@ msgid ""
"the boot image to \n"
" \teach diskless client.\n"
"\n"
-" \tA typical tftp configuration file looks like:\n"
+" \tA typical TFTP configuration file looks like:\n"
" \t\t\n"
" \tservice tftp\n"
"\t\t\t{\n"
@@ -14525,13 +15408,13 @@ msgid ""
" \tputs its images."
msgstr ""
-#: standalone/drakTermServ:615
+#: standalone/drakTermServ:589
#, c-format
msgid ""
" - Create etherboot floppies/CDs:\n"
" \tThe diskless client machines need either ROM images on the NIC, or "
"a boot floppy\n"
-" \tor CD to initate the boot sequence. drakTermServ will help "
+" \tor CD to initiate the boot sequence. drakTermServ will help "
"generate these\n"
" \timages, based on the NIC in the client machine.\n"
" \t\t\n"
@@ -14543,62 +15426,62 @@ msgid ""
" \t\t/usr/lib/etherboot/zimg/3c509.zimg > /dev/fd0"
msgstr ""
-#: standalone/drakTermServ:650
+#: standalone/drakTermServ:624
#, c-format
msgid "Boot Floppy"
msgstr ""
-#: standalone/drakTermServ:652
+#: standalone/drakTermServ:626
#, c-format
msgid "Boot ISO"
msgstr ""
-#: standalone/drakTermServ:654
+#: standalone/drakTermServ:628
#, fuzzy, c-format
msgid "PXE Image"
msgstr "Kerna bildo"
-#: standalone/drakTermServ:723
+#: standalone/drakTermServ:696
#, fuzzy, c-format
msgid "Default kernel version"
msgstr "Kerna versio"
-#: standalone/drakTermServ:751
+#: standalone/drakTermServ:724
#, c-format
msgid "Build Whole Kernel -->"
msgstr ""
-#: standalone/drakTermServ:758
+#: standalone/drakTermServ:731
#, c-format
msgid "No kernel selected!"
msgstr ""
-#: standalone/drakTermServ:761
+#: standalone/drakTermServ:734
#, c-format
msgid "Build Single NIC -->"
msgstr ""
-#: standalone/drakTermServ:765
+#: standalone/drakTermServ:738
#, fuzzy, c-format
msgid "No NIC selected!"
msgstr "Ne konektita"
-#: standalone/drakTermServ:768
+#: standalone/drakTermServ:741
#, c-format
msgid "Build All Kernels -->"
msgstr ""
-#: standalone/drakTermServ:776
+#: standalone/drakTermServ:749
#, fuzzy, c-format
msgid "<-- Delete"
msgstr "Forigu"
-#: standalone/drakTermServ:783
+#: standalone/drakTermServ:756
#, fuzzy, c-format
msgid "Delete All NBIs"
msgstr "Elektu dosieron"
-#: standalone/drakTermServ:870
+#: standalone/drakTermServ:843
#, c-format
msgid ""
"!!! Indicates the password in the system database is different than\n"
@@ -14606,171 +15489,171 @@ msgid ""
"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: standalone/drakTermServ:875
+#: standalone/drakTermServ:848
#, fuzzy, c-format
msgid "Add User -->"
msgstr "Aldonu uzanto"
-#: standalone/drakTermServ:881
+#: standalone/drakTermServ:854
#, c-format
msgid "<-- Del User"
msgstr ""
-#: standalone/drakTermServ:917
+#: standalone/drakTermServ:890
#, fuzzy, c-format
msgid "type: %s"
msgstr "Speco: "
-#: standalone/drakTermServ:921
+#: standalone/drakTermServ:894
#, c-format
msgid "local config: %s"
msgstr ""
-#: standalone/drakTermServ:951
+#: standalone/drakTermServ:924
#, fuzzy, c-format
msgid ""
"Allow local hardware\n"
"configuration."
msgstr "Post-instala konfigurado"
-#: standalone/drakTermServ:960
+#: standalone/drakTermServ:933
#, c-format
msgid "No net boot images created!"
msgstr ""
-#: standalone/drakTermServ:978
+#: standalone/drakTermServ:951
#, c-format
msgid "Thin Client"
msgstr ""
-#: standalone/drakTermServ:982
+#: standalone/drakTermServ:955
#, c-format
msgid "Allow Thin Clients"
msgstr ""
-#: standalone/drakTermServ:983
+#: standalone/drakTermServ:956
#, c-format
msgid "Add Client -->"
msgstr ""
-#: standalone/drakTermServ:997
+#: standalone/drakTermServ:970
#, fuzzy, c-format
msgid "type: fat"
msgstr "Speco: "
-#: standalone/drakTermServ:998
+#: standalone/drakTermServ:971
#, fuzzy, c-format
msgid "type: thin"
msgstr "Speco: "
-#: standalone/drakTermServ:1005
+#: standalone/drakTermServ:978
#, fuzzy, c-format
msgid "local config: false"
msgstr "Lokaj dosieroj"
-#: standalone/drakTermServ:1006
+#: standalone/drakTermServ:979
#, fuzzy, c-format
msgid "local config: true"
msgstr "ne konfigurita"
-#: standalone/drakTermServ:1014
+#: standalone/drakTermServ:987
#, c-format
msgid "<-- Edit Client"
msgstr ""
-#: standalone/drakTermServ:1040
+#: standalone/drakTermServ:1013
#, c-format
msgid "Disable Local Config"
msgstr ""
-#: standalone/drakTermServ:1047
+#: standalone/drakTermServ:1020
#, fuzzy, c-format
msgid "Delete Client"
msgstr "Forigu"
-#: standalone/drakTermServ:1056
+#: standalone/drakTermServ:1029
#, fuzzy, c-format
msgid "dhcpd Config..."
msgstr "Mi konfiguras..."
-#: standalone/drakTermServ:1072
+#: standalone/drakTermServ:1045
#, c-format
msgid ""
"Need to restart the Display Manager for full changes to take effect. \n"
"(service dm restart - at the console)"
msgstr ""
-#: standalone/drakTermServ:1112
+#: standalone/drakTermServ:1085
#, c-format
msgid "Thin clients won't work with autologin. Disable autologin?"
msgstr ""
-#: standalone/drakTermServ:1128
+#: standalone/drakTermServ:1101
#, c-format
msgid "All clients will use %s"
msgstr ""
-#: standalone/drakTermServ:1160
+#: standalone/drakTermServ:1133
#, c-format
msgid "Subnet:"
msgstr ""
-#: standalone/drakTermServ:1167
+#: standalone/drakTermServ:1140
#, fuzzy, c-format
msgid "Netmask:"
msgstr "Retmasko"
-#: standalone/drakTermServ:1174
+#: standalone/drakTermServ:1147
#, c-format
msgid "Routers:"
msgstr ""
-#: standalone/drakTermServ:1181
+#: standalone/drakTermServ:1154
#, c-format
msgid "Subnet Mask:"
msgstr ""
-#: standalone/drakTermServ:1188
+#: standalone/drakTermServ:1161
#, c-format
msgid "Broadcast Address:"
msgstr ""
-#: standalone/drakTermServ:1195
+#: standalone/drakTermServ:1168
#, fuzzy, c-format
msgid "Domain Name:"
msgstr "Domajna nomo"
-#: standalone/drakTermServ:1203
+#: standalone/drakTermServ:1176
#, fuzzy, c-format
msgid "Name Servers:"
msgstr "NIS Servilo"
-#: standalone/drakTermServ:1214
+#: standalone/drakTermServ:1187
#, c-format
msgid "IP Range Start:"
msgstr ""
-#: standalone/drakTermServ:1215
+#: standalone/drakTermServ:1188
#, c-format
msgid "IP Range End:"
msgstr ""
-#: standalone/drakTermServ:1257
+#: standalone/drakTermServ:1230
#, c-format
msgid "Append TS Includes To Existing Config"
msgstr ""
-#: standalone/drakTermServ:1259
+#: standalone/drakTermServ:1232
#, fuzzy, c-format
msgid "Write Config"
msgstr "rekonfiguru"
-#: standalone/drakTermServ:1275
+#: standalone/drakTermServ:1248
#, fuzzy, c-format
msgid "dhcpd Server Configuration"
msgstr "LAN Konfiguraĵo"
-#: standalone/drakTermServ:1276
+#: standalone/drakTermServ:1249
#, c-format
msgid ""
"Most of these values were extracted\n"
@@ -14778,103 +15661,97 @@ msgid ""
"You can modify as needed."
msgstr ""
-#: standalone/drakTermServ:1279
+#: standalone/drakTermServ:1252
#, c-format
msgid "Dynamic IP Address Pool:"
msgstr ""
-#: standalone/drakTermServ:1426
+#: standalone/drakTermServ:1399
#, fuzzy, c-format
msgid "Please insert floppy disk:"
msgstr "Enŝovu disketon en drajvo %s"
-#: standalone/drakTermServ:1430
+#: standalone/drakTermServ:1403
#, c-format
msgid "Couldn't access the floppy!"
msgstr ""
-#: standalone/drakTermServ:1432
+#: standalone/drakTermServ:1405
#, c-format
msgid "Floppy can be removed now"
msgstr ""
-#: standalone/drakTermServ:1435
+#: standalone/drakTermServ:1408
#, fuzzy, c-format
msgid "No floppy drive available!"
msgstr "Neniu disketilo havebla"
-#: standalone/drakTermServ:1440
+#: standalone/drakTermServ:1413
#, c-format
msgid "PXE image is %s/%s"
msgstr ""
-#: standalone/drakTermServ:1442
+#: standalone/drakTermServ:1415
#, fuzzy, c-format
msgid "Error writing %s/%s"
msgstr "Eraro skribante al dosiero %s"
-#: standalone/drakTermServ:1451
+#: standalone/drakTermServ:1424
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: standalone/drakTermServ:1453
+#: standalone/drakTermServ:1426
#, c-format
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: standalone/drakTermServ:1475
+#: standalone/drakTermServ:1447
#, c-format
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: standalone/drakTermServ:1634
+#: standalone/drakTermServ:1602
#, c-format
msgid "%s passwd bad in Terminal Server - rewriting...\n"
msgstr ""
-#: standalone/drakTermServ:1647
+#: standalone/drakTermServ:1615
#, fuzzy, c-format
msgid "%s is not a user..\n"
msgstr "neniu retkarto trovita"
-#: standalone/drakTermServ:1648
+#: standalone/drakTermServ:1616
#, c-format
msgid "%s is already a Terminal Server user\n"
msgstr ""
-#: standalone/drakTermServ:1650
+#: standalone/drakTermServ:1618
#, c-format
msgid "Addition of %s to Terminal Server failed!\n"
msgstr ""
-#: standalone/drakTermServ:1652
+#: standalone/drakTermServ:1620
#, c-format
msgid "%s added to Terminal Server\n"
msgstr ""
-#: standalone/drakTermServ:1698
+#: standalone/drakTermServ:1666
#, fuzzy, c-format
msgid "Deleted %s...\n"
msgstr "Duobla surmetingo %s"
-#: standalone/drakTermServ:1700 standalone/drakTermServ:1773
+#: standalone/drakTermServ:1668 standalone/drakTermServ:1741
#, fuzzy, c-format
msgid "%s not found...\n"
msgstr "neniu retkarto trovita"
-#: standalone/drakTermServ:1722 standalone/drakTermServ:1723
-#: standalone/drakTermServ:1724
-#, c-format
-msgid "%s already in use\n"
-msgstr ""
-
-#: standalone/drakTermServ:1801
+#: standalone/drakTermServ:1769
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: standalone/drakTermServ:1953
+#: standalone/drakTermServ:1921
#, c-format
msgid "Configuration changed - restart clusternfs/dhcpd?"
msgstr ""
@@ -14957,8 +15834,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: standalone/drakautoinst:252 standalone/drakgw:598 standalone/drakvpn:902
-#: standalone/scannerdrake:379
+#: standalone/drakautoinst:252 standalone/drakgw:600 standalone/drakvpn:902
+#: standalone/scannerdrake:375
#, c-format
msgid "Congratulations!"
msgstr "Gratulojn!"
@@ -14995,66 +15872,61 @@ msgstr "Ĉado"
msgid "tape"
msgstr "Bendo"
-#: standalone/drakbackup:112
-#, fuzzy, c-format
-msgid "No devices found"
-msgstr "Loka printilo"
-
-#: standalone/drakbackup:152
+#: standalone/drakbackup:153
#, c-format
msgid ""
-"Expect is an extension to the Tcl scripting language that allows interactive "
+"Expect is an extension to the TCL scripting language that allows interactive "
"sessions without user intervention."
msgstr ""
-#: standalone/drakbackup:153
+#: standalone/drakbackup:154
#, c-format
msgid "Store the password for this system in drakbackup configuration."
msgstr ""
-#: standalone/drakbackup:154
+#: standalone/drakbackup:155
#, c-format
msgid ""
"For a multisession CD, only the first session will erase the cdrw. Otherwise "
"the cdrw is erased before each backup."
msgstr ""
-#: standalone/drakbackup:155
+#: standalone/drakbackup:156
#, c-format
msgid ""
"This option will save files that have changed. Exact behavior depends on "
"whether incremental or differential mode is used."
msgstr ""
-#: standalone/drakbackup:156
+#: standalone/drakbackup:157
#, c-format
msgid ""
"Incremental backups only save files that have changed or are new since the "
"last backup."
msgstr ""
-#: standalone/drakbackup:157
+#: standalone/drakbackup:158
#, c-format
msgid ""
"Differential backups only save files that have changed or are new since the "
"original 'base' backup."
msgstr ""
-#: standalone/drakbackup:158
+#: standalone/drakbackup:159
#, c-format
msgid ""
-"This should be a local user or email addresse that you want the backup "
+"This should be a local user or email address that you want the backup "
"results sent to. You will need to define a functioning mail server."
msgstr ""
-#: standalone/drakbackup:159
+#: standalone/drakbackup:160
#, c-format
msgid ""
"Files or wildcards listed in a .backupignore file at the top of a directory "
"tree will not be backed up."
msgstr ""
-#: standalone/drakbackup:160
+#: standalone/drakbackup:161
#, c-format
msgid ""
"For backups to other media, files are still created on the hard drive, then "
@@ -15062,7 +15934,7 @@ msgid ""
"tar files after the backup."
msgstr ""
-#: standalone/drakbackup:161
+#: standalone/drakbackup:162
#, c-format
msgid ""
"Some protocols, like rsync, may be configured at the server end. Rather "
@@ -15070,70 +15942,70 @@ msgid ""
"path."
msgstr ""
-#: standalone/drakbackup:162
+#: standalone/drakbackup:163
#, c-format
msgid ""
"Custom allows you to specify your own day and time. The other options use "
"run-parts in /etc/crontab."
msgstr ""
-#: standalone/drakbackup:326
+#: standalone/drakbackup:327
#, c-format
msgid "No media selected for cron operation."
msgstr ""
-#: standalone/drakbackup:330
+#: standalone/drakbackup:331
#, c-format
msgid "No interval selected for cron operation."
msgstr ""
-#: standalone/drakbackup:377
+#: standalone/drakbackup:378
#, c-format
msgid "Interval cron not available as non-root"
msgstr ""
-#: standalone/drakbackup:462 standalone/logdrake:467
+#: standalone/drakbackup:463 standalone/logdrake:437
#, c-format
msgid "\"%s\" neither is a valid email nor is an existing local user!"
msgstr ""
-#: standalone/drakbackup:466 standalone/logdrake:472
+#: standalone/drakbackup:467 standalone/logdrake:442
#, c-format
msgid ""
"\"%s\" is a local user, but you did not select a local smtp, so you must use "
"a complete email address!"
msgstr ""
-#: standalone/drakbackup:475
+#: standalone/drakbackup:476
#, c-format
msgid "Valid user list changed, rewriting config file."
msgstr ""
-#: standalone/drakbackup:477
+#: standalone/drakbackup:478
#, c-format
msgid "Old user list:\n"
msgstr ""
-#: standalone/drakbackup:479
+#: standalone/drakbackup:480
#, c-format
msgid "New user list:\n"
msgstr ""
-#: standalone/drakbackup:524
+#: standalone/drakbackup:525
#, c-format
msgid ""
"\n"
" DrakBackup Report \n"
msgstr ""
-#: standalone/drakbackup:525
+#: standalone/drakbackup:526
#, c-format
msgid ""
"\n"
" DrakBackup Daemon Report\n"
msgstr ""
-#: standalone/drakbackup:531
+#: standalone/drakbackup:532
#, c-format
msgid ""
"\n"
@@ -15142,13 +16014,13 @@ msgid ""
"\n"
msgstr ""
-#: standalone/drakbackup:556 standalone/drakbackup:627
-#: standalone/drakbackup:683
+#: standalone/drakbackup:557 standalone/drakbackup:628
+#: standalone/drakbackup:684
#, fuzzy, c-format
msgid "Total progress"
msgstr "Provu pordojn"
-#: standalone/drakbackup:609
+#: standalone/drakbackup:610
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -15157,42 +16029,42 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: standalone/drakbackup:618
+#: standalone/drakbackup:619
#, c-format
msgid "This may take a moment to generate the keys."
msgstr ""
-#: standalone/drakbackup:625
+#: standalone/drakbackup:626
#, fuzzy, c-format
msgid "Cannot spawn %s."
msgstr "Ne povis malfermi %s por skribi: %s\n"
-#: standalone/drakbackup:642
+#: standalone/drakbackup:643
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: standalone/drakbackup:643
+#: standalone/drakbackup:644
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Neniu pasvorto"
-#: standalone/drakbackup:644
+#: standalone/drakbackup:645
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: standalone/drakbackup:645
+#: standalone/drakbackup:646
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Ne povis malfermi %s por skribi: %s\n"
-#: standalone/drakbackup:649
+#: standalone/drakbackup:650
#, c-format
msgid "%s not responding"
msgstr ""
-#: standalone/drakbackup:653
+#: standalone/drakbackup:654
#, c-format
msgid ""
"Transfer successful\n"
@@ -15203,84 +16075,84 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: standalone/drakbackup:697
+#: standalone/drakbackup:698
#, c-format
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: standalone/drakbackup:701
+#: standalone/drakbackup:702
#, c-format
msgid "WebDAV transfer failed!"
msgstr ""
-#: standalone/drakbackup:722
+#: standalone/drakbackup:723
#, c-format
msgid "No CD-R/DVD-R in drive!"
msgstr ""
-#: standalone/drakbackup:726
+#: standalone/drakbackup:727
#, c-format
msgid "Does not appear to be recordable media!"
msgstr ""
-#: standalone/drakbackup:730
+#: standalone/drakbackup:732
#, c-format
msgid "Not erasable media!"
msgstr ""
-#: standalone/drakbackup:771
+#: standalone/drakbackup:774
#, c-format
msgid "This may take a moment to erase the media."
msgstr ""
-#: standalone/drakbackup:829
+#: standalone/drakbackup:832
#, c-format
msgid "Permission problem accessing CD."
msgstr ""
-#: standalone/drakbackup:856
+#: standalone/drakbackup:859
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: standalone/drakbackup:956
+#: standalone/drakbackup:966
#, c-format
msgid ""
"Backup quota exceeded!\n"
"%d MB used vs %d MB allocated."
msgstr ""
-#: standalone/drakbackup:975 standalone/drakbackup:1008
+#: standalone/drakbackup:985 standalone/drakbackup:1018
#, c-format
msgid "Backup system files..."
msgstr ""
-#: standalone/drakbackup:1009 standalone/drakbackup:1050
+#: standalone/drakbackup:1019 standalone/drakbackup:1060
#, fuzzy, c-format
msgid "Hard Disk Backup files..."
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:1049
+#: standalone/drakbackup:1059
#, fuzzy, c-format
msgid "Backup User files..."
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:1084
+#: standalone/drakbackup:1094
#, fuzzy, c-format
msgid "Backup Other files..."
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:1085
+#: standalone/drakbackup:1095
#, c-format
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: standalone/drakbackup:1090
+#: standalone/drakbackup:1100
#, fuzzy, c-format
msgid "No changes to backup!"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:1108 standalone/drakbackup:1132
+#: standalone/drakbackup:1118 standalone/drakbackup:1142
#, c-format
msgid ""
"\n"
@@ -15288,7 +16160,7 @@ msgid ""
"\n"
msgstr ""
-#: standalone/drakbackup:1117
+#: standalone/drakbackup:1127
#, c-format
msgid ""
"\n"
@@ -15296,18 +16168,18 @@ msgid ""
"FTP.\n"
msgstr ""
-#: standalone/drakbackup:1118
+#: standalone/drakbackup:1128
#, c-format
msgid ""
"Error during sending file via FTP. Please correct your FTP configuration."
msgstr ""
-#: standalone/drakbackup:1120
+#: standalone/drakbackup:1130
#, c-format
msgid "file list sent by FTP: %s\n"
msgstr ""
-#: standalone/drakbackup:1137
+#: standalone/drakbackup:1147
#, c-format
msgid ""
"\n"
@@ -15315,7 +16187,7 @@ msgid ""
"\n"
msgstr ""
-#: standalone/drakbackup:1142
+#: standalone/drakbackup:1152
#, c-format
msgid ""
"\n"
@@ -15323,1540 +16195,1539 @@ msgid ""
"\n"
msgstr ""
-#: standalone/drakbackup:1151
+#: standalone/drakbackup:1161
#, c-format
msgid "Error sending mail. Your report mail was not sent."
msgstr ""
-#: standalone/drakbackup:1152
+#: standalone/drakbackup:1162
#, fuzzy, c-format
msgid " Error while sending mail. \n"
msgstr "Eraro legante dosiero %s"
-#: standalone/drakbackup:1180
+#: standalone/drakbackup:1192
#, c-format
msgid "Can't create catalog!"
msgstr ""
-#: standalone/drakbackup:1393
+#: standalone/drakbackup:1414
#, c-format
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: standalone/drakbackup:1394
+#: standalone/drakbackup:1415
#, c-format
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: standalone/drakbackup:1395
+#: standalone/drakbackup:1416
#, fuzzy, c-format
msgid "Backup your System files. (/etc directory)"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:1396 standalone/drakbackup:1460
-#: standalone/drakbackup:1526
+#: standalone/drakbackup:1417 standalone/drakbackup:1481
+#: standalone/drakbackup:1547
#, c-format
msgid "Use Incremental/Differential Backups (do not replace old backups)"
msgstr ""
-#: standalone/drakbackup:1398 standalone/drakbackup:1462
-#: standalone/drakbackup:1528
+#: standalone/drakbackup:1419 standalone/drakbackup:1483
+#: standalone/drakbackup:1549
#, c-format
msgid "Use Incremental Backups"
msgstr ""
-#: standalone/drakbackup:1398 standalone/drakbackup:1462
-#: standalone/drakbackup:1528
+#: standalone/drakbackup:1419 standalone/drakbackup:1483
+#: standalone/drakbackup:1549
#, c-format
msgid "Use Differential Backups"
msgstr ""
-#: standalone/drakbackup:1400
+#: standalone/drakbackup:1421
#, c-format
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: standalone/drakbackup:1401
+#: standalone/drakbackup:1422
#, c-format
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: standalone/drakbackup:1432
+#: standalone/drakbackup:1453
#, fuzzy, c-format
msgid "Please check all users that you want to include in your backup."
msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-#: standalone/drakbackup:1459
+#: standalone/drakbackup:1480
#, c-format
msgid "Do not include the browser cache"
msgstr ""
-#: standalone/drakbackup:1513
+#: standalone/drakbackup:1534
#, c-format
msgid "Select the files or directories and click on 'OK'"
msgstr ""
-#: standalone/drakbackup:1514 standalone/drakfont:656
+#: standalone/drakbackup:1535 standalone/drakfont:660
#, fuzzy, c-format
msgid "Remove Selected"
msgstr "Malinstalu printvicon"
-#: standalone/drakbackup:1577
+#: standalone/drakbackup:1598
#, fuzzy, c-format
msgid "Users"
msgstr "Salutnomo"
-#: standalone/drakbackup:1597
+#: standalone/drakbackup:1618
#, fuzzy, c-format
msgid "Use network connection to backup"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:1599
+#: standalone/drakbackup:1620
#, c-format
msgid "Net Method:"
msgstr ""
-#: standalone/drakbackup:1603
+#: standalone/drakbackup:1624
#, c-format
msgid "Use Expect for SSH"
msgstr ""
-#: standalone/drakbackup:1604
+#: standalone/drakbackup:1625
#, c-format
msgid "Create/Transfer backup keys for SSH"
msgstr ""
-#: standalone/drakbackup:1606
+#: standalone/drakbackup:1627
#, c-format
msgid "Transfer Now"
msgstr ""
-#: standalone/drakbackup:1608
+#: standalone/drakbackup:1629
#, c-format
msgid "Other (not drakbackup) keys in place already"
msgstr ""
-#: standalone/drakbackup:1611
+#: standalone/drakbackup:1632
#, fuzzy, c-format
msgid "Host name or IP."
msgstr "Poŝtejo"
-#: standalone/drakbackup:1616
+#: standalone/drakbackup:1637
#, c-format
msgid "Directory (or module) to put the backup on this host."
msgstr ""
-#: standalone/drakbackup:1621
-#, fuzzy, c-format
-msgid "Login name"
-msgstr "Domajna nomo"
-
-#: standalone/drakbackup:1628
+#: standalone/drakbackup:1649
#, fuzzy, c-format
msgid "Remember this password"
msgstr "Neniu pasvorto"
-#: standalone/drakbackup:1644
+#: standalone/drakbackup:1665
#, c-format
msgid "Need hostname, username and password!"
msgstr ""
-#: standalone/drakbackup:1742
+#: standalone/drakbackup:1756
#, c-format
msgid "Use CD-R/DVD-R to backup"
msgstr ""
-#: standalone/drakbackup:1745
+#: standalone/drakbackup:1759
#, fuzzy, c-format
msgid "Choose your CD/DVD device"
msgstr "Bonvole, elektu vian klavaran aranĝon."
-#: standalone/drakbackup:1750
+#: standalone/drakbackup:1764
#, fuzzy, c-format
msgid "Choose your CD/DVD media size"
msgstr "Bonvole, elektu vian klavaran aranĝon."
-#: standalone/drakbackup:1757
+#: standalone/drakbackup:1771
#, fuzzy, c-format
msgid "Multisession CD"
msgstr "Plurmedia - Sono"
-#: standalone/drakbackup:1759
+#: standalone/drakbackup:1773
#, c-format
msgid "CDRW media"
msgstr ""
-#: standalone/drakbackup:1765
+#: standalone/drakbackup:1779
#, fuzzy, c-format
msgid "Erase your RW media (1st Session)"
msgstr "Bonvolu klaki sur subdiskon"
-#: standalone/drakbackup:1766
+#: standalone/drakbackup:1780
#, c-format
msgid " Erase Now "
msgstr ""
-#: standalone/drakbackup:1772
+#: standalone/drakbackup:1786
#, c-format
msgid "DVD+RW media"
msgstr ""
-#: standalone/drakbackup:1774
+#: standalone/drakbackup:1788
#, fuzzy, c-format
msgid "DVD-R media"
msgstr "aparato"
-#: standalone/drakbackup:1776
+#: standalone/drakbackup:1790
#, fuzzy, c-format
msgid "DVDRAM device"
msgstr "aparato"
-#: standalone/drakbackup:1807
+#: standalone/drakbackup:1821
#, fuzzy, c-format
msgid "No CD device defined!"
msgstr "Elektu dosieron"
-#: standalone/drakbackup:1854
+#: standalone/drakbackup:1863
#, fuzzy, c-format
msgid "Use tape to backup"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:1857
+#: standalone/drakbackup:1866
#, c-format
msgid "Device name to use for backup"
msgstr ""
-#: standalone/drakbackup:1863
+#: standalone/drakbackup:1872
+#, c-format
+msgid "Backup directly to tape"
+msgstr ""
+
+#: standalone/drakbackup:1878
#, fuzzy, c-format
msgid "Don't rewind tape after backup"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:1869
+#: standalone/drakbackup:1884
#, fuzzy, c-format
msgid "Erase tape before backup"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:1875
+#: standalone/drakbackup:1890
#, fuzzy, c-format
msgid "Eject tape after the backup"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:1942
+#: standalone/drakbackup:1962
#, fuzzy, c-format
msgid "Enter the directory to save to:"
msgstr "Bonvole, provu la muson"
-#: standalone/drakbackup:1946
+#: standalone/drakbackup:1966
#, fuzzy, c-format
msgid "Directory to save to"
msgstr "Bonvole, provu la muson"
-#: standalone/drakbackup:1951
+#: standalone/drakbackup:1971
#, c-format
msgid ""
"Maximum size\n"
" allowed for Drakbackup (MB)"
msgstr ""
-#: standalone/drakbackup:2015
+#: standalone/drakbackup:2035
#, c-format
msgid "CD-R / DVD-R"
msgstr ""
-#: standalone/drakbackup:2020
+#: standalone/drakbackup:2040
#, c-format
msgid "HardDrive / NFS"
msgstr ""
-#: standalone/drakbackup:2036 standalone/drakbackup:2041
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2056
+#: standalone/drakbackup:2061
#, c-format
msgid "hourly"
msgstr ""
-#: standalone/drakbackup:2037 standalone/drakbackup:2042
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2057
+#: standalone/drakbackup:2062
#, c-format
msgid "daily"
msgstr ""
-#: standalone/drakbackup:2038 standalone/drakbackup:2043
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2058
+#: standalone/drakbackup:2063
#, c-format
msgid "weekly"
msgstr ""
-#: standalone/drakbackup:2039 standalone/drakbackup:2044
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2059
+#: standalone/drakbackup:2064
#, c-format
msgid "monthly"
msgstr ""
-#: standalone/drakbackup:2040 standalone/drakbackup:2045
-#: standalone/drakbackup:2046
+#: standalone/drakbackup:2055 standalone/drakbackup:2060
+#: standalone/drakbackup:2065
#, fuzzy, c-format
msgid "custom"
msgstr "Akomodata"
-#: standalone/drakbackup:2051
+#: standalone/drakbackup:2069
#, c-format
msgid "January"
msgstr "Januaro"
-#: standalone/drakbackup:2051
+#: standalone/drakbackup:2069
#, c-format
msgid "February"
msgstr "Februaro"
-#: standalone/drakbackup:2051
+#: standalone/drakbackup:2069
#, c-format
msgid "March"
msgstr "Marto"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "April"
msgstr "Aprilo"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "May"
msgstr "Majo"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "June"
msgstr "Junio"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "July"
msgstr "Julio"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "August"
msgstr "Aŭgusto"
-#: standalone/drakbackup:2052
+#: standalone/drakbackup:2070
#, c-format
msgid "September"
msgstr "Septembro"
-#: standalone/drakbackup:2053
+#: standalone/drakbackup:2071
#, c-format
msgid "October"
msgstr "Oktobro"
-#: standalone/drakbackup:2053
+#: standalone/drakbackup:2071
#, c-format
msgid "November"
msgstr "Novembro"
-#: standalone/drakbackup:2053
+#: standalone/drakbackup:2071
#, c-format
msgid "December"
msgstr "Decembro"
-#: standalone/drakbackup:2058
+#: standalone/drakbackup:2074
#, c-format
msgid "Sunday"
msgstr "dimanĉo"
-#: standalone/drakbackup:2058
+#: standalone/drakbackup:2074
#, c-format
msgid "Monday"
msgstr "lundo"
-#: standalone/drakbackup:2058
+#: standalone/drakbackup:2074
#, c-format
msgid "Tuesday"
msgstr "mardo"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Wednesday"
msgstr "merkredo"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Thursday"
msgstr "ĵaŭdo"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Friday"
msgstr "vendredo"
-#: standalone/drakbackup:2059
+#: standalone/drakbackup:2075
#, c-format
msgid "Saturday"
msgstr "sabato"
-#: standalone/drakbackup:2094
+#: standalone/drakbackup:2107
#, fuzzy, c-format
msgid "Use daemon"
msgstr "Salutnomo"
-#: standalone/drakbackup:2099
+#: standalone/drakbackup:2112
#, fuzzy, c-format
msgid "Please choose the time interval between each backup"
msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-#: standalone/drakbackup:2105
+#: standalone/drakbackup:2118
#, c-format
msgid "Custom setup/crontab entry:"
msgstr ""
-#: standalone/drakbackup:2110
+#: standalone/drakbackup:2123
#, fuzzy, c-format
msgid "Minute"
msgstr "1 minuto"
-#: standalone/drakbackup:2114
+#: standalone/drakbackup:2127
#, fuzzy, c-format
msgid "Hour"
msgstr "Honduro"
-#: standalone/drakbackup:2118
+#: standalone/drakbackup:2131
#, fuzzy, c-format
msgid "Day"
msgstr "Majo"
-#: standalone/drakbackup:2122
+#: standalone/drakbackup:2135
#, fuzzy, c-format
msgid "Month"
msgstr "Muntu"
-#: standalone/drakbackup:2126
+#: standalone/drakbackup:2139
#, fuzzy, c-format
msgid "Weekday"
msgstr "merkredo"
-#: standalone/drakbackup:2132
+#: standalone/drakbackup:2145
#, fuzzy, c-format
msgid "Please choose the media for backup."
msgstr "Bonvole, elektu lingvon por uzi."
-#: standalone/drakbackup:2139
+#: standalone/drakbackup:2152
#, fuzzy, c-format
msgid "Please be sure that the cron daemon is included in your services."
msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-#: standalone/drakbackup:2140
+#: standalone/drakbackup:2153
#, c-format
msgid "Note that currently all 'net' media also use the hard drive."
msgstr ""
-#: standalone/drakbackup:2190
+#: standalone/drakbackup:2201
#, fuzzy, c-format
msgid "Please choose the compression type"
msgstr "Bonvole, elektu la specon de via muso."
-#: standalone/drakbackup:2194
+#: standalone/drakbackup:2205
#, fuzzy, c-format
msgid "Use .backupignore files"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:2196
+#: standalone/drakbackup:2207
#, c-format
msgid "Send mail report after each backup to:"
msgstr ""
-#: standalone/drakbackup:2202
+#: standalone/drakbackup:2213
#, fuzzy, c-format
msgid "SMTP server for mail:"
msgstr "Poŝtejo de SMB servilo"
-#: standalone/drakbackup:2207
+#: standalone/drakbackup:2218
#, c-format
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: standalone/drakbackup:2247
+#: standalone/drakbackup:2258
#, c-format
msgid "What"
msgstr ""
-#: standalone/drakbackup:2252
+#: standalone/drakbackup:2263
#, fuzzy, c-format
msgid "Where"
msgstr "Rado"
-#: standalone/drakbackup:2257
+#: standalone/drakbackup:2268
#, fuzzy, c-format
msgid "When"
msgstr "Rado"
-#: standalone/drakbackup:2262
+#: standalone/drakbackup:2273
#, fuzzy, c-format
msgid "More Options"
msgstr "Modulaj opcioj:"
-#: standalone/drakbackup:2275
+#: standalone/drakbackup:2286
#, fuzzy, c-format
msgid "Backup destination not configured..."
msgstr "Ekrano ne estas konfigurata"
-#: standalone/drakbackup:2293 standalone/drakbackup:4208
+#: standalone/drakbackup:2306 standalone/drakbackup:4229
#, fuzzy, c-format
msgid "Drakbackup Configuration"
msgstr "Reta Konfiguraĵo"
-#: standalone/drakbackup:2309
+#: standalone/drakbackup:2322
#, fuzzy, c-format
msgid "Please choose where you want to backup"
msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-#: standalone/drakbackup:2311
+#: standalone/drakbackup:2325
#, c-format
msgid "Hard Drive used to prepare backups for all media"
msgstr ""
-#: standalone/drakbackup:2319
+#: standalone/drakbackup:2325
#, c-format
msgid "Across Network"
msgstr ""
-#: standalone/drakbackup:2327
+#: standalone/drakbackup:2325
#, c-format
msgid "On CD-R"
msgstr ""
-#: standalone/drakbackup:2335
+#: standalone/drakbackup:2325
#, c-format
msgid "On Tape Device"
msgstr ""
-#: standalone/drakbackup:2374
+#: standalone/drakbackup:2371
#, c-format
msgid "Backup Users"
msgstr ""
-#: standalone/drakbackup:2375
+#: standalone/drakbackup:2372
#, fuzzy, c-format
msgid " (Default is all users)"
msgstr "Loka printilo"
-#: standalone/drakbackup:2387
+#: standalone/drakbackup:2384
#, fuzzy, c-format
msgid "Please choose what you want to backup"
msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-#: standalone/drakbackup:2388
+#: standalone/drakbackup:2385
#, fuzzy, c-format
msgid "Backup System"
msgstr "Dosiersistemo konfiguro"
-#: standalone/drakbackup:2390
+#: standalone/drakbackup:2387
#, c-format
msgid "Select user manually"
msgstr ""
-#: standalone/drakbackup:2419
+#: standalone/drakbackup:2416
#, fuzzy, c-format
msgid "Please select data to backup..."
msgstr "Bonvole, elektu lingvon por uzi."
-#: standalone/drakbackup:2491
+#: standalone/drakbackup:2488
#, c-format
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: standalone/drakbackup:2492
+#: standalone/drakbackup:2489
#, c-format
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: standalone/drakbackup:2494
+#: standalone/drakbackup:2491
#, c-format
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: standalone/drakbackup:2496
+#: standalone/drakbackup:2493
#, c-format
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: standalone/drakbackup:2498
+#: standalone/drakbackup:2495
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: standalone/drakbackup:2499
+#: standalone/drakbackup:2496
#, c-format
msgid "\tLimit disk usage to %s MB\n"
msgstr ""
-#: standalone/drakbackup:2502
+#: standalone/drakbackup:2499
#, c-format
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: standalone/drakbackup:2506
-#, c-format
-msgid "NO"
-msgstr ""
-
-#: standalone/drakbackup:2507
-#, c-format
-msgid "YES"
-msgstr ""
-
-#: standalone/drakbackup:2508
+#: standalone/drakbackup:2504
#, c-format
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: standalone/drakbackup:2509
+#: standalone/drakbackup:2505
#, c-format
msgid "RW"
msgstr ""
-#: standalone/drakbackup:2510
+#: standalone/drakbackup:2506
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Musaparato: %s\n"
-#: standalone/drakbackup:2511
+#: standalone/drakbackup:2507
#, c-format
msgid " (multi-session)"
msgstr ""
-#: standalone/drakbackup:2512
+#: standalone/drakbackup:2508
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: standalone/drakbackup:2513
+#: standalone/drakbackup:2509
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: standalone/drakbackup:2516
+#: standalone/drakbackup:2511
+#, c-format
+msgid "\tBackup directly to Tape\n"
+msgstr ""
+
+#: standalone/drakbackup:2513
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: standalone/drakbackup:2517
+#: standalone/drakbackup:2514
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: standalone/drakbackup:2518
+#: standalone/drakbackup:2515
#, fuzzy, c-format
msgid ""
"\n"
"- Options:\n"
msgstr "Opcioj"
-#: standalone/drakbackup:2519
+#: standalone/drakbackup:2516
#, c-format
msgid "\tDo not include System Files\n"
msgstr ""
-#: standalone/drakbackup:2521
+#: standalone/drakbackup:2518
#, c-format
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: standalone/drakbackup:2522
+#: standalone/drakbackup:2519
#, c-format
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: standalone/drakbackup:2523
+#: standalone/drakbackup:2520
#, fuzzy, c-format
msgid "\tBackups use tar only\n"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:2525
+#: standalone/drakbackup:2522
#, fuzzy, c-format
msgid "\tUse .backupignore files\n"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:2526
+#: standalone/drakbackup:2523
#, c-format
msgid "\tSend mail to %s\n"
msgstr ""
-#: standalone/drakbackup:2527
+#: standalone/drakbackup:2524
#, fuzzy, c-format
msgid "\tUsing SMTP server %s\n"
msgstr "Ĉe CUPS-servilo \"%s\""
-#: standalone/drakbackup:2529
+#: standalone/drakbackup:2526
#, c-format
msgid ""
"\n"
"- Daemon, %s via:\n"
msgstr ""
-#: standalone/drakbackup:2530
+#: standalone/drakbackup:2527
#, c-format
msgid "\t-Hard drive.\n"
msgstr ""
-#: standalone/drakbackup:2531
+#: standalone/drakbackup:2528
#, c-format
msgid "\t-CD-R.\n"
msgstr ""
-#: standalone/drakbackup:2532
+#: standalone/drakbackup:2529
#, c-format
msgid "\t-Tape \n"
msgstr ""
-#: standalone/drakbackup:2533
+#: standalone/drakbackup:2530
#, c-format
msgid "\t-Network by FTP.\n"
msgstr ""
-#: standalone/drakbackup:2534
+#: standalone/drakbackup:2531
#, c-format
msgid "\t-Network by SSH.\n"
msgstr ""
-#: standalone/drakbackup:2535
+#: standalone/drakbackup:2532
#, c-format
msgid "\t-Network by rsync.\n"
msgstr ""
-#: standalone/drakbackup:2536
+#: standalone/drakbackup:2533
#, c-format
msgid "\t-Network by webdav.\n"
msgstr ""
-#: standalone/drakbackup:2538
+#: standalone/drakbackup:2535
#, c-format
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: standalone/drakbackup:2543
+#: standalone/drakbackup:2540
#, c-format
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: standalone/drakbackup:2545
+#: standalone/drakbackup:2542
#, fuzzy, c-format
msgid "- Restore System Files.\n"
msgstr "Malinstalu printvicon"
-#: standalone/drakbackup:2547 standalone/drakbackup:2557
+#: standalone/drakbackup:2544 standalone/drakbackup:2554
#, c-format
msgid " - from date: %s %s\n"
msgstr ""
-#: standalone/drakbackup:2550
+#: standalone/drakbackup:2547
#, fuzzy, c-format
msgid "- Restore User Files: \n"
msgstr "Restaŭru de dosiero"
-#: standalone/drakbackup:2555
+#: standalone/drakbackup:2552
#, fuzzy, c-format
msgid "- Restore Other Files: \n"
msgstr "Restaŭru de dosiero"
-#: standalone/drakbackup:2736
+#: standalone/drakbackup:2731
#, c-format
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: standalone/drakbackup:2738
+#: standalone/drakbackup:2733
#, fuzzy, c-format
msgid "Please uncheck or remove it on next time."
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: standalone/drakbackup:2748
+#: standalone/drakbackup:2743
#, c-format
msgid "Backup files are corrupted"
msgstr ""
-#: standalone/drakbackup:2769
+#: standalone/drakbackup:2764
#, c-format
msgid " All of your selected data have been "
msgstr ""
-#: standalone/drakbackup:2770
+#: standalone/drakbackup:2765
#, c-format
-msgid " Successfuly Restored on %s "
+msgid " Successfully Restored on %s "
msgstr ""
-#: standalone/drakbackup:2889
+#: standalone/drakbackup:2885
#, fuzzy, c-format
msgid " Restore Configuration "
msgstr "Reta Konfiguraĵo"
-#: standalone/drakbackup:2917
+#: standalone/drakbackup:2913
#, c-format
msgid "OK to restore the other files."
msgstr ""
-#: standalone/drakbackup:2933
+#: standalone/drakbackup:2929
#, c-format
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: standalone/drakbackup:3000
+#: standalone/drakbackup:2994
#, fuzzy, c-format
msgid "Please choose the date to restore:"
msgstr "Bonvole, elektu la specon de via muso."
-#: standalone/drakbackup:3037
+#: standalone/drakbackup:3031
#, fuzzy, c-format
msgid "Restore from Hard Disk."
msgstr "Restaŭru de disketo"
-#: standalone/drakbackup:3039
+#: standalone/drakbackup:3033
#, fuzzy, c-format
msgid "Enter the directory where backups are stored"
msgstr "Bonvole, provu la muson"
-#: standalone/drakbackup:3043
+#: standalone/drakbackup:3037
#, c-format
msgid "Directory with backups"
msgstr ""
-#: standalone/drakbackup:3097
+#: standalone/drakbackup:3091
#, fuzzy, c-format
msgid "Select another media to restore from"
msgstr "Bonvole, elektu la specon de via muso."
-#: standalone/drakbackup:3099
+#: standalone/drakbackup:3093
#, fuzzy, c-format
msgid "Other Media"
msgstr "Alia"
-#: standalone/drakbackup:3104
+#: standalone/drakbackup:3098
#, fuzzy, c-format
msgid "Restore system"
msgstr "Instalu sistemon"
-#: standalone/drakbackup:3105
+#: standalone/drakbackup:3099
#, fuzzy, c-format
msgid "Restore Users"
msgstr "Restaŭru de dosiero"
-#: standalone/drakbackup:3106
+#: standalone/drakbackup:3100
#, fuzzy, c-format
msgid "Restore Other"
msgstr "Restaŭru de dosiero"
-#: standalone/drakbackup:3108
+#: standalone/drakbackup:3102
#, fuzzy, c-format
msgid "Select path to restore (instead of /)"
msgstr "Bonvole, elektu la specon de via muso."
-#: standalone/drakbackup:3112 standalone/drakbackup:3394
+#: standalone/drakbackup:3106 standalone/drakbackup:3388
#, fuzzy, c-format
msgid "Path To Restore To"
msgstr "Akomodata"
-#: standalone/drakbackup:3115
+#: standalone/drakbackup:3109
#, c-format
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: standalone/drakbackup:3117
+#: standalone/drakbackup:3111
#, c-format
msgid "Remove user directories before restore."
msgstr ""
-#: standalone/drakbackup:3201
+#: standalone/drakbackup:3196
#, c-format
msgid "Filename text substring to search for (empty string matches all):"
msgstr ""
-#: standalone/drakbackup:3204
+#: standalone/drakbackup:3199
#, c-format
msgid "Search Backups"
msgstr ""
-#: standalone/drakbackup:3223
+#: standalone/drakbackup:3217
#, fuzzy, c-format
msgid "No matches found..."
msgstr "Loka printilo"
-#: standalone/drakbackup:3227
+#: standalone/drakbackup:3221
#, fuzzy, c-format
msgid "Restore Selected"
msgstr "Malinstalu printvicon"
-#: standalone/drakbackup:3362
+#: standalone/drakbackup:3356
#, c-format
msgid ""
"Click date/time to see backup files.\n"
"Ctrl-Click files to select multiple files."
msgstr ""
-#: standalone/drakbackup:3368
+#: standalone/drakbackup:3362
#, c-format
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: standalone/drakbackup:3377
+#: standalone/drakbackup:3371
#, fuzzy, c-format
msgid ""
"Restore Selected\n"
"Files"
msgstr "Malinstalu printvicon"
-#: standalone/drakbackup:3454
+#: standalone/drakbackup:3448
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: standalone/drakbackup:3467
+#: standalone/drakbackup:3461
#, fuzzy, c-format
msgid "Restore From CD"
msgstr "Restaŭru de disketo"
-#: standalone/drakbackup:3467
+#: standalone/drakbackup:3461
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: standalone/drakbackup:3469
+#: standalone/drakbackup:3463
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: standalone/drakbackup:3479
+#: standalone/drakbackup:3473
#, fuzzy, c-format
msgid "Restore From Tape"
msgstr "Sava subdiskotabelo"
-#: standalone/drakbackup:3479
+#: standalone/drakbackup:3473
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: standalone/drakbackup:3481
+#: standalone/drakbackup:3475
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: standalone/drakbackup:3492
+#: standalone/drakbackup:3486
#, fuzzy, c-format
msgid "Restore Via Network"
msgstr "Restaŭru de dosiero"
-#: standalone/drakbackup:3492
+#: standalone/drakbackup:3486
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: standalone/drakbackup:3493
+#: standalone/drakbackup:3487
#, fuzzy, c-format
msgid "Host Name"
msgstr "Poŝtejo"
-#: standalone/drakbackup:3494
+#: standalone/drakbackup:3488
#, c-format
msgid "Host Path or Module"
msgstr ""
-#: standalone/drakbackup:3501
+#: standalone/drakbackup:3495
#, fuzzy, c-format
msgid "Password required"
msgstr "Pasvorto"
-#: standalone/drakbackup:3507
+#: standalone/drakbackup:3501
#, fuzzy, c-format
msgid "Username required"
msgstr "Salutnomo"
-#: standalone/drakbackup:3510
+#: standalone/drakbackup:3504
#, fuzzy, c-format
msgid "Hostname required"
msgstr "Poŝtejo: "
-#: standalone/drakbackup:3515
+#: standalone/drakbackup:3509
#, c-format
msgid "Path or Module required"
msgstr ""
-#: standalone/drakbackup:3528
+#: standalone/drakbackup:3522
#, c-format
msgid "Files Restored..."
msgstr ""
-#: standalone/drakbackup:3531
+#: standalone/drakbackup:3525
#, fuzzy, c-format
msgid "Restore Failed..."
msgstr "Restaŭru de dosiero"
-#: standalone/drakbackup:3549
+#: standalone/drakbackup:3543
#, fuzzy, c-format
msgid "%s not retrieved..."
msgstr "neniu retkarto trovita"
-#: standalone/drakbackup:3748 standalone/drakbackup:3817
+#: standalone/drakbackup:3765 standalone/drakbackup:3834
#, fuzzy, c-format
msgid "Search for files to restore"
msgstr "Bonvole, elektu la specon de via muso."
-#: standalone/drakbackup:3752
+#: standalone/drakbackup:3769
#, c-format
msgid "Restore all backups"
msgstr ""
-#: standalone/drakbackup:3760
+#: standalone/drakbackup:3777
#, fuzzy, c-format
msgid "Custom Restore"
msgstr "Akomodata"
-#: standalone/drakbackup:3764 standalone/drakbackup:3813
+#: standalone/drakbackup:3781 standalone/drakbackup:3830
#, fuzzy, c-format
msgid "Restore From Catalog"
msgstr "Sava subdiskotabelo"
-#: standalone/drakbackup:3785
+#: standalone/drakbackup:3802
#, fuzzy, c-format
msgid "Unable to find backups to restore...\n"
msgstr "Bonvole, elektu lingvon por uzi."
-#: standalone/drakbackup:3786
+#: standalone/drakbackup:3803
#, fuzzy, c-format
msgid "Verify that %s is the correct path"
msgstr "Ĉu tiu ĉi konfigurado ĝustas?"
-#: standalone/drakbackup:3787
+#: standalone/drakbackup:3804
#, c-format
msgid " and the CD is in the drive"
msgstr ""
-#: standalone/drakbackup:3789
+#: standalone/drakbackup:3806
#, c-format
msgid "Backups on unmountable media - Use Catalog to restore"
msgstr ""
-#: standalone/drakbackup:3805
+#: standalone/drakbackup:3822
#, c-format
msgid "CD in place - continue."
msgstr ""
-#: standalone/drakbackup:3810
+#: standalone/drakbackup:3827
#, c-format
msgid "Browse to new restore repository."
msgstr ""
-#: standalone/drakbackup:3811
+#: standalone/drakbackup:3828
#, fuzzy, c-format
msgid "Directory To Restore From"
msgstr "Restaŭru de disketo"
-#: standalone/drakbackup:3847
+#: standalone/drakbackup:3864
#, fuzzy, c-format
msgid "Restore Progress"
msgstr "Restaŭru de dosiero"
-#: standalone/drakbackup:3898 standalone/drakbackup:3971
-#: standalone/logdrake:174
+#: standalone/drakbackup:3919 standalone/drakbackup:3992
+#: standalone/logdrake:173
#, fuzzy, c-format
msgid "Save"
msgstr "Stato:"
-#: standalone/drakbackup:3954
+#: standalone/drakbackup:3975
#, fuzzy, c-format
msgid "Build Backup"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:3987 standalone/drakbackup:4307
+#: standalone/drakbackup:4008 standalone/drakbackup:4328
#, fuzzy, c-format
msgid "Restore"
msgstr "Restaŭru de dosiero"
-#: standalone/drakbackup:4075
+#: standalone/drakbackup:4096
#, fuzzy, c-format
msgid "The following packages need to be installed:\n"
msgstr "La sekvaj pakaĵoj estos instalataj"
-#: standalone/drakbackup:4102
+#: standalone/drakbackup:4123
#, fuzzy, c-format
msgid "Please select data to restore..."
msgstr "Bonvole, elektu lingvon por uzi."
-#: standalone/drakbackup:4142
+#: standalone/drakbackup:4163
#, fuzzy, c-format
msgid "Backup system files"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:4145
+#: standalone/drakbackup:4166
#, fuzzy, c-format
msgid "Backup user files"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:4148
+#: standalone/drakbackup:4169
#, fuzzy, c-format
msgid "Backup other files"
msgstr "Malbona rezerva dosiero"
-#: standalone/drakbackup:4151 standalone/drakbackup:4185
+#: standalone/drakbackup:4172 standalone/drakbackup:4206
#, c-format
msgid "Total Progress"
msgstr ""
-#: standalone/drakbackup:4177
+#: standalone/drakbackup:4198
#, fuzzy, c-format
msgid "Sending files by FTP"
msgstr "Konservu en dosiero"
-#: standalone/drakbackup:4180
+#: standalone/drakbackup:4201
#, fuzzy, c-format
msgid "Sending files..."
msgstr "Konservu en dosiero"
-#: standalone/drakbackup:4250
+#: standalone/drakbackup:4271
#, fuzzy, c-format
msgid "Backup Now from configuration file"
msgstr "Reta Konfiguraĵo"
-#: standalone/drakbackup:4255
+#: standalone/drakbackup:4276
#, fuzzy, c-format
msgid "View Backup Configuration."
msgstr "Reta Konfiguraĵo"
-#: standalone/drakbackup:4281
+#: standalone/drakbackup:4302
#, fuzzy, c-format
msgid "Wizard Configuration"
msgstr "LAN Konfiguraĵo"
-#: standalone/drakbackup:4286
+#: standalone/drakbackup:4307
#, fuzzy, c-format
msgid "Advanced Configuration"
msgstr "LAN Konfiguraĵo"
-#: standalone/drakbackup:4291
+#: standalone/drakbackup:4312
#, fuzzy, c-format
msgid "View Configuration"
msgstr "LAN Konfiguraĵo"
-#: standalone/drakbackup:4295
+#: standalone/drakbackup:4316
#, c-format
msgid "View Last Log"
msgstr ""
-#: standalone/drakbackup:4300
+#: standalone/drakbackup:4321
#, fuzzy, c-format
msgid "Backup Now"
msgstr "Dosiersistemo konfiguro"
-#: standalone/drakbackup:4304
+#: standalone/drakbackup:4325
#, c-format
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: standalone/drakbackup:4324 standalone/drakbackup:4327
+#: standalone/drakbackup:4345 standalone/drakbackup:4348
#, c-format
msgid "Drakbackup"
msgstr ""
-#: standalone/drakboot:58
+#: standalone/drakboot:64
#, fuzzy, c-format
msgid "Graphical boot theme selection"
msgstr "Printilan Konekton"
-#: standalone/drakboot:58
+#: standalone/drakboot:64
#, c-format
msgid "System mode"
msgstr "Sistema modalo"
-#: standalone/drakboot:68 standalone/drakfloppy:46 standalone/harddrake2:103
-#: standalone/harddrake2:104 standalone/logdrake:71
-#: standalone/printerdrake:150 standalone/printerdrake:151
-#: standalone/printerdrake:152
+#: standalone/drakboot:74 standalone/drakfloppy:47 standalone/harddrake2:171
+#: standalone/harddrake2:172 standalone/logdrake:70
+#: standalone/printerdrake:156 standalone/printerdrake:157
+#: standalone/printerdrake:158
#, c-format
msgid "/_File"
msgstr "/_Dosiero"
-#: standalone/drakboot:69 standalone/drakfloppy:47 standalone/logdrake:77
+#: standalone/drakboot:75 standalone/drakfloppy:48 standalone/logdrake:76
#, c-format
msgid "/File/_Quit"
msgstr "/Dosiero/_Foriru"
-#: standalone/drakboot:69 standalone/drakfloppy:47 standalone/harddrake2:104
-#: standalone/logdrake:77 standalone/printerdrake:152
+#: standalone/drakboot:75 standalone/drakfloppy:48 standalone/harddrake2:172
+#: standalone/logdrake:76 standalone/printerdrake:158
#, c-format
msgid "<control>Q"
msgstr "<control>Q"
-#: standalone/drakboot:139
+#: standalone/drakboot:148
#, fuzzy, c-format
msgid "Install themes"
msgstr "Instalu sistemon"
-#: standalone/drakboot:140
+#: standalone/drakboot:149
#, fuzzy, c-format
msgid "Create new theme"
msgstr "Kreu novan subdiskon"
-#: standalone/drakboot:152
+#: standalone/drakboot:161
#, c-format
msgid "Use graphical boot"
msgstr ""
-#: standalone/drakboot:157
+#: standalone/drakboot:166
#, c-format
msgid ""
"Your system bootloader is not in framebuffer mode. To activate graphical "
"boot, select a graphic video mode from the bootloader configuration tool."
msgstr ""
-#: standalone/drakboot:164
+#: standalone/drakboot:167
+#, fuzzy, c-format
+msgid "Do you want to configure it now?"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+
+#: standalone/drakboot:177
#, fuzzy, c-format
msgid "Theme"
msgstr "Temoj"
-#: standalone/drakboot:167
+#: standalone/drakboot:180
#, c-format
msgid ""
"Display theme\n"
"under console"
msgstr ""
-#: standalone/drakboot:176
+#: standalone/drakboot:189
#, c-format
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: standalone/drakboot:184
+#: standalone/drakboot:197
#, c-format
msgid "No, I don't want autologin"
msgstr ""
-#: standalone/drakboot:185
+#: standalone/drakboot:198
#, c-format
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: standalone/drakboot:191
+#: standalone/drakboot:201
#, fuzzy, c-format
msgid "Default user"
msgstr "Loka printilo"
-#: standalone/drakboot:192
+#: standalone/drakboot:202
#, fuzzy, c-format
msgid "Default desktop"
msgstr "Defaŭlta"
-#: standalone/drakboot:256
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalado de %s malsukcesis. La sekvanta eraro okazis:"
-
-#: standalone/drakbug:40
+#: standalone/drakboot:310
#, c-format
msgid ""
-"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on %s\n"
-" where you'll find a form to fill in. The information displayed above will "
-"be \n"
-"transferred to that server."
+"Please choose a video mode, it will be applied to each of the boot entries "
+"selected below.\n"
+"Be sure your video card supports the mode you choose."
msgstr ""
-#: standalone/drakbug:48
-#, c-format
-msgid "Mandrake Bug Report Tool"
-msgstr ""
+#: standalone/drakbug:41
+#, fuzzy, c-format
+msgid "Mandrakelinux Bug Report Tool"
+msgstr "Konekti al la interreto"
-#: standalone/drakbug:53
+#: standalone/drakbug:46
#, fuzzy, c-format
-msgid "Mandrake Control Center"
+msgid "Mandrakelinux Control Center"
msgstr "Konekti al la interreto"
-#: standalone/drakbug:55
+#: standalone/drakbug:48
#, c-format
msgid "Synchronization tool"
msgstr ""
-#: standalone/drakbug:56 standalone/drakbug:70 standalone/drakbug:204
-#: standalone/drakbug:206 standalone/drakbug:210
+#: standalone/drakbug:49 standalone/drakbug:63 standalone/drakbug:176
+#: standalone/drakbug:178 standalone/drakbug:182
#, c-format
msgid "Standalone Tools"
msgstr ""
-#: standalone/drakbug:57
+#: standalone/drakbug:50
#, c-format
msgid "HardDrake"
msgstr "HardDrake"
-#: standalone/drakbug:58
+#: standalone/drakbug:51
#, fuzzy, c-format
-msgid "Mandrake Online"
+msgid "Mandrakeonline"
msgstr "Konekti al la interreto"
-#: standalone/drakbug:59
+#: standalone/drakbug:52
#, fuzzy, c-format
msgid "Menudrake"
msgstr "Spertulo"
-#: standalone/drakbug:60
+#: standalone/drakbug:53
#, fuzzy, c-format
msgid "Msec"
msgstr "Muso"
-#: standalone/drakbug:61
+#: standalone/drakbug:54
#, fuzzy, c-format
msgid "Remote Control"
msgstr "Malproksima printilo"
-#: standalone/drakbug:62
+#: standalone/drakbug:55
#, fuzzy, c-format
msgid "Software Manager"
msgstr "Opuza nomo"
-#: standalone/drakbug:63
+#: standalone/drakbug:56
#, c-format
msgid "Urpmi"
msgstr ""
-#: standalone/drakbug:64
+#: standalone/drakbug:57
#, c-format
msgid "Windows Migration tool"
msgstr ""
-#: standalone/drakbug:65
+#: standalone/drakbug:58
#, fuzzy, c-format
msgid "Userdrake"
msgstr "Printilo"
-#: standalone/drakbug:66
+#: standalone/drakbug:59
#, fuzzy, c-format
msgid "Configuration Wizards"
msgstr "ISDN-a Konfiguraĵon"
-#: standalone/drakbug:84
-#, c-format
-msgid ""
-"To submit a bug report, click the report button, which will open your "
-"default browser\n"
-"to Anthill where you will be able to upload the above information as a bug "
-"report."
-msgstr ""
-
-#: standalone/drakbug:102
+#: standalone/drakbug:83
#, fuzzy, c-format
msgid "Application:"
msgstr "Aŭtentikigado"
-#: standalone/drakbug:103 standalone/drakbug:115
+#: standalone/drakbug:84 standalone/drakbug:96
#, fuzzy, c-format
msgid "Package: "
msgstr "Elektado de Pakaĵoj"
-#: standalone/drakbug:104
+#: standalone/drakbug:85
#, c-format
msgid "Kernel:"
msgstr ""
-#: standalone/drakbug:105 standalone/drakbug:116
+#: standalone/drakbug:86 standalone/drakbug:97
#, fuzzy, c-format
msgid "Release: "
msgstr "Bonvole atendu"
-#: standalone/drakbug:110
+#: standalone/drakbug:91
#, c-format
msgid ""
"Application Name\n"
"or Full Path:"
msgstr ""
-#: standalone/drakbug:113
+#: standalone/drakbug:94
#, fuzzy, c-format
msgid "Find Package"
msgstr "%d pakaĵoj"
-#: standalone/drakbug:117
+#: standalone/drakbug:98
#, fuzzy, c-format
msgid "Summary: "
msgstr "Resumo"
-#: standalone/drakbug:129
+#: standalone/drakbug:104
#, c-format
-msgid "YOUR TEXT HERE"
+msgid "Bug Description/System Information"
msgstr ""
-#: standalone/drakbug:132
+#: standalone/drakbug:105
#, c-format
-msgid "Bug Description/System Information"
+msgid "YOUR TEXT HERE"
msgstr ""
-#: standalone/drakbug:136
+#: standalone/drakbug:108
#, fuzzy, c-format
msgid "Submit kernel version"
msgstr "Kerna versio"
-#: standalone/drakbug:137
+#: standalone/drakbug:109
#, c-format
msgid "Submit cpuinfo"
msgstr ""
-#: standalone/drakbug:138
+#: standalone/drakbug:110
#, c-format
msgid "Submit lspci"
msgstr ""
-#: standalone/drakbug:159
+#: standalone/drakbug:124
+#, c-format
+msgid ""
+"To submit a bug report, click on the report button.\n"
+"This will open a web browser window on %s\n"
+" where you'll find a form to fill in. The information displayed above will "
+"be \n"
+"transferred to that server."
+msgstr ""
+
+#: standalone/drakbug:130
#, fuzzy, c-format
msgid "Report"
msgstr "porto"
-#: standalone/drakbug:219
+#: standalone/drakbug:191
#, fuzzy, c-format
msgid "Not installed"
msgstr "Eliru instalprogramon"
-#: standalone/drakbug:231
+#: standalone/drakbug:203
#, fuzzy, c-format
msgid "Package not installed"
msgstr "Eliru instalprogramon"
-#: standalone/drakbug:248
+#: standalone/drakbug:220
#, c-format
msgid "NOT FOUND"
msgstr ""
-#: standalone/drakbug:259
+#: standalone/drakbug:227
#, fuzzy, c-format
-msgid "connecting to %s ..."
+msgid "connecting to %s..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: standalone/drakbug:267
+#: standalone/drakbug:235
#, fuzzy, c-format
msgid "No browser available! Please install one"
msgstr ""
"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malantaŭ la instalado"
-#: standalone/drakbug:286
+#: standalone/drakbug:254
#, fuzzy, c-format
msgid "Please enter a package name."
msgstr "Bonvole donu salutnomon"
-#: standalone/drakbug:292
+#: standalone/drakbug:260
#, c-format
msgid "Please enter summary text."
msgstr ""
-#: standalone/drakclock:29
+#: standalone/drakclock:30
#, c-format
msgid "DrakClock"
msgstr "DrakHorloĝo"
-#: standalone/drakclock:39
+#: standalone/drakclock:40
#, fuzzy, c-format
msgid "not defined"
msgstr "ne konfigurita"
-#: standalone/drakclock:41
+#: standalone/drakclock:42
#, fuzzy, c-format
msgid "Change Time Zone"
msgstr "Horzono"
-#: standalone/drakclock:45
+#: standalone/drakclock:46
#, c-format
msgid "Timezone - DrakClock"
msgstr "Horzono - DrakHorloĝo"
-#: standalone/drakclock:47
+#: standalone/drakclock:48
#, c-format
msgid "GMT - DrakClock"
msgstr "GMT - DrakHorloĝo"
-#: standalone/drakclock:47
+#: standalone/drakclock:48
#, fuzzy, c-format
msgid "Is your hardware clock set to GMT?"
msgstr "Aparata horloĝo estas ĝustigita laŭ GMT"
-#: standalone/drakclock:79
+#: standalone/drakclock:76
#, fuzzy, c-format
msgid "Network Time Protocol"
msgstr "Reta interfaco"
-#: standalone/drakclock:81
+#: standalone/drakclock:78
#, c-format
msgid ""
"Your computer can synchronize its clock\n"
" with a remote time server using NTP"
msgstr ""
-#: standalone/drakclock:82
+#: standalone/drakclock:79
#, c-format
msgid "Enable Network Time Protocol"
msgstr ""
-#: standalone/drakclock:90
+#: standalone/drakclock:87
#, fuzzy, c-format
msgid "Server:"
msgstr "Servilo:"
-#: standalone/drakclock:137 standalone/drakclock:149
+#: standalone/drakclock:125
+#, c-format
+msgid "Could not synchronize with %s."
+msgstr ""
+
+#: standalone/drakclock:147 standalone/drakclock:157
#, fuzzy, c-format
msgid "Reset"
msgstr "Malakceptu"
-#: standalone/drakclock:214
-#, c-format
+#: standalone/drakclock:225
+#, fuzzy, c-format
msgid ""
"We need to install ntp package\n"
" to enable Network Time Protocol\n"
"\n"
-"Do you want to install ntp ?"
-msgstr ""
+"Do you want to install ntp?"
+msgstr "Ĉi tiu pakaĵo %s devas esti instalita. Ĉu vi deziras instali ĝin?"
-#: standalone/drakconnect:81
+#: standalone/drakconnect:85
#, fuzzy, c-format
msgid "Network configuration (%d adapters)"
msgstr "ISDN-a Konfiguraĵon"
-#: standalone/drakconnect:92 standalone/drakconnect:751
+#: standalone/drakconnect:96 standalone/drakconnect:787
#, c-format
msgid "Gateway:"
msgstr "Kluzo:"
-#: standalone/drakconnect:92 standalone/drakconnect:751
+#: standalone/drakconnect:96 standalone/drakconnect:787
#, fuzzy, c-format
msgid "Interface:"
msgstr "Interreto"
-#: standalone/drakconnect:96 standalone/net_monitor:106
+#: standalone/drakconnect:100 standalone/net_monitor:122
#, c-format
msgid "Wait please"
msgstr ""
@@ -16866,12 +17737,8 @@ msgstr ""
msgid "Interface"
msgstr "Interfaco"
-#: standalone/drakconnect:116 standalone/drakups:233
-#, c-format
-msgid "Driver"
-msgstr "Pelilo"
-
-#: standalone/drakconnect:116
+#: standalone/drakconnect:116 standalone/printerdrake:218
+#: standalone/printerdrake:225
#, fuzzy, c-format
msgid "State"
msgstr "Stato:"
@@ -16886,7 +17753,7 @@ msgstr "Poŝtejo: "
msgid "Configure hostname..."
msgstr "Konfiguru muson"
-#: standalone/drakconnect:149 standalone/drakconnect:792
+#: standalone/drakconnect:149 standalone/drakconnect:843
#, c-format
msgid "LAN configuration"
msgstr "LAN Konfiguraĵo"
@@ -16896,8 +17763,8 @@ msgstr "LAN Konfiguraĵo"
msgid "Configure Local Area Network..."
msgstr "Konfiguru lokan reton"
-#: standalone/drakconnect:162 standalone/drakconnect:240
-#: standalone/drakconnect:244
+#: standalone/drakconnect:162 standalone/drakconnect:246
+#: standalone/drakconnect:250
#, c-format
msgid "Apply"
msgstr "Apliku"
@@ -16907,107 +17774,113 @@ msgstr "Apliku"
msgid "Manage connections"
msgstr "Kabla konekto"
-#: standalone/drakconnect:218
+#: standalone/drakconnect:224
#, fuzzy, c-format
msgid "Device selected"
msgstr "Malinstalu printvicon"
-#: standalone/drakconnect:314
+#: standalone/drakconnect:305
#, fuzzy, c-format
msgid "IP configuration"
msgstr "LAN Konfiguraĵo"
-#: standalone/drakconnect:351
+#: standalone/drakconnect:342
#, fuzzy, c-format
msgid "DNS servers"
msgstr "DNA servilo"
-#: standalone/drakconnect:359
+#: standalone/drakconnect:350
#, fuzzy, c-format
msgid "Search Domain"
msgstr "NIS Domajno"
-#: standalone/drakconnect:367
+#: standalone/drakconnect:358
#, fuzzy, c-format
msgid "static"
msgstr "Aŭtomata IP"
-#: standalone/drakconnect:367
+#: standalone/drakconnect:358
#, c-format
msgid "DHCP"
msgstr ""
-#: standalone/drakconnect:493
+#: standalone/drakconnect:436
+#, fuzzy, c-format
+msgid "Metric"
+msgstr "limigu"
+
+#: standalone/drakconnect:491
#, fuzzy, c-format
msgid "Flow control"
msgstr "<control>S"
-#: standalone/drakconnect:494
+#: standalone/drakconnect:492
#, fuzzy, c-format
msgid "Line termination"
msgstr "Interreta Konfigurado"
-#: standalone/drakconnect:505
+#: standalone/drakconnect:503
#, fuzzy, c-format
msgid "Modem timeout"
msgstr "Winmodem-konekto"
-#: standalone/drakconnect:509
+#: standalone/drakconnect:507
#, fuzzy, c-format
msgid "Use lock file"
msgstr "Elektu dosieron"
-#: standalone/drakconnect:511
+#: standalone/drakconnect:509
#, c-format
msgid "Wait for dialup tone before dialing"
msgstr ""
-#: standalone/drakconnect:514
+#: standalone/drakconnect:512
#, fuzzy, c-format
msgid "Busy wait"
msgstr "Kuvajto"
-#: standalone/drakconnect:519
+#: standalone/drakconnect:517
#, fuzzy, c-format
msgid "Modem sound"
msgstr "Modemo"
-#: standalone/drakconnect:520
+#: standalone/drakconnect:518
#, fuzzy, c-format
msgid "Enable"
msgstr "ebligu"
-#: standalone/drakconnect:520
+#: standalone/drakconnect:518
#, fuzzy, c-format
msgid "Disable"
msgstr "malebligu"
-#: standalone/drakconnect:571 standalone/harddrake2:62
+#: standalone/drakconnect:569 standalone/harddrake2:45
#, c-format
msgid "Media class"
msgstr ""
-#: standalone/drakconnect:572 standalone/drakfloppy:141
+#: standalone/drakconnect:570 standalone/drakfloppy:136
#, c-format
msgid "Module name"
msgstr "Modulonomo"
-#: standalone/drakconnect:573
+#: standalone/drakconnect:571
#, fuzzy, c-format
msgid "Mac Address"
msgstr "IP-adreso"
-#: standalone/drakconnect:574 standalone/harddrake2:21
+#: standalone/drakconnect:572 standalone/harddrake2:23
+#: standalone/harddrake2:104
#, c-format
msgid "Bus"
msgstr ""
-#: standalone/drakconnect:575 standalone/harddrake2:29
+#: standalone/drakconnect:573 standalone/harddrake2:29
#, c-format
msgid "Location on the bus"
msgstr ""
-#: standalone/drakconnect:645 standalone/drakgw:248 standalone/drakpxe:138
+#: standalone/drakconnect:670 standalone/drakgw:250 standalone/drakpxe:138
#, c-format
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
@@ -17016,20 +17889,20 @@ msgstr ""
"Mi ne detektas eterretan retadaptilom sur via sistemo. Bonvole lanĉu la\n"
"aparatokonfigurilon."
-#: standalone/drakconnect:651
+#: standalone/drakconnect:678
#, fuzzy, c-format
msgid "Remove a network interface"
msgstr "Elektu la retan interfacon"
-#: standalone/drakconnect:655
+#: standalone/drakconnect:682
#, fuzzy, c-format
msgid "Select the network interface to remove:"
msgstr "Elektu la retan interfacon"
-#: standalone/drakconnect:679
+#: standalone/drakconnect:713
#, fuzzy, c-format
msgid ""
-"An error occured while deleting the \"%s\" network interface:\n"
+"An error occurred while deleting the \"%s\" network interface:\n"
"\n"
"%s"
msgstr ""
@@ -17037,147 +17910,167 @@ msgstr ""
"\n"
"%s"
-#: standalone/drakconnect:681
+#: standalone/drakconnect:715
#, c-format
msgid ""
-"Congratulations, the \"%s\" network interface has been succesfully deleted"
+"Congratulations, the \"%s\" network interface has been successfully deleted"
msgstr ""
-#: standalone/drakconnect:698
+#: standalone/drakconnect:732
#, c-format
-msgid "No Ip"
+msgid "No IP"
msgstr ""
-#: standalone/drakconnect:699
+#: standalone/drakconnect:733
#, fuzzy, c-format
msgid "No Mask"
msgstr "Malbona pakaĵo"
-#: standalone/drakconnect:700 standalone/drakconnect:863
+#: standalone/drakconnect:734 standalone/drakconnect:914
#, c-format
msgid "up"
msgstr ""
-#: standalone/drakconnect:700 standalone/drakconnect:863
+#: standalone/drakconnect:734 standalone/drakconnect:914
#, fuzzy, c-format
msgid "down"
msgstr "Finata"
-#: standalone/drakconnect:741 standalone/net_monitor:419
+#: standalone/drakconnect:777 standalone/net_monitor:468
#, c-format
msgid "Connected"
msgstr "Konektita"
-#: standalone/drakconnect:741 standalone/net_monitor:419
+#: standalone/drakconnect:777 standalone/net_monitor:468
#, c-format
msgid "Not connected"
msgstr "Ne konektita"
-#: standalone/drakconnect:743
+#: standalone/drakconnect:779
#, c-format
msgid "Disconnect..."
msgstr "Malkonektu..."
-#: standalone/drakconnect:743
+#: standalone/drakconnect:779
#, c-format
msgid "Connect..."
msgstr "Konektu..."
-#: standalone/drakconnect:772
+#: standalone/drakconnect:808
#, c-format
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr ""
-#: standalone/drakconnect:788
+#: standalone/drakconnect:839
#, fuzzy, c-format
msgid "Deactivate now"
msgstr "Aktiva"
-#: standalone/drakconnect:788
+#: standalone/drakconnect:839
#, fuzzy, c-format
msgid "Activate now"
msgstr "Aktiva"
-#: standalone/drakconnect:796
+#: standalone/drakconnect:847
#, c-format
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: standalone/drakconnect:810
+#: standalone/drakconnect:861
#, c-format
msgid "LAN Configuration"
msgstr "LAN Konfiguraĵo"
-#: standalone/drakconnect:822
+#: standalone/drakconnect:873
#, c-format
msgid "Adapter %s: %s"
msgstr "Adaptilo %s: %s"
-#: standalone/drakconnect:831
+#: standalone/drakconnect:882
#, c-format
msgid "Boot Protocol"
msgstr ""
-#: standalone/drakconnect:832
+#: standalone/drakconnect:883
#, c-format
msgid "Started on boot"
msgstr ""
-#: standalone/drakconnect:868
+#: standalone/drakconnect:919
#, c-format
msgid ""
"This interface has not been configured yet.\n"
-"Run the \"Add an interface\" assistant from the Mandrake Control Center"
+"Run the \"Add an interface\" assistant from the Mandrakelinux Control Center"
msgstr ""
-#. -PO: here "Internet access" should be translated the same was as in control-center
-#: standalone/drakconnect:923
+#. -PO: here "Add Connection" should be translated the same was as in control-center
+#: standalone/drakconnect:974 standalone/net_applet:46
#, c-format
msgid ""
"You don't have any configured Internet connection.\n"
-"Please run \"Internet access\" in control center."
+"Run the \"Add Connection\" assistant from the Mandrakelinux Control Center"
msgstr ""
-#: standalone/drakconnect:931
+#: standalone/drakconnect:982
#, fuzzy, c-format
msgid "Internet connection configuration"
msgstr "Interreta konektaĵo kaj konfiguro"
-#: standalone/drakconnect:949
+#: standalone/drakconnect:1000
#, fuzzy, c-format
msgid "Third DNS server (optional)"
msgstr "Unu DNS-a Servilo (nedeviga)"
-#: standalone/drakconnect:971
+#: standalone/drakconnect:1022
#, fuzzy, c-format
msgid "Internet Connection Configuration"
msgstr "Interreta konektaĵo kaj konfiguro"
-#: standalone/drakconnect:972
+#: standalone/drakconnect:1023
#, fuzzy, c-format
msgid "Internet access"
msgstr "Interreto"
-#: standalone/drakconnect:974 standalone/net_monitor:88
+#: standalone/drakconnect:1025 standalone/net_monitor:101
#, c-format
msgid "Connection type: "
msgstr "Speco de konekto"
-#: standalone/drakconnect:977
+#: standalone/drakconnect:1028
#, c-format
msgid "Status:"
msgstr "Stato:"
-#: standalone/drakedm:53
+#: standalone/drakedm:34
+#, c-format
+msgid "GDM (GNOME Display Manager)"
+msgstr ""
+
+#: standalone/drakedm:35
+#, c-format
+msgid "KDM (KDE Display Manager)"
+msgstr ""
+
+#: standalone/drakedm:36
+#, c-format
+msgid "MdkKDM (Mandrakelinux Display Manager)"
+msgstr ""
+
+#: standalone/drakedm:37
+#, c-format
+msgid "XDM (X Display Manager)"
+msgstr ""
+
+#: standalone/drakedm:55
#, c-format
msgid "Choosing a display manager"
msgstr ""
-#: standalone/drakedm:54
+#: standalone/drakedm:56
#, c-format
msgid ""
"X11 Display Manager allows you to graphically log\n"
@@ -17185,94 +18078,101 @@ msgid ""
"several different X sessions on your local machine at the same time."
msgstr ""
-#: standalone/drakedm:77
+#: standalone/drakedm:79
#, fuzzy, c-format
-msgid "The change is done, do you want to restart the dm service ?"
+msgid "The change is done, do you want to restart the dm service?"
msgstr ""
"La reto devas esti restartigita.\n"
"Ĉu vi deziras restartigi ĝin?"
-#: standalone/drakfloppy:40
+#: standalone/drakedm:80
+#, c-format
+msgid ""
+"You are going to close all running programs and lose your current session. "
+"Are you really sure that you want to restart the dm service?"
+msgstr ""
+
+#: standalone/drakfloppy:41
#, c-format
msgid "drakfloppy"
msgstr "drakfloppy"
-#: standalone/drakfloppy:83
+#: standalone/drakfloppy:78
#, fuzzy, c-format
msgid "Boot disk creation"
msgstr "Startdiskokreado"
-#: standalone/drakfloppy:84
+#: standalone/drakfloppy:79
#, c-format
msgid "General"
msgstr "Ĝenerala"
-#: standalone/drakfloppy:87
+#: standalone/drakfloppy:82 standalone/harddrake2:131
#, fuzzy, c-format
msgid "Device"
msgstr "Aparato: "
-#: standalone/drakfloppy:93
+#: standalone/drakfloppy:88
#, fuzzy, c-format
msgid "Kernel version"
msgstr "Kerna versio"
-#: standalone/drakfloppy:108
+#: standalone/drakfloppy:103
#, fuzzy, c-format
msgid "Preferences"
msgstr "Prefero: "
-#: standalone/drakfloppy:122
+#: standalone/drakfloppy:117
#, fuzzy, c-format
msgid "Advanced preferences"
msgstr "LAN Konfiguraĵo"
-#: standalone/drakfloppy:141
+#: standalone/drakfloppy:136
#, c-format
msgid "Size"
msgstr "Grandeco"
-#: standalone/drakfloppy:144
+#: standalone/drakfloppy:139
#, fuzzy, c-format
msgid "Mkinitrd optional arguments"
msgstr "mkinitrd opciaj argumentoj"
-#: standalone/drakfloppy:146
+#: standalone/drakfloppy:141
#, c-format
msgid "force"
msgstr "devigu"
-#: standalone/drakfloppy:147
+#: standalone/drakfloppy:142
#, c-format
msgid "omit raid modules"
msgstr "forlasu RAID-ajn modulojn"
-#: standalone/drakfloppy:148
+#: standalone/drakfloppy:143
#, c-format
msgid "if needed"
msgstr "se bezonata"
-#: standalone/drakfloppy:149
+#: standalone/drakfloppy:144
#, c-format
msgid "omit scsi modules"
msgstr "forlasu SCSI-ajn modulojn"
-#: standalone/drakfloppy:152
+#: standalone/drakfloppy:147
#, c-format
msgid "Add a module"
msgstr "Aldonu modulon"
-#: standalone/drakfloppy:161
+#: standalone/drakfloppy:156
#, c-format
msgid "Remove a module"
msgstr "Forprenu modulon"
-#: standalone/drakfloppy:296
+#: standalone/drakfloppy:291
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Kontrolu ke medio estas en la aparato %s"
-#: standalone/drakfloppy:302
+#: standalone/drakfloppy:297
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -17281,22 +18181,23 @@ msgstr ""
"Ne estas medio en aparato %s.\n"
"Bonvole enŝovu ĝin."
-#: standalone/drakfloppy:306
+#: standalone/drakfloppy:301
#, c-format
msgid "Unable to fork: %s"
msgstr "Ne povis forki: %s"
-#: standalone/drakfloppy:309
+#: standalone/drakfloppy:304
#, fuzzy, c-format
msgid "Floppy creation completed"
msgstr "Speco de konekto"
-#: standalone/drakfloppy:309
+#: standalone/drakfloppy:304
#, c-format
msgid "The creation of the boot floppy has been successfully completed \n"
msgstr ""
-#: standalone/drakfloppy:312
+#. -PO: Do not alter the <span ..> and </span> tags
+#: standalone/drakfloppy:309
#, fuzzy, c-format
msgid ""
"Unable to properly close mkbootdisk:\n"
@@ -17434,7 +18335,7 @@ msgstr "Surmetingo"
msgid "About"
msgstr "Ĉesigu"
-#: standalone/drakfont:495 standalone/drakfont:687 standalone/drakfont:725
+#: standalone/drakfont:495 standalone/drakfont:691 standalone/drakfont:729
#, fuzzy, c-format
msgid "Uninstall"
msgstr "Eliru instalprogramon"
@@ -17444,10 +18345,11 @@ msgstr "Eliru instalprogramon"
msgid "Import"
msgstr "Formatu subdiskojn"
-#: standalone/drakfont:512
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: standalone/drakfont:514
#, c-format
msgid ""
-"Copyright (C) 2001-2002 by MandrakeSoft \n"
+"Copyright (C) 2001-2002 by Mandrakesoft \n"
"\n"
"\n"
" DUPONT Sebastien (original version)\n"
@@ -17457,7 +18359,7 @@ msgid ""
" VIGNAUD Thierry <tvignaud@mandrakesoft.com>"
msgstr ""
-#: standalone/drakfont:521
+#: standalone/drakfont:523
#, fuzzy, c-format
msgid ""
"This program is free software; you can redistribute it and/or modify\n"
@@ -17490,7 +18392,7 @@ msgstr ""
"kun tiu ĉi programo; se ne, skribu al la Free Software\n"
"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
-#: standalone/drakfont:537
+#: standalone/drakfont:539
#, c-format
msgid ""
"Thanks:\n"
@@ -17508,12 +18410,12 @@ msgid ""
" Convert ttf font files to afm and pfb fonts\n"
msgstr ""
-#: standalone/drakfont:556
+#: standalone/drakfont:558
#, fuzzy, c-format
msgid "Choose the applications that will support the fonts:"
msgstr "Elektu la subdiskoj kiuj vi deziras formati"
-#: standalone/drakfont:557
+#: standalone/drakfont:559
#, c-format
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
@@ -17523,122 +18425,127 @@ msgid ""
"hang up your X Server."
msgstr ""
-#: standalone/drakfont:567
+#: standalone/drakfont:569
#, c-format
msgid "Ghostscript"
msgstr ""
-#: standalone/drakfont:568
+#: standalone/drakfont:570
#, fuzzy, c-format
msgid "StarOffice"
msgstr "Oficejo"
-#: standalone/drakfont:569
+#: standalone/drakfont:571
#, fuzzy, c-format
msgid "Abiword"
msgstr "Ĉesigu"
-#: standalone/drakfont:570
+#: standalone/drakfont:572
#, fuzzy, c-format
msgid "Generic Printers"
msgstr "Printilo"
-#: standalone/drakfont:586
+#: standalone/drakfont:588
#, c-format
msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: standalone/drakfont:587
+#: standalone/drakfont:589
#, fuzzy, c-format
msgid "File Selection"
msgstr "Elektado de Pakaĵoj"
-#: standalone/drakfont:600
+#: standalone/drakfont:604
#, fuzzy, c-format
msgid "You've not selected any font"
msgstr "Malinstalu printvicon"
-#: standalone/drakfont:652
+#: standalone/drakfont:656
#, fuzzy, c-format
msgid "Import fonts"
msgstr "Formatu subdiskojn"
-#: standalone/drakfont:657
+#: standalone/drakfont:661
#, fuzzy, c-format
msgid "Install fonts"
msgstr "Instalu sistemon"
-#: standalone/drakfont:692
+#: standalone/drakfont:696
#, c-format
msgid "click here if you are sure."
msgstr ""
-#: standalone/drakfont:694
+#: standalone/drakfont:698
#, c-format
msgid "here if no."
msgstr ""
-#: standalone/drakfont:733
+#: standalone/drakfont:737
#, c-format
msgid "Unselected All"
msgstr ""
-#: standalone/drakfont:736
+#: standalone/drakfont:740
#, fuzzy, c-format
msgid "Selected All"
msgstr "Elektu dosieron"
-#: standalone/drakfont:739
+#: standalone/drakfont:743
#, fuzzy, c-format
msgid "Remove List"
msgstr "Malproksima printilo"
-#: standalone/drakfont:750 standalone/drakfont:769
+#: standalone/drakfont:754 standalone/drakfont:773
#, fuzzy, c-format
msgid "Importing fonts"
msgstr "Formatu subdiskojn"
-#: standalone/drakfont:754 standalone/drakfont:774
+#: standalone/drakfont:758 standalone/drakfont:778
#, c-format
msgid "Initial tests"
msgstr ""
-#: standalone/drakfont:755
+#: standalone/drakfont:759
#, fuzzy, c-format
msgid "Copy fonts on your system"
msgstr "Via komputilo ne havas retadaptilon!"
-#: standalone/drakfont:756
+#: standalone/drakfont:760
#, c-format
msgid "Install & convert Fonts"
msgstr ""
-#: standalone/drakfont:757
+#: standalone/drakfont:761
#, fuzzy, c-format
msgid "Post Install"
msgstr "Instalu"
-#: standalone/drakfont:775
+#: standalone/drakfont:779
#, fuzzy, c-format
msgid "Remove fonts on your system"
msgstr "Via komputilo ne havas retadaptilon!"
-#: standalone/drakfont:776
+#: standalone/drakfont:780
#, fuzzy, c-format
msgid "Post Uninstall"
msgstr "Eliru instalprogramon"
-#: standalone/drakgw:58 standalone/drakgw:193
+#: standalone/drakgw:58 standalone/drakgw:194
#, c-format
msgid "Internet Connection Sharing"
msgstr "Disdividado de Interreta Konekto"
-#: standalone/drakgw:124
+#: standalone/drakgw:114 standalone/drakvpn:51
+#, c-format
+msgid "Sorry, we support only 2.4 and above kernels."
+msgstr ""
+
+#: standalone/drakgw:125
#, c-format
msgid "Internet Connection Sharing currently disabled"
msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
-#: standalone/drakgw:125
+#: standalone/drakgw:126
#, fuzzy, c-format
msgid ""
"The setup of Internet connection sharing has already been done.\n"
@@ -17648,39 +18555,39 @@ msgid ""
msgstr ""
"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-#: standalone/drakgw:129 standalone/drakvpn:127
+#: standalone/drakgw:130 standalone/drakvpn:127
#, c-format
msgid "enable"
msgstr "ebligu"
-#: standalone/drakgw:129 standalone/drakgw:156 standalone/drakvpn:101
+#: standalone/drakgw:130 standalone/drakgw:157 standalone/drakvpn:101
#: standalone/drakvpn:127
#, c-format
msgid "reconfigure"
msgstr "rekonfiguru"
-#: standalone/drakgw:129 standalone/drakgw:156 standalone/drakvpn:101
+#: standalone/drakgw:130 standalone/drakgw:157 standalone/drakvpn:101
#: standalone/drakvpn:127 standalone/drakvpn:376 standalone/drakvpn:735
#, c-format
msgid "dismiss"
msgstr "forsendu"
-#: standalone/drakgw:136
+#: standalone/drakgw:137
#, c-format
msgid "Enabling servers..."
msgstr ""
-#: standalone/drakgw:148
+#: standalone/drakgw:149
#, fuzzy, c-format
msgid "Internet Connection Sharing is now enabled."
msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
-#: standalone/drakgw:151
+#: standalone/drakgw:152
#, c-format
msgid "Internet Connection Sharing currently enabled"
msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
-#: standalone/drakgw:152
+#: standalone/drakgw:153
#, fuzzy, c-format
msgid ""
"The setup of Internet Connection Sharing has already been done.\n"
@@ -17690,22 +18597,22 @@ msgid ""
msgstr ""
"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-#: standalone/drakgw:156 standalone/drakvpn:101
+#: standalone/drakgw:157 standalone/drakvpn:101
#, c-format
msgid "disable"
msgstr "malebligu"
-#: standalone/drakgw:159
+#: standalone/drakgw:160
#, fuzzy, c-format
msgid "Disabling servers..."
msgstr "Detektas aparatojn..."
-#: standalone/drakgw:174
+#: standalone/drakgw:175
#, fuzzy, c-format
msgid "Internet Connection Sharing is now disabled."
msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
-#: standalone/drakgw:194
+#: standalone/drakgw:195
#, fuzzy, c-format
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -17724,27 +18631,27 @@ msgstr ""
"\n"
"Ĉu vi deziras konfiguri Disdividadon de Interreta Konekto?\n"
-#: standalone/drakgw:237
+#: standalone/drakgw:239
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: standalone/drakgw:238
+#: standalone/drakgw:240
#, c-format
msgid "Interface %s"
msgstr "Interfaco %s"
-#: standalone/drakgw:247 standalone/drakpxe:137
+#: standalone/drakgw:249 standalone/drakpxe:137
#, c-format
msgid "No network adapter on your system!"
msgstr "Via komputilo ne havas retadaptilon!"
-#: standalone/drakgw:254
+#: standalone/drakgw:256
#, c-format
msgid "Network interface"
msgstr "Reta interfaco"
-#: standalone/drakgw:255
+#: standalone/drakgw:257
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -17759,7 +18666,12 @@ msgstr ""
"\n"
"Ĉu vi deziras konfiguri vian Lokan Reton (LAN) kun ĉi tiu adaptilo?"
-#: standalone/drakgw:262
+#: standalone/drakgw:263 standalone/drakpxe:142
+#, c-format
+msgid "Choose the network interface"
+msgstr "Elektu la retan interfacon"
+
+#: standalone/drakgw:264
#, c-format
msgid ""
"Please choose what network adapter will be connected to your Local Area "
@@ -17767,12 +18679,12 @@ msgid ""
msgstr ""
"Bonvole elektu kiun retadaptilon estos konektata al via Loka Reto (LAN)."
-#: standalone/drakgw:291
+#: standalone/drakgw:293
#, fuzzy, c-format
msgid "Network interface already configured"
msgstr "Ekrano ne estas konfigurata"
-#: standalone/drakgw:292
+#: standalone/drakgw:294
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -17782,27 +18694,27 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: standalone/drakgw:297
+#: standalone/drakgw:299
#, fuzzy, c-format
msgid "Automatic reconfiguration"
msgstr "Post-instala konfigurado"
-#: standalone/drakgw:297
+#: standalone/drakgw:299
#, c-format
msgid "No (experts only)"
msgstr ""
-#: standalone/drakgw:298
+#: standalone/drakgw:300
#, fuzzy, c-format
msgid "Show current interface configuration"
msgstr "Interreta Konfigurado"
-#: standalone/drakgw:299
+#: standalone/drakgw:301
#, fuzzy, c-format
msgid "Current interface configuration"
msgstr "Interreta Konfigurado"
-#: standalone/drakgw:300
+#: standalone/drakgw:302
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -17813,7 +18725,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: standalone/drakgw:313
+#: standalone/drakgw:315
#, c-format
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
@@ -17829,12 +18741,12 @@ msgid ""
"\n"
msgstr ""
-#: standalone/drakgw:320
+#: standalone/drakgw:322
#, fuzzy, c-format
msgid "Local Network adress"
msgstr "neniu retkarto trovita"
-#: standalone/drakgw:324
+#: standalone/drakgw:326
#, c-format
msgid ""
"DHCP Server Configuration.\n"
@@ -17843,73 +18755,73 @@ msgid ""
"If you don't know the meaning of an option, simply leave it as it is."
msgstr ""
-#: standalone/drakgw:328
+#: standalone/drakgw:330
#, fuzzy, c-format
msgid "(This) DHCP Server IP"
msgstr "IP de SMB servilo"
-#: standalone/drakgw:329
+#: standalone/drakgw:331
#, fuzzy, c-format
msgid "The DNS Server IP"
msgstr "IP de SMB servilo"
-#: standalone/drakgw:330
+#: standalone/drakgw:332
#, fuzzy, c-format
msgid "The internal domain name"
msgstr "Neniu printilo"
-#: standalone/drakgw:331
+#: standalone/drakgw:333
#, c-format
msgid "The DHCP start range"
msgstr ""
-#: standalone/drakgw:332
+#: standalone/drakgw:334
#, c-format
msgid "The DHCP end range"
msgstr ""
-#: standalone/drakgw:333
+#: standalone/drakgw:335
#, c-format
msgid "The default lease (in seconds)"
msgstr ""
-#: standalone/drakgw:334
+#: standalone/drakgw:336
#, c-format
msgid "The maximum lease (in seconds)"
msgstr ""
-#: standalone/drakgw:335
+#: standalone/drakgw:337
#, c-format
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: standalone/drakgw:342
+#: standalone/drakgw:344
#, c-format
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: standalone/drakgw:352
+#: standalone/drakgw:354
#, 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:362
+#: standalone/drakgw:364
#, c-format
msgid "Configuring..."
msgstr "Mi konfiguras..."
-#: standalone/drakgw:363
+#: standalone/drakgw:365
#, c-format
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Mi konfiguras komandodosierojn, instalas programojn, startas servilojn..."
-#: standalone/drakgw:403 standalone/drakpxe:231 standalone/drakvpn:278
+#: standalone/drakgw:405 standalone/drakpxe:231 standalone/drakvpn:278
#, c-format
msgid "Problems installing package %s"
msgstr "Problemoj instalante pakaĵon %s"
-#: standalone/drakgw:599
+#: standalone/drakgw:601
#, c-format
msgid ""
"Everything has been configured.\n"
@@ -17922,7 +18834,7 @@ msgstr ""
#, c-format
msgid ""
" drakhelp 0.1\n"
-"Copyright (C) 2003-2004 MandrakeSoft.\n"
+"Copyright (C) 2003-2004 Mandrakesoft.\n"
"This is free software and may be redistributed under the terms of the GNU "
"GPL.\n"
"\n"
@@ -17947,56 +18859,61 @@ msgid ""
"frontend)\n"
msgstr ""
-#: standalone/drakhelp:35
+#: standalone/drakhelp:36
+#, fuzzy, c-format
+msgid "Mandrakelinux Help Center"
+msgstr "Irigilo por la Mandrajka helpo"
+
+#: standalone/drakhelp:36
#, c-format
msgid ""
"%s cannot be displayed \n"
". No Help entry of this type\n"
msgstr ""
-#: standalone/drakhelp:41
+#: standalone/drakhelp:42
#, c-format
msgid ""
"No browser is installed on your system, Please install one if you want to "
"browse the help system"
msgstr ""
-#: standalone/drakperm:21
+#: standalone/drakperm:22
#, fuzzy, c-format
msgid "System settings"
msgstr "subdiskigo"
-#: standalone/drakperm:22
+#: standalone/drakperm:23
#, fuzzy, c-format
msgid "Custom settings"
msgstr "subdiskigo"
-#: standalone/drakperm:23
+#: standalone/drakperm:24
#, fuzzy, c-format
msgid "Custom & system settings"
msgstr "subdiskigo"
-#: standalone/drakperm:43
+#: standalone/drakperm:44
#, fuzzy, c-format
msgid "Editable"
msgstr "malebligu"
-#: standalone/drakperm:48 standalone/drakperm:318
+#: standalone/drakperm:49 standalone/drakperm:321
#, c-format
msgid "Path"
msgstr ""
-#: standalone/drakperm:48 standalone/drakperm:254
+#: standalone/drakperm:49 standalone/drakperm:250
#, fuzzy, c-format
msgid "User"
msgstr "Salutnomo"
-#: standalone/drakperm:48 standalone/drakperm:254
+#: standalone/drakperm:49 standalone/drakperm:250
#, fuzzy, c-format
msgid "Group"
msgstr "Laborgrupo"
-#: standalone/drakperm:48 standalone/drakperm:330
+#: standalone/drakperm:49 standalone/drakperm:333
#, fuzzy, c-format
msgid "Permissions"
msgstr "Versio: %s\n"
@@ -18052,9 +18969,9 @@ msgid "Delete selected rule"
msgstr "Malinstalu printvicon"
#. -PO: "Edit" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/drakperm:125 standalone/drakups:281 standalone/drakups:330
-#: standalone/drakups:350 standalone/drakvpn:333 standalone/drakvpn:694
-#: standalone/printerdrake:233
+#: standalone/drakperm:125 standalone/drakups:298 standalone/drakups:358
+#: standalone/drakups:378 standalone/drakvpn:333 standalone/drakvpn:694
+#: standalone/printerdrake:239
#, fuzzy, c-format
msgid "Edit"
msgstr "Eliro"
@@ -18064,99 +18981,117 @@ msgstr "Eliro"
msgid "Edit current rule"
msgstr ""
-#: standalone/drakperm:246
+#: standalone/drakperm:242
#, c-format
msgid "browse"
msgstr ""
-#: standalone/drakperm:256
+#: standalone/drakperm:247
+#, fuzzy, c-format
+msgid "user"
+msgstr "Muso"
+
+#: standalone/drakperm:247
+#, fuzzy, c-format
+msgid "group"
+msgstr "Laborgrupo"
+
+#: standalone/drakperm:247
+#, fuzzy, c-format
+msgid "other"
+msgstr "Alia"
+
+#: standalone/drakperm:252
#, fuzzy, c-format
msgid "Read"
msgstr "Nur-lege"
-#: standalone/drakperm:257
+#. -PO: here %s will be either "user", "group" or "other"
+#: standalone/drakperm:255
#, c-format
msgid "Enable \"%s\" to read the file"
msgstr ""
-#: standalone/drakperm:260
+#: standalone/drakperm:259
#, fuzzy, c-format
msgid "Write"
msgstr "Eritreo"
-#: standalone/drakperm:261
+#. -PO: here %s will be either "user", "group" or "other"
+#: standalone/drakperm:262
#, c-format
msgid "Enable \"%s\" to write the file"
msgstr ""
-#: standalone/drakperm:264
+#: standalone/drakperm:266
#, c-format
msgid "Execute"
msgstr "Faru"
-#: standalone/drakperm:265
+#. -PO: here %s will be either "user", "group" or "other"
+#: standalone/drakperm:269
#, c-format
msgid "Enable \"%s\" to execute the file"
msgstr ""
-#: standalone/drakperm:267
+#: standalone/drakperm:272
#, c-format
msgid "Sticky-bit"
msgstr ""
-#: standalone/drakperm:267
+#: standalone/drakperm:272
#, c-format
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: standalone/drakperm:268
+#: standalone/drakperm:273
#, c-format
msgid "Set-UID"
msgstr ""
-#: standalone/drakperm:268
+#: standalone/drakperm:273
#, c-format
msgid "Use owner id for execution"
msgstr ""
-#: standalone/drakperm:269
+#: standalone/drakperm:274
#, c-format
msgid "Set-GID"
msgstr ""
-#: standalone/drakperm:269
+#: standalone/drakperm:274
#, c-format
msgid "Use group id for execution"
msgstr ""
-#: standalone/drakperm:287 standalone/drakxtv:87
+#: standalone/drakperm:290 standalone/drakxtv:89
#, fuzzy, c-format
-msgid "User :"
+msgid "User:"
msgstr "Salutnomo"
-#: standalone/drakperm:289
+#: standalone/drakperm:292
#, fuzzy, c-format
-msgid "Group :"
+msgid "Group:"
msgstr "Laborgrupo"
-#: standalone/drakperm:293
+#: standalone/drakperm:296
#, fuzzy, c-format
msgid "Current user"
msgstr "Akceptu uzanto"
-#: standalone/drakperm:294
+#: standalone/drakperm:297
#, c-format
msgid "When checked, owner and group won't be changed"
msgstr ""
-#: standalone/drakperm:304
+#: standalone/drakperm:307
#, fuzzy, c-format
msgid "Path selection"
msgstr "Elektado de individuaj pakaĵoj"
-#: standalone/drakperm:324
+#: standalone/drakperm:327
#, fuzzy, c-format
msgid "Property"
msgstr "Pordo"
@@ -18263,54 +19198,42 @@ msgstr ""
msgid "Location of auto_install.cfg file"
msgstr "Kreas aŭtoinstalan disketon"
-#: standalone/draksec:44
+#: standalone/draksec:49
#, c-format
msgid "ALL"
msgstr ""
-#: standalone/draksec:44
+#: standalone/draksec:50
#, c-format
msgid "LOCAL"
msgstr ""
-#: standalone/draksec:44 standalone/drakvpn:1146
-#, c-format
-msgid "default"
-msgstr "defaŭlta"
-
-#: standalone/draksec:44
-#, fuzzy, c-format
-msgid "ignore"
-msgstr "Singapuro"
-
-#: standalone/draksec:44
+#: standalone/draksec:53
#, fuzzy, c-format
-msgid "no"
-msgstr "Informo"
-
-#: standalone/draksec:44
-#, fuzzy, c-format
-msgid "yes"
-msgstr "Jes"
+msgid "Ignore"
+msgstr "singapuro"
-#. -PO: Do not alter the <span ..> and </span> tags
-#. -PO: Translate the security levels (Poor, Standard, High, Higher and Paranoid) in the same way, you translated these individuals words
-#: standalone/draksec:81
+#. -PO: Do not alter the <span ..> and </span> tags.
+#. -PO: Translate the security levels (Poor, Standard, High, Higher and Paranoid) in the same way, you translated these individuals words.
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX.
+#: standalone/draksec:101
#, c-format
msgid ""
"Here, you can setup the security level and administrator of your machine.\n"
"\n"
"\n"
-"The Security Administrator is the one who will receive security alerts if "
-"the\n"
-"'Security Alerts' option is set. It can be a username or an email.\n"
+"The '<span weight=\"bold\">Security Administrator</span>' is the one who "
+"will receive security alerts if the\n"
+"'<span weight=\"bold\">Security Alerts</span>' option is set. It can be a "
+"username or an email.\n"
"\n"
"\n"
-"The Security Level menu allows you to select one of the six preconfigured "
-"security levels\n"
-"provided with msec. These levels range from poor security and ease of use, "
-"to\n"
-"paranoid config, suitable for very sensitive server applications:\n"
+"The '<span weight=\"bold\">Security Level</span>' menu allows you to select "
+"one of the six preconfigured security levels\n"
+"provided with msec. These levels range from '<span weight=\"bold\">poor</"
+"span>' security and ease of use, to\n"
+"'<span weight=\"bold\">paranoid</span>' config, suitable for very sensitive "
+"server applications:\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">Poor</span>: This is a totally unsafe but "
@@ -18345,59 +19268,54 @@ msgid ""
"maximum"
msgstr ""
-#: standalone/draksec:129
+#: standalone/draksec:154 standalone/harddrake2:184
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
+msgstr ""
+
+#: standalone/draksec:168
#, fuzzy, c-format
msgid "(default value: %s)"
msgstr " (Defaŭlta)"
-#: standalone/draksec:170
+#: standalone/draksec:210
#, fuzzy, c-format
msgid "Security Level:"
msgstr "Elektas sekurnivelon"
-#: standalone/draksec:173
-#, fuzzy, c-format
-msgid "Security Alerts:"
-msgstr "Elektas sekurnivelon"
-
-#: standalone/draksec:177
+#: standalone/draksec:217
#, fuzzy, c-format
msgid "Security Administrator:"
msgstr "Malproksimaj lpd Printilaj Opcioj"
-#: standalone/draksec:179
+#: standalone/draksec:219
#, fuzzy, c-format
msgid "Basic options"
msgstr "Opcioj"
-#: standalone/draksec:192
-#, c-format
-msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need an explanation, look at the help tooltip.\n"
-msgstr ""
-
-#: standalone/draksec:194
+#: standalone/draksec:233
#, fuzzy, c-format
msgid "Network Options"
msgstr "Modulaj opcioj:"
-#: standalone/draksec:194
+#: standalone/draksec:233
#, fuzzy, c-format
msgid "System Options"
msgstr "Modulaj opcioj:"
-#: standalone/draksec:240
+#: standalone/draksec:268
#, c-format
msgid "Periodic Checks"
msgstr ""
-#: standalone/draksec:258
+#: standalone/draksec:299
#, fuzzy, c-format
msgid "Please wait, setting security level..."
msgstr "Elektas sekurnivelon"
-#: standalone/draksec:264
+#: standalone/draksec:305
#, fuzzy, c-format
msgid "Please wait, setting security options..."
msgstr "Preparas instaladon"
@@ -18407,7 +19325,8 @@ msgstr "Preparas instaladon"
msgid "No Sound Card detected!"
msgstr "Ne konektita"
-#: standalone/draksound:48
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: standalone/draksound:50
#, c-format
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
@@ -18420,7 +19339,7 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: standalone/draksound:55
+#: standalone/draksound:57
#, c-format
msgid ""
"\n"
@@ -18545,15 +19464,15 @@ msgstr ""
msgid "Make kernel message quiet by default"
msgstr ""
-#: standalone/draksplash:161 standalone/draksplash:319
-#: standalone/draksplash:464
+#: standalone/draksplash:161 standalone/draksplash:309
+#: standalone/draksplash:454
#, fuzzy, c-format
msgid "Notice"
msgstr "agrabla(j)"
-#: standalone/draksplash:161 standalone/draksplash:319
+#: standalone/draksplash:161 standalone/draksplash:309
#, c-format
-msgid "This theme does not yet have a bootsplash in %s !"
+msgid "This theme does not yet have a bootsplash in %s!"
msgstr ""
#: standalone/draksplash:167
@@ -18566,183 +19485,193 @@ msgstr "Elektu agon"
msgid "saving Bootsplash theme..."
msgstr ""
-#: standalone/draksplash:445
+#: standalone/draksplash:435
#, fuzzy, c-format
msgid "ProgressBar color selection"
msgstr "Printilan Konekton"
-#: standalone/draksplash:464
+#: standalone/draksplash:454
#, fuzzy, c-format
msgid "You must choose an image file first!"
msgstr "Printila Aparato URI"
-#: standalone/draksplash:469
+#: standalone/draksplash:459
#, fuzzy, c-format
-msgid "Generating preview ..."
+msgid "Generating preview..."
msgstr "Detektas aparatojn..."
#. -PO: First %s is theme name, second %s (in parenthesis) is resolution
-#: standalone/draksplash:515
+#: standalone/draksplash:497
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr ""
-#: standalone/drakups:63
+#. -PO: Do not alter the <span ..> and </span> tags
+#: standalone/draksplash:503
+#, c-format
+msgid ""
+"The image \"%s\" cannot be load due to the following issue:\n"
+"\n"
+"<span foreground=\"Red\">%s</span>"
+msgstr ""
+
+#: standalone/drakups:74
#, c-format
msgid "Connected through a serial port or an usb cable"
msgstr ""
-#: standalone/drakups:69
+#: standalone/drakups:80
#, fuzzy, c-format
msgid "Add an UPS device"
msgstr "Aldonu uzulon"
-#: standalone/drakups:72
+#: standalone/drakups:83
#, c-format
msgid ""
"Welcome to the UPS configuration utility.\n"
"\n"
-"Here, you'll be add a new UPS to your system.\n"
+"Here, you'll add a new UPS to your system.\n"
msgstr ""
-#: standalone/drakups:79
+#: standalone/drakups:90
#, c-format
msgid ""
"We're going to add an UPS device.\n"
"\n"
-"Do you prefer autodetect UPS devices connected to this machine or ?"
+"Do you want to autodetect UPS devices connected to this machine or to "
+"manually select them?"
msgstr ""
-#: standalone/drakups:82
+#: standalone/drakups:93
#, fuzzy, c-format
msgid "Autodetection"
msgstr "Memdetekta"
-#: standalone/drakups:90 standalone/harddrake2:140
+#: standalone/drakups:101 standalone/harddrake2:211
#, fuzzy, c-format
msgid "Detection in progress"
msgstr "Duobla surmetingo %s"
-#: standalone/drakups:108 standalone/drakups:144 standalone/logdrake:479
-#: standalone/logdrake:485
+#: standalone/drakups:120 standalone/drakups:156 standalone/logdrake:449
+#: standalone/logdrake:455
#, fuzzy, c-format
msgid "Congratulations"
msgstr "Gratulojn!"
-#: standalone/drakups:109
+#: standalone/drakups:121
#, c-format
msgid "The wizard successfully added the following UPS devices:"
msgstr ""
-#: standalone/drakups:111
+#: standalone/drakups:123
#, fuzzy, c-format
msgid "No new UPS devices was found"
msgstr "Loka printilo"
-#: standalone/drakups:116 standalone/drakups:128
+#: standalone/drakups:128 standalone/drakups:140
#, fuzzy, c-format
msgid "UPS driver configuration"
msgstr "Interreta Konfigurado"
-#: standalone/drakups:116
+#: standalone/drakups:128
#, fuzzy, c-format
msgid "Please select your UPS model."
msgstr "Bonvole, provu la muson"
-#: standalone/drakups:117
+#: standalone/drakups:129
#, c-format
msgid "Manufacturer / Model:"
msgstr ""
-#: standalone/drakups:128
+#: standalone/drakups:140
#, c-format
msgid ""
"We are configuring the \"%s\" UPS from \"%s\".\n"
"Please fill in its name, its driver and its port."
msgstr ""
-#: standalone/drakups:133
+#: standalone/drakups:145
#, c-format
msgid "Name:"
msgstr "Nomo:"
-#: standalone/drakups:133
+#: standalone/drakups:145
#, c-format
msgid "The name of your ups"
msgstr ""
-#: standalone/drakups:134
+#: standalone/drakups:146
#, c-format
-msgid "The driver that manage your ups"
+msgid "The driver that manages your ups"
msgstr ""
-#: standalone/drakups:135
+#: standalone/drakups:147
#, c-format
msgid "Port:"
msgstr "Pordo:"
-#: standalone/drakups:137
+#: standalone/drakups:149
#, fuzzy, c-format
msgid "The port on which is connected your ups"
msgstr "Bonvole, elektu al kiu seria pordo estas via muso konektata."
-#: standalone/drakups:144
+#: standalone/drakups:156
#, c-format
msgid "The wizard successfully configured the new \"%s\" UPS device."
msgstr ""
-#: standalone/drakups:232
+#: standalone/drakups:246
#, fuzzy, c-format
msgid "UPS devices"
msgstr "Servoj"
-#: standalone/drakups:233 standalone/drakups:251 standalone/drakups:266
-#: standalone/harddrake2:67
+#: standalone/drakups:247 standalone/drakups:266 standalone/drakups:282
+#: standalone/harddrake2:80 standalone/harddrake2:102
#, c-format
msgid "Name"
msgstr "Nomo"
-#: standalone/drakups:250
+#: standalone/drakups:265
#, fuzzy, c-format
msgid "UPS users"
msgstr "Salutnomo"
-#: standalone/drakups:265
+#: standalone/drakups:281
#, fuzzy, c-format
msgid "Access Control Lists"
msgstr "aliro al retiloj"
-#: standalone/drakups:266
+#: standalone/drakups:282
#, c-format
msgid "IP mask"
msgstr ""
-#: standalone/drakups:277
+#: standalone/drakups:294
#, fuzzy, c-format
msgid "Rules"
msgstr "Malakceptu"
-#: standalone/drakups:278
+#: standalone/drakups:295
#, fuzzy, c-format
msgid "Action"
msgstr "/_Agoj"
-#: standalone/drakups:278 standalone/drakvpn:1146 standalone/harddrake2:61
+#: standalone/drakups:295 standalone/drakvpn:1146 standalone/harddrake2:77
#, fuzzy, c-format
msgid "Level"
msgstr "nivelo"
-#: standalone/drakups:278
+#: standalone/drakups:295
#, fuzzy, c-format
msgid "ACL name"
msgstr "LVM-nomo?"
-#: standalone/drakups:297 standalone/drakups:301 standalone/drakups:310
+#: standalone/drakups:325 standalone/drakups:329 standalone/drakups:338
#, fuzzy, c-format
msgid "DrakUPS"
msgstr "Dvorak-a (US)"
-#: standalone/drakups:307
+#: standalone/drakups:335
#, fuzzy, c-format
msgid "Welcome to the UPS configuration tools"
msgstr "Provu konfiguraĵon"
@@ -18764,7 +19693,7 @@ msgid ""
"\n"
"It's currently enabled.\n"
"\n"
-"What would you like to do ?"
+"What would you like to do?"
msgstr ""
"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
@@ -18790,7 +19719,7 @@ msgid ""
"\n"
"It's currently disabled.\n"
"\n"
-"What would you like to do ?"
+"What would you like to do?"
msgstr ""
"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
@@ -18849,7 +19778,7 @@ msgstr "Forprenu modulon"
#: standalone/drakvpn:197
#, c-format
msgid ""
-"The kernel need to have ipsec support.\n"
+"The kernel needs to have ipsec support.\n"
"\n"
"You're running a %s kernel version.\n"
"\n"
@@ -18874,13 +19803,13 @@ msgstr "LAN Konfiguraĵo"
#: standalone/drakvpn:296
#, c-format
msgid ""
-"Configuration step !\n"
+"Configuration step!\n"
"\n"
"You need to define the Security Policies and then to \n"
"configure the automatic key exchange (IKE) daemon. \n"
"The KAME IKE daemon we're using is called 'racoon'.\n"
"\n"
-"What would you like to configure ?\n"
+"What would you like to configure?\n"
msgstr ""
#: standalone/drakvpn:307
@@ -18903,12 +19832,12 @@ msgid ""
"The %s file contents\n"
"is divided into sections.\n"
"\n"
-"You can now :\n"
+"You can now:\n"
"\n"
" - display, add, edit, or remove sections, then\n"
" - commit the changes\n"
"\n"
-"What would you like to do ?\n"
+"What would you like to do?\n"
msgstr ""
#: standalone/drakvpn:333 standalone/drakvpn:694
@@ -18951,7 +19880,7 @@ msgstr ""
msgid ""
"The %s file contains different sections.\n"
"\n"
-"Here is its skeleton :\t'config setup' \n"
+"Here is its skeleton:\t'config setup' \n"
"\t\t\t\t\t'conn default' \n"
"\t\t\t\t\t'normal1'\n"
"\t\t\t\t\t'normal2' \n"
@@ -18978,7 +19907,7 @@ msgstr "Normala Modalo"
#: standalone/drakvpn:382 standalone/drakvpn:423 standalone/drakvpn:510
#, fuzzy, c-format
-msgid "Exists !"
+msgid "Exists!"
msgstr "Eliro"
#: standalone/drakvpn:383 standalone/drakvpn:424
@@ -19182,7 +20111,7 @@ msgstr "Nomo de konekto"
#: standalone/drakvpn:590
#, fuzzy, c-format
-msgid "Can't edit !"
+msgid "Can't edit!"
msgstr "Ne povis malfermi %s por skribi: %s\n"
#: standalone/drakvpn:591
@@ -19190,10 +20119,10 @@ msgstr "Ne povis malfermi %s por skribi: %s\n"
msgid ""
"You cannot edit this section.\n"
"\n"
-"This section is mandatory for Freswan 2.X.\n"
+"This section is mandatory for Freeswan 2.X.\n"
"One has to specify version 2.0 on the top\n"
"of the %s file, and eventually, disable or\n"
-"enable the oportunistic encryption.\n"
+"enable the opportunistic encryption.\n"
msgstr ""
#: standalone/drakvpn:600
@@ -19229,7 +20158,7 @@ msgstr ""
msgid ""
"Edit a Security Policy.\n"
"\n"
-"You can now add a Security Policy.\n"
+"You can now edit a Security Policy.\n"
"\n"
"Choose continue when you are done to write the data.\n"
msgstr ""
@@ -19254,7 +20183,7 @@ msgid ""
"The racoon.conf file configuration.\n"
"\n"
"The contents of this file is divided into sections.\n"
-"You can now :\n"
+"You can now:\n"
" - display \t\t (display the file contents)\n"
" - add\t\t\t (add one section)\n"
" - edit \t\t\t (modify parameters of an existing section)\n"
@@ -19282,7 +20211,7 @@ msgstr ""
msgid ""
"The 'add' sections step.\n"
"\n"
-"Here below is the racoon.conf file skeleton :\n"
+"Here below is the racoon.conf file skeleton:\n"
"\t'path'\n"
"\t'remote'\n"
"\t'sainfo' \n"
@@ -19323,23 +20252,23 @@ msgstr "Ŝanĝu specon"
#: standalone/drakvpn:750
#, c-format
msgid ""
-"path include path : specifies a path to include\n"
+"path include path: specifies a path to include\n"
"a file. See File Inclusion.\n"
"\tExample: path include '/etc/racoon'\n"
"\n"
-"path pre_shared_key file : specifies a file containing\n"
+"path pre_shared_key file: specifies a file containing\n"
"pre-shared key(s) for various ID(s). See Pre-shared key File.\n"
"\tExample: path pre_shared_key '/etc/racoon/psk.txt' ;\n"
"\n"
-"path certificate path : racoon(8) will search this directory\n"
+"path certificate path: racoon(8) will search this directory\n"
"if a certificate or certificate request is received.\n"
"\tExample: path certificate '/etc/cert' ;\n"
"\n"
-"File Inclusion : include file \n"
+"File Inclusion: include file \n"
"other configuration files can be included.\n"
"\tExample: include \"remote.conf\" ;\n"
"\n"
-"Pre-shared key File : Pre-shared key file defines a pair\n"
+"Pre-shared key File: Pre-shared key file defines a pair\n"
"of the identifier and the shared secret key which are used at\n"
"Pre-shared key authentication method in phase 1."
msgstr ""
@@ -19446,7 +20375,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -19474,7 +20403,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -19499,7 +20428,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -19527,7 +20456,7 @@ msgid ""
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
@@ -19547,7 +20476,7 @@ msgid ""
"define the group of Diffie-Hellman exponentiations.\n"
"If you do not require PFS then you can omit this directive.\n"
"Any proposal will be accepted if you do not specify one.\n"
-"group is one of following: modp768, modp1024, modp1536.\n"
+"group is one of the following: modp768, modp1024, modp1536.\n"
"Or you can define 1, 2, or 5 as the DH group number."
msgstr ""
@@ -19561,11 +20490,11 @@ msgstr "numero"
msgid ""
"define a lifetime of a certain time which will be pro-\n"
"posed in the phase 1 negotiations. Any proposal will be\n"
-"accepted, and the attribute(s) will be not proposed to\n"
+"accepted, and the attribute(s) will not be proposed to\n"
"the peer if you do not specify it(them). They can be\n"
"individually specified in each proposal.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
" lifetime time 1 min; # sec,min,hour\n"
" lifetime time 1 min; # sec,min,hour\n"
@@ -19587,18 +20516,18 @@ msgstr ""
msgid ""
"define a lifetime of a certain time which will be pro-\n"
"posed in the phase 1 negotiations. Any proposal will be\n"
-"accepted, and the attribute(s) will be not proposed to\n"
+"accepted, and the attribute(s) will not be proposed to\n"
"the peer if you do not specify it(them). They can be\n"
"individually specified in each proposal.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
" lifetime time 1 min; # sec,min,hour\n"
" lifetime time 1 min; # sec,min,hour\n"
" lifetime time 30 sec;\n"
" lifetime time 30 sec;\n"
" lifetime time 60 sec;\n"
-"\tlifetime time 12 hour ;\n"
+"\tlifetime time 12 hour;\n"
"\n"
"So, here, the lifetime units are 'min', 'min', 'sec', 'sec', 'sec' and "
"'hour'.\n"
@@ -19638,7 +20567,7 @@ msgid ""
"ments apply to all peers which do not match any other remote\n"
"directive.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"remote anonymous\n"
"remote ::1 [8000]"
@@ -19763,7 +20692,7 @@ msgstr ""
#, c-format
msgid ""
"specifies the identifier sent to the remote host and the\n"
-"type to use in the phase 1 negotiation. address, fqdn,\n"
+"type to use in the phase 1 negotiation. address, FQDN,\n"
"user_fqdn, keyid and asn1dn can be used as an idtype.\n"
"they are used like:\n"
"\tmy_identifier address [address];\n"
@@ -19772,7 +20701,7 @@ msgid ""
"\tmy_identifier user_fqdn string;\n"
"\t\tthe type is a USER_FQDN (user fully-qualified\n"
"\t\tdomain name).\n"
-"\tmy_identifier fqdn string;\n"
+"\tmy_identifier FQDN string;\n"
"\t\tthe type is a FQDN (fully-qualified domain name).\n"
"\tmy_identifier keyid file;\n"
"\t\tthe type is a KEY_ID.\n"
@@ -19781,7 +20710,7 @@ msgid ""
"\t\tstring is omitted, racoon(8) will get DN from\n"
"\t\tSubject field in the certificate.\n"
"\n"
-"Examples : \n"
+"Examples: \n"
"\n"
"my_identifier user_fqdn \"myemail@mydomain.com\""
msgstr ""
@@ -19801,9 +20730,9 @@ msgstr "Protokolo"
msgid ""
"specify the encryption algorithm used for the\n"
"phase 1 negotiation. This directive must be defined. \n"
-"algorithm is one of following: \n"
+"algorithm is one of the following: \n"
"\n"
-"des, 3des, blowfish, cast128 for oakley.\n"
+"DES, 3DES, blowfish, cast128 for oakley.\n"
"\n"
"For other transforms, this statement should not be used."
msgstr ""
@@ -19851,7 +20780,7 @@ msgstr "Majo"
#: standalone/drakvpn:1138
#, c-format
msgid "Flag"
-msgstr ""
+msgstr "Flago"
#: standalone/drakvpn:1139
#, fuzzy, c-format
@@ -19899,6 +20828,11 @@ msgid "require"
msgstr ""
#: standalone/drakvpn:1146
+#, c-format
+msgid "default"
+msgstr "defaŭlta"
+
+#: standalone/drakvpn:1146
#, fuzzy, c-format
msgid "use"
msgstr "Muso"
@@ -19908,114 +20842,115 @@ msgstr "Muso"
msgid "unique"
msgstr "Martiniko"
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "USA (broadcast)"
msgstr ""
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "USA (cable)"
msgstr ""
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, c-format
msgid "USA (cable-hrc)"
msgstr ""
-#: standalone/drakxtv:43
+#: standalone/drakxtv:45
#, fuzzy, c-format
msgid "Canada (cable)"
msgstr "Kanada (Kebeka)"
-#: standalone/drakxtv:44
+#: standalone/drakxtv:46
#, c-format
msgid "Japan (broadcast)"
msgstr ""
-#: standalone/drakxtv:44
+#: standalone/drakxtv:46
#, c-format
msgid "Japan (cable)"
msgstr ""
-#: standalone/drakxtv:44
+#: standalone/drakxtv:46
#, c-format
msgid "China (broadcast)"
msgstr ""
-#: standalone/drakxtv:45
+#: standalone/drakxtv:47
#, fuzzy, c-format
msgid "West Europe"
msgstr "Eŭropo"
-#: standalone/drakxtv:45
+#: standalone/drakxtv:47
#, fuzzy, c-format
msgid "East Europe"
msgstr "Eŭropo"
-#: standalone/drakxtv:45
+#: standalone/drakxtv:47
#, fuzzy, c-format
msgid "France [SECAM]"
msgstr "Franca"
-#: standalone/drakxtv:46
+#: standalone/drakxtv:48
#, c-format
msgid "Newzealand"
msgstr ""
-#: standalone/drakxtv:49
+#: standalone/drakxtv:51
#, c-format
msgid "Australian Optus cable TV"
msgstr ""
-#: standalone/drakxtv:83
+#: standalone/drakxtv:85
#, c-format
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: standalone/drakxtv:85
+#: standalone/drakxtv:87
#, c-format
msgid "TV norm:"
msgstr ""
-#: standalone/drakxtv:86
+#: standalone/drakxtv:88
#, c-format
msgid "Area:"
msgstr ""
-#: standalone/drakxtv:91
+#: standalone/drakxtv:93
#, c-format
-msgid "Scanning for TV channels in progress ..."
+msgid "Scanning for TV channels in progress..."
msgstr ""
-#: standalone/drakxtv:101
+#: standalone/drakxtv:103
#, c-format
msgid "Scanning for TV channels"
msgstr ""
-#: standalone/drakxtv:105
+#: standalone/drakxtv:107
#, fuzzy, c-format
msgid "There was an error while scanning for TV channels"
msgstr "Estis eraro dum instalado de pakaĵoj:"
-#: standalone/drakxtv:108
+#: standalone/drakxtv:110
#, c-format
msgid "Have a nice day!"
msgstr ""
-#: standalone/drakxtv:109
+#: standalone/drakxtv:111
#, c-format
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: standalone/drakxtv:132
+#: standalone/drakxtv:134
#, c-format
msgid "No TV Card detected!"
msgstr ""
-#: standalone/drakxtv:133
+#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
+#: standalone/drakxtv:136
#, c-format
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
@@ -20028,46 +20963,23 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: standalone/harddrake2:18
+#: standalone/harddrake2:20
#, fuzzy, c-format
msgid "Alternative drivers"
msgstr "Printas provpaĝo(j)n..."
-#: standalone/harddrake2:19
+#: standalone/harddrake2:21
#, c-format
msgid "the list of alternative drivers for this sound card"
msgstr ""
-#: standalone/harddrake2:22
-#, c-format
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-
-#: standalone/harddrake2:23
-#, fuzzy, c-format
-msgid "Channel"
-msgstr "Nuligu"
-
-#: standalone/harddrake2:23
-#, c-format
-msgid "EIDE/SCSI channel"
-msgstr ""
-
-#: standalone/harddrake2:24
-#, c-format
-msgid "Bogomips"
-msgstr ""
-
#: standalone/harddrake2:24
#, c-format
msgid ""
-"the GNU/Linux kernel needs to run a calculation loop at boot time to "
-"initialize a timer counter. Its result is stored as bogomips as a way to "
-"\"benchmark\" the cpu."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
-#: standalone/harddrake2:26
+#: standalone/harddrake2:26 standalone/harddrake2:130
#, fuzzy, c-format
msgid "Bus identification"
msgstr "Aŭtentikigado"
@@ -20088,131 +21000,280 @@ msgid ""
msgstr ""
#: standalone/harddrake2:33
-#, fuzzy, c-format
-msgid "Cache size"
-msgstr "grandeco de pecoj"
+#, c-format
+msgid "Drive capacity"
+msgstr ""
#: standalone/harddrake2:33
#, c-format
-msgid "size of the (second level) cpu cache"
+msgid "special capacities of the driver (burning ability and or DVD support)"
msgstr ""
#: standalone/harddrake2:34
#, c-format
-msgid "Drive capacity"
+msgid "this field describes the device"
msgstr ""
-#: standalone/harddrake2:34
+#: standalone/harddrake2:35
+#, fuzzy, c-format
+msgid "Old device file"
+msgstr "Elektu dosieron"
+
+#: standalone/harddrake2:36
#, c-format
-msgid "special capacities of the driver (burning ability and or DVD support)"
+msgid "old static device name used in dev package"
msgstr ""
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: standalone/harddrake2:37
+#, fuzzy, c-format
+msgid "New devfs device"
+msgstr "Prokura kluzaparato"
+
+#: standalone/harddrake2:38
#, c-format
-msgid "Coma bug"
+msgid "new dynamic device name generated by core kernel devfs"
msgstr ""
-#: standalone/harddrake2:37
+#. -PO: here "module" is the "jargon term" for a kernel driver
+#: standalone/harddrake2:41
+#, fuzzy, c-format
+msgid "Module"
+msgstr "Muso"
+
+#: standalone/harddrake2:41
#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+msgid "the module of the GNU/Linux kernel that handles the device"
msgstr ""
-#: standalone/harddrake2:38
+#: standalone/harddrake2:42
+#, fuzzy, c-format
+msgid "Extended partitions"
+msgstr "Kreu novan subdiskon"
+
+#: standalone/harddrake2:42
+#, fuzzy, c-format
+msgid "the number of extended partitions"
+msgstr "Movu dosierojn al la nova subdisko"
+
+#: standalone/harddrake2:43
+#, fuzzy, c-format
+msgid "Geometry"
+msgstr "Restaŭru de dosiero"
+
+#: standalone/harddrake2:43
#, c-format
-msgid "Cpuid family"
+msgid "Cylinder/head/sectors geometry of the disk"
msgstr ""
-#: standalone/harddrake2:38
+#: standalone/harddrake2:44
+#, fuzzy, c-format
+msgid "Disk controller"
+msgstr "SMBus-kontroliloj"
+
+#: standalone/harddrake2:44
#, c-format
-msgid "family of the cpu (eg: 6 for i686 class)"
+msgid "the disk controller on the host side"
+msgstr ""
+
+#: standalone/harddrake2:45
+#, c-format
+msgid "class of hardware device"
msgstr ""
-#: standalone/harddrake2:39
+#: standalone/harddrake2:46 standalone/harddrake2:78
+#: standalone/printerdrake:218
#, fuzzy, c-format
-msgid "Cpuid level"
-msgstr "Elektas sekurnivelon"
+msgid "Model"
+msgstr "Muso"
-#: standalone/harddrake2:39
+#: standalone/harddrake2:46
+#, fuzzy, c-format
+msgid "hard disk model"
+msgstr "Memoro de Karto (DMA)"
+
+#: standalone/harddrake2:47
+#, fuzzy, c-format
+msgid "network printer port"
+msgstr "Reta Printilo (TCP/ingo)"
+
+#: standalone/harddrake2:48
+#, fuzzy, c-format
+msgid "Primary partitions"
+msgstr "Formatu subdiskojn"
+
+#: standalone/harddrake2:48
+#, fuzzy, c-format
+msgid "the number of the primary partitions"
+msgstr "Unua sektoro de radika subdisko"
+
+#: standalone/harddrake2:49
#, c-format
-msgid "information level that can be obtained through the cpuid instruction"
+msgid "the vendor name of the device"
msgstr ""
-#: standalone/harddrake2:40
+#: standalone/harddrake2:50
#, c-format
-msgid "Frequency (MHz)"
+msgid "Bus PCI #"
msgstr ""
-#: standalone/harddrake2:40
+#: standalone/harddrake2:50
+#, fuzzy, c-format
+msgid "the PCI bus on which the device is plugged"
+msgstr "Bonvole, elektu al kiu seria pordo estas via muso konektata."
+
+#: standalone/harddrake2:51
+#, fuzzy, c-format
+msgid "PCI device #"
+msgstr "Servoj"
+
+#: standalone/harddrake2:51
+#, fuzzy, c-format
+msgid "PCI device number"
+msgstr "numero"
+
+#: standalone/harddrake2:52
#, c-format
-msgid ""
-"the CPU frequency in MHz (Megahertz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+msgid "PCI function #"
msgstr ""
-#: standalone/harddrake2:41
+#: standalone/harddrake2:52
+#, fuzzy, c-format
+msgid "PCI function number"
+msgstr "Nomo de konekto"
+
+#: standalone/harddrake2:53
+#, fuzzy, c-format
+msgid "Vendor ID"
+msgstr "Vendinto"
+
+#: standalone/harddrake2:53
#, c-format
-msgid "this field describes the device"
+msgid "this is the standard numerical identifier of the vendor"
msgstr ""
-#: standalone/harddrake2:42
+#: standalone/harddrake2:54
#, fuzzy, c-format
-msgid "Old device file"
-msgstr "Elektu dosieron"
+msgid "Device ID"
+msgstr "Aparato: "
-#: standalone/harddrake2:43
+#: standalone/harddrake2:54
#, c-format
-msgid "old static device name used in dev package"
+msgid "this is the numerical identifier of the device"
msgstr ""
-#: standalone/harddrake2:44
+#: standalone/harddrake2:55
+#, c-format
+msgid "Sub vendor ID"
+msgstr ""
+
+#: standalone/harddrake2:55
+#, c-format
+msgid "this is the minor numerical identifier of the vendor"
+msgstr ""
+
+#: standalone/harddrake2:56
#, fuzzy, c-format
-msgid "New devfs device"
-msgstr "Prokura kluzaparato"
+msgid "Sub device ID"
+msgstr "Servoj"
-#: standalone/harddrake2:45
+#: standalone/harddrake2:56
#, c-format
-msgid "new dynamic device name generated by core kernel devfs"
+msgid "this is the minor numerical identifier of the device"
msgstr ""
-#. -PO: here "module" is the "jargon term" for a kernel driver
-#: standalone/harddrake2:48
+#: standalone/harddrake2:57
#, fuzzy, c-format
-msgid "Module"
-msgstr "Muso"
+msgid "Device USB ID"
+msgstr "Aparato: "
-#: standalone/harddrake2:48
+#: standalone/harddrake2:57
#, c-format
-msgid "the module of the GNU/Linux kernel that handles the device"
+msgid ".."
msgstr ""
-#: standalone/harddrake2:49
+#: standalone/harddrake2:61
+#, c-format
+msgid "Bogomips"
+msgstr ""
+
+#: standalone/harddrake2:61
+#, c-format
+msgid ""
+"the GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
+msgstr ""
+
+#: standalone/harddrake2:62
#, fuzzy, c-format
-msgid "Extended partitions"
-msgstr "Kreu novan subdiskon"
+msgid "Cache size"
+msgstr "grandeco de pecoj"
-#: standalone/harddrake2:49
+#: standalone/harddrake2:62
+#, c-format
+msgid "size of the (second level) cpu cache"
+msgstr ""
+
+#. -PO: here "comas" is the medical coma, not the lexical coma!!
+#: standalone/harddrake2:65
+#, c-format
+msgid "Coma bug"
+msgstr ""
+
+#: standalone/harddrake2:65
+#, c-format
+msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+msgstr ""
+
+#: standalone/harddrake2:66
+#, c-format
+msgid "Cpuid family"
+msgstr ""
+
+#: standalone/harddrake2:66
+#, c-format
+msgid "family of the cpu (eg: 6 for i686 class)"
+msgstr ""
+
+#: standalone/harddrake2:67
#, fuzzy, c-format
-msgid "the number of extended partitions"
-msgstr "Movu dosierojn al la nova subdisko"
+msgid "Cpuid level"
+msgstr "Elektas sekurnivelon"
-#: standalone/harddrake2:50
+#: standalone/harddrake2:67
+#, c-format
+msgid "information level that can be obtained through the cpuid instruction"
+msgstr ""
+
+#: standalone/harddrake2:68
+#, c-format
+msgid "Frequency (MHz)"
+msgstr ""
+
+#: standalone/harddrake2:68
+#, c-format
+msgid ""
+"the CPU frequency in MHz (Megahertz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
+
+#: standalone/harddrake2:69
#, c-format
msgid "Flags"
msgstr ""
-#: standalone/harddrake2:50
+#: standalone/harddrake2:69
#, c-format
msgid "CPU flags reported by the kernel"
msgstr ""
-#: standalone/harddrake2:51
+#: standalone/harddrake2:70
#, c-format
msgid "Fdiv bug"
msgstr ""
-#: standalone/harddrake2:52
+#: standalone/harddrake2:71
#, c-format
msgid ""
"Early Intel Pentium chips manufactured have a bug in their floating point "
@@ -20220,478 +21281,548 @@ msgid ""
"Floating point DIVision (FDIV)"
msgstr ""
-#: standalone/harddrake2:53
+#: standalone/harddrake2:72
#, c-format
msgid "Is FPU present"
msgstr ""
-#: standalone/harddrake2:53
+#: standalone/harddrake2:72
#, c-format
msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: standalone/harddrake2:54
+#: standalone/harddrake2:73
#, c-format
msgid "Whether the FPU has an irq vector"
msgstr ""
-#: standalone/harddrake2:54
+#: standalone/harddrake2:73
#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: standalone/harddrake2:55
+#: standalone/harddrake2:74
#, c-format
msgid "F00f bug"
msgstr ""
-#: standalone/harddrake2:55
+#: standalone/harddrake2:74
#, c-format
msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: standalone/harddrake2:56
-#, fuzzy, c-format
-msgid "Geometry"
-msgstr "Restaŭru de dosiero"
-
-#: standalone/harddrake2:56
-#, c-format
-msgid "Cylinder/head/sectors geometry of the disk"
-msgstr ""
-
-#: standalone/harddrake2:57
+#: standalone/harddrake2:75
#, c-format
msgid "Halt bug"
msgstr ""
-#: standalone/harddrake2:58
+#: standalone/harddrake2:76
#, c-format
msgid ""
"Some of the early i486DX-100 chips cannot reliably return to operating mode "
"after the \"halt\" instruction is used"
msgstr ""
-#: standalone/harddrake2:60
-#, fuzzy, c-format
-msgid "Floppy format"
-msgstr "Formatu"
+#: standalone/harddrake2:77
+#, c-format
+msgid "sub generation of the cpu"
+msgstr ""
-#: standalone/harddrake2:60
+#: standalone/harddrake2:78
#, c-format
-msgid "format of floppies supported by the drive"
+msgid "generation of the cpu (eg: 8 for Pentium III, ...)"
msgstr ""
-#: standalone/harddrake2:61
+#: standalone/harddrake2:79
#, c-format
-msgid "sub generation of the cpu"
+msgid "Model name"
+msgstr "Modulonomo"
+
+#: standalone/harddrake2:79
+#, c-format
+msgid "official vendor name of the cpu"
msgstr ""
-#: standalone/harddrake2:62
+#: standalone/harddrake2:80
#, c-format
-msgid "class of hardware device"
+msgid "the name of the CPU"
msgstr ""
-#: standalone/harddrake2:63 standalone/harddrake2:64
-#: standalone/printerdrake:212
+#: standalone/harddrake2:81
+#, c-format
+msgid "Processor ID"
+msgstr ""
+
+#: standalone/harddrake2:81
+#, c-format
+msgid "the number of the processor"
+msgstr ""
+
+#: standalone/harddrake2:82
#, fuzzy, c-format
-msgid "Model"
-msgstr "Muso"
+msgid "Model stepping"
+msgstr "Formatas"
+
+#: standalone/harddrake2:82
+#, c-format
+msgid "stepping of the cpu (sub model (generation) number)"
+msgstr ""
-#: standalone/harddrake2:63
+#: standalone/harddrake2:83
+#, c-format
+msgid "the vendor name of the processor"
+msgstr ""
+
+#: standalone/harddrake2:84
#, fuzzy, c-format
-msgid "hard disk model"
-msgstr "Memoro de Karto (DMA)"
+msgid "Write protection"
+msgstr "Malproksima printilo"
-#: standalone/harddrake2:64
+#: standalone/harddrake2:84
#, c-format
-msgid "generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgid ""
+"the WP flag in the CR0 register of the cpu enforce write protection at the "
+"memory page level, thus enabling the processor to prevent unchecked kernel "
+"accesses to user memory (aka this is a bug guard)"
msgstr ""
-#: standalone/harddrake2:65
+#: standalone/harddrake2:88
+#, fuzzy, c-format
+msgid "Floppy format"
+msgstr "Formatu"
+
+#: standalone/harddrake2:88
#, c-format
-msgid "Model name"
-msgstr "Modulonomo"
+msgid "format of floppies supported by the drive"
+msgstr ""
-#: standalone/harddrake2:65
+#: standalone/harddrake2:92
+#, fuzzy, c-format
+msgid "Channel"
+msgstr "Nuligu"
+
+#: standalone/harddrake2:92
#, c-format
-msgid "official vendor name of the cpu"
+msgid "EIDE/SCSI channel"
msgstr ""
-#: standalone/harddrake2:66
+#: standalone/harddrake2:93
#, fuzzy, c-format
-msgid "Number of buttons"
-msgstr "2 butonoj"
+msgid "Disk identifier"
+msgstr "Printilo"
-#: standalone/harddrake2:66
+#: standalone/harddrake2:93
+#, c-format
+msgid "usually the disk serial number"
+msgstr ""
+
+#: standalone/harddrake2:94
#, fuzzy, c-format
-msgid "the number of buttons the mouse has"
-msgstr "2 butonoj"
+msgid "Logical unit number"
+msgstr "Lokaj dosieroj"
-#: standalone/harddrake2:67
+#: standalone/harddrake2:94
#, c-format
-msgid "the name of the CPU"
+msgid ""
+"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
+"identified by a\n"
+"channel number, a target id and a logical unit number"
msgstr ""
-#: standalone/harddrake2:68
+#: standalone/harddrake2:99
#, fuzzy, c-format
-msgid "network printer port"
-msgstr "Reta Printilo (TCP/ingo)"
+msgid "Device file"
+msgstr "Elektu dosieron"
-#: standalone/harddrake2:69
+#: standalone/harddrake2:99
#, c-format
-msgid "Processor ID"
+msgid ""
+"the device file used to communicate with the kernel driver for the mouse"
msgstr ""
-#: standalone/harddrake2:69
+#: standalone/harddrake2:100
#, c-format
-msgid "the number of the processor"
+msgid "Emulated wheel"
msgstr ""
-#: standalone/harddrake2:70
+#: standalone/harddrake2:100
#, fuzzy, c-format
-msgid "Primary partitions"
-msgstr "Formatu subdiskojn"
+msgid "whether the wheel is emulated or not"
+msgstr "Loĝiteka MouseMan"
-#: standalone/harddrake2:70
+#: standalone/harddrake2:101
#, fuzzy, c-format
-msgid "the number of the primary partitions"
-msgstr "Unua sektoro de radika subdisko"
+msgid "the type of the mouse"
+msgstr "Bonvole, provu la muson"
-#: standalone/harddrake2:71
+#: standalone/harddrake2:102
#, fuzzy, c-format
-msgid "Model stepping"
-msgstr "Formatas"
+msgid "the name of the mouse"
+msgstr "2 butonoj"
-#: standalone/harddrake2:71
-#, c-format
-msgid "stepping of the cpu (sub model (generation) number)"
-msgstr ""
+#: standalone/harddrake2:103
+#, fuzzy, c-format
+msgid "Number of buttons"
+msgstr "2 butonoj"
-#: standalone/harddrake2:72
+#: standalone/harddrake2:103
+#, fuzzy, c-format
+msgid "the number of buttons the mouse has"
+msgstr "2 butonoj"
+
+#: standalone/harddrake2:104
#, fuzzy, c-format
msgid "the type of bus on which the mouse is connected"
msgstr "Bonvole, elektu al kiu seria pordo estas via muso konektata."
-#: standalone/harddrake2:73
+#: standalone/harddrake2:105
#, c-format
-msgid "the vendor name of the device"
+msgid "Mouse protocol used by X11"
msgstr ""
-#: standalone/harddrake2:74
+#: standalone/harddrake2:105
#, c-format
-msgid "the vendor name of the processor"
+msgid "the protocol that the graphical desktop use with the mouse"
msgstr ""
-#: standalone/harddrake2:75
+#: standalone/harddrake2:112 standalone/harddrake2:121
+#: standalone/harddrake2:128 standalone/harddrake2:136
+#: standalone/harddrake2:309
#, fuzzy, c-format
-msgid "Write protection"
-msgstr "Malproksima printilo"
+msgid "Identification"
+msgstr "Aŭtentikigado"
-#: standalone/harddrake2:75
+#: standalone/harddrake2:113 standalone/harddrake2:129
+#, fuzzy, c-format
+msgid "Connection"
+msgstr "Nomo de konekto"
+
+#: standalone/harddrake2:122
+#, fuzzy, c-format
+msgid "Performances"
+msgstr "Prefero: "
+
+#: standalone/harddrake2:123
+#, fuzzy, c-format
+msgid "Bugs"
+msgstr "Aŭgusto"
+
+#: standalone/harddrake2:124
#, c-format
-msgid ""
-"the WP flag in the CR0 register of the cpu enforce write proctection at the "
-"memory page level, thus enabling the processor to prevent unchecked kernel "
-"accesses to user memory (aka this is a bug guard)"
+msgid "FPU"
+msgstr ""
+
+#: standalone/harddrake2:132
+#, fuzzy, c-format
+msgid "Partitions"
+msgstr "subdisko: %s"
+
+#: standalone/harddrake2:137
+#, c-format
+msgid "Features"
msgstr ""
-#. -PO: please keep all "/" charaters !!!
-#: standalone/harddrake2:90 standalone/logdrake:78 standalone/printerdrake:146
-#: standalone/printerdrake:159
+#. -PO: please keep all "/" characters !!!
+#: standalone/harddrake2:158 standalone/logdrake:77
+#: standalone/printerdrake:152 standalone/printerdrake:165
#, c-format
msgid "/_Options"
msgstr "/_Opcioj"
-#: standalone/harddrake2:91 standalone/harddrake2:112 standalone/logdrake:80
-#: standalone/printerdrake:171 standalone/printerdrake:172
-#: standalone/printerdrake:173 standalone/printerdrake:174
+#: standalone/harddrake2:159 standalone/harddrake2:180 standalone/logdrake:79
+#: standalone/printerdrake:177 standalone/printerdrake:178
+#: standalone/printerdrake:179 standalone/printerdrake:180
#, c-format
msgid "/_Help"
msgstr "/_Helpo"
-#: standalone/harddrake2:95
+#: standalone/harddrake2:163
#, fuzzy, c-format
msgid "/Autodetect _printers"
msgstr "Malproksima printilo"
-#: standalone/harddrake2:96
+#: standalone/harddrake2:164
#, fuzzy, c-format
msgid "/Autodetect _modems"
msgstr "Malproksima printilo"
-#: standalone/harddrake2:97
+#: standalone/harddrake2:165
#, fuzzy, c-format
msgid "/Autodetect _jaz drives"
msgstr "Malproksima printilo"
-#: standalone/harddrake2:104 standalone/printerdrake:152
-#, fuzzy, c-format
+#: standalone/harddrake2:172 standalone/printerdrake:158
+#, c-format
msgid "/_Quit"
-msgstr "Ĉesu"
+msgstr "/_Ĉesu"
-#: standalone/harddrake2:113
+#: standalone/harddrake2:181
#, fuzzy, c-format
msgid "/_Fields description"
msgstr "Priskribo"
-#: standalone/harddrake2:115
+#: standalone/harddrake2:183
#, c-format
msgid "Harddrake help"
msgstr ""
-#: standalone/harddrake2:116
-#, c-format
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
-
-#: standalone/harddrake2:121
+#: standalone/harddrake2:192
#, c-format
msgid ""
"Once you've selected a device, you'll be able to see the device information "
"in fields displayed on the right frame (\"Information\")"
msgstr ""
-#: standalone/harddrake2:126 standalone/printerdrake:173
+#: standalone/harddrake2:197 standalone/printerdrake:179
#, c-format
msgid "/_Report Bug"
msgstr "/_Raportu Cimo"
-#: standalone/harddrake2:127 standalone/printerdrake:174
-#, fuzzy, c-format
+#: standalone/harddrake2:198 standalone/printerdrake:180
+#, c-format
msgid "/_About..."
-msgstr "/Helpo/_Pri..."
+msgstr "/_Pri..."
-#: standalone/harddrake2:128
+#: standalone/harddrake2:199
#, c-format
msgid "About Harddrake"
msgstr ""
#. -PO: Do not alter the <span ..> and </span> tags
-#: standalone/harddrake2:130
+#: standalone/harddrake2:201
#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"This is HardDrake, a Mandrakelinux hardware configuration tool.\n"
"<span foreground=\"royalblue3\">Version:</span> %s\n"
"<span foreground=\"royalblue3\">Author:</span> Thierry Vignaud &lt;"
"tvignaud@mandrakesoft.com&gt;\n"
"\n"
msgstr ""
-#: standalone/harddrake2:147
+#: standalone/harddrake2:218
#, fuzzy, c-format
-msgid "Harddrake2 version %s"
-msgstr "Detektado de fiksdisko(j)"
+msgid "Harddrake2"
+msgstr "HardDrake"
-#: standalone/harddrake2:163
+#: standalone/harddrake2:234
#, fuzzy, c-format
msgid "Detected hardware"
msgstr "Vidu hardvaran informon"
-#: standalone/harddrake2:168
+#: standalone/harddrake2:239
#, fuzzy, c-format
msgid "Configure module"
msgstr "Konfiguru muson"
-#: standalone/harddrake2:175
+#: standalone/harddrake2:246
#, c-format
msgid "Run config tool"
msgstr ""
-#: standalone/harddrake2:222
+#: standalone/harddrake2:296 standalone/net_monitor:108
+#: standalone/net_monitor:109 standalone/net_monitor:114
#, c-format
msgid "unknown"
msgstr "nekonata"
-#: standalone/harddrake2:223
+#: standalone/harddrake2:297 standalone/printerdrake:308
+#: standalone/printerdrake:346
#, fuzzy, c-format
msgid "Unknown"
msgstr "Genera"
-#: standalone/harddrake2:241
+#: standalone/harddrake2:317
+#, fuzzy, c-format
+msgid "Misc"
+msgstr "Muso"
+
+#: standalone/harddrake2:332
#, c-format
msgid ""
"Click on a device in the left tree in order to display its information here."
msgstr ""
-#: standalone/harddrake2:295
+#: standalone/harddrake2:384
#, fuzzy, c-format
msgid "secondary"
msgstr "%d sekundoj"
-#: standalone/harddrake2:295
+#: standalone/harddrake2:384
#, c-format
msgid "primary"
msgstr ""
-#: standalone/harddrake2:303
+#: standalone/harddrake2:388
#, fuzzy, c-format
msgid "burner"
msgstr "Printilo"
-#: standalone/harddrake2:303
+#: standalone/harddrake2:388
#, fuzzy, c-format
msgid "DVD"
msgstr "DVD-ROM"
-#: standalone/keyboarddrake:24
+#: standalone/keyboarddrake:25
#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Bonvole, elektu vian klavaran aranĝon."
-#: standalone/keyboarddrake:33
+#: standalone/keyboarddrake:34
#, c-format
msgid "Do you want the BackSpace to return Delete in console?"
msgstr ""
-#: standalone/localedrake:60
+#: standalone/localedrake:38
+#, fuzzy, c-format
+msgid "LocaleDrake"
+msgstr "Lokaj dosieroj"
+
+#: standalone/localedrake:67
#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: standalone/logdrake:51
+#: standalone/logdrake:50
#, fuzzy, c-format
-msgid "Mandrake Tools Logs"
+msgid "Mandrakelinux Tools Logs"
msgstr "Konekti al la interreto"
-#: standalone/logdrake:52
+#: standalone/logdrake:51
#, fuzzy, c-format
msgid "Logdrake"
msgstr "logdrake"
-#: standalone/logdrake:65
+#: standalone/logdrake:64
#, fuzzy, c-format
msgid "Show only for the selected day"
msgstr "Montru nur por ĉi tiu tago"
-#: standalone/logdrake:72
+#: standalone/logdrake:71
#, c-format
msgid "/File/_New"
msgstr "/Dosiero/_Nova"
-#: standalone/logdrake:72
+#: standalone/logdrake:71
#, c-format
msgid "<control>N"
-msgstr "<stir>N"
+msgstr "<control>N"
-#: standalone/logdrake:73
+#: standalone/logdrake:72
#, c-format
msgid "/File/_Open"
msgstr "/Dosiero/_Malfermu"
-#: standalone/logdrake:73
+#: standalone/logdrake:72
#, c-format
msgid "<control>O"
msgstr "<control>O"
-#: standalone/logdrake:74
+#: standalone/logdrake:73
#, c-format
msgid "/File/_Save"
msgstr "/Dosiero/_Savu"
-#: standalone/logdrake:74
+#: standalone/logdrake:73
#, c-format
msgid "<control>S"
msgstr "<control>S"
-#: standalone/logdrake:75
+#: standalone/logdrake:74
#, c-format
msgid "/File/Save _As"
msgstr "/Dosiero/Savu _Kiel"
-#: standalone/logdrake:76
+#: standalone/logdrake:75
#, c-format
msgid "/File/-"
msgstr "/Dosiero/-"
-#: standalone/logdrake:79
+#: standalone/logdrake:78
#, c-format
msgid "/Options/Test"
msgstr "/Opcioj/Provu"
-#: standalone/logdrake:81
+#: standalone/logdrake:80
#, c-format
msgid "/Help/_About..."
msgstr "/Helpo/_Pri..."
-#: standalone/logdrake:110
+#: standalone/logdrake:109
#, c-format
msgid ""
"_:this is the auth.log log file\n"
"Authentication"
msgstr ""
-#: standalone/logdrake:111
+#: standalone/logdrake:110
#, c-format
msgid ""
"_:this is the user.log log file\n"
"User"
msgstr ""
-#: standalone/logdrake:112
+#: standalone/logdrake:111
#, c-format
msgid ""
"_:this is the /var/log/messages log file\n"
"Messages"
msgstr ""
-#: standalone/logdrake:113
+#: standalone/logdrake:112
#, c-format
msgid ""
"_:this is the /var/log/syslog log file\n"
"Syslog"
msgstr ""
-#: standalone/logdrake:117
+#: standalone/logdrake:116
#, c-format
msgid "search"
msgstr "serĉu"
-#: standalone/logdrake:129
+#: standalone/logdrake:128
#, c-format
msgid "A tool to monitor your logs"
msgstr "Ilo por vidi vian logdosieron"
-#: standalone/logdrake:130 standalone/net_monitor:86
+#: standalone/logdrake:129 standalone/net_monitor:99
#, c-format
msgid "Settings"
msgstr "Konfiguraĵoj"
-#: standalone/logdrake:135
+#: standalone/logdrake:134
#, fuzzy, c-format
msgid "Matching"
msgstr "konformanta(j)"
-#: standalone/logdrake:136
+#: standalone/logdrake:135
#, c-format
msgid "but not matching"
msgstr "sed ne konformanta(j)"
-#: standalone/logdrake:140
+#: standalone/logdrake:139
#, c-format
msgid "Choose file"
msgstr "Elektu dosieron"
-#: standalone/logdrake:149
+#: standalone/logdrake:148
#, c-format
msgid "Calendar"
msgstr "Kalendaro"
-#: standalone/logdrake:159
+#: standalone/logdrake:158
#, c-format
msgid "Content of the file"
msgstr "Enhavoj de la dosiero"
-#: standalone/logdrake:163 standalone/logdrake:429
+#: standalone/logdrake:162 standalone/logdrake:399
#, c-format
msgid "Mail alert"
msgstr ""
-#: standalone/logdrake:170
+#: standalone/logdrake:169
#, c-format
-msgid "The alert wizard had unexpectly failled:"
+msgid "The alert wizard has failed unexpectedly:"
msgstr ""
#: standalone/logdrake:221
@@ -20699,62 +21830,57 @@ msgstr ""
msgid "please wait, parsing file: %s"
msgstr "bonvole atendu, mi vortanalizas la dosieron: %s"
-#: standalone/logdrake:406
+#: standalone/logdrake:376
#, c-format
msgid "Apache World Wide Web Server"
msgstr ""
-#: standalone/logdrake:407
+#: standalone/logdrake:377
#, fuzzy, c-format
msgid "Domain Name Resolver"
msgstr "Domajna nomo"
-#: standalone/logdrake:408
+#: standalone/logdrake:378
#, fuzzy, c-format
msgid "Ftp Server"
msgstr "NIS Servilo"
-#: standalone/logdrake:409
+#: standalone/logdrake:379
#, fuzzy, c-format
msgid "Postfix Mail Server"
msgstr "Datumbazoj"
-#: standalone/logdrake:410
+#: standalone/logdrake:380
#, fuzzy, c-format
msgid "Samba Server"
msgstr "NIS Servilo"
-#: standalone/logdrake:411
-#, fuzzy, c-format
-msgid "SSH Server"
-msgstr "NIS Servilo"
-
-#: standalone/logdrake:412
+#: standalone/logdrake:382
#, fuzzy, c-format
msgid "Webmin Service"
msgstr "Servilo"
-#: standalone/logdrake:413
+#: standalone/logdrake:383
#, fuzzy, c-format
msgid "Xinetd Service"
msgstr "Printservilo"
-#: standalone/logdrake:424
+#: standalone/logdrake:394
#, fuzzy, c-format
msgid "Configure the mail alert system"
msgstr "Konfiguru retumon"
-#: standalone/logdrake:425
+#: standalone/logdrake:395
#, c-format
msgid "Stop the mail alert system"
msgstr ""
-#: standalone/logdrake:432
+#: standalone/logdrake:402
#, fuzzy, c-format
msgid "Mail alert configuration"
msgstr "Konfiguraĵon"
-#: standalone/logdrake:433
+#: standalone/logdrake:403
#, c-format
msgid ""
"Welcome to the mail configuration utility.\n"
@@ -20762,66 +21888,66 @@ msgid ""
"Here, you'll be able to set up the alert system.\n"
msgstr ""
-#: standalone/logdrake:436
+#: standalone/logdrake:406
#, fuzzy, c-format
msgid "What do you want to do?"
msgstr "Kie vi deziras kroĉi aparaton %s?"
-#: standalone/logdrake:443
+#: standalone/logdrake:413
#, fuzzy, c-format
msgid "Services settings"
msgstr "Servilo"
-#: standalone/logdrake:444
+#: standalone/logdrake:414
#, c-format
msgid ""
"You will receive an alert if one of the selected services is no longer "
"running"
msgstr ""
-#: standalone/logdrake:451
+#: standalone/logdrake:421
#, fuzzy, c-format
msgid "Load setting"
msgstr "Formatas"
-#: standalone/logdrake:452
+#: standalone/logdrake:422
#, c-format
msgid "You will receive an alert if the load is higher than this value"
msgstr ""
-#: standalone/logdrake:453
+#: standalone/logdrake:423
#, c-format
msgid ""
"_: load here is a noun, the load of the system\n"
"Load"
msgstr ""
-#: standalone/logdrake:458
+#: standalone/logdrake:428
#, fuzzy, c-format
msgid "Alert configuration"
msgstr "Interreta Konfigurado"
-#: standalone/logdrake:459
+#: standalone/logdrake:429
#, fuzzy, c-format
msgid "Please enter your email address below "
msgstr "Bonvole provu denove"
-#: standalone/logdrake:460
+#: standalone/logdrake:430
#, c-format
-msgid "and enter the name (or the IP) of the SMTP server you whish to use"
+msgid "and enter the name (or the IP) of the SMTP server you wish to use"
msgstr ""
-#: standalone/logdrake:479
+#: standalone/logdrake:449
#, c-format
msgid "The wizard successfully configured the mail alert."
msgstr ""
-#: standalone/logdrake:485
+#: standalone/logdrake:455
#, c-format
msgid "The wizard successfully disabled the mail alert."
msgstr ""
-#: standalone/logdrake:544
+#: standalone/logdrake:514
#, c-format
msgid "Save as.."
msgstr "Savu Kiel..."
@@ -20846,295 +21972,332 @@ msgstr "Mouse Systems"
msgid "Please test your mouse:"
msgstr "Bonvole, provu la muson"
-#: standalone/net_monitor:52 standalone/net_monitor:57
+#: standalone/net_applet:30
+#, fuzzy, c-format
+msgid "Network is up on interface %s"
+msgstr "Reta interfaco"
+
+#. -PO: keep the "Configure Network" substring synced with the "Configure Network" message below
+#: standalone/net_applet:38
+#, fuzzy, c-format
+msgid "Network is down on interface %s. Click on \"Configure Network\""
+msgstr "Ekrano ne estas konfigurata"
+
+#: standalone/net_applet:53 standalone/net_monitor:471
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Konektu"
+
+#: standalone/net_applet:54 standalone/net_monitor:471
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Malkonektu"
+
+#: standalone/net_applet:55
+#, fuzzy, c-format
+msgid "Monitor Network"
+msgstr "Restaŭru de dosiero"
+
+#: standalone/net_applet:56
+#, fuzzy, c-format
+msgid "Configure Network"
+msgstr "Konfiguru retumon"
+
+#. -PO: "Refresh" is a button text and the translation has to be AS SHORT AS POSSIBLE
+#: standalone/net_applet:57 standalone/printerdrake:245
+#, c-format
+msgid "Refresh"
+msgstr "Rekalkulu"
+
+#: standalone/net_applet:58
+#, c-format
+msgid "Get Online Help"
+msgstr ""
+
+#: standalone/net_applet:158
+#, c-format
+msgid "Always launch on startup"
+msgstr ""
+
+#: standalone/net_monitor:61 standalone/net_monitor:66
#, fuzzy, c-format
msgid "Network Monitoring"
msgstr "Reta Konfiguraĵo"
-#: standalone/net_monitor:92
+#: standalone/net_monitor:104
#, c-format
msgid "Global statistics"
msgstr ""
-#: standalone/net_monitor:95
+#: standalone/net_monitor:107
#, c-format
msgid "Instantaneous"
msgstr ""
-#: standalone/net_monitor:95
+#: standalone/net_monitor:107
#, c-format
msgid "Average"
msgstr ""
-#: standalone/net_monitor:96
+#: standalone/net_monitor:108
#, fuzzy, c-format
msgid ""
"Sending\n"
"speed:"
msgstr "Konservu en dosiero"
-#: standalone/net_monitor:97
+#: standalone/net_monitor:109
#, fuzzy, c-format
msgid ""
"Receiving\n"
"speed:"
msgstr "Konservu en dosiero"
-#: standalone/net_monitor:100
+#: standalone/net_monitor:113
#, fuzzy, c-format
msgid ""
"Connection\n"
"time: "
msgstr "Speco de konekto"
-#: standalone/net_monitor:122
+#: standalone/net_monitor:120
+#, c-format
+msgid "Use same scale for received and transmitted"
+msgstr ""
+
+#: standalone/net_monitor:139
#, fuzzy, c-format
msgid "Wait please, testing your connection..."
msgstr "Konfiguru interretan konektaĵon"
-#: standalone/net_monitor:150 standalone/net_monitor:163
+#: standalone/net_monitor:188 standalone/net_monitor:201
#, fuzzy, c-format
msgid "Disconnecting from Internet "
msgstr "Konektu al la Interreto"
-#: standalone/net_monitor:150 standalone/net_monitor:163
+#: standalone/net_monitor:188 standalone/net_monitor:201
#, fuzzy, c-format
msgid "Connecting to Internet "
msgstr "Konektu al la Interreto"
-#: standalone/net_monitor:194
+#: standalone/net_monitor:232
#, fuzzy, c-format
msgid "Disconnection from Internet failed."
msgstr "Konektu al la Interreto"
-#: standalone/net_monitor:195
+#: standalone/net_monitor:233
#, fuzzy, c-format
msgid "Disconnection from Internet complete."
msgstr "Konektu al la Interreto"
-#: standalone/net_monitor:197
+#: standalone/net_monitor:235
#, fuzzy, c-format
msgid "Connection complete."
msgstr "Speco de konekto"
-#: standalone/net_monitor:198
+#: standalone/net_monitor:236
#, c-format
msgid ""
"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+"Verify your configuration in the Mandrakelinux Control Center."
msgstr ""
-#: standalone/net_monitor:299
+#: standalone/net_monitor:341
#, fuzzy, c-format
msgid "Color configuration"
msgstr "Interreta Konfigurado"
-#: standalone/net_monitor:347 standalone/net_monitor:367
+#: standalone/net_monitor:389 standalone/net_monitor:409
#, c-format
msgid "sent: "
msgstr ""
-#: standalone/net_monitor:354 standalone/net_monitor:371
+#: standalone/net_monitor:396 standalone/net_monitor:413
#, c-format
msgid "received: "
msgstr ""
-#: standalone/net_monitor:361
+#: standalone/net_monitor:403
#, c-format
msgid "average"
msgstr ""
-#: standalone/net_monitor:364
+#: standalone/net_monitor:406
#, fuzzy, c-format
msgid "Local measure"
msgstr "Lokaj dosieroj"
-#: standalone/net_monitor:396
-#, c-format
-msgid "transmitted"
-msgstr ""
-
-#: standalone/net_monitor:397
-#, c-format
-msgid "received"
-msgstr ""
-
-#: standalone/net_monitor:415
+#: standalone/net_monitor:464
#, c-format
msgid ""
"Warning, another internet connection has been detected, maybe using your "
"network"
msgstr ""
-#: standalone/net_monitor:421
-#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Malkonektu"
-
-#: standalone/net_monitor:421
-#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Konektu"
-
-#: standalone/net_monitor:426
+#: standalone/net_monitor:475
#, fuzzy, c-format
msgid "No internet connection configured"
msgstr "Interreta konektaĵo kaj konfiguro"
-#: standalone/printerdrake:70
+#: standalone/printerdrake:69
#, fuzzy, c-format
msgid "Loading printer configuration... Please wait"
msgstr "Interreta Konfigurado"
-#: standalone/printerdrake:86
+#: standalone/printerdrake:85
#, fuzzy, c-format
msgid "Reading data of installed printers..."
msgstr "Loka printilo"
-#: standalone/printerdrake:129
+#: standalone/printerdrake:134
#, fuzzy, c-format
msgid "%s Printer Management Tool"
msgstr "Uzul-mastrumado \n"
-#: standalone/printerdrake:143 standalone/printerdrake:144
-#: standalone/printerdrake:145 standalone/printerdrake:153
-#: standalone/printerdrake:154 standalone/printerdrake:158
+#: standalone/printerdrake:148 standalone/printerdrake:149
+#: standalone/printerdrake:150 standalone/printerdrake:151
+#: standalone/printerdrake:159 standalone/printerdrake:160
+#: standalone/printerdrake:164
#, c-format
msgid "/_Actions"
msgstr "/_Agoj"
-#: standalone/printerdrake:143
+#: standalone/printerdrake:148 standalone/printerdrake:160
+#, fuzzy, c-format
+msgid "/_Add Printer"
+msgstr "Printilo"
+
+#: standalone/printerdrake:149
#, fuzzy, c-format
msgid "/Set as _Default"
msgstr " (Defaŭlta)"
-#: standalone/printerdrake:144
+#: standalone/printerdrake:150
#, c-format
msgid "/_Edit"
msgstr "/_Redaktu"
-#: standalone/printerdrake:145
+#: standalone/printerdrake:151
#, c-format
msgid "/_Delete"
msgstr "/_Forigu"
-#: standalone/printerdrake:146
-#, fuzzy, c-format
+#: standalone/printerdrake:152
+#, c-format
msgid "/_Expert mode"
-msgstr "Spertuloreĝimo"
+msgstr "/_Spertuloreĝimo"
-#: standalone/printerdrake:151
+#: standalone/printerdrake:157
#, c-format
msgid "/_Refresh"
msgstr "/_Rekalkulu"
-#: standalone/printerdrake:154
-#, fuzzy, c-format
-msgid "/_Add Printer"
-msgstr "Printilo"
-
-#: standalone/printerdrake:158
-#, fuzzy, c-format
+#: standalone/printerdrake:164
+#, c-format
msgid "/_Configure CUPS"
-msgstr "Konfiguru X"
+msgstr "/_Konfiguru CUPS"
-#: standalone/printerdrake:191
+#: standalone/printerdrake:197
#, c-format
msgid "Search:"
msgstr "Serĉu:"
-#: standalone/printerdrake:194
+#: standalone/printerdrake:200
#, c-format
msgid "Apply filter"
msgstr "Apliku filtrilon"
-#: standalone/printerdrake:212 standalone/printerdrake:219
+#: standalone/printerdrake:218 standalone/printerdrake:225
#, c-format
msgid "Def."
msgstr ""
-#: standalone/printerdrake:212 standalone/printerdrake:219
+#: standalone/printerdrake:218 standalone/printerdrake:225
#, fuzzy, c-format
msgid "Printer Name"
msgstr "Printvica Nomo"
-#: standalone/printerdrake:212
-#, fuzzy, c-format
+#: standalone/printerdrake:218
+#, c-format
msgid "Connection Type"
-msgstr "Konekto-tipo:"
+msgstr "Konekto-tipo"
-#: standalone/printerdrake:219
-#, fuzzy, c-format
+#: standalone/printerdrake:225
+#, c-format
msgid "Server Name"
-msgstr "Servil-nomo:"
+msgstr "Servil-nomo"
#. -PO: "Add Printer" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:227
+#: standalone/printerdrake:233
#, fuzzy, c-format
msgid "Add Printer"
msgstr "Printilo"
-#: standalone/printerdrake:227
+#: standalone/printerdrake:233
#, fuzzy, c-format
msgid "Add a new printer to the system"
msgstr "Aldonu uzulon al la sistemo"
#. -PO: "Set as default" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:230
+#: standalone/printerdrake:236
#, fuzzy, c-format
msgid "Set as default"
msgstr "defaŭlta"
-#: standalone/printerdrake:230
+#: standalone/printerdrake:236
#, fuzzy, c-format
msgid "Set selected printer as the default printer"
msgstr ""
"Ĉu vi deziras konfiguri tiun ĉi presilon (\"%s\")\n"
"kiel defaŭltan presilon?"
-#: standalone/printerdrake:233
+#: standalone/printerdrake:239
#, fuzzy, c-format
msgid "Edit selected printer"
msgstr "Malinstalu printvicon"
-#: standalone/printerdrake:236
+#: standalone/printerdrake:242
#, fuzzy, c-format
msgid "Delete selected printer"
msgstr "Malinstalu printvicon"
-#. -PO: "Refresh" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:239
-#, c-format
-msgid "Refresh"
-msgstr "Rekalkulu"
-
-#: standalone/printerdrake:239
+#: standalone/printerdrake:245
#, c-format
msgid "Refresh the list"
msgstr "Rekalkulu la liston"
#. -PO: "Configure CUPS" is a button text and the translation has to be AS SHORT AS POSSIBLE
-#: standalone/printerdrake:242
+#: standalone/printerdrake:248
#, fuzzy, c-format
msgid "Configure CUPS"
msgstr "Konfiguru X"
-#: standalone/printerdrake:242
+#: standalone/printerdrake:248
#, fuzzy, c-format
msgid "Configure CUPS printing system"
msgstr "Konfiguru retumon"
-#: standalone/printerdrake:528
+#: standalone/printerdrake:309 standalone/printerdrake:347
+#, fuzzy, c-format
+msgid "Enabled"
+msgstr "ebligu"
+
+#: standalone/printerdrake:310 standalone/printerdrake:348
+#, fuzzy, c-format
+msgid "Disabled"
+msgstr "malebligu"
+
+#: standalone/printerdrake:572
#, c-format
msgid "Authors: "
msgstr "Aŭtoroj: "
-#: standalone/printerdrake:534
+#: standalone/printerdrake:578
#, fuzzy, c-format
msgid "Printer Management \n"
msgstr "Uzul-mastrumado \n"
-#: standalone/scannerdrake:50
+#: standalone/scannerdrake:51
#, fuzzy, c-format
msgid ""
"SANE packages need to be installed to use scanners.\n"
@@ -21142,209 +22305,198 @@ msgid ""
"Do you want to install the SANE packages?"
msgstr "Ĉi tiu pakaĵo %s devas esti instalita. Ĉu vi deziras instali ĝin?"
-#: standalone/scannerdrake:54
+#: standalone/scannerdrake:55
#, fuzzy, c-format
msgid "Aborting Scannerdrake."
msgstr "Elektu grafikan karton"
-#: standalone/scannerdrake:59
+#: standalone/scannerdrake:60
#, c-format
msgid ""
"Could not install the packages needed to set up a scanner with Scannerdrake."
msgstr ""
-#: standalone/scannerdrake:60
+#: standalone/scannerdrake:61
#, c-format
msgid "Scannerdrake will not be started now."
msgstr ""
-#: standalone/scannerdrake:66 standalone/scannerdrake:464
+#: standalone/scannerdrake:67 standalone/scannerdrake:460
#, fuzzy, c-format
-msgid "Searching for configured scanners ..."
+msgid "Searching for configured scanners..."
msgstr "Loka printilo"
-#: standalone/scannerdrake:70 standalone/scannerdrake:468
+#: standalone/scannerdrake:71 standalone/scannerdrake:464
#, fuzzy, c-format
-msgid "Searching for new scanners ..."
+msgid "Searching for new scanners..."
msgstr "Loka printilo"
-#: standalone/scannerdrake:78 standalone/scannerdrake:490
+#: standalone/scannerdrake:79 standalone/scannerdrake:486
#, c-format
-msgid "Re-generating list of configured scanners ..."
+msgid "Re-generating list of configured scanners..."
msgstr ""
-#: standalone/scannerdrake:100 standalone/scannerdrake:141
-#: standalone/scannerdrake:155
+#: standalone/scannerdrake:101 standalone/scannerdrake:142
#, c-format
msgid "The %s is not supported by this version of %s."
msgstr ""
-#: standalone/scannerdrake:103
+#: standalone/scannerdrake:104
#, fuzzy, c-format
msgid "%s found on %s, configure it automatically?"
msgstr "Ĉu vi deziras konfiguri printilon?"
-#: standalone/scannerdrake:115
+#: standalone/scannerdrake:116
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
-#: standalone/scannerdrake:130
+#: standalone/scannerdrake:131
#, fuzzy, c-format
msgid "Select a scanner model"
msgstr "Elektu grafikan karton"
-#: standalone/scannerdrake:131
+#: standalone/scannerdrake:132
#, c-format
msgid " ("
msgstr " ("
-#: standalone/scannerdrake:132
+#: standalone/scannerdrake:133
#, fuzzy, c-format
msgid "Detected model: %s"
msgstr "Duobla surmetingo %s"
-#: standalone/scannerdrake:134
-#, c-format
-msgid ", "
-msgstr ", "
-
-#: standalone/scannerdrake:135
+#: standalone/scannerdrake:136
#, c-format
msgid "Port: %s"
msgstr "Pordo: %s"
-#: standalone/scannerdrake:161
-#, c-format
-msgid "The %s is not known by this version of Scannerdrake."
-msgstr ""
-
-#: standalone/scannerdrake:169 standalone/scannerdrake:183
+#: standalone/scannerdrake:165 standalone/scannerdrake:179
#, c-format
msgid "Do not install firmware file"
msgstr ""
-#: standalone/scannerdrake:173 standalone/scannerdrake:225
+#: standalone/scannerdrake:169 standalone/scannerdrake:221
#, c-format
msgid ""
"It is possible that your %s needs its firmware to be uploaded everytime when "
"it is turned on."
msgstr ""
-#: standalone/scannerdrake:174 standalone/scannerdrake:226
+#: standalone/scannerdrake:170 standalone/scannerdrake:222
#, c-format
msgid "If this is the case, you can make this be done automatically."
msgstr ""
-#: standalone/scannerdrake:175 standalone/scannerdrake:229
+#: standalone/scannerdrake:171 standalone/scannerdrake:225
#, c-format
msgid ""
"To do so, you need to supply the firmware file for your scanner so that it "
"can be installed."
msgstr ""
-#: standalone/scannerdrake:176 standalone/scannerdrake:230
+#: standalone/scannerdrake:172 standalone/scannerdrake:226
#, c-format
msgid ""
"You find the file on the CD or floppy coming with the scanner, on the "
"manufacturer's home page, or on your Windows partition."
msgstr ""
-#: standalone/scannerdrake:178 standalone/scannerdrake:237
+#: standalone/scannerdrake:174 standalone/scannerdrake:233
#, c-format
msgid "Install firmware file from"
msgstr ""
-#: standalone/scannerdrake:198
+#: standalone/scannerdrake:194
#, fuzzy, c-format
msgid "Select firmware file"
msgstr "Elektu dosieron"
-#: standalone/scannerdrake:201 standalone/scannerdrake:260
+#: standalone/scannerdrake:197 standalone/scannerdrake:256
#, c-format
msgid "The firmware file %s does not exist or is unreadable!"
msgstr ""
-#: standalone/scannerdrake:224
+#: standalone/scannerdrake:220
#, c-format
msgid ""
"It is possible that your scanners need their firmware to be uploaded "
"everytime when they are turned on."
msgstr ""
-#: standalone/scannerdrake:228
+#: standalone/scannerdrake:224
#, c-format
msgid ""
"To do so, you need to supply the firmware files for your scanners so that it "
"can be installed."
msgstr ""
-#: standalone/scannerdrake:231
+#: standalone/scannerdrake:227
#, c-format
msgid ""
"If you have already installed your scanner's firmware you can update the "
"firmware here by supplying the new firmware file."
msgstr ""
-#: standalone/scannerdrake:233
+#: standalone/scannerdrake:229