summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-09-06 15:03:01 +0000
committerFrancois Pons <fpons@mandriva.com>2001-09-06 15:03:01 +0000
commitac8392846f400354b11890a413e6917457ee8f3f (patch)
tree07b9722cf6c1e81f7d7fe3765c2b0b1702f54ec8 /perl-install/pkgs.pm
parent02738660b87cbf7e04c83479099d8f9090678741 (diff)
downloaddrakx-ac8392846f400354b11890a413e6917457ee8f3f.tar
drakx-ac8392846f400354b11890a413e6917457ee8f3f.tar.gz
drakx-ac8392846f400354b11890a413e6917457ee8f3f.tar.bz2
drakx-ac8392846f400354b11890a413e6917457ee8f3f.tar.xz
drakx-ac8392846f400354b11890a413e6917457ee8f3f.zip
fixed retry of package 3 times everytime even if first install succeeded, now
after first successfull install, go to next package to install.
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm12
1 files changed, 7 insertions, 5 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index d8854e60d..d844e7ec6 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -1449,15 +1449,17 @@ sub install($$$;$$) {
$retry_package = shift @transToInstall;
$retry_count = 3;
} else {
- if ($retry_count) {
- log::l("retrying installing package $retry_package->[$FILE] alone in a transaction");
- --$retry_count;
- } else {
- if (!packageFlagInstalled($retry_package) && $retry_package->[$MEDIUM]{selected} && !exists($ignoreBadPkg{packageName($retry_package)})) {
+ if (!packageFlagInstalled($retry_package) && $retry_package->[$MEDIUM]{selected} && !exists($ignoreBadPkg{packageName($retry_package)})) {
+ if ($retry_count) {
+ log::l("retrying installing package $retry_package->[$FILE] alone in a transaction");
+ --$retry_count;
+ } else {
log::l("bad package $retry_package->[$FILE] unable to be installed");
packageSetFlagSelected($retry_package, 0);
cdie ("error installing package list: $retry_package->[$FILE]");
}
+ }
+ if (packageFlagInstalled($retry_package) || ! packageFlagSelected($retry_package)) {
packageFreeHeader($retry_package);
$retry_package = shift @transToInstall;
$retry_count = 3;
K-10_0&id=411e0e9d500d91cf111fb93209acd7d461ee2453'>perl-install/share/po/es.po28262
-rw-r--r--perl-install/share/po/et.po26831
-rw-r--r--perl-install/share/po/eu.po26296
-rw-r--r--perl-install/share/po/fi.po27711
-rw-r--r--perl-install/share/po/fr.po28205
-rw-r--r--perl-install/share/po/ga.po20915
-rw-r--r--perl-install/share/po/gl.po22425
-rw-r--r--perl-install/share/po/he.po21242
-rw-r--r--perl-install/share/po/hr.po25914
-rw-r--r--perl-install/share/po/hu.po27396
-rw-r--r--perl-install/share/po/id.po26386
-rw-r--r--perl-install/share/po/is.po22074
-rw-r--r--perl-install/share/po/it.po28357
-rw-r--r--perl-install/share/po/ja.po28125
-rw-r--r--perl-install/share/po/ko.po23308
-rw-r--r--perl-install/share/po/lt.po22900
-rw-r--r--perl-install/share/po/lv.po24181
-rw-r--r--perl-install/share/po/mt.po25820
-rw-r--r--perl-install/share/po/nl.po27284
-rw-r--r--perl-install/share/po/no.po27173
-rw-r--r--perl-install/share/po/pl.po26853
-rw-r--r--perl-install/share/po/pt.po26721
-rw-r--r--perl-install/share/po/pt_BR.po26231
-rw-r--r--perl-install/share/po/ro.po22225
-rw-r--r--perl-install/share/po/ru.po29492
-rw-r--r--perl-install/share/po/sk.po27087
-rw-r--r--perl-install/share/po/sl.po21341
-rw-r--r--perl-install/share/po/sq.po27477
-rw-r--r--perl-install/share/po/sr.po28164
-rw-r--r--perl-install/share/po/sr@Latn.po21078
-rw-r--r--perl-install/share/po/sv.po26142
-rw-r--r--perl-install/share/po/ta.po24075
-rw-r--r--perl-install/share/po/tg.po19825
-rw-r--r--perl-install/share/po/th.po22429
-rw-r--r--perl-install/share/po/tr.po25800
-rw-r--r--perl-install/share/po/uk.po24556
-rw-r--r--perl-install/share/po/uz.po20197
-rw-r--r--perl-install/share/po/vi.po27416
-rw-r--r--perl-install/share/po/wa.po25832
-rw-r--r--perl-install/share/po/zh_CN.po26467
-rw-r--r--perl-install/share/po/zh_TW.po25061
55 files changed, 697740 insertions, 671309 deletions
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
index d01bae879..68de457b8 100644
--- a/perl-install/share/po/DrakX.pot
+++ b/perl-install/share/po/DrakX.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2003-05-15 18:30+0200\n"
+"POT-Creation-Date: 2003-05-16 14:13+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -66,6 +66,11 @@ msgstr ""
msgid "Restore partition table"
msgstr ""
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr ""
+
#: ../../install_steps_interactive.pm:1
#, c-format
msgid "Post-install configuration"
@@ -81,70 +86,6 @@ msgstr ""
msgid "Type"
msgstr ""
-#: ../../help.pm:1
-#, 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"
-"Mandrake Linux 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"
-"Linux. To do so, you can delete your Microsoft Windows partition and data\n"
-"(see ``Erase entire disk'' solution) or resize your Microsoft Windows FAT\n"
-"partition. Resizing can be performed without the loss of any data, provided\n"
-"you have previously defragmented the Windows partition and that it uses the\n"
-"FAT format. Backing up your data is strongly recommended.. Using this\n"
-"option is recommended if you want to use both Mandrake Linux and Microsoft\n"
-"Windows on 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 Mandrake Linux 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\n"
-"Guide''."
-msgstr ""
-
#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
@@ -218,11 +159,6 @@ msgid ""
"Try to reconfigure your connection."
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid "There's no free driver for your sound card (%s), but there's a proprietary driver at \\\"%s\\\"."
-msgstr ""
-
#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
@@ -381,11 +317,6 @@ msgstr ""
#: ../../keyboard.pm:1
#, c-format
-msgid "Vietnamese \\\"numeric row\\\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm:1
-#, c-format
msgid "Swiss (French layout)"
msgstr ""
@@ -409,13 +340,10 @@ msgstr ""
msgid "Soundcard"
msgstr ""
-#: ../../any.pm:1
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Would you like to allow users to share some of their directories?\n"
-"Allowing this will permit users to simply click on \\\"Share\\\" in konqueror and nautilus.\n"
-"\n"
-"\\\"Custom\\\" permit a per-user granularity.\n"
+"To print a file from the command line (terminal window) use the command \"%s <file>\".\n"
""
msgstr ""
@@ -535,6 +463,11 @@ msgstr ""
msgid "Username"
msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr ""
+
#: ../../standalone/drakTermServ:1
#, c-format
msgid "dhcpd Server Configuration"
@@ -552,6 +485,11 @@ msgstr ""
msgid "Guyana"
msgstr ""
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
#: ../../standalone/drakfloppy:1
#, c-format
msgid "Remove a module"
@@ -590,6 +528,11 @@ msgstr ""
msgid "Choose an existing RAID to add to"
msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr ""
+
#: ../../standalone/drakboot:1
#, c-format
msgid "Lilo message not found"
@@ -617,47 +560,6 @@ msgstr ""
msgid "/Autodetect _jazz drives"
msgstr ""
-#: ../../help.pm:1
-#, 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"
-"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 that you chose too easy. As you\n"
-"can see, you are not forced to enter a password, but we strongly advise you\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"
-"partitions themselves, it is important that it be difficult to become\n"
-"\\\"root\\\".\n"
-"\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"
-"\n"
-"One caveat -- do not make the password too long or 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"
-"\n"
-"If you wish access to this computer to be controlled by an authentication\n"
-"server, click 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"
-"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 or that you absolutely trust\n"
-"everybody who uses your computer, you can choose to have \\\"%s\\\"."
-msgstr ""
-
#: ../../standalone/drakbackup:1
#, c-format
msgid ""
@@ -699,6 +601,88 @@ msgid ""
""
msgstr ""
+#: ../../install_messages.pm:1
+#, c-format
+msgid ""
+"Introduction\n"
+"\n"
+"The operating system and the different components available in the Mandrake Linux distribution \n"
+"shall be called the \"Software Products\" hereafter. The Software Products include, but are not \n"
+"restricted to, the set of programs, methods, rules and documentation related to the operating \n"
+"system and the different components of the Mandrake Linux distribution.\n"
+"\n"
+"\n"
+"1. License Agreement\n"
+"\n"
+"Please read this document carefully. This document is a license agreement between you and \n"
+"MandrakeSoft S.A. which applies to the Software Products.\n"
+"By installing, duplicating or using the Software Products in any manner, you explicitly \n"
+"accept and fully agree to conform to the terms and conditions of this License. \n"
+"If you disagree with any portion of the License, you are not allowed to install, duplicate or use \n"
+"the Software Products. \n"
+"Any attempt to install, duplicate or use the Software Products in a manner which does not comply \n"
+"with the terms and conditions of this License is void and will terminate your rights under this \n"
+"License. Upon termination of the License, you must immediately destroy all copies of the \n"
+"Software Products.\n"
+"\n"
+"\n"
+"2. Limited Warranty\n"
+"\n"
+"The Software Products and attached documentation are provided \"as is\", with no warranty, to the \n"
+"extent permitted by law.\n"
+"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by law, be liable for any special,\n"
+"incidental, direct or indirect damages whatsoever (including without limitation damages for loss of \n"
+"business, interruption of business, financial loss, legal fees and penalties resulting from a court \n"
+"judgment, or any other consequential loss) arising out of the use or inability to use the Software \n"
+"Products, even if MandrakeSoft S.A. has been advised of the possibility or occurence of such \n"
+"damages.\n"
+"\n"
+"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME COUNTRIES\n"
+"\n"
+"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, in no circumstances, be \n"
+"liable for any special, incidental, direct or indirect damages whatsoever (including without \n"
+"limitation damages for loss of business, interruption of business, financial loss, legal fees \n"
+"and penalties resulting from a court judgment, or any other consequential loss) arising out \n"
+"of the possession and use of software components or arising out of downloading software components \n"
+"from one of Mandrake Linux sites which are prohibited or restricted in some countries by local laws.\n"
+"This limited liability applies to, but is not restricted to, the strong cryptography components \n"
+"included in the Software Products.\n"
+"\n"
+"\n"
+"3. The GPL License and Related Licenses\n"
+"\n"
+"The Software Products consist of components created by different persons or entities. Most \n"
+"of these components are governed under the terms and conditions of the GNU General Public \n"
+"Licence, hereafter called \"GPL\", or of similar licenses. Most of these licenses allow you to use, \n"
+"duplicate, adapt or redistribute the components which they cover. Please read carefully the terms \n"
+"and conditions of the license agreement for each component before using any component. Any question \n"
+"on a component license should be addressed to the component author and not to MandrakeSoft.\n"
+"The programs developed by MandrakeSoft S.A. are governed by the GPL License. Documentation written \n"
+"by MandrakeSoft S.A. is governed by a specific license. Please refer to the documentation for \n"
+"further details.\n"
+"\n"
+"\n"
+"4. Intellectual Property Rights\n"
+"\n"
+"All rights to the components of the Software Products belong to their respective authors and are \n"
+"protected by intellectual property and copyright laws applicable to software programs.\n"
+"MandrakeSoft S.A. reserves its rights to modify or adapt the Software Products, as a whole or in \n"
+"parts, by all means and for all purposes.\n"
+"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of MandrakeSoft S.A. \n"
+"\n"
+"\n"
+"5. Governing Laws \n"
+"\n"
+"If any portion of this agreement is held void, illegal or inapplicable by a court judgment, this \n"
+"portion is excluded from this contract. You remain bound by the other applicable sections of the \n"
+"agreement.\n"
+"The terms and conditions of this License are governed by the Laws of France.\n"
+"All disputes on the terms of this license will preferably be settled out of court. As a last \n"
+"resort, the dispute will be referred to the appropriate Courts of Law of Paris - France.\n"
+"For any question on this document, please contact MandrakeSoft S.A. \n"
+""
+msgstr ""
+
#: ../../standalone/draksplash:1
#, c-format
msgid ""
@@ -716,23 +700,14 @@ msgstr ""
msgid "LPD - Line Printer Daemon"
msgstr ""
-#: ../../help.pm:1
+#: ../../network/isdn.pm:1
#, 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"
+"If you have an ISA card, the values on the next screen should be right.\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!"
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your card.\n"
+""
msgstr ""
#: ../../printer/printerdrake.pm:1
@@ -782,6 +757,110 @@ msgstr ""
msgid "Show only for the selected day"
msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrd image must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a graphical interface\n"
+" \t\tto help manage/customize these images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t#type fat;\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk.nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can either be \"thin\"\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this file.\n"
+"\n"
+" - Per client /etc/X11/XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
+""
+msgstr ""
+
#: ../../Xconfig/card.pm:1
#, c-format
msgid "512 kB"
@@ -817,6 +896,14 @@ msgstr ""
msgid "Security"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"You can also use the graphical interface \"xpdq\" for setting options and handling printing jobs.\n"
+"If you are using KDE as desktop environment you have a \"panic button\", an icon on the desktop, labeled with \"STOP Printer!\", which stops all print jobs immediately when you click it. This is for example useful for paper jams.\n"
+""
+msgstr ""
+
#: ../../standalone/drakboot:1 ../../standalone/drakfloppy:1 ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
msgid "<control>Q"
@@ -883,6 +970,11 @@ msgstr ""
msgid "You have not configured X. Are you sure you really want this?"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The configuration of the printer will work fully automatically. If your printer was not correctly detected or if you prefer a customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "What type of partitioning?"
@@ -977,11 +1069,6 @@ msgstr ""
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Network printer \\\"%s\\\", port %s"
-msgstr ""
-
#: ../../network/drakfirewall.pm:1
#, c-format
msgid "POP and IMAP Server"
@@ -1022,9 +1109,45 @@ msgstr ""
msgid "Remote lpd Printer Options"
msgstr ""
-#: ../../printer/main.pm:1
+#: ../../help.pm:1
#, c-format
-msgid ", TCP/IP host \\\"%s\\\", port %s"
+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 username. 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\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"%s\".\n"
+"If you are not interested in this feature, uncheck the \"%s\" box."
msgstr ""
#: ../../standalone/drakconnect:1
@@ -1248,11 +1371,6 @@ msgstr ""
msgid "User"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Failed to add the printer \\\"%s\\\" to Star Office/OpenOffice.org/GIMP."
-msgstr ""
-
#: ../../fsedit.pm:1
#, c-format
msgid ""
@@ -1325,6 +1443,11 @@ msgstr ""
msgid "Phone number"
msgstr ""
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr ""
+
#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
#, c-format
msgid "Printer name, description, location"
@@ -1469,6 +1592,11 @@ msgid ""
"in number of characters"
msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "To get a list of the options available for the current printer click on the \"Print option list\" button."
+msgstr ""
+
#: ../../standalone/drakgw:1
#, c-format
msgid "Enabling servers..."
@@ -1479,26 +1607,75 @@ msgstr ""
msgid "Printing test page(s)..."
msgstr ""
-#: ../../standalone/drakxtv:1
+#: ../../fsedit.pm:1
#, c-format
msgid ""
-"XawTV isn't installed!\n"
-"\n"
-"\n"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor saa7134\n"
-"module in \\\"/etc/modules\\\") nor installed xawtv, please send the\n"
-"results of \\\"lspcidrake -v -f\\\" to \\\"install\\@mandrakesoft.com\\\"\n"
-"with subject \\\"undetected TV card\\\".\n"
-"\n"
-"\n"
-"You can install it by typing \\\"urpmi xawtv\\\" as root, in a console."
+"There is already a partition with mount point %s\n"
+""
msgstr ""
-#: ../../fsedit.pm:1
+#: ../../help.pm:1
#, c-format
msgid ""
-"There is already a partition with mount point %s\n"
-""
+"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"
+"Mandrake Linux 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"
+"Linux. To do so, you can delete your Microsoft Windows partition and data\n"
+"(see ``Erase entire disk'' solution) or resize your Microsoft Windows FAT\n"
+"partition. Resizing can be performed without the loss of any data, provided\n"
+"you have previously defragmented the Windows partition and that it uses the\n"
+"FAT format. Backing up your data is strongly recommended.. Using this\n"
+"option is recommended if you want to use both Mandrake Linux and Microsoft\n"
+"Windows on 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 Mandrake Linux 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\n"
+"Guide''."
msgstr ""
#: ../../lang.pm:1
@@ -1536,6 +1713,31 @@ msgstr ""
msgid " / Region"
msgstr ""
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep sound-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+""
+msgstr ""
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
@@ -1577,9 +1779,27 @@ msgstr ""
msgid "Is this the correct setting?"
msgstr ""
-#: ../../standalone/harddrake2:1
+#: ../../help.pm:1
#, c-format
-msgid "Running \\\"%s\\\" ..."
+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"
+"Mandrake Linux will attempt to autodetect 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"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"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"
+"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 ""
#: ../../standalone/drakbackup:1
@@ -1602,9 +1822,9 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../keyboard.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Georgian (\\\"Russian\\\" layout)"
+msgid "Removing printer \"%s\"..."
msgstr ""
#: ../../standalone/drakfloppy:1
@@ -1637,11 +1857,6 @@ msgstr ""
msgid " on device: %s"
msgstr ""
-#: ../../printer/main.pm:1
-#, c-format
-msgid " on Novell server \\\"%s\\\", printer \\\"%s\\\""
-msgstr ""
-
#: ../../install_interactive.pm:1
#, c-format
msgid "Remove Windows(TM)"
@@ -1738,6 +1953,35 @@ msgstr ""
msgid "French Polynesia"
msgstr ""
+#: ../../help.pm:1
+#, 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"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\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"
+"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"
+"\n"
+"Wheel mice are occasionally 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."
+msgstr ""
+
#: ../../services.pm:1
#, c-format
msgid "Support the OKI 4w and compatible winprinters."
@@ -1755,6 +1999,11 @@ msgstr ""
msgid "Installing driver for %s card %s"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+
#: ../../standalone/drakTermServ:1
#, c-format
msgid "Enable Server"
@@ -1785,11 +2034,37 @@ msgstr ""
msgid "Remove Windows"
msgstr ""
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the applications menu."
+msgstr ""
+
#: ../../harddrake/data.pm:1
#, c-format
msgid "Firewire controllers"
msgstr ""
+#: ../../help.pm:1
+#, 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 ""
+
#: ../../standalone/drakboot:1
#, c-format
msgid "System mode"
@@ -1815,6 +2090,20 @@ msgstr ""
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"When this option is turned on, on every startup of CUPS it is automatically made sure that\n"
+"\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
+"\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
+"\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" as the server name.\n"
+"\n"
+"If some of these measures lead to problems for you, turn this option off, but then you have to take care of these points."
+msgstr ""
+
#: ../../harddrake/sound.pm:1
#, c-format
msgid ""
@@ -1843,6 +2132,11 @@ msgid ""
""
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr ""
+
#: ../../standalone/drakgw:1
#, c-format
msgid "Please choose what network adapter will be connected to your Local Area Network."
@@ -1993,6 +2287,11 @@ msgstr ""
msgid "Buttons emulation"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, c-format
msgid ""
@@ -2085,11 +2384,6 @@ msgstr ""
msgid "Please wait, setting security options..."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, 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 ""
-
#: ../../harddrake/v4l.pm:1
#, c-format
msgid "Unknown|CPH05X (bt878) [many vendors]"
@@ -2156,18 +2450,6 @@ msgstr ""
msgid "Normal modem connection"
msgstr ""
-#: ../../Xconfig/various.pm:1
-#, c-format
-msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your computer.\n"
-"Then choose the \\\"TVout\\\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
-msgstr ""
-
#: ../../standalone/drakbackup:1 ../../standalone/drakbackup:1 ../../standalone/drakfont:1
#, c-format
msgid "File Selection"
@@ -2243,13 +2525,6 @@ msgstr ""
msgid "Palau"
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"This command you can also use in the \\\"Printing command\\\" field of the printing dialogs of many applications. But here do not supply the file name because the file to print is provided by the application.\n"
-""
-msgstr ""
-
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "level"
@@ -2432,35 +2707,6 @@ msgstr ""
msgid "Host %s"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"Now, it's time to select a printing system for your computer. Other OSs may\n"
-"offer you one, but Mandrake Linux offers two. Each of the printing system\n"
-"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"
-"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 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"
-"\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."
-msgstr ""
-
#: ../../lang.pm:1
#, c-format
msgid "Armenia"
@@ -2511,45 +2757,6 @@ msgstr ""
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose which one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \\\"Linux name\\\", \\\"Windows name\\\"\n"
-"\\\"Capacity\\\".\n"
-"\n"
-"\\\"Linux name\\\" is structured: \\\"hard drive type\\\", \\\"hard drive number\\\",\n"
-"\\\"partition number\\\" (for example, \\\"hda1\\\").\n"
-"\n"
-"\\\"Hard drive type\\\" is \\\"hd\\\" if your hard dive is an IDE hard drive and\n"
-"\\\"sd\\\" if it is a SCSI hard drive.\n"
-"\n"
-"\\\"Hard drive number\\\" is always a letter after \\\"hd\\\" or \\\"sd\\\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \\\"a\\\" means \\\"master hard drive on the primary IDE controller\\\";\n"
-"\n"
-" * \\\"b\\\" means \\\"slave hard drive on the primary IDE controller\\\";\n"
-"\n"
-" * \\\"c\\\" means \\\"master hard drive on the secondary IDE controller\\\";\n"
-"\n"
-" * \\\"d\\\" means \\\"slave hard drive on the secondary IDE controller\\\".\n"
-"\n"
-"With SCSI hard drives, an \\\"a\\\" means \\\"lowest SCSI ID\\\", a \\\"b\\\" means\n"
-"\\\"second lowest SCSI ID\\\", etc.\n"
-"\n"
-"\\\"Windows name\\\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \\\"C:\\\")."
-msgstr ""
-
-#: ../../standalone/harddrake2:1
-#, 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:1
#, c-format
msgid "secondary"
@@ -2621,24 +2828,19 @@ msgstr ""
msgid "Auto-detect printers connected to this machine"
msgstr ""
-#: ../../help.pm:1
+#: ../../standalone/drakxtv:1
#, c-format
msgid ""
-"Depending on the default language you chose in Section , DrakX will\n"
-"automatically select a particular type of keyboard configuration. However,\n"
-"you may not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may have a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation where your native language and keyboard do\n"
-"not match. In either case, this installation step will allow you to select\n"
-"an appropriate keyboard from a list.\n"
+"XawTV isn't installed!\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."
+"If you do have a TV card but DrakX has neither detected it (no bttv nor saa7134\n"
+"module in \"/etc/modules\") nor installed xawtv, please send the\n"
+"results of \"lspcidrake -v -f\" to \"install\\@mandrakesoft.com\"\n"
+"with subject \"undetected TV card\".\n"
+"\n"
+"\n"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
#: ../../any.pm:1
@@ -2651,6 +2853,14 @@ msgstr ""
msgid "Bolivia"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Set up your Windows server to make the printer available under the IPP protocol and set up printing from this machine with the \"%s\" connection type in Printerdrake.\n"
+"\n"
+""
+msgstr ""
+
#: ../../install_steps_gtk.pm:1
#, c-format
msgid "Bad package"
@@ -2666,6 +2876,15 @@ msgstr ""
msgid "DrakSec Basic Options"
msgstr ""
+#: ../../standalone/draksound:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig program. Just type \"sndconfig\" in a console."
+msgstr ""
+
#: ../../lang.pm:1
#, c-format
msgid "Romania"
@@ -2733,6 +2952,11 @@ msgid ""
"Remove the loopback first"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The network configuration done during the installation cannot be started now. Please check whether the network is accessable after booting your system and correct the configuration using the Mandrake Control Center, section \"Network & Internet\"/\"Connection\", and afterwards set up the printer, also using the Mandrake Control Center, section \"Hardware\"/\"Printer\""
+msgstr ""
+
#: ../../harddrake/data.pm:1
#, c-format
msgid "USB controllers"
@@ -2771,14 +2995,6 @@ msgid ""
"%s"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"You can also use the graphical interface \\\"xpdq\\\" for setting options and handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \\\"panic button\\\", an icon on the desktop, labeled with \\\"STOP Printer!\\\", which stops all print jobs immediately when you click it. This is for example useful for paper jams.\n"
-""
-msgstr ""
-
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "Remove the loopback file?"
@@ -2799,13 +3015,6 @@ msgstr ""
msgid "Please choose your country."
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"The printer \\\"%s\\\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
#: ../../standalone/drakbackup:1 ../../standalone/drakbackup:1
#, c-format
msgid "Hard Disk Backup files..."
@@ -2940,14 +3149,6 @@ msgstr ""
msgid "Mouse"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"\n"
-"The \\\"%s\\\" and \\\"%s\\\" commands also allow to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \\\"%s <file>\\\".\n"
-""
-msgstr ""
-
#: ../../bootloader.pm:1
#, c-format
msgid "not enough room in /boot"
@@ -2986,42 +3187,56 @@ msgstr ""
#: ../../help.pm:1
#, 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"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\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 username. 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"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\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"
+"For Linux, there are a few possible options:\n"
"\n"
-"Clicking the \\\"%s\\\" button allows you to change the default \\\"shell\\\" for\n"
-"that user (bash by default).\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-"When you have finished adding users, you will be asked to choose a user\n"
-"that can automatically log into the system when the computer boots up. If\n"
-"you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \\\"%s\\\".\n"
-"If you are not interested in this feature, uncheck the \\\"%s\\\" box."
+" * 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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
+"\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+"\n"
+" * Initrd: this option can be used either to load initial modules before\n"
+"the boot device is available, or to load a ramdisk image for an emergency\n"
+"boot situation.\n"
+"\n"
+" * Initrd-size: the default ramdisk size is generally 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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
#: ../../standalone/drakTermServ:1
@@ -3029,6 +3244,14 @@ msgstr ""
msgid "No floppy drive available!"
msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To know about the options available for the current printer read either the list shown below or click on the \"Print option list\" button.%s%s%s\n"
+"\n"
+""
+msgstr ""
+
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "Continue anyway?"
@@ -3068,6 +3291,11 @@ msgid ""
""
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing on the printer \"%s\""
+msgstr ""
+
#: ../../standalone/drakTermServ:1
#, c-format
msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
@@ -3078,16 +3306,6 @@ msgstr ""
msgid "Restore From Tape"
msgstr ""
-#: ../../network/isdn.pm:1
-#, c-format
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the \\\"irq\\\" and \\\"io\\\" of your card.\n"
-""
-msgstr ""
-
#: ../../network/netconnect.pm:1
#, c-format
msgid "Choose the profile to configure"
@@ -3125,20 +3343,6 @@ msgid ""
"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-#: ../../standalone/drakboot:1
-#, c-format
-msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \\\"lilo\\\" as root in command line to complete LiLo theme installation."
-msgstr ""
-
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid ""
-"Your %s has been configured.\n"
-"You may now scan documents using \\\"XSane\\\" from Multimedia/Graphics in the applications menu."
-msgstr ""
-
#: ../../modules/interactive.pm:1
#, c-format
msgid "See hardware info"
@@ -3201,11 +3405,28 @@ msgstr ""
msgid "Modify"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" and \"%s\" commands also allow to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \"%s <file>\".\n"
+""
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, c-format
msgid "Need hostname, username and password!"
msgstr ""
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
#: ../../standalone/drakbug:1
#, c-format
msgid "HardDrake"
@@ -3266,6 +3487,11 @@ msgstr ""
msgid "Connect..."
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr ""
+
#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
#, c-format
msgid "not configured"
@@ -3281,20 +3507,6 @@ msgstr ""
msgid "About"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"When this option is turned on, on every startup of CUPS it is automatically made sure that\n"
-"\n"
-"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
-"\n"
-"- if /etc/cups/cupsd.conf is missing, it will be created\n"
-"\n"
-"- when printer information is broadcasted, it does not contain \\\"localhost\\\" as the server name.\n"
-"\n"
-"If some of these measures lead to problems for you, turn this option off, but then you have to take care of these points."
-msgstr ""
-
#: ../../network/network.pm:1
#, c-format
msgid "Proxies configuration"
@@ -3434,13 +3646,6 @@ msgstr ""
msgid "Mount points must begin with a leading /"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"Please select the correct port. For example, the \\\"COM1\\\" port under\n"
-"Windows is named \\\"ttyS0\\\" under GNU/Linux."
-msgstr ""
-
#: ../../standalone/logdrake:1
#, c-format
msgid "Postfix Mail Server"
@@ -3739,11 +3944,6 @@ msgstr ""
msgid "France"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Printer \\\"%s\\\" on SMB/Windows server \\\"%s\\\""
-msgstr ""
-
#: ../../standalone/drakperm:1
#, c-format
msgid "browse"
@@ -3771,106 +3971,29 @@ msgstr ""
msgid "Turkey"
msgstr ""
-#: ../../install_messages.pm:1
+#: ../../network/adsl.pm:1
#, c-format
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake Linux distribution \n"
-"shall be called the \\\"Software Products\\\" hereafter. The Software Products include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read this document carefully. This document is a license agreement between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this License. \n"
-"If you disagree with any portion of the License, you are not allowed to install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner which does not comply \n"
-"with the terms and conditions of this License is void and will terminate your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \\\"as is\\\", with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or occurence of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever (including without \n"
-"limitation damages for loss of business, interruption of business, financial loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential loss) arising out \n"
-"of the possession and use of software components or arising out of downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU General Public \n"
-"Licence, hereafter called \\\"GPL\\\", or of similar licenses. Most of these licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please read carefully the terms \n"
-"and conditions of the license agreement for each component before using any component. Any question \n"
-"on a component license should be addressed to the component author and not to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\\\"Mandrake\\\", \\\"Mandrake Linux\\\" and associated logos are trademarks of MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of France.\n"
-"All disputes on the terms of this license will preferably be settled out of court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-""
+msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../harddrake/sound.pm:1
+#: ../../standalone/harddrake2:1
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s) which currently uses \\\"%s\\\""
+msgid "Number of buttons"
msgstr ""
-#: ../../network/adsl.pm:1
+#: ../../keyboard.pm:1
#, c-format
-msgid "Alcatel speedtouch usb"
+msgid "Vietnamese \"numeric row\" QWERTY"
msgstr ""
#: ../../standalone/harddrake2:1
#, c-format
-msgid "Number of buttons"
+msgid "Module"
msgstr ""
-#: ../../standalone/harddrake2:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Module"
+msgid "In addition, queues not created with this program or \"foomatic-configure\" cannot be transferred."
msgstr ""
#: ../../install_steps_interactive.pm:1 ../../install_steps_interactive.pm:1 ../../install_steps_interactive.pm:1 ../../install_steps_interactive.pm:1 ../../install_steps_interactive.pm:1
@@ -3903,6 +4026,11 @@ msgstr ""
msgid "Configure all heads independently"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the printer you want to set up. The configuration of the printer will work fully automatically. If your printer was not correctly detected or if you prefer a customized printer configuration, turn on \"Manual configuration\"."
+msgstr ""
+
#: ../../install_steps_interactive.pm:1
#, c-format
msgid "NTP Server"
@@ -3913,11 +4041,6 @@ msgstr ""
msgid "Load/Save on floppy"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "The printer \\\"%s\\\" was successfully added to Star Office/OpenOffice.org/GIMP."
-msgstr ""
-
#: ../../standalone/draksplash:1 ../../standalone/draksplash:1
#, c-format
msgid "This theme does not yet have a bootsplash in %s !"
@@ -3981,6 +4104,81 @@ msgstr ""
#: ../../help.pm:1
#, c-format
msgid ""
+"At this point, you need to choose which partition(s) will be used for the\n"
+"installation of your Mandrake Linux system. If partitions have already been\n"
+"defined, either from a previous installation of GNU/Linux or by another\n"
+"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
+"partitions must be defined.\n"
+"\n"
+"To create partitions, you must first select a hard drive. You can select\n"
+"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
+"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
+"\n"
+"To partition the selected hard drive, you can use these options:\n"
+"\n"
+" * \"%s\": this option deletes all partitions on the selected hard drive\n"
+"\n"
+" * \"%s\": this option enables you to automatically create ext3 and swap\n"
+"partitions in the free space of your hard drive\n"
+"\n"
+"\"%s\": gives access to additional features:\n"
+"\n"
+" * \"%s\": saves the partition table to a floppy. Useful for later\n"
+"partition-table recovery if necessary. It is strongly recommended that you\n"
+"perform this step.\n"
+"\n"
+" * \"%s\": allows you to restore a previously saved partition table from a\n"
+"floppy disk.\n"
+"\n"
+" * \"%s\": if your partition table is damaged, you can try to recover it\n"
+"using this option. Please be careful and remember that it doesn't always\n"
+"work.\n"
+"\n"
+" * \"%s\": discards all changes and reloads the partition table that was\n"
+"originally on the hard drive.\n"
+"\n"
+" * \"%s\": unchecking this option will force users to manually mount and\n"
+"unmount removable media such as floppies and CD-ROMs.\n"
+"\n"
+" * \"%s\": use this option if you wish to use a wizard to partition your\n"
+"hard drive. This is recommended if you do not have a good understanding of\n"
+"partitioning.\n"
+"\n"
+" * \"%s\": use this option to cancel your changes.\n"
+"\n"
+" * \"%s\": allows additional actions on partitions (type, options, format)\n"
+"and gives more information about the hard drive.\n"
+"\n"
+" * \"%s\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\n"
+"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
+"Note: you can reach any option using the keyboard. Navigate through the\n"
+"partitions using [Tab] and the [Up/Down] arrows.\n"
+"\n"
+"When a partition is selected, you can use:\n"
+"\n"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
+"\n"
+" * Ctrl-d to delete a partition\n"
+"\n"
+" * Ctrl-m to set the mount point\n"
+"\n"
+"To get information about the different file system types available, please\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
+"\n"
+"If you are installing on a PPC machine, you will want to create a small HFS\n"
+"``bootstrap'' partition of at least 1MB which will be used by the yaboot\n"
+"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
+"may find it a useful place to store a spare kernel and ramdisk images for\n"
+"emergency boot situations."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
"Graphic Card\n"
"\n"
" The installer will normally automatically detect and configure the\n"
@@ -4022,6 +4220,13 @@ msgstr ""
msgid "Macedonia"
msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
+msgstr ""
+
#: ../../keyboard.pm:1
#, c-format
msgid "Slovenian"
@@ -4032,11 +4237,6 @@ msgstr ""
msgid "Libya"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ", network printer \\\"%s\\\", port %s"
-msgstr ""
-
#: ../../standalone/drakgw:1
#, c-format
msgid "Configuring scripts, installing software, starting servers..."
@@ -4150,31 +4350,6 @@ msgid ""
"- Save to Tape on device: %s"
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid ""
-"The classic bug sound tester is to run the following commands:\n"
-"\n"
-"\n"
-"- \\\"lspcidrake -v | fgrep AUDIO\\\" will tell you which driver your card use\n"
-"by default\n"
-"\n"
-"- \\\"grep sound-slot /etc/modules.conf\\\" will tell you what driver it\n"
-"currently uses\n"
-"\n"
-"- \\\"/sbin/lsmod\\\" will enable you to check if its module (driver) is\n"
-"loaded or not\n"
-"\n"
-"- \\\"/sbin/chkconfig --list sound\\\" and \\\"/sbin/chkconfig --list alsa\\\" will\n"
-"tell you if sound and alsa services're configured to be run on\n"
-"initlevel 3\n"
-"\n"
-"- \\\"aumix -q\\\" will tell you if the sound volume is muted or not\n"
-"\n"
-"- \\\"/sbin/fuser -v /dev/dsp\\\" will tell which program uses the sound card.\n"
-""
-msgstr ""
-
#: ../../lang.pm:1
#, c-format
msgid "East Timor"
@@ -4273,16 +4448,6 @@ msgstr ""
msgid "Start sector: "
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, 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 /add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are good."
-msgstr ""
-
#: ../../lang.pm:1
#, c-format
msgid "Congo (Brazzaville)"
@@ -4298,6 +4463,16 @@ msgstr ""
msgid "Seychelles"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-detection with the models listed in its printer database to find the best match. This choice can be wrong, especially when your printer is not listed at all in the database. So check whether the choice is correct and click \"The model is correct\" if so and if not, click \"Select model manually\" so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, c-format
msgid "Bad password on %s"
@@ -4310,13 +4485,6 @@ msgid ""
"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../standalone/draksplash:1
-#, c-format
-msgid ""
-"package 'ImageMagick' is required to be able to complete configuration.\n"
-"Click \\\"Ok\\\" to install 'ImageMagick' or \\\"Cancel\\\" to quit"
-msgstr ""
-
#: ../../lang.pm:1
#, c-format
msgid "Zambia"
@@ -4337,11 +4505,6 @@ msgstr ""
msgid "Romanian (qwerty)"
msgstr ""
-#: ../../printer/main.pm:1
-#, c-format
-msgid " on SMB/Windows server \\\"%s\\\", share \\\"%s\\\""
-msgstr ""
-
#: ../../standalone/drakbackup:1
#, c-format
msgid "Under Devel ... please wait."
@@ -4372,6 +4535,14 @@ msgstr ""
msgid "Import Fonts"
msgstr ""
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\n"
+"I suggest you first resize that partition\n"
+"(click on it, then click on \"Resize\")"
+msgstr ""
+
#: ../../standalone/drakfont:1
#, c-format
msgid "Suppress Temporary Files"
@@ -4455,6 +4626,13 @@ msgstr ""
#: ../../printer/printerdrake.pm:1
#, 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:1
+#, c-format
msgid "Currently, no alternative possibility is available"
msgstr ""
@@ -4494,11 +4672,6 @@ msgstr ""
msgid "Browse"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "In addition, queues not created with this program or \\\"foomatic-configure\\\" cannot be transferred."
-msgstr ""
-
#: ../../harddrake/data.pm:1
#, c-format
msgid "CDROM"
@@ -4519,19 +4692,6 @@ msgstr ""
msgid "Do you have an ISA sound card?"
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this computer.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on this computer and turn it/them on so that it/they can be auto-detected.\n"
-"\n"
-" Click on \\\"Next\\\" when you are ready, and on \\\"Cancel\\\" if you do not want to set up your printer(s) now."
-msgstr ""
-
#: ../../network/ethernet.pm:1
#, c-format
msgid ""
@@ -4549,35 +4709,6 @@ msgstr ""
msgid "Can't make screenshots before partitioning"
msgstr ""
-#: ../../help.pm:1
-#, 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"
-"\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 partitions.\n"
-"\n"
-"Click on \\\"%s\\\" if you want to choose another partition for your new\n"
-"Mandrake Linux 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 ""
-
#: ../../standalone/drakbackup:1
#, c-format
msgid "Host Name"
@@ -4588,6 +4719,11 @@ msgstr ""
msgid "/File/Save _As"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "To get access to printers on remote CUPS servers in your local network you only need to turn on the \"Automatically find available printers on remote machines\" option; the CUPS servers inform your machine automatically about their printers. All printers currently known to your machine are listed in the \"Remote printers\" section in the main window of Printerdrake. If your CUPS server(s) is/are not in your local network, you have to enter the IP address(es) and optionally the port number(s) here to get the printer information from the server(s)."
+msgstr ""
+
#: ../../standalone/scannerdrake:1
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
@@ -4708,13 +4844,6 @@ msgstr ""
msgid "USA (cable-hrc)"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"Do you want to set this printer (\\\"%s\\\")\n"
-"as the default printer?"
-msgstr ""
-
#: ../../diskdrake/hd_gtk.pm:1
#, c-format
msgid "Journalised FS"
@@ -4804,11 +4933,6 @@ msgstr ""
msgid "Size"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, 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 ""
-
#: ../../help.pm:1
#, c-format
msgid "GRUB"
@@ -4843,6 +4967,36 @@ msgstr ""
msgid "Delete All NBIs"
msgstr ""
+#: ../../help.pm:1
+#, 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"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"%s\"), you must ensure that you have a way to boot your Mandrake Linux\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 ""
+
#: ../../security/help.pm:1
#, c-format
msgid "if set, send the mail report to this email address else send it to root."
@@ -4853,11 +5007,6 @@ msgstr ""
msgid "Which configuration of XFree do you want to have?"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "\\\"Menu\\\" key"
-msgstr ""
-
#: ../../any.pm:1 ../../help.pm:1 ../../help.pm:1 ../../help.pm:1 ../../help.pm:1 ../../install_steps_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
msgid "More"
@@ -4871,11 +5020,6 @@ msgid ""
"connections from many clients. Note: if your machine is only a client on the Internet, you should choose a lower level."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Your printer was configured automatically to give you access to the photo card drives from your PC. Now you can access your photo cards using the graphical program \\\"MtoolsFM\\\" (Menu: \\\"Applications\\\" -> \\\"File tools\\\" -> \\\"MTools File Manager\\\") or the command line utilities \\\"mtools\\\" (enter \\\"man mtools\\\" on the command line for more info). You find the card's file system under the drive letter \\\"p:\\\", or subsequent drive letters when you have more than one HP printer with photo card drives. In \\\"MtoolsFM\\\" you can switch between drive letters with the field at the upper-right corners of the file lists."
-msgstr ""
-
#: ../../network/tools.pm:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1
#, c-format
msgid "Account Password"
@@ -4938,6 +5082,13 @@ msgstr ""
msgid "Choose the network or host on which the local printers should be made available:"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"These commands you can also use in the \"Printing command\" field of the printing dialogs of many applications, but here do not supply the file name because the file to print is provided by the application.\n"
+""
+msgstr ""
+
#: ../../lang.pm:1
#, c-format
msgid "Japan"
@@ -4968,19 +5119,16 @@ msgstr ""
msgid "Warning, another internet connection has been detected, maybe using your network"
msgstr ""
-#: ../../services.pm:1
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm:1
+#: ../../services.pm:1
#, c-format
msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer model correctly. Find the correct model in the list when a wrong model or \\\"Raw printer\\\" is highlighted."
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
msgstr ""
#: ../../install_steps_interactive.pm:1
@@ -5011,6 +5159,11 @@ msgstr ""
msgid "I don't know"
msgstr ""
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
#: ../../standalone/drakautoinst:1
#, c-format
msgid ""
@@ -5023,6 +5176,14 @@ msgid ""
"Do you want to continue?"
msgstr ""
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is \"%s\")"
+msgstr ""
+
#: ../../standalone/drakfont:1
#, c-format
msgid "Post Uninstall"
@@ -5092,70 +5253,6 @@ msgstr ""
msgid "Uruguay"
msgstr ""
-#: ../../help.pm:1
-#, 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 Mandrake Linux 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"
-"\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 case that different servers are available for your card, with or\n"
-"without 3D acceleration, you are then asked to choose the server that best\n"
-"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 correct, you can choose from\n"
-"this list the monitor you actually have 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"
-"configuration is shown in the monitor.\n"
-"\n"
-"\n"
-"\n"
-"Test\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"
-"means that some part of the autodetected configuration was incorrect and\n"
-"the test will automatically end after 12 seconds, bringing you back 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."
-msgstr ""
-
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the list shown below or click on the \\\"Print option list\\\" button.%s%s%s\n"
-"\n"
-""
-msgstr ""
-
#: ../../standalone/drakperm:1
#, c-format
msgid "Path selection"
@@ -5191,11 +5288,6 @@ msgstr ""
msgid "Please check all users that you want to include in your backup."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Printing/Scanning/Photo Cards on \\\"%s\\\""
-msgstr ""
-
#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
@@ -5203,16 +5295,6 @@ msgid ""
"You can launch printerdrake from the Mandrake Control Center in Hardware section."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-detection with the models listed in its printer database to find the best match. This choice can be wrong, especially when your printer is not listed at all in the database. So check whether the choice is correct and click \\\"The model is correct\\\" if so and if not, click \\\"Select model manually\\\" so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
#: ../../lang.pm:1
#, c-format
msgid "Bangladesh"
@@ -5223,6 +5305,21 @@ msgstr ""
msgid "Japan (cable)"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on this computer and turn it/them on so that it/they can be auto-detected. Also your network printer(s) and your Windows machines must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-detection of only the printers connected to this machine. So turn off the auto-detection of network and/or Windows-hosted printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want to set up your printer(s) now."
+msgstr ""
+
#: ../../standalone/drakfont:1 ../../standalone/drakfont:1
#, c-format
msgid "Initial tests"
@@ -5238,6 +5335,15 @@ msgstr ""
msgid "Custom Restore"
msgstr ""
+#: ../../help.pm:1
+#, 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."
+msgstr ""
+
#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
#, c-format
msgid "Script-based"
@@ -5270,17 +5376,6 @@ msgstr ""
#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \\\"Print\\\" command of your application (usually in the \\\"File\\\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change the default option settings (paper input tray, printout quality, ...), select \\\"Printer\\\" in the \\\"Hardware\\\" section of the Mandrake Control Center."
-msgstr ""
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
msgid "You can specify directly the URI to access the printer. The URI must fulfill either the CUPS or the Foomatic specifications. Note that not all URI types are supported by all the spoolers."
msgstr ""
@@ -5617,6 +5712,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr ""
+
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "This partition can't be used for loopback"
@@ -5672,11 +5772,6 @@ msgstr ""
msgid "Click on a device in the left tree in order to display its information here."
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Cd-Rom labeled \\\"%s\\\""
-msgstr ""
-
#: ../../standalone/drakxtv:1
#, c-format
msgid "XawTV isn't installed!"
@@ -5704,6 +5799,21 @@ msgstr ""
msgid "This label is already used"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on this computer and turn it/them on so that it/they can be auto-detected. Also your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-detection of only the printers connected to this machine. So turn off the auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want to set up your printer(s) now."
+msgstr ""
+
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
@@ -5871,14 +5981,14 @@ msgstr ""
msgid "Choose file"
msgstr ""
-#: ../../keyboard.pm:1
+#: ../../network/shorewall.pm:1
#, c-format
-msgid "Left \\\"Windows\\\" key"
+msgid "Warning! An existing firewalling configuration has been detected. You may need some manual fixes after installation."
msgstr ""
-#: ../../network/shorewall.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Warning! An existing firewalling configuration has been detected. You may need some manual fixes after installation."
+msgid "Printing/Photo Card Access on \"%s\""
msgstr ""
#: ../../printer/printerdrake.pm:1
@@ -5898,6 +6008,11 @@ msgstr ""
msgid "Generic PS2 Wheel Mouse"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr ""
+
#: ../../standalone/harddrake2:1
#, c-format
msgid "Select a device !"
@@ -5940,7 +6055,7 @@ msgstr ""
#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing old printer \\\"%s\\\"..."
+msgid "Your printer was configured automatically to give you access to the photo card drives from your PC. Now you can access your photo cards using the graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> \"MTools File Manager\") or the command line utilities \"mtools\" (enter \"man mtools\" on the command line for more info). You find the card's file system under the drive letter \"p:\", or subsequent drive letters when you have more than one HP printer with photo card drives. In \"MtoolsFM\" you can switch between drive letters with the field at the upper-right corners of the file lists."
msgstr ""
#: ../../steps.pm:1
@@ -5971,19 +6086,16 @@ msgstr ""
#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\\\"Transfer\\\"."
+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 ""
#: ../../help.pm:1
#, 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\": 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 ""
#: ../../lang.pm:1
@@ -6051,16 +6163,6 @@ msgstr ""
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, 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."
-msgstr ""
-
#: ../../Xconfig/various.pm:1
#, c-format
msgid ""
@@ -6096,11 +6198,6 @@ msgstr ""
msgid "These are the machines on which the locally connected scanner(s) should be available:"
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "No sound card detected. Try \\\"harddrake\\\" after installation"
-msgstr ""
-
#: ../../standalone/drakpxe:1
#, c-format
msgid "The DHCP end ip"
@@ -6239,11 +6336,24 @@ msgstr ""
msgid "Armenian (old)"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"A printer named \"%s\" already exists under %s. \n"
+"Click \"Transfer\" to overwrite it.\n"
+"You can also type a new name or skip this printer."
+msgstr ""
+
#: ../../share/advertising/12-mdkexpert.pl:1
#, c-format
msgid "Find the solutions of your problems via MandrakeSoft's online support platform."
msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ""
+
#: ../../lang.pm:1
#, c-format
msgid "Monaco"
@@ -6264,11 +6374,6 @@ msgstr ""
msgid "Canada (cable)"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Right \\\"Windows\\\" key"
-msgstr ""
-
#: ../../help.pm:1 ../../help.pm:1
#, c-format
msgid "Upgrade"
@@ -6291,11 +6396,6 @@ msgstr ""
msgid "Kyrgyzstan"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Do you really want to remove the printer \\\"%s\\\"?"
-msgstr ""
-
#: ../../help.pm:1
#, c-format
msgid "With basic documentation"
@@ -6367,20 +6467,6 @@ msgstr ""
msgid "Please test the mouse"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to install\n"
-"SILO on your system, or another operating system removes SILO, or SILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used with\n"
-"the Mandrake rescue image, making it much easier to recover from severe system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the first\n"
-"drive and press \\\"Ok\\\"."
-msgstr ""
-
#: ../../standalone/drakbackup:1
#, c-format
msgid "Other Media"
@@ -6498,11 +6584,6 @@ msgid ""
""
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "The printer \\\"%s\\\" is set as the default printer now."
-msgstr ""
-
#: ../../lang.pm:1
#, c-format
msgid "Senegal"
@@ -6513,6 +6594,11 @@ msgstr ""
msgid "Command line"
msgstr ""
+#: ../../share/advertising/08-store.pl:1
+#, c-format
+msgid "Our full range of Linux solutions, as well as special offers on products and other \"goodies\", are available on our e-store:"
+msgstr ""
+
#: ../../any.pm:1
#, c-format
msgid "access to administrative files"
@@ -6656,11 +6742,6 @@ msgstr ""
msgid "Internet Connection Sharing is now disabled."
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Configuring printer \\\"%s\\\"..."
-msgstr ""
-
#: ../../security/help.pm:1
#, c-format
msgid "if set to yes, verify checksum of the suid/sgid files."
@@ -6728,6 +6809,18 @@ msgstr ""
msgid "Install"
msgstr ""
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Click on \"%s\" if you want to delete all data and partitions present on\n"
+"this hard drive. Be careful, after clicking on \"%s\", you will not be able\n"
+"to recover any data and partitions present on this hard drive, including\n"
+"any Windows data.\n"
+"\n"
+"Click on \"%s\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
+msgstr ""
+
#: ../../steps.pm:1
#, c-format
msgid "Exit install"
@@ -6775,20 +6868,6 @@ msgstr ""
msgid "Devanagari"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to a fault in the architecture of the Samba client software the password is put in clear text into the command line of the Samba client used to transmit the print job to the Windows server. So it is possible for every user on this machine to display the password on the screen by issuing commands as \\\"ps auxwww\\\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases you have to make sure that only machines from your local network have access to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \\\"GUEST\\\" account or a special account dedicated for printing. Do not remove the password protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD protocol. Then set up printing from this machine with the \\\"%s\\\" connection type in Printerdrake.\n"
-"\n"
-""
-msgstr ""
-
#: ../../standalone/harddrake2:1
#, c-format
msgid ""
@@ -6859,11 +6938,6 @@ msgstr ""
msgid "Backup User files..."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Removing printer \\\"%s\\\"..."
-msgstr ""
-
#: ../../steps.pm:1
#, c-format
msgid "Install system"
@@ -6904,6 +6978,11 @@ msgstr ""
msgid "load setting"
msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr ""
+
#: ../../standalone/drakTermServ:1
#, c-format
msgid "Floppy can be removed now"
@@ -6919,35 +6998,6 @@ msgstr ""
msgid "Denmark"
msgstr ""
-#: ../../help.pm:1
-#, 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"
-"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
-"a PS/2, serial or USB interface.\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"
-"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"
-"\n"
-"Wheel mice are occasionally 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."
-msgstr ""
-
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "Moving partition..."
@@ -6968,9 +7018,42 @@ msgstr ""
msgid "Installing %s ..."
msgstr ""
-#: ../../share/advertising/02-community.pl:1
+#: ../../help.pm:1
#, c-format
-msgid "To share your own knowledge and help build Linux software, join our discussion forums on our \\\"Community\\\" webpages."
+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"
+"\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"
+"\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"
+"installed. By default Mandrake Linux 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"
+"security holes were discovered after this version of Mandrake Linux 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"
+"\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 other such\n"
+"that installation of a package requires that some other program is also\n"
+"rerquired to be installed. The installer can determine which packages are\n"
+"required to satisfy a dependency 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 ""
#: ../../diskdrake/interactive.pm:1
@@ -7051,74 +7134,14 @@ msgid ""
""
msgstr ""
-#: ../../help.pm:1
+#: ../../install_steps_interactive.pm:1
#, 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"
-"\n"
-" * \\\"%s\\\": check the current keyboard map configuration and change that 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"
-"country list.\n"
-"\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"
-"\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"
-"\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"
-"\n"
-" * \\\"%s\\\": by default, DrakX configures your graphical interface in\n"
-"\\\"800x600\\\" or \\\"1024x768\\\" resolution. If that does not 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"
-"\n"
-" * \\\"%s\\\": If you want to configure your Internet or local network access\n"
-"now.\n"
-"\n"
-" * \\\"%s\\\": this entry allows you to redefine the security level as set in a\n"
-"previous step ().\n"
-"\n"
-" * \\\"%s\\\": if you plan to connect your machine to the Internet, it's a good\n"
-"idea to protect yourself from intrusions by setting up a firewall. Consult\n"
-"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"
-"\n"
-" * \\\"%s\\\": here you'll be able to fine control 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."
+msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Type of install"
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr ""
#: ../../standalone/drakbackup:1
@@ -7134,14 +7157,6 @@ msgstr ""
msgid "%d comma separated numbers"
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid ""
-"\n"
-"\n"
-"Your card currently use the %s\\\"%s\\\" driver (default driver for your card is \\\"%s\\\")"
-msgstr ""
-
#: ../../services.pm:1
#, c-format
msgid ""
@@ -7318,6 +7333,11 @@ msgstr ""
msgid "Pakistan"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "To be able to print with your Lexmark inkjet and this configuration, you need the inkjet printer drivers provided by Lexmark (http://www.lexmark.com/). Click on the \"Drivers\" link. Then choose your model and afterwards \"Linux\" as operating system. The drivers come as RPM packages or shell scripts with interactive graphical installation. You do not need to do this configuration by the graphical frontends. Cancel directly after the license agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and adjust the head alignment settings with this program."
+msgstr ""
+
#: ../../standalone/drakperm:1
#, c-format
msgid "Permissions"
@@ -7335,11 +7355,6 @@ msgid ""
""
msgstr ""
-#: ../../printer/cups.pm:1
-#, c-format
-msgid "On CUPS server \\\"%s\\\""
-msgstr ""
-
#: ../../install_steps_gtk.pm:1
#, c-format
msgid ""
@@ -7425,14 +7440,6 @@ msgid ""
"Do you want to have the automatic starting of the printing system turned on again?"
msgstr ""
-#: ../../diskdrake/hd_gtk.pm:1
-#, c-format
-msgid ""
-"You have one big MicroSoft Windows partition.\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \\\"Resize\\\")"
-msgstr ""
-
#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
@@ -7445,6 +7452,25 @@ msgstr ""
msgid "Add host"
msgstr ""
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"If you really think that you know which driver is the right one for your card\n"
+"you can pick one in the above list.\n"
+"\n"
+"The current driver for your \"%s\" sound card is \"%s\" "
+msgstr ""
+
+#: ../../any.pm:1
+#, c-format
+msgid ""
+"Would you like to allow users to share some of their directories?\n"
+"Allowing this will permit users to simply click on \"Share\" in konqueror and nautilus.\n"
+"\n"
+"\"Custom\" permit a per-user granularity.\n"
+""
+msgstr ""
+
#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
@@ -7462,6 +7488,11 @@ msgstr ""
msgid "Use quota for backup files."
msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr ""
+
#: ../../network/netconnect.pm:1
#, c-format
msgid "Internet connection"
@@ -7479,21 +7510,6 @@ msgstr ""
msgid "Welcome to the Open Source world."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this computer or connected directly to the network.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on this computer and turn it/them on so that it/they can be auto-detected. Also your network printer(s) must be connected and turned on.\n"
-"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-detection of only the printers connected to this machine. So turn off the auto-detection of network printers when you don't need it.\n"
-"\n"
-" Click on \\\"Next\\\" when you are ready, and on \\\"Cancel\\\" if you do not want to set up your printer(s) now."
-msgstr ""
-
#: ../../lang.pm:1
#, c-format
msgid "Bosnia and Herzegovina"
@@ -7528,6 +7544,11 @@ msgstr ""
msgid "Internal ISDN card"
msgstr ""
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s) which currently uses \"%s\""
+msgstr ""
+
#: ../../network/modem.pm:1
#, c-format
msgid "Title"
@@ -7553,19 +7574,6 @@ msgstr ""
msgid "replay"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"Before continuing, you should carefully read the terms of the license. It\n"
-"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
-"terms in it, check the \\\"%s\\\" box. If not, simply turn off your computer."
-msgstr ""
-
-#: ../../network/network.pm:1
-#, 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:1
#, c-format
msgid "detected %s"
@@ -7712,9 +7720,9 @@ msgstr ""
msgid "Connection timeout (in sec)"
msgstr ""
-#: ../../keyboard.pm:1
+#: ../../standalone/harddrake2:1
#, c-format
-msgid "Turkish (modern \\\"Q\\\" model)"
+msgid "Some of the early i486DX-100 chips cannot reliably return to operating mode after the \"halt\" instruction is used"
msgstr ""
#: ../../keyboard.pm:1
@@ -7844,6 +7852,11 @@ msgstr ""
msgid "primary"
msgstr ""
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr ""
+
#: ../../help.pm:1
#, c-format
msgid ""
@@ -7875,11 +7888,6 @@ msgstr ""
msgid "Niue"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "To be able to print with your Lexmark inkjet and this configuration, you need the inkjet printer drivers provided by Lexmark (http://www.lexmark.com/). Click on the \\\"Drivers\\\" link. Then choose your model and afterwards \\\"Linux\\\" as operating system. The drivers come as RPM packages or shell scripts with interactive graphical installation. You do not need to do this configuration by the graphical frontends. Cancel directly after the license agreement. Then print printhead alignment pages with \\\"lexmarkmaintain\\\" and adjust the head alignment settings with this program."
-msgstr ""
-
#: ../../services.pm:1
#, c-format
msgid ""
@@ -7892,13 +7900,6 @@ msgstr ""
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 ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \\\"%s <file>\\\".\n"
-""
-msgstr ""
-
#: ../../pkgs.pm:1
#, c-format
msgid "important"
@@ -8007,11 +8008,6 @@ msgstr ""
msgid "Use Incremental/Differential Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, 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 ""
-
#: ../../harddrake/sound.pm:1
#, c-format
msgid "There's no known driver for your sound card (%s)"
@@ -8191,11 +8187,6 @@ msgstr ""
msgid "Other OS (MacOS...)"
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Host \\\"%s\\\", port %s"
-msgstr ""
-
#: ../../mouse.pm:1
#, c-format
msgid "To activate the mouse,"
@@ -8211,6 +8202,40 @@ msgstr ""
msgid "Screenshots will be available after install in %s"
msgstr ""
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"More than one Microsoft partition has been detected on your hard drive.\n"
+"Please choose which one you want to resize in order to install your new\n"
+"Mandrake Linux operating system.\n"
+"\n"
+"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
+"\"Capacity\".\n"
+"\n"
+"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
+"\n"
+"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
+"\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
+"hard drives:\n"
+"\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
+"\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
+"\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+"\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc.\n"
+"\n"
+"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
+"disk or partition is called \"C:\")."
+msgstr ""
+
#: ../../lang.pm:1
#, c-format
msgid "Tanzania"
@@ -8455,23 +8480,6 @@ msgstr ""
msgid "Italian"
msgstr ""
-#: ../../help.pm:1
-#, 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 timezone. This is useful when the machine\n"
-"also hosts another operating system like Windows.\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 used by\n"
-"other machines on your local network as well."
-msgstr ""
-
#: ../../interactive.pm:1 ../../standalone/draksec:1
#, c-format
msgid "Basic"
@@ -8589,11 +8597,6 @@ msgstr ""
msgid "access to compilation tools"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "To get access to printers on remote CUPS servers in your local network you only need to turn on the \\\"Automatically find available printers on remote machines\\\" option; the CUPS servers inform your machine automatically about their printers. All printers currently known to your machine are listed in the \\\"Remote printers\\\" section in the main window of Printerdrake. If your CUPS server(s) is/are not in your local network, you have to enter the IP address(es) and optionally the port number(s) here to get the printer information from the server(s)."
-msgstr ""
-
#: ../../standalone/drakbackup:1
#, c-format
msgid "Please select data to restore..."
@@ -8611,15 +8614,6 @@ msgstr ""
msgid "Standard test page"
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid ""
-"If you really think that you know which driver is the right one for your card\n"
-"you can pick one in the above list.\n"
-"\n"
-"The current driver for your \\\"%s\\\" sound card is \\\"%s\\\" "
-msgstr ""
-
#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
msgid "Create"
@@ -8655,16 +8649,6 @@ msgstr ""
msgid "Gujarati"
msgstr ""
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "Configure only card \\\"%s\\\"%s"
-msgstr ""
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Failed to remove the printer \\\"%s\\\" from Star Office/OpenOffice.org/GIMP."
-msgstr ""
-
#: ../../interactive/stdio.pm:1
#, c-format
msgid ""
@@ -8753,6 +8737,40 @@ msgstr ""
msgid "Automatic IP"
msgstr ""
+#: ../../help.pm:1
+#, 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. 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.\n"
+"To use this selection with another installation, insert the floppy and\n"
+"start the installation. At the prompt, press the [F1] key and type >>linux\n"
+"defcfg=\"floppy\" <<.\n"
+"\n"
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
+msgstr ""
+
#: ../../mouse.pm:1 ../../mouse.pm:1
#, c-format
msgid "Kensington Thinking Mouse"
@@ -8980,6 +8998,15 @@ msgstr ""
msgid "Close"
msgstr ""
+#: ../../help.pm:1
+#, 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."
+msgstr ""
+
#: ../../standalone/logdrake:1
#, c-format
msgid "Calendar"
@@ -9027,6 +9054,16 @@ msgstr ""
msgid "Expand Tree"
msgstr ""
+#: ../../harddrake/sound.pm:1
+#, 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."
+msgstr ""
+
#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
#, c-format
msgid "Expert Mode"
@@ -9042,13 +9079,6 @@ msgstr ""
msgid "Local Network adress"
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"\n"
-"The \\\"%s\\\" command also allows to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \\\"%s <file>\\\". "
-msgstr ""
-
#: ../../standalone/drakbackup:1
#, c-format
msgid "Backup your System files. (/etc directory)"
@@ -9273,6 +9303,13 @@ msgstr ""
msgid "Send mail report after each backup to:"
msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"This command you can also use in the \"Printing command\" field of the printing dialogs of many applications. But here do not supply the file name because the file to print is provided by the application.\n"
+""
+msgstr ""
+
#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
#, c-format
msgid "Resolution"
@@ -9385,13 +9422,6 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/service_harddrake:1
-#, c-format
-msgid ""
-"Some devices in the \\\"%s\\\" hardware class were removed:\n"
-""
-msgstr ""
-
#: ../../network/tools.pm:1
#, c-format
msgid "Please fill or check the field below"
@@ -9469,11 +9499,6 @@ msgstr ""
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Turkish (traditional \\\"F\\\" model)"
-msgstr ""
-
#: ../../lang.pm:1
#, c-format
msgid "Morocco"
@@ -9521,14 +9546,6 @@ msgstr ""
msgid "commands before booting, or 'c' for a command-line."
msgstr ""
-#: ../../network/drakfirewall.pm:1
-#, c-format
-msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \\\"port/tcp\\\" or \\\"port/udp\\\", \n"
-"where port is between 1 and 65535."
-msgstr ""
-
#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
#, c-format
msgid "Problems installing package %s"
@@ -9587,6 +9604,48 @@ msgstr ""
msgid "Tuner type:"
msgstr ""
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing system\n"
+"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"
+"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 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"
+"\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."
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer model correctly. Find the correct model in the list when a wrong model or \"Raw printer\" is highlighted."
+msgstr ""
+
#: ../../standalone/draksec:1
#, c-format
msgid "Security Administrator:"
@@ -9609,34 +9668,6 @@ msgid ""
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../help.pm:1
-#, 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"
-"\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"
-"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 be installed. Additionally, the\n"
-"\\\"%s\\\" checkbox allows you to force the system to use unicode (UTF-8). Note\n"
-"however that this is an experimental feature. If you select different\n"
-"languages requiring different encoding the unicode support will be\n"
-"installed anyway.\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 ""
-
#: ../../standalone/drakfont:1
#, c-format
msgid "Fonts copy"
@@ -9652,6 +9683,11 @@ msgstr ""
msgid "Do you want to test the configuration?"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/GIMP."
+msgstr ""
+
#: ../../standalone/draksec:1
#, c-format
msgid ""
@@ -9724,21 +9760,11 @@ msgid ""
"the following error occured: %s"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Please choose the printer you want to set up. The configuration of the printer will work fully automatically. If your printer was not correctly detected or if you prefer a customized printer configuration, turn on \\\"Manual configuration\\\"."
-msgstr ""
-
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "Which sector do you want to move it to?"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "The network configuration done during the installation cannot be started now. Please check whether the network is accessable after booting your system and correct the configuration using the Mandrake Control Center, section \\\"Network & Internet\\\"/\\\"Connection\\\", and afterwards set up the printer, also using the Mandrake Control Center, section \\\"Hardware\\\"/\\\"Printer\\\""
-msgstr ""
-
#: ../../interactive/stdio.pm:1
#, c-format
msgid "Do you want to click on this button?"
@@ -9801,6 +9827,11 @@ msgstr ""
#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when connected to the first parallel port. When your printer is connected to another port or to a print server box please connect the printer to the first parallel port before you print a test page. Otherwise the printer will not work. Your connection type setting will be ignored by the driver."
@@ -9835,21 +9866,6 @@ msgstr ""
#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this computer, connected directly to the network or to a remote Windows machine.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on this computer and turn it/them on so that it/they can be auto-detected. Also your network printer(s) and your Windows machines must be connected and turned on.\n"
-"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-detection of only the printers connected to this machine. So turn off the auto-detection of network and/or Windows-hosted printers when you don't need it.\n"
-"\n"
-" Click on \\\"Next\\\" when you are ready, and on \\\"Cancel\\\" if you do not want to set up your printer(s) now."
-msgstr ""
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
msgid "Please choose the printer you want to set up or enter a device name/file name in the input line"
msgstr ""
@@ -9902,6 +9918,13 @@ msgstr ""
msgid "xfs restart"
msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
+msgstr ""
+
#: ../../install_steps_interactive.pm:1
#, c-format
msgid "No partition available"
@@ -9937,15 +9960,6 @@ msgstr ""
msgid "True Type install done"
msgstr ""
-#: ../../help.pm:1
-#, 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."
-msgstr ""
-
#: ../../standalone/harddrake2:1
#, c-format
msgid "Detection in progress"
@@ -9966,11 +9980,6 @@ msgstr ""
msgid "Please insert the Update Modules floppy in drive %s"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Lithuanian \\\"phonetic\\\" QWERTY"
-msgstr ""
-
#: ../../standalone/drakboot:1
#, c-format
msgid "Bootsplash"
@@ -9990,6 +9999,13 @@ msgstr ""
msgid "Printer sharing on hosts/networks: "
msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"The \"%s\" command also allows to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \"%s <file>\". "
+msgstr ""
+
#: ../../modules/interactive.pm:1
#, c-format
msgid ""
@@ -10047,11 +10063,6 @@ msgid ""
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Interface \\\"%s\\\""
-msgstr ""
-
#: ../../install_interactive.pm:1
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
@@ -10222,13 +10233,6 @@ msgid ""
"during the installation of packages."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \\\"%s <file>\\\" or \\\"%s <file>\\\".\n"
-""
-msgstr ""
-
#: ../../standalone/drakgw:1
#, c-format
msgid "Automatic reconfiguration"
@@ -10331,36 +10335,6 @@ msgid ""
""
msgstr ""
-#: ../../help.pm:1
-#, 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"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\\\"%s\\\"), you must ensure that you have a way to boot your Mandrake Linux\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 ""
-
#: ../../keyboard.pm:1
#, c-format
msgid "Portuguese"
@@ -10430,6 +10404,13 @@ msgstr ""
msgid "LVM name?"
msgstr ""
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid ""
+"Some devices in the \"%s\" hardware class were removed:\n"
+""
+msgstr ""
+
#: ../../modules/interactive.pm:1
#, c-format
msgid "Found %s %s interfaces"
@@ -10494,15 +10475,6 @@ msgstr ""
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
-#: ../../install_steps.pm:1
-#, 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\\\"\n"
-""
-msgstr ""
-
#: ../../bootloader.pm:1 ../../help.pm:1
#, c-format
msgid "LILO with text menu"
@@ -10695,6 +10667,17 @@ msgstr ""
msgid "Winmodem connection"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change the default option settings (paper input tray, printout quality, ...), select \"Printer\" in the \"Hardware\" section of the Mandrake Control Center."
+msgstr ""
+
#: ../../security/help.pm:1
#, c-format
msgid ""
@@ -10721,6 +10704,23 @@ msgstr ""
msgid "%s on %s"
msgstr ""
+#: ../../help.pm:1
+#, 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 timezone. This is useful when the machine\n"
+"also hosts another operating system like Windows.\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 used by\n"
+"other machines on your local network as well."
+msgstr ""
+
#: ../../install_steps_interactive.pm:1
#, c-format
msgid "Which is your timezone?"
@@ -10869,16 +10869,16 @@ msgstr ""
msgid "matching"
msgstr ""
-#: ../../printer/printerdrake.pm:1
+#: ../../install2.pm:1
#, c-format
-msgid ""
-"These commands you can also use in the \\\"Printing command\\\" field of the printing dialogs of many applications, but here do not supply the file name because the file to print is provided by the application.\n"
-""
+msgid "Can't access kernel modules corresponding to your kernel (file %s is missing), this generally means your boot floppy in not in sync with the Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install2.pm:1
+#: ../../help.pm:1
#, c-format
-msgid "Can't access kernel modules corresponding to your kernel (file %s is missing), this generally means your boot floppy in not in sync with the Installation medium (please create a newer boot floppy)"
+msgid ""
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
#: ../../install_steps_gtk.pm:1
@@ -10896,13 +10896,6 @@ msgstr ""
msgid "Use existing partitions"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use the command \\\"%s <file>\\\" or a graphical printing tool: \\\"xpp <file>\\\" or \\\"kprinter <file>\\\". The graphical tools allow you to choose the printer and to modify the option settings easily.\n"
-""
-msgstr ""
-
#: ../../keyboard.pm:1
#, c-format
msgid "Canadian (Quebec)"
@@ -10933,6 +10926,17 @@ msgid ""
""
msgstr ""
+#: ../../help.pm:1
+#, 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."
+msgstr ""
+
#: ../../network/netconnect.pm:1
#, c-format
msgid "We are now going to configure the %s connection."
@@ -10991,6 +10995,11 @@ msgstr ""
msgid "A valid URI must be entered!"
msgstr ""
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
#: ../../standalone/drakgw:1
#, c-format
msgid "Re-configure interface and DHCP server"
@@ -11088,6 +11097,71 @@ msgid ""
"Set shell commands history size. A value of -1 means unlimited."
msgstr ""
+#: ../../help.pm:1
+#, 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"
+"\n"
+" * \"%s\": check the current keyboard map configuration and change that 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"
+"country list.\n"
+"\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"
+"\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"
+"\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"
+"\n"
+" * \"%s\": by default, DrakX configures your graphical interface in\n"
+"\"800x600\" or \"1024x768\" resolution. If that does not 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"
+"\n"
+" * \"%s\": If you want to configure your Internet or local network access\n"
+"now.\n"
+"\n"
+" * \"%s\": this entry allows you to redefine the security level as set in a\n"
+"previous step ().\n"
+"\n"
+" * \"%s\": if you plan to connect your machine to the Internet, it's a good\n"
+"idea to protect yourself from intrusions by setting up a firewall. Consult\n"
+"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"
+"\n"
+" * \"%s\": here you'll be able to fine control 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 ""
+
#: ../../lang.pm:1
#, c-format
msgid "Comoros"
@@ -11115,6 +11189,13 @@ msgstr ""
msgid "USA (cable)"
msgstr ""
+#: ../../standalone/drakboot:1
+#, c-format
+msgid ""
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
+msgstr ""
+
#: ../../mouse.pm:1
#, c-format
msgid "Generic 3 Button Mouse"
@@ -11182,6 +11263,11 @@ msgstr ""
msgid "Network & Internet"
msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr ""
+
#: ../../standalone/drakTermServ:1
#, c-format
msgid "Net Boot Images"
@@ -11314,81 +11400,6 @@ msgstr ""
msgid "2 MB"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or by another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \\\"%s\\\": this option deletes all partitions on the selected hard drive\n"
-"\n"
-" * \\\"%s\\\": this option enables you to automatically create ext3 and swap\n"
-"partitions in the free space of your hard drive\n"
-"\n"
-"\\\"%s\\\": gives access to additional features:\n"
-"\n"
-" * \\\"%s\\\": saves the partition table to a floppy. Useful for later\n"
-"partition-table recovery if necessary. It is strongly recommended that you\n"
-"perform this step.\n"
-"\n"
-" * \\\"%s\\\": allows you to restore a previously saved partition table from a\n"
-"floppy disk.\n"
-"\n"
-" * \\\"%s\\\": if your partition table is damaged, you can try to recover it\n"
-"using this option. Please be careful and remember that it doesn't always\n"
-"work.\n"
-"\n"
-" * \\\"%s\\\": discards all changes and reloads the partition table that was\n"
-"originally on the hard drive.\n"
-"\n"
-" * \\\"%s\\\": unchecking this option will force users to manually mount and\n"
-"unmount removable media such as floppies and CD-ROMs.\n"
-"\n"
-" * \\\"%s\\\": use this option if you wish to use a wizard to partition your\n"
-"hard drive. This is recommended if you do not have a good understanding of\n"
-"partitioning.\n"
-"\n"
-" * \\\"%s\\\": use this option to cancel your changes.\n"
-"\n"
-" * \\\"%s\\\": allows additional actions on partitions (type, options, format)\n"
-"and gives more information about the hard drive.\n"
-"\n"
-" * \\\"%s\\\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"When defining the size of a partition, you can finely set the partition\n"
-"size by using the Arrow keys of your keyboard.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and the [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
-"\n"
-" * Ctrl-d to delete a partition\n"
-"\n"
-" * Ctrl-m to set the mount point\n"
-"\n"
-"To get information about the different file system types available, please\n"
-"read the ext2FS chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
#: ../../standalone.pm:1
#, c-format
msgid ""
@@ -11421,6 +11432,11 @@ msgstr ""
msgid "Generating preview ..."
msgstr ""
+#: ../../network/network.pm:1
+#, 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 ""
+
#: ../../mouse.pm:1
#, c-format
msgid "serial"
@@ -11431,6 +11447,11 @@ msgstr ""
msgid "DVD-ROM"
msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr ""
+
#: ../../share/advertising/09-mdksecure.pl:1
#, c-format
msgid "Get the best items with Mandrake Linux Strategic partners"
@@ -11453,11 +11474,6 @@ msgstr ""
msgid "Kenya"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "allow \\\"su\\\""
-msgstr ""
-
#: ../../diskdrake/hd_gtk.pm:1
#, c-format
msgid "Use ``Unmount'' first"
@@ -11468,11 +11484,6 @@ msgstr ""
msgid "Installing mtools packages..."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "The printer \\\"%s\\\" was successfully removed from Star Office/OpenOffice.org/GIMP."
-msgstr ""
-
#: ../../any.pm:1
#, c-format
msgid "You must specify a root partition"
@@ -11562,45 +11573,6 @@ msgstr ""
msgid "if set to yes, run some checks against the rpm database."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ", printer \\\"%s\\\" on SMB/Windows server \\\"%s\\\""
-msgstr ""
-
-#: ../../help.pm:1
-#, 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. 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.\n"
-"To use this selection with another installation, insert the floppy and\n"
-"start the installation. At the prompt, press the [F1] key and type >>linux\n"
-"defcfg=\\\"floppy\\\" <<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\\\"mformat a:\\\")"
-msgstr ""
-
#: ../../lang.pm:1
#, c-format
msgid "Virgin Islands (British)"
@@ -11623,6 +11595,40 @@ msgid ""
"please click Wizard or Advanced."
msgstr ""
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Listed here are the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
+"\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
+"\n"
+"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
+"\"sd\" if it is a SCSI hard drive.\n"
+"\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\n"
+"\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
+"\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
+"\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+"\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc."
+msgstr ""
+
#: ../../help.pm:1 ../../interactive.pm:1 ../../interactive/gtk.pm:1
#, c-format
msgid "Remove"
@@ -11719,6 +11725,11 @@ msgid ""
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
+#: ../../network/network.pm:1
+#, 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:1
#, c-format
msgid "Choose the connection you want to configure"
@@ -11825,6 +11836,62 @@ msgstr ""
msgid "Empty"
msgstr ""
+#: ../../help.pm:1
+#, 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 Mandrake Linux 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"
+"\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 case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then asked to choose the server that best\n"
+"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 correct, you can choose from\n"
+"this list the monitor you actually have 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"
+"configuration is shown in the monitor.\n"
+"\n"
+"\n"
+"\n"
+"Test\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"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back 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."
+msgstr ""
+
#: ../../standalone/draksplash:1
#, c-format
msgid "text width"
@@ -11840,6 +11907,11 @@ msgstr ""
msgid "The default lease (in seconds)"
msgstr ""
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Interface \"%s\""
+msgstr ""
+
#: ../../install_steps_interactive.pm:1
#, c-format
msgid "With basic documentation (recommended!)"
@@ -11890,11 +11962,6 @@ msgstr ""
msgid "official vendor name of the cpu"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, 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 ""
-
#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1 ../../standalone/harddrake2:1
#, c-format
msgid "Vendor"
@@ -11935,56 +12002,6 @@ msgstr ""
msgid "Launch userdrake"
msgstr ""
-#: ../../help.pm:1
-#, 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"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation.\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 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 ""
-
#: ../../install_steps_interactive.pm:1
#, c-format
msgid "Is this an install or an upgrade?"
@@ -11995,9 +12012,9 @@ msgstr ""
msgid "ISDN card"
msgstr ""
-#: ../../network/isdn.pm:1
+#: ../../share/advertising/02-community.pl:1
#, c-format
-msgid "Found \\\"%s\\\" interface do you want to use it ?"
+msgid "To share your own knowledge and help build Linux software, join our discussion forums on our \"Community\" webpages."
msgstr ""
#: ../../network/netconnect.pm:1
@@ -12016,14 +12033,38 @@ msgid ""
""
msgstr ""
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\n"
+"\n"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux 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 Mandrake Linux 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 Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
+msgstr ""
+
#: ../../printer/main.pm:1
#, c-format
msgid "Printer on remote CUPS server"
msgstr ""
-#: ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "\\\"%s\\\" based winmodem detected, do you want to install needed software ?"
+msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
#: ../../standalone/drakperm:1
@@ -12175,18 +12216,6 @@ msgstr ""
msgid "Network configuration (%d adapters)"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"Click on \\\"%s\\\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \\\"%s\\\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \\\"%s\\\" to stop this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
msgid "Mandatory package %s is missing"
@@ -12264,11 +12293,6 @@ msgstr ""
msgid "Lilo screen"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "The configuration of the printer will work fully automatically. If your printer was not correctly detected or if you prefer a customized printer configuration, turn on \\\"Manual configuration\\\"."
-msgstr ""
-
#: ../../bootloader.pm:1 ../../help.pm:1
#, c-format
msgid "LILO with graphical menu"
@@ -12284,6 +12308,11 @@ msgstr ""
msgid "You can't unselect this package. It is already installed"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr ""
+
#: ../../install_steps_gtk.pm:1 ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1 ../../install_steps_interactive.pm:1
#, c-format
msgid "Go on anyway?"
@@ -12314,9 +12343,18 @@ msgstr ""
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printer/printerdrake.pm:1
+#: ../../any.pm:1
#, c-format
-msgid "Printing/Photo Card Access on \\\"%s\\\""
+msgid ""
+"A custom bootdisk provides a way of booting into your Linux system without\n"
+"depending on the normal bootloader. This is useful if you don't want to install\n"
+"SILO on your system, or another operating system removes SILO, or SILO doesn't\n"
+"work with your hardware configuration. A custom bootdisk can also be used with\n"
+"the Mandrake rescue image, making it much easier to recover from severe system\n"
+"failures.\n"
+"\n"
+"If you want to create a bootdisk for your system, insert a floppy in the first\n"
+"drive and press \"Ok\"."
msgstr ""
#: ../../fsedit.pm:1
@@ -12461,6 +12499,11 @@ msgstr ""
msgid "The encryption keys do not match"
msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, c-format
msgid "CDROM / DVDROM"
@@ -12471,6 +12514,14 @@ msgstr ""
msgid "if set to yes, check empty password in /etc/shadow."
msgstr ""
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"%s\" box. If not, simply turn off your computer."
+msgstr ""
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
@@ -12601,14 +12652,19 @@ msgstr ""
msgid "European protocol"
msgstr ""
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ""
+
#: ../../fsedit.pm:1 ../../install_steps_interactive.pm:1 ../../install_steps.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1 ../../diskdrake/interactive.pm:1 ../../diskdrake/interactive.pm:1 ../../diskdrake/interactive.pm:1 ../../diskdrake/interactive.pm:1 ../../diskdrake/interactive.pm:1 ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1 ../../interactive/http.pm:1 ../../standalone/drakboot:1 ../../standalone/drakboot:1 ../../standalone/drakboot:1 ../../standalone/drakboot:1 ../../standalone/drakboot:1 ../../standalone/drakboot:1 ../../standalone/drakfloppy:1 ../../standalone/drakfloppy:1 ../../standalone/drakfloppy:1 ../../standalone/drakfont:1 ../../standalone/draksplash:1
#, c-format
msgid "Error"
msgstr ""
-#: ../../printer/main.pm:1
+#: ../../any.pm:1
#, c-format
-msgid " on LPD server \\\"%s\\\", printer \\\"%s\\\""
+msgid "allow \"su\""
msgstr ""
#: ../../lang.pm:1 ../../standalone/drakxtv:1
@@ -12621,6 +12677,11 @@ msgstr ""
msgid "please wait during ttmkfdir..."
msgstr ""
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr ""
+
#: ../../standalone/harddrake2:1
#, c-format
msgid "Level"
@@ -12653,11 +12714,21 @@ msgstr ""
msgid "mount failed: "
msgstr ""
+#: ../../standalone/harddrake2:1
+#, 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 ""
+
#: ../../any.pm:1
#, c-format
msgid "Image"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+
#: ../../services.pm:1
#, c-format
msgid "Remote Administration"
@@ -12678,15 +12749,6 @@ msgstr ""
msgid "CUPS - Common Unix Printing System"
msgstr ""
-#: ../../help.pm:1
-#, 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."
-msgstr ""
-
#: ../../standalone/logdrake:1
#, c-format
msgid "Webmin Service"
@@ -12712,15 +12774,6 @@ msgstr ""
msgid "Greece"
msgstr ""
-#: ../../diskdrake/dav.pm:1
-#, c-format
-msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \\\"New\\\"."
-msgstr ""
-
#: ../../install_steps_interactive.pm:1
#, c-format
msgid "An error occurred"
@@ -12772,27 +12825,11 @@ msgstr ""
msgid "Give the ram size in MB"
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Printer \\\"%s\\\" on server \\\"%s\\\""
-msgstr ""
-
#: ../../any.pm:1
#, c-format
msgid "Real name"
msgstr ""
-#: ../../help.pm:1
-#, 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."
-msgstr ""
-
#: ../../standalone/drakfont:1 ../../standalone/drakfont:1 ../../standalone/drakfont:1 ../../standalone/drakfont:1 ../../standalone/drakfont:1 ../../standalone/drakfont:1 ../../standalone/drakfont:1 ../../standalone/drakfont:1
#, c-format
msgid "done"
@@ -12902,11 +12939,6 @@ msgstr ""
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid ", host \\\"%s\\\", port %s"
-msgstr ""
-
#: ../../standalone/drakperm:1
#, c-format
msgid "Up"
@@ -12987,59 +13019,6 @@ msgstr ""
msgid "Do you have another one?"
msgstr ""
-#: ../../help.pm:1
-#, 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 Mandrake Linux, 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. Mandrake Linux has four predefined installations available. You\n"
-"can think of these installation classes as containers for various packages.\n"
-"You can mix and match applications from the various groups, so a\n"
-"``Workstation'' installation can still have applications from the\n"
-"``Development'' group installed.\n"
-"\n"
-" * \\\"%s\\\": if you plan to use your machine as a workstation, select one or\n"
-"more of the applications that are in the workstation group.\n"
-"\n"
-" * \\\"%s\\\": if plan on using your machine for programming, choose the\n"
-"appropriate packages from that group.\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 ""
-
#: ../../printer/main.pm:1
#, c-format
msgid ", printing to %s"
@@ -13050,23 +13029,6 @@ msgstr ""
msgid "Assign host name from DHCP address"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"Your multi-function device was configured automatically to be able to scan. Now you can scan with \\\"scanimage\\\" (\\\"scanimage -d hp:%s\\\" to specify the scanner when you have more than one) from the command line or with the graphical interfaces \\\"xscanimage\\\" or \\\"xsane\\\". If you are using the GIMP, you can also scan by choosing the appropriate point in the \\\"File\\\"/\\\"Acquire\\\" menu. Call also \\\"man scanimage\\\" on the command line to get more information.\n"
-"\n"
-"Do not use \\\"scannerdrake\\\" for this device!"
-msgstr ""
-
-#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
-#, 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 ""
-
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "Toggle to normal mode"
@@ -13196,11 +13158,6 @@ msgstr ""
msgid "Suriname"
msgstr ""
-#: ../../share/advertising/08-store.pl:1
-#, c-format
-msgid "Our full range of Linux solutions, as well as special offers on products and other \\\"goodies\\\", are available on our e-store:"
-msgstr ""
-
#: ../../any.pm:1
#, c-format
msgid "Enable ACPI"
@@ -13284,6 +13241,26 @@ msgstr ""
msgid "Username required"
msgstr ""
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you may not have a keyboard that corresponds exactly to your language: for\n"
+"example, if you are an English speaking Swiss person, you may have a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation where your native language and keyboard do\n"
+"not match. In either case, this installation step will allow you to select\n"
+"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 ""
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid "SMB (Windows 9x/NT) Printer Options"
@@ -13441,14 +13418,6 @@ msgstr ""
msgid "Normal Mode"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"A printer named \\\"%s\\\" already exists under %s. \n"
-"Click \\\"Transfer\\\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
#: ../../standalone/drakbackup:1
#, c-format
msgid ""
@@ -13492,6 +13461,11 @@ msgstr ""
msgid "Restarting CUPS..."
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr ""
+
#: ../../install_steps.pm:1
#, c-format
msgid "Duplicate mount point %s"
@@ -13512,6 +13486,22 @@ msgstr ""
msgid "Unknown|Generic"
msgstr ""
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"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 nearer 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 ""
+
#: ../../install_steps_interactive.pm:1 ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1 ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1 ../../standalone/draksplash:1 ../../standalone/harddrake2:1 ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
#, c-format
msgid "Quit"
@@ -13537,43 +13527,22 @@ msgstr ""
msgid "Other MultiMedia devices"
msgstr ""
-#: ../../help.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "No remote machines"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Listed here are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, since they are good for most\n"
-"common installations. If you make any changes, you must at least define a\n"
-"root partition (\\\"/\\\"). Do not choose too small a partition or you will not\n"
-"be able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a \\\"/home\\\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \\\"Name\\\", \\\"Capacity\\\".\n"
-"\n"
-"\\\"Name\\\" is structured: \\\"hard drive type\\\", \\\"hard drive number\\\",\n"
-"\\\"partition number\\\" (for example, \\\"hda1\\\").\n"
"\n"
-"\\\"Hard drive type\\\" is \\\"hd\\\" if your hard drive is an IDE hard drive and\n"
-"\\\"sd\\\" if it is a SCSI hard drive.\n"
-"\n"
-"\\\"Hard drive number\\\" is always a letter after \\\"hd\\\" or \\\"sd\\\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \\\"a\\\" means \\\"master hard drive on the primary IDE controller\\\";\n"
-"\n"
-" * \\\"b\\\" means \\\"slave hard drive on the primary IDE controller\\\";\n"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-" * \\\"c\\\" means \\\"master hard drive on the secondary IDE controller\\\";\n"
+"This wizard will help you to install your printer(s) connected to this computer.\n"
"\n"
-" * \\\"d\\\" means \\\"slave hard drive on the secondary IDE controller\\\".\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on this computer and turn it/them on so that it/they can be auto-detected.\n"
"\n"
-"With SCSI hard drives, an \\\"a\\\" means \\\"lowest SCSI ID\\\", a \\\"b\\\" means\n"
-"\\\"second lowest SCSI ID\\\", etc."
-msgstr ""
-
-#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1 ../../standalone/scannerdrake:1
-#, c-format
-msgid "No remote machines"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want to set up your printer(s) now."
msgstr ""
#: ../../install_steps_interactive.pm:1
@@ -13611,13 +13580,6 @@ msgstr ""
msgid "Thailand"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid ""
-"The per-user sharing uses the group \\\"fileshare\\\". \n"
-"You can use userdrake to add a user to this group."
-msgstr ""
-
#: ../../standalone/drakTermServ:1
#, c-format
msgid "Routers:"
@@ -13658,108 +13620,13 @@ msgstr ""
msgid "If no port is given, 631 will be taken as default."
msgstr ""
-#: ../../standalone/drakTermServ:1
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"drakTermServ Overview\n"
-"\t\t\t \n"
-" - Create Etherboot Enabled Boot Images:\n"
-" \t\tTo boot a kernel via etherboot, a special kernel/initrd image must be created.\n"
-" \t\tmkinitrd-net does much of this work and drakTermServ is just a graphical interface\n"
-" \t\tto help manage/customize these images.\n"
-"\n"
-" - Maintain /etc/dhcpd.conf:\n"
-" \t\tTo net boot clients, each client needs a dhcpd.conf entry, assigning an IP address\n"
-" \t\tand net boot images to the machine. drakTermServ helps create/remove these entries.\n"
-"\t\t\t\n"
-" \t\t(PCI cards may omit the image - etherboot will request the correct image. You should\n"
-" \t\talso consider that when etherboot looks for the images, it expects names like\n"
-" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
-"\t\t\t \n"
-" \t\tA typical dhcpd.conf stanza to support a diskless client looks like:\n"
-" \t\t\n"
-"\t\t\t\thost curly {\n"
-"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
-"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t#type fat;\n"
-"\t\t\t\t\tfilename \\\"i386/boot/boot-3c509.2.4.18-6mdk.nbi\\\";\n"
-"\t\t\t\t}\n"
-"\t\t\t\n"
-"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific entry for\n"
-"\t\t\ta client machine, using a fixed address scheme facilitates using the functionality\n"
-"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
-"\t\t\t\n"
-"\t\t\tNote: The \\\"#type\\\" entry is only used by drakTermServ. Clients can either be \\\"thin\\\"\n"
-"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, while fat clients run most\n"
-"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\$IP=client_ip\\$\\$ is\n"
-"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and gdm.conf are modified\n"
-"\t\t\tif thin clients are used, to enable xdmcp. Since there are security issues in using xdmcp,\n"
-"\t\t\thosts.deny and hosts.allow are modified to limit access to the local subnet.\n"
-"\t\t\t\n"
-"\t\t\tNote: You must stop/start the server after adding or changing clients.\n"
-"\t\t\t\n"
-" - Maintain /etc/exports:\n"
-" \t\tClusternfs allows export of the root filesystem to diskless clients. drakTermServ\n"
-" \t\tsets up the correct entry to allow anonymous access to the root filesystem from\n"
-" \t\tdiskless clients.\n"
-"\n"
-" \t\tA typical exports entry for clusternfs is:\n"
-" \t\t\n"
-" \t\t/ (ro,all_squash)\n"
-" \t\t/home SUBNET/MASK(rw,root_squash)\n"
-"\t\t\t\n"
-"\t\t\tWith SUBNET/MASK being defined for your network.\n"
-" \t\t\n"
-" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
-" \t\tFor users to be able to log into the system from a diskless client, their entry in\n"
-" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$\\$. drakTermServ helps\n"
-" \t\tin this respect by adding or removing system users from this file.\n"
-"\n"
-" - Per client /etc/X11/XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
-" \t\tThrough clusternfs, each diskless client can have it's own unique configuration files\n"
-" \t\ton the root filesystem of the server. In the future drakTermServ will help create these\n"
-" \t\tfiles.\n"
-"\n"
-" - Per client system configuration files:\n"
-" \t\tThrough clusternfs, each diskless client can have it's own unique configuration files\n"
-" \t\ton the root filesystem of the server. In the future, drakTermServ can help create files\n"
-" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/keyboard on a per-client\n"
-" \t\tbasis.\n"
-"\n"
-" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ will configure this file to work in conjunction with the images created by\n"
-" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up the boot image to each\n"
-" \t\tdiskless client.\n"
-"\n"
-" \t\tA typical tftp configuration file looks like:\n"
-" \t\t\n"
-" \t\tservice tftp\n"
-" \t\t(\n"
-" disable = no\n"
-" socket_type = dgram\n"
-" protocol = udp\n"
-" wait = yes\n"
-" user = root\n"
-" server = /usr/sbin/in.tftpd\n"
-" server_args = -s /var/lib/tftpboot\n"
-" \t\t}\n"
-" \t\t\n"
-" \t\tThe changes here from the default installation are changing the disable flag to\n"
-" \t\t'no' and changing the directory path to /var/lib/tftpboot, where mkinitrd-net\n"
-" \t\tputs it's images.\n"
-"\n"
-" - Create etherboot floppies/CDs:\n"
-" \t\tThe diskless client machines need either ROM images on the NIC, or a boot floppy\n"
-" \t\tor CD to initate the boot sequence. drakTermServ will help generate these images,\n"
-" \t\tbased on the NIC in the client machine.\n"
-" \t\t\n"
-" \t\tA basic example of creating a boot floppy for a 3Com 3c509 manually:\n"
-" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
-" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
-" \n"
+"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 ""
#: ../../keyboard.pm:1
@@ -13859,6 +13726,35 @@ msgstr ""
msgid "Your choice? (0/1, default `%s') "
msgstr ""
+#: ../../help.pm:1
+#, 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"
+"\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 partitions.\n"
+"\n"
+"Click on \"%s\" if you want to choose another partition for your new\n"
+"Mandrake Linux 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 ""
+
#: ../../keyboard.pm:1 ../../keyboard.pm:1
#, c-format
msgid "French"
@@ -13889,15 +13785,6 @@ msgstr ""
msgid " (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../standalone/draksound:1
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig program. Just type \\\"sndconfig\\\" in a console."
-msgstr ""
-
#: ../../standalone/drakbackup:1 ../../standalone/drakbackup:1 ../../standalone/drakbackup:1 ../../standalone/drakbackup:1
#, c-format
msgid "Next"
@@ -13934,6 +13821,18 @@ msgstr ""
msgid "Puerto Rico"
msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr ""
+
#: ../../install_any.pm:1
#, c-format
msgid ""
@@ -14023,11 +13922,6 @@ msgstr ""
msgid "Restore from Hard Disk."
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Run \\\"sndconfig\\\" after installation to configure your sound card"
-msgstr ""
-
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "Add to LVM"
@@ -14105,11 +13999,6 @@ msgstr ""
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Printing on the printer \\\"%s\\\""
-msgstr ""
-
#: ../../services.pm:1
#, c-format
msgid ""
@@ -14152,11 +14041,6 @@ msgstr ""
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid "Error: The \\\"%s\\\" driver for your sound card is unlisted"
-msgstr ""
-
#: ../../standalone/logdrake:1
#, c-format
msgid "Syslog"
@@ -14182,6 +14066,11 @@ msgstr ""
msgid "Set root password"
msgstr ""
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no free driver for your sound card (%s), but there's a proprietary driver at \"%s\"."
+msgstr ""
+
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
@@ -14207,11 +14096,6 @@ msgstr ""
msgid "/_About..."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Printing/Scanning on \\\"%s\\\""
-msgstr ""
-
#: ../../keyboard.pm:1
#, c-format
msgid "Bengali"
@@ -14282,11 +14166,6 @@ msgstr ""
msgid "Done"
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid "To get a list of the options available for the current printer click on the \\\"Print option list\\\" button."
-msgstr ""
-
#: ../../network/drakfirewall.pm:1
#, c-format
msgid "Web Server"
@@ -14309,6 +14188,14 @@ msgstr ""
msgid "The inkjet printer drivers provided by Lexmark only support local printers, no printers on remote machines or print server boxes. Please connect your printer to a local port or configure it on the machine where it is connected to."
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your multi-function device was configured automatically to be able to scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify the scanner when you have more than one) from the command line or with the graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, you can also scan by choosing the appropriate point in the \"File\"/\"Acquire\" menu. Call also \"man scanimage\" on the command line to get more information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
#: ../../any.pm:1
#, c-format
msgid "(already added %s)"
@@ -14319,11 +14206,6 @@ msgstr ""
msgid ", using command %s"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Failed to configure printer \\\"%s\\\"!"
-msgstr ""
-
#: ../../keyboard.pm:1
#, c-format
msgid "Alt and Shift keys simultaneously"
@@ -14402,6 +14284,47 @@ msgstr ""
#: ../../help.pm:1
#, 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"
+"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 that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\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"
+"partitions themselves, it is important that it be difficult to become\n"
+"\"root\".\n"
+"\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"
+"\n"
+"One caveat -- do not make the password too long or 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"
+"\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, click 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"
+"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 or that you absolutely trust\n"
+"everybody who uses your computer, you can choose to have \"%s\"."
+msgstr ""
+
+#: ../../help.pm:1
+#, 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"
@@ -14426,44 +14349,6 @@ msgstr ""
msgid "Boot Floppy"
msgstr ""
-#: ../../help.pm:1
-#, 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"
-"\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"
-"\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"
-"installed. By default Mandrake Linux 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"
-"security holes were discovered after this version of Mandrake Linux 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"
-"\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 other such\n"
-"that installation of a package requires that some other program is also\n"
-"rerquired to be installed. The installer can determine which packages are\n"
-"required to satisfy a dependency 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 ""
-
#: ../../keyboard.pm:1 ../../keyboard.pm:1
#, c-format
msgid "Norwegian"
@@ -14474,11 +14359,6 @@ msgstr ""
msgid "Searching for new scanners ..."
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Lithuanian \\\"number row\\\" QWERTY"
-msgstr ""
-
#: ../../standalone/logdrake:1
#, c-format
msgid "Apache World Wide Web Server"
@@ -14499,30 +14379,6 @@ msgstr ""
msgid "Configure bootsplash picture"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"This step is activated only if an old GNU/Linux partition has been found on\n"
-"your machine.\n"
-"\n"
-"DrakX now needs to know if you want to perform a new install or an upgrade\n"
-"of an existing Mandrake Linux 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 Mandrake Linux 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 Mandrake Linux systems\n"
-"running version \\\"8.1\\\" or later. Performing an Upgrade on versions prior\n"
-"to Mandrake Linux version \\\"8.1\\\" is not recommended."
-msgstr ""
-
#: ../../lang.pm:1 ../../lang.pm:1
#, c-format
msgid "China"
@@ -14587,20 +14443,9 @@ msgstr ""
msgid "SCSI controllers"
msgstr ""
-#: ../../help.pm:1
+#: ../../printer/main.pm:1
#, c-format
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Bugs may have been\n"
-"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 nearer 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."
+msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
#: ../../standalone/drakedm:1
@@ -14638,32 +14483,22 @@ msgstr ""
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../any.pm:1
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Shell"
+msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../help.pm:1
+#: ../../network/drakfirewall.pm:1
#, 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"
-"Mandrake Linux will attempt to autodetect 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"
-"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
-"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"
-"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."
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../any.pm:1
+#, c-format
+msgid "Shell"
msgstr ""
#: ../../network/isdn.pm:1
@@ -14860,6 +14695,14 @@ msgid ""
"Printerdrake could not determine which model your printer %s is. Please choose the correct model from the list."
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
+msgstr ""
+
#: ../../printer/data.pm:1
#, c-format
msgid "PDQ"
@@ -14915,11 +14758,37 @@ msgstr ""
msgid "Panama"
msgstr ""
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
+"\n"
+"For this you have to plug your graphic card to your TV before booting your computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
+"\n"
+"Do you have this feature?"
+msgstr ""
+
#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
#, c-format
msgid "Monitor"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"You are about to set up printing to a Windows account with password. Due to a fault in the architecture of the Samba client software the password is put in clear text into the command line of the Samba client used to transmit the print job to the Windows server. So it is possible for every user on this machine to display the password on the screen by issuing commands as \"ps auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases you have to make sure that only machines from your local network have access to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account or a special account dedicated for printing. Do not remove the password protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD protocol. Then set up printing from this machine with the \"%s\" connection type in Printerdrake.\n"
+"\n"
+""
+msgstr ""
+
#: ../../Xconfig/resolution_and_depth.pm:1
#, c-format
msgid "65 thousand colors (16 bits)"
@@ -15007,11 +14876,6 @@ msgstr ""
msgid "/File/_Save"
msgstr ""
-#: ../../network/network.pm:1
-#, c-format
-msgid "Rate should have the suffix k, M or G (for example, \\\"11M\\\" for 11M), or add enough '0' (zeroes)."
-msgstr ""
-
#: ../../lang.pm:1
#, c-format
msgid "Mali"
@@ -15054,6 +14918,11 @@ msgstr ""
msgid "Allow Thin Clients"
msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr ""
+
#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
msgid "/_Options"
@@ -15164,6 +15033,16 @@ msgid ""
""
msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, 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 /add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are good."
+msgstr ""
+
#: ../../printer/main.pm:1
#, c-format
msgid "%s (Port %s)"
@@ -15182,6 +15061,59 @@ msgid ""
" Enable/Disable sulogin(8) in single user level."
msgstr ""
+#: ../../help.pm:1
+#, 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 Mandrake Linux, 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. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various groups, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' group installed.\n"
+"\n"
+" * \"%s\": if you plan to use your machine as a workstation, select one or\n"
+"more of the applications that are in the workstation group.\n"
+"\n"
+" * \"%s\": if plan on using your machine for programming, choose the\n"
+"appropriate packages from that group.\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 ""
+
#: ../../any.pm:1 ../../help.pm:1
#, c-format
msgid "Accept user"
@@ -15224,6 +15156,11 @@ msgstr ""
msgid "Gateway address should be in format 1.2.3.4"
msgstr ""
+#: ../../network/modem.pm:1
+#, c-format
+msgid "\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
#: ../../install_steps_interactive.pm:1
#, c-format
msgid "Looking at packages already installed..."
@@ -15309,6 +15246,11 @@ msgstr ""
msgid "Austria"
msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
#, c-format
msgid "Collapse Tree"
@@ -15329,6 +15271,34 @@ msgstr ""
msgid "Where do you want to install the bootloader?"
msgstr ""
+#: ../../help.pm:1
+#, 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"
+"\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"
+"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 be installed. Additionally, the\n"
+"\"%s\" checkbox allows you to force the system to use unicode (UTF-8). Note\n"
+"however that this is an experimental feature. If you select different\n"
+"languages requiring different encoding the unicode support will be\n"
+"installed anyway.\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 ""
+
#: ../../standalone/scannerdrake:1 ../../standalone/scannerdrake:1 ../../standalone/scannerdrake:1
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
@@ -15568,6 +15538,11 @@ msgstr ""
msgid "Configure X"
msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr ""
+
#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1 ../../standalone/scannerdrake:1
#, c-format
msgid "Congratulations!"
@@ -15593,6 +15568,13 @@ msgstr ""
msgid "Install rpm"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) you can either use the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or \"kprinter <file>\". The graphical tools allow you to choose the printer and to modify the option settings easily.\n"
+""
+msgstr ""
+
#: ../../install_steps_gtk.pm:1
#, c-format
msgid "Time remaining "
@@ -15746,11 +15728,6 @@ msgid ""
""
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid ", printer \\\"%s\\\" on server \\\"%s\\\""
-msgstr ""
-
#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
#, c-format
msgid "Choose the packages you want to install"
@@ -15771,6 +15748,13 @@ msgstr ""
msgid "Make kernel message quiet by default"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
+msgstr ""
+
#: ../../standalone/drakgw:1
#, c-format
msgid "The DHCP end range"
@@ -15813,6 +15797,11 @@ msgstr ""
msgid "dismiss"
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr ""
+
#: ../../standalone/drakfloppy:1
#, c-format
msgid "omit raid modules"
@@ -15835,6 +15824,11 @@ msgstr ""
msgid "comma separated numbers"
msgstr ""
+#: ../../standalone/harddrake2:1
+#, 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/drakperm:1
#, c-format
msgid "Move selected rule up one level"
@@ -15850,6 +15844,11 @@ msgid ""
""
msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr ""
+
#: ../../install_interactive.pm:1
#, c-format
msgid "I can't find any room for installing"
@@ -15896,19 +15895,6 @@ msgstr ""
msgid "Liberia"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP protocol and set up printing from this machine with the \\\"%s\\\" connection type in Printerdrake.\n"
-"\n"
-""
-msgstr ""
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Georgian (\\\"Latin\\\" layout)"
-msgstr ""
-
#: ../../standalone/drakgw:1
#, c-format
msgid ""
@@ -15936,6 +15922,11 @@ msgstr ""
msgid "Automatic correction of CUPS configuration"
msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Running \"%s\" ..."
+msgstr ""
+
#: ../../harddrake/v4l.pm:1
#, c-format
msgid "enable radio support"
@@ -16065,6 +16056,15 @@ msgstr ""
msgid "No image found"
msgstr ""
+#: ../../install_steps.pm:1
+#, 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\"\n"
+""
+msgstr ""
+
#: ../../standalone/scannerdrake:1
#, c-format
msgid "Detected model: %s"
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 3906813e8..0dd888b07 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po