@@ -6,16 +6,16 @@ msgstr ""
66"Project-Id-Version : SQL parser 0\n "
77"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
88"POT-Creation-Date : 2017-08-21 12:54+0200\n "
9- "PO-Revision-Date : 2017-06-30 12:18 +0000\n "
10- "Last-Translator : Michal Čihař <michal@cihar .com>\n "
9+ "PO-Revision-Date : 2017-10-19 08:45 +0000\n "
10+ "Last-Translator : David Kindl <mtwango@gmail .com>\n "
1111"Language-Team : Czech <https://hosted.weblate.org/projects/phpmyadmin/sql- "
1212"parser/cs/>\n "
1313"Language : cs\n "
1414"MIME-Version : 1.0\n "
1515"Content-Type : text/plain; charset=UTF-8\n "
1616"Content-Transfer-Encoding : 8bit\n "
1717"Plural-Forms : nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n "
18- "X-Generator : Weblate 2.15 \n "
18+ "X-Generator : Weblate 2.17 \n "
1919
2020#: src/Component.php:43 src/Component.php:63
2121msgid "Not implemented yet."
@@ -33,9 +33,9 @@ msgid "Unrecognized alter operation."
3333msgstr "Zobrazení ikon pro operace s tabulkami"
3434
3535#: src/Components/Array2d.php:88
36- #, php-format
36+ #, fuzzy , php-format
3737msgid "%1$d values were expected, but found %2$d."
38- msgstr ""
38+ msgstr "Byly nalezeny %2$d hodnoty, namísto očekávaných %1$d "
3939
4040#: src/Components/Array2d.php:111
4141msgid "An opening bracket followed by a set of values was expected."
@@ -87,8 +87,9 @@ msgid "A closing bracket was expected."
8787msgstr ""
8888
8989#: src/Components/DataType.php:123
90+ #, fuzzy
9091msgid "Unrecognized data type."
91- msgstr ""
92+ msgstr "Neočekávaný datový typ. "
9293
9394#: src/Components/Expression.php:244 src/Components/Expression.php:394
9495#, fuzzy
@@ -127,8 +128,9 @@ msgid "The old name of the table was expected."
127128msgstr "Počet aktuálně otevřených tabulek."
128129
129130#: src/Components/RenameOperation.php:119
131+ #, fuzzy
130132msgid "Keyword \" TO\" was expected."
131- msgstr ""
133+ msgstr "Bylo očekáváno klíčové slovo \" TO \" . "
132134
133135#: src/Components/RenameOperation.php:135
134136#, fuzzy
@@ -152,7 +154,7 @@ msgstr "jako regulární výraz"
152154#, fuzzy
153155#| msgid "Unexpected characters on line %s."
154156msgid "Unexpected character."
155- msgstr "Neočekávané znaky na řádku %s ."
157+ msgstr "Neočekávaný znak ."
156158
157159#: src/Lexer.php:278
158160msgid "Expected whitespace(s) before delimiter."
@@ -229,7 +231,7 @@ msgstr "Počet aktuálně otevřených tabulek."
229231#, fuzzy
230232#| msgid "Table name template"
231233msgid "A table name was expected."
232- msgstr "Vzor pro jméno tabulky"
234+ msgstr "Bylo očekáváno jméno tabulky. "
233235
234236#: src/Statements/CreateStatement.php:438
235237#, fuzzy
@@ -238,18 +240,17 @@ msgid "At least one column definition was expected."
238240msgstr "Šablona byla smazána."
239241
240242#: src/Statements/CreateStatement.php:550
243+ #, fuzzy
241244msgid "A \" RETURNS\" keyword was expected."
242- msgstr ""
245+ msgstr "Bylo očekáváno klíčové slovo \" RETURNS \" . "
243246
244247#: src/Statements/DeleteStatement.php:314
245248msgid "This type of clause is not valid in Multi-table queries."
246249msgstr ""
247250
248251#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:58
249- #, fuzzy
250- #| msgid "errors."
251252msgid "error #1"
252- msgstr "chyb. "
253+ msgstr "chyba #1 "
253254
254255#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
255256#, fuzzy
0 commit comments