84
84
msgid "Don't show warnings after every statement."
88
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
91
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
96
"Your Drizzle connection id is %u\n"
97
"Server version: %s\n"
101
msgid "Reading history-file %s\n"
102
msgstr "Čtení souboru historie %s\n"
105
msgid "Couldn't allocate memory for temp histfile!\n"
108
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
112
msgid "Writing history-file %s\n"
121
msgid "Query aborted by Ctrl+C\n"
122
msgstr "Otázka zrušena od Ctrl+C\n"
124
msgid "Display this help and exit."
87
msgid "Error: Invalid Value for connect_timeout"
90
msgid "Error: Invalid Value for max_input_line"
94
msgid "Displays this help and exit."
125
95
msgstr "Zobrazit tuto nápovědu a odejít."
127
msgid "Synonym for -?"
128
msgstr "Synonymum pro -?"
131
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
132
"and field completion, but startup and reconnecting may take a longer time. "
133
"Disable with --disable-auto-rehash."
137
"No automatic rehashing. One has to use 'rehash' to get table and field "
138
"completion. This gives a quicker start of drizzle_st and disables rehashing "
139
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
143
"Automatically switch to vertical output mode if the result is wider than the "
148
98
"Don't use history file. Disable interactive behavior. (Enables --silent)"
228
157
"you can set variables directly with --variable-name=value."
160
msgid "Output in table format."
163
msgid "Only allow UPDATE and DELETE that uses keys."
166
msgid "Synonym for option --safe-updates, -U."
169
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
172
msgid "Output version information and exit."
175
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
178
msgid "Number of lines before each import progress report."
181
msgid "Ping the server to check if it's alive."
184
msgid "Configuration file defaults are not used if no-defaults is set"
188
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
189
"and field completion, but startup and reconnecting may take a longer time. "
190
"Disable with --disable-auto-rehash."
194
"No automatic rehashing. One has to use 'rehash' to get table and field "
195
"completion. This gives a quicker start of drizzle_st and disables rehashing "
196
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
200
"Automatically switch to vertical output mode if the result is wider than the "
204
msgid "Database to use."
210
msgid "Delimiter to be used."
213
msgid "Execute command and quit. (Disables --force and history file)"
216
msgid "Enable/disable LOAD DATA LOCAL INFILE."
219
msgid "Flush buffer after each query."
231
222
msgid "Ignore SIGINT (CTRL-C)"
248
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
249
"option deprecated; use --disable-pager instead."
253
"Password to use when connecting to server. If password is not given it's "
254
"asked from the tty."
258
"Port number to use for connection or 0 for default to, in order of "
259
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
262
msgid "built-in default"
239
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
240
msgstr "Vypne stránkování, výstup vypíše do stdout."
265
242
msgid "Set the drizzle prompt to this value."
278
255
"option is enabled by default."
281
msgid "Shutdown the server."
258
msgid "Shutdown the server"
285
262
"Be more silent. Print results with a tab as separator, each row on new line."
288
msgid "Output in table format."
292
266
"Append everything into outfile. See interactive help (\\h) also. Does not "
293
267
"work in batch mode. Disable with --disable-tee. This option is disabled by "
298
"Disable outfile. See interactive help (\\h) also. WARNING: option "
299
"deprecated; use --disable-tee instead"
302
msgid "User for login if not current user."
305
msgid "Only allow UPDATE and DELETE that uses keys."
308
msgid "Synonym for option --safe-updates, -U."
311
msgid "Write more. (-v -v -v gives the table output format)."
314
msgid "Output version information and exit."
271
msgid "Disable outfile. See interactive help (\\h) also."
317
274
msgid "Wait and retry if connection is down."
329
286
msgid "Automatic limit for rows in a join when using --safe-updates"
332
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
335
msgid "Number of lines before each import progress report."
338
msgid "Ping the server to check if it's alive."
341
289
msgid "Use MySQL Protocol."
345
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
350
"Copyright (C) 2008 Sun Microsystems\n"
351
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
352
"and you are welcome to modify and redistribute it under the GPL license\n"
356
msgid "Usage: %s [OPTIONS] [database]\n"
293
msgid "Connect to host"
294
msgstr "Připojit k host."
297
"Password to use when connecting to server. If password is not given it's "
298
"asked from the tty."
302
"Port number to use for connection or 0 for default to, in order of "
303
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
306
msgid "User for login if not current user."
309
msgid "The protocol of connection (tcp,socket,pipe,memory)."
313
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
359
316
msgid "DELIMITER cannot contain a backslash character"
363
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
367
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
371
msgid "WARNING: --server-arg option not supported in this configuration.\n"
375
"Non-integer value supplied for port. If you are trying to enter a password "
376
"please use --password instead."
379
msgid "Value supplied for port is not valid."
320
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
324
msgid "drizzle Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
329
"Copyright (C) 2008 Sun Microsystems\n"
330
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
331
"and you are welcome to modify and redistribute it under the GPL license\n"
335
msgid "Usage: drizzle [OPTIONS] [database]\n"
338
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
343
"Your Drizzle connection id is %u\n"
344
"Server version: %s\n"
348
msgid "Reading history-file %s\n"
349
msgstr "Čtení souboru historie %s\n"
352
msgid "Couldn't allocate memory for temp histfile!\n"
355
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
359
msgid "Writing history-file %s\n"
368
msgid "Query aborted by Ctrl+C\n"
369
msgstr "Otázka zrušena od Ctrl+C\n"
383
372
msgid "Processing line: %<PRIu32>\n"
431
msgid "Number of rows before each output progress report (requires --verbose)."
435
421
msgid "Got errno %d on write"
439
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
443
msgid "Usage: %s [OPTIONS] database [tables]\n"
447
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
451
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
455
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
456
"and you are welcome to modify and redistribute it under the GPL license\n"
459
msgid "Dumps definitions and data from a Drizzle database server"
463
msgid "For more options, use %s --help\n"
468
"Non-integer value supplied for port. If you are trying to enter a password "
469
"please use --password instead.\n"
473
msgid "Value supplied for port is not valid.\n"
477
msgid "Memory allocation error while copying password. Aborting.\n"
481
msgid "Input filename too long: %s"
485
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
489
msgid "Invalid mode to --compatible: %s\n"
493
425
msgid "%s: You must use option --tab with --fields-...\n"
622
554
msgid "Error: Not enough memory to store ORDER BY clause\n"
557
msgid "Number of rows before each output progress report (requires --verbose)."
561
msgid "Usage: %s [OPTIONS] database [tables]\n"
565
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
569
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
573
msgid "Value supplied for port is not valid.\n"
577
msgid "Input filename too long: %s"
581
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
585
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
586
"and you are welcome to modify and redistribute it under the GPL license\n"
589
msgid "Dumps definitions and data from a Drizzle database server"
593
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
597
msgid "Invalid mode to --compatible: %s\n"
600
msgid "Error: Invalid Value for opt_max_connect_retries"
603
msgid "Error: Invalid Value for opt_tail_lines"
606
msgid "Error: Invalid Value for opt_sleep"
626
610
msgid "Could not open '%s' for reading: errno = %d"
3960
msgid "Retrying bind() on %u"
3964
msgid "bind() failed with errno: %d"
3967
msgid "Do you already have another drizzled running?"
3971
msgid "listen() failed with errno %d"
3954
msgid "Retrying bind() on %u\n"
3958
msgid "bind() failed with errno: %d\n"
3961
msgid "Do you already have another drizzled running?\n"
3965
msgid "listen() failed with errno %d\n"