summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'handbook')
-rw-r--r--handbook/gettext/el/hb-install-kernelmodules.xml.po58
1 files changed, 41 insertions, 17 deletions
diff --git a/handbook/gettext/el/hb-install-kernelmodules.xml.po b/handbook/gettext/el/hb-install-kernelmodules.xml.po
index 1e9026e..4bdf899 100644
--- a/handbook/gettext/el/hb-install-kernelmodules.xml.po
+++ b/handbook/gettext/el/hb-install-kernelmodules.xml.po
@@ -1,18 +1,20 @@
-#
+#
+# Efstathios Iosifidis <diamond_gr@freemail.gr>, 2011.
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: gentoo-doc.handbook.hb-install-kernelmodules\n"
"POT-Creation-Date: 2011-09-05 14:12+0600\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"
+"PO-Revision-Date: 2011-11-20 01:20+0200\n"
+"Last-Translator: Efstathios Iosifidis <diamond_gr@freemail.gr>\n"
+"Language-Team: Ελληνικά, Σύγχρονα <opensuse-translation-el@opensuse.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
+"Content-Transfer-Encoding: 8bits\n"
"Language: \n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-kernelmodules.xml(version):7
-#, fuzzy
msgid "3"
msgstr "3"
@@ -25,12 +27,23 @@ msgid "Configuring the Modules"
msgstr "Ρύθμιση των Ενοτήτων"
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-kernelmodules.xml(p):14
-msgid "You should list the modules you want automatically loaded in <path>/etc/conf.d/modules</path>. You can add extra options to the modules too if you want."
-msgstr "Θα πρέπει να δημιουργήσετε μια λίστα με τις ενότητες που χρειάζεστε να φορτώνονται αυτόματα στο <path>/etc/conf.d/modules</path>. Μπορείτε να προσθέσετε επιπλέον επιλογές στις ενότητες αν θέλετε."
+msgid ""
+"You should list the modules you want automatically loaded in <path>/etc/conf."
+"d/modules</path>. You can add extra options to the modules too if you want."
+msgstr ""
+"Θα πρέπει να δημιουργήσετε μια λίστα με τις ενότητες που χρειάζεστε να "
+"φορτώνονται αυτόματα στο <path>/etc/conf.d/modules</path>. Μπορείτε να "
+"προσθέσετε επιπλέον επιλογές στις ενότητες αν θέλετε."
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-kernelmodules.xml(p):20
-msgid "To view all available modules, run the following <c>find</c> command. Don't forget to substitute \"&lt;kernel version&gt;\" with the version of the kernel you just compiled:"
-msgstr "Για να δείτε όλες τις διαθέσιμες ενότητες, τρέξτε την ακόλουθη εντολή <c>find</c>. Μη ξεχάσετε να αντικαταστήσετε το \"&lt;kernel version&gt;\" με την έκδοση του πυρήνα που μόλις μεταγλωττίσατε:"
+msgid ""
+"To view all available modules, run the following <c>find</c> command. Don't "
+"forget to substitute \"&lt;kernel version&gt;\" with the version of the "
+"kernel you just compiled:"
+msgstr ""
+"Για να δείτε όλες τις διαθέσιμες ενότητες, τρέξτε την ακόλουθη εντολή "
+"<c>find</c>. Μη ξεχάσετε να αντικαταστήσετε το \"&lt;kernel version&gt;\" με "
+"την έκδοση του πυρήνα που μόλις μεταγλωττίσατε:"
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-kernelmodules.xml(pre:caption):26
msgid "Viewing all available modules"
@@ -46,15 +59,22 @@ msgstr ""
"# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'|less</i>\n"
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-kernelmodules.xml(p):30
-msgid "For instance, to automatically load the <c>3c59x.ko</c> module (which is the driver for a specific 3Com network card family), edit the <path>/etc/conf.d/modules</path> file and enter the module name in it."
-msgstr "Για παράδειγμα, για να φορτώσετε αυτόματα την ενότητα <c>3c59x.ko</c> (που είναι ο οδηγός για μια συγκεκριμένη οικογένεια καρτών δικτύων της 3Com), τροποποιήστε το αρχείο <path>/etc/conf.d/modules</path> και προσθέστε το όνομα της ενότητας μέσα."
+msgid ""
+"For instance, to automatically load the <c>3c59x.ko</c> module (which is the "
+"driver for a specific 3Com network card family), edit the <path>/etc/conf.d/"
+"modules</path> file and enter the module name in it."
+msgstr ""
+"Για παράδειγμα, για να φορτώσετε αυτόματα την ενότητα <c>3c59x.ko</c> (που "
+"είναι ο οδηγός για μια συγκεκριμένη οικογένεια καρτών δικτύων της 3Com), "
+"τροποποιήστε το αρχείο <path>/etc/conf.d/modules</path> και προσθέστε το "
+"όνομα της ενότητας μέσα."
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-kernelmodules.xml(pre:caption):36
msgid "Editing /etc/conf.d/modules"
msgstr "Τροποποίηση του /etc/conf.d/modules"
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-kernelmodules.xml(pre):36
-#, fuzzy, no-wrap
+#, no-wrap
msgid ""
"\n"
"# <i>nano -w /etc/conf.d/modules</i>\n"
@@ -65,11 +85,15 @@ msgstr ""
"modules_2_6=\"<i>3c59x</i>\"\n"
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-kernelmodules.xml(p):41
-msgid "Continue the installation with <uri link=\"?part=1&amp;chap=8\">Configuring your System</uri>."
-msgstr "Συνεχίστε την εγκατάσταση με το <uri link=\"?part=1&amp;chap=8\">Ρύθμιση του Συστήματος</uri>."
+msgid ""
+"Continue the installation with <uri link=\"?part=1&amp;chap=8\">Configuring "
+"your System</uri>."
+msgstr ""
+"Συνεχίστε την εγκατάσταση με το <uri link=\"?part=1&amp;chap=8\">Ρύθμιση του "
+"Συστήματος</uri>."
#. Place here names of translator, one per line. Format should be NAME; ROLE;
#. E-MAIL
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-kernelmodules.xml(None):0
msgid "translator-credits"
-msgstr ""
+msgstr "Ευστάθιος Ιωσηφίδης <diamond_gr@freemail.gr> 2011"