The branch, master has been updated via 4a0b63d0709643c5355026a79360011d4c435908 (commit) via ef2d1b5ded1cc2e1e9b02d3d03cfedf16b7ab58c (commit) from 7c47f5eec9a346e48ecf4b6d8d0f2e290b5676d7 (commit)
- Log ----------------------------------------------------------------- commit 4a0b63d0709643c5355026a79360011d4c435908 Author: Michal Čihař mcihar@novell.com Date: Tue Nov 30 13:56:32 2010 +0100
Generate greek translation.
commit ef2d1b5ded1cc2e1e9b02d3d03cfedf16b7ab58c Author: Michal Čihař mcihar@novell.com Date: Tue Nov 30 13:52:28 2010 +0100
Define Greek language.
-----------------------------------------------------------------------
Summary of changes: Makefile | 2 +- addendum/{html_comment.ca => html_comment.el} | 0 addendum/{html_credits.ca => html_credits.el} | 0 ...d-translations.ca => html_head-translations.el} | 0 addendum/{html_head.ca => html_head.el} | 0 get-lang-name | 3 + output/{ca => el}/docs.css | 0 output/{ca => el}/favicon.ico | Bin 18902 -> 18902 bytes output/{nl => el}/index-full-template.html | 8 +- output/{nb => el}/index.html | 8 +- .../themes/original/img/docs_menu_bg.png | Bin 148 -> 148 bytes .../{ca => el}/themes/original/img/logo_right.png | Bin 5658 -> 5658 bytes output/{gl => el}/translators.html | 56 +++++----- pot/es-full.pot => po/el.po | 113 ++++++++++---------- pot/{fr-full.pot => el-full.pot} | 32 +++--- pot/{fr-html.pot => el-html.pot} | 20 ++-- pot/{ca-txt.pot => el-txt.pot} | 2 +- 17 files changed, 125 insertions(+), 119 deletions(-) copy addendum/{html_comment.ca => html_comment.el} (100%) copy addendum/{html_credits.ca => html_credits.el} (100%) copy addendum/{html_head-translations.ca => html_head-translations.el} (100%) copy addendum/{html_head.ca => html_head.el} (100%) copy output/{ca => el}/docs.css (100%) copy output/{ca => el}/favicon.ico (100%) copy output/{nl => el}/index-full-template.html (72%) copy output/{nb => el}/index.html (63%) copy output/{ca => el}/themes/original/img/docs_menu_bg.png (100%) copy output/{ca => el}/themes/original/img/logo_right.png (100%) copy output/{gl => el}/translators.html (91%) copy pot/es-full.pot => po/el.po (99%) copy pot/{fr-full.pot => el-full.pot} (99%) copy pot/{fr-html.pot => el-html.pot} (99%) copy pot/{ca-txt.pot => el-txt.pot} (99%)
diff --git a/Makefile b/Makefile index aed6b72..f311fc7 100755 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Makefile to build translations
-LANGUAGES=it pl ja fr cs gl sv nl ka tr fi ca hu nb es de lt ro mn pt_BR zh_CN zh_TW hy en_GB sk sl +LANGUAGES=it pl ja fr cs gl sv nl ka tr fi ca hu nb es de lt ro mn pt_BR zh_CN zh_TW hy en_GB sk sl el PO4AOPTS=-M utf-8 -k 15 PO4A_PO_OPTS=--msgid-bugs-address phpmyadmin-devel@lists.sourceforge.net \ --copyright-holder "the phpMyAdmin project" \ diff --git a/addendum/html_comment.ca b/addendum/html_comment.el similarity index 100% copy from addendum/html_comment.ca copy to addendum/html_comment.el diff --git a/addendum/html_credits.ca b/addendum/html_credits.el similarity index 100% copy from addendum/html_credits.ca copy to addendum/html_credits.el diff --git a/addendum/html_head-translations.ca b/addendum/html_head-translations.el similarity index 100% copy from addendum/html_head-translations.ca copy to addendum/html_head-translations.el diff --git a/addendum/html_head.ca b/addendum/html_head.el similarity index 100% copy from addendum/html_head.ca copy to addendum/html_head.el diff --git a/get-lang-name b/get-lang-name index 978d3e2..2201e72 100755 --- a/get-lang-name +++ b/get-lang-name @@ -81,6 +81,9 @@ case $1 in sl) echo "Slovenian" ;; + el) + echo "Greek" + ;; ### MARKER TO ADD NEW LANGUAGE NAMES ### *) echo $1 diff --git a/output/ca/docs.css b/output/el/docs.css similarity index 100% copy from output/ca/docs.css copy to output/el/docs.css diff --git a/output/nl/index-full-template.html b/output/el/index-full-template.html similarity index 72% copy from output/nl/index-full-template.html copy to output/el/index-full-template.html index 6ddb0f8..01bb383 100644 --- a/output/nl/index-full-template.html +++ b/output/el/index-full-template.html @@ -1,14 +1,14 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="el" version="-//W3C//DTD XHTML 1.1//EN" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>phpMyAdmin Dutch Documentation</title> + <title>phpMyAdmin Greek Documentation</title> </head> <body> -<h1>phpMyAdmin Dutch Documentation</h1> -<p>Documents translated to Dutch:</p> +<h1>phpMyAdmin Greek Documentation</h1> +<p>Documents translated to Greek:</p> <ul> <li><a href="INSTALL">INSTALL</a></li> <li><a href="TODO">TODO</a></li> diff --git a/output/nb/index.html b/output/el/index.html similarity index 63% copy from output/nb/index.html copy to output/el/index.html index b91b03f..a03e548 100644 --- a/output/nb/index.html +++ b/output/el/index.html @@ -1,14 +1,14 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nb" +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="el" version="-//W3C//DTD XHTML 1.1//EN" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>phpMyAdmin nb Documentation</title> + <title>phpMyAdmin Greek Documentation</title> </head> <body> -<h1>phpMyAdmin nb Documentation</h1> -<p>Documents translated to nb:</p> +<h1>phpMyAdmin Greek Documentation</h1> +<p>Documents translated to Greek:</p> <ul> <li><a href="translators.html">Translators</a></li> </ul> diff --git a/output/gl/translators.html b/output/el/translators.html similarity index 91% copy from output/gl/translators.html copy to output/el/translators.html index 0cb9c05..7b76d96 100644 --- a/output/gl/translators.html +++ b/output/el/translators.html @@ -76,7 +76,7 @@ provide e-mail support.</span></p>
<table class="translators"> <tr> - <th>Lingua</th> + <th>Γλώσσα</th> <th>Official translator(s)</th> </tr>
@@ -95,7 +95,7 @@ provide e-mail support.</span></p> </tr>
<tr id="arabic"> - <td>Árabe</td> + <td>Αραβικά</td> <td> Mohammed Farag (meno25wiki@gmail.com) </td> @@ -144,7 +144,7 @@ provide e-mail support.</span></p> </tr>
<tr id="bulgarian"> - <td>Búlgaro</td> + <td>Βουλγαρικά</td> <td> Stanislav Yordanov (stan@stud.ru.acad.bg) </td> @@ -172,14 +172,14 @@ provide e-mail support.</span></p> </tr>
<tr id="croatian"> - <td>Croata</td> + <td>Κροατικά</td> <td> Renato Pavicic (renato@translator-shop.org) </td> </tr>
<tr id="czech"> - <td>Checo</td> + <td>Τσεχικά</td> <td> Michal Čihař (michal@cihar.com)<br /> Ondřej Vadinský (nicky726@gmail.com) @@ -187,7 +187,7 @@ provide e-mail support.</span></p> </tr>
<tr id="danish"> - <td>Dinamarqués</td> + <td>Δανικά</td> <td> Finn Sorensen (dk_alleykat@users.sourceforge.net) </td> @@ -201,7 +201,7 @@ provide e-mail support.</span></p> </tr>
<tr id="english"> - <td>Inglés</td> + <td>Αγγλικά</td> <td> the phpMyAdmin development team (phpmyadmin-devel@lists.sourceforge.net) </td> @@ -215,7 +215,7 @@ provide e-mail support.</span></p> </tr>
<tr id="estonian"> - <td>Estonio</td> + <td>Εσθονικά</td> <td> Marko Ellermaa (uhuu@users.sourceforge.net) </td> @@ -243,28 +243,28 @@ provide e-mail support.</span></p> </tr>
<tr id="georgian"> - <td>Xeorxiano</td> + <td>Γεωργιανά</td> <td> George Machitidze (gmachitidze@users.sourceforge.net) </td> </tr>
<tr id="german"> - <td>Alemán</td> + <td>Γερμανικά</td> <td> volunteer needed </td> </tr>
<tr id="greek"> - <td>Grego</td> + <td>Ελληνικά</td> <td> Panagiotis Papazoglou (panos78@users.sourceforge.net) </td> </tr>
<tr id="hebrew"> - <td>Hebreu</td> + <td>Εβραϊκά</td> <td> volunteer needed </td> @@ -278,7 +278,7 @@ provide e-mail support.</span></p> </tr>
<tr id="hungarian"> - <td>Húngaro</td> + <td>Ουγγρικά</td> <td> Jozsef Tamas Herczeg (localicer@gmail.com) </td> @@ -299,28 +299,28 @@ provide e-mail support.</span></p> </tr>
<tr id="japanese"> - <td>Xaponés</td> + <td>Ιαπωνικά</td> <td> Tadashi Jokagi (elf2000@users.sourceforge.net) </td> </tr>
<tr id="korean"> - <td>Coreano</td> + <td>Κορεατικά</td> <td> volunteer needed </td> </tr>
<tr id="latvian"> - <td>Letonio</td> + <td>Λιθουανικά</td> <td> volunteer needed </td> </tr>
<tr id="lithuanian"> - <td>Lituano</td> + <td>Λιθουανικά</td> <td> Rytis Slatkevicius (rytis_s@users.sourceforge.net) </td> @@ -355,14 +355,14 @@ provide e-mail support.</span></p> </tr>
<tr id="persian"> - <td>Persa</td> + <td>Περσικά</td> <td> volunteer needed </td> </tr>
<tr id="polish"> - <td>Polonés</td> + <td>Πολωνικά</td> <td> volunteer needed </td> @@ -376,14 +376,14 @@ provide e-mail support.</span></p> </tr>
<tr id="romanian"> - <td>Romeno</td> + <td>Ρουμάνικα</td> <td> Sergiu Bivol (sbivol@users.sourceforge.net) </td> </tr>
<tr id="russian"> - <td>Ruso</td> + <td>Ρωσικά</td> <td> Victor Volkov and project php-myadmin.ru </td> @@ -404,28 +404,28 @@ provide e-mail support.</span></p> </tr>
<tr id="slovak"> - <td>Eslovaco</td> + <td>Σλοβάκικα</td> <td> Ivan Kuriscak (shylauda69@users.sourceforge.net) </td> </tr>
<tr id="slovenian"> - <td>Esloveno</td> + <td>Σλοβένικα</td> <td> volunteer needed </td> </tr>
<tr id="spanish"> - <td>Español</td> + <td>Ισπανικά</td> <td> Dr. med. Daniel Hinostroza C. (phpmyadmin@cerebroperiferico.com) </td> </tr>
<tr id="swedish"> - <td>Sueco</td> + <td>Σουηδικά</td> <td> Björn T. Hallberg (bjornth@users.sourceforge.net) </td> @@ -446,21 +446,21 @@ provide e-mail support.</span></p> </tr>
<tr id="thai"> - <td>Tailandés</td> + <td>Ταϊλανδικά</td> <td> volunteer needed </td> </tr>
<tr id="turkish"> - <td>Turco</td> + <td>Τουρκικά</td> <td> Burak Yavuz (bourock@users.sourceforge.net) </td> </tr>
<tr id="ukrainian"> - <td>Ucraniano</td> + <td>Ουκρανικά</td> <td> volunteer needed </td> diff --git a/pot/es-full.pot b/po/el.po similarity index 99% copy from pot/es-full.pot copy to po/el.po index 1cf6e8b..31c4fcc 100644 --- a/pot/es-full.pot +++ b/po/el.po @@ -1,21 +1,21 @@ -# SOME DESCRIPTIVE TITLE -# Copyright (C) YEAR the phpMyAdmin project +# Greek translations for phpMyAdmin documentation package +# Copyright (C) 2010 the phpMyAdmin project # This file is distributed under the same license as the phpMyAdmin documentation package. -# FIRST AUTHOR EMAIL@ADDRESS, YEAR. +# Automatically generated, 2010. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-11-28 18:19+0100\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" -"Language: \n" +"POT-Creation-Date: 2010-11-30 13:55+0100\n" +"PO-Revision-Date: 2010-11-30 13:55+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: Content of: <html><head><title> #: ../phpmyadmin/Documentation.html:12 @@ -88,7 +88,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li> #: ../phpmyadmin/Documentation.html:38 ../phpmyadmin/translators.html:39 -#: output/es/index-full-template.html:17 +#: output/el/index-full-template.html:17 msgid "<a href="translators.html">Translators</a>" msgstr ""
@@ -3265,6 +3265,9 @@ msgid "" "contains more rows, "Previous" and "Next" links will be " "shown." msgstr "" +"Αριθμός γραμμών που θα προβάλονται όταν γίνεται περιήγηση σε κάποιο " +"αποτέλεσμα. Αν το αποτέλεσμα περιέχει περισσότερες γραμμές, θα εμφανίζονται " +"σύνδεσμοι «Προηγούμενο» και «Επόμενο»."
#. type: Content of: <html><body><div><dl><dt> #: ../phpmyadmin/Documentation.html:1559 @@ -5688,7 +5691,7 @@ msgstr "" #. type: Content of: <html><body><div><h3> #: ../phpmyadmin/Documentation.html:2563 msgid "Server" -msgstr "" +msgstr "Διακομιστής"
#. type: Content of: <html><body><div><h4> #: ../phpmyadmin/Documentation.html:2566 @@ -9268,7 +9271,7 @@ msgstr "" #. type: Content of: <html><body><div><h3> #: ../phpmyadmin/Documentation.html:4397 msgid "Security" -msgstr "" +msgstr "Ασφάλεια"
#. type: Content of: <html><body><div><h4> #: ../phpmyadmin/Documentation.html:4400 @@ -9561,9 +9564,9 @@ msgid "" " [check <a href="#credits">credits</a> for more details]\n" msgstr ""
-#. #-#-#-#-# es-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Content of: <html><body><div><p> -#. #-#-#-#-# es-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Plain text #: ../phpmyadmin/Documentation.html:4562 ../phpmyadmin/README:27 msgid "" @@ -9572,9 +9575,9 @@ msgid "" "the Free Software Foundation." msgstr ""
-#. #-#-#-#-# es-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Content of: <html><body><div><p> -#. #-#-#-#-# es-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Plain text #: ../phpmyadmin/Documentation.html:4568 ../phpmyadmin/README:32 msgid "" @@ -9584,9 +9587,9 @@ msgid "" "more details." msgstr ""
-#. #-#-#-#-# es-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Content of: <html><body><div><p> -#. #-#-#-#-# es-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Plain text #: ../phpmyadmin/Documentation.html:4575 ../phpmyadmin/README:36 msgid "" @@ -9877,7 +9880,7 @@ msgstr "" #. type: Content of: <html><body><div><ul><li><ul><li> #: ../phpmyadmin/Documentation.html:4682 msgid "Relation view" -msgstr "" +msgstr "Εμφάνιση συσχετίσεων"
#. type: Content of: <html><body><div><ul><li> #: ../phpmyadmin/Documentation.html:4685 @@ -10955,7 +10958,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><th> #: ../phpmyadmin/translators.html:62 msgid "Language" -msgstr "" +msgstr "Γλώσσα"
#. type: Content of: <html><body><div><table><tr><th> #: ../phpmyadmin/translators.html:63 @@ -10989,7 +10992,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:81 msgid "Arabic" -msgstr "" +msgstr "Αραβικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:83 @@ -11044,7 +11047,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:130 msgid "Bulgarian" -msgstr "" +msgstr "Βουλγαρικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:132 @@ -11084,7 +11087,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:158 msgid "Croatian" -msgstr "" +msgstr "Κροατικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:160 @@ -11094,7 +11097,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:165 msgid "Czech" -msgstr "" +msgstr "Τσεχικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:167 @@ -11109,7 +11112,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:173 msgid "Danish" -msgstr "" +msgstr "Δανικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:175 @@ -11129,7 +11132,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:187 msgid "English" -msgstr "" +msgstr "Αγγλικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:189 @@ -11150,7 +11153,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:201 msgid "Estonian" -msgstr "" +msgstr "Εσθονικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:203 @@ -11190,7 +11193,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:229 msgid "Georgian" -msgstr "" +msgstr "Γεωργιανά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:231 @@ -11200,12 +11203,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:236 msgid "German" -msgstr "" +msgstr "Γερμανικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:243 msgid "Greek" -msgstr "" +msgstr "Ελληνικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:245 @@ -11215,7 +11218,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:250 msgid "Hebrew" -msgstr "" +msgstr "Εβραϊκά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:257 @@ -11225,7 +11228,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:264 msgid "Hungarian" -msgstr "" +msgstr "Ουγγρικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:266 @@ -11250,7 +11253,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:285 msgid "Japanese" -msgstr "" +msgstr "Ιαπωνικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:287 @@ -11260,17 +11263,17 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:292 msgid "Korean" -msgstr "" +msgstr "Κορεατικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:299 msgid "Latvian" -msgstr "" +msgstr "Λιθουανικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:306 msgid "Lithuanian" -msgstr "" +msgstr "Λιθουανικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:308 @@ -11310,12 +11313,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:341 msgid "Persian" -msgstr "" +msgstr "Περσικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:348 msgid "Polish" -msgstr "" +msgstr "Πολωνικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:355 @@ -11325,7 +11328,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:362 msgid "Romanian" -msgstr "" +msgstr "Ρουμάνικα"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:364 @@ -11335,7 +11338,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:369 msgid "Russian" -msgstr "" +msgstr "Ρωσικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:371 @@ -11365,7 +11368,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:390 msgid "Slovak" -msgstr "" +msgstr "Σλοβάκικα"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:392 @@ -11375,12 +11378,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:397 msgid "Slovenian" -msgstr "" +msgstr "Σλοβένικα"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:404 msgid "Spanish" -msgstr "" +msgstr "Ισπανικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:406 @@ -11390,7 +11393,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:411 msgid "Swedish" -msgstr "" +msgstr "Σουηδικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:413 @@ -11420,12 +11423,12 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:432 msgid "Thai" -msgstr "" +msgstr "Ταϊλανδικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:439 msgid "Turkish" -msgstr "" +msgstr "Τουρκικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:441 @@ -11435,7 +11438,7 @@ msgstr "" #. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:446 msgid "Ukrainian" -msgstr "" +msgstr "Ουκρανικά"
#. type: Content of: <html><body><div><table><tr><td> #: ../phpmyadmin/translators.html:452 @@ -11453,32 +11456,32 @@ msgid "Abdurashid Muhitdinov (cool_zero@list.ru" msgstr ""
#. type: Content of: <html><body><h1> -#: output/es/index-full-template.html:7 output/es/index-full-template.html:10 -msgid "phpMyAdmin Spanish Documentation" +#: output/el/index-full-template.html:7 output/el/index-full-template.html:10 +msgid "phpMyAdmin Greek Documentation" msgstr ""
#. type: Content of: <html><body><p> -#: output/es/index-full-template.html:11 -msgid "Documents translated to Spanish:" +#: output/el/index-full-template.html:11 +msgid "Documents translated to Greek:" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/es/index-full-template.html:13 +#: output/el/index-full-template.html:13 msgid "<a href="INSTALL">INSTALL</a>" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/es/index-full-template.html:14 +#: output/el/index-full-template.html:14 msgid "<a href="TODO">TODO</a>" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/es/index-full-template.html:15 +#: output/el/index-full-template.html:15 msgid "<a href="README">README</a>" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/es/index-full-template.html:16 +#: output/el/index-full-template.html:16 msgid "<a href="Documentation.html">Main documentation</a>" msgstr ""
diff --git a/pot/fr-full.pot b/pot/el-full.pot similarity index 99% copy from pot/fr-full.pot copy to pot/el-full.pot index 3652deb..e4b4a8f 100644 --- a/pot/fr-full.pot +++ b/pot/el-full.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-11-28 18:18+0100\n" +"POT-Creation-Date: 2010-11-30 13:55+0100\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" @@ -88,7 +88,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li> #: ../phpmyadmin/Documentation.html:38 ../phpmyadmin/translators.html:39 -#: output/fr/index-full-template.html:17 +#: output/el/index-full-template.html:17 msgid "<a href="translators.html">Translators</a>" msgstr ""
@@ -9561,9 +9561,9 @@ msgid "" " [check <a href="#credits">credits</a> for more details]\n" msgstr ""
-#. #-#-#-#-# fr-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Content of: <html><body><div><p> -#. #-#-#-#-# fr-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Plain text #: ../phpmyadmin/Documentation.html:4562 ../phpmyadmin/README:27 msgid "" @@ -9572,9 +9572,9 @@ msgid "" "the Free Software Foundation." msgstr ""
-#. #-#-#-#-# fr-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Content of: <html><body><div><p> -#. #-#-#-#-# fr-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Plain text #: ../phpmyadmin/Documentation.html:4568 ../phpmyadmin/README:32 msgid "" @@ -9584,9 +9584,9 @@ msgid "" "more details." msgstr ""
-#. #-#-#-#-# fr-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Content of: <html><body><div><p> -#. #-#-#-#-# fr-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# +#. #-#-#-#-# el-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-# #. type: Plain text #: ../phpmyadmin/Documentation.html:4575 ../phpmyadmin/README:36 msgid "" @@ -11453,32 +11453,32 @@ msgid "Abdurashid Muhitdinov (cool_zero@list.ru" msgstr ""
#. type: Content of: <html><body><h1> -#: output/fr/index-full-template.html:7 output/fr/index-full-template.html:10 -msgid "phpMyAdmin French Documentation" +#: output/el/index-full-template.html:7 output/el/index-full-template.html:10 +msgid "phpMyAdmin Greek Documentation" msgstr ""
#. type: Content of: <html><body><p> -#: output/fr/index-full-template.html:11 -msgid "Documents translated to French:" +#: output/el/index-full-template.html:11 +msgid "Documents translated to Greek:" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/fr/index-full-template.html:13 +#: output/el/index-full-template.html:13 msgid "<a href="INSTALL">INSTALL</a>" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/fr/index-full-template.html:14 +#: output/el/index-full-template.html:14 msgid "<a href="TODO">TODO</a>" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/fr/index-full-template.html:15 +#: output/el/index-full-template.html:15 msgid "<a href="README">README</a>" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/fr/index-full-template.html:16 +#: output/el/index-full-template.html:16 msgid "<a href="Documentation.html">Main documentation</a>" msgstr ""
diff --git a/pot/fr-html.pot b/pot/el-html.pot similarity index 99% copy from pot/fr-html.pot copy to pot/el-html.pot index 3fb84af..68d5c75 100644 --- a/pot/fr-html.pot +++ b/pot/el-html.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-11-28 18:18+0100\n" +"POT-Creation-Date: 2010-11-30 13:55+0100\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" @@ -87,7 +87,7 @@ msgid "<a href="Documentation.html#credits">Credits</a>" msgstr ""
#. type: Content of: <html><body><ul><li> -#: ../phpmyadmin/Documentation.html:38 ../phpmyadmin/translators.html:39 output/fr/index-full-template.html:17 +#: ../phpmyadmin/Documentation.html:38 ../phpmyadmin/translators.html:39 output/el/index-full-template.html:17 msgid "<a href="translators.html">Translators</a>" msgstr ""
@@ -11496,32 +11496,32 @@ msgid "Abdurashid Muhitdinov (cool_zero@list.ru" msgstr ""
#. type: Content of: <html><body><h1> -#: output/fr/index-full-template.html:7 output/fr/index-full-template.html:10 -msgid "phpMyAdmin French Documentation" +#: output/el/index-full-template.html:7 output/el/index-full-template.html:10 +msgid "phpMyAdmin Greek Documentation" msgstr ""
#. type: Content of: <html><body><p> -#: output/fr/index-full-template.html:11 -msgid "Documents translated to French:" +#: output/el/index-full-template.html:11 +msgid "Documents translated to Greek:" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/fr/index-full-template.html:13 +#: output/el/index-full-template.html:13 msgid "<a href="INSTALL">INSTALL</a>" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/fr/index-full-template.html:14 +#: output/el/index-full-template.html:14 msgid "<a href="TODO">TODO</a>" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/fr/index-full-template.html:15 +#: output/el/index-full-template.html:15 msgid "<a href="README">README</a>" msgstr ""
#. type: Content of: <html><body><ul><li> -#: output/fr/index-full-template.html:16 +#: output/el/index-full-template.html:16 msgid "<a href="Documentation.html">Main documentation</a>" msgstr ""
diff --git a/pot/ca-txt.pot b/pot/el-txt.pot similarity index 99% copy from pot/ca-txt.pot copy to pot/el-txt.pot index 5f71cab..388e1e2 100644 --- a/pot/ca-txt.pot +++ b/pot/el-txt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin documentation VERSION\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2010-11-28 18:19+0100\n" +"POT-Creation-Date: 2010-11-30 13:55+0100\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"
hooks/post-receive