Skip to content

Commit 8a7e262

Browse files
williamdesweblate
authored andcommitted
Translated using Weblate (English (United Kingdom))
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>
1 parent b7a3907 commit 8a7e262

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

locale/en_GB/LC_MESSAGES/sqlparser.mo

790 Bytes
Binary file not shown.

locale/en_GB/LC_MESSAGES/sqlparser.po

+11-23
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ msgstr ""
66
"Project-Id-Version: SQL parser 5\n"
77
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
88
"POT-Creation-Date: 2020-03-20 21:01+0100\n"
9-
"PO-Revision-Date: 2017-10-26 23:49+0000\n"
10-
"Last-Translator: Bo Anderson <bo@toxicflames.co.uk>\n"
9+
"PO-Revision-Date: 2020-03-20 21:02+0000\n"
10+
"Last-Translator: William Desportes <williamdes@wdes.fr>\n"
1111
"Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/"
1212
"phpmyadmin/sql-parser/en_GB/>\n"
1313
"Language: en_GB\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18-
"X-Generator: Weblate 2.17\n"
18+
"X-Generator: Weblate 4.0-dev\n"
1919

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

3030
#: src/Components/AlterOperation.php:290
3131
msgid "Missing comma before start of a new alter operation."
32-
msgstr ""
32+
msgstr "Missing comma before start of a new alter operation."
3333

3434
#: src/Components/AlterOperation.php:302
3535
msgid "Unrecognized alter operation."
@@ -70,25 +70,21 @@ msgid "Unexpected end of CASE expression"
7070
msgstr "Unexpected end of CASE expression"
7171

7272
#: src/Components/CaseExpression.php:225
73-
#, fuzzy
74-
#| msgid "Unexpected end of CASE expression"
7573
msgid "Potential duplicate alias of CASE expression."
76-
msgstr "Unexpected end of CASE expression"
74+
msgstr "Potential duplicate alias of CASE expression."
7775

7876
#: src/Components/CaseExpression.php:236
7977
msgid "An alias expected after AS but got "
80-
msgstr ""
78+
msgstr "An alias expected after AS but got "
8179

8280
#: src/Components/CaseExpression.php:248 src/Components/Expression.php:353
8381
#: src/Components/Expression.php:373 src/Components/Expression.php:408
8482
msgid "An alias was previously found."
8583
msgstr "An alias was previously found."
8684

8785
#: src/Components/CaseExpression.php:262
88-
#, fuzzy
89-
#| msgid "An alias was expected."
9086
msgid "An alias was expected after AS."
91-
msgstr "An alias was expected."
87+
msgstr "An alias was expected after AS."
9288

9389
#: src/Components/CreateDefinition.php:252
9490
msgid ""
@@ -145,16 +141,12 @@ msgid "An offset was expected."
145141
msgstr "An offset was expected."
146142

147143
#: src/Components/LockExpression.php:91
148-
#, fuzzy
149-
#| msgid "Unexpected end of CASE expression"
150144
msgid "Unexpected end of LOCK expression."
151-
msgstr "Unexpected end of CASE expression"
145+
msgstr "Unexpected end of LOCK expression."
152146

153147
#: src/Components/LockExpression.php:199
154-
#, fuzzy
155-
#| msgid "Unexpected end of CASE expression"
156148
msgid "Unexpected end of Lock expression."
157-
msgstr "Unexpected end of CASE expression"
149+
msgstr "Unexpected end of LOCK expression."
158150

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

253245
#: src/Statements/LockStatement.php:116
254-
#, fuzzy
255-
#| msgid "Unexpected beginning of statement."
256246
msgid "Unexpected end of LOCK statement."
257-
msgstr "Unexpected beginning of statement."
247+
msgstr "Unexpected end of LOCK statement."
258248

259249
#: src/Statements/PurgeStatement.php:136
260-
#, fuzzy
261-
#| msgid "Unexpected keyword."
262250
msgid "Unexpected keyword"
263-
msgstr "Unexpected keyword."
251+
msgstr "Unexpected keyword"
264252

265253
#~ msgid "error #1"
266254
#~ msgstr "error #1"

0 commit comments

Comments
 (0)