-
-
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 76.7% (33 of 43 strings)
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 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 0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2017-01-24 10:49+0100\n" | ||
"PO-Revision-Date: 2017-01-05 18:42+0000\n" | ||
"Last-Translator: Mateusz Wasik <morwa666@gmail.com>\n" | ||
"PO-Revision-Date: 2017-01-28 13:02+0000\n" | ||
"Last-Translator: Jarosław Pietras <jarko2227@gmail.com>\n" | ||
"Language-Team: Polish <https://hosted.weblate.org/projects/phpmyadmin/sql-" | ||
"parser/pl/>\n" | ||
"Language: pl\n" | ||
|
@@ -110,9 +110,9 @@ msgid "An offset was expected." | |
msgstr "" | ||
|
||
#: src/Components/OptionsArray.php:143 | ||
#, php-format | ||
#, fuzzy, php-format | ||
msgid "This option conflicts with \"%1$s\"." | ||
msgstr "" | ||
msgstr "Ta opcja zawiera konflikt z \"%1$s\"." | ||
|
||
#: src/Components/RenameOperation.php:97 | ||
msgid "The old name of the table was expected." | ||
|
@@ -164,8 +164,9 @@ msgid "Unrecognized statement type." | |
msgstr "Nierozpoznany typ polecenia." | ||
|
||
#: src/Parser.php:527 | ||
#, fuzzy | ||
msgid "No transaction was previously started." | ||
msgstr "" | ||
msgstr "Transakcja nie została wcześniej uruchomiona." | ||
|
||
#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 | ||
#: src/Statements/DeleteStatement.php:286 | ||
|
@@ -176,8 +177,9 @@ msgid "Unexpected token." | |
msgstr "Nieoczekiwany znak." | ||
|
||
#: src/Statement.php:306 | ||
#, fuzzy | ||
msgid "This type of clause was previously parsed." | ||
msgstr "" | ||
msgstr "Ten rodzaj klauzuli był wcześniej analizowany." | ||
|
||
#: src/Statement.php:366 | ||
msgid "Unrecognized keyword." | ||
|