diff options
Diffstat (limited to 'po/el/preseed.po')
-rw-r--r-- | po/el/preseed.po | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/po/el/preseed.po b/po/el/preseed.po index 0ed779270..94f623578 100644 --- a/po/el/preseed.po +++ b/po/el/preseed.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: preseed\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2006-07-30 15:28+0000\n" +"POT-Creation-Date: 2006-08-18 17:32+0000\n" "PO-Revision-Date: 2006-04-02 23:51+0300\n" "Last-Translator: quad-nrg.net <galaxico@quad-nrg.net>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -1194,6 +1194,9 @@ msgid "" "d-i partman-auto/disk string /dev/discs/disc0/disc\n" "# Or, if you want to use LVM:\n" "#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc\n" +"# Or, LVM with more than one disk:\n" +"#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc /dev/discs/disc1/" +"disc\n" "\n" "# You can choose from any of the predefined partitioning recipes.\n" "# Note: this must be preseeded with a localized (translated) value.\n" @@ -1534,7 +1537,7 @@ msgstr "Εγκατάσταση φορτωτή εκκίνησης" #. Tag: screen #: preseed.xml:729 -#, no-c-format +#, fuzzy, no-c-format msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" "# instead, uncomment this:\n" @@ -1552,9 +1555,11 @@ msgid "" "\n" "# Alternatively, if you want to install to a location other than the mbr,\n" "# uncomment and edit these lines:\n" -"#d-i grub-installer/bootdev string (hd0,0)\n" "#d-i grub-installer/only_debian boolean false\n" -"#d-i grub-installer/with_other_os boolean false" +"#d-i grub-installer/with_other_os boolean false\n" +"#d-i grub-installer/bootdev string (hd0,0)\n" +"# To install grub to multiple disks:\n" +"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)" msgstr "" "# Το Grub είναι ο προεπιλεγμένος φορτωτής εκκίνησης (για συστήματα x86). Αν " "# θέλετε να εγκαταστήσετε αντί γι' αυτό το lilo\n" |