~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/mt.po

Merge Revision revid:marko.makela@oracle.com-20100514133144-fe0l0b89tea4x4uu from MySQL InnoDB

Original revid:marko.makela@oracle.com-20100514133144-fe0l0b89tea4x4uu

Original Authors: Marko Mkel <marko.makela@oracle.com>
Original commit message:
Merge from mysql-5.1-innodb:

Post-merge fixes: Remove the MYSQL_VERSION_ID checks, because they only
apply to the InnoDB Plugin. Fix potential race condition accessing
trx->op_info and trx->detailed_error.
------------------------------------------------------------
revno: 3466
revision-id: marko.makela@oracle.com-20100514130815-ym7j7cfu88ro6km4
parent: marko.makela@oracle.com-20100514130228-n3n42nw7ht78k0wn
committer: Marko Mkel <marko.makela@oracle.com>
branch nick: mysql-5.1-innodb2
timestamp: Fri 2010-05-14 16:08:15 +0300
message:
  Make the InnoDB FOREIGN KEY parser understand multi-statements. (Bug #48024)
  Also make InnoDB thinks that /*/ only starts a comment. (Bug #53644).

  This fixes the bugs in the InnoDB Plugin.

  ha_innodb.h: Use trx_query_string() instead of trx_query() when
  available (MySQL 5.1.42 or later).

  innobase_get_stmt(): New function, to retrieve the currently running
  SQL statement.

  struct trx_struct: Remove mysql_query_str. Use innobase_get_stmt() instead.

  dict_strip_comments(): Add and observe the parameter sql_length. Treat
  /*/ as the start of a comment.

  dict_create_foreign_constraints(), row_table_add_foreign_constraints():
  Add the parameter sql_length.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Maltese translation for drizzle
 
2
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
 
3
# This file is distributed under the same license as the drizzle package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: drizzle\n"
 
9
"Report-Msgid-Bugs-To: \n"
 
10
"POT-Creation-Date: 2010-10-26 20:49-0400\n"
 
11
"PO-Revision-Date: 2010-09-23 18:11+0000\n"
 
12
"Last-Translator: boracasli <Unknown>\n"
 
13
"Language-Team: Maltese <mt@li.org>\n"
 
14
"Language: mt\n"
 
15
"MIME-Version: 1.0\n"
 
16
"Content-Type: text/plain; charset=UTF-8\n"
 
17
"Content-Transfer-Encoding: 8bit\n"
 
18
"Plural-Forms: nplurals=4; plural=n == 1 ? 0 : (n == 0 || ((n % 100) >= 2 && "
 
19
"(n % 100) <= 10) ) ? 1 : ((n % 100) >= 11 && (n % 100) <= 19 ) ? 2 : 3;\n"
 
20
"X-Launchpad-Export-Date: 2010-09-24 04:40+0000\n"
 
21
"X-Generator: Launchpad (build Unknown)\n"
 
22
 
 
23
#: ../client/drizzle.cc:467
 
24
msgid "Synonym for `help'."
 
25
msgstr ""
 
26
 
 
27
#: ../client/drizzle.cc:468
 
28
msgid "Clear command."
 
29
msgstr ""
 
30
 
 
31
#: ../client/drizzle.cc:470
 
32
msgid "Reconnect to the server. Optional arguments are db and host."
 
33
msgstr ""
 
34
 
 
35
#: ../client/drizzle.cc:472
 
36
msgid ""
 
37
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
 
38
msgstr ""
 
39
 
 
40
#: ../client/drizzle.cc:474
 
41
msgid "Send command to drizzle server, display result vertically."
 
42
msgstr ""
 
43
 
 
44
#: ../client/drizzle.cc:475
 
45
msgid "Exit drizzle. Same as quit."
 
46
msgstr ""
 
47
 
 
48
#: ../client/drizzle.cc:476
 
49
msgid "Send command to drizzle server."
 
50
msgstr ""
 
51
 
 
52
#: ../client/drizzle.cc:477
 
53
msgid "Display this help."
 
54
msgstr "Turi din l-għajnuna."
 
55
 
 
56
#: ../client/drizzle.cc:478
 
57
msgid "Disable pager, print to stdout."
 
58
msgstr ""
 
59
 
 
60
#: ../client/drizzle.cc:479
 
61
msgid "Don't write into outfile."
 
62
msgstr ""
 
63
 
 
64
#: ../client/drizzle.cc:481
 
65
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
 
66
msgstr ""
 
67
 
 
68
#: ../client/drizzle.cc:482
 
69
msgid "Print current command."
 
70
msgstr ""
 
71
 
 
72
#: ../client/drizzle.cc:483
 
73
msgid "Change your drizzle prompt."
 
74
msgstr ""
 
75
 
 
76
#: ../client/drizzle.cc:484
 
77
msgid "Quit drizzle."
 
78
msgstr ""
 
79
 
 
80
#: ../client/drizzle.cc:485
 
81
msgid "Rebuild completion hash."
 
82
msgstr ""
 
83
 
 
84
#: ../client/drizzle.cc:487
 
85
msgid "Execute an SQL script file. Takes a file name as an argument."
 
86
msgstr ""
 
87
 
 
88
#: ../client/drizzle.cc:488
 
89
msgid "Get status information from the server."
 
90
msgstr ""
 
91
 
 
92
#: ../client/drizzle.cc:490
 
93
msgid "Set outfile [to_outfile]. Append everything into given outfile."
 
94
msgstr ""
 
95
 
 
96
#: ../client/drizzle.cc:492
 
97
msgid "Use another database. Takes database name as argument."
 
98
msgstr ""
 
99
 
 
100
#: ../client/drizzle.cc:494 ../client/drizzle.cc:1318
 
101
msgid "Show warnings after every statement."
 
102
msgstr ""
 
103
 
 
104
#: ../client/drizzle.cc:496
 
105
msgid "Don't show warnings after every statement."
 
106
msgstr ""
 
107
 
 
108
#: ../client/drizzle.cc:1146
 
109
#, c-format
 
110
msgid "shutting down drizzled"
 
111
msgstr ""
 
112
 
 
113
#: ../client/drizzle.cc:1148
 
114
#, c-format
 
115
msgid " on port %d"
 
116
msgstr ""
 
117
 
 
118
#: ../client/drizzle.cc:1157 ../client/drizzle.cc:1163
 
119
#, c-format
 
120
msgid "shutdown failed; error: '%s'"
 
121
msgstr ""
 
122
 
 
123
#: ../client/drizzle.cc:1172
 
124
#, c-format
 
125
msgid "done\n"
 
126
msgstr ""
 
127
 
 
128
#: ../client/drizzle.cc:1193
 
129
#, c-format
 
130
msgid "drizzled is alive\n"
 
131
msgstr ""
 
132
 
 
133
#: ../client/drizzle.cc:1199
 
134
#, c-format
 
135
msgid "ping failed; error: '%s'"
 
136
msgstr ""
 
137
 
 
138
#: ../client/drizzle.cc:1205
 
139
#, c-format
 
140
msgid "drizzled won't answer to ping, error: '%s'"
 
141
msgstr ""
 
142
 
 
143
#: ../client/drizzle.cc:1254
 
144
msgid "Error: Invalid Value for connect_timeout"
 
145
msgstr ""
 
146
 
 
147
#: ../client/drizzle.cc:1265
 
148
msgid "Error: Invalid Value for max_input_line"
 
149
msgstr ""
 
150
 
 
151
#: ../client/drizzle.cc:1284 ../client/drizzledump.cc:476
 
152
msgid "Options used only in command line"
 
153
msgstr ""
 
154
 
 
155
#: ../client/drizzle.cc:1286
 
156
msgid "Displays this help and exit."
 
157
msgstr ""
 
158
 
 
159
#: ../client/drizzle.cc:1287
 
160
msgid ""
 
161
"Don't use history file. Disable interactive behavior. (Enables --silent)"
 
162
msgstr ""
 
163
 
 
164
#: ../client/drizzle.cc:1289
 
165
msgid "Display column type information."
 
166
msgstr ""
 
167
 
 
168
#: ../client/drizzle.cc:1291
 
169
msgid ""
 
170
"Preserve comments. Send comments to the server. The default is --skip-"
 
171
"comments (discard comments), enable with --comments"
 
172
msgstr ""
 
173
 
 
174
#: ../client/drizzle.cc:1293
 
175
msgid "Print the output of a query (rows) vertically."
 
176
msgstr ""
 
177
 
 
178
#: ../client/drizzle.cc:1295
 
179
msgid "Continue even if we get an sql error."
 
180
msgstr ""
 
181
 
 
182
#: ../client/drizzle.cc:1297
 
183
msgid ""
 
184
"Enable named commands. Named commands mean this program's internal commands; "
 
185
"see drizzle> help . When enabled, the named commands can be used from any "
 
186
"line of the query, otherwise only from the first line, before an enter."
 
187
msgstr ""
 
188
 
 
189
#: ../client/drizzle.cc:1299
 
190
msgid "Turn off beep on error."
 
191
msgstr ""
 
192
 
 
193
#: ../client/drizzle.cc:1300
 
194
msgid "Do not write line numbers for errors."
 
195
msgstr ""
 
196
 
 
197
#: ../client/drizzle.cc:1301
 
198
msgid "Do not write column names in results."
 
199
msgstr ""
 
200
 
 
201
#: ../client/drizzle.cc:1303
 
202
msgid ""
 
203
"Don't write column names in results. WARNING: -N is deprecated, use long "
 
204
"version of this options instead."
 
205
msgstr ""
 
206
 
 
207
#: ../client/drizzle.cc:1305
 
208
msgid ""
 
209
"Change the value of a variable. Please note that this option is deprecated; "
 
210
"you can set variables directly with --variable-name=value."
 
211
msgstr ""
 
212
 
 
213
#: ../client/drizzle.cc:1307
 
214
msgid "Output in table format."
 
215
msgstr ""
 
216
 
 
217
#: ../client/drizzle.cc:1309
 
218
msgid "Only allow UPDATE and DELETE that uses keys."
 
219
msgstr ""
 
220
 
 
221
#: ../client/drizzle.cc:1311
 
222
msgid "Synonym for option --safe-updates, -U."
 
223
msgstr ""
 
224
 
 
225
#: ../client/drizzle.cc:1313
 
226
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
 
227
msgstr ""
 
228
 
 
229
#: ../client/drizzle.cc:1314 ../client/drizzledump.cc:500
 
230
#: ../drizzled/drizzled.cc:1278 ../drizzled/drizzled.cc:1866
 
231
msgid "Output version information and exit."
 
232
msgstr ""
 
233
 
 
234
#: ../client/drizzle.cc:1316
 
235
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
 
236
msgstr ""
 
237
 
 
238
#: ../client/drizzle.cc:1320
 
239
msgid "Number of lines before each import progress report."
 
240
msgstr ""
 
241
 
 
242
#: ../client/drizzle.cc:1322
 
243
msgid "Ping the server to check if it's alive."
 
244
msgstr ""
 
245
 
 
246
#: ../client/drizzle.cc:1324 ../drizzled/drizzled.cc:1199
 
247
msgid "Configuration file defaults are not used if no-defaults is set"
 
248
msgstr ""
 
249
 
 
250
#: ../client/drizzle.cc:1327 ../client/drizzledump.cc:508
 
251
msgid "Options specific to the drizzle client"
 
252
msgstr ""
 
253
 
 
254
#: ../client/drizzle.cc:1330
 
255
msgid ""
 
256
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
 
257
"and field completion, but startup and reconnecting may take a longer time."
 
258
msgstr ""
 
259
 
 
260
#: ../client/drizzle.cc:1332
 
261
msgid ""
 
262
"Automatically switch to vertical output mode if the result is wider than the "
 
263
"terminal width."
 
264
msgstr ""
 
265
 
 
266
#: ../client/drizzle.cc:1334
 
267
msgid "Database to use."
 
268
msgstr ""
 
269
 
 
270
#: ../client/drizzle.cc:1336
 
271
msgid "(not used)"
 
272
msgstr ""
 
273
 
 
274
#: ../client/drizzle.cc:1338
 
275
msgid "Delimiter to be used."
 
276
msgstr ""
 
277
 
 
278
#: ../client/drizzle.cc:1340
 
279
msgid "Execute command and quit. (Disables --force and history file)"
 
280
msgstr ""
 
281
 
 
282
#: ../client/drizzle.cc:1342
 
283
msgid "Enable LOAD DATA LOCAL INFILE."
 
284
msgstr ""
 
285
 
 
286
#: ../client/drizzle.cc:1344
 
287
msgid "Flush buffer after each query."
 
288
msgstr ""
 
289
 
 
290
#: ../client/drizzle.cc:1346
 
291
msgid "Ignore SIGINT (CTRL-C)"
 
292
msgstr ""
 
293
 
 
294
#: ../client/drizzle.cc:1348
 
295
msgid ""
 
296
"Only update the default database. This is useful for skipping updates to "
 
297
"other database in the update log."
 
298
msgstr ""
 
299
 
 
300
#: ../client/drizzle.cc:1350
 
301
msgid ""
 
302
"Pager to use to display results. If you don't supply an option the default "
 
303
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
 
304
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
 
305
"work in batch mode. Disable with --disable-pager. This option is disabled by "
 
306
"default."
 
307
msgstr ""
 
308
 
 
309
#: ../client/drizzle.cc:1352
 
310
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
 
311
msgstr ""
 
312
 
 
313
#: ../client/drizzle.cc:1354
 
314
msgid "Set the drizzle prompt to this value."
 
315
msgstr ""
 
316
 
 
317
#: ../client/drizzle.cc:1356
 
318
msgid ""
 
319
"Don't cache result, print it row by row. This may slow down the server if "
 
320
"the output is suspended. Doesn't use history file."
 
321
msgstr ""
 
322
 
 
323
#: ../client/drizzle.cc:1358
 
324
msgid "Write fields without conversion. Used with --batch."
 
325
msgstr ""
 
326
 
 
327
#: ../client/drizzle.cc:1359
 
328
msgid "Do not reconnect if the connection is lost."
 
329
msgstr ""
 
330
 
 
331
#: ../client/drizzle.cc:1361
 
332
msgid "Shutdown the server"
 
333
msgstr ""
 
334
 
 
335
#: ../client/drizzle.cc:1362
 
336
msgid ""
 
337
"Be more silent. Print results with a tab as separator, each row on new line."
 
338
msgstr ""
 
339
 
 
340
#: ../client/drizzle.cc:1364
 
341
msgid ""
 
342
"Append everything into outfile. See interactive help (\\h) also. Does not "
 
343
"work in batch mode. Disable with --disable-tee. This option is disabled by "
 
344
"default."
 
345
msgstr ""
 
346
 
 
347
#: ../client/drizzle.cc:1366
 
348
msgid "Disable outfile. See interactive help (\\h) also."
 
349
msgstr ""
 
350
 
 
351
#: ../client/drizzle.cc:1368
 
352
msgid "Number of seconds before connection timeout."
 
353
msgstr ""
 
354
 
 
355
#: ../client/drizzle.cc:1370
 
356
msgid "Max length of input line"
 
357
msgstr ""
 
358
 
 
359
#: ../client/drizzle.cc:1372
 
360
msgid "Automatic limit for SELECT when using --safe-updates"
 
361
msgstr ""
 
362
 
 
363
#: ../client/drizzle.cc:1374
 
364
msgid "Automatic limit for rows in a join when using --safe-updates"
 
365
msgstr ""
 
366
 
 
367
#: ../client/drizzle.cc:1377 ../client/drizzledump.cc:545
 
368
msgid "Options specific to the client"
 
369
msgstr ""
 
370
 
 
371
#: ../client/drizzle.cc:1380
 
372
msgid "Connect to host"
 
373
msgstr ""
 
374
 
 
375
#: ../client/drizzle.cc:1382
 
376
msgid ""
 
377
"Password to use when connecting to server. If password is not given it's "
 
378
"asked from the tty."
 
379
msgstr ""
 
380
 
 
381
#: ../client/drizzle.cc:1384
 
382
msgid ""
 
383
"Port number to use for connection or 0 for default to, in order of "
 
384
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
 
385
msgstr ""
 
386
 
 
387
#: ../client/drizzle.cc:1386 ../client/drizzledump.cc:554
 
388
msgid "User for login if not current user."
 
389
msgstr ""
 
390
 
 
391
#: ../client/drizzle.cc:1388 ../client/drizzledump.cc:556
 
392
msgid "The protocol of connection (mysql or drizzle)."
 
393
msgstr ""
 
394
 
 
395
#: ../client/drizzle.cc:1391 ../client/drizzledump.cc:568
 
396
msgid "Allowed Options"
 
397
msgstr ""
 
398
 
 
399
#: ../client/drizzle.cc:1442 ../client/drizzle.cc:1449
 
400
#, c-format
 
401
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
 
402
msgstr ""
 
403
 
 
404
#: ../client/drizzle.cc:1514 ../client/drizzle.cc:3797
 
405
msgid "DELIMITER cannot contain a backslash character"
 
406
msgstr ""
 
407
 
 
408
#: ../client/drizzle.cc:1593 ../client/drizzledump.cc:659
 
409
#: ../client/drizzleimport.cc:463 ../client/drizzleslap.cc:468
 
410
#: ../client/drizzletest.cc:5603
 
411
msgid "Error: Unknown protocol"
 
412
msgstr ""
 
413
 
 
414
#: ../client/drizzle.cc:1607
 
415
#, c-format
 
416
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
 
417
msgstr ""
 
418
 
 
419
#: ../client/drizzle.cc:1653 ../client/drizzle.cc:4043
 
420
#, c-format
 
421
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
 
422
msgstr ""
 
423
 
 
424
#: ../client/drizzle.cc:1659
 
425
#, c-format
 
426
msgid ""
 
427
"Copyright (C) 2008 Sun Microsystems\n"
 
428
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
 
429
"and you are welcome to modify and redistribute it under the GPL license\n"
 
430
msgstr ""
 
431
 
 
432
#: ../client/drizzle.cc:1664
 
433
#, c-format
 
434
msgid "Usage: drizzle [OPTIONS] [database]\n"
 
435
msgstr ""
 
436
 
 
437
#: ../client/drizzle.cc:1718
 
438
#, c-format
 
439
msgid "Welcome to the Drizzle client..  Commands end with %s or \\g."
 
440
msgstr ""
 
441
 
 
442
#: ../client/drizzle.cc:1727
 
443
#, c-format
 
444
msgid ""
 
445
"Your Drizzle connection id is %u\n"
 
446
"Connection protocol: %s\n"
 
447
"Server version: %s\n"
 
448
msgstr ""
 
449
 
 
450
#: ../client/drizzle.cc:1761
 
451
#, c-format
 
452
msgid "Reading history-file %s\n"
 
453
msgstr ""
 
454
 
 
455
#: ../client/drizzle.cc:1765
 
456
#, c-format
 
457
msgid "Couldn't allocate memory for temp histfile!\n"
 
458
msgstr ""
 
459
 
 
460
#: ../client/drizzle.cc:1772
 
461
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
 
462
msgstr ""
 
463
 
 
464
#: ../client/drizzle.cc:1782
 
465
msgid "Error:"
 
466
msgstr ""
 
467
 
 
468
#: ../client/drizzle.cc:1795
 
469
#, c-format
 
470
msgid "Writing history-file %s\n"
 
471
msgstr ""
 
472
 
 
473
#: ../client/drizzle.cc:1803
 
474
msgid "Aborted"
 
475
msgstr ""
 
476
 
 
477
#: ../client/drizzle.cc:1803
 
478
msgid "Bye"
 
479
msgstr ""
 
480
 
 
481
#: ../client/drizzle.cc:1855
 
482
msgid "Query aborted by Ctrl+C\n"
 
483
msgstr ""
 
484
 
 
485
#: ../client/drizzle.cc:1939
 
486
#, c-format
 
487
msgid "Processing line: %<PRIu32>\n"
 
488
msgstr ""
 
489
 
 
490
#: ../client/drizzle.cc:2157
 
491
msgid "Unknown command: "
 
492
msgstr ""
 
493
 
 
494
#: ../client/drizzle.cc:2571
 
495
msgid ""
 
496
"Reading table information for completion of table and column names\n"
 
497
"You can turn off this feature to get a quicker startup with -A\n"
 
498
"\n"
 
499
msgstr ""
 
500
 
 
501
#: ../client/drizzle.cc:2637
 
502
msgid "No connection. Trying to reconnect..."
 
503
msgstr ""
 
504
 
 
505
#: ../client/drizzle.cc:2643
 
506
msgid "Can't connect to the server\n"
 
507
msgstr ""
 
508
 
 
509
#: ../client/drizzle.cc:2727
 
510
msgid "List of all Drizzle commands:"
 
511
msgstr ""
 
512
 
 
513
#: ../client/drizzle.cc:2731
 
514
#, c-format
 
515
msgid ""
 
516
"Note that all text commands must be first on line and end with '%s' or \\g"
 
517
msgstr ""
 
518
 
 
519
#: ../client/drizzle.cc:2789
 
520
msgid "No query specified\n"
 
521
msgstr ""
 
522
 
 
523
#: ../client/drizzle.cc:2804
 
524
msgid "Ignoring query to other database"
 
525
msgstr ""
 
526
 
 
527
#: ../client/drizzle.cc:2854
 
528
msgid "Empty set"
 
529
msgstr ""
 
530
 
 
531
#: ../client/drizzle.cc:2867
 
532
#, c-format
 
533
msgid "%ld row in set"
 
534
msgid_plural "%ld rows in set"
 
535
msgstr[0] ""
 
536
msgstr[1] ""
 
537
 
 
538
#: ../client/drizzle.cc:2876
 
539
msgid "Query OK"
 
540
msgstr ""
 
541
 
 
542
#: ../client/drizzle.cc:2878
 
543
#, c-format
 
544
msgid "Query OK, %ld row affected"
 
545
msgid_plural "Query OK, %ld rows affected"
 
546
msgstr[0] ""
 
547
msgstr[1] ""
 
548
 
 
549
#: ../client/drizzle.cc:2950
 
550
msgid "popen() failed! defaulting PAGER to stdout!\n"
 
551
msgstr ""
 
552
 
 
553
#: ../client/drizzle.cc:2972
 
554
#, c-format
 
555
msgid "Error logging to file '%s'\n"
 
556
msgstr ""
 
557
 
 
558
#: ../client/drizzle.cc:2977
 
559
#, c-format
 
560
msgid "Logging to file '%s'\n"
 
561
msgstr ""
 
562
 
 
563
#: ../client/drizzle.cc:3061
 
564
#, c-format
 
565
msgid ""
 
566
"Field %3u:  `%s`\n"
 
567
"Catalog:    `%s`\n"
 
568
"Database:   `%s`\n"
 
569
"Table:      `%s`\n"
 
570
"Org_table:  `%s`\n"
 
571
"Type:       UTF-8\n"
 
572
"Collation:  %s (%u)\n"
 
573
"Length:     %lu\n"
 
574
"Max_length: %lu\n"
 
575
"Decimals:   %u\n"
 
576
"Flags:      %s\n"
 
577
"\n"
 
578
msgstr ""
 
579
 
 
580
#: ../client/drizzle.cc:3528
 
581
#, c-format
 
582
msgid "No previous outfile available, you must give a filename!\n"
 
583
msgstr ""
 
584
 
 
585
#: ../client/drizzle.cc:3533
 
586
#, c-format
 
587
msgid "Currently logging to file '%s'\n"
 
588
msgstr ""
 
589
 
 
590
#: ../client/drizzle.cc:3553
 
591
#, c-format
 
592
msgid "No outfile specified!\n"
 
593
msgstr ""
 
594
 
 
595
#: ../client/drizzle.cc:3566
 
596
msgid "Outfile disabled.\n"
 
597
msgstr ""
 
598
 
 
599
#: ../client/drizzle.cc:3593
 
600
msgid "Default pager wasn't set, using stdout.\n"
 
601
msgstr ""
 
602
 
 
603
#: ../client/drizzle.cc:3613
 
604
#, c-format
 
605
msgid "PAGER set to '%s'\n"
 
606
msgstr ""
 
607
 
 
608
#: ../client/drizzle.cc:3624
 
609
msgid "PAGER set to stdout\n"
 
610
msgstr ""
 
611
 
 
612
#: ../client/drizzle.cc:3707
 
613
#, c-format
 
614
msgid "Connection id:    %u"
 
615
msgstr ""
 
616
 
 
617
#: ../client/drizzle.cc:3709
 
618
#, c-format
 
619
msgid "Current database: %.128s\n"
 
620
msgstr ""
 
621
 
 
622
#: ../client/drizzle.cc:3710
 
623
msgid "*** NONE ***"
 
624
msgstr ""
 
625
 
 
626
#. Skip command name
 
627
#: ../client/drizzle.cc:3730
 
628
msgid "Usage: \\. <filename> | source <filename>"
 
629
msgstr ""
 
630
 
 
631
#: ../client/drizzle.cc:3745
 
632
#, c-format
 
633
msgid "Failed to open file '%s', error: %d"
 
634
msgstr ""
 
635
 
 
636
#: ../client/drizzle.cc:3753
 
637
msgid "Can't initialize LineBuffer"
 
638
msgstr ""
 
639
 
 
640
#: ../client/drizzle.cc:3789
 
641
msgid "DELIMITER must be followed by a 'delimiter' character or string"
 
642
msgstr ""
 
643
 
 
644
#: ../client/drizzle.cc:3822
 
645
msgid "USE must be followed by a database name"
 
646
msgstr ""
 
647
 
 
648
#: ../client/drizzle.cc:3890
 
649
msgid "Database changed"
 
650
msgstr ""
 
651
 
 
652
#: ../client/drizzle.cc:3898
 
653
msgid "Show warnings enabled."
 
654
msgstr ""
 
655
 
 
656
#: ../client/drizzle.cc:3906
 
657
msgid "Show warnings disabled."
 
658
msgstr ""
 
659
 
 
660
#: ../client/drizzle.cc:4050
 
661
#, c-format
 
662
msgid ""
 
663
"\n"
 
664
"Connection id:\t\t%lu\n"
 
665
msgstr ""
 
666
 
 
667
#: ../client/drizzle.cc:4062
 
668
#, c-format
 
669
msgid "Current database:\t%s\n"
 
670
msgstr ""
 
671
 
 
672
#: ../client/drizzle.cc:4063
 
673
#, c-format
 
674
msgid "Current user:\t\t%s\n"
 
675
msgstr ""
 
676
 
 
677
#: ../client/drizzle.cc:4069
 
678
msgid "SSL:\t\t\tNot in use"
 
679
msgstr ""
 
680
 
 
681
#: ../client/drizzle.cc:4074
 
682
msgid ""
 
683
"\n"
 
684
"No connection\n"
 
685
msgstr ""
 
686
 
 
687
#: ../client/drizzle.cc:4081
 
688
msgid ""
 
689
"\n"
 
690
"All updates ignored to this database\n"
 
691
msgstr ""
 
692
 
 
693
#: ../client/drizzle.cc:4084
 
694
#, c-format
 
695
msgid "Current pager:\t\t%s\n"
 
696
msgstr ""
 
697
 
 
698
#: ../client/drizzle.cc:4085
 
699
#, c-format
 
700
msgid "Using outfile:\t\t'%s'\n"
 
701
msgstr ""
 
702
 
 
703
#: ../client/drizzle.cc:4086
 
704
#, c-format
 
705
msgid "Using delimiter:\t%s\n"
 
706
msgstr ""
 
707
 
 
708
#: ../client/drizzle.cc:4087
 
709
#, c-format
 
710
msgid "Server version:\t\t%s\n"
 
711
msgstr ""
 
712
 
 
713
#: ../client/drizzle.cc:4088
 
714
#, c-format
 
715
msgid "Protocol:\t\t%s\n"
 
716
msgstr ""
 
717
 
 
718
#: ../client/drizzle.cc:4089
 
719
#, c-format
 
720
msgid "Protocol version:\t%d\n"
 
721
msgstr ""
 
722
 
 
723
#: ../client/drizzle.cc:4090
 
724
#, c-format
 
725
msgid "Connection:\t\t%s\n"
 
726
msgstr ""
 
727
 
 
728
#: ../client/drizzle.cc:4097
 
729
#, c-format
 
730
msgid "UNIX socket:\t\t%s\n"
 
731
msgstr ""
 
732
 
 
733
#: ../client/drizzle.cc:4099
 
734
#, c-format
 
735
msgid "TCP port:\t\t%d\n"
 
736
msgstr ""
 
737
 
 
738
#: ../client/drizzle.cc:4104
 
739
msgid ""
 
740
"\n"
 
741
"Note that you are running in safe_update_mode:\n"
 
742
msgstr ""
 
743
 
 
744
#: ../client/drizzle.cc:4106
 
745
#, c-format
 
746
msgid ""
 
747
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
 
748
"allowed.\n"
 
749
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
 
750
"command.)\n"
 
751
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
 
752
"             Max number of examined row combination in a join is set to: "
 
753
"%lu\n"
 
754
"\n"
 
755
msgstr ""
 
756
 
 
757
#: ../client/drizzle.cc:4168 ../drizzled/option.cc:339
 
758
#, c-format
 
759
msgid "ERROR"
 
760
msgstr ""
 
761
 
 
762
#: ../client/drizzle.cc:4211
 
763
#, c-format
 
764
msgid "ERROR %d (%s): "
 
765
msgstr ""
 
766
 
 
767
#: ../client/drizzle.cc:4213
 
768
#, c-format
 
769
msgid "ERROR %d: "
 
770
msgstr ""
 
771
 
 
772
#: ../client/drizzle.cc:4216
 
773
msgid "ERROR: "
 
774
msgstr ""
 
775
 
 
776
#: ../client/drizzle.cc:4349
 
777
msgid " hours "
 
778
msgstr ""
 
779
 
 
780
#: ../client/drizzle.cc:4351
 
781
msgid " hour "
 
782
msgstr ""
 
783
 
 
784
#: ../client/drizzle.cc:4357
 
785
msgid " min "
 
786
msgstr ""
 
787
 
 
788
#: ../client/drizzle.cc:4363
 
789
msgid " sec"
 
790
msgstr ""
 
791
 
 
792
#: ../client/drizzle.cc:4464
 
793
msgid "(unknown)"
 
794
msgstr ""
 
795
 
 
796
#: ../client/drizzle.cc:4584
 
797
#, c-format
 
798
msgid "Returning to default PROMPT of %s\n"
 
799
msgstr ""
 
800
 
 
801
#: ../client/drizzle.cc:4589
 
802
msgid "Memory allocation error. Not changing prompt\n"
 
803
msgstr ""
 
804
 
 
805
#: ../client/drizzle.cc:4594
 
806
#, c-format
 
807
msgid "PROMPT set to '%s'\n"
 
808
msgstr ""
 
809
 
 
810
#: ../client/drizzledump.cc:230
 
811
msgid "Error inserting into destnation database"
 
812
msgstr ""
 
813
 
 
814
#: ../client/drizzledump.cc:254
 
815
#, c-format
 
816
msgid "Got errno %d on write"
 
817
msgstr ""
 
818
 
 
819
#: ../client/drizzledump.cc:299
 
820
#, c-format
 
821
msgid ""
 
822
"%s: You can't use --single-transaction and --lock-all-tables at the same "
 
823
"time.\n"
 
824
msgstr ""
 
825
 
 
826
#: ../client/drizzledump.cc:306
 
827
#, c-format
 
828
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
 
829
msgstr ""
 
830
 
 
831
#: ../client/drizzledump.cc:375
 
832
msgid "-- Retrieving database structures..."
 
833
msgstr ""
 
834
 
 
835
#: ../client/drizzledump.cc:479
 
836
msgid ""
 
837
"Dump all the databases. This will be same as --databases with all databases "
 
838
"selected."
 
839
msgstr ""
 
840
 
 
841
#: ../client/drizzledump.cc:481
 
842
msgid "Dump all the tablespaces."
 
843
msgstr ""
 
844
 
 
845
#: ../client/drizzledump.cc:483
 
846
msgid "Use complete insert statements."
 
847
msgstr ""
 
848
 
 
849
#: ../client/drizzledump.cc:485
 
850
msgid ""
 
851
"Flush logs file in server before starting dump. Note that if you dump many "
 
852
"databases at once (using the option --databases= or --all-databases), the "
 
853
"logs will be flushed for each database dumped. The exception is when using --"
 
854
"lock-all-tables in this case the logs will be flushed only once, "
 
855
"corresponding to the moment all tables are locked. So if you want your dump "
 
856
"and the log flush to happen at the same exact moment you should use --lock-"
 
857
"all-tables or --flush-logs"
 
858
msgstr ""
 
859
 
 
860
#: ../client/drizzledump.cc:487
 
861
msgid "Continue even if we get an sql-error."
 
862
msgstr ""
 
863
 
 
864
#: ../client/drizzledump.cc:488
 
865
#, fuzzy
 
866
msgid "Display this help message and exit."
 
867
msgstr "Turi din l-għajnuna."
 
868
 
 
869
#: ../client/drizzledump.cc:490
 
870
msgid ""
 
871
"Locks all tables across all databases. This is achieved by taking a global "
 
872
"read lock for the duration of the whole dump. Automatically turns --single-"
 
873
"transaction off."
 
874
msgstr ""
 
875
 
 
876
#: ../client/drizzledump.cc:492
 
877
msgid ""
 
878
"Creates a consistent snapshot by dumping all tables in a single transaction. "
 
879
"Works ONLY for tables stored in storage engines which support "
 
880
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
 
881
"be consistent for other storage engines. While a --single-transaction dump "
 
882
"is in process, to ensure a valid dump file (correct table contents), no "
 
883
"other connection should use the following statements: ALTER TABLE, DROP "
 
884
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
 
885
"from them."
 
886
msgstr ""
 
887
 
 
888
#: ../client/drizzledump.cc:494
 
889
msgid ""
 
890
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
 
891
"extended-insert and --disable-keys."
 
892
msgstr ""
 
893
 
 
894
#: ../client/drizzledump.cc:495
 
895
msgid "Overrides option --databases (-B)."
 
896
msgstr ""
 
897
 
 
898
#: ../client/drizzledump.cc:497
 
899
msgid "Number of rows before each output progress report (requires --verbose)."
 
900
msgstr ""
 
901
 
 
902
#: ../client/drizzledump.cc:499
 
903
msgid "Print info about the various stages."
 
904
msgstr ""
 
905
 
 
906
#: ../client/drizzledump.cc:501
 
907
msgid "Turn off Comments"
 
908
msgstr ""
 
909
 
 
910
#: ../client/drizzledump.cc:502
 
911
msgid "Turn off create-options"
 
912
msgstr ""
 
913
 
 
914
#: ../client/drizzledump.cc:503
 
915
msgid "Turn off extended-insert"
 
916
msgstr ""
 
917
 
 
918
#: ../client/drizzledump.cc:504
 
919
msgid "Turn off dump date at the end of the output"
 
920
msgstr ""
 
921
 
 
922
#: ../client/drizzledump.cc:505
 
923
msgid "Do not read from the configuration files"
 
924
msgstr ""
 
925
 
 
926
#: ../client/drizzledump.cc:511
 
927
msgid "Add a 'DROP DATABASE' before each create."
 
928
msgstr ""
 
929
 
 
930
#: ../client/drizzledump.cc:512
 
931
msgid "Do not add a 'drop table' before each create."
 
932
msgstr ""
 
933
 
 
934
#: ../client/drizzledump.cc:514
 
935
msgid ""
 
936
"Give less verbose output (useful for debugging). Disables structure comments "
 
937
"and header/footer constructs.  Enables options --skip-add-drop-table --no-"
 
938
"set-names --skip-disable-keys"
 
939
msgstr ""
 
940
 
 
941
#: ../client/drizzledump.cc:516
 
942
msgid ""
 
943
"To dump several databases. Note the difference in usage; In this case no "
 
944
"tables are given. All name arguments are regarded as databasenames. 'USE "
 
945
"db_name;' will be included in the output."
 
946
msgstr ""
 
947
 
 
948
#: ../client/drizzledump.cc:518
 
949
msgid ""
 
950
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
 
951
"will not be put in the output."
 
952
msgstr ""
 
953
 
 
954
#: ../client/drizzledump.cc:520
 
955
msgid ""
 
956
"Do not dump the specified table. To specify more than one table to ignore, "
 
957
"use the directive multiple times, once for each table.  Each table must be "
 
958
"specified with both database and table names, e.g. --ignore-table=database."
 
959
"table"
 
960
msgstr ""
 
961
 
 
962
#: ../client/drizzledump.cc:522
 
963
msgid "Insert rows with INSERT IGNORE."
 
964
msgstr ""
 
965
 
 
966
#: ../client/drizzledump.cc:524
 
967
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
 
968
msgstr ""
 
969
 
 
970
#: ../client/drizzledump.cc:526
 
971
msgid ""
 
972
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
 
973
"above line will be added otherwise, if --databases or --all-databases option "
 
974
"was given."
 
975
msgstr ""
 
976
 
 
977
#: ../client/drizzledump.cc:528
 
978
msgid "No row information."
 
979
msgstr ""
 
980
 
 
981
#: ../client/drizzledump.cc:530
 
982
msgid "Use REPLACE INTO instead of INSERT INTO."
 
983
msgstr ""
 
984
 
 
985
#: ../client/drizzledump.cc:532
 
986
msgid "Where to send output to (stdout|database"
 
987
msgstr ""
 
988
 
 
989
#: ../client/drizzledump.cc:534
 
990
msgid ""
 
991
"Hostname for destination db server (requires --destination-type=database)"
 
992
msgstr ""
 
993
 
 
994
#: ../client/drizzledump.cc:536
 
995
msgid ""
 
996
"Port number for destination db server (requires --destination-type=database)"
 
997
msgstr ""
 
998
 
 
999
#: ../client/drizzledump.cc:538
 
1000
msgid ""
 
1001
"User name for destination db server (resquires --destination-type=database)"
 
1002
msgstr ""
 
1003
 
 
1004
#: ../client/drizzledump.cc:540
 
1005
msgid ""
 
1006
"Password for destination db server (requires --destination-type=database)"
 
1007
msgstr ""
 
1008
 
 
1009
#: ../client/drizzledump.cc:542
 
1010
msgid ""
 
1011
"The database in the destination db server (requires --destination-"
 
1012
"type=database, not for use with --all-databases)"
 
1013
msgstr ""
 
1014
 
 
1015
#: ../client/drizzledump.cc:548
 
1016
msgid "Connect to host."
 
1017
msgstr ""
 
1018
 
 
1019
#: ../client/drizzledump.cc:550
 
1020
msgid ""
 
1021
"Password to use when connecting to server. If password is not given it's "
 
1022
"solicited on the tty."
 
1023
msgstr ""
 
1024
 
 
1025
#: ../client/drizzledump.cc:552
 
1026
msgid "Port number to use for connection."
 
1027
msgstr ""
 
1028
 
 
1029
#: ../client/drizzledump.cc:559
 
1030
msgid "Hidden Options"
 
1031
msgstr ""
 
1032
 
 
1033
#: ../client/drizzledump.cc:561
 
1034
msgid "Used to select the database"
 
1035
msgstr ""
 
1036
 
 
1037
#: ../client/drizzledump.cc:562
 
1038
msgid "Used to select the tables"
 
1039
msgstr ""
 
1040
 
 
1041
#: ../client/drizzledump.cc:565
 
1042
msgid "Allowed Options + Hidden Options"
 
1043
msgstr ""
 
1044
 
 
1045
#: ../client/drizzledump.cc:621
 
1046
#, c-format
 
1047
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
 
1048
msgstr ""
 
1049
 
 
1050
#: ../client/drizzledump.cc:626
 
1051
msgid ""
 
1052
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
 
1053
"and you are welcome to modify and redistribute it under the GPL license\n"
 
1054
msgstr ""
 
1055
 
 
1056
#: ../client/drizzledump.cc:627
 
1057
msgid "Dumps definitions and data from a Drizzle database server"
 
1058
msgstr ""
 
1059
 
 
1060
#: ../client/drizzledump.cc:628
 
1061
#, c-format
 
1062
msgid "Usage: %s [OPTIONS] database [tables]\n"
 
1063
msgstr ""
 
1064
 
 
1065
#: ../client/drizzledump.cc:629
 
1066
#, c-format
 
1067
msgid "OR     %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
 
1068
msgstr ""
 
1069
 
 
1070
#: ../client/drizzledump.cc:631
 
1071
#, c-format
 
1072
msgid "OR     %s [OPTIONS] --all-databases [OPTIONS]\n"
 
1073
msgstr ""
 
1074
 
 
1075
#: ../client/drizzledump.cc:672 ../client/drizzleimport.cc:476
 
1076
#: ../client/drizzleslap.cc:478 ../client/drizzletest.cc:5615
 
1077
#, c-format
 
1078
msgid "Value supplied for port is not valid.\n"
 
1079
msgstr ""
 
1080
 
 
1081
#: ../client/drizzledump.cc:727
 
1082
#, c-format
 
1083
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
 
1084
msgstr ""
 
1085
 
 
1086
#: ../client/drizzledump_data.cc:252
 
1087
msgid "-- Retrieving data for "
 
1088
msgstr ""
 
1089
 
 
1090
#: ../client/drizzledump_data.cc:284
 
1091
msgid " rows dumped for table "
 
1092
msgstr ""
 
1093
 
 
1094
#: ../client/drizzledump_data.cc:507
 
1095
msgid "-- Connecting to "
 
1096
msgstr ""
 
1097
 
 
1098
#: ../client/drizzledump_data.cc:507
 
1099
msgid " using protocol "
 
1100
msgstr ""
 
1101
 
 
1102
#: ../client/drizzledump_data.cc:548 ../client/drizzledump_data.cc:554
 
1103
#: ../client/drizzledump_data.cc:585 ../client/drizzledump_data.cc:591
 
1104
msgid "Error executing query: "
 
1105
msgstr ""
 
1106
 
 
1107
#: ../client/drizzledump_data.cc:562
 
1108
msgid "Could not buffer result: "
 
1109
msgstr ""
 
1110
 
 
1111
#: ../client/drizzledump_data.cc:608
 
1112
msgid "Error: Could not set db '"
 
1113
msgstr ""
 
1114
 
 
1115
#: ../client/drizzledump_data.cc:622 ../client/drizzledump_data.cc:627
 
1116
#: ../client/drizzledump_data.cc:633
 
1117
msgid "Got error: "
 
1118
msgstr ""
 
1119
 
 
1120
#: ../client/drizzledump_data.cc:642
 
1121
msgid "-- Disconnecting from "
 
1122
msgstr ""
 
1123
 
 
1124
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
 
1125
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
 
1126
msgid "-- Retrieving table structures for "
 
1127
msgstr ""
 
1128
 
 
1129
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
 
1130
msgid "-- Retrieving fields for "
 
1131
msgstr ""
 
1132
 
 
1133
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:262
 
1134
msgid "-- Retrieving indexes for "
 
1135
msgstr ""
 
1136
 
 
1137
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:307
 
1138
msgid "-- Retrieving foreign keys for "
 
1139
msgstr ""
 
1140
 
 
1141
#: ../client/drizzleslap.cc:2332
 
1142
#, c-format
 
1143
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
 
1144
msgstr ""
 
1145
 
 
1146
#: ../client/drizzletest.cc:5364
 
1147
msgid "Error: Invalid Value for opt_max_connect_retries"
 
1148
msgstr ""
 
1149
 
 
1150
#: ../client/drizzletest.cc:5374
 
1151
msgid "Error: Invalid Value for opt_tail_lines"
 
1152
msgstr ""
 
1153
 
 
1154
#: ../client/drizzletest.cc:5384
 
1155
msgid "Error: Invalid Value for opt_sleep"
 
1156
msgstr ""
 
1157
 
 
1158
#: ../client/drizzletest.cc:5567
 
1159
#, c-format
 
1160
msgid "Could not open '%s' for reading: errno = %d"
 
1161
msgstr ""
 
1162
 
 
1163
#: ../client/drizzletest.cc:5572
 
1164
#, c-format
 
1165
msgid "Out of memory"
 
1166
msgstr ""
 
1167
 
 
1168
#: ../drizzled/drizzled.cc:477
 
1169
msgid "Aborting\n"
 
1170
msgstr ""
 
1171
 
 
1172
#: ../drizzled/drizzled.cc:536
 
1173
msgid "One can only use the --user switch if running as root\n"
 
1174
msgstr ""
 
1175
 
 
1176
#: ../drizzled/drizzled.cc:543
 
1177
msgid ""
 
1178
"Fatal error: Please read \"Security\" section of the manual to find out how "
 
1179
"to run drizzled as root!\n"
 
1180
msgstr ""
 
1181
 
 
1182
#: ../drizzled/drizzled.cc:563
 
1183
#, c-format
 
1184
msgid ""
 
1185
"Fatal error: Can't change to run as user '%s' ;  Please check that the user "
 
1186
"exists!\n"
 
1187
msgstr ""
 
1188
 
 
1189
#: ../drizzled/drizzled.cc:588
 
1190
msgid "Set process group ID failed"
 
1191
msgstr ""
 
1192
 
 
1193
#: ../drizzled/drizzled.cc:593
 
1194
msgid "Set process user ID failed"
 
1195
msgstr ""
 
1196
 
 
1197
#: ../drizzled/drizzled.cc:605
 
1198
msgid "Process chroot failed"
 
1199
msgstr ""
 
1200
 
 
1201
#: ../drizzled/drizzled.cc:725
 
1202
msgid "Error: Invalid Value for auto_increment_increment"
 
1203
msgstr ""
 
1204
 
 
1205
#: ../drizzled/drizzled.cc:736
 
1206
msgid "Error: Invalid Value for auto_increment_offset"
 
1207
msgstr ""
 
1208
 
 
1209
#: ../drizzled/drizzled.cc:747
 
1210
msgid "Error: Invalid Value for completion_type"
 
1211
msgstr ""
 
1212
 
 
1213
#: ../drizzled/drizzled.cc:759
 
1214
msgid "Error: Invalid Value for div-precision-increment"
 
1215
msgstr ""
 
1216
 
 
1217
#: ../drizzled/drizzled.cc:770
 
1218
msgid "Error: Invalid Value for group_concat_max_len"
 
1219
msgstr ""
 
1220
 
 
1221
#: ../drizzled/drizzled.cc:781
 
1222
msgid "Error: Invalid Value for join_buffer_size"
 
1223
msgstr ""
 
1224
 
 
1225
#: ../drizzled/drizzled.cc:793
 
1226
msgid "Error: Invalid Value for max_allowed_packet"
 
1227
msgstr ""
 
1228
 
 
1229
#: ../drizzled/drizzled.cc:805
 
1230
msgid "Error: Invalid Value for max_connect_errors"
 
1231
msgstr ""
 
1232
 
 
1233
#: ../drizzled/drizzled.cc:816
 
1234
msgid "Error: Invalid Value for max_error_count"
 
1235
msgstr ""
 
1236
 
 
1237
#: ../drizzled/drizzled.cc:827
 
1238
msgid "Error: Invalid Value for max_heap_table_size"
 
1239
msgstr ""
 
1240
 
 
1241
#: ../drizzled/drizzled.cc:839
 
1242
msgid "Error: Invalid Value for min_examined_row_limit"
 
1243
msgstr ""
 
1244
 
 
1245
#: ../drizzled/drizzled.cc:850
 
1246
msgid "Error: Invalid Value for max_join_size"
 
1247
msgstr ""
 
1248
 
 
1249
#: ../drizzled/drizzled.cc:861
 
1250
msgid "Error: Invalid Value for max_length_for_sort_data"
 
1251
msgstr ""
 
1252
 
 
1253
#: ../drizzled/drizzled.cc:872
 
1254
msgid "Error: Invalid Value for max_seeks_for_key"
 
1255
msgstr ""
 
1256
 
 
1257
#: ../drizzled/drizzled.cc:883
 
1258
msgid "Error: Invalid Value for max_sort_length"
 
1259
msgstr ""
 
1260
 
 
1261
#: ../drizzled/drizzled.cc:894
 
1262
msgid "Error: Invalid Value for optimizer_search_depth"
 
1263
msgstr ""
 
1264
 
 
1265
#: ../drizzled/drizzled.cc:905
 
1266
msgid "Error: Invalid Value for preload_buff_size"
 
1267
msgstr ""
 
1268
 
 
1269
#: ../drizzled/drizzled.cc:916
 
1270
msgid "Error: Invalid Value for query_alloc_block_size"
 
1271
msgstr ""
 
1272
 
 
1273
#: ../drizzled/drizzled.cc:928
 
1274
msgid "Error: Invalid Value for query_prealloc_size"
 
1275
msgstr ""
 
1276
 
 
1277
#: ../drizzled/drizzled.cc:940
 
1278
msgid "Error: Invalid Value for range_alloc_block_size"
 
1279
msgstr ""
 
1280
 
 
1281
#: ../drizzled/drizzled.cc:952
 
1282
msgid "Error: Invalid Value for read_buff_size"
 
1283
msgstr ""
 
1284
 
 
1285
#: ../drizzled/drizzled.cc:964
 
1286
msgid "Error: Invalid Value for read_rnd_buff_size"
 
1287
msgstr ""
 
1288
 
 
1289
#: ../drizzled/drizzled.cc:975
 
1290
msgid "Error: Invalid Value for sort_buff_size"
 
1291
msgstr ""
 
1292
 
 
1293
#: ../drizzled/drizzled.cc:986
 
1294
msgid "Error: Invalid Value for table_def_size"
 
1295
msgstr ""
 
1296
 
 
1297
#: ../drizzled/drizzled.cc:997
 
1298
msgid "Error: Invalid Value for table_cache_size"
 
1299
msgstr ""
 
1300
 
 
1301
#: ../drizzled/drizzled.cc:1008 ../drizzled/drizzled.cc:1024
 
1302
msgid "Error: Invalid Value for table_lock_wait_timeout"
 
1303
msgstr ""
 
1304
 
 
1305
#: ../drizzled/drizzled.cc:1035
 
1306
msgid ""
 
1307
"Error: Invalid Value for transaction_message_threshold valid values are "
 
1308
"between 131072 - 1048576 bytes"
 
1309
msgstr ""
 
1310
 
 
1311
#: ../drizzled/drizzled.cc:1182
 
1312
#, c-format
 
1313
msgid "gethostname failed, using '%s' as hostname"
 
1314
msgstr ""
 
1315
 
 
1316
#: ../drizzled/drizzled.cc:1197 ../drizzled/drizzled.cc:1749
 
1317
msgid "Display this help and exit."
 
1318
msgstr ""
 
1319
 
 
1320
#: ../drizzled/drizzled.cc:1201
 
1321
msgid "Configuration file to use"
 
1322
msgstr ""
 
1323
 
 
1324
#: ../drizzled/drizzled.cc:1203
 
1325
msgid "Base location for config files"
 
1326
msgstr ""
 
1327
 
 
1328
#: ../drizzled/drizzled.cc:1205 ../drizzled/drizzled.cc:1973
 
1329
msgid "Directory for plugins."
 
1330
msgstr ""
 
1331
 
 
1332
#: ../drizzled/drizzled.cc:1210 ../drizzled/drizzled.cc:1977
 
1333
msgid ""
 
1334
"Optional comma separated list of plugins to load at startup in addition to "
 
1335
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
 
1336
msgstr ""
 
1337
 
 
1338
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1983
 
1339
msgid ""
 
1340
"Optional comma separated list of plugins to not load at startup. Effectively "
 
1341
"removes a plugin from the list of plugins to be loaded. [for example: --"
 
1342
"plugin_remove=crc32,logger_gearman]"
 
1343
msgstr ""
 
1344
 
 
1345
#: ../drizzled/drizzled.cc:1218 ../drizzled/drizzled.cc:1989
 
1346
msgid ""
 
1347
"Optional comma separated list of plugins to load at starup instead of the "
 
1348
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
 
1349
msgstr ""
 
1350
 
 
1351
#: ../drizzled/drizzled.cc:1225 ../drizzled/drizzled.cc:1753
 
1352
msgid "Auto-increment columns are incremented by this"
 
1353
msgstr ""
 
1354
 
 
1355
#: ../drizzled/drizzled.cc:1227 ../drizzled/drizzled.cc:1758
 
1356
msgid ""
 
1357
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
 
1358
"= 1"
 
1359
msgstr ""
 
1360
 
 
1361
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1764
 
1362
msgid ""
 
1363
"Path to installation directory. All paths are usually resolved relative to "
 
1364
"this."
 
1365
msgstr ""
 
1366
 
 
1367
#: ../drizzled/drizzled.cc:1232 ../drizzled/drizzled.cc:1769
 
1368
msgid "Chroot drizzled daemon during startup."
 
1369
msgstr ""
 
1370
 
 
1371
#: ../drizzled/drizzled.cc:1234 ../drizzled/drizzled.cc:1773
 
1372
msgid "Set the default collation."
 
1373
msgstr ""
 
1374
 
 
1375
#: ../drizzled/drizzled.cc:1236 ../drizzled/drizzled.cc:1777
 
1376
msgid "Default completion type."
 
1377
msgstr ""
 
1378
 
 
1379
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1782
 
1380
msgid "Write core on errors."
 
1381
msgstr ""
 
1382
 
 
1383
#: ../drizzled/drizzled.cc:1239 ../drizzled/drizzled.cc:1786
 
1384
msgid "Path to the database root."
 
1385
msgstr ""
 
1386
 
 
1387
#: ../drizzled/drizzled.cc:1241
 
1388
msgid "Set the default storage engine for tables."
 
1389
msgstr ""
 
1390
 
 
1391
#: ../drizzled/drizzled.cc:1243 ../drizzled/drizzled.cc:1793
 
1392
msgid "Set the default time zone."
 
1393
msgstr ""
 
1394
 
 
1395
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1798
 
1396
msgid "Used for debugging;  Use at your own risk!"
 
1397
msgstr ""
 
1398
 
 
1399
#: ../drizzled/drizzled.cc:1247 ../drizzled/drizzled.cc:1803
 
1400
msgid "Set up signals usable for debugging"
 
1401
msgstr ""
 
1402
 
 
1403
#: ../drizzled/drizzled.cc:1249 ../drizzled/drizzled.cc:1807
 
1404
msgid "Set the language used for the month names and the days of the week."
 
1405
msgstr ""
 
1406
 
 
1407
#: ../drizzled/drizzled.cc:1251 ../drizzled/drizzled.cc:1812
 
1408
msgid "Log some not critical warnings to the log file."
 
1409
msgstr ""
 
1410
 
 
1411
#: ../drizzled/drizzled.cc:1253 ../drizzled/drizzled.cc:1817
 
1412
msgid "Pid file used by drizzled."
 
1413
msgstr ""
 
1414
 
 
1415
#: ../drizzled/drizzled.cc:1255
 
1416
msgid "Maximum time in seconds to wait for the port to become free. "
 
1417
msgstr ""
 
1418
 
 
1419
#: ../drizzled/drizzled.cc:1257 ../drizzled/drizzled.cc:1826
 
1420
msgid ""
 
1421
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
 
1422
"specified directory"
 
1423
msgstr ""
 
1424
 
 
1425
#: ../drizzled/drizzled.cc:1260 ../drizzled/drizzled.cc:1831
 
1426
msgid ""
 
1427
"Uniquely identifies the server instance in the community of replication "
 
1428
"partners."
 
1429
msgstr ""
 
1430
 
 
1431
#: ../drizzled/drizzled.cc:1263 ../drizzled/drizzled.cc:1836
 
1432
msgid "Don't print a stack trace on failure."
 
1433
msgstr ""
 
1434
 
 
1435
#: ../drizzled/drizzled.cc:1265 ../drizzled/drizzled.cc:1840
 
1436
msgid "Enable symbolic link support."
 
1437
msgstr ""
 
1438
 
 
1439
#: ../drizzled/drizzled.cc:1267 ../drizzled/drizzled.cc:1849
 
1440
msgid ""
 
1441
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
 
1442
msgstr ""
 
1443
 
 
1444
#: ../drizzled/drizzled.cc:1270 ../drizzled/drizzled.cc:1854
 
1445
msgid "Path for temporary files."
 
1446
msgstr ""
 
1447
 
 
1448
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1858
 
1449
msgid "Default transaction isolation level."
 
1450
msgstr ""
 
1451
 
 
1452
#: ../drizzled/drizzled.cc:1274
 
1453
msgid ""
 
1454
"Max message size written to transaction log, valid values 131072 - 1048576 "
 
1455
"bytes."
 
1456
msgstr ""
 
1457
 
 
1458
#: ../drizzled/drizzled.cc:1276 ../drizzled/drizzled.cc:1862
 
1459
msgid "Run drizzled daemon as user."
 
1460
msgstr ""
 
1461
 
 
1462
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1870
 
1463
msgid ""
 
1464
"The number of outstanding connection requests Drizzle can have. This comes "
 
1465
"into play when the main Drizzle thread gets very many connection requests in "
 
1466
"a very short time."
 
1467
msgstr ""
 
1468
 
 
1469
#: ../drizzled/drizzled.cc:1285 ../drizzled/drizzled.cc:1876
 
1470
msgid ""
 
1471
"Size of tree cache used in bulk insert optimization. Note that this is a "
 
1472
"limit per thread!"
 
1473
msgstr ""
 
1474
 
 
1475
#: ../drizzled/drizzled.cc:1288 ../drizzled/drizzled.cc:1882
 
1476
msgid ""
 
1477
"Precision of the result of '/' operator will be increased on that value."
 
1478
msgstr ""
 
1479
 
 
1480
#: ../drizzled/drizzled.cc:1291 ../drizzled/drizzled.cc:1888
 
1481
msgid "The maximum length of the result of function  group_concat."
 
1482
msgstr ""
 
1483
 
 
1484
#: ../drizzled/drizzled.cc:1293 ../drizzled/drizzled.cc:1893
 
1485
msgid "The size of the buffer that is used for full joins."
 
1486
msgstr ""
 
1487
 
 
1488
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1899
 
1489
msgid "Max packetlength to send/receive from to server."
 
1490
msgstr ""
 
1491
 
 
1492
#: ../drizzled/drizzled.cc:1297 ../drizzled/drizzled.cc:1904
 
1493
msgid ""
 
1494
"If there is more than this number of interrupted connections from a host "
 
1495
"this host will be blocked from further connections."
 
1496
msgstr ""
 
1497
 
 
1498
#: ../drizzled/drizzled.cc:1300 ../drizzled/drizzled.cc:1909
 
1499
msgid "Max number of errors/warnings to store for a statement."
 
1500
msgstr ""
 
1501
 
 
1502
#: ../drizzled/drizzled.cc:1302 ../drizzled/drizzled.cc:1914
 
1503
msgid "Don't allow creation of heap tables bigger than this."
 
1504
msgstr ""
 
1505
 
 
1506
#: ../drizzled/drizzled.cc:1304 ../drizzled/drizzled.cc:1920
 
1507
msgid ""
 
1508
"Joins that are probably going to read more than max_join_size records return "
 
1509
"an error."
 
1510
msgstr ""
 
1511
 
 
1512
#: ../drizzled/drizzled.cc:1307 ../drizzled/drizzled.cc:1926
 
1513
msgid "Max number of bytes in sorted records."
 
1514
msgstr ""
 
1515
 
 
1516
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1931
 
1517
msgid "Limit assumed max number of seeks when looking up rows based on a key"
 
1518
msgstr ""
 
1519
 
 
1520
#: ../drizzled/drizzled.cc:1311 ../drizzled/drizzled.cc:1936
 
1521
msgid ""
 
1522
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
 
1523
"max_sort_length bytes of each value are used; the rest are ignored)."
 
1524
msgstr ""
 
1525
 
 
1526
#: ../drizzled/drizzled.cc:1315 ../drizzled/drizzled.cc:1943
 
1527
msgid "After this many write locks, allow some read locks to run in between."
 
1528
msgstr ""
 
1529
 
 
1530
#: ../drizzled/drizzled.cc:1317 ../drizzled/drizzled.cc:1947
 
1531
msgid ""
 
1532
"Don't log queries which examine less than min_examined_row_limit rows to "
 
1533
"file."
 
1534
msgstr ""
 
1535
 
 
1536
#: ../drizzled/drizzled.cc:1320
 
1537
msgid ""
 
1538
"Do not apply any heuristic(s) during query optimization to prune, thus "
 
1539
"perform an exhaustive search from the optimizer search space."
 
1540
msgstr ""
 
1541
 
 
1542
#: ../drizzled/drizzled.cc:1323 ../drizzled/drizzled.cc:1961
 
1543
msgid ""
 
1544
"Maximum depth of search performed by the query optimizer. Values larger than "
 
1545
"the number of relations in a query result in better query plans, but take "
 
1546
"longer to compile a query. Smaller values than the number of tables in a "
 
1547
"relation result in faster optimization, but may produce very bad query "
 
1548
"plans. If set to 0, the system will automatically pick a reasonable value; "
 
1549
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
 
1550
"(used for testing/comparison)."
 
1551
msgstr ""
 
1552
 
 
1553
#: ../drizzled/drizzled.cc:1332 ../drizzled/drizzled.cc:1995
 
1554
msgid "The size of the buffer that is allocated when preloading indexes"
 
1555
msgstr ""
 
1556
 
 
1557
#: ../drizzled/drizzled.cc:1335 ../drizzled/drizzled.cc:2000
 
1558
msgid "Allocation block size for query parsing and execution"
 
1559
msgstr ""
 
1560
 
 
1561
#: ../drizzled/drizzled.cc:1338 ../drizzled/drizzled.cc:2005
 
1562
msgid "Persistent buffer for query parsing and execution"
 
1563
msgstr ""
 
1564
 
 
1565
#: ../drizzled/drizzled.cc:1341 ../drizzled/drizzled.cc:2011
 
1566
msgid "Allocation block size for storing ranges during optimization"
 
1567
msgstr ""
 
1568
 
 
1569
#: ../drizzled/drizzled.cc:1344 ../drizzled/drizzled.cc:2017
 
1570
msgid ""
 
1571
"Each thread that does a sequential scan allocates a buffer of this size for "
 
1572
"each table it scans. If you do many sequential scans, you may want to "
 
1573
"increase this value."
 
1574
msgstr ""
 
1575
 
 
1576
#: ../drizzled/drizzled.cc:1349 ../drizzled/drizzled.cc:2025
 
1577
msgid ""
 
1578
"When reading rows in sorted order after a sort, the rows are read through "
 
1579
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
 
1580
"record_buffer."
 
1581
msgstr ""
 
1582
 
 
1583
#: ../drizzled/drizzled.cc:1353 ../drizzled/drizzled.cc:2033
 
1584
msgid "Select scheduler to be used (by default multi-thread)."
 
1585
msgstr ""
 
1586
 
 
1587
#: ../drizzled/drizzled.cc:1356 ../drizzled/drizzled.cc:2038
 
1588
msgid "Each thread that needs to do a sort allocates a buffer of this size."
 
1589
msgstr ""
 
1590
 
 
1591
#: ../drizzled/drizzled.cc:1358 ../drizzled/drizzled.cc:2044
 
1592
msgid "The number of cached table definitions."
 
1593
msgstr ""
 
1594
 
 
1595
#: ../drizzled/drizzled.cc:1360 ../drizzled/drizzled.cc:2048
 
1596
msgid "The number of cached open tables."
 
1597
msgstr ""
 
1598
 
 
1599
#: ../drizzled/drizzled.cc:1362 ../drizzled/drizzled.cc:2052
 
1600
msgid ""
 
1601
"Timeout in seconds to wait for a table level lock before returning an error. "
 
1602
"Used only if the connection has active cursors."
 
1603
msgstr ""
 
1604
 
 
1605
#: ../drizzled/drizzled.cc:1365 ../drizzled/drizzled.cc:2057
 
1606
msgid "The stack size for each thread."
 
1607
msgstr ""
 
1608
 
 
1609
#: ../drizzled/drizzled.cc:1368 ../drizzled/drizzled.cc:2063
 
1610
msgid ""
 
1611
"If an internal in-memory temporary table exceeds this size, Drizzle will "
 
1612
"automatically convert it to an on-disk MyISAM table."
 
1613
msgstr ""
 
1614
 
 
1615
#: ../drizzled/drizzled.cc:1391
 
1616
msgid "Duplicate entry for command line option\n"
 
1617
msgstr ""
 
1618
 
 
1619
#: ../drizzled/drizzled.cc:1436 ../drizzled/drizzled.cc:1469
 
1620
#: ../drizzled/drizzled.cc:1477 ../drizzled/drizzled.cc:1497
 
1621
#, c-format
 
1622
msgid ""
 
1623
"%s: %s.\n"
 
1624
"Use --help to get a list of available options\n"
 
1625
msgstr ""
 
1626
 
 
1627
#: ../drizzled/drizzled.cc:1447
 
1628
msgid "Failed to initialize plugins\n"
 
1629
msgstr ""
 
1630
 
 
1631
#: ../drizzled/drizzled.cc:1485
 
1632
#, c-format
 
1633
msgid ""
 
1634
"%s\n"
 
1635
"Use --help to get a list of available options\n"
 
1636
msgstr ""
 
1637
 
 
1638
#: ../drizzled/drizzled.cc:1534
 
1639
msgid "Error getting default charset"
 
1640
msgstr ""
 
1641
 
 
1642
#: ../drizzled/drizzled.cc:1564
 
1643
msgid "Error setting collation"
 
1644
msgstr ""
 
1645
 
 
1646
#: ../drizzled/drizzled.cc:1572
 
1647
#, c-format
 
1648
msgid "Unknown locale: '%s'"
 
1649
msgstr ""
 
1650
 
 
1651
#: ../drizzled/drizzled.cc:1592
 
1652
msgid "Could not initialize table cache\n"
 
1653
msgstr ""
 
1654
 
 
1655
#: ../drizzled/drizzled.cc:1603
 
1656
msgid "XA cache initialization failed: Out of memory\n"
 
1657
msgstr ""
 
1658
 
 
1659
#: ../drizzled/drizzled.cc:1633
 
1660
msgid "No scheduler found, cannot continue!\n"
 
1661
msgstr ""
 
1662
 
 
1663
#: ../drizzled/drizzled.cc:1657
 
1664
#, c-format
 
1665
msgid "Unknown/unsupported storage engine: %s\n"
 
1666
msgstr ""
 
1667
 
 
1668
#: ../drizzled/drizzled.cc:1789
 
1669
msgid "Set the default storage engine (table type) for tables."
 
1670
msgstr ""
 
1671
 
 
1672
#: ../drizzled/drizzled.cc:1821
 
1673
msgid ""
 
1674
"Maximum time in seconds to wait for the port to become free. (Default: no "
 
1675
"wait)"
 
1676
msgstr ""
 
1677
 
 
1678
#: ../drizzled/drizzled.cc:1953
 
1679
msgid ""
 
1680
"Controls the heuristic(s) applied during query optimization to prune less-"
 
1681
"promising partial plans from the optimizer search space. Meaning: false - do "
 
1682
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
 
1683
"based on number of retrieved rows."
 
1684
msgstr ""
 
1685
 
 
1686
#: ../drizzled/drizzled.cc:2089
 
1687
msgid ""
 
1688
"Copyright (C) 2008 Sun Microsystems\n"
 
1689
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
 
1690
"and you are welcome to modify and redistribute it under the GPL license\n"
 
1691
"\n"
 
1692
msgstr ""
 
1693
 
 
1694
#: ../drizzled/drizzled.cc:2096
 
1695
#, c-format
 
1696
msgid "Usage: %s [OPTIONS]\n"
 
1697
msgstr ""
 
1698
 
 
1699
#: ../drizzled/drizzled.cc:2219
 
1700
#, c-format
 
1701
msgid ""
 
1702
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
 
1703
"command line\n"
 
1704
msgstr ""
 
1705
 
 
1706
#: ../drizzled/error.cc:131
 
1707
#, c-format
 
1708
msgid "Unknown error %d"
 
1709
msgstr ""
 
1710
 
 
1711
#: ../drizzled/error.cc:207
 
1712
msgid "NO"
 
1713
msgstr ""
 
1714
 
 
1715
#: ../drizzled/error.cc:208
 
1716
msgid "YES"
 
1717
msgstr ""
 
1718
 
 
1719
#: ../drizzled/error.cc:209
 
1720
#, c-format
 
1721
msgid "Can't create file '%-.200s' (errno: %d)"
 
1722
msgstr ""
 
1723
 
 
1724
#: ../drizzled/error.cc:210
 
1725
#, c-format
 
1726
msgid "Can't create table '%-.200s' (errno: %d)"
 
1727
msgstr ""
 
1728
 
 
1729
#: ../drizzled/error.cc:211
 
1730
#, c-format
 
1731
msgid "Can't create schema '%-.192s' (errno: %d)"
 
1732
msgstr ""
 
1733
 
 
1734
#: ../drizzled/error.cc:212
 
1735
#, c-format
 
1736
msgid "Can't create schema '%-.192s'; schema exists"
 
1737
msgstr ""
 
1738
 
 
1739
#: ../drizzled/error.cc:213
 
1740
#, c-format
 
1741
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
 
1742
msgstr ""
 
1743
 
 
1744
#: ../drizzled/error.cc:214
 
1745
#, c-format
 
1746
msgid "Error on delete of '%-.192s' (errno: %d)"
 
1747
msgstr ""
 
1748
 
 
1749
#: ../drizzled/error.cc:215
 
1750
#, c-format
 
1751
msgid "Can't get status of '%-.200s' (errno: %d)"
 
1752
msgstr ""
 
1753
 
 
1754
#: ../drizzled/error.cc:216
 
1755
#, c-format
 
1756
msgid "Can't lock file (errno: %d)"
 
1757
msgstr ""
 
1758
 
 
1759
#: ../drizzled/error.cc:217
 
1760
#, c-format
 
1761
msgid "Can't open file: '%-.200s' (errno: %d)"
 
1762
msgstr ""
 
1763
 
 
1764
#: ../drizzled/error.cc:218
 
1765
#, c-format
 
1766
msgid "Can't find file: '%-.200s' (errno: %d)"
 
1767
msgstr ""
 
1768
 
 
1769
#: ../drizzled/error.cc:219
 
1770
#, c-format
 
1771
msgid "Can't read dir of '%-.192s' (errno: %d)"
 
1772
msgstr ""
 
1773
 
 
1774
#: ../drizzled/error.cc:220
 
1775
#, c-format
 
1776
msgid "Record has changed since last read in table '%-.192s'"
 
1777
msgstr ""
 
1778
 
 
1779
#: ../drizzled/error.cc:221
 
1780
#, c-format
 
1781
msgid "Disk full (%s); waiting for someone to free some space..."
 
1782
msgstr ""
 
1783
 
 
1784
#: ../drizzled/error.cc:222
 
1785
#, c-format
 
1786
msgid "Can't write; duplicate key in table '%-.192s'"
 
1787
msgstr ""
 
1788
 
 
1789
#: ../drizzled/error.cc:223
 
1790
#, c-format
 
1791
msgid "Error on close of '%-.192s' (errno: %d)"
 
1792
msgstr ""
 
1793
 
 
1794
#: ../drizzled/error.cc:224
 
1795
#, c-format
 
1796
msgid "Error reading file '%-.200s' (errno: %d)"
 
1797
msgstr ""
 
1798
 
 
1799
#: ../drizzled/error.cc:225
 
1800
#, c-format
 
1801
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
 
1802
msgstr ""
 
1803
 
 
1804
#: ../drizzled/error.cc:226
 
1805
#, c-format
 
1806
msgid "Error writing file '%-.200s' (errno: %d)"
 
1807
msgstr ""
 
1808
 
 
1809
#: ../drizzled/error.cc:227
 
1810
#, c-format
 
1811
msgid "'%-.192s' is locked against change"
 
1812
msgstr ""
 
1813
 
 
1814
#: ../drizzled/error.cc:228
 
1815
msgid "Sort aborted"
 
1816
msgstr ""
 
1817
 
 
1818
#: ../drizzled/error.cc:229
 
1819
#, c-format
 
1820
msgid "Got error %d from storage engine"
 
1821
msgstr ""
 
1822
 
 
1823
#: ../drizzled/error.cc:230
 
1824
#, c-format
 
1825
msgid "Table storage engine for '%-.192s' doesn't have this option"
 
1826
msgstr ""
 
1827
 
 
1828
#: ../drizzled/error.cc:231
 
1829
#, c-format
 
1830
msgid "Can't find record in '%-.192s'"
 
1831
msgstr ""
 
1832
 
 
1833
#: ../drizzled/error.cc:232
 
1834
#, c-format
 
1835
msgid "Incorrect information in file: '%-.200s'"
 
1836
msgstr ""
 
1837
 
 
1838
#: ../drizzled/error.cc:233
 
1839
#, c-format
 
1840
msgid "Incorrect key file for table '%-.200s'; try to repair it"
 
1841
msgstr ""
 
1842
 
 
1843
#: ../drizzled/error.cc:234
 
1844
#, c-format
 
1845
msgid "Old key file for table '%-.192s'; repair it!"
 
1846
msgstr ""
 
1847
 
 
1848
#: ../drizzled/error.cc:235
 
1849
#, c-format
 
1850
msgid "Table '%-.192s' is read only"
 
1851
msgstr ""
 
1852
 
 
1853
#: ../drizzled/error.cc:236
 
1854
#, c-format
 
1855
msgid "Out of memory; restart server and try again (needed %lu bytes)"
 
1856
msgstr ""
 
1857
 
 
1858
#: ../drizzled/error.cc:237
 
1859
msgid "Out of sort memory; increase server sort buffer size"
 
1860
msgstr ""
 
1861
 
 
1862
#: ../drizzled/error.cc:238
 
1863
#, c-format
 
1864
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
 
1865
msgstr ""
 
1866
 
 
1867
#: ../drizzled/error.cc:239
 
1868
msgid "Too many connections"
 
1869
msgstr ""
 
1870
 
 
1871
#: ../drizzled/error.cc:240
 
1872
msgid ""
 
1873
"Out of memory; check if drizzled or some other process uses all available "
 
1874
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
 
1875
"memory or you can add more swap space"
 
1876
msgstr ""
 
1877
 
 
1878
#: ../drizzled/error.cc:241
 
1879
msgid "Can't get hostname for your address"
 
1880
msgstr ""
 
1881
 
 
1882
#: ../drizzled/error.cc:242
 
1883
msgid "Bad handshake"
 
1884
msgstr ""
 
1885
 
 
1886
#: ../drizzled/error.cc:243
 
1887
#, c-format
 
1888
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
 
1889
msgstr ""
 
1890
 
 
1891
#: ../drizzled/error.cc:244
 
1892
#, c-format
 
1893
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
 
1894
msgstr ""
 
1895
 
 
1896
#: ../drizzled/error.cc:245
 
1897
msgid "No schema selected"
 
1898
msgstr ""
 
1899
 
 
1900
#: ../drizzled/error.cc:246
 
1901
msgid "Unknown command"
 
1902
msgstr ""
 
1903
 
 
1904
#: ../drizzled/error.cc:247
 
1905
#, c-format
 
1906
msgid "Column '%-.192s' cannot be null"
 
1907
msgstr ""
 
1908
 
 
1909
#: ../drizzled/error.cc:248
 
1910
#, c-format
 
1911
msgid "Unknown schema '%-.192s'"
 
1912
msgstr ""
 
1913
 
 
1914
#: ../drizzled/error.cc:249
 
1915
#, c-format
 
1916
msgid "Table '%-.192s' already exists"
 
1917
msgstr ""
 
1918
 
 
1919
#: ../drizzled/error.cc:250
 
1920
#, c-format
 
1921
msgid "Unknown table '%-.100s'"
 
1922
msgstr ""
 
1923
 
 
1924
#: ../drizzled/error.cc:251
 
1925
#, c-format
 
1926
msgid "Column '%-.192s' in %-.192s is ambiguous"
 
1927
msgstr ""
 
1928
 
 
1929
#: ../drizzled/error.cc:252
 
1930
msgid "Server shutdown in progress"
 
1931
msgstr ""
 
1932
 
 
1933
#: ../drizzled/error.cc:253
 
1934
#, c-format
 
1935
msgid "Unknown column '%-.192s' in '%-.192s'"
 
1936
msgstr ""
 
1937
 
 
1938
#: ../drizzled/error.cc:254
 
1939
#, c-format
 
1940
msgid "'%-.192s' isn't in GROUP BY"
 
1941
msgstr ""
 
1942
 
 
1943
#: ../drizzled/error.cc:255
 
1944
#, c-format
 
1945
msgid "Can't group on '%-.192s'"
 
1946
msgstr ""
 
1947
 
 
1948
#: ../drizzled/error.cc:256
 
1949
msgid "Statement has sum functions and columns in same statement"
 
1950
msgstr ""
 
1951
 
 
1952
#: ../drizzled/error.cc:257
 
1953
msgid "Column count doesn't match value count"
 
1954
msgstr ""
 
1955
 
 
1956
#: ../drizzled/error.cc:258
 
1957
#, c-format
 
1958
msgid "Identifier name '%-.100s' is too long"
 
1959
msgstr ""
 
1960
 
 
1961
#: ../drizzled/error.cc:259
 
1962
#, c-format
 
1963
msgid "Duplicate column name '%-.192s'"
 
1964
msgstr ""
 
1965
 
 
1966
#: ../drizzled/error.cc:260
 
1967
#, c-format
 
1968
msgid "Duplicate key name '%-.192s'"
 
1969
msgstr ""
 
1970
 
 
1971
#: ../drizzled/error.cc:261
 
1972
#, c-format
 
1973
msgid "Duplicate entry '%-.192s' for key %d"
 
1974
msgstr ""
 
1975
 
 
1976
#: ../drizzled/error.cc:262
 
1977
#, c-format
 
1978
msgid "Incorrect column specifier for column '%-.192s'"
 
1979
msgstr ""
 
1980
 
 
1981
#: ../drizzled/error.cc:263
 
1982
#, c-format
 
1983
msgid "%s near '%-.80s' at line %d"
 
1984
msgstr ""
 
1985
 
 
1986
#: ../drizzled/error.cc:264
 
1987
msgid "Query was empty"
 
1988
msgstr ""
 
1989
 
 
1990
#: ../drizzled/error.cc:265
 
1991
#, c-format
 
1992
msgid "Not unique table/alias: '%-.192s'"
 
1993
msgstr ""
 
1994
 
 
1995
#: ../drizzled/error.cc:266
 
1996
#, c-format
 
1997
msgid "Invalid default value for '%-.192s'"
 
1998
msgstr ""
 
1999
 
 
2000
#: ../drizzled/error.cc:267
 
2001
msgid "Multiple primary key defined"
 
2002
msgstr ""
 
2003
 
 
2004
#: ../drizzled/error.cc:268
 
2005
#, c-format
 
2006
msgid "Too many keys specified; max %d keys allowed"
 
2007
msgstr ""
 
2008
 
 
2009
#: ../drizzled/error.cc:269
 
2010
#, c-format
 
2011
msgid "Too many key parts specified; max %d parts allowed"
 
2012
msgstr ""
 
2013
 
 
2014
#: ../drizzled/error.cc:270
 
2015
#, c-format
 
2016
msgid "Specified key was too long; max key length is %d bytes"
 
2017
msgstr ""
 
2018
 
 
2019
#: ../drizzled/error.cc:271
 
2020
#, c-format
 
2021
msgid "Key column '%-.192s' doesn't exist in table"
 
2022
msgstr ""
 
2023
 
 
2024
#: ../drizzled/error.cc:272
 
2025
#, c-format
 
2026
msgid ""
 
2027
"BLOB column '%-.192s' can't be used in key specification with the used table "
 
2028
"type"
 
2029
msgstr ""
 
2030
 
 
2031
#: ../drizzled/error.cc:273
 
2032
#, c-format
 
2033
msgid ""
 
2034
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
 
2035
"instead"
 
2036
msgstr ""
 
2037
 
 
2038
#: ../drizzled/error.cc:274
 
2039
msgid ""
 
2040
"Incorrect table definition; there can be only one auto column and it must be "
 
2041
"defined as a key"
 
2042
msgstr ""
 
2043
 
 
2044
#: ../drizzled/error.cc:275
 
2045
#, c-format
 
2046
msgid "%s: Normal shutdown\n"
 
2047
msgstr ""
 
2048
 
 
2049
#: ../drizzled/error.cc:276
 
2050
#, c-format
 
2051
msgid "%s: Got signal %d. Aborting!\n"
 
2052
msgstr ""
 
2053
 
 
2054
#: ../drizzled/error.cc:277
 
2055
#, c-format
 
2056
msgid "%s: Shutdown complete\n"
 
2057
msgstr ""
 
2058
 
 
2059
#: ../drizzled/error.cc:278
 
2060
#, c-format
 
2061
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
 
2062
msgstr ""
 
2063
 
 
2064
#: ../drizzled/error.cc:279
 
2065
msgid "Can't create IP socket"
 
2066
msgstr ""
 
2067
 
 
2068
#: ../drizzled/error.cc:280
 
2069
#, c-format
 
2070
msgid ""
 
2071
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
 
2072
"table"
 
2073
msgstr ""
 
2074
 
 
2075
#: ../drizzled/error.cc:281
 
2076
#, c-format
 
2077
msgid ""
 
2078
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
 
2079
"check the manual"
 
2080
msgstr ""
 
2081
 
 
2082
#: ../drizzled/error.cc:282
 
2083
msgid ""
 
2084
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
 
2085
msgstr ""
 
2086
 
 
2087
#: ../drizzled/error.cc:283
 
2088
#, c-format
 
2089
msgid ""
 
2090
"The file '%-.128s' must be in the schema directory or be readable by all"
 
2091
msgstr ""
 
2092
 
 
2093
#: ../drizzled/error.cc:284
 
2094
#, c-format
 
2095
msgid "File '%-.200s' already exists"
 
2096
msgstr ""
 
2097
 
 
2098
#: ../drizzled/error.cc:285
 
2099
#, c-format
 
2100
msgid "Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld"
 
2101
msgstr ""
 
2102
 
 
2103
#: ../drizzled/error.cc:286
 
2104
msgid ""
 
2105
"Incorrect prefix key; the used key part isn't a string, the used length is "
 
2106
"longer than the key part, or the storage engine doesn't support unique "
 
2107
"prefix keys"
 
2108
msgstr ""
 
2109
 
 
2110
#: ../drizzled/error.cc:287
 
2111
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
 
2112
msgstr ""
 
2113
 
 
2114
#: ../drizzled/error.cc:288
 
2115
#, c-format
 
2116
msgid "Can't DROP '%-.192s'; check that column/key exists"
 
2117
msgstr ""
 
2118
 
 
2119
#: ../drizzled/error.cc:289
 
2120
#, c-format
 
2121
msgid "Records: %ld  Duplicates: %ld  Warnings: %ld"
 
2122
msgstr ""
 
2123
 
 
2124
#: ../drizzled/error.cc:290
 
2125
#, c-format
 
2126
msgid "You can't specify target table '%-.192s' for update in FROM clause"
 
2127
msgstr ""
 
2128
 
 
2129
#: ../drizzled/error.cc:291
 
2130
#, c-format
 
2131
msgid "Unknown thread id: %lu"
 
2132
msgstr ""
 
2133
 
 
2134
#: ../drizzled/error.cc:292
 
2135
#, c-format
 
2136
msgid "You are not owner of thread %lu"
 
2137
msgstr ""
 
2138
 
 
2139
#: ../drizzled/error.cc:293
 
2140
msgid "No tables used"
 
2141
msgstr ""
 
2142
 
 
2143
#: ../drizzled/error.cc:294
 
2144
#, c-format
 
2145
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
 
2146
msgstr ""
 
2147
 
 
2148
#: ../drizzled/error.cc:295
 
2149
#, c-format
 
2150
msgid "Incorrect schema name '%-.100s'"
 
2151
msgstr ""
 
2152
 
 
2153
#: ../drizzled/error.cc:296
 
2154
#, c-format
 
2155
msgid "Incorrect table name '%-.100s'"
 
2156
msgstr ""
 
2157
 
 
2158
#: ../drizzled/error.cc:297
 
2159
msgid ""
 
2160
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
 
2161
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
 
2162
msgstr ""
 
2163
 
 
2164
#: ../drizzled/error.cc:298
 
2165
msgid "Unknown error"
 
2166
msgstr ""
 
2167
 
 
2168
#: ../drizzled/error.cc:299
 
2169
#, c-format
 
2170
msgid "Unknown procedure '%-.192s'"
 
2171
msgstr ""
 
2172
 
 
2173
#: ../drizzled/error.cc:300
 
2174
#, c-format
 
2175
msgid "Incorrect parameter count to procedure '%-.192s'"
 
2176
msgstr ""
 
2177
 
 
2178
#: ../drizzled/error.cc:301
 
2179
#, c-format
 
2180
msgid "Unknown table '%-.192s' in %-.32s"
 
2181
msgstr ""
 
2182
 
 
2183
#: ../drizzled/error.cc:302
 
2184
#, c-format
 
2185
msgid "Column '%-.192s' specified twice"
 
2186
msgstr ""
 
2187
 
 
2188
#: ../drizzled/error.cc:303
 
2189
msgid "Invalid use of group function"
 
2190
msgstr ""
 
2191
 
 
2192
#: ../drizzled/error.cc:304
 
2193
#, c-format
 
2194
msgid ""
 
2195
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
 
2196
msgstr ""
 
2197
 
 
2198
#: ../drizzled/error.cc:305
 
2199
msgid "A table must have at least 1 column"
 
2200
msgstr ""
 
2201
 
 
2202
#: ../drizzled/error.cc:306
 
2203
#, c-format
 
2204
msgid "The table '%-.192s' is full"
 
2205
msgstr ""
 
2206
 
 
2207
#: ../drizzled/error.cc:307
 
2208
#, c-format
 
2209
msgid "Too many tables; Drizzle can only use %d tables in a join"
 
2210
msgstr ""
 
2211
 
 
2212
#: ../drizzled/error.cc:308
 
2213
msgid "Too many columns"
 
2214
msgstr ""
 
2215
 
 
2216
#: ../drizzled/error.cc:309
 
2217
#, c-format
 
2218
msgid ""
 
2219
"Row size too large. The maximum row size for the used table type, not "
 
2220
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
 
2221
msgstr ""
 
2222
 
 
2223
#: ../drizzled/error.cc:310
 
2224
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
 
2225
msgstr ""
 
2226
 
 
2227
#: ../drizzled/error.cc:311
 
2228
#, c-format
 
2229
msgid ""
 
2230
"Table handler doesn't support NULL in given index. Please change column "
 
2231
"'%-.192s' to be NOT NULL or use another handler"
 
2232
msgstr ""
 
2233
 
 
2234
#: ../drizzled/error.cc:312
 
2235
msgid "No paths allowed for plugin library"
 
2236
msgstr ""
 
2237
 
 
2238
#: ../drizzled/error.cc:313
 
2239
#, c-format
 
2240
msgid "Plugin '%-.192s' already exists"
 
2241
msgstr ""
 
2242
 
 
2243
#: ../drizzled/error.cc:314
 
2244
#, c-format
 
2245
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
 
2246
msgstr ""
 
2247
 
 
2248
#: ../drizzled/error.cc:315
 
2249
#, c-format
 
2250
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
 
2251
msgstr ""
 
2252
 
 
2253
#: ../drizzled/error.cc:316
 
2254
#, c-format
 
2255
msgid "Rows matched: %ld  Changed: %ld  Warnings: %ld"
 
2256
msgstr ""
 
2257
 
 
2258
#: ../drizzled/error.cc:317
 
2259
#, c-format
 
2260
msgid ""
 
2261
"Can't create a new thread (errno %d); if you are not out of available "
 
2262
"memory, you can consult the manual for a possible OS-dependent bug"
 
2263
msgstr ""
 
2264
 
 
2265
#: ../drizzled/error.cc:318
 
2266
#, c-format
 
2267
msgid "Column count doesn't match value count at row %ld"
 
2268
msgstr ""
 
2269
 
 
2270
#: ../drizzled/error.cc:319
 
2271
#, c-format
 
2272
msgid "Can't reopen table: '%-.192s'"
 
2273
msgstr ""
 
2274
 
 
2275
#: ../drizzled/error.cc:320
 
2276
msgid ""
 
2277
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
 
2278
"illegal if there is no GROUP BY clause"
 
2279
msgstr ""
 
2280
 
 
2281
#: ../drizzled/error.cc:321
 
2282
#, c-format
 
2283
msgid "Table '%-.192s.%-.192s' doesn't exist"
 
2284
msgstr ""
 
2285
 
 
2286
#: ../drizzled/error.cc:322
 
2287
msgid ""
 
2288
"You have an error in your SQL syntax; check the manual that corresponds to "
 
2289
"your Drizzle server version for the right syntax to use"
 
2290
msgstr ""
 
2291
 
 
2292
#: ../drizzled/error.cc:323
 
2293
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
 
2294
msgstr ""
 
2295
 
 
2296
#: ../drizzled/error.cc:324
 
2297
msgid "Got packets out of order"
 
2298
msgstr ""
 
2299
 
 
2300
#: ../drizzled/error.cc:325
 
2301
msgid "The used table type doesn't support BLOB/TEXT columns"
 
2302
msgstr ""
 
2303
 
 
2304
#: ../drizzled/error.cc:326
 
2305
msgid "The used table type doesn't support AUTO_INCREMENT columns"
 
2306
msgstr ""
 
2307
 
 
2308
#: ../drizzled/error.cc:327
 
2309
#, c-format
 
2310
msgid "Incorrect column name '%-.100s'"
 
2311
msgstr ""
 
2312
 
 
2313
#: ../drizzled/error.cc:328
 
2314
#, c-format
 
2315
msgid "The used storage engine can't index column '%-.192s'"
 
2316
msgstr ""
 
2317
 
 
2318
#: ../drizzled/error.cc:329
 
2319
msgid ""
 
2320
"Unable to open underlying table which is differently defined or of non-"
 
2321
"MyISAM type or doesn't exist"
 
2322
msgstr ""
 
2323
 
 
2324
#: ../drizzled/error.cc:330
 
2325
#, c-format
 
2326
msgid "Can't write, because of unique constraint, to table '%-.192s'"
 
2327
msgstr ""
 
2328
 
 
2329
#: ../drizzled/error.cc:331
 
2330
#, c-format
 
2331
msgid ""
 
2332
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
 
2333
msgstr ""
 
2334
 
 
2335
#: ../drizzled/error.cc:332
 
2336
msgid ""
 
2337
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
 
2338
"UNIQUE instead"
 
2339
msgstr ""
 
2340
 
 
2341
#: ../drizzled/error.cc:333
 
2342
msgid "Result consisted of more than one row"
 
2343
msgstr ""
 
2344
 
 
2345
#: ../drizzled/error.cc:334
 
2346
msgid "This table type requires a primary key"
 
2347
msgstr ""
 
2348
 
 
2349
#: ../drizzled/error.cc:335
 
2350
#, c-format
 
2351
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
 
2352
msgstr ""
 
2353
 
 
2354
#: ../drizzled/error.cc:336
 
2355
msgid "Can't open table"
 
2356
msgstr ""
 
2357
 
 
2358
#: ../drizzled/error.cc:337
 
2359
#, c-format
 
2360
msgid "The storage engine for the table doesn't support %s"
 
2361
msgstr ""
 
2362
 
 
2363
#: ../drizzled/error.cc:338
 
2364
#, c-format
 
2365
msgid "Got error %d during COMMIT"
 
2366
msgstr ""
 
2367
 
 
2368
#: ../drizzled/error.cc:339
 
2369
#, c-format
 
2370
msgid "Got error %d during ROLLBACK"
 
2371
msgstr ""
 
2372
 
 
2373
#. This is a very incorrect place to use the PRIi64 macro as the
 
2374
#. program that looks over the source for the N_() macros does not
 
2375
#. (obviously) do macro expansion, so the string is entirely wrong for
 
2376
#. what it is trying to output for every language except english.
 
2377
#: ../drizzled/error.cc:344
 
2378
#, c-format
 
2379
msgid ""
 
2380
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
 
2381
"'%-.64s' (%-.64s)"
 
2382
msgstr ""
 
2383
 
 
2384
#: ../drizzled/error.cc:345
 
2385
msgid ""
 
2386
"Can't execute the given command because you have active locked tables or an "
 
2387
"active transaction"
 
2388
msgstr ""
 
2389
 
 
2390
#: ../drizzled/error.cc:346
 
2391
#, c-format
 
2392
msgid "Unknown system variable '%-.64s'"
 
2393
msgstr ""
 
2394
 
 
2395
#: ../drizzled/error.cc:347
 
2396
#, c-format
 
2397
msgid "Table '%-.192s' is marked as crashed and should be repaired"
 
2398
msgstr ""
 
2399
 
 
2400
#: ../drizzled/error.cc:348
 
2401
#, c-format
 
2402
msgid ""
 
2403
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
 
2404
msgstr ""
 
2405
 
 
2406
#: ../drizzled/error.cc:349
 
2407
msgid "Some non-transactional changed tables couldn't be rolled back"
 
2408
msgstr ""
 
2409
 
 
2410
#: ../drizzled/error.cc:350
 
2411
msgid "You may only use constant expressions with SET"
 
2412
msgstr ""
 
2413
 
 
2414
#: ../drizzled/error.cc:351
 
2415
msgid "Lock wait timeout exceeded; try restarting transaction"
 
2416
msgstr ""
 
2417
 
 
2418
#: ../drizzled/error.cc:352
 
2419
msgid "The total number of locks exceeds the lock table size"
 
2420
msgstr ""
 
2421
 
 
2422
#: ../drizzled/error.cc:353
 
2423
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
 
2424
msgstr ""
 
2425
 
 
2426
#: ../drizzled/error.cc:354
 
2427
msgid "DROP DATABASE not allowed while thread is holding global read lock"
 
2428
msgstr ""
 
2429
 
 
2430
#: ../drizzled/error.cc:355
 
2431
#, c-format
 
2432
msgid "Incorrect arguments to %s"
 
2433
msgstr ""
 
2434
 
 
2435
#: ../drizzled/error.cc:356
 
2436
msgid "Deadlock found when trying to get lock; try restarting transaction"
 
2437
msgstr ""
 
2438
 
 
2439
#: ../drizzled/error.cc:357
 
2440
msgid "The used table type doesn't support FULLTEXT indexes"
 
2441
msgstr ""
 
2442
 
 
2443
#: ../drizzled/error.cc:358
 
2444
msgid "Cannot add foreign key constraint"
 
2445
msgstr ""
 
2446
 
 
2447
#: ../drizzled/error.cc:359
 
2448
msgid "Cannot add or update a child row: a foreign key constraint fails"
 
2449
msgstr ""
 
2450
 
 
2451
#: ../drizzled/error.cc:360
 
2452
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
 
2453
msgstr ""
 
2454
 
 
2455
#: ../drizzled/error.cc:361
 
2456
#, c-format
 
2457
msgid "Incorrect usage of %s and %s"
 
2458
msgstr ""
 
2459
 
 
2460
#: ../drizzled/error.cc:362
 
2461
msgid "The used SELECT statements have a different number of columns"
 
2462
msgstr ""
 
2463
 
 
2464
#: ../drizzled/error.cc:363
 
2465
msgid "Can't execute the query because you have a conflicting read lock"
 
2466
msgstr ""
 
2467
 
 
2468
#: ../drizzled/error.cc:364
 
2469
#, c-format
 
2470
msgid ""
 
2471
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
 
2472
msgstr ""
 
2473
 
 
2474
#: ../drizzled/error.cc:365
 
2475
#, c-format
 
2476
msgid ""
 
2477
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
 
2478
msgstr ""
 
2479
 
 
2480
#: ../drizzled/error.cc:366
 
2481
#, c-format
 
2482
msgid "Variable '%-.64s' doesn't have a default value"
 
2483
msgstr ""
 
2484
 
 
2485
#: ../drizzled/error.cc:367
 
2486
#, c-format
 
2487
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
 
2488
msgstr ""
 
2489
 
 
2490
#: ../drizzled/error.cc:368
 
2491
#, c-format
 
2492
msgid "Incorrect argument type to variable '%-.64s'"
 
2493
msgstr ""
 
2494
 
 
2495
#: ../drizzled/error.cc:369
 
2496
#, c-format
 
2497
msgid "Variable '%-.64s' can only be set, not read"
 
2498
msgstr ""
 
2499
 
 
2500
#: ../drizzled/error.cc:370
 
2501
#, c-format
 
2502
msgid "Incorrect usage/placement of '%s'"
 
2503
msgstr ""
 
2504
 
 
2505
#: ../drizzled/error.cc:371
 
2506
#, c-format
 
2507
msgid "This version of Drizzle doesn't yet support '%s'"
 
2508
msgstr ""
 
2509
 
 
2510
#: ../drizzled/error.cc:372
 
2511
#, c-format
 
2512
msgid "Variable '%-.192s' is a %s variable"
 
2513
msgstr ""
 
2514
 
 
2515
#: ../drizzled/error.cc:373
 
2516
#, c-format
 
2517
msgid "Incorrect foreign key definition for '%-.192s': %s"
 
2518
msgstr ""
 
2519
 
 
2520
#: ../drizzled/error.cc:374
 
2521
msgid "Key reference and table reference don't match"
 
2522
msgstr ""
 
2523
 
 
2524
#: ../drizzled/error.cc:375
 
2525
#, c-format
 
2526
msgid "Operand should contain %d column(s)"
 
2527
msgstr ""
 
2528
 
 
2529
#: ../drizzled/error.cc:376
 
2530
msgid "Subquery returns more than 1 row"
 
2531
msgstr ""
 
2532
 
 
2533
#: ../drizzled/error.cc:377
 
2534
#, c-format
 
2535
msgid "Converting column '%s' from %s to %s"
 
2536
msgstr ""
 
2537
 
 
2538
#: ../drizzled/error.cc:378
 
2539
#, c-format
 
2540
msgid "Reference '%-.64s' not supported (%s)"
 
2541
msgstr ""
 
2542
 
 
2543
#: ../drizzled/error.cc:379
 
2544
msgid "Every derived table must have its own alias"
 
2545
msgstr ""
 
2546
 
 
2547
#: ../drizzled/error.cc:380
 
2548
#, c-format
 
2549
msgid "Select %u was reduced during optimization"
 
2550
msgstr ""
 
2551
 
 
2552
#: ../drizzled/error.cc:381
 
2553
#, c-format
 
2554
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
 
2555
msgstr ""
 
2556
 
 
2557
#: ../drizzled/error.cc:382
 
2558
msgid "All parts of a SPATIAL index must be NOT NULL"
 
2559
msgstr ""
 
2560
 
 
2561
#: ../drizzled/error.cc:383
 
2562
#, c-format
 
2563
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
 
2564
msgstr ""
 
2565
 
 
2566
#: ../drizzled/error.cc:384
 
2567
#, c-format
 
2568
msgid ""
 
2569
"Uncompressed data size too large; the maximum size is %d (based on "
 
2570
"max_allowed_packet). The length of uncompressed data may also be corrupted."
 
2571
msgstr ""
 
2572
 
 
2573
#: ../drizzled/error.cc:385
 
2574
msgid "ZLIB: Not enough memory"
 
2575
msgstr ""
 
2576
 
 
2577
#: ../drizzled/error.cc:386
 
2578
msgid ""
 
2579
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
 
2580
"data was corrupted)"
 
2581
msgstr ""
 
2582
 
 
2583
#: ../drizzled/error.cc:387
 
2584
msgid "ZLIB: Input data corrupted"
 
2585
msgstr ""
 
2586
 
 
2587
#: ../drizzled/error.cc:388
 
2588
#, c-format
 
2589
msgid "%d line(s) were cut by GROUP_CONCAT()"
 
2590
msgstr ""
 
2591
 
 
2592
#: ../drizzled/error.cc:389
 
2593
#, c-format
 
2594
msgid "Row %ld doesn't contain data for all columns"
 
2595
msgstr ""
 
2596
 
 
2597
#: ../drizzled/error.cc:390
 
2598
#, c-format
 
2599
msgid ""
 
2600
"Row %ld was truncated; it contained more data than there were input columns"
 
2601
msgstr ""
 
2602
 
 
2603
#: ../drizzled/error.cc:391
 
2604
#, c-format
 
2605
msgid ""
 
2606
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
 
2607
msgstr ""
 
2608
 
 
2609
#: ../drizzled/error.cc:392
 
2610
#, c-format
 
2611
msgid "Out of range value for column '%s' at row %ld"
 
2612
msgstr ""
 
2613
 
 
2614
#: ../drizzled/error.cc:393
 
2615
#, c-format
 
2616
msgid "Data truncated for column '%s' at row %ld"
 
2617
msgstr ""
 
2618
 
 
2619
#: ../drizzled/error.cc:394
 
2620
#, c-format
 
2621
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
 
2622
msgstr ""
 
2623
 
 
2624
#: ../drizzled/error.cc:395
 
2625
#, c-format
 
2626
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
 
2627
msgstr ""
 
2628
 
 
2629
#: ../drizzled/error.cc:396
 
2630
#, c-format
 
2631
msgid "Illegal mix of collations for operation '%s'"
 
2632
msgstr ""
 
2633
 
 
2634
#: ../drizzled/error.cc:397
 
2635
#, c-format
 
2636
msgid ""
 
2637
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
 
2638
"variable_name)"
 
2639
msgstr ""
 
2640
 
 
2641
#: ../drizzled/error.cc:398
 
2642
#, c-format
 
2643
msgid "Unknown collation: '%-.64s'"
 
2644
msgstr ""
 
2645
 
 
2646
#: ../drizzled/error.cc:399
 
2647
#, c-format
 
2648
msgid ""
 
2649
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
 
2650
"SELECT #%d"
 
2651
msgstr ""
 
2652
 
 
2653
#: ../drizzled/error.cc:400
 
2654
#, c-format
 
2655
msgid "Incorrect index name '%-.100s'"
 
2656
msgstr ""
 
2657
 
 
2658
#: ../drizzled/error.cc:401
 
2659
#, c-format
 
2660
msgid "Incorrect catalog name '%-.100s'"
 
2661
msgstr ""
 
2662
 
 
2663
#: ../drizzled/error.cc:402
 
2664
#, c-format
 
2665
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
 
2666
msgstr ""
 
2667
 
 
2668
#: ../drizzled/error.cc:403
 
2669
#, c-format
 
2670
msgid "Unknown table engine '%s'"
 
2671
msgstr ""
 
2672
 
 
2673
#: ../drizzled/error.cc:404
 
2674
#, c-format
 
2675
msgid "The target table %-.100s of the %s is not updatable"
 
2676
msgstr ""
 
2677
 
 
2678
#: ../drizzled/error.cc:405
 
2679
#, c-format
 
2680
msgid ""
 
2681
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
 
2682
"working"
 
2683
msgstr ""
 
2684
 
 
2685
#: ../drizzled/error.cc:406
 
2686
#, c-format
 
2687
msgid ""
 
2688
"The Drizzle server is running with the %s option so it cannot execute this "
 
2689
"statement"
 
2690
msgstr ""
 
2691
 
 
2692
#: ../drizzled/error.cc:407
 
2693
#, c-format
 
2694
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
 
2695
msgstr ""
 
2696
 
 
2697
#: ../drizzled/error.cc:408
 
2698
#, c-format
 
2699
msgid "Truncated incorrect %-.32s value: '%-.128s'"
 
2700
msgstr ""
 
2701
 
 
2702
#: ../drizzled/error.cc:409
 
2703
msgid ""
 
2704
"Incorrect table definition; there can be only one TIMESTAMP column with "
 
2705
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
 
2706
msgstr ""
 
2707
 
 
2708
#: ../drizzled/error.cc:410
 
2709
#, c-format
 
2710
msgid "Invalid ON UPDATE clause for '%-.192s' column"
 
2711
msgstr ""
 
2712
 
 
2713
#: ../drizzled/error.cc:411
 
2714
#, c-format
 
2715
msgid "Got error %d '%-.100s' from %s"
 
2716
msgstr ""
 
2717
 
 
2718
#: ../drizzled/error.cc:412
 
2719
#, c-format
 
2720
msgid "Got temporary error %d '%-.100s' from %s"
 
2721
msgstr ""
 
2722
 
 
2723
#: ../drizzled/error.cc:413
 
2724
#, c-format
 
2725
msgid "Unknown or incorrect time zone: '%-.64s'"
 
2726
msgstr ""
 
2727
 
 
2728
#: ../drizzled/error.cc:414
 
2729
#, c-format
 
2730
msgid "Invalid %s character string: '%.64s'"
 
2731
msgstr ""
 
2732
 
 
2733
#: ../drizzled/error.cc:415
 
2734
#, c-format
 
2735
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
 
2736
msgstr ""
 
2737
 
 
2738
#: ../drizzled/error.cc:416
 
2739
#, c-format
 
2740
msgid "%s %s does not exist"
 
2741
msgstr ""
 
2742
 
 
2743
#: ../drizzled/error.cc:417
 
2744
msgid "Query execution was interrupted"
 
2745
msgstr ""
 
2746
 
 
2747
#: ../drizzled/error.cc:418
 
2748
#, c-format
 
2749
msgid ""
 
2750
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
 
2751
"(s) or definer/invoker of view lack rights to use them"
 
2752
msgstr ""
 
2753
 
 
2754
#: ../drizzled/error.cc:419
 
2755
#, c-format
 
2756
msgid "Field '%-.192s' doesn't have a default value"
 
2757
msgstr ""
 
2758
 
 
2759
#: ../drizzled/error.cc:420
 
2760
msgid "Division by 0"
 
2761
msgstr ""
 
2762
 
 
2763
#: ../drizzled/error.cc:421
 
2764
#, c-format
 
2765
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
 
2766
msgstr ""
 
2767
 
 
2768
#: ../drizzled/error.cc:422
 
2769
#, c-format
 
2770
msgid "Illegal %s '%-.192s' value found during parsing"
 
2771
msgstr ""
 
2772
 
 
2773
#: ../drizzled/error.cc:423
 
2774
#, c-format
 
2775
msgid "Key part '%-.192s' length cannot be 0"
 
2776
msgstr ""
 
2777
 
 
2778
#: ../drizzled/error.cc:424
 
2779
#, c-format
 
2780
msgid ""
 
2781
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
 
2782
"the  %.64s state"
 
2783
msgstr ""
 
2784
 
 
2785
#: ../drizzled/error.cc:425
 
2786
#, c-format
 
2787
msgid "Data too long for column '%s' at row %ld"
 
2788
msgstr ""
 
2789
 
 
2790
#: ../drizzled/error.cc:426
 
2791
#, c-format
 
2792
msgid ""
 
2793
"%s: ready for connections.\n"
 
2794
"Version: '%s' %s\n"
 
2795
msgstr ""
 
2796
 
 
2797
#: ../drizzled/error.cc:427
 
2798
msgid "Can't load value from file with fixed size rows to variable"
 
2799
msgstr ""
 
2800
 
 
2801
#: ../drizzled/error.cc:428
 
2802
#, c-format
 
2803
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
 
2804
msgstr ""
 
2805
 
 
2806
#: ../drizzled/error.cc:429
 
2807
msgid "Table definition has changed, please retry transaction"
 
2808
msgstr ""
 
2809
 
 
2810
#: ../drizzled/error.cc:430
 
2811
#, c-format
 
2812
msgid "Not allowed to return a result set from a %s"
 
2813
msgstr ""
 
2814
 
 
2815
#: ../drizzled/error.cc:431
 
2816
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
 
2817
msgstr ""
 
2818
 
 
2819
#: ../drizzled/error.cc:432
 
2820
msgid ""
 
2821
"Explicit or implicit commit is not allowed in stored function or trigger."
 
2822
msgstr ""
 
2823
 
 
2824
#: ../drizzled/error.cc:433
 
2825
#, c-format
 
2826
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
 
2827
msgstr ""
 
2828
 
 
2829
#: ../drizzled/error.cc:434
 
2830
#, c-format
 
2831
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
 
2832
msgstr ""
 
2833
 
 
2834
#: ../drizzled/error.cc:435
 
2835
#, c-format
 
2836
msgid ""
 
2837
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
 
2838
"'%-.192s')."
 
2839
msgstr ""
 
2840
 
 
2841
#: ../drizzled/error.cc:436
 
2842
msgid "Trigger in wrong schema"
 
2843
msgstr ""
 
2844
 
 
2845
#: ../drizzled/error.cc:437
 
2846
#, c-format
 
2847
msgid ""
 
2848
"Thread stack overrun:  %ld bytes used of a %ld byte stack, and %ld bytes "
 
2849
"needed.  Use 'drizzled -O thread_stack=#' to specify a bigger stack."
 
2850
msgstr ""
 
2851
 
 
2852
#: ../drizzled/error.cc:438
 
2853
#, c-format
 
2854
msgid "Display width out of range for column '%-.192s' (max = %d)"
 
2855
msgstr ""
 
2856
 
 
2857
#: ../drizzled/error.cc:439
 
2858
#, c-format
 
2859
msgid "Datetime function: %-.32s field overflow"
 
2860
msgstr ""
 
2861
 
 
2862
#: ../drizzled/error.cc:440
 
2863
#, c-format
 
2864
msgid ""
 
2865
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
 
2866
msgstr ""
 
2867
 
 
2868
#: ../drizzled/error.cc:441
 
2869
#, c-format
 
2870
msgid ""
 
2871
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
 
2872
msgstr ""
 
2873
 
 
2874
#: ../drizzled/error.cc:442
 
2875
msgid "No data - zero rows fetched, selected, or processed"
 
2876
msgstr ""
 
2877
 
 
2878
#: ../drizzled/error.cc:443
 
2879
#, c-format
 
2880
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
 
2881
msgstr ""
 
2882
 
 
2883
#: ../drizzled/error.cc:444
 
2884
#, c-format
 
2885
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
 
2886
msgstr ""
 
2887
 
 
2888
#: ../drizzled/error.cc:445
 
2889
msgid "The used table type doesn't support SPATIAL indexes"
 
2890
msgstr ""
 
2891
 
 
2892
#: ../drizzled/error.cc:446
 
2893
#, c-format
 
2894
msgid "Leading spaces are removed from name '%s'"
 
2895
msgstr ""
 
2896
 
 
2897
#: ../drizzled/error.cc:447
 
2898
msgid "Failed to read auto-increment value from storage engine"
 
2899
msgstr ""
 
2900
 
 
2901
#: ../drizzled/error.cc:448
 
2902
#, c-format
 
2903
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
 
2904
msgstr ""
 
2905
 
 
2906
#: ../drizzled/error.cc:449
 
2907
msgid "Too high level of nesting for select"
 
2908
msgstr ""
 
2909
 
 
2910
#: ../drizzled/error.cc:450
 
2911
#, c-format
 
2912
msgid "Name '%-.64s' has become ''"
 
2913
msgstr ""
 
2914
 
 
2915
#: ../drizzled/error.cc:451
 
2916
msgid ""
 
2917
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
 
2918
"optional and non-empty FIELDS ENCLOSED BY"
 
2919
msgstr ""
 
2920
 
 
2921
#: ../drizzled/error.cc:452
 
2922
#, c-format
 
2923
msgid ""
 
2924
"Table storage engine '%-.64s' does not support the create option '%.64s'"
 
2925
msgstr ""
 
2926
 
 
2927
#: ../drizzled/error.cc:453
 
2928
#, c-format
 
2929
msgid "Incorrect %-.32s value: '%-.128s'"
 
2930
msgstr ""
 
2931
 
 
2932
#: ../drizzled/error.cc:454
 
2933
#, c-format
 
2934
msgid "Table has no partition for value %-.64s"
 
2935
msgstr ""
 
2936
 
 
2937
#: ../drizzled/error.cc:455
 
2938
msgid "Writing one row to the row-based binary log failed"
 
2939
msgstr ""
 
2940
 
 
2941
#: ../drizzled/error.cc:456
 
2942
#, c-format
 
2943
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
 
2944
msgstr ""
 
2945
 
 
2946
#: ../drizzled/error.cc:457
 
2947
#, c-format
 
2948
msgid ""
 
2949
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
 
2950
"%d would lead to a duplicate entry"
 
2951
msgstr ""
 
2952
 
 
2953
#: ../drizzled/error.cc:458
 
2954
msgid ""
 
2955
"Transaction isolation level can't be changed while a transaction is in "
 
2956
"progress"
 
2957
msgstr ""
 
2958
 
 
2959
#: ../drizzled/error.cc:459
 
2960
#, c-format
 
2961
msgid "Incorrect parameter count in the call to native function '%-.192s'"
 
2962
msgstr ""
 
2963
 
 
2964
#: ../drizzled/error.cc:460
 
2965
#, c-format
 
2966
msgid "Incorrect parameters in the call to native function '%-.192s'"
 
2967
msgstr ""
 
2968
 
 
2969
#: ../drizzled/error.cc:461
 
2970
#, c-format
 
2971
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
 
2972
msgstr ""
 
2973
 
 
2974
#: ../drizzled/error.cc:462
 
2975
#, c-format
 
2976
msgid "Invalid column reference (%-.64s) in LOAD DATA"
 
2977
msgstr ""
 
2978
 
 
2979
#: ../drizzled/error.cc:463
 
2980
#, c-format
 
2981
msgid "Received an invalid value '%s' for a UNIX timestamp."
 
2982
msgstr ""
 
2983
 
 
2984
#: ../drizzled/error.cc:464
 
2985
#, c-format
 
2986
msgid "Received an invalid datetime value '%s'."
 
2987
msgstr ""
 
2988
 
 
2989
#: ../drizzled/error.cc:465
 
2990
#, c-format
 
2991
msgid "Received a NULL argument for function '%s'."
 
2992
msgstr ""
 
2993
 
 
2994
#: ../drizzled/error.cc:466
 
2995
#, c-format
 
2996
msgid "Received an out-of-range argument '%s' for function '%s'."
 
2997
msgstr ""
 
2998
 
 
2999
#: ../drizzled/error.cc:467
 
3000
#, c-format
 
3001
msgid "Received an invalid enum value '%s'."
 
3002
msgstr ""
 
3003
 
 
3004
#: ../drizzled/error.cc:468
 
3005
msgid "Tables which are replicated require a primary key."
 
3006
msgstr ""
 
3007
 
 
3008
#: ../drizzled/error.cc:469
 
3009
#, c-format
 
3010
msgid "Corrupt or invalid table definition: %s"
 
3011
msgstr ""
 
3012
 
 
3013
#: ../drizzled/error.cc:470
 
3014
#, c-format
 
3015
msgid "Corrupt or invalid schema definition for %s : %s"
 
3016
msgstr ""
 
3017
 
 
3018
#: ../drizzled/error.cc:471
 
3019
#, c-format
 
3020
msgid "Schema does not exist: %s"
 
3021
msgstr ""
 
3022
 
 
3023
#: ../drizzled/error.cc:472
 
3024
#, c-format
 
3025
msgid "Error altering schema: %s"
 
3026
msgstr ""
 
3027
 
 
3028
#: ../drizzled/error.cc:473
 
3029
#, c-format
 
3030
msgid "Error droppping Schema : %s"
 
3031
msgstr ""
 
3032
 
 
3033
#: ../drizzled/error.cc:474
 
3034
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
 
3035
msgstr ""
 
3036
 
 
3037
#: ../drizzled/error.cc:475
 
3038
#, c-format
 
3039
msgid "Unknown table engine option key/pair %s = %s."
 
3040
msgstr ""
 
3041
 
 
3042
#: ../drizzled/error.cc:476
 
3043
#, c-format
 
3044
msgid "Unknown schema engine option key/pair %s = %s."
 
3045
msgstr ""
 
3046
 
 
3047
#: ../drizzled/error.cc:478
 
3048
#, c-format
 
3049
msgid "Can't unlock file (Errcode: %d)"
 
3050
msgstr ""
 
3051
 
 
3052
#: ../drizzled/error.cc:479
 
3053
#, c-format
 
3054
msgid "Can't change size of file (Errcode: %d)"
 
3055
msgstr ""
 
3056
 
 
3057
#: ../drizzled/error.cc:480
 
3058
#, c-format
 
3059
msgid "Can't open stream from handle (Errcode: %d)"
 
3060
msgstr ""
 
3061
 
 
3062
#: ../drizzled/error.cc:481
 
3063
#, c-format
 
3064
msgid "Warning: '%s' had %d links"
 
3065
msgstr ""
 
3066
 
 
3067
#: ../drizzled/error.cc:482
 
3068
#, c-format
 
3069
msgid "Warning: %d files and %d streams is left open\n"
 
3070
msgstr ""
 
3071
 
 
3072
#: ../drizzled/error.cc:483
 
3073
#, c-format
 
3074
msgid "Can't create directory '%s' (Errcode: %d)"
 
3075
msgstr ""
 
3076
 
 
3077
#: ../drizzled/error.cc:484
 
3078
#, c-format
 
3079
msgid ""
 
3080
"Character set '%s' is not a compiled character set and is not specified in "
 
3081
"the %s file"
 
3082
msgstr ""
 
3083
 
 
3084
#: ../drizzled/error.cc:485
 
3085
#, c-format
 
3086
msgid "Out of resources when opening file '%s' (Errcode: %d)"
 
3087
msgstr ""
 
3088
 
 
3089
#: ../drizzled/error.cc:486
 
3090
#, c-format
 
3091
msgid "Can't read value for symlink '%s' (Error %d)"
 
3092
msgstr ""
 
3093
 
 
3094
#: ../drizzled/error.cc:487
 
3095
#, c-format
 
3096
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
 
3097
msgstr ""
 
3098
 
 
3099
#: ../drizzled/error.cc:488
 
3100
#, c-format
 
3101
msgid "Error on realpath() on '%s' (Error %d)"
 
3102
msgstr ""
 
3103
 
 
3104
#: ../drizzled/error.cc:489
 
3105
#, c-format
 
3106
msgid "Can't sync file '%s' to disk (Errcode: %d)"
 
3107
msgstr ""
 
3108
 
 
3109
#: ../drizzled/error.cc:490
 
3110
#, c-format
 
3111
msgid ""
 
3112
"Collation '%s' is not a compiled collation and is not specified in the %s "
 
3113
"file"
 
3114
msgstr ""
 
3115
 
 
3116
#: ../drizzled/error.cc:491
 
3117
#, c-format
 
3118
msgid "File '%s' (fileno: %d) was not closed"
 
3119
msgstr ""
 
3120
 
 
3121
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:214
 
3122
msgid ""
 
3123
"Schema name cannot be encoded and fit within filesystem name length "
 
3124
"restrictions."
 
3125
msgstr ""
 
3126
 
 
3127
#: ../drizzled/identifier/table.cc:231
 
3128
msgid ""
 
3129
"Table name cannot be encoded and fit within filesystem name length "
 
3130
"restrictions."
 
3131
msgstr ""
 
3132
 
 
3133
#. *
 
3134
#. * @todo
 
3135
#. * Since clients still use this code, we use fprintf here.
 
3136
#. * This fprintf needs to be turned into errmsg_printf
 
3137
#. * as soon as the client programs no longer use mysys
 
3138
#. * and can use the pluggable error message system.
 
3139
#.
 
3140
#: ../drizzled/internal/default.cc:687
 
3141
#, c-format
 
3142
msgid "error: could not open directory: %s\n"
 
3143
msgstr ""
 
3144
 
 
3145
#: ../drizzled/main.cc:157
 
3146
msgid ""
 
3147
"setrlimit could not change the size of core files to 'infinity';  We may not "
 
3148
"be able to generate a core file on signals"
 
3149
msgstr ""
 
3150
 
 
3151
#: ../drizzled/main.cc:262
 
3152
#, c-format
 
3153
msgid "Data directory %s does not exist\n"
 
3154
msgstr ""
 
3155
 
 
3156
#: ../drizzled/main.cc:273
 
3157
#, c-format
 
3158
msgid "Local catalog %s/local does not exist\n"
 
3159
msgstr ""
 
3160
 
 
3161
#: ../drizzled/message/transaction_reader.cc:248
 
3162
#, fuzzy
 
3163
msgid "Display help and exit"
 
3164
msgstr "Turi din l-għajnuna."
 
3165
 
 
3166
#: ../drizzled/message/transaction_reader.cc:249
 
3167
msgid "Perform checksum"
 
3168
msgstr ""
 
3169
 
 
3170
#: ../drizzled/message/transaction_reader.cc:250
 
3171
msgid "Ignore event messages"
 
3172
msgstr ""
 
3173
 
 
3174
#: ../drizzled/message/transaction_reader.cc:251
 
3175
msgid "Transaction log file"
 
3176
msgstr ""
 
3177
 
 
3178
#: ../drizzled/message/transaction_reader.cc:273
 
3179
#, c-format
 
3180
msgid "Usage: %s [options] TRANSACTION_LOG \n"
 
3181
msgstr ""
 
3182
 
 
3183
#: ../drizzled/message/transaction_reader.cc:275
 
3184
#, c-format
 
3185
msgid "OPTIONS:\n"
 
3186
msgstr ""
 
3187
 
 
3188
#: ../drizzled/message/transaction_reader.cc:276
 
3189
#, c-format
 
3190
msgid "--help           :  Display help and exit\n"
 
3191
msgstr ""
 
3192
 
 
3193
#: ../drizzled/message/transaction_reader.cc:277
 
3194
#, c-format
 
3195
msgid "--checksum       :  Perform checksum\n"
 
3196
msgstr ""
 
3197
 
 
3198
#: ../drizzled/message/transaction_reader.cc:278
 
3199
#, c-format
 
3200
msgid "--ignore-events  :  Ignore event messages\n"
 
3201
msgstr ""
 
3202
 
 
3203
#: ../drizzled/message/transaction_reader.cc:289
 
3204
#: ../drizzled/message/transaction_writer.cc:371
 
3205
#, c-format
 
3206
msgid "Cannot open file: %s\n"
 
3207
msgstr ""
 
3208
 
 
3209
#: ../drizzled/message/transaction_reader.cc:314
 
3210
#, c-format
 
3211
msgid "Found a non-transaction message in log.  Currently, not supported.\n"
 
3212
msgstr ""
 
3213
 
 
3214
#: ../drizzled/message/transaction_reader.cc:320
 
3215
#: ../plugin/transaction_log/transaction_log_reader.cc:119
 
3216
#, c-format
 
3217
msgid "Attempted to read record bigger than INT_MAX\n"
 
3218
msgstr ""
 
3219
 
 
3220
#: ../drizzled/message/transaction_reader.cc:340
 
3221
#: ../plugin/transaction_log/transaction_log_reader.cc:139
 
3222
#, c-format
 
3223
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
 
3224
msgstr ""
 
3225
 
 
3226
#: ../drizzled/message/transaction_reader.cc:353
 
3227
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
 
3228
#: ../plugin/transaction_log/print_transaction_message.cc:169
 
3229
#: ../plugin/transaction_log/transaction_log_reader.cc:152
 
3230
#, c-format
 
3231
msgid "Could not read transaction message.\n"
 
3232
msgstr ""
 
3233
 
 
3234
#: ../drizzled/message/transaction_reader.cc:354
 
3235
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
 
3236
#: ../plugin/transaction_log/print_transaction_message.cc:170
 
3237
#: ../plugin/transaction_log/transaction_log_reader.cc:153
 
3238
#, c-format
 
3239
msgid "GPB ERROR: %s.\n"
 
3240
msgstr ""
 
3241
 
 
3242
#: ../drizzled/message/transaction_reader.cc:358
 
3243
#: ../drizzled/message/transaction_reader.cc:371
 
3244
#, c-format
 
3245
msgid ""
 
3246
"HEXDUMP:\n"
 
3247
"\n"
 
3248
"%s\n"
 
3249
msgstr ""
 
3250
 
 
3251
#: ../drizzled/message/transaction_reader.cc:365
 
3252
#, c-format
 
3253
msgid "Unable to parse command. Got error: %s.\n"
 
3254
msgstr ""
 
3255
 
 
3256
#: ../drizzled/message/transaction_reader.cc:420
 
3257
#: ../plugin/transaction_log/transaction_log_reader.cc:174
 
3258
#, c-format
 
3259
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
 
3260
msgstr ""
 
3261
 
 
3262
#: ../drizzled/message/transaction_writer.cc:365
 
3263
#, c-format
 
3264
msgid "Usage: %s TRANSACTION_LOG\n"
 
3265
msgstr ""
 
3266
 
 
3267
#: ../drizzled/module/library.cc:149
 
3268
#, c-format
 
3269
msgid ""
 
3270
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
 
3271
"the current running version of Drizzle: %<PRIu64>."
 
3272
msgstr ""
 
3273
 
 
3274
#: ../drizzled/module/loader.cc:267
 
3275
#, c-format
 
3276
msgid ""
 
3277
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
 
3278
"registered.\n"
 
3279
msgstr ""
 
3280
 
 
3281
#: ../drizzled/module/loader.cc:341
 
3282
#, c-format
 
3283
msgid "Plugin '%s' init function returned error.\n"
 
3284
msgstr ""
 
3285
 
 
3286
#: ../drizzled/module/loader.cc:524
 
3287
#, c-format
 
3288
msgid "Couldn't load plugin library named '%s'.\n"
 
3289
msgstr ""
 
3290
 
 
3291
#: ../drizzled/module/loader.cc:534
 
3292
#, c-format
 
3293
msgid "Couldn't load plugin named '%s'.\n"
 
3294
msgstr ""
 
3295
 
 
3296
#: ../drizzled/module/loader.cc:761
 
3297
msgid "Out of memory."
 
3298
msgstr ""
 
3299
 
 
3300
#: ../drizzled/module/loader.cc:1440 ../drizzled/module/loader.cc:1491
 
3301
#, c-format
 
3302
msgid "Unknown variable type code 0x%x in plugin '%s'."
 
3303
msgstr ""
 
3304
 
 
3305
#: ../drizzled/module/loader.cc:1483
 
3306
#, c-format
 
3307
msgid ""
 
3308
"Server variable %s of plugin %s was forced to be read-only: string variable "
 
3309
"without update_func and PLUGIN_VAR_MEMALLOC flag"
 
3310
msgstr ""
 
3311
 
 
3312
#: ../drizzled/module/loader.cc:1502
 
3313
#, c-format
 
3314
msgid "Missing variable name in plugin '%s'."
 
3315
msgstr ""
 
3316
 
 
3317
#: ../drizzled/module/loader.cc:1519
 
3318
#, c-format
 
3319
msgid "Thread local variable '%s' not allocated in plugin '%s'."
 
3320
msgstr ""
 
3321
 
 
3322
#: ../drizzled/module/loader.cc:1637
 
3323
#, c-format
 
3324
msgid "Out of memory for plugin '%s'."
 
3325
msgstr ""
 
3326
 
 
3327
#: ../drizzled/module/loader.cc:1646
 
3328
#, c-format
 
3329
msgid "Bad options for plugin '%s'."
 
3330
msgstr ""
 
3331
 
 
3332
#: ../drizzled/module/loader.cc:1694
 
3333
#, c-format
 
3334
msgid "Plugin '%s' has conflicting system variables"
 
3335
msgstr ""
 
3336
 
 
3337
#: ../drizzled/module/registry.h:103
 
3338
#, c-format
 
3339
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
 
3340
msgstr ""
 
3341
 
 
3342
#: ../drizzled/module/registry.h:112
 
3343
#, c-format
 
3344
msgid "Fatal error: Failed initializing %s plugin.\n"
 
3345
msgstr ""
 
3346
 
 
3347
#: ../drizzled/option.cc:84
 
3348
msgid "Warning: "
 
3349
msgstr ""
 
3350
 
 
3351
#: ../drizzled/option.cc:86
 
3352
msgid "Info: "
 
3353
msgstr ""
 
3354
 
 
3355
#: ../drizzled/option.cc:337
 
3356
#, c-format
 
3357
msgid "%s: %s: Option '%s' used, but is disabled\n"
 
3358
msgstr ""
 
3359
 
 
3360
#: ../drizzled/option.cc:339
 
3361
msgid "WARNING"
 
3362
msgstr ""
 
3363
 
 
3364
#: ../drizzled/option.cc:441
 
3365
#, c-format
 
3366
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
 
3367
msgstr ""
 
3368
 
 
3369
#: ../drizzled/option.cc:769
 
3370
#, c-format
 
3371
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
 
3372
msgstr ""
 
3373
 
 
3374
#: ../drizzled/option.cc:962
 
3375
#, c-format
 
3376
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
 
3377
msgstr ""
 
3378
 
 
3379
#: ../drizzled/option.cc:1194
 
3380
#, c-format
 
3381
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
 
3382
msgstr ""
 
3383
 
 
3384
#: ../drizzled/option.cc:1214
 
3385
#, c-format
 
3386
msgid ""
 
3387
"\n"
 
3388
"Variables (--variable-name=value)\n"
 
3389
"and boolean options {false|true}  Value (after reading options)\n"
 
3390
"--------------------------------- -----------------------------\n"
 
3391
msgstr ""
 
3392
 
 
3393
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
 
3394
msgid "(No default value)"
 
3395
msgstr ""
 
3396
 
 
3397
#: ../drizzled/option.cc:1249
 
3398
msgid "true"
 
3399
msgstr ""
 
3400
 
 
3401
#: ../drizzled/option.cc:1249
 
3402
msgid "false"
 
3403
msgstr ""
 
3404
 
 
3405
#: ../drizzled/option.cc:1282
 
3406
#, c-format
 
3407
msgid "(Disabled)\n"
 
3408
msgstr ""
 
3409
 
 
3410
#: ../drizzled/plugin/error_message.cc:81
 
3411
#, c-format
 
3412
msgid "errmsg plugin '%s' errmsg() failed"
 
3413
msgstr ""
 
3414
 
 
3415
#: ../drizzled/plugin/event_observer.cc:135
 
3416
#, c-format
 
3417
msgid ""
 
3418
"EventObserverList::addEventObserver() Duplicate event position %d for event "
 
3419
"'%s' from EventObserver plugin '%s'"
 
3420
msgstr ""
 
3421
 
 
3422
#: ../drizzled/plugin/event_observer.cc:202
 
3423
msgid ""
 
3424
"EventObserver::registerTableEvents(): Table already has events registered on "
 
3425
"it: probable programming error."
 
3426
msgstr ""
 
3427
 
 
3428
#: ../drizzled/plugin/event_observer.cc:337
 
3429
msgid ""
 
3430
"EventObserver::registerSessionEvents(): Session already has events "
 
3431
"registered on it: probable programming error."
 
3432
msgstr ""
 
3433
 
 
3434
#: ../drizzled/plugin/event_observer.cc:389
 
3435
#, c-format
 
3436
msgid "EventIterate event handler '%s' failed for event '%s'"
 
3437
msgstr ""
 
3438
 
 
3439
#: ../drizzled/plugin/function.cc:48
 
3440
#, c-format
 
3441
msgid "A function named %s already exists!\n"
 
3442
msgstr ""
 
3443
 
 
3444
#: ../drizzled/plugin/function.cc:57
 
3445
msgid "Could not add Function!\n"
 
3446
msgstr ""
 
3447
 
 
3448
#: ../drizzled/plugin/listen.cc:69
 
3449
msgid "Error getting file descriptors"
 
3450
msgstr ""
 
3451
 
 
3452
#: ../drizzled/plugin/listen.cc:87
 
3453
msgid "No sockets could be bound for listening"
 
3454
msgstr ""
 
3455
 
 
3456
#: ../drizzled/plugin/listen.cc:97 ../plugin/console/console.cc:313
 
3457
#, c-format
 
3458
msgid "pipe() failed with errno %d"
 
3459
msgstr ""
 
3460
 
 
3461
#: ../drizzled/plugin/listen.cc:123
 
3462
#, c-format
 
3463
msgid "poll() failed with errno %d"
 
3464
msgstr ""
 
3465
 
 
3466
#: ../drizzled/plugin/listen_tcp.cc:61
 
3467
#, c-format
 
3468
msgid "accept() failed with errno %d"
 
3469
msgstr ""
 
3470
 
 
3471
#: ../drizzled/plugin/listen_tcp.cc:97
 
3472
#, c-format
 
3473
msgid "getaddrinfo() failed with error %s"
 
3474
msgstr ""
 
3475
 
 
3476
#: ../drizzled/plugin/listen_tcp.cc:129
 
3477
#, c-format
 
3478
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
 
3479
msgstr ""
 
3480
 
 
3481
#: ../drizzled/plugin/listen_tcp.cc:140
 
3482
#, c-format
 
3483
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
 
3484
msgstr ""
 
3485
 
 
3486
#: ../drizzled/plugin/listen_tcp.cc:149
 
3487
#, c-format
 
3488
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
 
3489
msgstr ""
 
3490
 
 
3491
#: ../drizzled/plugin/listen_tcp.cc:158
 
3492
#, c-format
 
3493
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
 
3494
msgstr ""
 
3495
 
 
3496
#: ../drizzled/plugin/listen_tcp.cc:167
 
3497
#, c-format
 
3498
msgid "setsockopt(SO_LINGER) failed with errno %d"
 
3499
msgstr ""
 
3500
 
 
3501
#: ../drizzled/plugin/listen_tcp.cc:176
 
3502
#, c-format
 
3503
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
 
3504
msgstr ""
 
3505
 
 
3506
#: ../drizzled/plugin/listen_tcp.cc:197
 
3507
#, c-format
 
3508
msgid "Retrying bind() on %u\n"
 
3509
msgstr ""
 
3510
 
 
3511
#: ../drizzled/plugin/listen_tcp.cc:204
 
3512
#, c-format
 
3513
msgid "bind() failed with errno: %d\n"
 
3514
msgstr ""
 
3515
 
 
3516
#: ../drizzled/plugin/listen_tcp.cc:207
 
3517
msgid "Do you already have another drizzled running?\n"
 
3518
msgstr ""
 
3519
 
 
3520
#: ../drizzled/plugin/listen_tcp.cc:214
 
3521
#, c-format
 
3522
msgid "listen() failed with errno %d\n"
 
3523
msgstr ""
 
3524
 
 
3525
#: ../drizzled/plugin/listen_tcp.cc:220
 
3526
#, c-format
 
3527
msgid "Listening on %s:%s\n"
 
3528
msgstr ""
 
3529
 
 
3530
#: ../drizzled/plugin/logging.cc:67
 
3531
#, c-format
 
3532
msgid "logging '%s' pre() failed"
 
3533
msgstr ""
 
3534
 
 
3535
#: ../drizzled/plugin/logging.cc:92
 
3536
#, c-format
 
3537
msgid "logging '%s' post() failed"
 
3538
msgstr ""
 
3539
 
 
3540
#: ../drizzled/plugin/logging.cc:116
 
3541
#, c-format
 
3542
msgid "logging '%s' postEnd() failed"
 
3543
msgstr ""
 
3544
 
 
3545
#: ../drizzled/plugin/scheduler.cc:64
 
3546
#, c-format
 
3547
msgid ""
 
3548
"Attempted to register a scheduler %s, but a scheduler has already been "
 
3549
"registered with that name.\n"
 
3550
msgstr ""
 
3551
 
 
3552
#: ../drizzled/plugin/scheduler.cc:101
 
3553
#, c-format
 
3554
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
 
3555
msgstr ""
 
3556
 
 
3557
#: ../drizzled/plugin/schema_engine.cc:129
 
3558
#, c-format
 
3559
msgid "Error while loading database options: '%s':"
 
3560
msgstr ""
 
3561
 
 
3562
#: ../drizzled/plugin/xa_resource_manager.cc:117
 
3563
#, c-format
 
3564
msgid "Found %d prepared transaction(s) in resource manager."
 
3565
msgstr ""
 
3566
 
 
3567
#: ../drizzled/plugin/xa_resource_manager.cc:184
 
3568
msgid "Starting crash recovery..."
 
3569
msgstr ""
 
3570
 
 
3571
#: ../drizzled/plugin/xa_resource_manager.cc:194
 
3572
#, c-format
 
3573
msgid "Found %d prepared XA transactions"
 
3574
msgstr ""
 
3575
 
 
3576
#: ../drizzled/plugin/xa_resource_manager.cc:199
 
3577
#, c-format
 
3578
msgid ""
 
3579
"Found %d prepared transactions! It means that drizzled was not shut down "
 
3580
"properly last time and critical recovery information (last binlog or %s "
 
3581
"file) was manually deleted after a crash. You have to start drizzled with "
 
3582
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
 
3583
msgstr ""
 
3584
 
 
3585
#: ../drizzled/plugin/xa_resource_manager.cc:209
 
3586
msgid "Crash recovery finished."
 
3587
msgstr ""
 
3588
 
 
3589
#: ../drizzled/replication_services.cc:94
 
3590
msgid ""
 
3591
"You registered a TransactionApplier plugin but no TransactionReplicator "
 
3592
"plugins were registered.\n"
 
3593
msgstr ""
 
3594
 
 
3595
#: ../drizzled/replication_services.cc:125
 
3596
#, c-format
 
3597
msgid ""
 
3598
"You registered a TransactionApplier plugin but no TransactionReplicator "
 
3599
"plugins were registered that match the requested replicator name of '%s'.\n"
 
3600
"We have deactivated the TransactionApplier '%s'.\n"
 
3601
msgstr ""
 
3602
 
 
3603
#: ../drizzled/session.cc:1952 ../drizzled/session.cc:1968
 
3604
#, c-format
 
3605
msgid "Could not remove temporary table: '%s', error: %d"
 
3606
msgstr ""
 
3607
 
 
3608
#: ../drizzled/signal_handler.cc:51
 
3609
#, c-format
 
3610
msgid "Got signal %d from thread %<PRIu64>"
 
3611
msgstr ""
 
3612
 
 
3613
#: ../drizzled/signal_handler.cc:112
 
3614
#, c-format
 
3615
msgid "Fatal signal %d while backtracing\n"
 
3616
msgstr ""
 
3617
 
 
3618
#: ../drizzled/signal_handler.cc:121
 
3619
#, c-format
 
3620
msgid "Fatal: time() call failed\n"
 
3621
msgstr ""
 
3622
 
 
3623
#: ../drizzled/signal_handler.cc:127
 
3624
#, c-format
 
3625
msgid ""
 
3626
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
 
3627
"This could be because you hit a bug. It is also possible that this binary\n"
 
3628
" or one of the libraries it was linked against is corrupt, improperly "
 
3629
"built,\n"
 
3630
" or misconfigured. This error can also be caused by malfunctioning "
 
3631
"hardware.\n"
 
3632
msgstr ""
 
3633
 
 
3634
#: ../drizzled/signal_handler.cc:135
 
3635
#, c-format
 
3636
msgid ""
 
3637
"We will try our best to scrape up some info that will hopefully help "
 
3638
"diagnose\n"
 
3639
"the problem, but since we have already crashed, something is definitely "
 
3640
"wrong\n"
 
3641
"and this may fail.\n"
 
3642
"\n"
 
3643
msgstr ""
 
3644
 
 
3645
#: ../drizzled/signal_handler.cc:142
 
3646
#, c-format
 
3647
msgid ""
 
3648
"It is possible that drizzled could use up to \n"
 
3649
"(read_buffer_size + sort_buffer_size)*thread_count\n"
 
3650
"bytes of memory\n"
 
3651
"Hope that's ok; if not, decrease some variables in the equation.\n"
 
3652
"\n"
 
3653
msgstr ""
 
3654
 
 
3655
#: ../drizzled/sql_table.cc:1914
 
3656
#, c-format
 
3657
msgid "Unknown - internal error %d during operation"
 
3658
msgstr ""
 
3659
 
 
3660
#: ../drizzled/statement/alter_table.cc:1489
 
3661
#, c-format
 
3662
msgid ""
 
3663
"order_st BY ignored because there is a user-defined clustered index in the "
 
3664
"table '%-.192s'"
 
3665
msgstr ""
 
3666
 
 
3667
#: ../drizzled/sys_var.cc:1527
 
3668
#, c-format
 
3669
msgid "Variable named %s already exists!\n"
 
3670
msgstr ""
 
3671
 
 
3672
#: ../drizzled/sys_var.cc:1536
 
3673
#, c-format
 
3674
msgid "Could not add Variable: %s\n"
 
3675
msgstr ""
 
3676
 
 
3677
#: ../drizzled/sys_var.cc:1634
 
3678
msgid "Failed to initialize system variables"
 
3679
msgstr ""
 
3680
 
 
3681
#: ../drizzled/table.cc:1775
 
3682
#, c-format
 
3683
msgid "Got error %d when reading table '%s'"
 
3684
msgstr ""
 
3685
 
 
3686
#: ../drizzled/table_share.cc:878
 
3687
#, c-format
 
3688
msgid "Table %s has invalid/unknown collation: %d,%s"
 
3689
msgstr ""
 
3690
 
 
3691
#: ../drizzled/table_share.cc:1170
 
3692
#, c-format
 
3693
msgid "ENUM column %s has greater than %d possible values"
 
3694
msgstr ""
 
3695
 
 
3696
#: ../drizzled/table_share.cc:2088
 
3697
#, c-format
 
3698
msgid "Unknown collation '%s' in table '%-.64s' definition"
 
3699
msgstr ""
 
3700
 
 
3701
#: ../drizzled/table_share.cc:2095
 
3702
#, c-format
 
3703
msgid ""
 
3704
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
 
3705
"read"
 
3706
msgstr ""
 
3707
 
 
3708
#: ../drizzled/tztime.cc:173
 
3709
#, c-format
 
3710
msgid "Fatal error: Illegal or unknown default time zone '%s'"
 
3711
msgstr ""
 
3712
 
 
3713
#: ../plugin/auth_file/auth_file.cc:223
 
3714
#, c-format
 
3715
msgid "Could not load auth file: %s\n"
 
3716
msgstr ""
 
3717
 
 
3718
#: ../plugin/auth_file/auth_file.cc:239
 
3719
msgid "File to load for usernames and passwords"
 
3720
msgstr ""
 
3721
 
 
3722
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
 
3723
msgid "Enable HTTP Auth check"
 
3724
msgstr ""
 
3725
 
 
3726
#: ../plugin/auth_http/auth_http.cc:160
 
3727
msgid "URL for HTTP Auth check"
 
3728
msgstr ""
 
3729
 
 
3730
#: ../plugin/auth_ldap/auth_ldap.cc:285
 
3731
#, c-format
 
3732
msgid "Reconnect failed: %s\n"
 
3733
msgstr ""
 
3734
 
 
3735
#: ../plugin/auth_ldap/auth_ldap.cc:304
 
3736
#, c-format
 
3737
msgid "ldap_search_ext_s failed: %s\n"
 
3738
msgstr ""
 
3739
 
 
3740
#: ../plugin/auth_ldap/auth_ldap.cc:410
 
3741
#, c-format
 
3742
msgid "Could not load auth ldap: %s\n"
 
3743
msgstr ""
 
3744
 
 
3745
#: ../plugin/auth_ldap/auth_ldap.cc:423
 
3746
msgid "URI of the LDAP server to contact"
 
3747
msgstr ""
 
3748
 
 
3749
#: ../plugin/auth_ldap/auth_ldap.cc:431
 
3750
msgid "DN to use when binding to the LDAP server"
 
3751
msgstr ""
 
3752
 
 
3753
#: ../plugin/auth_ldap/auth_ldap.cc:439
 
3754
msgid "Password to use when binding the DN"
 
3755
msgstr ""
 
3756
 
 
3757
#: ../plugin/auth_ldap/auth_ldap.cc:447
 
3758
msgid "DN to use when searching"
 
3759
msgstr ""
 
3760
 
 
3761
#: ../plugin/auth_ldap/auth_ldap.cc:455
 
3762
msgid "Attribute in LDAP with plain text password"
 
3763
msgstr ""
 
3764
 
 
3765
#: ../plugin/auth_ldap/auth_ldap.cc:463
 
3766
msgid "Attribute in LDAP with MySQL hashed password"
 
3767
msgstr ""
 
3768
 
 
3769
#: ../plugin/auth_ldap/auth_ldap.cc:471
 
3770
msgid "How often to empty the users cache, 0 to disable"
 
3771
msgstr ""
 
3772
 
 
3773
#: ../plugin/console/console.cc:349
 
3774
msgid "Enable the console."
 
3775
msgstr ""
 
3776
 
 
3777
#: ../plugin/console/console.cc:352
 
3778
msgid "Turn on extra debugging."
 
3779
msgstr ""
 
3780
 
 
3781
#: ../plugin/console/console.cc:355
 
3782
msgid "User to use for auth."
 
3783
msgstr ""
 
3784
 
 
3785
#: ../plugin/console/console.cc:358
 
3786
msgid "Password to use for auth."
 
3787
msgstr ""
 
3788
 
 
3789
#: ../plugin/console/console.cc:361
 
3790
msgid "Default database to use."
 
3791
msgstr ""
 
3792
 
 
3793
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:94
 
3794
#: ../plugin/mysql_protocol/mysql_protocol.cc:915
 
3795
msgid "Invalid value of port\n"
 
3796
msgstr ""
 
3797
 
 
3798
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:103
 
3799
#: ../plugin/mysql_protocol/mysql_protocol.cc:924
 
3800
msgid "Invalid value for connect_timeout\n"
 
3801
msgstr ""
 
3802
 
 
3803
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:112
 
3804
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
 
3805
msgid "Invalid value for read_timeout\n"
 
3806
msgstr ""
 
3807
 
 
3808
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
 
3809
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
 
3810
msgid "Invalid value for write_timeout\n"
 
3811
msgstr ""
 
3812
 
 
3813
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
 
3814
#: ../plugin/mysql_protocol/mysql_protocol.cc:951
 
3815
msgid "Invalid value for retry_count"
 
3816
msgstr ""
 
3817
 
 
3818
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
 
3819
#: ../plugin/mysql_protocol/mysql_protocol.cc:960
 
3820
msgid "Invalid value for buffer_length\n"
 
3821
msgstr ""
 
3822
 
 
3823
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:161
 
3824
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:182
 
3825
msgid ""
 
3826
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
 
3827
"protocol."
 
3828
msgstr ""
 
3829
 
 
3830
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:164
 
3831
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:185
 
3832
#: ../plugin/mysql_protocol/mysql_protocol.cc:989
 
3833
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
 
3834
msgid "Connect Timeout."
 
3835
msgstr ""
 
3836
 
 
3837
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:167
 
3838
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:188
 
3839
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
 
3840
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
 
3841
msgid "Read Timeout."
 
3842
msgstr ""
 
3843
 
 
3844
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:169
 
3845
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:191
 
3846
#: ../plugin/mysql_protocol/mysql_protocol.cc:994
 
3847
#: ../plugin/mysql_protocol/mysql_protocol.cc:1017
 
3848
msgid "Write Timeout."
 
3849
msgstr ""
 
3850
 
 
3851
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:171
 
3852
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:194
 
3853
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
 
3854
#: ../plugin/mysql_protocol/mysql_protocol.cc:1020
 
3855
msgid "Retry Count."
 
3856
msgstr ""
 
3857
 
 
3858
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:173
 
3859
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:197
 
3860
#: ../plugin/mysql_protocol/mysql_protocol.cc:998
 
3861
#: ../plugin/mysql_protocol/mysql_protocol.cc:1023
 
3862
msgid "Buffer length."
 
3863
msgstr ""
 
3864
 
 
3865
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:176
 
3866
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:200
 
3867
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
 
3868
#: ../plugin/mysql_protocol/mysql_protocol.cc:1026
 
3869
msgid "Address to bind to."
 
3870
msgstr ""
 
3871
 
 
3872
#: ../plugin/haildb/haildb_engine.cc:1064
 
3873
#: ../plugin/haildb/haildb_engine.cc:1202
 
3874
#: ../plugin/haildb/haildb_engine.cc:1232
 
3875
#, c-format
 
3876
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
 
3877
msgstr ""
 
3878
 
 
3879
#: ../plugin/haildb/haildb_engine.cc:1083
 
3880
#, c-format
 
3881
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
 
3882
msgstr ""
 
3883
 
 
3884
#: ../plugin/haildb/haildb_engine.cc:1181
 
3885
#: ../plugin/haildb/haildb_engine.cc:1294
 
3886
#: ../plugin/haildb/haildb_engine.cc:1475
 
3887
#: ../plugin/haildb/haildb_engine.cc:2051
 
3888
#, c-format
 
3889
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
 
3890
msgstr ""
 
3891
 
 
3892
#: ../plugin/haildb/haildb_engine.cc:1333
 
3893
#: ../plugin/haildb/haildb_engine.cc:1349
 
3894
#, c-format
 
3895
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
 
3896
msgstr ""
 
3897
 
 
3898
#: ../plugin/haildb/haildb_engine.cc:2882
 
3899
msgid "Invalid value of additional-mem-pool-size"
 
3900
msgstr ""
 
3901
 
 
3902
#: ../plugin/haildb/haildb_engine.cc:2893
 
3903
msgid "Invalid value of autoextend-increment"
 
3904
msgstr ""
 
3905
 
 
3906
#: ../plugin/haildb/haildb_engine.cc:2902
 
3907
msgid "Invalid value of buffer-pool-size"
 
3908
msgstr ""
 
3909
 
 
3910
#: ../plugin/haildb/haildb_engine.cc:2913
 
3911
msgid "Invalid value of io-capacity"
 
3912
msgstr ""
 
3913
 
 
3914
#: ../plugin/haildb/haildb_engine.cc:2922
 
3915
msgid "Invalid value of fast-shutdown"
 
3916
msgstr ""
 
3917
 
 
3918
#: ../plugin/haildb/haildb_engine.cc:2931
 
3919
msgid "Invalid value of flush-log-at-trx-commit"
 
3920
msgstr ""
 
3921
 
 
3922
#: ../plugin/haildb/haildb_engine.cc:2940
 
3923
msgid "Invalid value of force-recovery"
 
3924
msgstr ""
 
3925
 
 
3926
#: ../plugin/haildb/haildb_engine.cc:2949
 
3927
msgid "Invalid value of log-file-size"
 
3928
msgstr ""
 
3929
 
 
3930
#: ../plugin/haildb/haildb_engine.cc:2960
 
3931
msgid "Invalid value of log-files-in-group"
 
3932
msgstr ""
 
3933
 
 
3934
#: ../plugin/haildb/haildb_engine.cc:2969
 
3935
msgid "Invalid value of lock-wait-timeout"
 
3936
msgstr ""
 
3937
 
 
3938
#: ../plugin/haildb/haildb_engine.cc:2978
 
3939
msgid "Invalid value of log-buffer-size"
 
3940
msgstr ""
 
3941
 
 
3942
#: ../plugin/haildb/haildb_engine.cc:2989
 
3943
msgid "Invalid value of lru-old-blocks-pct"
 
3944
msgstr ""
 
3945
 
 
3946
#: ../plugin/haildb/haildb_engine.cc:2998
 
3947
msgid "Invalid value of lru-block-access-recency"
 
3948
msgstr ""
 
3949
 
 
3950
#: ../plugin/haildb/haildb_engine.cc:3007
 
3951
msgid "Invalid value of max-dirty-pages-pct"
 
3952
msgstr ""
 
3953
 
 
3954
#: ../plugin/haildb/haildb_engine.cc:3016
 
3955
msgid "Invalid value of max-purge-lag"
 
3956
msgstr ""
 
3957
 
 
3958
#: ../plugin/haildb/haildb_engine.cc:3025
 
3959
msgid "Invalid value of open-files"
 
3960
msgstr ""
 
3961
 
 
3962
#: ../plugin/haildb/haildb_engine.cc:3034
 
3963
msgid "Invalid value of read-io-threads"
 
3964
msgstr ""
 
3965
 
 
3966
#: ../plugin/haildb/haildb_engine.cc:3043
 
3967
msgid "Invalid value of sync_spin_loops"
 
3968
msgstr ""
 
3969
 
 
3970
#: ../plugin/haildb/haildb_engine.cc:3246
 
3971
#, c-format
 
3972
msgid "Error starting HailDB %d (%s)\n"
 
3973
msgstr ""
 
3974
 
 
3975
#: ../plugin/haildb/haildb_engine.cc:3548
 
3976
msgid "Disable HailDB adaptive hash index (enabled by default)."
 
3977
msgstr ""
 
3978
 
 
3979
#: ../plugin/haildb/haildb_engine.cc:3550
 
3980
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
 
3981
msgstr ""
 
3982
 
 
3983
#: ../plugin/haildb/haildb_engine.cc:3553
 
3984
msgid ""
 
3985
"Size of a memory pool HailDB uses to store data dictionary information and "
 
3986
"other internal data structures."
 
3987
msgstr ""
 
3988
 
 
3989
#: ../plugin/haildb/haildb_engine.cc:3556
 
3990
msgid "Data file autoextend increment in megabytes"
 
3991
msgstr ""
 
3992
 
 
3993
#: ../plugin/haildb/haildb_engine.cc:3559
 
3994
msgid ""
 
3995
"The size of the memory buffer HailDB uses to cache data and indexes of its "
 
3996
"tables."
 
3997
msgstr ""
 
3998
 
 
3999
#: ../plugin/haildb/haildb_engine.cc:3562
 
4000
msgid "The common part for HailDB table spaces."
 
4001
msgstr ""
 
4002
 
 
4003
#: ../plugin/haildb/haildb_engine.cc:3564
 
4004
msgid "Disable HailDB checksums validation (enabled by default)."
 
4005
msgstr ""
 
4006
 
 
4007
#: ../plugin/haildb/haildb_engine.cc:3566
 
4008
msgid "Disable HailDB doublewrite buffer (enabled by default)."
 
4009
msgstr ""
 
4010
 
 
4011
#: ../plugin/haildb/haildb_engine.cc:3569
 
4012
msgid "Number of IOPs the server can do. Tunes the background IO rate"
 
4013
msgstr ""
 
4014
 
 
4015
#: ../plugin/haildb/haildb_engine.cc:3572
 
4016
msgid ""
 
4017
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
 
4018
"are 0, 1 (faster) or 2 (fastest - crash-like)."
 
4019
msgstr ""
 
4020
 
 
4021
#: ../plugin/haildb/haildb_engine.cc:3575
 
4022
msgid "Stores each HailDB table to an .ibd file in the database dir."
 
4023
msgstr ""
 
4024
 
 
4025
#: ../plugin/haildb/haildb_engine.cc:3578
 
4026
msgid "File format to use for new tables in .ibd files."
 
4027
msgstr ""
 
4028
 
 
4029
#: ../plugin/haildb/haildb_engine.cc:3581
 
4030
msgid ""
 
4031
"Set to 0 (write and flush once per second),1 (write and flush at each "
 
4032
"commit) or 2 (write at commit, flush once per second)."
 
4033
msgstr ""
 
4034
 
 
4035
#: ../plugin/haildb/haildb_engine.cc:3584
 
4036
msgid "With which method to flush data."
 
4037
msgstr ""
 
4038
 
 
4039
#: ../plugin/haildb/haildb_engine.cc:3587
 
4040
msgid ""
 
4041
"Helps to save your data in case the disk image of the database becomes "
 
4042
"corrupt."
 
4043
msgstr ""
 
4044
 
 
4045
#: ../plugin/haildb/haildb_engine.cc:3590
 
4046
#: ../plugin/haildb/haildb_engine.cc:3593
 
4047
msgid "Path to individual files and their sizes."
 
4048
msgstr ""
 
4049
 
 
4050
#: ../plugin/haildb/haildb_engine.cc:3596
 
4051
msgid "Path to HailDB log files."
 
4052
msgstr ""
 
4053
 
 
4054
#: ../plugin/haildb/haildb_engine.cc:3599
 
4055
msgid "Size of each log file in a log group."
 
4056
msgstr ""
 
4057
 
 
4058
#: ../plugin/haildb/haildb_engine.cc:3602
 
4059
msgid ""
 
4060
"Number of log files in the log group. HailDB writes to the files in a "
 
4061
"circular fashion. Value 3 is recommended here."
 
4062
msgstr ""
 
4063
 
 
4064
#: ../plugin/haildb/haildb_engine.cc:3605
 
4065
msgid ""
 
4066
"Timeout in seconds an HailDB transaction may wait for a lock before being "
 
4067
"rolled back. Values above 100000000 disable the timeout."
 
4068
msgstr ""
 
4069
 
 
4070
#: ../plugin/haildb/haildb_engine.cc:3608
 
4071
msgid ""
 
4072
"The size of the buffer which HailDB uses to write log to the log files on "
 
4073
"disk."
 
4074
msgstr ""
 
4075
 
 
4076
#: ../plugin/haildb/haildb_engine.cc:3611
 
4077
msgid ""
 
4078
"Sets the point in the LRU list from where all pages are classified as old "
 
4079
"(Advanced users)"
 
4080
msgstr ""
 
4081
 
 
4082
#: ../plugin/haildb/haildb_engine.cc:3614
 
4083
msgid ""
 
4084
"Milliseconds between accesses to a block at which it is made young. "
 
4085
"0=disabled (Advanced users)"
 
4086
msgstr ""
 
4087
 
 
4088
#: ../plugin/haildb/haildb_engine.cc:3617
 
4089
msgid "Percentage of dirty pages allowed in bufferpool."
 
4090
msgstr ""
 
4091
 
 
4092
#: ../plugin/haildb/haildb_engine.cc:3620
 
4093
msgid "Desired maximum length of the purge queue (0 = no limit)"
 
4094
msgstr ""
 
4095
 
 
4096
#: ../plugin/haildb/haildb_engine.cc:3623
 
4097
msgid ""
 
4098
"Roll back the complete transaction on lock wait timeout, for 4.x "
 
4099
"compatibility (disabled by default)"
 
4100
msgstr ""
 
4101
 
 
4102
#: ../plugin/haildb/haildb_engine.cc:3626
 
4103
msgid "How many files at the maximum HailDB keeps open at the same time."
 
4104
msgstr ""
 
4105
 
 
4106
#: ../plugin/haildb/haildb_engine.cc:3629
 
4107
msgid "Number of background read I/O threads in HailDB."
 
4108
msgstr ""
 
4109
 
 
4110
#: ../plugin/haildb/haildb_engine.cc:3632
 
4111
msgid "Number of background write I/O threads in HailDB."
 
4112
msgstr ""
 
4113
 
 
4114
#: ../plugin/haildb/haildb_engine.cc:3634
 
4115
msgid ""
 
4116
"Disable if you want to reduce the number of messages written to the log "
 
4117
"(default: enabled)."
 
4118
msgstr ""
 
4119
 
 
4120
#: ../plugin/haildb/haildb_engine.cc:3637
 
4121
msgid "Enable SHOW HAILDB STATUS output in the log"
 
4122
msgstr ""
 
4123
 
 
4124
#: ../plugin/haildb/haildb_engine.cc:3640
 
4125
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
 
4126
msgstr ""
 
4127
 
 
4128
#: ../plugin/haildb/haildb_engine.cc:3642
 
4129
msgid ""
 
4130
"Use HailDB's internal memory allocator instead of the OS memory allocator"
 
4131
msgstr ""
 
4132
 
 
4133
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
 
4134
#, c-format
 
4135
msgid "Failed to send error message to libnotify\n"
 
4136
msgstr ""
 
4137
 
 
4138
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
 
4139
msgid "Error Messages to stderr"
 
4140
msgstr ""
 
4141
 
 
4142
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
 
4143
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
 
4144
msgid "List of schemas to filter"
 
4145
msgstr ""
 
4146
 
 
4147
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
 
4148
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
 
4149
msgid "List of tables to filter"
 
4150
msgstr ""
 
4151
 
 
4152
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
 
4153
msgid "Regular expression to apply to schemas to filter"
 
4154
msgstr ""
 
4155
 
 
4156
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
 
4157
msgid "Regular expression to apply to tables to filter"
 
4158
msgstr ""
 
4159
 
 
4160
#: ../plugin/hello_events/hello_events.cc:381
 
4161
msgid "Invalid value of before-write-position\n"
 
4162
msgstr ""
 
4163
 
 
4164
#: ../plugin/hello_events/hello_events.cc:390
 
4165
#: ../plugin/hello_events/hello_events.cc:399
 
4166
msgid "Invalid value of before-update-position\n"
 
4167
msgstr ""
 
4168
 
 
4169
#: ../plugin/hello_events/hello_events.cc:439
 
4170
#: ../plugin/hello_events/hello_events.cc:442
 
4171
#: ../plugin/hello_events/hello_events.cc:460
 
4172
msgid "A comma delimited list of databases to watch"
 
4173
msgstr ""
 
4174
 
 
4175
#: ../plugin/hello_events/hello_events.cc:445
 
4176
#: ../plugin/hello_events/hello_events.cc:476
 
4177
msgid "Enable Example Events Plugin"
 
4178
msgstr ""
 
4179
 
 
4180
#: ../plugin/hello_events/hello_events.cc:448
 
4181
#: ../plugin/hello_events/hello_events.cc:484
 
4182
msgid "Before write row event observer call position"
 
4183
msgstr ""
 
4184
 
 
4185
#: ../plugin/hello_events/hello_events.cc:451
 
4186
#: ../plugin/hello_events/hello_events.cc:495
 
4187
#: ../plugin/pbms/src/parameters_ms.cc:601
 
4188
msgid "Before update row event observer call position"
 
4189
msgstr ""
 
4190
 
 
4191
#: ../plugin/hello_events/hello_events.cc:454
 
4192
msgid "After drop database event observer call position"
 
4193
msgstr ""
 
4194
 
 
4195
#: ../plugin/hello_events/hello_events.cc:468
 
4196
msgid "A comma delimited list of tables to watch"
 
4197
msgstr ""
 
4198
 
 
4199
#: ../plugin/hello_events/hello_events.cc:518
 
4200
msgid "An example events Plugin"
 
4201
msgstr ""
 
4202
 
 
4203
#: ../plugin/innobase/handler/data_dictionary.cc:202
 
4204
#, c-format
 
4205
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
 
4206
msgstr ""
 
4207
 
 
4208
#: ../plugin/innobase/handler/ha_innodb.cc:1856
 
4209
msgid "Invalid value for io-capacity\n"
 
4210
msgstr ""
 
4211
 
 
4212
#: ../plugin/innobase/handler/ha_innodb.cc:1874
 
4213
msgid "Invalid value for fast-shutdown\n"
 
4214
msgstr ""
 
4215
 
 
4216
#: ../plugin/innobase/handler/ha_innodb.cc:1888
 
4217
msgid "Invalid value for flush-log-at-trx-commit\n"
 
4218
msgstr ""
 
4219
 
 
4220
#: ../plugin/innobase/handler/ha_innodb.cc:1918
 
4221
msgid "Invalid value for max-dirty-pages-pct\n"
 
4222
msgstr ""
 
4223
 
 
4224
#: ../plugin/innobase/handler/ha_innodb.cc:1927
 
4225
msgid "Invalid value for stats-sample-pages\n"
 
4226
msgstr ""
 
4227
 
 
4228
#: ../plugin/innobase/handler/ha_innodb.cc:1938
 
4229
msgid "Invalid value for additional-mem-pool-size\n"
 
4230
msgstr ""
 
4231
 
 
4232
#: ../plugin/innobase/handler/ha_innodb.cc:1948
 
4233
msgid "Invalid value for autoextend-increment\n"
 
4234
msgstr ""
 
4235
 
 
4236
#: ../plugin/innobase/handler/ha_innodb.cc:1958
 
4237
msgid "Invalid value for buffer-pool-size\n"
 
4238
msgstr ""
 
4239
 
 
4240
#: ../plugin/innobase/handler/ha_innodb.cc:1968
 
4241
msgid "Invalid value for commit-concurrency\n"
 
4242
msgstr ""
 
4243
 
 
4244
#: ../plugin/innobase/handler/ha_innodb.cc:1977
 
4245
msgid "Invalid value for concurrency-tickets\n"
 
4246
msgstr ""
 
4247
 
 
4248
#: ../plugin/innobase/handler/ha_innodb.cc:1986
 
4249
msgid "Invalid value for read-io-threads\n"
 
4250
msgstr ""
 
4251
 
 
4252
#: ../plugin/innobase/handler/ha_innodb.cc:1995
 
4253
msgid "Invalid value for write-io-threads\n"
 
4254
msgstr ""
 
4255
 
 
4256
#: ../plugin/innobase/handler/ha_innodb.cc:2004
 
4257
msgid "Invalid value for force-recovery\n"
 
4258
msgstr ""
 
4259
 
 
4260
#: ../plugin/innobase/handler/ha_innodb.cc:2014
 
4261
#: ../plugin/innobase/handler/ha_innodb.cc:2024
 
4262
msgid "Invalid value for log-file-size\n"
 
4263
msgstr ""
 
4264
 
 
4265
#: ../plugin/innobase/handler/ha_innodb.cc:2033
 
4266
msgid "Invalid value for log-files-in-group\n"
 
4267
msgstr ""
 
4268
 
 
4269
#: ../plugin/innobase/handler/ha_innodb.cc:2042
 
4270
msgid "Invalid value for mirrored-log-groups\n"
 
4271
msgstr ""
 
4272
 
 
4273
#: ../plugin/innobase/handler/ha_innodb.cc:2051
 
4274
msgid "Invalid value for open-files\n"
 
4275
msgstr ""
 
4276
 
 
4277
#: ../plugin/innobase/handler/ha_innodb.cc:2060
 
4278
msgid "Invalid value for thread-concurrency\n"
 
4279
msgstr ""
 
4280
 
 
4281
#: ../plugin/innobase/handler/ha_innodb.cc:2083
 
4282
msgid "Invalid value for read-ahead-threshold\n"
 
4283
msgstr ""
 
4284
 
 
4285
#: ../plugin/innobase/handler/ha_innodb.cc:2097
 
4286
msgid "Invalid value for lock-wait-timeout\n"
 
4287
msgstr ""
 
4288
 
 
4289
#: ../plugin/logging_gearman/logging_gearman.cc:199
 
4290
#, c-format
 
4291
msgid "fail gearman_client_create(): %s"
 
4292
msgstr ""
 
4293
 
 
4294
#: ../plugin/logging_gearman/logging_gearman.cc:210
 
4295
#, c-format
 
4296
msgid "fail gearman_client_add_server(): %s"
 
4297
msgstr ""
 
4298
 
 
4299
#: ../plugin/logging_gearman/logging_gearman.cc:309
 
4300
#: ../plugin/logging_gearman/logging_gearman.cc:316
 
4301
msgid "Enable logging to a gearman server"
 
4302
msgstr ""
 
4303
 
 
4304
#: ../plugin/logging_gearman/logging_gearman.cc:325
 
4305
msgid "Hostname for logging to a Gearman server"
 
4306
msgstr ""
 
4307
 
 
4308
#: ../plugin/logging_gearman/logging_gearman.cc:334
 
4309
msgid "Gearman Function to send logging to"
 
4310
msgstr ""
 
4311
 
 
4312
#: ../plugin/logging_gearman/logging_gearman.cc:352
 
4313
msgid "Log queries to a Gearman server"
 
4314
msgstr ""
 
4315
 
 
4316
#: ../plugin/logging_query/logging_query.cc:192
 
4317
#, c-format
 
4318
msgid "fail open() fn=%s er=%s\n"
 
4319
msgstr ""
 
4320
 
 
4321
#: ../plugin/logging_query/logging_query.cc:316
 
4322
msgid "Invalid value for threshold-slow"
 
4323
msgstr ""
 
4324
 
 
4325
#: ../plugin/logging_query/logging_query.cc:325
 
4326
msgid "Invalid value for threshold-big-resultset"
 
4327
msgstr ""
 
4328
 
 
4329
#: ../plugin/logging_query/logging_query.cc:334
 
4330
msgid "Invalid value for threshold-big-examined"
 
4331
msgstr ""
 
4332
 
 
4333
#: ../plugin/logging_query/logging_query.cc:348
 
4334
#: ../plugin/logging_query/logging_query.cc:364
 
4335
msgid "Enable logging to CSV file"
 
4336
msgstr ""
 
4337
 
 
4338
#: ../plugin/logging_query/logging_query.cc:351
 
4339
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
 
4340
#: ../plugin/syslog/module.cc:233
 
4341
msgid "Threshold for logging slow queries, in microseconds"
 
4342
msgstr ""
 
4343
 
 
4344
#: ../plugin/logging_query/logging_query.cc:354
 
4345
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
 
4346
#: ../plugin/syslog/module.cc:236
 
4347
msgid "Threshold for logging big queries, for rows returned"
 
4348
msgstr ""
 
4349
 
 
4350
#: ../plugin/logging_query/logging_query.cc:357
 
4351
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
 
4352
#: ../plugin/syslog/module.cc:239
 
4353
msgid "Threshold for logging big queries, for rows examined"
 
4354
msgstr ""
 
4355
 
 
4356
#: ../plugin/logging_query/logging_query.cc:373
 
4357
msgid "File to log to"
 
4358
msgstr ""
 
4359
 
 
4360
#: ../plugin/logging_query/logging_query.cc:382
 
4361
msgid "PCRE to match the query against"
 
4362
msgstr ""
 
4363
 
 
4364
#: ../plugin/logging_query/logging_query.cc:439
 
4365
msgid "Log queries to a CSV file"
 
4366
msgstr ""
 
4367
 
 
4368
#: ../plugin/logging_stats/logging_stats.cc:315
 
4369
msgid "Invalid value for max-user-count\n"
 
4370
msgstr ""
 
4371
 
 
4372
#: ../plugin/logging_stats/logging_stats.cc:323
 
4373
msgid "Invalid value for bucket-count\n"
 
4374
msgstr ""
 
4375
 
 
4376
#: ../plugin/logging_stats/logging_stats.cc:332
 
4377
msgid "Invalid value for scoreboard-size\n"
 
4378
msgstr ""
 
4379
 
 
4380
#: ../plugin/logging_stats/logging_stats.cc:367
 
4381
#: ../plugin/logging_stats/logging_stats.cc:409
 
4382
msgid "Max number of users that will be logged"
 
4383
msgstr ""
 
4384
 
 
4385
#: ../plugin/logging_stats/logging_stats.cc:378
 
4386
#: ../plugin/logging_stats/logging_stats.cc:412
 
4387
msgid "Max number of range locks to use for Scoreboard"
 
4388
msgstr ""
 
4389
 
 
4390
#: ../plugin/logging_stats/logging_stats.cc:389
 
4391
#: ../plugin/logging_stats/logging_stats.cc:415
 
4392
msgid "Max number of concurrent sessions that will be logged"
 
4393
msgstr ""
 
4394
 
 
4395
#: ../plugin/logging_stats/logging_stats.cc:400
 
4396
#: ../plugin/logging_stats/logging_stats.cc:416
 
4397
msgid "Enable Logging Statistics Collection"
 
4398
msgstr ""
 
4399
 
 
4400
#: ../plugin/logging_stats/logging_stats.cc:433
 
4401
msgid "User Statistics as DATA_DICTIONARY tables"
 
4402
msgstr ""
 
4403
 
 
4404
#: ../plugin/md5/md5.cc:99
 
4405
msgid "libgcrypt library version mismatch\n"
 
4406
msgstr ""
 
4407
 
 
4408
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
 
4409
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
 
4410
#: ../plugin/memcached_stats/memcached_stats.cc:128
 
4411
#: ../plugin/memcached_stats/memcached_stats.cc:137
 
4412
msgid "List of memcached servers."
 
4413
msgstr ""
 
4414
 
 
4415
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
 
4416
msgid "Invalid value of expiry\n"
 
4417
msgstr ""
 
4418
 
 
4419
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
 
4420
msgid "Expiry time of memcached entries"
 
4421
msgstr ""
 
4422
 
 
4423
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
 
4424
msgid "Enable Memcached Query Cache"
 
4425
msgstr ""
 
4426
 
 
4427
#: ../plugin/memcached_stats/analysis_table.cc:76
 
4428
#: ../plugin/memcached_stats/stats_table.cc:144
 
4429
msgid "No value in MEMCACHED_STATS_SERVERS variable."
 
4430
msgstr ""
 
4431
 
 
4432
#: ../plugin/memcached_stats/memcached_stats.cc:152
 
4433
msgid "Memcached Stats as I_S tables"
 
4434
msgstr ""
 
4435
 
 
4436
#: ../plugin/memcached_stats/stats_table.cc:76
 
4437
#, c-format
 
4438
msgid ""
 
4439
"Unable get stats from memcached server %s.  Got error from "
 
4440
"memcached_stat_servername()."
 
4441
msgstr ""
 
4442
 
 
4443
#: ../plugin/memcached_stats/stats_table.cc:151
 
4444
msgid "Unable to create memcached struct.  Got error from memcached_create()."
 
4445
msgstr ""
 
4446
 
 
4447
#: ../plugin/memcached_stats/stats_table.cc:159
 
4448
#, c-format
 
4449
msgid ""
 
4450
"Unable to create memcached server list.  Got error from "
 
4451
"memcached_servers_parse(%s)."
 
4452
msgstr ""
 
4453
 
 
4454
#: ../plugin/multi_thread/multi_thread.cc:69
 
4455
msgid "Unable to get thread stack size\n"
 
4456
msgstr ""
 
4457
 
 
4458
#: ../plugin/multi_thread/multi_thread.cc:138
 
4459
msgid "Invalid value for max-threads\n"
 
4460
msgstr ""
 
4461
 
 
4462
#: ../plugin/multi_thread/multi_thread.cc:151
 
4463
#: ../plugin/multi_thread/multi_thread.cc:158
 
4464
msgid "Maximum number of user threads available."
 
4465
msgstr ""
 
4466
 
 
4467
#: ../plugin/myisam/ha_myisam.cc:530
 
4468
#, c-format
 
4469
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
 
4470
msgstr ""
 
4471
 
 
4472
#: ../plugin/myisam/ha_myisam.cc:534
 
4473
#, c-format
 
4474
msgid "Got an error from unknown thread, %s:%d"
 
4475
msgstr ""
 
4476
 
 
4477
#: ../plugin/myisam/ha_myisam.cc:540
 
4478
msgid "Unknown thread accessing table"
 
4479
msgstr ""
 
4480
 
 
4481
#: ../plugin/myisam/ha_myisam.cc:1496
 
4482
msgid "Invalid value for max-sort-file-size\n"
 
4483
msgstr ""
 
4484
 
 
4485
#: ../plugin/myisam/ha_myisam.cc:1505
 
4486
msgid "Invalid value for sort-buffer-size\n"
 
4487
msgstr ""
 
4488
 
 
4489
#: ../plugin/myisam/ha_myisam.cc:1519 ../plugin/myisam/ha_myisam.cc:1531
 
4490
msgid ""
 
4491
"Don't use the fast sort index method to created index if the temporary file "
 
4492
"would get bigger than this."
 
4493
msgstr ""
 
4494
 
 
4495
#: ../plugin/myisam/ha_myisam.cc:1524 ../plugin/myisam/ha_myisam.cc:1534
 
4496
msgid ""
 
4497
"The buffer that is allocated when sorting the index when doing a REPAIR or "
 
4498
"when creating indexes with CREATE INDEX or ALTER TABLE."
 
4499
msgstr ""
 
4500
 
 
4501
#: ../plugin/myisam/my_handler_errors.cc:42
 
4502
msgid "Didn't find key on read or update"
 
4503
msgstr ""
 
4504
 
 
4505
#: ../plugin/myisam/my_handler_errors.cc:43
 
4506
msgid "Duplicate key on write or update"
 
4507
msgstr ""
 
4508
 
 
4509
#: ../plugin/myisam/my_handler_errors.cc:44
 
4510
msgid "Internal (unspecified) error in handler"
 
4511
msgstr ""
 
4512
 
 
4513
#: ../plugin/myisam/my_handler_errors.cc:46
 
4514
msgid ""
 
4515
"Someone has changed the row since it was read (while the table was locked to "
 
4516
"prevent it)"
 
4517
msgstr ""
 
4518
 
 
4519
#: ../plugin/myisam/my_handler_errors.cc:48
 
4520
msgid "Wrong index given to function"
 
4521
msgstr ""
 
4522
 
 
4523
#: ../plugin/myisam/my_handler_errors.cc:49
 
4524
msgid "Index file is crashed"
 
4525
msgstr ""
 
4526
 
 
4527
#: ../plugin/myisam/my_handler_errors.cc:50
 
4528
msgid "Record file is crashed"
 
4529
msgstr ""
 
4530
 
 
4531
#: ../plugin/myisam/my_handler_errors.cc:51
 
4532
msgid "Out of memory in engine"
 
4533
msgstr ""
 
4534
 
 
4535
#: ../plugin/myisam/my_handler_errors.cc:52
 
4536
msgid "Incorrect file format"
 
4537
msgstr ""
 
4538
 
 
4539
#: ../plugin/myisam/my_handler_errors.cc:53
 
4540
msgid "Command not supported by database"
 
4541
msgstr ""
 
4542
 
 
4543
#: ../plugin/myisam/my_handler_errors.cc:54
 
4544
msgid "Old database file"
 
4545
msgstr ""
 
4546
 
 
4547
#: ../plugin/myisam/my_handler_errors.cc:55
 
4548
msgid "No record read before update"
 
4549
msgstr ""
 
4550
 
 
4551
#: ../plugin/myisam/my_handler_errors.cc:56
 
4552
msgid "Record was already deleted (or record file crashed)"
 
4553
msgstr ""
 
4554
 
 
4555
#: ../plugin/myisam/my_handler_errors.cc:57
 
4556
msgid "No more room in record file"
 
4557
msgstr ""
 
4558
 
 
4559
#: ../plugin/myisam/my_handler_errors.cc:58
 
4560
msgid "No more room in index file"
 
4561
msgstr ""
 
4562
 
 
4563
#: ../plugin/myisam/my_handler_errors.cc:59
 
4564
msgid "No more records (read after end of file)"
 
4565
msgstr ""
 
4566
 
 
4567
#: ../plugin/myisam/my_handler_errors.cc:60
 
4568
msgid "Unsupported extension used for table"
 
4569
msgstr ""
 
4570
 
 
4571
#: ../plugin/myisam/my_handler_errors.cc:61
 
4572
msgid "Too big row"
 
4573
msgstr ""
 
4574
 
 
4575
#: ../plugin/myisam/my_handler_errors.cc:62
 
4576
msgid "Wrong create options"
 
4577
msgstr ""
 
4578
 
 
4579
#: ../plugin/myisam/my_handler_errors.cc:63
 
4580
msgid "Duplicate unique key or constraint on write or update"
 
4581
msgstr ""
 
4582
 
 
4583
#: ../plugin/myisam/my_handler_errors.cc:64
 
4584
msgid "Unknown character set used in table"
 
4585
msgstr ""
 
4586
 
 
4587
#: ../plugin/myisam/my_handler_errors.cc:65
 
4588
msgid "Conflicting table definitions in sub-tables of MERGE table"
 
4589
msgstr ""
 
4590
 
 
4591
#: ../plugin/myisam/my_handler_errors.cc:66
 
4592
msgid "Table is crashed and last repair failed"
 
4593
msgstr ""
 
4594
 
 
4595
#: ../plugin/myisam/my_handler_errors.cc:67
 
4596
msgid "Table was marked as crashed and should be repaired"
 
4597
msgstr ""
 
4598
 
 
4599
#: ../plugin/myisam/my_handler_errors.cc:68
 
4600
msgid "Lock timed out; Retry transaction"
 
4601
msgstr ""
 
4602
 
 
4603
#: ../plugin/myisam/my_handler_errors.cc:69
 
4604
msgid "Lock table is full;  Restart program with a larger locktable"
 
4605
msgstr ""
 
4606
 
 
4607
#: ../plugin/myisam/my_handler_errors.cc:70
 
4608
msgid "Updates are not allowed under a read only transactions"
 
4609
msgstr ""
 
4610
 
 
4611
#: ../plugin/myisam/my_handler_errors.cc:71
 
4612
msgid "Lock deadlock; Retry transaction"
 
4613
msgstr ""
 
4614
 
 
4615
#: ../plugin/myisam/my_handler_errors.cc:72
 
4616
msgid "Foreign key constraint is incorrectly formed"
 
4617
msgstr ""
 
4618
 
 
4619
#: ../plugin/myisam/my_handler_errors.cc:73
 
4620
msgid "Cannot add a child row"
 
4621
msgstr ""
 
4622
 
 
4623
#: ../plugin/myisam/my_handler_errors.cc:74
 
4624
msgid "Cannot delete a parent row"
 
4625
msgstr ""
 
4626
 
 
4627
#: ../plugin/myisam/my_handler_errors.cc:75
 
4628
msgid "No savepoint with that name"
 
4629
msgstr ""
 
4630
 
 
4631
#: ../plugin/myisam/my_handler_errors.cc:76
 
4632
msgid "Non unique key block size"
 
4633
msgstr ""
 
4634
 
 
4635
#: ../plugin/myisam/my_handler_errors.cc:77
 
4636
msgid "The table does not exist in engine"
 
4637
msgstr ""
 
4638
 
 
4639
#: ../plugin/myisam/my_handler_errors.cc:78
 
4640
msgid "The table already existed in storage engine"
 
4641
msgstr ""
 
4642
 
 
4643
#: ../plugin/myisam/my_handler_errors.cc:79
 
4644
msgid "Could not connect to storage engine"
 
4645
msgstr ""
 
4646
 
 
4647
#: ../plugin/myisam/my_handler_errors.cc:80
 
4648
msgid "Unexpected null pointer found when using spatial index"
 
4649
msgstr ""
 
4650
 
 
4651
#: ../plugin/myisam/my_handler_errors.cc:81
 
4652
msgid "The table changed in storage engine"
 
4653
msgstr ""
 
4654
 
 
4655
#: ../plugin/myisam/my_handler_errors.cc:82
 
4656
msgid "There's no partition in table for the given value"
 
4657
msgstr ""
 
4658
 
 
4659
#: ../plugin/myisam/my_handler_errors.cc:83
 
4660
msgid "Row-based binlogging of row failed"
 
4661
msgstr ""
 
4662
 
 
4663
#: ../plugin/myisam/my_handler_errors.cc:84
 
4664
msgid "Index needed in foreign key constraint"
 
4665
msgstr ""
 
4666
 
 
4667
#: ../plugin/myisam/my_handler_errors.cc:85
 
4668
msgid "Upholding foreign key constraints would lead to a duplicate key error"
 
4669
msgstr ""
 
4670
 
 
4671
#: ../plugin/myisam/my_handler_errors.cc:86
 
4672
msgid "Table needs to be upgraded before it can be used"
 
4673
msgstr ""
 
4674
 
 
4675
#: ../plugin/myisam/my_handler_errors.cc:87
 
4676
msgid "Table is read only"
 
4677
msgstr ""
 
4678
 
 
4679
#: ../plugin/myisam/my_handler_errors.cc:88
 
4680
msgid "Failed to get next auto increment value"
 
4681
msgstr ""
 
4682
 
 
4683
#: ../plugin/myisam/my_handler_errors.cc:89
 
4684
msgid "Failed to set row auto increment value"
 
4685
msgstr ""
 
4686
 
 
4687
#: ../plugin/myisam/my_handler_errors.cc:90
 
4688
msgid "Unknown (generic) error from engine"
 
4689
msgstr ""
 
4690
 
 
4691
#: ../plugin/myisam/my_handler_errors.cc:91
 
4692
msgid "Record is the same"
 
4693
msgstr ""
 
4694
 
 
4695
#: ../plugin/myisam/my_handler_errors.cc:92
 
4696
msgid "It is not possible to log this statement"
 
4697
msgstr ""
 
4698
 
 
4699
#: ../plugin/myisam/my_handler_errors.cc:93
 
4700
msgid "Tablespace exists"
 
4701
msgstr ""
 
4702
 
 
4703
#: ../plugin/myisam/my_handler_errors.cc:94
 
4704
msgid "The event was corrupt, leading to illegal data being read"
 
4705
msgstr ""
 
4706
 
 
4707
#: ../plugin/myisam/my_handler_errors.cc:95
 
4708
msgid "The table is of a new format not supported by this version"
 
4709
msgstr ""
 
4710
 
 
4711
#: ../plugin/myisam/my_handler_errors.cc:96
 
4712
msgid "The event could not be processed no other handler error happened"
 
4713
msgstr ""
 
4714
 
 
4715
#: ../plugin/myisam/my_handler_errors.cc:97
 
4716
msgid "Got a fatal error during initialzation of handler"
 
4717
msgstr ""
 
4718
 
 
4719
#: ../plugin/myisam/my_handler_errors.cc:98
 
4720
msgid "File to short; Expected more data in file"
 
4721
msgstr ""
 
4722
 
 
4723
#: ../plugin/myisam/my_handler_errors.cc:99
 
4724
msgid "Read page with wrong checksum"
 
4725
msgstr ""
 
4726
 
 
4727
#. TODO: get a better message for these
 
4728
#: ../plugin/myisam/my_handler_errors.cc:101
 
4729
msgid "Lock or active transaction"
 
4730
msgstr ""
 
4731
 
 
4732
#: ../plugin/myisam/my_handler_errors.cc:102
 
4733
msgid "No such table space"
 
4734
msgstr ""
 
4735
 
 
4736
#: ../plugin/myisam/my_handler_errors.cc:103
 
4737
msgid "Tablespace not empty"
 
4738
msgstr ""
 
4739
 
 
4740
#: ../plugin/mysql_protocol/mysql_protocol.cc:985
 
4741
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
 
4742
msgid ""
 
4743
"Port number to use for connection or 0 for default to with MySQL protocol."
 
4744
msgstr ""
 
4745
 
 
4746
#: ../plugin/pbms/src/parameters_ms.cc:574
 
4747
msgid ""
 
4748
"A comma delimited list of tables to watch of the format: <database>."
 
4749
"<table>, ..."
 
4750
msgstr ""
 
4751
 
 
4752
#: ../plugin/pbms/src/parameters_ms.cc:582
 
4753
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
 
4754
msgstr ""
 
4755
 
 
4756
#: ../plugin/pbms/src/parameters_ms.cc:590
 
4757
msgid "Before insert row event observer call position"
 
4758
msgstr ""
 
4759
 
 
4760
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
 
4761
msgid "Failed to allocate enough memory to transaction message\n"
 
4762
msgstr ""
 
4763
 
 
4764
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
 
4765
#, c-format
 
4766
msgid "Failed to allocate the RabbitMQHandler.  Got error: %s\n"
 
4767
msgstr ""
 
4768
 
 
4769
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
 
4770
#, c-format
 
4771
msgid "Failed to allocate the RabbitMQLog instance.  Got error: %s\n"
 
4772
msgstr ""
 
4773
 
 
4774
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
 
4775
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
 
4776
msgid "Enable rabbitmq log"
 
4777
msgstr ""
 
4778
 
 
4779
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
 
4780
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
 
4781
msgid "Host name to connect to"
 
4782
msgstr ""
 
4783
 
 
4784
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
 
4785
msgid "RabbitMQ Port"
 
4786
msgstr ""
 
4787
 
 
4788
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
 
4789
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
 
4790
msgid "RabbitMQ username"
 
4791
msgstr ""
 
4792
 
 
4793
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
 
4794
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
 
4795
msgid "RabbitMQ password"
 
4796
msgstr ""
 
4797
 
 
4798
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
 
4799
msgid "RabbitMQ virtualhost"
 
4800
msgstr ""
 
4801
 
 
4802
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
 
4803
msgid "Name of RabbitMQ exchange to publish to"
 
4804
msgstr ""
 
4805
 
 
4806
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
 
4807
msgid "Name of RabbitMQ routing key to use"
 
4808
msgstr ""
 
4809
 
 
4810
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
 
4811
#: ../plugin/transaction_log/module.cc:308
 
4812
#: ../plugin/transaction_log/module.cc:361
 
4813
msgid "Name of the replicator plugin to use (default='default_replicator')"
 
4814
msgstr ""
 
4815
 
 
4816
#: ../plugin/session_dictionary/processlist.cc:78
 
4817
msgid "no user"
 
4818
msgstr ""
 
4819
 
 
4820
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
 
4821
#, c-format
 
4822
msgid "syslog facility \"%s\" not known, using \"local0\""
 
4823
msgstr ""
 
4824
 
 
4825
#: ../plugin/syslog/errmsg.cc:49
 
4826
#, c-format
 
4827
msgid "syslog priority \"%s\" not known, using \"warn\""
 
4828
msgstr ""
 
4829
 
 
4830
#: ../plugin/syslog/logging.cc:72
 
4831
#, c-format
 
4832
msgid "syslog priority \"%s\" not known, using \"info\""
 
4833
msgstr ""
 
4834
 
 
4835
#: ../plugin/syslog/module.cc:61
 
4836
msgid "Invalid value for logging-threshold-slow\n"
 
4837
msgstr ""
 
4838
 
 
4839
#: ../plugin/syslog/module.cc:70
 
4840
msgid "Invalid value for logging-threshold-big-resultset\n"
 
4841
msgstr ""
 
4842
 
 
4843
#: ../plugin/syslog/module.cc:79
 
4844
msgid "Invalid value for logging-threshold-big-examined\n"
 
4845
msgstr ""
 
4846
 
 
4847
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
 
4848
msgid "Syslog Ident"
 
4849
msgstr ""
 
4850
 
 
4851
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
 
4852
msgid "Syslog Facility"
 
4853
msgstr ""
 
4854
 
 
4855
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
 
4856
msgid "Enable logging to syslog of the query log"
 
4857
msgstr ""
 
4858
 
 
4859
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
 
4860
msgid "Syslog Priority of query logging"
 
4861
msgstr ""
 
4862
 
 
4863
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
 
4864
msgid "Enable logging to syslog of the error messages"
 
4865
msgstr ""
 
4866
 
 
4867
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
 
4868
msgid "Syslog Priority of error messages"
 
4869
msgstr ""
 
4870
 
 
4871
#: ../plugin/transaction_log/background_worker.cc:77
 
4872
#, c-format
 
4873
msgid "Unable to create background worker thread. Got error %s.\n"
 
4874
msgstr ""
 
4875
 
 
4876
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
 
4877
#: ../plugin/transaction_log/print_transaction_message.cc:106
 
4878
#: ../plugin/transaction_log/transaction_log_reader.cc:97
 
4879
#, c-format
 
4880
msgid "Failed to open transaction log file %s.  Got error: %s\n"
 
4881
msgstr ""
 
4882
 
 
4883
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
 
4884
#: ../plugin/transaction_log/print_transaction_message.cc:171
 
4885
#: ../plugin/transaction_log/transaction_log_reader.cc:154
 
4886
#, c-format
 
4887
msgid "Raw buffer read: %s.\n"
 
4888
msgstr ""
 
4889
 
 
4890
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
 
4891
#: ../plugin/transaction_log/print_transaction_message.cc:177
 
4892
#: ../plugin/transaction_log/transaction_log_reader.cc:161
 
4893
#, c-format
 
4894
msgid "Unable to parse transaction. Got error: %s.\n"
 
4895
msgstr ""
 
4896
 
 
4897
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
 
4898
#: ../plugin/transaction_log/print_transaction_message.cc:179
 
4899
#: ../plugin/transaction_log/transaction_log_reader.cc:163
 
4900
#, c-format
 
4901
msgid "BUFFER: %s\n"
 
4902
msgstr ""
 
4903
 
 
4904
#: ../plugin/transaction_log/module.cc:136
 
4905
msgid "Invalid value for sync-method\n"
 
4906
msgstr ""
 
4907
 
 
4908
#: ../plugin/transaction_log/module.cc:145
 
4909
msgid "Invalid value for num-write-buffers\n"
 
4910
msgstr ""
 
4911
 
 
4912
#: ../plugin/transaction_log/module.cc:179
 
4913
#, c-format
 
4914
msgid "Failed to allocate the TransactionLog instance.  Got error: %s\n"
 
4915
msgstr ""
 
4916
 
 
4917
#: ../plugin/transaction_log/module.cc:188
 
4918
#, c-format
 
4919
msgid "Failed to initialize the Transaction Log.  Got error: %s\n"
 
4920
msgstr ""
 
4921
 
 
4922
#: ../plugin/transaction_log/module.cc:200
 
4923
#, c-format
 
4924
msgid "Failed to allocate the TransactionLogIndex instance.  Got error: %s\n"
 
4925
msgstr ""
 
4926
 
 
4927
#: ../plugin/transaction_log/module.cc:209
 
4928
#, c-format
 
4929
msgid "Failed to initialize the Transaction Log Index.  Got error: %s\n"
 
4930
msgstr ""
 
4931
 
 
4932
#: ../plugin/transaction_log/module.cc:224
 
4933
#, c-format
 
4934
msgid "Failed to allocate the TransactionLogApplier instance.  Got error: %s\n"
 
4935
msgstr ""
 
4936
 
 
4937
#: ../plugin/transaction_log/module.cc:284
 
4938
#: ../plugin/transaction_log/module.cc:355
 
4939
msgid "Enable transaction log"
 
4940
msgstr ""
 
4941
 
 
4942
#: ../plugin/transaction_log/module.cc:292
 
4943
#: ../plugin/transaction_log/module.cc:349
 
4944
msgid "DEBUGGING - Truncate transaction log"
 
4945
msgstr ""
 
4946
 
 
4947
#: ../plugin/transaction_log/module.cc:300
 
4948
#: ../plugin/transaction_log/module.cc:358
 
4949
msgid "Path to the file to use for transaction log"
 
4950
msgstr ""
 
4951
 
 
4952
#: ../plugin/transaction_log/module.cc:316
 
4953
#: ../plugin/transaction_log/module.cc:352
 
4954
msgid "Enable CRC32 Checksumming of each written transaction log entry"
 
4955
msgstr ""
 
4956
 
 
4957
#: ../plugin/transaction_log/module.cc:324
 
4958
#: ../plugin/transaction_log/module.cc:364
 
4959
msgid ""
 
4960
"0 == rely on operating system to sync log file (default), 1 == sync file at "
 
4961
"each transaction write, 2 == sync log file once per second"
 
4962
msgstr ""
 
4963
 
 
4964
#: ../plugin/transaction_log/module.cc:337
 
4965
#: ../plugin/transaction_log/module.cc:367
 
4966
msgid "Number of slots for in-memory write buffers (default=8)."
 
4967
msgstr ""
 
4968
 
 
4969
#: ../plugin/transaction_log/print_transaction_message.cc:135
 
4970
#, c-format
 
4971
msgid "GPB message is not a valid type.\n"
 
4972
msgstr ""
 
4973
 
 
4974
#: ../plugin/transaction_log/print_transaction_message.cc:155
 
4975
#, c-format
 
4976
msgid "GPB message is not a valid size.\n"
 
4977
msgstr ""
 
4978
 
 
4979
#: ../plugin/transaction_log/transaction_log.cc:114
 
4980
msgid "Failed to open transaction log file "
 
4981
msgstr ""
 
4982
 
 
4983
#: ../plugin/transaction_log/transaction_log.cc:215
 
4984
#, c-format
 
4985
msgid ""
 
4986
"Failed to write full size of log entry.  Tried to write %<PRId64> bytes at "
 
4987
"offset %<PRId64>, but only wrote %<PRId32> bytes.  Error: %s\n"
 
4988
msgstr ""
 
4989
 
 
4990
#: ../plugin/transaction_log/transaction_log.cc:236
 
4991
#, c-format
 
4992
msgid "Failed to sync log file. Got error: %s\n"
 
4993
msgstr ""