-
-
Notifications
You must be signed in to change notification settings - Fork 102
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 94.0% (47 of 50 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/pl/ Signed-off-by: WaldiS <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
16 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,8 +4,8 @@ msgstr "" | |
"Project-Id-Version: SQL parser 5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2020-03-20 21:01+0100\n" | ||
"PO-Revision-Date: 2020-04-03 08:31+0000\n" | ||
"Last-Translator: Michal Biesiada <[email protected]>\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" | ||
"Language: pl\n" | ||
|
@@ -14,7 +14,7 @@ msgstr "" | |
"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.0-dev\n" | ||
"X-Generator: Weblate 4.6-dev\n" | ||
|
||
#: src/Component.php:41 src/Component.php:61 | ||
msgid "Not implemented yet." | ||
|
@@ -26,8 +26,9 @@ msgid "" | |
msgstr "Znaleziono kolejne polecenie, ale brakuje między nimi rozgranicznika." | ||
|
||
#: src/Components/AlterOperation.php:290 | ||
#, fuzzy | ||
msgid "Missing comma before start of a new alter operation." | ||
msgstr "" | ||
msgstr "Brak przecinka przed rozpoczęciem nowej operacji zmiany." | ||
|
||
#: src/Components/AlterOperation.php:302 | ||
msgid "Unrecognized alter operation." | ||
|
@@ -141,16 +142,12 @@ msgid "An offset was expected." | |
msgstr "Oczekiwano przesunięcia." | ||
|
||
#: src/Components/LockExpression.php:91 | ||
#, fuzzy | ||
#| msgid "Unexpected end of CASE expression" | ||
msgid "Unexpected end of LOCK expression." | ||
msgstr "Nieoczekiwany koniec polecenia CASE" | ||
msgstr "Nieoczekiwany koniec wyrażenia LOCK." | ||
|
||
#: src/Components/LockExpression.php:199 | ||
#, fuzzy | ||
#| msgid "Unexpected end of CASE expression" | ||
msgid "Unexpected end of Lock expression." | ||
msgstr "Nieoczekiwany koniec polecenia CASE" | ||
msgstr "Nieoczekiwany koniec wyrażenia Lock." | ||
|
||
#: src/Components/OptionsArray.php:145 | ||
#, php-format | ||
|
@@ -247,16 +244,12 @@ msgid "This type of clause is not valid in Multi-table queries." | |
msgstr "Ta klauzula nie może być stosowana w poleceniach międzytabelowych." | ||
|
||
#: src/Statements/LockStatement.php:116 | ||
#, fuzzy | ||
#| msgid "Unexpected beginning of statement." | ||
msgid "Unexpected end of LOCK statement." | ||
msgstr "Oczekiwano początku polecenia." | ||
msgstr "Nieoczekiwane zakończenie instrukcji LOCK." | ||
|
||
#: src/Statements/PurgeStatement.php:136 | ||
#, fuzzy | ||
#| msgid "Unexpected keyword." | ||
msgid "Unexpected keyword" | ||
msgstr "Nieznane słowo kluczowe." | ||
msgstr "Nieznane słowo kluczowe" | ||
|
||
#~ msgid "error #1" | ||
#~ msgstr "Błąd #1" | ||
|