11#
22msgid ""
33msgstr ""
4- "Project-Id-Version : SQL parser 0 \n "
4+ "Project-Id-Version : SQL parser 5 \n "
55"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
6- "POT-Creation-Date : 2017-08-21 12:54+0200 \n "
6+ "POT-Creation-Date : 2020-03-20 21:01+0100 \n "
77"PO-Revision-Date : 2015-10-15 11:30+0200\n "
88"Last-Translator : Michal Čihař <michal@cihar.com>\n "
99"Language-Team : Afrikaans <https://hosted.weblate.org/projects/phpmyadmin/ "
@@ -15,227 +15,272 @@ msgstr ""
1515"Plural-Forms : nplurals=2; plural=n != 1;\n "
1616"X-Generator : Weblate 2.5-dev\n "
1717
18- #: src/Component.php:43 src/Component.php:63
18+ #: src/Component.php:41 src/Component.php:61
1919msgid "Not implemented yet."
2020msgstr ""
2121
22- #: src/Components/AlterOperation.php:241 src/Statement.php:334
22+ #: src/Components/AlterOperation.php:278 src/Statement.php:351
2323msgid ""
2424"A new statement was found, but no delimiter between it and the previous one."
2525msgstr ""
2626
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
2832msgid "Unrecognized alter operation."
2933msgstr ""
3034
31- #: src/Components/Array2d.php:88
35+ #: src/Components/Array2d.php:86
3236#, php-format
3337msgid "%1$d values were expected, but found %2$d."
3438msgstr ""
3539
36- #: src/Components/Array2d.php:111
40+ #: src/Components/Array2d.php:110
3741msgid "An opening bracket followed by a set of values was expected."
3842msgstr ""
3943
40- #: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201
44+ #: src/Components/ArrayObj.php:112 src/Components/CreateDefinition.php:230
4145msgid "An opening bracket was expected."
4246msgstr ""
4347
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
5258#: 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
5662msgid "Unexpected keyword."
5763msgstr ""
5864
59- #: src/Components/CaseExpression.php:199
65+ #: src/Components/CaseExpression.php:200
6066msgid "Unexpected end of CASE expression"
6167msgstr ""
6268
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
6489msgid ""
6590"A symbol name was expected! A reserved keyword can not be used as a column "
6691"name without backquotes."
6792msgstr ""
6893
69- #: src/Components/CreateDefinition.php:237
94+ #: src/Components/CreateDefinition.php:266
7095#, fuzzy
7196#| msgid "With selected:"
7297msgid "A symbol name was expected!"
7398msgstr "Met gekose:"
7499
75- #: src/Components/CreateDefinition.php:270
100+ #: src/Components/CreateDefinition.php:301
76101#, fuzzy
77102#| msgid "With selected:"
78103msgid "A comma or a closing bracket was expected."
79104msgstr "Met gekose:"
80105
81- #: src/Components/CreateDefinition.php:286
106+ #: src/Components/CreateDefinition.php:317
82107msgid "A closing bracket was expected."
83108msgstr ""
84109
85- #: src/Components/DataType.php:123
110+ #: src/Components/DataType.php:130
86111msgid "Unrecognized data type."
87112msgstr ""
88113
89- #: src/Components/Expression .php:244 src/Components/Expression.php:394
114+ #: src/Components/ExpressionArray .php:101
90115#, fuzzy
91116#| msgid "With selected:"
92- msgid "An alias was expected."
117+ msgid "An expression was expected."
93118msgstr "Met gekose:"
94119
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:"
99125
100- #: src/Components/Expression.php:364
126+ #: src/Components/Expression.php:387
101127msgid "Unexpected dot."
102128msgstr ""
103129
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 ""
109143
110- #: src/Components/Limit.php:86 src/Components/Limit.php:108
144+ #: src/Components/Limit.php:80 src/Components/Limit.php:108
111145msgid "An offset was expected."
112146msgstr ""
113147
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
115161#, php-format
116162msgid "This option conflicts with \" %1$s\" ."
117163msgstr ""
118164
119- #: src/Components/RenameOperation.php:109
165+ #: src/Components/RenameOperation.php:105
120166msgid "The old name of the table was expected."
121167msgstr ""
122168
123- #: src/Components/RenameOperation.php:119
169+ #: src/Components/RenameOperation.php:116
124170msgid "Keyword \" TO\" was expected."
125171msgstr ""
126172
127- #: src/Components/RenameOperation.php:135
173+ #: src/Components/RenameOperation.php:132
128174msgid "The new name of the table was expected."
129175msgstr ""
130176
131- #: src/Components/RenameOperation.php:153
177+ #: src/Components/RenameOperation.php:151
132178#, fuzzy
133179#| msgid "The row has been deleted."
134180msgid "A rename operation was expected."
135181msgstr "Die ry is verwyder"
136182
137- #: src/Components/SetOperation.php:117
183+ #: src/Components/SetOperation.php:121
138184#, fuzzy
139185#| msgid "as regular expression"
140186msgid "Missing expression."
141187msgstr "as 'n regular expression"
142188
143- #: src/Lexer.php:237
189+ #: src/Lexer.php:244
144190msgid "Unexpected character."
145191msgstr ""
146192
147- #: src/Lexer.php:278
193+ #: src/Lexer.php:285
148194msgid "Expected whitespace(s) before delimiter."
149195msgstr ""
150196
151- #: src/Lexer.php:296 src/Lexer.php:314
197+ #: src/Lexer.php:303 src/Lexer.php:325
152198msgid "Expected delimiter."
153199msgstr ""
154200
155- #: src/Lexer.php:843
201+ #: src/Lexer.php:909
156202#, fuzzy , php-format
157203msgid "Ending quote %1$s was expected."
158204msgstr "Tabel %s is verwyder"
159205
160- #: src/Lexer.php:884
206+ #: src/Lexer.php:955
161207msgid "Variable name was expected."
162208msgstr ""
163209
164- #: src/Parser.php:423
210+ #: src/Parser.php:451
165211#, fuzzy
166212#| msgid "At Beginning of Table"
167213msgid "Unexpected beginning of statement."
168214msgstr "By Begin van Tabel"
169215
170- #: src/Parser.php:442
216+ #: src/Parser.php:476
171217msgid "Unrecognized statement type."
172218msgstr ""
173219
174- #: src/Parser.php:527
220+ #: src/Parser.php:565
175221msgid "No transaction was previously started."
176222msgstr ""
177223
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
188225msgid "This type of clause was previously parsed."
189226msgstr ""
190227
191- #: src/Statement.php:366
228+ #: src/Statement.php:396
192229msgid "Unrecognized keyword."
193230msgstr ""
194231
195- #: src/Statement.php:377
232+ #: src/Statement.php:407
196233#, fuzzy
197234#| msgid "At Beginning of Table"
198235msgid "Keyword at end of statement."
199236msgstr "By Begin van Tabel"
200237
201- #: src/Statement.php:503
238+ #: src/Statement.php:551
202239#, fuzzy
203240#| msgid "At Beginning of Table"
204241msgid "Unexpected ordering of clauses."
205242msgstr "By Begin van Tabel"
206243
207- #: src/Statements/CreateStatement.php:375
244+ #: src/Statements/CreateStatement.php:492
208245msgid "The name of the entity was expected."
209246msgstr ""
210247
211- #: src/Statements/CreateStatement.php:430
248+ #: src/Statements/CreateStatement.php:542
212249#, fuzzy
213250#| msgid "With selected:"
214251msgid "A table name was expected."
215252msgstr "Met gekose:"
216253
217- #: src/Statements/CreateStatement.php:438
254+ #: src/Statements/CreateStatement.php:550
218255#, fuzzy
219256#| msgid "The row has been deleted."
220257msgid "At least one column definition was expected."
221258msgstr "Die ry is verwyder"
222259
223- #: src/Statements/CreateStatement.php:550
260+ #: src/Statements/CreateStatement.php:665
224261msgid "A \" RETURNS\" keyword was expected."
225262msgstr ""
226263
227- #: src/Statements/DeleteStatement.php:314
264+ #: src/Statements/DeleteStatement.php:337
228265msgid "This type of clause is not valid in Multi-table queries."
229266msgstr ""
230267
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+
232278#, fuzzy
233- #| msgid "Error"
234- msgid "error #1"
235- msgstr "Fout"
279+ #~ | msgid "Error"
280+ #~ msgid "error #1"
281+ #~ msgstr "Fout"
236282
237- #: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
238283#, 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