summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-06-16 15:32:52 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-06-16 15:32:52 +0000
commit74c10ded4e563dfeead00cf23334d116cab5d66e (patch)
tree9feb3aec7f3c13a63ecbc17e9d3de0f6f8d8da22 /perl-install
parentbf9b18e40a897ed029d5fa65840a02332d8e485f (diff)
downloaddrakx-74c10ded4e563dfeead00cf23334d116cab5d66e.tar
drakx-74c10ded4e563dfeead00cf23334d116cab5d66e.tar.gz
drakx-74c10ded4e563dfeead00cf23334d116cab5d66e.tar.bz2
drakx-74c10ded4e563dfeead00cf23334d116cab5d66e.tar.xz
drakx-74c10ded4e563dfeead00cf23334d116cab5d66e.zip
updated pot file
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/share/po/DrakX.pot348
-rw-r--r--perl-install/share/po/no.po682
2 files changed, 572 insertions, 458 deletions
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
index e239c8ded..5df7a9361 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-31 11:34+0200\n"
+"POT-Creation-Date: 2003-06-16 15:42+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"
@@ -446,6 +446,13 @@ msgid ""
""
msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid ""
+"Can only be mounted explicitly (i.e.,\n"
+"the -a option will not cause the file system to be mounted)."
+msgstr ""
+
#: ../../network/modem.pm:1
#, c-format
msgid ""
@@ -762,110 +769,6 @@ 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"
@@ -1341,7 +1244,7 @@ msgid ""
""
msgstr ""
-#: ../../diskdrake/interactive.pm:1
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
msgid "Name: "
msgstr ""
@@ -1703,7 +1606,7 @@ msgstr ""
msgid "Trouble shooting"
msgstr ""
-#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../any.pm:1 ../../help.pm:1 ../../help.pm:1 ../../install_steps_interactive.pm:1
#, c-format
msgid " / Region"
msgstr ""
@@ -2603,6 +2506,11 @@ msgstr ""
msgid "Enable multiple profiles"
msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "Do not interpret character or block special devices on the file system."
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, c-format
msgid ""
@@ -3911,6 +3819,11 @@ msgstr ""
msgid "Test pages"
msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Logical volume name "
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, c-format
msgid ""
@@ -4619,6 +4532,16 @@ msgstr ""
msgid "New printer name"
msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid ""
+"Allow an ordinary user to mount the file system. The\n"
+"name of the mounting user is written to mtab so that he can unmount the file\n"
+"system again. This option implies the options noexec, nosuid, and nodev\n"
+"(unless overridden by subsequent options, as in the option line\n"
+"user,exec,dev,suid )."
+msgstr ""
+
#: ../../lang.pm:1
#, c-format
msgid "Equatorial Guinea"
@@ -6475,6 +6398,13 @@ msgstr ""
msgid "Please test the mouse"
msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid ""
+"Do not update inode access times on this file system\n"
+"(e.g, for faster access on the news spool to speed up news servers)."
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, c-format
msgid "Other Media"
@@ -6620,6 +6550,14 @@ msgid ""
" Please configure sendmail"
msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid ""
+"Do not allow set-user-identifier or set-group-identifier\n"
+"bits to take effect. (This seems safe, but is in fact rather unsafe if you\n"
+"have suidperl(1) installed.)"
+msgstr ""
+
#: ../../security/help.pm:1
#, c-format
msgid ""
@@ -7341,6 +7279,11 @@ msgstr ""
msgid "Pakistan"
msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: "
+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."
@@ -7359,13 +7302,6 @@ msgstr ""
#: ../../install_steps_gtk.pm:1
#, c-format
msgid ""
-"Version: %s\n"
-""
-msgstr ""
-
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For this,\n"
"press `F1' when booting on CDROM, then enter `text'."
@@ -7501,6 +7437,14 @@ msgstr ""
msgid "Configuring printer \"%s\"..."
msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid ""
+"Do not allow execution of any binaries on the mounted\n"
+"file system. This option might be useful for a server that has file systems\n"
+"containing binaries for architectures other than its own."
+msgstr ""
+
#: ../../network/netconnect.pm:1
#, c-format
msgid "Internet connection"
@@ -7696,13 +7640,6 @@ msgstr ""
msgid "Poland"
msgstr ""
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid ""
-"Importance: %s\n"
-""
-msgstr ""
-
#: ../../standalone/drakbackup:1
#, c-format
msgid "Please check if you want to eject your tape after the backup."
@@ -7783,13 +7720,6 @@ msgstr ""
msgid "XFree %s"
msgstr ""
-#: ../../network/ethernet.pm:1
-#, c-format
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client."
-msgstr ""
-
#: ../../standalone/drakTermServ:1
#, c-format
msgid "Domain Name:"
@@ -8695,7 +8625,7 @@ msgstr ""
msgid "Auto Install"
msgstr ""
-#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1 ../../network/netconnect.pm:1
#, c-format
msgid "Network Configuration Wizard"
msgstr ""
@@ -9788,6 +9718,11 @@ msgid ""
"the following error occured: %s"
msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: "
+msgstr ""
+
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "Which sector do you want to move it to?"
@@ -10970,11 +10905,6 @@ msgid ""
"in getting the display configured."
msgstr ""
-#: ../../network/netconnect.pm:1
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-
#: ../../share/advertising/13-mdkexpert_corporate.pl:1
#, c-format
msgid "MandrakeExpert Corporate"
@@ -11458,13 +11388,6 @@ msgstr ""
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid ""
-"Name: %s\n"
-""
-msgstr ""
-
#: ../../standalone/draksplash:1
#, c-format
msgid "Generating preview ..."
@@ -12025,7 +11948,7 @@ msgstr ""
msgid "Choose the mount points"
msgstr ""
-#: ../../help.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1 ../../standalone/drakTermServ:1 ../../standalone/drakbackup:1 ../../standalone/drakbackup:1 ../../standalone/drakboot:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakfont:1 ../../standalone/drakfont:1 ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#: ../../help.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/drakTermServ:1 ../../standalone/drakTermServ:1 ../../standalone/drakbackup:1 ../../standalone/drakbackup:1 ../../standalone/drakboot:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakfont:1 ../../standalone/drakfont:1 ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, c-format
msgid "OK"
msgstr ""
@@ -12136,6 +12059,11 @@ msgstr ""
msgid "Did it work properly?"
msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "Mount the file system read-only."
+msgstr ""
+
#: ../../security/level.pm:1
#, c-format
msgid "Poor"
@@ -13011,6 +12939,11 @@ msgstr ""
msgid "(E)IDE/ATA controllers"
msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "All I/O to the file system should be done synchronously."
+msgstr ""
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid "Printer Server"
@@ -13200,6 +13133,11 @@ msgid ""
"Continue anyway?"
msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Version: "
+msgstr ""
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid "Server IP missing!"
@@ -14063,6 +14001,11 @@ msgid ""
"up a firewall to protect your machine from network attacks."
msgstr ""
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "Which dhcp client do you want to use ? (default is dhcp-client)"
+msgstr ""
+
#: ../../keyboard.pm:1
#, c-format
msgid "Tamil (ISCII-layout)"
@@ -14073,6 +14016,13 @@ msgstr ""
msgid "Mayotte"
msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid ""
+"%d KB\n"
+""
+msgstr ""
+
#: ../../install_steps_interactive.pm:1
#, c-format
msgid "Creating auto install floppy..."
@@ -14879,13 +14829,6 @@ msgid ""
""
msgstr ""
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid ""
-"Size: %d KB\n"
-""
-msgstr ""
-
#: ../../standalone/drakfont:1
#, c-format
msgid "Remove fonts on your system"
@@ -15528,6 +15471,113 @@ msgstr ""
msgid "Get Windows Fonts"
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. To create the file \n"
+" \t\t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an include in \n"
+" \t\tdhcpd.conf, you should create the etherboot images for at least one full kernel.\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 \n"
+"\t\t\tmost software 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 \n"
+"\t\t\tmodified if thin clients are used, to enable xdmcp. Since there are security issues in \n"
+"\t\t\tusing xdmcp, hosts.deny and hosts.allow are modified to limit access to the local\n"
+"\t\t\tsubnet.\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\n"
+" \t\tper-client basis.\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 ""
+
#: ../../mouse.pm:1
#, c-format
msgid "Mouse Systems"
diff --git a/perl-install/share/po/no.po b/perl-install/share/po/no.po
index 0558b865b..6c2abe867 100644
--- a/perl-install/share/po/no.po
+++ b/perl-install/share/po/no.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-no\n"
-"POT-Creation-Date: 2003-05-31 11:34+0200\n"
+"POT-Creation-Date: 2003-06-16 15:42+0200\n"
"PO-Revision-Date: 2003-03-13 06:52+0100\n"
"Last-Translator: Per Øyvind Karlsen <peroyvind@sintrax.net>\n"
"Language-Team: Norwegian Bokmål <cooker-i18n@linux-mandrake.com>\n"
@@ -494,6 +494,13 @@ msgstr ""
"Liste over korruptert data:\n"
"\n"
+#: ../../fs.pm:1
+#, c-format
+msgid ""
+"Can only be mounted explicitly (i.e.,\n"
+"the -a option will not cause the file system to be mounted)."
+msgstr ""
+
#: ../../network/modem.pm:1
#, c-format
msgid ""
@@ -1023,274 +1030,6 @@ msgstr ""
msgid "Show only for the selected day"
msgstr "Vis kun for den valgte dag"
-#: ../../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 ""
-"drakTermServ oversikt\n"
-"\t\t\t \n"
-" - Lag Etheroppstartsaktiverte oppstartsimagefiler:\n"
-" \t\tFor å starte med en kjerne via etheroppstart, må en spesiell "
-"kjerne/initrd imagefil opprettes.\n"
-" \t\tmkinitrd-net gjør mye av dette arbeidet og drakTermServ er bare "
-"et grafisk grensesnitt\n"
-" \t\tfor å hjelpe til med å håndtere/endre på disse imagefilene.\n"
-"\n"
-" - Vedlikehold /etc/dhcpd.conf:\n"
-" \t\tFor å starte klientene over nettverk, hver klient trenger en "
-"entré i dhcpd.conf, som gir ut en IP-adresse\n"
-" \t\tog nettverksoppstart imagefiler til maskinen. drakTermServ "
-"hjelper til med å lage//fjerne disse entréene.\n"
-"\t\t\t\n"
-" \t\t(PCI-kort kan unnlate imagefilen - etherboot vil forespørre "
-"denriktige imagefilen. Du burde\n"
-" \t\togså vurdere det når etherboot ser etter bildefilene, den "
-"forventer navn som\n"
-" \t\tboot-3c59x.nbi, framfor boot-3c59x.2.4.19-16mdk.nbi).\n"
-"\t\t\t \n"
-" \t\tEn typisk dhcpd.conf strofe for å støtte diskløse klienter "
-"serslik ut:\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\tMens du kan bruke en brønn av IP-adresse, framfor å sette opp en "
-"spesifikoppsettsentré for\n"
-"\t\t\ten klient maskin, ved bruk av faste adresseskjema som letter\n"
-"bruken\n"
-"\t\t\tav klientspesifike konfigurasjonsfiler som ClusterNFS tilbyr.\n"
-"\t\t\t\n"
-"\t\t\tMerk: \"#type\" entréen er bare brukt av drakTermServ. Klienter "
-"kanenten være \"tynne\"\n"
-"\t\t\teller 'fete'. Tynne klienter kjører mesteparten av programvaren via "
-"xdmcp, mens tykke klienter kjører mesteparten\n"
-"av programvaren på klientmaskinen. En spesiell inttab, /etc/inittab\\$\\"
-"$IP=client_ip\\$\\$ blir\n"
-"\t\t\tskrevet for tynne klienter. Systemkonfigurasjonsfilene xdm-config, "
-"kdmrc, og gdm.conf blir modifiserte\n"
-"\t\t\thvis tynne klienter blir brukt, for å aktivere xdmcp. Siden det er "
-"sikkerhetsproblematikkrundt bruken av xdmcp,\n"
-"\t\t\tså blir hosts.deny og hosts.allow endret for å begrense tilgangen til "
-"det lokale subnettet.\n"
-"\t\t\t\n"
-"\t\t\tMerk: Du må stoppe/starte tjeneren etter å ha lagt til eller "
-"endretklienter.\n"
-"\t\t\t\n"
-" - Vedlikehold /etc/exports:\n"
-" \t\tClusternfs lar deg eksportere rot-filsystemet til diskløse "
-"klienter, drakTermServ\n"
-" \t\tsetter opp de riktige entréene for å tillate anonym tilgang "
-"tilrot-filsystemet fra\n"
-" \t\tdiskløse klienter.\n"
-"\n"
-" \t\tEn typisk eksportering-entré for clusternfs er:\n"
-" \t\t\n"
-" \t\t/ (ro,all_squash)\n"
-" \t\t/home SUBNETT/MASKE(rw,root_squash)\n"
-"\t\t\t\n"
-"\t\t\tHvor SUBNETT/MASKE blir defintert for ditt nettverk.\n"
-" \t\t\n"
-" - Vedlikehold /etc/shadow\\$\\$CLIENT\\$\\$:\n"
-" \t\tFor at brukere skal kunne logge inn på systemet fra en "
-"diskløsklient, så må deres entré i\n"
-" \t\t/etc/shadow kopieres inn i /etc/shadow\\$\\$CLIENTS\\$\\$. "
-"drakTermServ hjelper til\n"
-" \t\tved å legge til og slette brukere fra denne filen.\n"
-"\n"
-" - Per klient /etc/X11/XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
-" \t\tGjennom clusternfs så kan hver diskløse klient ha deres "
-"egneunike konfigurasjonsfil\n"
-" \t\tpå rot filsystemet på tjeneren. I fremtiden vil drakTermServ "
-"kunne hjelpe til med å lage disse\n"
-" \t\tfilene.\n"
-"\n"
-" - Per klient systemkonfigurasjonsfiler:\n"
-" \t\tGhennomclusternfs så hver diskløse klient ha deres egne unike "
-"konfigurasjonsfiler\n"
-" \t\tpå rot-filesystemet på tjeneren. I fremtiden vil drakTermServ "
-"kunne hjelpe til med å opprette disse filene\n"
-" \t\tsom feks. /etc/modules.conf, /etc/sysconfig/mouse, /etc/"
-"sysconfig/keyboard på per klient\n"
-" \t\tbasis.\n"
-"\n"
-" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ vil configure denne filen til å virke sammenmed "
-"imagefilene som blir opprettet av\n"
-" \t\tmkinitrd-net, og entréene i /etc/dhcpd.conf, for å gi "
-"utnettverks oppstartsimagefilene til hver \n"
-" \t\tdiskløse klient.\n"
-"\n"
-" \t\tEn typisk tftp konfigurasjonsfil ser slik ut:\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\tForandringen her fra den vanlige installasjonen er forandringen "
-"av disable flagget til\n"
-" \t\t'no' og endring av filbanen til /var/lib/tftpboot, hvor mkinitrd-"
-"net\n"
-" \t\tplassere sine imagefiler.\n"
-"\n"
-" - Opprett etherboot disketter/CD'er:\n"
-" \t\tDe diskløse klientmaskinene trenger enten ROM imagefiler på "
-"nettverkskortet, en oppstartsdiskket\n"
-" \t\teller en CD for å initiere oppstartssekvensen. drakTermServ vil "
-"hjelpe til med generere disse imagefilene,\n"
-" \t\tbasert på nettverkskortet i klientmaskinen.\n"
-" \t\t\n"
-" \t\tEt basis eksempel på opprrettelse av en oppstartsdiskett for "
-"3Com 3c509 manuelt:\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"
-
#: ../../Xconfig/card.pm:1
#, c-format
msgid "512 kB"
@@ -1911,7 +1650,7 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Kan ikke starte oppgradering !!!\n"
-#: ../../diskdrake/interactive.pm:1
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
msgid "Name: "
msgstr "Navn: "
@@ -2359,7 +2098,7 @@ msgstr "Ditt valg? (standard %s) "
msgid "Trouble shooting"
msgstr "Feilsøking"
-#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../any.pm:1 ../../help.pm:1 ../../install_steps_interactive.pm:1
#, fuzzy, c-format
msgid " / Region"
msgstr "Reunion"
@@ -3472,6 +3211,11 @@ msgstr "Vær sikker på at det er media i %s"
msgid "Enable multiple profiles"
msgstr "Slå på multiprofiler"
+#: ../../fs.pm:1
+#, c-format
+msgid "Do not interpret character or block special devices on the file system."
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, c-format
msgid ""
@@ -5034,6 +4778,11 @@ msgstr "Sikkerhetskopi system"
msgid "Test pages"
msgstr "Testsider"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Logical volume name "
+msgstr "Lokal måling"
+
#: ../../standalone/drakbackup:1
#, c-format
msgid ""
@@ -5914,6 +5663,17 @@ msgstr "gjennomsnitt"
msgid "New printer name"
msgstr "Nytt skrivernavn"
+#: ../../fs.pm:1
+#, c-format
+msgid ""
+"Allow an ordinary user to mount the file system. The\n"
+"name of the mounting user is written to mtab so that he can unmount the "
+"file\n"
+"system again. This option implies the options noexec, nosuid, and nodev\n"
+"(unless overridden by subsequent options, as in the option line\n"
+"user,exec,dev,suid )."
+msgstr ""
+
#: ../../lang.pm:1
#, c-format
msgid "Equatorial Guinea"
@@ -8161,6 +7921,13 @@ msgstr ""
msgid "Please test the mouse"
msgstr "Vennligst test musen."
+#: ../../fs.pm:1
+#, c-format
+msgid ""
+"Do not update inode access times on this file system\n"
+"(e.g, for faster access on the news spool to speed up news servers)."
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, c-format
msgid "Other Media"
@@ -8322,6 +8089,14 @@ msgstr ""
" Din rapport ble ikke sent.\n"
" Venligst konfigurer sendmail"
+#: ../../fs.pm:1
+#, c-format
+msgid ""
+"Do not allow set-user-identifier or set-group-identifier\n"
+"bits to take effect. (This seems safe, but is in fact rather unsafe if you\n"
+"have suidperl(1) installed.)"
+msgstr ""
+
#: ../../security/help.pm:1
#, c-format
msgid ""
@@ -9170,6 +8945,11 @@ msgstr "Taiwan"
msgid "Pakistan"
msgstr "Pakistan"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Importance: "
+msgstr "Viktighet: %s\n"
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
@@ -9203,11 +8983,6 @@ msgstr "Navn tilbyder (f.eks. tilbyder.net)"
#: ../../install_steps_gtk.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Versjon: %s\n"
-
-#: ../../install_steps_gtk.pm:1
-#, c-format
msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For "
@@ -9375,6 +9150,14 @@ msgstr "Brukerquota for sikkerhetskopifiler."
msgid "Configuring printer \"%s\"..."
msgstr "Konfigurerer skriver \"%s\"..."
+#: ../../fs.pm:1
+#, c-format
+msgid ""
+"Do not allow execution of any binaries on the mounted\n"
+"file system. This option might be useful for a server that has file systems\n"
+"containing binaries for architectures other than its own."
+msgstr ""
+
#: ../../network/netconnect.pm:1
#, c-format
msgid "Internet connection"
@@ -9584,11 +9367,6 @@ msgstr "Bruk Expect for SSH"
msgid "Poland"
msgstr "Polen"
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Viktighet: %s\n"
-
#: ../../standalone/drakbackup:1
#, c-format
msgid "Please check if you want to eject your tape after the backup."
@@ -9682,15 +9460,6 @@ msgstr "F00f feil"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../network/ethernet.pm:1
-#, c-format
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client."
-msgstr ""
-"Hvilken dhcp klient ønsker du å bruke?\n"
-"Standard er dhcp-client"
-
#: ../../standalone/drakTermServ:1
#, c-format
msgid "Domain Name:"
@@ -12127,6 +11896,11 @@ msgstr ""
"Størrelsesendreren for FAT greide ikke å håndtere din partisjon, \n"
"følgende feil oppsto: %s"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Size: "
+msgstr "Størrelse: %s"
+
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "Which sector do you want to move it to?"
@@ -13525,11 +13299,6 @@ msgstr ""
"ønske å svare \"Nei\" dersom maskinen skal fungere som tjener, eller\n"
"hvis du ikke kunne konfigurere det grafiske grensesnittet."
-#: ../../network/netconnect.pm:1
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Vi skal nå konfigurere din %s tilkobling."
-
#: ../../share/advertising/13-mdkexpert_corporate.pl:1
#, c-format
msgid "MandrakeExpert Corporate"
@@ -14158,11 +13927,6 @@ msgstr "Setter standardskriver..."
msgid "Interface %s (using module %s)"
msgstr "Grensesnitt %s (bruker modul %s)"
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "Name: %s\n"
-msgstr "Navn: %s\n"
-
#: ../../standalone/draksplash:1
#, c-format
msgid "Generating preview ..."
@@ -14870,10 +14634,9 @@ msgid "Choose the mount points"
msgstr "Velg monteringspunktene"
#: ../../help.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
-#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
-#: ../../standalone/drakbackup:1 ../../standalone/drakboot:1
-#: ../../standalone/drakconnect:1 ../../standalone/drakfont:1
-#: ../../standalone/net_monitor:1
+#: ../../standalone/drakTermServ:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakboot:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, c-format
msgid "OK"
msgstr "OK"
@@ -15011,6 +14774,11 @@ msgstr "Vennligst velg hvilken serieport musen din koblet til."
msgid "Did it work properly?"
msgstr "Virker det som det skal?"
+#: ../../fs.pm:1
+#, c-format
+msgid "Mount the file system read-only."
+msgstr ""
+
#: ../../security/level.pm:1
#, c-format
msgid "Poor"
@@ -15997,6 +15765,11 @@ msgstr "Område:"
msgid "(E)IDE/ATA controllers"
msgstr "(E)IDE/ATA-kontrollere"
+#: ../../fs.pm:1
+#, c-format
+msgid "All I/O to the file system should be done synchronously."
+msgstr ""
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid "Printer Server"
@@ -16201,6 +15974,11 @@ msgstr ""
"\n"
"Fortsette likevel?"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Version: "
+msgstr "Versjon: %s\n"
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid "Server IP missing!"
@@ -17194,6 +16972,13 @@ msgstr ""
"Start pakkefiltrering for Linux kjerne 2.2 serien for å sette\n"
"opp en brannmur for å beskytte maskinen din fra nettverksangrep."
+#: ../../network/ethernet.pm:1
+#, fuzzy, c-format
+msgid "Which dhcp client do you want to use ? (default is dhcp-client)"
+msgstr ""
+"Hvilken dhcp klient ønsker du å bruke?\n"
+"Standard er dhcp-client"
+
#: ../../keyboard.pm:1
#, c-format
msgid "Tamil (ISCII-layout)"
@@ -17204,6 +16989,11 @@ msgstr "Tamilsk (ISCII-layout)"
msgid "Mayotte"
msgstr "Mayotte"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "%d KB\n"
+msgstr "Størrelse: %d KB\n"
+
#: ../../install_steps_interactive.pm:1
#, c-format
msgid "Creating auto install floppy..."
@@ -18160,11 +17950,6 @@ msgstr ""
"\n"
"- Lagre til harddisk i filbane: %s\n"
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Størrelse: %d KB\n"
-
#: ../../standalone/drakfont:1
#, c-format
msgid "Remove fonts on your system"
@@ -18990,6 +18775,279 @@ msgstr "Du kan ikke bruke LVM logisk volum som monteringspunkt %s"
msgid "Get Windows Fonts"
msgstr "Få tak i Windows skrifttyper"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, 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. To create the file \n"
+" \t\t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
+"include in \n"
+" \t\tdhcpd.conf, you should create the etherboot images for at least "
+"one full kernel.\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 \n"
+"\t\t\tmost software 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 \n"
+"\t\t\tmodified if thin clients are used, to enable xdmcp. Since there are "
+"security issues in \n"
+"\t\t\tusing xdmcp, hosts.deny and hosts.allow are modified to limit access "
+"to the local\n"
+"\t\t\tsubnet.\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\n"
+" \t\tper-client basis.\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 ""
+"drakTermServ oversikt\n"
+"\t\t\t \n"
+" - Lag Etheroppstartsaktiverte oppstartsimagefiler:\n"
+" \t\tFor å starte med en kjerne via etheroppstart, må en spesiell "
+"kjerne/initrd imagefil opprettes.\n"
+" \t\tmkinitrd-net gjør mye av dette arbeidet og drakTermServ er bare "
+"et grafisk grensesnitt\n"
+" \t\tfor å hjelpe til med å håndtere/endre på disse imagefilene.\n"
+"\n"
+" - Vedlikehold /etc/dhcpd.conf:\n"
+" \t\tFor å starte klientene over nettverk, hver klient trenger en "
+"entré i dhcpd.conf, som gir ut en IP-adresse\n"
+" \t\tog nettverksoppstart imagefiler til maskinen. drakTermServ "
+"hjelper til med å lage//fjerne disse entréene.\n"
+"\t\t\t\n"
+" \t\t(PCI-kort kan unnlate imagefilen - etherboot vil forespørre "
+"denriktige imagefilen. Du burde\n"
+" \t\togså vurdere det når etherboot ser etter bildefilene, den "
+"forventer navn som\n"
+" \t\tboot-3c59x.nbi, framfor boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tEn typisk dhcpd.conf strofe for å støtte diskløse klienter "
+"serslik ut:\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\tMens du kan bruke en brønn av IP-adresse, framfor å sette opp en "
+"spesifikoppsettsentré for\n"
+"\t\t\ten klient maskin, ved bruk av faste adresseskjema som letter\n"
+"bruken\n"
+"\t\t\tav klientspesifike konfigurasjonsfiler som ClusterNFS tilbyr.\n"
+"\t\t\t\n"
+"\t\t\tMerk: \"#type\" entréen er bare brukt av drakTermServ. Klienter "
+"kanenten være \"tynne\"\n"
+"\t\t\teller 'fete'. Tynne klienter kjører mesteparten av programvaren via "
+"xdmcp, mens tykke klienter kjører mesteparten\n"
+"av programvaren på klientmaskinen. En spesiell inttab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ blir\n"
+"\t\t\tskrevet for tynne klienter. Systemkonfigurasjonsfilene xdm-config, "
+"kdmrc, og gdm.conf blir modifiserte\n"
+"\t\t\thvis tynne klienter blir brukt, for å aktivere xdmcp. Siden det er "
+"sikkerhetsproblematikkrundt bruken av xdmcp,\n"
+"\t\t\tså blir hosts.deny og hosts.allow endret for å begrense tilgangen til "
+"det lokale subnettet.\n"
+"\t\t\t\n"
+"\t\t\tMerk: Du må stoppe/starte tjeneren etter å ha lagt til eller "
+"endretklienter.\n"
+"\t\t\t\n"
+" - Vedlikehold /etc/exports:\n"
+" \t\tClusternfs lar deg eksportere rot-filsystemet til diskløse "
+"klienter, drakTermServ\n"
+" \t\tsetter opp de riktige entréene for å tillate anonym tilgang "
+"tilrot-filsystemet fra\n"
+" \t\tdiskløse klienter.\n"
+"\n"
+" \t\tEn typisk eksportering-entré for clusternfs er:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNETT/MASKE(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tHvor SUBNETT/MASKE blir defintert for ditt nettverk.\n"
+" \t\t\n"
+" - Vedlikehold /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor at brukere skal kunne logge inn på systemet fra en "
+"diskløsklient, så må deres entré i\n"
+" \t\t/etc/shadow kopieres inn i /etc/shadow\\$\\$CLIENTS\\$\\$. "
+"drakTermServ hjelper til\n"
+" \t\tved å legge til og slette brukere fra denne filen.\n"
+"\n"
+" - Per klient /etc/X11/XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tGjennom clusternfs så kan hver diskløse klient ha deres "
+"egneunike konfigurasjonsfil\n"
+" \t\tpå rot filsystemet på tjeneren. I fremtiden vil drakTermServ "
+"kunne hjelpe til med å lage disse\n"
+" \t\tfilene.\n"
+"\n"
+" - Per klient systemkonfigurasjonsfiler:\n"
+" \t\tGhennomclusternfs så hver diskløse klient ha deres egne unike "
+"konfigurasjonsfiler\n"
+" \t\tpå rot-filesystemet på tjeneren. I fremtiden vil drakTermServ "
+"kunne hjelpe til med å opprette disse filene\n"
+" \t\tsom feks. /etc/modules.conf, /etc/sysconfig/mouse, /etc/"
+"sysconfig/keyboard på per klient\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ vil configure denne filen til å virke sammenmed "
+"imagefilene som blir opprettet av\n"
+" \t\tmkinitrd-net, og entréene i /etc/dhcpd.conf, for å gi "
+"utnettverks oppstartsimagefilene til hver \n"
+" \t\tdiskløse klient.\n"
+"\n"
+" \t\tEn typisk tftp konfigurasjonsfil ser slik ut:\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\tForandringen her fra den vanlige installasjonen er forandringen "
+"av disable flagget til\n"
+" \t\t'no' og endring av filbanen til /var/lib/tftpboot, hvor mkinitrd-"
+"net\n"
+" \t\tplassere sine imagefiler.\n"
+"\n"
+" - Opprett etherboot disketter/CD'er:\n"
+" \t\tDe diskløse klientmaskinene trenger enten ROM imagefiler på "
+"nettverkskortet, en oppstartsdiskket\n"
+" \t\teller en CD for å initiere oppstartssekvensen. drakTermServ vil "
+"hjelpe til med generere disse imagefilene,\n"
+" \t\tbasert på nettverkskortet i klientmaskinen.\n"
+" \t\t\n"
+" \t\tEt basis eksempel på opprrettelse av en oppstartsdiskett for "
+"3Com 3c509 manuelt:\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"
+
#: ../../mouse.pm:1
#, c-format
msgid "Mouse Systems"
@@ -19941,6 +19999,12 @@ msgid "Set of tools to read and send mail and news and to browse the Web"
msgstr ""
"Sett med verktøy for å lese og sende e-post og nyheter for åsurfe på nett"
+#~ msgid "We are now going to configure the %s connection."
+#~ msgstr "Vi skal nå konfigurere din %s tilkobling."
+
+#~ msgid "Name: %s\n"
+#~ msgstr "Navn: %s\n"
+
#~ msgid ""
#~ "Which ISDN configuration do you prefer?\n"
#~ "\n"