@@ -4,17 +4,17 @@ msgstr ""
44"Project-Id-Version : SQL parser 5\n "
55"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
66"POT-Creation-Date : 2023-02-26 22:46+0100\n "
7- "PO-Revision-Date : 2023-01-26 07:10 +0000\n "
8- "Last-Translator : liviuconcioiu <liviu.concioiu @gmail.com>\n "
9- "Language-Team : Polish <https://hosted.weblate.org/projects/phpmyadmin/sql- "
10- "parser/pl/>\n "
7+ "PO-Revision-Date : 2023-05-09 14:48 +0000\n "
8+ "Last-Translator : sebastians17 <sebastians117.ss @gmail.com>\n "
9+ "Language-Team : Polish <https://hosted.weblate.org/projects/phpmyadmin/ "
10+ "sql- parser/pl/>\n "
1111"Language : pl\n "
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
1515"Plural-Forms : nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
1616"|| n%100>=20) ? 1 : 2;\n "
17- "X-Generator : Weblate 4.16 -dev\n "
17+ "X-Generator : Weblate 4.18 -dev\n "
1818
1919#: src/Component.php:39 src/Component.php:59
2020msgid "Not implemented yet."
@@ -247,22 +247,16 @@ msgid "Unexpected keyword"
247247msgstr "Nieznane słowo kluczowe"
248248
249249#: src/Statements/WithStatement.php:118
250- #, fuzzy
251- #| msgid "The name of the entity was expected."
252250msgid "The name of the CTE was expected."
253- msgstr "Oczekiwano nazwy obiektu ."
251+ msgstr "Oczekiwano nazwy CTE ."
254252
255253#: src/Statements/WithStatement.php:137
256- #, fuzzy
257- #| msgid "A \"RETURNS\" keyword was expected."
258254msgid "AS keyword was expected."
259- msgstr "Oczekiwano słowa kluczowego \" RETURNS \" ."
255+ msgstr "Oczekiwano słowa kluczowego AS ."
260256
261257#: src/Statements/WithStatement.php:149
262- #, fuzzy
263- #| msgid "The name of the entity was expected."
264258msgid "Subquery of the CTE was expected."
265- msgstr "Oczekiwano nazwy obiektu ."
259+ msgstr "Oczekiwano podzapytania CTE ."
266260
267261#: src/Statements/WithStatement.php:266
268262#, fuzzy
0 commit comments