public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Transifex User" <transifex@gentoo.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-doc-translations:master commit in: handbook/gettext/el/
Date: Sat, 19 Nov 2011 23:21:09 +0000 (UTC)	[thread overview]
Message-ID: <8a9f2bcabe67e243b9fc5a883a0f3360824cacc7.transifex@gentoo> (raw)

commit:     8a9f2bcabe67e243b9fc5a883a0f3360824cacc7
Author:     Efstathios Iosifidis <diamond_gr <AT> freemail <DOT> gr>
AuthorDate: Sat Nov 19 23:21:04 2011 +0000
Commit:     Transifex User <transifex <AT> gentoo <DOT> ru>
CommitDate: Sat Nov 19 23:21:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-doc-translations.git;a=commit;h=8a9f2bca

l10n: Updated Greek (el) translation to 100%

New status: 12 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (transifex.gentoo.ru).

---
 .../gettext/el/hb-install-kernelmodules.xml.po     |   58 ++++++++++++++------
 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"



             reply	other threads:[~2011-11-20  0:06 UTC|newest]

Thread overview: 125+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-19 23:21 Transifex User [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-21 20:48 [gentoo-commits] proj/gentoo-doc-translations:master commit in: handbook/gettext/el/ Transifex User
2011-11-19 23:30 Transifex User
2011-11-19 23:17 Transifex User
2011-11-19 23:12 Transifex User
2011-10-04 12:25 Transifex User
2011-10-02 15:40 Transifex User
2011-10-02 15:36 Transifex User
2011-10-02 15:29 Transifex User
2011-10-02 15:21 Transifex User
2011-10-02 15:15 Transifex User
2011-10-02 15:03 Transifex User
2011-10-02 14:56 Transifex User
2011-10-02 14:49 Transifex User
2011-10-02 14:46 Transifex User
2011-10-02 14:41 Transifex User
2011-10-02 14:25 Transifex User
2011-10-02 14:17 Transifex User
2011-09-14 12:03 Transifex User
2011-09-14 11:55 Transifex User
2011-09-14 11:55 Transifex User
2011-09-14 11:53 Transifex User
2011-09-14 11:50 Transifex User
2011-09-14 11:47 Transifex User
2011-09-14 11:46 Transifex User
2011-09-14 11:45 Transifex User
2011-09-14 11:45 Transifex User
2011-09-14 11:44 Transifex User
2011-09-14 11:43 Transifex User
2011-09-14 11:43 Transifex User
2011-09-14 11:41 Transifex User
2011-08-29 17:37 Transifex User
2011-08-17 16:30 Transifex User
2011-07-25 17:04 Transifex User
2011-07-25 10:25 Transifex User
2011-07-25  8:39 Transifex User
2011-07-22 21:45 Transifex User
2011-07-22  5:02 Transifex User
2011-07-21 23:01 Transifex User
2011-07-21 22:52 Transifex User
2011-07-21 14:07 Transifex User
2011-07-21 13:53 Transifex User
2011-07-20 10:41 Transifex User
2011-07-20 10:16 Transifex User
2011-07-20  8:39 Transifex User
2011-07-20  8:02 Transifex User
2011-07-20  7:27 Transifex User
2011-07-19 17:25 Transifex User
2011-07-19 16:04 Transifex User
2011-07-19 15:17 Transifex User
2011-07-19 13:30 Transifex User
2011-07-19  9:45 Transifex User
2011-07-19  9:31 Transifex User
2011-07-19  8:42 Transifex User
2011-07-19  8:39 Transifex User
2011-03-26 12:42 Transifex User
2011-03-14 17:01 Transifex User
2011-03-14 16:41 Transifex User
2011-03-02 19:06 Transifex User
2011-03-02 18:11 Transifex User
2011-03-02 18:05 Transifex User
2011-03-02 18:01 Transifex User
2011-03-02 17:55 Transifex User
2011-03-02 17:50 Transifex User
2011-03-02 17:42 Transifex User
2011-03-02 17:25 Transifex User
2011-03-02 16:48 Transifex User
2011-03-02 16:44 Transifex User
2011-03-02 16:28 Transifex User
2011-03-02 16:18 Transifex User
2011-03-02 16:15 Transifex User
2011-03-02 15:59 Transifex User
2011-03-02 15:52 Transifex User
2011-03-02 15:48 Transifex User
2011-03-02 15:47 Transifex User
2011-02-11 18:39 Transifex User
2011-02-11 18:38 Transifex User
2011-02-11 18:37 Transifex User
2011-02-11 18:27 Transifex User
2011-02-10 22:34 Transifex User
2011-02-10 22:09 Transifex User
2011-02-10 18:54 Transifex User
2011-02-10 18:49 Transifex User
2011-02-10 18:41 Transifex User
2011-02-10 18:40 Transifex User
2011-02-10 18:38 Transifex User
2011-02-07 14:16 Transifex User
2011-02-07 12:38 Transifex User
2011-02-06 22:41 Transifex User
2011-02-06 22:21 Transifex User
2011-02-06 21:52 Transifex User
2011-02-06 19:01 Transifex User
2011-02-06 16:05 Transifex User
2011-02-06 15:30 Transifex User
2011-02-06 15:17 Transifex User
2011-02-06 14:45 Transifex User
2011-02-06 14:44 Transifex User
2011-02-06 14:42 Transifex User
2011-02-06 14:18 Transifex User
2011-02-06 13:41 Transifex User
2011-02-06 13:24 Transifex User
2011-02-06 12:26 Transifex User
2011-02-06 11:10 Transifex User
2011-02-06  1:04 Transifex User
2011-02-05 19:51 Transifex User
2011-02-05 19:10 Transifex User
2011-02-05 19:08 Transifex User
2011-02-05 19:01 Transifex User
2011-02-05 16:33 Transifex User
2011-02-05 16:18 Transifex User
2011-02-05 15:38 Azamat H. Hackimov
2011-02-04 16:56 transifex
2011-02-04 16:53 transifex
2011-02-04 16:48 transifex
2011-02-04 16:45 transifex
2011-02-04 16:43 transifex
2011-02-04 16:42 transifex
2011-02-04 16:41 transifex
2011-02-04 16:39 transifex
2011-02-04 16:37 transifex
2011-02-04 16:17 transifex
2011-02-04 16:14 transifex
2011-02-04 16:09 transifex
2011-02-04 16:06 transifex
2011-02-04 16:02 transifex

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8a9f2bcabe67e243b9fc5a883a0f3360824cacc7.transifex@gentoo \
    --to=transifex@gentoo.ru \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox