From 74c10ded4e563dfeead00cf23334d116cab5d66e Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 16 Jun 2003 15:32:52 +0000 Subject: updated pot file --- perl-install/share/po/DrakX.pot | 348 +++++++++++++++++++++++----------------- 1 file changed, 199 insertions(+), 149 deletions(-) (limited to 'perl-install/share/po/DrakX.pot') 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 \n" "Language-Team: LANGUAGE \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." @@ -7356,13 +7299,6 @@ msgstr "" msgid "Provider name (ex provider.net)" msgstr "" -#: ../../install_steps_gtk.pm:1 -#, c-format -msgid "" -"Version: %s\n" -"" -msgstr "" - #: ../../install_steps_gtk.pm:1 #, c-format msgid "" @@ -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" -- cgit v1.2.1