Translated using Weblate (Polish)

Currently translated at 99.3% (3287 of 3309 strings)

[CI skip]

Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/pl/
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-01-22 03:09:41 +00:00 committed by Hosted Weblate
parent 8b07a8e570
commit 4d3147405f
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.9.7-dev\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2020-10-10 13:32-0300\n"
"PO-Revision-Date: 2020-08-30 19:36+0000\n"
"Last-Translator: Kozioł Marcin <koziol.martin@gmail.com>\n"
"PO-Revision-Date: 2021-01-22 03:16+0000\n"
"Last-Translator: William Desportes <williamdes@wdes.fr>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/phpmyadmin/4-9/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.2.1-dev\n"
"X-Generator: Weblate 4.5-dev\n"
#: ajax.php:21 ajax.php:50 export.php:196 libraries/classes/Export.php:1095
msgid "Bad type!"
@ -9636,7 +9636,7 @@ msgid ""
"both of the above<br /> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
"tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
msgstr ""
"obu powyższych<br /> Przykład:<code>INSERT INTO tbl_name (col_A,col_B) "
"obu powyższych<br /> Przykład:<code>INSERT INTO tbl_name (col_A,col_B,col_C) "
"VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
#: libraries/classes/Plugins/Export/ExportSql.php:430