Skip to content

Commit b276fad

Browse files
Frogerallweblate
authored andcommitted
Added translation using Weblate (Filipino)
[CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/fil/ Signed-off-by: John Adrian Salitico <saliticoadrian@gmail.com>
1 parent 59886d9 commit b276fad

File tree

2 files changed

+261
-0
lines changed

2 files changed

+261
-0
lines changed
536 Bytes
Binary file not shown.
Lines changed: 261 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,261 @@
1+
# phpMyAdmin SQL parser translation.
2+
# Copyright (C) 2015 - 2023 phpMyAdmin devel team
3+
# This file is distributed under the same license as the SQL parser package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: SQL parser 5\n"
9+
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
10+
"POT-Creation-Date: 2023-02-26 22:46+0100\n"
11+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12+
"Last-Translator: Automatically generated\n"
13+
"Language-Team: none\n"
14+
"Language: fil\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
19+
#: src/Component.php:39 src/Component.php:59
20+
msgid "Not implemented yet."
21+
msgstr ""
22+
23+
#: src/Components/AlterOperation.php:415 src/Statement.php:359
24+
msgid ""
25+
"A new statement was found, but no delimiter between it and the previous one."
26+
msgstr ""
27+
28+
#: src/Components/AlterOperation.php:427
29+
msgid "Missing comma before start of a new alter operation."
30+
msgstr ""
31+
32+
#: src/Components/AlterOperation.php:472
33+
msgid "Unrecognized alter operation."
34+
msgstr ""
35+
36+
#: src/Components/Array2d.php:88
37+
#, php-format
38+
msgid "%1$d values were expected, but found %2$d."
39+
msgstr ""
40+
41+
#: src/Components/Array2d.php:108
42+
msgid "An opening bracket followed by a set of values was expected."
43+
msgstr ""
44+
45+
#: src/Components/ArrayObj.php:106 src/Components/CreateDefinition.php:233
46+
msgid "An opening bracket was expected."
47+
msgstr ""
48+
49+
#: src/Components/CaseExpression.php:133 src/Components/CaseExpression.php:161
50+
#: src/Components/CaseExpression.php:172 src/Components/CaseExpression.php:184
51+
#: src/Components/IndexHint.php:134 src/Components/IndexHint.php:164
52+
#: src/Components/LockExpression.php:173 src/Components/LockExpression.php:180
53+
#: src/Components/LockExpression.php:188 src/Statements/DeleteStatement.php:249
54+
#: src/Statements/DeleteStatement.php:268
55+
#: src/Statements/DeleteStatement.php:308
56+
#: src/Statements/DeleteStatement.php:320
57+
#: src/Statements/DeleteStatement.php:346
58+
#: src/Statements/DeleteStatement.php:353
59+
#: src/Statements/InsertStatement.php:189
60+
#: src/Statements/InsertStatement.php:220 src/Statements/LoadStatement.php:265
61+
#: src/Statements/LockStatement.php:85 src/Statements/ReplaceStatement.php:149
62+
#: src/Statements/ReplaceStatement.php:178
63+
msgid "Unexpected keyword."
64+
msgstr ""
65+
66+
#: src/Components/CaseExpression.php:192
67+
msgid "Unexpected end of CASE expression"
68+
msgstr ""
69+
70+
#: src/Components/CaseExpression.php:212
71+
msgid "Potential duplicate alias of CASE expression."
72+
msgstr ""
73+
74+
#: src/Components/CaseExpression.php:225
75+
msgid "An alias expected after AS but got "
76+
msgstr ""
77+
78+
#: src/Components/CaseExpression.php:238 src/Components/Expression.php:352
79+
#: src/Components/Expression.php:372 src/Components/Expression.php:424
80+
msgid "An alias was previously found."
81+
msgstr ""
82+
83+
#: src/Components/CaseExpression.php:252
84+
msgid "An alias was expected after AS."
85+
msgstr ""
86+
87+
#: src/Components/CreateDefinition.php:255
88+
msgid ""
89+
"A symbol name was expected! A reserved keyword can not be used as a column "
90+
"name without backquotes."
91+
msgstr ""
92+
93+
#: src/Components/CreateDefinition.php:268
94+
msgid "A symbol name was expected!"
95+
msgstr ""
96+
97+
#: src/Components/CreateDefinition.php:300
98+
msgid "A comma or a closing bracket was expected."
99+
msgstr ""
100+
101+
#: src/Components/CreateDefinition.php:313 src/Statements/WithStatement.php:328
102+
msgid "A closing bracket was expected."
103+
msgstr ""
104+
105+
#: src/Components/DataType.php:130
106+
msgid "Unrecognized data type."
107+
msgstr ""
108+
109+
#: src/Components/ExpressionArray.php:106 src/Statements/WithStatement.php:197
110+
msgid "An expression was expected."
111+
msgstr ""
112+
113+
#: src/Components/Expression.php:257 src/Components/Expression.php:435
114+
msgid "An alias was expected."
115+
msgstr ""
116+
117+
#: src/Components/Expression.php:403
118+
msgid "Unexpected dot."
119+
msgstr ""
120+
121+
#: src/Components/IndexHint.php:140 src/Components/IndexHint.php:170
122+
#: src/Components/Key.php:259 src/Components/LockExpression.php:161
123+
#: src/Components/SetOperation.php:138 src/Statement.php:258
124+
#: src/Statements/DeleteStatement.php:263
125+
#: src/Statements/DeleteStatement.php:315
126+
#: src/Statements/ExplainStatement.php:161
127+
#: src/Statements/InsertStatement.php:203
128+
#: src/Statements/InsertStatement.php:240 src/Statements/LoadStatement.php:270
129+
#: src/Statements/LoadStatement.php:291 src/Statements/LoadStatement.php:310
130+
#: src/Statements/LockStatement.php:93 src/Statements/LockStatement.php:100
131+
#: src/Statements/PurgeStatement.php:106 src/Statements/PurgeStatement.php:119
132+
#: src/Statements/PurgeStatement.php:140
133+
#: src/Statements/ReplaceStatement.php:163 src/Statements/WithStatement.php:132
134+
msgid "Unexpected token."
135+
msgstr ""
136+
137+
#: src/Components/Limit.php:78 src/Components/Limit.php:105
138+
msgid "An offset was expected."
139+
msgstr ""
140+
141+
#: src/Components/LockExpression.php:91 src/Components/LockExpression.php:201
142+
msgid "Unexpected end of LOCK expression."
143+
msgstr ""
144+
145+
#: src/Components/OptionsArray.php:146
146+
#, php-format
147+
msgid "This option conflicts with \"%1$s\"."
148+
msgstr ""
149+
150+
#: src/Components/RenameOperation.php:103
151+
msgid "The old name of the table was expected."
152+
msgstr ""
153+
154+
#: src/Components/RenameOperation.php:109
155+
msgid "Keyword \"TO\" was expected."
156+
msgstr ""
157+
158+
#: src/Components/RenameOperation.php:124
159+
msgid "The new name of the table was expected."
160+
msgstr ""
161+
162+
#: src/Components/RenameOperation.php:140
163+
msgid "A rename operation was expected."
164+
msgstr ""
165+
166+
#: src/Components/SetOperation.php:121
167+
msgid "Missing expression."
168+
msgstr ""
169+
170+
#: src/Lexer.php:274
171+
msgid "Unexpected character."
172+
msgstr ""
173+
174+
#: src/Lexer.php:313
175+
msgid "Expected whitespace(s) before delimiter."
176+
msgstr ""
177+
178+
#: src/Lexer.php:329 src/Lexer.php:348
179+
msgid "Expected delimiter."
180+
msgstr ""
181+
182+
#: src/Lexer.php:1004
183+
#, php-format
184+
msgid "Ending quote %1$s was expected."
185+
msgstr ""
186+
187+
#: src/Lexer.php:1056
188+
msgid "Variable name was expected."
189+
msgstr ""
190+
191+
#: src/Parser.php:456
192+
msgid "Unexpected beginning of statement."
193+
msgstr ""
194+
195+
#: src/Parser.php:499
196+
msgid "Unrecognized statement type."
197+
msgstr ""
198+
199+
#: src/Parser.php:587
200+
msgid "No transaction was previously started."
201+
msgstr ""
202+
203+
#: src/Statement.php:327
204+
msgid "This type of clause was previously parsed."
205+
msgstr ""
206+
207+
#: src/Statement.php:398
208+
msgid "Unrecognized keyword."
209+
msgstr ""
210+
211+
#: src/Statement.php:409
212+
msgid "Keyword at end of statement."
213+
msgstr ""
214+
215+
#: src/Statement.php:555
216+
msgid "Unexpected ordering of clauses."
217+
msgstr ""
218+
219+
#: src/Statements/CreateStatement.php:549
220+
msgid "The name of the entity was expected."
221+
msgstr ""
222+
223+
#: src/Statements/CreateStatement.php:598
224+
msgid "A table name was expected."
225+
msgstr ""
226+
227+
#: src/Statements/CreateStatement.php:603
228+
msgid "At least one column definition was expected."
229+
msgstr ""
230+
231+
#: src/Statements/CreateStatement.php:707
232+
msgid "A \"RETURNS\" keyword was expected."
233+
msgstr ""
234+
235+
#: src/Statements/DeleteStatement.php:329
236+
msgid "This type of clause is not valid in Multi-table queries."
237+
msgstr ""
238+
239+
#: src/Statements/LockStatement.php:120
240+
msgid "Unexpected end of LOCK statement."
241+
msgstr ""
242+
243+
#: src/Statements/PurgeStatement.php:138
244+
msgid "Unexpected keyword"
245+
msgstr ""
246+
247+
#: src/Statements/WithStatement.php:118
248+
msgid "The name of the CTE was expected."
249+
msgstr ""
250+
251+
#: src/Statements/WithStatement.php:137
252+
msgid "AS keyword was expected."
253+
msgstr ""
254+
255+
#: src/Statements/WithStatement.php:149
256+
msgid "Subquery of the CTE was expected."
257+
msgstr ""
258+
259+
#: src/Statements/WithStatement.php:266
260+
msgid "Unexpected end of the WITH CTE."
261+
msgstr ""

0 commit comments

Comments
 (0)