-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 92.5% (50 of 54 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/pl/ Signed-off-by: Aleksander <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,17 +4,17 @@ msgstr "" | |
"Project-Id-Version: SQL parser 5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2021-12-29 16:13-0300\n" | ||
"PO-Revision-Date: 2021-04-17 13:26+0000\n" | ||
"Last-Translator: WaldiS <[email protected]>\n" | ||
"Language-Team: Polish <https://hosted.weblate.org/projects/phpmyadmin/sql-" | ||
"parser/pl/>\n" | ||
"PO-Revision-Date: 2022-03-10 16:57+0000\n" | ||
"Last-Translator: Aleksander <[email protected]>\n" | ||
"Language-Team: Polish <https://hosted.weblate.org/projects/phpmyadmin/" | ||
"sql-parser/pl/>\n" | ||
"Language: pl\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " | ||
"|| n%100>=20) ? 1 : 2;\n" | ||
"X-Generator: Weblate 4.6-dev\n" | ||
"X-Generator: Weblate 4.12-dev\n" | ||
|
||
#: src/Component.php:42 src/Component.php:62 | ||
msgid "Not implemented yet." | ||
|
@@ -74,18 +74,16 @@ msgstr "Potencjalny zduplikowany alias wyrażenia CASE" | |
|
||
#: src/Components/CaseExpression.php:228 | ||
msgid "An alias expected after AS but got " | ||
msgstr "" | ||
msgstr "Oczekiwano alias po AS, lecz otrzymano " | ||
|
||
#: src/Components/CaseExpression.php:241 src/Components/Expression.php:353 | ||
#: src/Components/Expression.php:373 src/Components/Expression.php:408 | ||
msgid "An alias was previously found." | ||
msgstr "Wcześniej znaleziono alias." | ||
|
||
#: src/Components/CaseExpression.php:255 | ||
#, fuzzy | ||
#| msgid "An alias was expected." | ||
msgid "An alias was expected after AS." | ||
msgstr "Oczekiwano aliasu." | ||
msgstr "Oczekiwano aliasu po AS." | ||
|
||
#: src/Components/CreateDefinition.php:254 | ||
msgid "" | ||
|