Skip to content

Commit

Permalink
Translated using Weblate (English (United Kingdom))
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/en_GB/
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes authored and weblate committed Mar 20, 2020
1 parent b7a3907 commit 8a7e262
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 23 deletions.
Binary file modified locale/en_GB/LC_MESSAGES/sqlparser.mo
Binary file not shown.
34 changes: 11 additions & 23 deletions locale/en_GB/LC_MESSAGES/sqlparser.po
Expand Up @@ -6,16 +6,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-10-26 23:49+0000\n"
"Last-Translator: Bo Anderson <bo@toxicflames.co.uk>\n"
"PO-Revision-Date: 2020-03-20 21:02+0000\n"
"Last-Translator: William Desportes <williamdes@wdes.fr>\n"
"Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/"
"phpmyadmin/sql-parser/en_GB/>\n"
"Language: en_GB\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.17\n"
"X-Generator: Weblate 4.0-dev\n"

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

#: src/Components/AlterOperation.php:290
msgid "Missing comma before start of a new alter operation."
msgstr ""
msgstr "Missing comma before start of a new alter operation."

#: src/Components/AlterOperation.php:302
msgid "Unrecognized alter operation."
Expand Down Expand Up @@ -70,25 +70,21 @@ msgid "Unexpected end of CASE expression"
msgstr "Unexpected end of CASE expression"

#: src/Components/CaseExpression.php:225
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Potential duplicate alias of CASE expression."
msgstr "Unexpected end of CASE expression"
msgstr "Potential duplicate alias of CASE expression."

#: src/Components/CaseExpression.php:236
msgid "An alias expected after AS but got "
msgstr ""
msgstr "An alias expected after AS but got "

#: 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 "An alias was previously found."

#: src/Components/CaseExpression.php:262
#, fuzzy
#| msgid "An alias was expected."
msgid "An alias was expected after AS."
msgstr "An alias was expected."
msgstr "An alias was expected after AS."

#: src/Components/CreateDefinition.php:252
msgid ""
Expand Down Expand Up @@ -145,16 +141,12 @@ msgid "An offset was expected."
msgstr "An offset was expected."

#: src/Components/LockExpression.php:91
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Unexpected end of LOCK expression."
msgstr "Unexpected end of CASE expression"
msgstr "Unexpected end of LOCK expression."

#: src/Components/LockExpression.php:199
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Unexpected end of Lock expression."
msgstr "Unexpected end of CASE expression"
msgstr "Unexpected end of LOCK expression."

#: src/Components/OptionsArray.php:145
#, php-format
Expand Down Expand Up @@ -251,16 +243,12 @@ msgid "This type of clause is not valid in Multi-table queries."
msgstr "This type of clause is not valid in Multi-table queries."

#: src/Statements/LockStatement.php:116
#, fuzzy
#| msgid "Unexpected beginning of statement."
msgid "Unexpected end of LOCK statement."
msgstr "Unexpected beginning of statement."
msgstr "Unexpected end of LOCK statement."

#: src/Statements/PurgeStatement.php:136
#, fuzzy
#| msgid "Unexpected keyword."
msgid "Unexpected keyword"
msgstr "Unexpected keyword."
msgstr "Unexpected keyword"

#~ msgid "error #1"
#~ msgstr "error #1"
Expand Down

0 comments on commit 8a7e262

Please sign in to comment.