Skip to content

Commit

Permalink
Translated using Weblate (Polish)
Browse files Browse the repository at this point in the history
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 <sto@tutanota.de>
  • Loading branch information
WaldiSt authored and weblate committed Apr 17, 2021
1 parent 62745ab commit c6dd2c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
Binary file modified locale/pl/LC_MESSAGES/sqlparser.mo
Binary file not shown.
25 changes: 9 additions & 16 deletions locale/pl/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: SQL parser 5\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\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 <blade-14@o2.pl>\n"
"PO-Revision-Date: 2021-04-17 13:26+0000\n"
"Last-Translator: WaldiS <sto@tutanota.de>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/phpmyadmin/"
"sql-parser/pl/>\n"
"Language: pl\n"
Expand All @@ -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."
Expand All @@ -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."
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c6dd2c1

Please sign in to comment.