Skip to content

Commit

Permalink
Translated using Weblate (Greek)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (50 of 50 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/el/
Signed-off-by: Eugenia Russell <eugenia.russell2019@gmail.com>
  • Loading branch information
eugenia-russell authored and weblate committed May 3, 2021
1 parent 2f9dc62 commit f63ab21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 28 deletions.
Binary file modified locale/el/LC_MESSAGES/sqlparser.mo
Binary file not shown.
42 changes: 14 additions & 28 deletions locale/el/LC_MESSAGES/sqlparser.po
Expand Up @@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: SQL parser 5\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2020-03-20 21:01+0100\n"
"PO-Revision-Date: 2017-01-24 07:02+0000\n"
"Last-Translator: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/phpmyadmin/sql-"
"parser/el/>\n"
"PO-Revision-Date: 2021-05-03 14:31+0000\n"
"Last-Translator: Eugenia Russell <eugenia.russell2019@gmail.com>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/phpmyadmin/"
"sql-parser/el/>\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"
"X-Generator: Weblate 2.11-dev\n"
"X-Generator: Weblate 4.7-dev\n"

#: src/Component.php:41 src/Component.php:61
msgid "Not implemented yet."
Expand All @@ -28,7 +28,7 @@ msgstr ""

#: src/Components/AlterOperation.php:290
msgid "Missing comma before start of a new alter operation."
msgstr ""
msgstr "Λείπει κόμμα πριν από την έναρξη μιας νέας λειτουργίας αλλαγής."

#: src/Components/AlterOperation.php:302
msgid "Unrecognized alter operation."
Expand Down Expand Up @@ -69,25 +69,21 @@ msgid "Unexpected end of CASE expression"
msgstr "Μη αναμενόμενο τέλος της έκφρασης CASE"

#: src/Components/CaseExpression.php:225
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Potential duplicate alias of CASE expression."
msgstr "Μη αναμενόμενο τέλος της έκφρασης CASE"
msgstr "Μη αναμενόμενο τέλος της έκφρασης CASE."

#: src/Components/CaseExpression.php:236
msgid "An alias expected after AS but got "
msgstr ""
msgstr "Ένα ψευδώνυμο αναμενόταν μετά το AS αλλά πήρε "

#: src/Components/CaseExpression.php:248 src/Components/Expression.php:353
#: src/Components/Expression.php:373 src/Components/Expression.php:408
msgid "An alias was previously found."
msgstr "Βρέθηκε μια ετικέτα προηγουμένως."

#: src/Components/CaseExpression.php:262
#, fuzzy
#| msgid "An alias was expected."
msgid "An alias was expected after AS."
msgstr "Αναμενόταν μια ετικέτα."
msgstr "Ένα ψευδώνυμο αναμενόταν μετά το AS."

#: src/Components/CreateDefinition.php:252
msgid ""
Expand Down Expand Up @@ -144,16 +140,12 @@ msgid "An offset was expected."
msgstr "Αναμενόταν μια αντιστάθμιση."

#: src/Components/LockExpression.php:91
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Unexpected end of LOCK expression."
msgstr "Μη αναμενόμενο τέλος της έκφρασης CASE"
msgstr "Μη αναμενόμενο τέλος της έκφρασης CASE."

#: src/Components/LockExpression.php:199
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Unexpected end of Lock expression."
msgstr "Μη αναμενόμενο τέλος της έκφρασης CASE"
msgstr "Μη αναμενόμενο τέλος της έκφρασης CASE."

#: src/Components/OptionsArray.php:145
#, php-format
Expand Down Expand Up @@ -222,10 +214,8 @@ msgid "Unrecognized keyword."
msgstr "Μη αναγνωρισμένη λέξη κλειδί."

#: src/Statement.php:407
#, fuzzy
#| msgid "Unexpected beginning of statement."
msgid "Keyword at end of statement."
msgstr "Μη αναμενόμενη έναρξη δήλωσης."
msgstr "Λέξη-κλειδί στο τέλος της δήλωσης."

#: src/Statement.php:551
msgid "Unexpected ordering of clauses."
Expand All @@ -252,16 +242,12 @@ msgid "This type of clause is not valid in Multi-table queries."
msgstr "Αυτός ο τύπος ρύτρας δεν είναι έγκυρος σε ερωτήματα πολλαπλών πινάκων."

#: src/Statements/LockStatement.php:116
#, fuzzy
#| msgid "Unexpected beginning of statement."
msgid "Unexpected end of LOCK statement."
msgstr "Μη αναμενόμενη έναρξη δήλωσης."
msgstr "Μη αναμενόμενο τέλος της δήλωσης LOCK."

#: src/Statements/PurgeStatement.php:136
#, fuzzy
#| msgid "Unexpected keyword."
msgid "Unexpected keyword"
msgstr "Μη αναμενόμενη λέξη-κλειδί."
msgstr "Μη αναμενόμενη λέξη-κλειδί"

#~ msgid "error #1"
#~ msgstr "σφάλμα #1"
Expand Down

0 comments on commit f63ab21

Please sign in to comment.