Skip to content

Commit

Permalink
Translated using Weblate (Czech)
Browse files Browse the repository at this point in the history
Currently translated at 9.0% (4 of 44 strings)

[CI skip]
  • Loading branch information
mtwango authored and weblate committed Oct 19, 2017
1 parent c0d374a commit c2dcc83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
Binary file modified locale/cs/LC_MESSAGES/sqlparser.mo
Binary file not shown.
27 changes: 14 additions & 13 deletions locale/cs/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ msgstr ""
"Project-Id-Version: SQL parser 0\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2017-08-21 12:54+0200\n"
"PO-Revision-Date: 2017-06-30 12:18+0000\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"PO-Revision-Date: 2017-10-19 08:45+0000\n"
"Last-Translator: David Kindl <mtwango@gmail.com>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/phpmyadmin/sql-"
"parser/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 2.15\n"
"X-Generator: Weblate 2.17\n"

#: src/Component.php:43 src/Component.php:63
msgid "Not implemented yet."
Expand All @@ -33,9 +33,9 @@ msgid "Unrecognized alter operation."
msgstr "Zobrazení ikon pro operace s tabulkami"

#: src/Components/Array2d.php:88
#, php-format
#, fuzzy, php-format
msgid "%1$d values were expected, but found %2$d."
msgstr ""
msgstr "Byly nalezeny %2$d hodnoty, namísto očekávaných %1$d"

#: src/Components/Array2d.php:111
msgid "An opening bracket followed by a set of values was expected."
Expand Down Expand Up @@ -87,8 +87,9 @@ msgid "A closing bracket was expected."
msgstr ""

#: src/Components/DataType.php:123
#, fuzzy
msgid "Unrecognized data type."
msgstr ""
msgstr "Neočekávaný datový typ."

#: src/Components/Expression.php:244 src/Components/Expression.php:394
#, fuzzy
Expand Down Expand Up @@ -127,8 +128,9 @@ msgid "The old name of the table was expected."
msgstr "Počet aktuálně otevřených tabulek."

#: src/Components/RenameOperation.php:119
#, fuzzy
msgid "Keyword \"TO\" was expected."
msgstr ""
msgstr "Bylo očekáváno klíčové slovo \"TO\"."

#: src/Components/RenameOperation.php:135
#, fuzzy
Expand All @@ -152,7 +154,7 @@ msgstr "jako regulární výraz"
#, fuzzy
#| msgid "Unexpected characters on line %s."
msgid "Unexpected character."
msgstr "Neočekávané znaky na řádku %s."
msgstr "Neočekávaný znak."

#: src/Lexer.php:278
msgid "Expected whitespace(s) before delimiter."
Expand Down Expand Up @@ -229,7 +231,7 @@ msgstr "Počet aktuálně otevřených tabulek."
#, fuzzy
#| msgid "Table name template"
msgid "A table name was expected."
msgstr "Vzor pro jméno tabulky"
msgstr "Bylo očekáváno jméno tabulky."

#: src/Statements/CreateStatement.php:438
#, fuzzy
Expand All @@ -238,18 +240,17 @@ msgid "At least one column definition was expected."
msgstr "Šablona byla smazána."

#: src/Statements/CreateStatement.php:550
#, fuzzy
msgid "A \"RETURNS\" keyword was expected."
msgstr ""
msgstr "Bylo očekáváno klíčové slovo \"RETURNS\"."

#: src/Statements/DeleteStatement.php:314
msgid "This type of clause is not valid in Multi-table queries."
msgstr ""

#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:58
#, fuzzy
#| msgid "errors."
msgid "error #1"
msgstr "chyb."
msgstr "chyba #1"

#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
#, fuzzy
Expand Down

0 comments on commit c2dcc83

Please sign in to comment.