diff options
author | Frans Pop <elendil@planet.nl> | 2006-11-04 17:29:15 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-11-04 17:29:15 +0000 |
commit | c9370baa3c260ca72e5b1f8264a8107af2d40bd2 (patch) | |
tree | ebc117a6306e9ed79220225e0a7a2c6a9604c0bc /po/el/boot-installer.po | |
parent | 227eaa2e27a9bcdab9eca6c4bf9fdb4891e5b23d (diff) | |
download | installation-guide-c9370baa3c260ca72e5b1f8264a8107af2d40bd2.zip |
Update of POT and PO files for the manual
Diffstat (limited to 'po/el/boot-installer.po')
-rw-r--r-- | po/el/boot-installer.po | 224 |
1 files changed, 162 insertions, 62 deletions
diff --git a/po/el/boot-installer.po b/po/el/boot-installer.po index 366f62e3e..63fcffdd0 100644 --- a/po/el/boot-installer.po +++ b/po/el/boot-installer.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-installer\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2006-10-29 14:49+0000\n" +"POT-Creation-Date: 2006-11-04 17:26+0000\n" "PO-Revision-Date: 2006-10-16 16:14+0300\n" "Last-Translator: QUAD-nrg.net <yodesy@quad-nrg.net>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -4272,11 +4272,27 @@ msgstr "" #. Tag: term #: boot-installer.xml:3057 #, no-c-format +msgid "auto-install/enabled" +msgstr "" + +#. Tag: para +#: boot-installer.xml:3058 +#, no-c-format +msgid "" +"Delay questions that are normally asked before preseeding is possible until " +"after the network is configured. Short form: <userinput>auto=true</" +"userinput> See <xref linkend=\"preseed-auto\"/> for details about using this " +"to automate installs." +msgstr "" + +#. Tag: term +#: boot-installer.xml:3069 +#, no-c-format msgid "cdrom-detect/eject" msgstr "ανίχνευση/αποβολή cdrom" #. Tag: para -#: boot-installer.xml:3058 +#: boot-installer.xml:3070 #, no-c-format msgid "" "By default, before rebooting, &d-i; automatically ejects the optical media " @@ -4296,7 +4312,7 @@ msgstr "" "αυτόματα." #. Tag: para -#: boot-installer.xml:3067 +#: boot-installer.xml:3079 #, no-c-format msgid "" "Set to <userinput>false</userinput> to disable automatic ejection, and be " @@ -4309,13 +4325,13 @@ msgstr "" "εγκατάσταση." #. Tag: term -#: boot-installer.xml:3078 +#: boot-installer.xml:3090 #, no-c-format msgid "ramdisk_size" msgstr "ramdisk_size " #. Tag: para -#: boot-installer.xml:3079 +#: boot-installer.xml:3091 #, no-c-format msgid "If you are using a 2.2.x kernel, you may need to set &ramdisksize;." msgstr "" @@ -4323,13 +4339,13 @@ msgstr "" "τηνπαράμετρο &ramdisksize;." #. Tag: term -#: boot-installer.xml:3087 +#: boot-installer.xml:3099 #, no-c-format msgid "directfb/hw-accel" msgstr "directfb/hw-accel" #. Tag: para -#: boot-installer.xml:3088 +#: boot-installer.xml:3100 #, no-c-format msgid "" "For the gtk frontend (graphical installer), hardware acceleration in " @@ -4342,13 +4358,13 @@ msgstr "" "userinput> κατά την εκκίνηση του εγκαταστάτη." #. Tag: term -#: boot-installer.xml:3098 +#: boot-installer.xml:3110 #, no-c-format msgid "rescue/enable" msgstr "διάσωση/ενεργοποίηση" #. Tag: para -#: boot-installer.xml:3099 +#: boot-installer.xml:3111 #, no-c-format msgid "" "Set to <userinput>true</userinput> to enter rescue mode rather than " @@ -4358,19 +4374,70 @@ msgstr "" "διάσωσης αντί της διαδικασίας της κανονικής εγκατάστασης." #. Tag: title -#: boot-installer.xml:3117 +#: boot-installer.xml:3122 +#, no-c-format +msgid "Passing parameters to kernel modules" +msgstr "" + +#. Tag: para +#: boot-installer.xml:3123 +#, no-c-format +msgid "" +"If drivers are compiled into the kernel, you can pass parameters to them as " +"described in the kernel documentation. However, if drivers are compiled as " +"modules and because kernel modules are loaded a bit differently during an " +"installation than when booting an installed system, it is not possible to " +"pass parameters to modules as you would normally do. Instead, you need to " +"use a special syntax recognized by the installer which will then make sure " +"that the parameters are saved in the proper configuration files and will " +"thus be used when the modules are actually loaded. The parameters will also " +"be propagated automatically to the configuration for the installed system." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3136 +#, no-c-format +msgid "" +"Note that it is now quite rare that parameters need to be passed to modules. " +"In most cases the kernel will be able to probe the hardware present in a " +"system and set good defaults that way. However, in some situations it may " +"still be needed to set parameters manually." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3143 +#, no-c-format +msgid "" +"The syntax to use to set parameters for modules is: " +"<informalexample><screen>\n" +"<replaceable>module_name</replaceable>.<replaceable>parameter_name</" +"replaceable>=<replaceable>value</replaceable>\n" +"</screen></informalexample> If you need to pass multiple parameters to the " +"same or different modules, just repeat this. For example, to set an old 3Com " +"network interface card to use the BNC (coax) connector and IRQ 10, you would " +"pass:" +msgstr "" + +#. Tag: screen +#: boot-installer.xml:3153 +#, no-c-format +msgid "3c509.xcvr=3 3c509.irq=10" +msgstr "" + +#. Tag: title +#: boot-installer.xml:3165 #, no-c-format msgid "Troubleshooting the Installation Process" msgstr "Ανίχνευση λαθών της Διαδικασίας Εγκατάστασης " #. Tag: title -#: boot-installer.xml:3122 +#: boot-installer.xml:3170 #, fuzzy, no-c-format msgid "CD-ROM Reliability" msgstr "Αξιοπιστία των δισκετών" #. Tag: para -#: boot-installer.xml:3123 +#: boot-installer.xml:3171 #, no-c-format msgid "" "Sometimes, especially with older CD-ROM drives, the installer may fail to " @@ -4380,7 +4447,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3130 +#: boot-installer.xml:3178 #, no-c-format msgid "" "There are a many different possible causes for these problems. We can only " @@ -4389,7 +4456,40 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3136 +#: boot-installer.xml:3184 +#, no-c-format +msgid "There are two very simple things that you should try first." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3189 +#, no-c-format +msgid "" +"If the CD-ROM does not boot, check that it was inserted correctly and that " +"it is not dirty." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3195 +#, no-c-format +msgid "" +"If the installer fails to recognize a CD-ROM, try just running the option " +"<menuchoice> <guimenuitem>Detect and mount CD-ROM</guimenuitem> </" +"menuchoice> a second time. Some DMA related isses with older CD-ROM drives " +"are known to be resolved in this way." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3205 +#, no-c-format +msgid "" +"If this does not work, then try the suggestions in the subsections below. " +"Most, but not all, suggestions discussed there are valid for both CD-ROM and " +"DVD, but we'll use the term CD-ROM for simplicity." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3211 #, no-c-format msgid "" "If you cannot get the installation working from CD-ROM, try one of the other " @@ -4397,13 +4497,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:3144 +#: boot-installer.xml:3219 #, no-c-format msgid "Common issues" msgstr "" #. Tag: para -#: boot-installer.xml:3147 +#: boot-installer.xml:3222 #, no-c-format msgid "" "Some older CD-ROM drives do not support reading from discs that were burned " @@ -4411,7 +4511,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3153 +#: boot-installer.xml:3228 #, no-c-format msgid "" "If your system boots correctly from the CD-ROM, it does not necessarily mean " @@ -4420,7 +4520,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3160 +#: boot-installer.xml:3235 #, no-c-format msgid "" "Some older CD-ROM drives do not work correctly if <quote>direct memory " @@ -4428,19 +4528,19 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:3171 +#: boot-installer.xml:3246 #, no-c-format msgid "How to investigate and maybe solve issues" msgstr "" #. Tag: para -#: boot-installer.xml:3172 +#: boot-installer.xml:3247 #, no-c-format msgid "If the CD-ROM fails to boot, try the suggestions listed below." msgstr "" #. Tag: para -#: boot-installer.xml:3177 +#: boot-installer.xml:3252 #, no-c-format msgid "" "Check that your BIOS actually supports booting from CD-ROM (older systems " @@ -4448,7 +4548,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3183 +#: boot-installer.xml:3258 #, no-c-format msgid "" "If you downloaded an iso image, check that the md5sum of that image matches " @@ -4464,7 +4564,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:3196 +#: boot-installer.xml:3271 #, no-c-format msgid "" "$ dd if=/dev/cdrom | \\\n" @@ -4478,7 +4578,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3201 +#: boot-installer.xml:3276 #, no-c-format msgid "" "If, after the installer has been booted successfully, the CD-ROM is not " @@ -4491,7 +4591,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3213 +#: boot-installer.xml:3288 #, no-c-format msgid "" "Switch to VT4 or view the contents of <filename>/var/log/syslog</filename> " @@ -4500,7 +4600,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3220 +#: boot-installer.xml:3295 #, no-c-format msgid "" "Check in the output of <command>dmesg</command> if your CD-ROM drive was " @@ -4518,7 +4618,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3234 +#: boot-installer.xml:3309 #, no-c-format msgid "" "Check that there is a device node for your CD-ROM drive under <filename>/dev/" @@ -4527,7 +4627,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3242 +#: boot-installer.xml:3317 #, no-c-format msgid "" "Use the <command>mount</command> command to check if the CD-ROM is already " @@ -4538,7 +4638,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3252 +#: boot-installer.xml:3327 #, no-c-format msgid "" "Check if DMA is currently enabled: <informalexample><screen>\n" @@ -4553,7 +4653,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3266 +#: boot-installer.xml:3341 #, no-c-format msgid "" "If there are any problems during the installation, try checking the " @@ -4563,13 +4663,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:3281 +#: boot-installer.xml:3356 #, no-c-format msgid "Floppy Disk Reliability" msgstr "Αξιοπιστία των δισκετών" #. Tag: para -#: boot-installer.xml:3283 +#: boot-installer.xml:3358 #, no-c-format msgid "" "The biggest problem for people using floppy disks to install Debian seems to " @@ -4579,7 +4679,7 @@ msgstr "" "φαίνεται να είναι η αξιοπιστία των δισκετών." #. Tag: para -#: boot-installer.xml:3288 +#: boot-installer.xml:3363 #, no-c-format msgid "" "The boot floppy is the floppy with the worst problems, because it is read by " @@ -4599,7 +4699,7 @@ msgstr "" "σφάλματα Ι/Ο δίσκου (disk I/O errors)." #. Tag: para -#: boot-installer.xml:3297 +#: boot-installer.xml:3372 #, fuzzy, no-c-format msgid "" "If you are having the installation stall at a particular floppy, the first " @@ -4617,7 +4717,7 @@ msgstr "" "προσπάθεια γραψίματος της δισκέτας σε ένα άλλο σύστημα." #. Tag: para -#: boot-installer.xml:3306 +#: boot-installer.xml:3381 #, no-c-format msgid "" "Normally you should not have download a floppy image again, but if you are " @@ -4626,7 +4726,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3312 +#: boot-installer.xml:3387 #, no-c-format msgid "" "One user reports he had to write the images to floppy <emphasis>three</" @@ -4638,7 +4738,7 @@ msgstr "" "επειτα ολα προχωρησαν κανονικα με την τριτη δισκετα." #. Tag: para -#: boot-installer.xml:3318 +#: boot-installer.xml:3393 #, no-c-format msgid "" "Other users have reported that simply rebooting a few times with the same " @@ -4650,13 +4750,13 @@ msgstr "" "αυτά οφείλονται σε ένα προβληματικό υλικό ή στο firmware του οδηγού δισκέτας." #. Tag: title -#: boot-installer.xml:3327 +#: boot-installer.xml:3402 #, no-c-format msgid "Boot Configuration" msgstr "Ρύθμιση της εκκίνησης" #. Tag: para -#: boot-installer.xml:3329 +#: boot-installer.xml:3404 #, no-c-format msgid "" "If you have problems and the kernel hangs during the boot process, doesn't " @@ -4671,7 +4771,7 @@ msgstr "" "parms\"/>." #. Tag: para -#: boot-installer.xml:3336 +#: boot-installer.xml:3411 #, no-c-format msgid "" "If you are booting with your own kernel instead of the one supplied with the " @@ -4684,7 +4784,7 @@ msgstr "" "την <userinput>CONFIG_DEVFS</userinput>." #. Tag: para -#: boot-installer.xml:3343 +#: boot-installer.xml:3418 #, no-c-format msgid "" "Often, problems can be solved by removing add-ons and peripherals, and then " @@ -4697,7 +4797,7 @@ msgstr "" "συσκευές όπως εσωτερικά modem, κάρτες ήχου και συσκευές Plug-n-Play.</phrase>" #. Tag: para -#: boot-installer.xml:3349 +#: boot-installer.xml:3424 #, no-c-format msgid "" "If you have a large amount of memory installed in your machine, more than " @@ -4711,13 +4811,13 @@ msgstr "" "της μνήμης που θα βλέπει ο πυρήνας, όπως <userinput>mem=512m</userinput>." #. Tag: title -#: boot-installer.xml:3360 +#: boot-installer.xml:3435 #, no-c-format msgid "Common &arch-title; Installation Problems" msgstr "Συνηθισμένα προβλήματα εγκατάστασης στην αρχιτεκτονική &arch-title; " #. Tag: para -#: boot-installer.xml:3361 +#: boot-installer.xml:3436 #, no-c-format msgid "" "There are some common installation problems that can be solved or avoided by " @@ -4727,7 +4827,7 @@ msgstr "" "αποφευχθούν περνώντας συγκεκριμένες παραμέτρους εκκίνησης στον εγκαταστάτη." #. Tag: para -#: boot-installer.xml:3366 +#: boot-installer.xml:3441 #, no-c-format msgid "" "Some systems have floppies with <quote>inverted DCLs</quote>. If you receive " @@ -4740,7 +4840,7 @@ msgstr "" "userinput>. " #. Tag: para -#: boot-installer.xml:3372 +#: boot-installer.xml:3447 #, no-c-format msgid "" "On some systems, such as the IBM PS/1 or ValuePoint (which have ST-506 disk " @@ -4761,7 +4861,7 @@ msgstr "" "userinput>." #. Tag: para -#: boot-installer.xml:3381 +#: boot-installer.xml:3456 #, no-c-format msgid "" "If you have a very old machine, and the kernel hangs after saying " @@ -4775,7 +4875,7 @@ msgstr "" "που απενεργοποιεί αυτόν τον έλεγχο." #. Tag: para -#: boot-installer.xml:3388 +#: boot-installer.xml:3463 #, no-c-format msgid "" "If your screen begins to show a weird picture while the kernel boots, eg. " @@ -4797,13 +4897,13 @@ msgstr "" "\"/> για λεπτομέρειες." #. Tag: title -#: boot-installer.xml:3402 +#: boot-installer.xml:3477 #, no-c-format msgid "System Freeze During the PCMCIA Configuration Phase" msgstr "Πάγωμα του συστήματος κατά το στάδιο ρύθμισης του PCMCIA " #. Tag: para -#: boot-installer.xml:3403 +#: boot-installer.xml:3478 #, no-c-format msgid "" "Some laptop models produced by Dell are known to crash when PCMCIA device " @@ -4824,7 +4924,7 @@ msgstr "" "την περιοχή των πόρων εκείνων που προκαλούν τα προβλήματα." #. Tag: para -#: boot-installer.xml:3413 +#: boot-installer.xml:3488 #, no-c-format msgid "" "Alternatively, you can boot the installer in expert mode. You will then be " @@ -4848,13 +4948,13 @@ msgstr "" "εισάγετε αυτή την τιμή στον εγκαταστάτη." #. Tag: title -#: boot-installer.xml:3430 +#: boot-installer.xml:3505 #, no-c-format msgid "System Freeze while Loading the USB Modules" msgstr "Πάγωμα του συστήματος κατά το φόρτωμα των αρθρωμάτων USB " #. Tag: para -#: boot-installer.xml:3431 +#: boot-installer.xml:3506 #, no-c-format msgid "" "The kernel normally tries to install USB modules and the USB keyboard driver " @@ -4875,13 +4975,13 @@ msgstr "" "τη φόρτωση των αρθρωμάτων." #. Tag: title -#: boot-installer.xml:3445 +#: boot-installer.xml:3520 #, no-c-format msgid "Interpreting the Kernel Startup Messages" msgstr "Ερμηνεία των μηνυμάτων έναρξης πυρήνα! " #. Tag: para -#: boot-installer.xml:3447 +#: boot-installer.xml:3522 #, no-c-format msgid "" "During the boot sequence, you may see many messages in the form " @@ -4920,13 +5020,13 @@ msgstr "" "baking\"/>)." #. Tag: title -#: boot-installer.xml:3472 +#: boot-installer.xml:3547 #, no-c-format msgid "Bug Reporter" msgstr "Αναφορά σφαλμάτων" #. Tag: para -#: boot-installer.xml:3473 +#: boot-installer.xml:3548 #, no-c-format msgid "" "If you get through the initial boot phase but cannot complete the install, " @@ -4946,7 +5046,7 @@ msgstr "" "επισυνάψετε αυτές τις πληροφορίες σ'αυτήν." #. Tag: para -#: boot-installer.xml:3484 +#: boot-installer.xml:3559 #, no-c-format msgid "" "Other pertinent installation messages may be found in <filename>/var/log/</" @@ -4959,13 +5059,13 @@ msgstr "" "σας στο εγκατεστημένο σύστημα." #. Tag: title -#: boot-installer.xml:3495 +#: boot-installer.xml:3570 #, no-c-format msgid "Submitting Installation Reports" msgstr "Διαδικασία υποβολής Αναφοράς Εγκατάστασης" #. Tag: para -#: boot-installer.xml:3496 +#: boot-installer.xml:3571 #, no-c-format msgid "" "If you still have problems, please submit an installation report. We also " @@ -4980,7 +5080,7 @@ msgstr "" "διαμορφώσεων υλικού." #. Tag: para -#: boot-installer.xml:3503 +#: boot-installer.xml:3578 #, no-c-format msgid "" "If you have a working Debian system, the easiest way to send an installation " @@ -4995,7 +5095,7 @@ msgstr "" "installation-report</command>." #. Tag: para -#: boot-installer.xml:3510 +#: boot-installer.xml:3585 #, fuzzy, no-c-format msgid "" "Please use this template when filling out installation reports, and file the " |