1
1
#
2
2
msgid ""
3
3
msgstr ""
4
- "Project-Id-Version : SQL parser 0 \n "
4
+ "Project-Id-Version : SQL parser 5 \n "
5
5
"
Report-Msgid-Bugs-To :
[email protected] \n"
6
- "POT-Creation-Date : 2017-08-21 12:54+0200 \n "
6
+ "POT-Creation-Date : 2020-03-20 21:01+0100 \n "
7
7
"PO-Revision-Date : 2015-10-15 11:30+0200\n "
8
8
"
Last-Translator :
Michal Čihař <[email protected] >\n "
9
9
"Language-Team : Afrikaans <https://hosted.weblate.org/projects/phpmyadmin/ "
@@ -15,227 +15,272 @@ msgstr ""
15
15
"Plural-Forms : nplurals=2; plural=n != 1;\n "
16
16
"X-Generator : Weblate 2.5-dev\n "
17
17
18
- #: src/Component.php:43 src/Component.php:63
18
+ #: src/Component.php:41 src/Component.php:61
19
19
msgid "Not implemented yet."
20
20
msgstr ""
21
21
22
- #: src/Components/AlterOperation.php:241 src/Statement.php:334
22
+ #: src/Components/AlterOperation.php:278 src/Statement.php:351
23
23
msgid ""
24
24
"A new statement was found, but no delimiter between it and the previous one."
25
25
msgstr ""
26
26
27
- #: src/Components/AlterOperation.php:253
27
+ #: src/Components/AlterOperation.php:290
28
+ msgid "Missing comma before start of a new alter operation."
29
+ msgstr ""
30
+
31
+ #: src/Components/AlterOperation.php:302
28
32
msgid "Unrecognized alter operation."
29
33
msgstr ""
30
34
31
- #: src/Components/Array2d.php:88
35
+ #: src/Components/Array2d.php:86
32
36
#, php-format
33
37
msgid "%1$d values were expected, but found %2$d."
34
38
msgstr ""
35
39
36
- #: src/Components/Array2d.php:111
40
+ #: src/Components/Array2d.php:110
37
41
msgid "An opening bracket followed by a set of values was expected."
38
42
msgstr ""
39
43
40
- #: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201
44
+ #: src/Components/ArrayObj.php:112 src/Components/CreateDefinition.php:230
41
45
msgid "An opening bracket was expected."
42
46
msgstr ""
43
47
44
- #: src/Components/CaseExpression.php:135 src/Components/CaseExpression.php:164
45
- #: src/Components/CaseExpression.php:176 src/Components/CaseExpression.php:190
46
- #: src/Statements/DeleteStatement.php:227
47
- #: src/Statements/DeleteStatement.php:244
48
- #: src/Statements/DeleteStatement.php:292
49
- #: src/Statements/DeleteStatement.php:303
50
- #: src/Statements/DeleteStatement.php:333
51
- #: src/Statements/DeleteStatement.php:344
48
+ #: src/Components/CaseExpression.php:136 src/Components/CaseExpression.php:164
49
+ #: src/Components/CaseExpression.php:177 src/Components/CaseExpression.php:191
50
+ #: src/Components/IndexHint.php:131 src/Components/IndexHint.php:160
51
+ #: src/Components/LockExpression.php:171 src/Components/LockExpression.php:181
52
+ #: src/Components/LockExpression.php:189 src/Statements/DeleteStatement.php:254
53
+ #: src/Statements/DeleteStatement.php:269
54
+ #: src/Statements/DeleteStatement.php:313
55
+ #: src/Statements/DeleteStatement.php:325
56
+ #: src/Statements/DeleteStatement.php:356
57
+ #: src/Statements/DeleteStatement.php:367
52
58
#: src/Statements/InsertStatement.php:189
53
- #: src/Statements/InsertStatement.php:217 src/Statements/LoadStatement.php:258
54
- #: src/Statements/ReplaceStatement.php:155
55
- #: src/Statements/ReplaceStatement.php:182
59
+ #: src/Statements/InsertStatement.php:217 src/Statements/LoadStatement.php:271
60
+ #: src/Statements/LockStatement.php:86 src/Statements/ ReplaceStatement.php:155
61
+ #: src/Statements/ReplaceStatement.php:183
56
62
msgid "Unexpected keyword."
57
63
msgstr ""
58
64
59
- #: src/Components/CaseExpression.php:199
65
+ #: src/Components/CaseExpression.php:200
60
66
msgid "Unexpected end of CASE expression"
61
67
msgstr ""
62
68
63
- #: src/Components/CreateDefinition.php:223
69
+ #: src/Components/CaseExpression.php:225
70
+ msgid "Potential duplicate alias of CASE expression."
71
+ msgstr ""
72
+
73
+ #: src/Components/CaseExpression.php:236
74
+ msgid "An alias expected after AS but got "
75
+ msgstr ""
76
+
77
+ #: src/Components/CaseExpression.php:248 src/Components/Expression.php:353
78
+ #: src/Components/Expression.php:373 src/Components/Expression.php:408
79
+ msgid "An alias was previously found."
80
+ msgstr ""
81
+
82
+ #: src/Components/CaseExpression.php:262
83
+ #, fuzzy
84
+ #| msgid "With selected:"
85
+ msgid "An alias was expected after AS."
86
+ msgstr "Met gekose:"
87
+
88
+ #: src/Components/CreateDefinition.php:252
64
89
msgid ""
65
90
"A symbol name was expected! A reserved keyword can not be used as a column "
66
91
"name without backquotes."
67
92
msgstr ""
68
93
69
- #: src/Components/CreateDefinition.php:237
94
+ #: src/Components/CreateDefinition.php:266
70
95
#, fuzzy
71
96
#| msgid "With selected:"
72
97
msgid "A symbol name was expected!"
73
98
msgstr "Met gekose:"
74
99
75
- #: src/Components/CreateDefinition.php:270
100
+ #: src/Components/CreateDefinition.php:301
76
101
#, fuzzy
77
102
#| msgid "With selected:"
78
103
msgid "A comma or a closing bracket was expected."
79
104
msgstr "Met gekose:"
80
105
81
- #: src/Components/CreateDefinition.php:286
106
+ #: src/Components/CreateDefinition.php:317
82
107
msgid "A closing bracket was expected."
83
108
msgstr ""
84
109
85
- #: src/Components/DataType.php:123
110
+ #: src/Components/DataType.php:130
86
111
msgid "Unrecognized data type."
87
112
msgstr ""
88
113
89
- #: src/Components/Expression .php:244 src/Components/Expression.php:394
114
+ #: src/Components/ExpressionArray .php:101
90
115
#, fuzzy
91
116
#| msgid "With selected:"
92
- msgid "An alias was expected."
117
+ msgid "An expression was expected."
93
118
msgstr "Met gekose:"
94
119
95
- #: src/Components/Expression.php:332 src/Components/Expression.php:351
96
- #: src/Components/Expression.php:383
97
- msgid "An alias was previously found."
98
- msgstr ""
120
+ #: src/Components/Expression.php:258 src/Components/Expression.php:420
121
+ #, fuzzy
122
+ #| msgid "With selected:"
123
+ msgid "An alias was expected."
124
+ msgstr "Met gekose:"
99
125
100
- #: src/Components/Expression.php:364
126
+ #: src/Components/Expression.php:387
101
127
msgid "Unexpected dot."
102
128
msgstr ""
103
129
104
- #: src/Components/ExpressionArray.php:102
105
- #, fuzzy
106
- #| msgid "With selected:"
107
- msgid "An expression was expected."
108
- msgstr "Met gekose:"
130
+ #: src/Components/IndexHint.php:137 src/Components/IndexHint.php:166
131
+ #: src/Components/LockExpression.php:159 src/Components/SetOperation.php:138
132
+ #: src/Statement.php:247 src/Statements/DeleteStatement.php:278
133
+ #: src/Statements/DeleteStatement.php:329
134
+ #: src/Statements/InsertStatement.php:227
135
+ #: src/Statements/InsertStatement.php:247 src/Statements/LoadStatement.php:274
136
+ #: src/Statements/LoadStatement.php:302 src/Statements/LoadStatement.php:323
137
+ #: src/Statements/LockStatement.php:93 src/Statements/LockStatement.php:99
138
+ #: src/Statements/PurgeStatement.php:109 src/Statements/PurgeStatement.php:119
139
+ #: src/Statements/PurgeStatement.php:139
140
+ #: src/Statements/ReplaceStatement.php:192
141
+ msgid "Unexpected token."
142
+ msgstr ""
109
143
110
- #: src/Components/Limit.php:86 src/Components/Limit.php:108
144
+ #: src/Components/Limit.php:80 src/Components/Limit.php:108
111
145
msgid "An offset was expected."
112
146
msgstr ""
113
147
114
- #: src/Components/OptionsArray.php:143
148
+ #: src/Components/LockExpression.php:91
149
+ #, fuzzy
150
+ #| msgid "At Beginning of Table"
151
+ msgid "Unexpected end of LOCK expression."
152
+ msgstr "By Begin van Tabel"
153
+
154
+ #: src/Components/LockExpression.php:199
155
+ #, fuzzy
156
+ #| msgid "At Beginning of Table"
157
+ msgid "Unexpected end of Lock expression."
158
+ msgstr "By Begin van Tabel"
159
+
160
+ #: src/Components/OptionsArray.php:145
115
161
#, php-format
116
162
msgid "This option conflicts with \" %1$s\" ."
117
163
msgstr ""
118
164
119
- #: src/Components/RenameOperation.php:109
165
+ #: src/Components/RenameOperation.php:105
120
166
msgid "The old name of the table was expected."
121
167
msgstr ""
122
168
123
- #: src/Components/RenameOperation.php:119
169
+ #: src/Components/RenameOperation.php:116
124
170
msgid "Keyword \" TO\" was expected."
125
171
msgstr ""
126
172
127
- #: src/Components/RenameOperation.php:135
173
+ #: src/Components/RenameOperation.php:132
128
174
msgid "The new name of the table was expected."
129
175
msgstr ""
130
176
131
- #: src/Components/RenameOperation.php:153
177
+ #: src/Components/RenameOperation.php:151
132
178
#, fuzzy
133
179
#| msgid "The row has been deleted."
134
180
msgid "A rename operation was expected."
135
181
msgstr "Die ry is verwyder"
136
182
137
- #: src/Components/SetOperation.php:117
183
+ #: src/Components/SetOperation.php:121
138
184
#, fuzzy
139
185
#| msgid "as regular expression"
140
186
msgid "Missing expression."
141
187
msgstr "as 'n regular expression"
142
188
143
- #: src/Lexer.php:237
189
+ #: src/Lexer.php:244
144
190
msgid "Unexpected character."
145
191
msgstr ""
146
192
147
- #: src/Lexer.php:278
193
+ #: src/Lexer.php:285
148
194
msgid "Expected whitespace(s) before delimiter."
149
195
msgstr ""
150
196
151
- #: src/Lexer.php:296 src/Lexer.php:314
197
+ #: src/Lexer.php:303 src/Lexer.php:325
152
198
msgid "Expected delimiter."
153
199
msgstr ""
154
200
155
- #: src/Lexer.php:843
201
+ #: src/Lexer.php:909
156
202
#, fuzzy , php-format
157
203
msgid "Ending quote %1$s was expected."
158
204
msgstr "Tabel %s is verwyder"
159
205
160
- #: src/Lexer.php:884
206
+ #: src/Lexer.php:955
161
207
msgid "Variable name was expected."
162
208
msgstr ""
163
209
164
- #: src/Parser.php:423
210
+ #: src/Parser.php:451
165
211
#, fuzzy
166
212
#| msgid "At Beginning of Table"
167
213
msgid "Unexpected beginning of statement."
168
214
msgstr "By Begin van Tabel"
169
215
170
- #: src/Parser.php:442
216
+ #: src/Parser.php:476
171
217
msgid "Unrecognized statement type."
172
218
msgstr ""
173
219
174
- #: src/Parser.php:527
220
+ #: src/Parser.php:565
175
221
msgid "No transaction was previously started."
176
222
msgstr ""
177
223
178
- #: src/Statement.php:242 src/Statements/DeleteStatement.php:254
179
- #: src/Statements/DeleteStatement.php:306
180
- #: src/Statements/InsertStatement.php:226
181
- #: src/Statements/InsertStatement.php:246 src/Statements/LoadStatement.php:261
182
- #: src/Statements/LoadStatement.php:291 src/Statements/LoadStatement.php:310
183
- #: src/Statements/ReplaceStatement.php:190
184
- msgid "Unexpected token."
185
- msgstr ""
186
-
187
- #: src/Statement.php:306
224
+ #: src/Statement.php:318
188
225
msgid "This type of clause was previously parsed."
189
226
msgstr ""
190
227
191
- #: src/Statement.php:366
228
+ #: src/Statement.php:396
192
229
msgid "Unrecognized keyword."
193
230
msgstr ""
194
231
195
- #: src/Statement.php:377
232
+ #: src/Statement.php:407
196
233
#, fuzzy
197
234
#| msgid "At Beginning of Table"
198
235
msgid "Keyword at end of statement."
199
236
msgstr "By Begin van Tabel"
200
237
201
- #: src/Statement.php:503
238
+ #: src/Statement.php:551
202
239
#, fuzzy
203
240
#| msgid "At Beginning of Table"
204
241
msgid "Unexpected ordering of clauses."
205
242
msgstr "By Begin van Tabel"
206
243
207
- #: src/Statements/CreateStatement.php:375
244
+ #: src/Statements/CreateStatement.php:492
208
245
msgid "The name of the entity was expected."
209
246
msgstr ""
210
247
211
- #: src/Statements/CreateStatement.php:430
248
+ #: src/Statements/CreateStatement.php:542
212
249
#, fuzzy
213
250
#| msgid "With selected:"
214
251
msgid "A table name was expected."
215
252
msgstr "Met gekose:"
216
253
217
- #: src/Statements/CreateStatement.php:438
254
+ #: src/Statements/CreateStatement.php:550
218
255
#, fuzzy
219
256
#| msgid "The row has been deleted."
220
257
msgid "At least one column definition was expected."
221
258
msgstr "Die ry is verwyder"
222
259
223
- #: src/Statements/CreateStatement.php:550
260
+ #: src/Statements/CreateStatement.php:665
224
261
msgid "A \" RETURNS\" keyword was expected."
225
262
msgstr ""
226
263
227
- #: src/Statements/DeleteStatement.php:314
264
+ #: src/Statements/DeleteStatement.php:337
228
265
msgid "This type of clause is not valid in Multi-table queries."
229
266
msgstr ""
230
267
231
- #: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:58
268
+ #: src/Statements/LockStatement.php:116
269
+ #, fuzzy
270
+ #| msgid "At Beginning of Table"
271
+ msgid "Unexpected end of LOCK statement."
272
+ msgstr "By Begin van Tabel"
273
+
274
+ #: src/Statements/PurgeStatement.php:136
275
+ msgid "Unexpected keyword"
276
+ msgstr ""
277
+
232
278
#, fuzzy
233
- #| msgid "Error"
234
- msgid "error #1"
235
- msgstr "Fout"
279
+ #~ | msgid "Error"
280
+ #~ msgid "error #1"
281
+ #~ msgstr "Fout"
236
282
237
- #: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
238
283
#, fuzzy
239
- #| msgid "Query"
240
- msgid "strict error"
241
- msgstr "Navraag dmv Voorbeeld"
284
+ #~ | msgid "Query"
285
+ #~ msgid "strict error"
286
+ #~ msgstr "Navraag dmv Voorbeeld"
0 commit comments