From de662b7e688e97b2f517e31b6d1b3663a1c777a1 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Sun, 10 Oct 2010 12:49:12 +0000 Subject: Regenerate PO(T) files --- po/el/random-bits.po | 250 ++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 199 insertions(+), 51 deletions(-) (limited to 'po/el/random-bits.po') diff --git a/po/el/random-bits.po b/po/el/random-bits.po index b203bc31c..f208b7e50 100644 --- a/po/el/random-bits.po +++ b/po/el/random-bits.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: random-bits\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2010-10-05 18:28+0000\n" +"POT-Creation-Date: 2010-10-10 12:35+0000\n" "PO-Revision-Date: 2010-05-13 19:08+0300\n" "Last-Translator: debian-l10n-greek \n" "Language-Team: Greek \n" @@ -866,7 +866,16 @@ msgstr "Εγκαθιστώντας το &debian-gnu; από ένα Σύστημ #. Tag: para #: random-bits.xml:360 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "This section explains how to install &debian-gnu; from an existing Unix " +#| "or Linux system, without using the menu-driven installer as explained in " +#| "the rest of the manual. This cross-install HOWTO has been " +#| "requested by users switching to &debian-gnu; from Red Hat, Mandrake, and " +#| "SUSE. In this section some familiarity with entering *nix commands and " +#| "navigating the file system is assumed. In this section, $ symbolizes a command to be entered in the user's current system, " +#| "while # refers to a command entered in the Debian chroot." msgid "" "This section explains how to install &debian-gnu; from an existing Unix or " "Linux system, without using the menu-driven installer as explained in the " @@ -875,7 +884,7 @@ msgid "" "SUSE. In this section some familiarity with entering *nix commands and " "navigating the file system is assumed. In this section, $ " "symbolizes a command to be entered in the user's current system, while " -"# refers to a command entered in the Debian chroot." +"# refers to a command entered in the &debian; chroot." msgstr "" "Η ενότητα αυτή εξηγεί πώς να εγκαταστήσετε το &debian-gnu; από ένα υπάρχον " "from Unix ή Linux σύστημα, χωρίς τη χρήση του βασισμένου στις ncurses, και " @@ -890,13 +899,19 @@ msgstr "" #. Tag: para #: random-bits.xml:372 -#, no-c-format -msgid "" -"Once you've got the new Debian system configured to your preference, you can " -"migrate your existing user data (if any) to it, and keep on rolling. This is " -"therefore a zero downtime &debian-gnu; install. It's also a " -"clever way for dealing with hardware that otherwise doesn't play friendly " -"with various boot or installation media." +#, fuzzy, no-c-format +#| msgid "" +#| "Once you've got the new Debian system configured to your preference, you " +#| "can migrate your existing user data (if any) to it, and keep on rolling. " +#| "This is therefore a zero downtime &debian-gnu; install. " +#| "It's also a clever way for dealing with hardware that otherwise doesn't " +#| "play friendly with various boot or installation media." +msgid "" +"Once you've got the new &debian; system configured to your preference, you " +"can migrate your existing user data (if any) to it, and keep on rolling. " +"This is therefore a zero downtime &debian-gnu; install. It's " +"also a clever way for dealing with hardware that otherwise doesn't play " +"friendly with various boot or installation media." msgstr "" "Από τη στιγμή που έχετε ρυθμίσει το καινούριο Debian σύστημά σας σύμφωνα με " "τις προτιμήσεις σας, μπορείτε να μεταφέρετε τα υπάρχοντα δεδομένα σας (αν " @@ -908,11 +923,20 @@ msgstr "" #. Tag: para #: random-bits.xml:383 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "As this is a mostly manual procedure, you should bear in mind that you " +#| "will need to do a lot of basic configuration of the system yourself, " +#| "which will also require more knowledge of Debian and of &arch-kernel; in " +#| "general than performing a regular installation. You cannot expect this " +#| "procedure to result in a system that is identical to a system from a " +#| "regular installation. You should also keep in mind that this procedure " +#| "only gives the basic steps to set up a system. Additional installation " +#| "and/or configuration steps may be needed." msgid "" "As this is a mostly manual procedure, you should bear in mind that you will " "need to do a lot of basic configuration of the system yourself, which will " -"also require more knowledge of Debian and of &arch-kernel; in general than " +"also require more knowledge of &debian; and of &arch-kernel; in general than " "performing a regular installation. You cannot expect this procedure to " "result in a system that is identical to a system from a regular " "installation. You should also keep in mind that this procedure only gives " @@ -973,10 +997,20 @@ msgstr "" #. Tag: para #: random-bits.xml:416 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "Initialize and activate swap (substitute the partition number for your " +#| "intended Debian swap partition): \n" +#| "# mkswap /dev/hda5\n" +#| "# sync; sync; sync\n" +#| "# swapon /dev/hda5\n" +#| " Mount one partition as /mnt/" +#| "debinst (the installation point, to be the root (/) filesystem on your new system). The mount point name is " +#| "strictly arbitrary, it is referenced later below." msgid "" "Initialize and activate swap (substitute the partition number for your " -"intended Debian swap partition): \n" +"intended &debian; swap partition): \n" "# mkswap /dev/hda5\n" "# sync; sync; sync\n" "# swapon /dev/hda5\n" @@ -1027,17 +1061,28 @@ msgstr "Εγκαθιστώντας με το debootstrap" #. Tag: para #: random-bits.xml:442 -#, no-c-format -msgid "" -"The utility used by the Debian installer, and recognized as the official way " -"to install a Debian base system, is debootstrap. It uses " -"wget and ar, but otherwise depends " -"only on /bin/sh and basic Unix/Linux tools " -" These include the GNU core utilities and commands like sed, grep, tar and gzip. . Install wget and " -"ar if they aren't already on your current system, then " -"download and install debootstrap." +#, fuzzy, no-c-format +#| msgid "" +#| "The utility used by the Debian installer, and recognized as the official " +#| "way to install a Debian base system, is debootstrap. " +#| "It uses wget and ar, but otherwise " +#| "depends only on /bin/sh and basic Unix/Linux " +#| "tools These include the GNU core utilities and commands " +#| "like sed, grep, tar and gzip. . Install " +#| "wget and ar if they aren't already " +#| "on your current system, then download and install debootstrap." +msgid "" +"The utility used by the &debian; installer, and recognized as the official " +"way to install a &debian; base system, is debootstrap. It " +"uses wget and ar, but otherwise " +"depends only on /bin/sh and basic Unix/Linux " +"tools These include the GNU core utilities and commands " +"like sed, grep, tar " +"and gzip. . Install wget and ar if they aren't already on your current " +"system, then download and install debootstrap." msgstr "" "Το εργαλείο που χρησιμοποιεί ο εγκαταστάτης του Debian, και που " "αναγνωρίζεται σαν ο επίσημος τρόπος για να εγκαταστήσετε ένα βασικό σύστημα " @@ -1053,14 +1098,25 @@ msgstr "" #. Tag: para #: random-bits.xml:472 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "Or, you can use the following procedure to install it manually. Make a " +#| "work folder for extracting the .deb into: \n" +#| "# mkdir work\n" +#| "# cd work\n" +#| " The debootstrap binary is " +#| "located in the Debian archive (be sure to select the proper file for your " +#| "architecture). Download the debootstrap .deb from the " +#| " " +#| "pool, copy the package to the work folder, and extract the files " +#| "from it. You will need to have root privileges to install the files." msgid "" "Or, you can use the following procedure to install it manually. Make a work " "folder for extracting the .deb into: \n" "# mkdir work\n" "# cd work\n" " The debootstrap binary is " -"located in the Debian archive (be sure to select the proper file for your " +"located in the &debian; archive (be sure to select the proper file for your " "architecture). Download the debootstrap .deb from the " " pool, copy the package to the work folder, and extract the files from it. " @@ -1099,10 +1155,16 @@ msgstr "Τρέξτε το debootstrap" #. Tag: para #: random-bits.xml:494 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "debootstrap can download the needed files directly " +#| "from the archive when you run it. You can substitute any Debian archive " +#| "mirror for &archive-mirror;/debian in the command " +#| "example below, preferably a mirror close to you network-wise. Mirrors are " +#| "listed at ." msgid "" "debootstrap can download the needed files directly from " -"the archive when you run it. You can substitute any Debian archive mirror " +"the archive when you run it. You can substitute any &debian; archive mirror " "for &archive-mirror;/debian in the command example " "below, preferably a mirror close to you network-wise. Mirrors are listed at " "." @@ -1166,13 +1228,20 @@ msgstr "Ρύθμιση του βασικού συστήματος" #. Tag: para #: random-bits.xml:535 -#, no-c-format -msgid "" -"Now you've got a real Debian system, though rather lean, on disk. " +#, fuzzy, no-c-format +#| msgid "" +#| "Now you've got a real Debian system, though rather lean, on disk. " +#| "chroot into it: \n" +#| "# LANG=C chroot /mnt/debinst /bin/bash\n" +#| " After chrooting you may need to set the " +#| "terminal definition to be compatible with the Debian base system, for " +#| "example:" +msgid "" +"Now you've got a real &debian; system, though rather lean, on disk. " "chroot into it: \n" "# LANG=C chroot /mnt/debinst /bin/bash\n" " After chrooting you may need to set the terminal " -"definition to be compatible with the Debian base system, for example:" +"definition to be compatible with the &debian; base system, for example:" msgstr "" "Τώρα που έχετε ένα πραγματικό σύστημα Debian στον δίσκο σας, αν και μάλλον " "πολύ βασικό, μπορείτε να κάνετε chroot σ' αυτό: " @@ -1269,7 +1338,48 @@ msgstr "Προσαρτήστε τα τμήματα" #. Tag: para #: random-bits.xml:591 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "You need to create /etc/fstab. " +#| "\n" +#| "# editor /etc/fstab\n" +#| " Here is a sample you can modify to suit: " +#| "\n" +#| "# /etc/fstab: static file system information.\n" +#| "#\n" +#| "# file system mount point type options dump " +#| "pass\n" +#| "/dev/XXX / ext3 defaults 0 1\n" +#| "/dev/XXX /boot ext3 ro,nosuid,nodev 0 2\n" +#| "\n" +#| "/dev/XXX none swap sw 0 0\n" +#| "proc /proc proc defaults 0 0\n" +#| "\n" +#| "/dev/fd0 /media/floppy auto noauto,rw,sync,user,exec 0 0\n" +#| "/dev/cdrom /media/cdrom iso9660 noauto,ro,user,exec 0 0\n" +#| "\n" +#| "/dev/XXX /tmp ext3 rw,nosuid,nodev 0 2\n" +#| "/dev/XXX /var ext3 rw,nosuid,nodev 0 2\n" +#| "/dev/XXX /usr ext3 rw,nodev 0 2\n" +#| "/dev/XXX /home ext3 rw,nosuid,nodev 0 2\n" +#| " Use mount -a to mount " +#| "all the file systems you have specified in your /etc/fstab, or, to mount file systems individually, use: " +#| "\n" +#| "# mount /path # e.g.: mount /usr\n" +#| " Current Debian systems have mountpoints for " +#| "removable media under /media, but keep compatibility " +#| "symlinks in /. Create these as as needed, for " +#| "example: \n" +#| "# cd /media\n" +#| "# mkdir cdrom0\n" +#| "# ln -s cdrom0 cdrom\n" +#| "# cd /\n" +#| "# ln -s media/cdrom\n" +#| " You can mount the proc file system multiple " +#| "times and to arbitrary locations, though /proc is " +#| "customary. If you didn't use mount -a, be sure to " +#| "mount proc before continuing:" msgid "" "You need to create /etc/fstab. " "\n" @@ -1296,7 +1406,7 @@ msgid "" "the file systems you have specified in your /etc/fstab, " "or, to mount file systems individually, use: \n" "# mount /path # e.g.: mount /usr\n" -" Current Debian systems have mountpoints for " +" Current &debian; systems have mountpoints for " "removable media under /media, but keep compatibility " "symlinks in /. Create these as as needed, for example: " "\n" @@ -1664,12 +1774,17 @@ msgstr "Ρύθμιση του Φορτωτή Εκκίνησης (Boot Loader)" #. Tag: para #: random-bits.xml:746 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "To make your &debian-gnu; system bootable, set up your boot loader to " +#| "load the installed kernel with your new root partition. Note that " +#| "debootstrap does not install a boot loader, though you " +#| "can use aptitude inside your Debian chroot to do so." msgid "" "To make your &debian-gnu; system bootable, set up your boot loader to load " "the installed kernel with your new root partition. Note that " "debootstrap does not install a boot loader, though you " -"can use aptitude inside your Debian chroot to do so." +"can use aptitude inside your &debian; chroot to do so." msgstr "" "Για να καταστήσετε το σύστημά σας &debian-gnu; εκκινήσιμο, ρυθμίστε τον " "φορτωτή εκκίνησης ώστε να φορτώνει τον εγκατεστημένο πυρήνα με την καινούρια " @@ -1693,8 +1808,8 @@ msgstr "" msgid "" "Check info grub or " "man lilo.conf for instructions on setting up " -"the bootloader. If you are keeping the system you used to install Debian, " -"just add an entry for the Debian install to your existing grub " +"the bootloader. If you are keeping the system you used to install &debian;, " +"just add an entry for the &debian; install to your existing grub " "menu.lstor lilo.conf. For lilo.conf, you could also copy it to the " "new system and edit it there. After you are done editing, call " @@ -1779,11 +1894,19 @@ msgstr "" #. Tag: para #: random-bits.xml:787 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "Check man yaboot.conf for instructions on setting " +#| "up the bootloader. If you are keeping the system you used to install " +#| "Debian, just add an entry for the Debian install to your existing " +#| "yaboot.conf. You could also copy it to the new " +#| "system and edit it there. After you are done editing, call ybin (remember " +#| "it will use yaboot.conf relative to the system you " +#| "call it from)." msgid "" "Check man yaboot.conf for instructions on setting up " -"the bootloader. If you are keeping the system you used to install Debian, " -"just add an entry for the Debian install to your existing yaboot." +"the bootloader. If you are keeping the system you used to install &debian;, " +"just add an entry for the &debian; install to your existing yaboot." "conf. You could also copy it to the new system and edit it there. " "After you are done editing, call ybin (remember it will use yaboot." "conf relative to the system you call it from)." @@ -1880,12 +2003,19 @@ msgstr "Εγκαθιστώντας το &debian-gnu; πάνω από Parallel Li #. Tag: para #: random-bits.xml:841 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "This section explains how to install &debian-gnu; on a computer without " +#| "an Ethernet card, but with just a remote gateway computer attached via a " +#| "Null-Modem cable (also called Null-Printer cable). The gateway computer " +#| "should be connected to a network that has a Debian mirror on it (e.g. to " +#| "the Internet)." msgid "" "This section explains how to install &debian-gnu; on a computer without an " "Ethernet card, but with just a remote gateway computer attached via a Null-" "Modem cable (also called Null-Printer cable). The gateway computer should be " -"connected to a network that has a Debian mirror on it (e.g. to the Internet)." +"connected to a network that has a &debian; mirror on it (e.g. to the " +"Internet)." msgstr "" "Η ενότητα αυτή εξηγεί πώς να εγκαταστήσετε το &debian-gnu; σε έναν " "υπολογιστή χωρίς κάρτα Ethernet, αλλά μόνο μ' έναν απομακρυσμένο υπολογιστή " @@ -1945,10 +2075,13 @@ msgstr "Απαιτήσεις" #. Tag: para #: random-bits.xml:875 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "A target computer, called target, where Debian will " +#| "be installed." msgid "" -"A target computer, called target, where Debian will be " -"installed." +"A target computer, called target, where &debian; will " +"be installed." msgstr "" "Ένα σύστημα προορισμού, που ονομάζεται target, στον " "οποίον θα εγκατασταθεί το Debian." @@ -2399,11 +2532,18 @@ msgstr "" #. Tag: para #: random-bits.xml:1150 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "There is also a graphical installer image that can be netbooted. And " +#| "there is a special mini ISO image The mini ISO image can be downloaded from a Debian mirror as " +#| "described in . Look for " +#| "netboot/gtk/mini.iso. , which is " +#| "mainly useful for testing." msgid "" "There is also a graphical installer image that can be netbooted. And there " "is a special mini ISO image " -" The mini ISO image can be downloaded from a Debian mirror as " +" The mini ISO image can be downloaded from a &debian; mirror as " "described in . Look for " "netboot/gtk/mini.iso. , which is " "mainly useful for testing." @@ -2418,11 +2558,19 @@ msgstr "" #. Tag: para #: random-bits.xml:1163 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "For &arch-title;, currently only an experimental mini ISO " +#| "image is available The mini ISO image " +#| "can be downloaded from a Debian mirror as described in . Look for netboot/gtk/mini.iso. . It should work on almost all PowerPC " +#| "systems that have an ATI graphical card, but is unlikely to work on other " +#| "systems." msgid "" "For &arch-title;, currently only an experimental mini ISO " "image is available The mini ISO image " -"can be downloaded from a Debian mirror as described in . Look for netboot/gtk/mini.iso. " " . It should work on almost all PowerPC systems that have " "an ATI graphical card, but is unlikely to work on other systems." -- cgit v1.2.3