@@ -6,16 +6,16 @@ msgstr ""
6
6
"Project-Id-Version : SQL parser 5\n "
7
7
"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
8
8
"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 "
11
11
"Language-Team : English (United Kingdom) <https://hosted.weblate.org/projects/ "
12
12
"phpmyadmin/sql-parser/en_GB/>\n "
13
13
"Language : en_GB\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
16
16
"Content-Transfer-Encoding : 8bit\n "
17
17
"Plural-Forms : nplurals=2; plural=n != 1;\n "
18
- "X-Generator : Weblate 2.17 \n "
18
+ "X-Generator : Weblate 4.0-dev \n "
19
19
20
20
#: src/Component.php:41 src/Component.php:61
21
21
msgid "Not implemented yet."
@@ -29,7 +29,7 @@ msgstr ""
29
29
30
30
#: src/Components/AlterOperation.php:290
31
31
msgid "Missing comma before start of a new alter operation."
32
- msgstr ""
32
+ msgstr "Missing comma before start of a new alter operation. "
33
33
34
34
#: src/Components/AlterOperation.php:302
35
35
msgid "Unrecognized alter operation."
@@ -70,25 +70,21 @@ msgid "Unexpected end of CASE expression"
70
70
msgstr "Unexpected end of CASE expression"
71
71
72
72
#: src/Components/CaseExpression.php:225
73
- #, fuzzy
74
- #| msgid "Unexpected end of CASE expression"
75
73
msgid "Potential duplicate alias of CASE expression."
76
- msgstr "Unexpected end of CASE expression"
74
+ msgstr "Potential duplicate alias of CASE expression. "
77
75
78
76
#: src/Components/CaseExpression.php:236
79
77
msgid "An alias expected after AS but got "
80
- msgstr ""
78
+ msgstr "An alias expected after AS but got "
81
79
82
80
#: src/Components/CaseExpression.php:248 src/Components/Expression.php:353
83
81
#: src/Components/Expression.php:373 src/Components/Expression.php:408
84
82
msgid "An alias was previously found."
85
83
msgstr "An alias was previously found."
86
84
87
85
#: src/Components/CaseExpression.php:262
88
- #, fuzzy
89
- #| msgid "An alias was expected."
90
86
msgid "An alias was expected after AS."
91
- msgstr "An alias was expected."
87
+ msgstr "An alias was expected after AS ."
92
88
93
89
#: src/Components/CreateDefinition.php:252
94
90
msgid ""
@@ -145,16 +141,12 @@ msgid "An offset was expected."
145
141
msgstr "An offset was expected."
146
142
147
143
#: src/Components/LockExpression.php:91
148
- #, fuzzy
149
- #| msgid "Unexpected end of CASE expression"
150
144
msgid "Unexpected end of LOCK expression."
151
- msgstr "Unexpected end of CASE expression"
145
+ msgstr "Unexpected end of LOCK expression. "
152
146
153
147
#: src/Components/LockExpression.php:199
154
- #, fuzzy
155
- #| msgid "Unexpected end of CASE expression"
156
148
msgid "Unexpected end of Lock expression."
157
- msgstr "Unexpected end of CASE expression"
149
+ msgstr "Unexpected end of LOCK expression. "
158
150
159
151
#: src/Components/OptionsArray.php:145
160
152
#, php-format
@@ -251,16 +243,12 @@ msgid "This type of clause is not valid in Multi-table queries."
251
243
msgstr "This type of clause is not valid in Multi-table queries."
252
244
253
245
#: src/Statements/LockStatement.php:116
254
- #, fuzzy
255
- #| msgid "Unexpected beginning of statement."
256
246
msgid "Unexpected end of LOCK statement."
257
- msgstr "Unexpected beginning of statement."
247
+ msgstr "Unexpected end of LOCK statement."
258
248
259
249
#: src/Statements/PurgeStatement.php:136
260
- #, fuzzy
261
- #| msgid "Unexpected keyword."
262
250
msgid "Unexpected keyword"
263
- msgstr "Unexpected keyword. "
251
+ msgstr "Unexpected keyword"
264
252
265
253
#~ msgid "error #1"
266
254
#~ msgstr "error #1"
0 commit comments