@@ -6,16 +6,16 @@ msgstr ""
6
6
"Project-Id-Version : SQL parser 0\n "
7
7
"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
8
8
"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 "
11
11
"Language-Team : Czech <https://hosted.weblate.org/projects/phpmyadmin/sql- "
12
12
"parser/cs/>\n "
13
13
"Language : cs\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
16
16
"Content-Transfer-Encoding : 8bit\n "
17
17
"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 "
19
19
20
20
#: src/Component.php:43 src/Component.php:63
21
21
msgid "Not implemented yet."
@@ -33,9 +33,9 @@ msgid "Unrecognized alter operation."
33
33
msgstr "Zobrazení ikon pro operace s tabulkami"
34
34
35
35
#: src/Components/Array2d.php:88
36
- #, php-format
36
+ #, fuzzy , php-format
37
37
msgid "%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 "
39
39
40
40
#: src/Components/Array2d.php:111
41
41
msgid "An opening bracket followed by a set of values was expected."
@@ -87,8 +87,9 @@ msgid "A closing bracket was expected."
87
87
msgstr ""
88
88
89
89
#: src/Components/DataType.php:123
90
+ #, fuzzy
90
91
msgid "Unrecognized data type."
91
- msgstr ""
92
+ msgstr "Neočekávaný datový typ. "
92
93
93
94
#: src/Components/Expression.php:244 src/Components/Expression.php:394
94
95
#, fuzzy
@@ -127,8 +128,9 @@ msgid "The old name of the table was expected."
127
128
msgstr "Počet aktuálně otevřených tabulek."
128
129
129
130
#: src/Components/RenameOperation.php:119
131
+ #, fuzzy
130
132
msgid "Keyword \" TO\" was expected."
131
- msgstr ""
133
+ msgstr "Bylo očekáváno klíčové slovo \" TO \" . "
132
134
133
135
#: src/Components/RenameOperation.php:135
134
136
#, fuzzy
@@ -152,7 +154,7 @@ msgstr "jako regulární výraz"
152
154
#, fuzzy
153
155
#| msgid "Unexpected characters on line %s."
154
156
msgid "Unexpected character."
155
- msgstr "Neočekávané znaky na řádku %s ."
157
+ msgstr "Neočekávaný znak ."
156
158
157
159
#: src/Lexer.php:278
158
160
msgid "Expected whitespace(s) before delimiter."
@@ -229,7 +231,7 @@ msgstr "Počet aktuálně otevřených tabulek."
229
231
#, fuzzy
230
232
#| msgid "Table name template"
231
233
msgid "A table name was expected."
232
- msgstr "Vzor pro jméno tabulky"
234
+ msgstr "Bylo očekáváno jméno tabulky. "
233
235
234
236
#: src/Statements/CreateStatement.php:438
235
237
#, fuzzy
@@ -238,18 +240,17 @@ msgid "At least one column definition was expected."
238
240
msgstr "Šablona byla smazána."
239
241
240
242
#: src/Statements/CreateStatement.php:550
243
+ #, fuzzy
241
244
msgid "A \" RETURNS\" keyword was expected."
242
- msgstr ""
245
+ msgstr "Bylo očekáváno klíčové slovo \" RETURNS \" . "
243
246
244
247
#: src/Statements/DeleteStatement.php:314
245
248
msgid "This type of clause is not valid in Multi-table queries."
246
249
msgstr ""
247
250
248
251
#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:58
249
- #, fuzzy
250
- #| msgid "errors."
251
252
msgid "error #1"
252
- msgstr "chyb. "
253
+ msgstr "chyba #1 "
253
254
254
255
#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
255
256
#, fuzzy
0 commit comments