18
18
"X-Launchpad-Export-Date: 2008-12-24 20:32+0000\n"
19
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:259
21
#: client/drizzle.cc:277
22
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:260
25
#: client/drizzle.cc:278
26
26
msgid "Clear command."
29
#: client/drizzle.cc:262
29
#: client/drizzle.cc:280
30
30
msgid "Reconnect to the server. Optional arguments are db and host."
33
#: client/drizzle.cc:264
33
#: client/drizzle.cc:282
35
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: client/drizzle.cc:266
38
#: client/drizzle.cc:284
39
39
msgid "Send command to drizzle server, display result vertically."
42
#: client/drizzle.cc:267
42
#: client/drizzle.cc:285
43
43
msgid "Exit drizzle. Same as quit."
46
#: client/drizzle.cc:268
46
#: client/drizzle.cc:286
47
47
msgid "Send command to drizzle server."
50
#: client/drizzle.cc:269
50
#: client/drizzle.cc:287
51
51
msgid "Display this help."
52
52
msgstr "Mostra aquesta ajuda."
54
#: client/drizzle.cc:270
54
#: client/drizzle.cc:288
55
55
msgid "Disable pager, print to stdout."
58
#: client/drizzle.cc:271
58
#: client/drizzle.cc:289
59
59
msgid "Don't write into outfile."
62
#: client/drizzle.cc:273
62
#: client/drizzle.cc:291
63
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
#: client/drizzle.cc:274
66
#: client/drizzle.cc:292
67
67
msgid "Print current command."
68
68
msgstr "Mostra la comanda actual."
70
#: client/drizzle.cc:275
70
#: client/drizzle.cc:293
71
71
msgid "Change your drizzle prompt."
74
#: client/drizzle.cc:276
74
#: client/drizzle.cc:294
75
75
msgid "Quit drizzle."
76
76
msgstr "Surt de drizzle."
78
#: client/drizzle.cc:277
78
#: client/drizzle.cc:295
79
79
msgid "Rebuild completion hash."
82
#: client/drizzle.cc:279
82
#: client/drizzle.cc:297
83
83
msgid "Execute an SQL script file. Takes a file name as an argument."
86
#: client/drizzle.cc:280
86
#: client/drizzle.cc:298
87
87
msgid "Get status information from the server."
88
88
msgstr "Obté la informació d'estat del servidor."
90
#: client/drizzle.cc:282
90
#: client/drizzle.cc:300
91
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: client/drizzle.cc:284
94
#: client/drizzle.cc:302
95
95
msgid "Use another database. Takes database name as argument."
97
97
"Empra una altra base de dades. Pren el nom de la base de dades com a "
100
#: client/drizzle.cc:286 client/drizzle.cc:1441
100
#: client/drizzle.cc:304 client/drizzle.cc:1459
101
101
msgid "Show warnings after every statement."
102
102
msgstr "Mostra advertències despres de cada consulta."
104
#: client/drizzle.cc:288
104
#: client/drizzle.cc:306
105
105
msgid "Don't show warnings after every statement."
108
#: client/drizzle.cc:1040 client/drizzle.cc:1047
108
#: client/drizzle.cc:1058 client/drizzle.cc:1065
110
110
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
113
#: client/drizzle.cc:1130
113
#: client/drizzle.cc:1148
114
114
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
117
#: client/drizzle.cc:1140
117
#: client/drizzle.cc:1158
120
120
"Your Drizzle connection id is %u\n"
121
121
"Server version: %s\n"
124
#: client/drizzle.cc:1168
124
#: client/drizzle.cc:1186
126
126
msgid "Reading history-file %s\n"
129
#: client/drizzle.cc:1172
129
#: client/drizzle.cc:1190
131
131
msgid "Couldn't allocate memory for temp histfile!\n"
132
132
msgstr "No es pot reservar memòria per l'arxiu històric tempora!\n"
134
#: client/drizzle.cc:1179
134
#: client/drizzle.cc:1197
135
135
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
138
#: client/drizzle.cc:1197
138
#: client/drizzle.cc:1215
140
140
msgid "Writing history-file %s\n"
143
#: client/drizzle.cc:1206
143
#: client/drizzle.cc:1224
145
145
msgstr "S'ha interromput"
147
#: client/drizzle.cc:1206
147
#: client/drizzle.cc:1224
151
#: client/drizzle.cc:1255
151
#: client/drizzle.cc:1273
152
152
msgid "Query aborted by Ctrl+C\n"
155
#: client/drizzle.cc:1278 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2791
155
#: client/drizzle.cc:1296 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2791
156
156
msgid "Display this help and exit."
159
#: client/drizzle.cc:1280
159
#: client/drizzle.cc:1298
160
160
msgid "Synonym for -?"
163
#: client/drizzle.cc:1283
163
#: client/drizzle.cc:1301
165
165
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
166
166
"and field completion, but startup and reconnecting may take a longer time. "
167
167
"Disable with --disable-auto-rehash."
170
#: client/drizzle.cc:1287
170
#: client/drizzle.cc:1305
172
172
"No automatic rehashing. One has to use 'rehash' to get table and field "
173
173
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
174
174
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
177
#: client/drizzle.cc:1290
177
#: client/drizzle.cc:1308
179
179
"Automatically switch to vertical output mode if the result is wider than the "
180
180
"terminal width."
183
#: client/drizzle.cc:1293
183
#: client/drizzle.cc:1311
185
185
"Don't use history file. Disable interactive behavior. (Enables --silent)"
188
#: client/drizzle.cc:1295 drizzled/drizzled.cc:2838
188
#: client/drizzle.cc:1313 drizzled/drizzled.cc:2838
189
189
msgid "Directory where character sets are."
192
#: client/drizzle.cc:1297
192
#: client/drizzle.cc:1315
193
193
msgid "Display column type information."
196
#: client/drizzle.cc:1300
196
#: client/drizzle.cc:1318
198
198
"Preserve comments. Send comments to the server. The default is --skip-"
199
199
"comments (discard comments), enable with --comments"
202
#: client/drizzle.cc:1303
202
#: client/drizzle.cc:1321
203
203
msgid "Use compression in server/client protocol."
204
204
msgstr "Empra la compressió en el protocol client-servidor."
206
#: client/drizzle.cc:1306
206
#: client/drizzle.cc:1324
207
207
msgid "Check memory and open file usage at exit ."
210
#: client/drizzle.cc:1309
210
#: client/drizzle.cc:1327
211
211
msgid "Print some debug info at exit."
214
#: client/drizzle.cc:1311
214
#: client/drizzle.cc:1329
215
215
msgid "Database to use."
218
#: client/drizzle.cc:1314
218
#: client/drizzle.cc:1332
219
219
msgid "(not used)"
222
#: client/drizzle.cc:1316
222
#: client/drizzle.cc:1334
223
223
msgid "Delimiter to be used."
226
#: client/drizzle.cc:1318
226
#: client/drizzle.cc:1336
227
227
msgid "Execute command and quit. (Disables --force and history file)"
230
#: client/drizzle.cc:1320
230
#: client/drizzle.cc:1338
231
231
msgid "Print the output of a query (rows) vertically."
234
#: client/drizzle.cc:1323
234
#: client/drizzle.cc:1341
235
235
msgid "Continue even if we get an sql error."
238
#: client/drizzle.cc:1327
238
#: client/drizzle.cc:1345
240
240
"Enable named commands. Named commands mean this program's internal commands; "
241
241
"see drizzle> help . When enabled, the named commands can be used from any "
252
252
"deprecated; use --disable-named-commands instead."
255
#: client/drizzle.cc:1333
255
#: client/drizzle.cc:1351
256
256
msgid "Ignore space after function names."
259
#: client/drizzle.cc:1335
259
#: client/drizzle.cc:1353
260
260
msgid "Enable/disable LOAD DATA LOCAL INFILE."
263
#: client/drizzle.cc:1338
263
#: client/drizzle.cc:1356
264
264
msgid "Turn off beep on error."
267
#: client/drizzle.cc:1340 client/drizzleadmin.cc:77
267
#: client/drizzle.cc:1358 client/drizzleadmin.cc:77
268
268
msgid "Connect to host."
271
#: client/drizzle.cc:1342
271
#: client/drizzle.cc:1360
272
272
msgid "Write line numbers for errors."
275
#: client/drizzle.cc:1345
275
#: client/drizzle.cc:1363
277
277
"Don't write line number for errors. WARNING: -L is deprecated, use long "
278
278
"version of this option instead."
281
#: client/drizzle.cc:1347
281
#: client/drizzle.cc:1365
282
282
msgid "Flush buffer after each query."
285
#: client/drizzle.cc:1349
285
#: client/drizzle.cc:1367
286
286
msgid "Write column names in results."
289
#: client/drizzle.cc:1353
289
#: client/drizzle.cc:1371
291
291
"Don't write column names in results. WARNING: -N is deprecated, use long "
292
292
"version of this options instead."
295
#: client/drizzle.cc:1356
295
#: client/drizzle.cc:1374
297
297
"Change the value of a variable. Please note that this option is deprecated; "
298
298
"you can set variables directly with --variable-name=value."
301
#: client/drizzle.cc:1358
301
#: client/drizzle.cc:1376
302
302
msgid "Ignore SIGINT (CTRL-C)"
305
#: client/drizzle.cc:1362
305
#: client/drizzle.cc:1380
307
307
"Only update the default database. This is useful for skipping updates to "
308
308
"other database in the update log."
311
#: client/drizzle.cc:1365
311
#: client/drizzle.cc:1383
313
313
"Pager to use to display results. If you don't supply an option the default "
314
314
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
320
#: client/drizzle.cc:1368
320
#: client/drizzle.cc:1386
322
322
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
323
323
"option deprecated; use --disable-pager instead."
326
#: client/drizzle.cc:1371 client/drizzleadmin.cc:80
326
#: client/drizzle.cc:1389 client/drizzleadmin.cc:80
328
328
"Password to use when connecting to server. If password is not given it's "
329
329
"asked from the tty."
332
#: client/drizzle.cc:1373
332
#: client/drizzle.cc:1391
334
334
"Port number to use for connection or 0 for default to, in order of "
335
335
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
338
#: client/drizzle.cc:1374
338
#: client/drizzle.cc:1392
339
339
msgid "built-in default"
342
#: client/drizzle.cc:1376
342
#: client/drizzle.cc:1394
343
343
msgid "Set the drizzle prompt to this value."
346
#: client/drizzle.cc:1380
346
#: client/drizzle.cc:1398
348
348
"Don't cache result, print it row by row. This may slow down the server if "
349
349
"the output is suspended. Doesn't use history file."
352
#: client/drizzle.cc:1382
352
#: client/drizzle.cc:1400
353
353
msgid "Write fields without conversion. Used with --batch."
356
#: client/drizzle.cc:1385
356
#: client/drizzle.cc:1403
358
358
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
359
359
"option is enabled by default."
362
#: client/drizzle.cc:1387
362
#: client/drizzle.cc:1405
364
364
"Be more silent. Print results with a tab as separator, each row on new line."
367
#: client/drizzle.cc:1389
367
#: client/drizzle.cc:1407
368
368
msgid "Socket file to use for connection."
371
#: client/drizzle.cc:1392
371
#: client/drizzle.cc:1410
372
372
msgid "Output in table format."
375
#: client/drizzle.cc:1395
375
#: client/drizzle.cc:1413
377
377
"Append everything into outfile. See interactive help (\\h) also. Does not "
378
378
"work in batch mode. Disable with --disable-tee. This option is disabled by "
382
#: client/drizzle.cc:1397
382
#: client/drizzle.cc:1415
384
384
"Disable outfile. See interactive help (\\h) also. WARNING: option "
385
385
"deprecated; use --disable-tee instead"
388
#: client/drizzle.cc:1400 client/drizzleadmin.cc:89
388
#: client/drizzle.cc:1418 client/drizzleadmin.cc:89
389
389
msgid "User for login if not current user."
392
#: client/drizzle.cc:1403
392
#: client/drizzle.cc:1421
393
393
msgid "Only allow UPDATE and DELETE that uses keys."
396
#: client/drizzle.cc:1406
396
#: client/drizzle.cc:1424
397
397
msgid "Synonym for option --safe-updates, -U."
400
#: client/drizzle.cc:1409
400
#: client/drizzle.cc:1427
401
401
msgid "Write more. (-v -v -v gives the table output format)."
404
#: client/drizzle.cc:1411 client/drizzleadmin.cc:94 drizzled/drizzled.cc:3141
404
#: client/drizzle.cc:1429 client/drizzleadmin.cc:94 drizzled/drizzled.cc:3141
405
405
msgid "Output version information and exit."
408
#: client/drizzle.cc:1413 client/drizzleadmin.cc:96
408
#: client/drizzle.cc:1431 client/drizzleadmin.cc:96
409
409
msgid "Wait and retry if connection is down."
412
#: client/drizzle.cc:1416
412
#: client/drizzle.cc:1434
413
413
msgid "Number of seconds before connection timeout."
416
#: client/drizzle.cc:1421
416
#: client/drizzle.cc:1439
417
417
msgid "Max packet length to send to, or receive from server"
420
#: client/drizzle.cc:1426
420
#: client/drizzle.cc:1444
421
421
msgid "Buffer for TCP/IP and socket communication"
424
#: client/drizzle.cc:1430
424
#: client/drizzle.cc:1448
425
425
msgid "Automatic limit for SELECT when using --safe-updates"
428
#: client/drizzle.cc:1435
428
#: client/drizzle.cc:1453
429
429
msgid "Automatic limit for rows in a join when using --safe-updates"
432
#: client/drizzle.cc:1439
432
#: client/drizzle.cc:1457
433
433
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
436
#: client/drizzle.cc:1444
436
#: client/drizzle.cc:1462
437
437
msgid "Number of lines before each import progress report."
440
#: client/drizzle.cc:1455
440
#: client/drizzle.cc:1473
442
442
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
445
#: client/drizzle.cc:1462
445
#: client/drizzle.cc:1480
448
448
"Copyright (C) 2008 Sun Microsystems\n"
450
450
"and you are welcome to modify and redistribute it under the GPL license\n"
453
#: client/drizzle.cc:1467
453
#: client/drizzle.cc:1485
455
455
msgid "Usage: %s [OPTIONS] [database]\n"
458
#: client/drizzle.cc:1502
458
#: client/drizzle.cc:1520
459
459
msgid "DELIMITER cannot contain a backslash character"
462
#: client/drizzle.cc:1523
462
#: client/drizzle.cc:1541
464
464
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
467
#: client/drizzle.cc:1546
467
#: client/drizzle.cc:1564
469
469
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
472
#: client/drizzle.cc:1550
472
#: client/drizzle.cc:1568
474
474
msgid "WARNING: --server-arg option not supported in this configuration.\n"
477
#: client/drizzle.cc:1577
477
#: client/drizzle.cc:1595
479
479
"Non-integer value supplied for port. If you are trying to enter a password "
480
480
"please use --password instead."
483
#: client/drizzle.cc:1585
483
#: client/drizzle.cc:1603
484
484
msgid "Value supplied for port is not valid."
487
#: client/drizzle.cc:1738
487
#: client/drizzle.cc:1756
489
489
msgid "Processing line: %<PRIu32>\n"
492
#: client/drizzle.cc:1954
492
#: client/drizzle.cc:1972
494
494
msgid "Unknown command '\\%c'."
497
#: client/drizzle.cc:2378
497
#: client/drizzle.cc:2396
499
499
"Reading table information for completion of table and column names\n"
500
500
" You can turn off this feature to get a quicker startup with -A\n"
504
#: client/drizzle.cc:2475
504
#: client/drizzle.cc:2493
505
505
msgid "No connection. Trying to reconnect..."
508
#: client/drizzle.cc:2481
508
#: client/drizzle.cc:2499
509
509
msgid "Can't connect to the server\n"
512
#: client/drizzle.cc:2538
512
#: client/drizzle.cc:2556
513
513
msgid "categories:"
514
514
msgstr "categories:"
516
#: client/drizzle.cc:2538
516
#: client/drizzle.cc:2556
520
#: client/drizzle.cc:2590
520
#: client/drizzle.cc:2608
522
522
msgid "Name: '%s'\n"
523
523
msgstr "Nom: '%s'\n"
525
#: client/drizzle.cc:2591
525
#: client/drizzle.cc:2609
543
#: client/drizzle.cc:2606
543
#: client/drizzle.cc:2624
544
544
msgid "Many help items for your request exist."
547
#: client/drizzle.cc:2607
547
#: client/drizzle.cc:2625
549
549
"To make a more specific request, please type 'help <item>',\n"
550
550
"where <item> is one of the following"
553
#: client/drizzle.cc:2613
553
#: client/drizzle.cc:2631
555
555
msgid "You asked for help about help category: '%s'\n"
558
#: client/drizzle.cc:2614
558
#: client/drizzle.cc:2632
560
560
"For more information, type 'help <item>', where <item> is one of the "
564
#: client/drizzle.cc:2627
564
#: client/drizzle.cc:2645
570
#: client/drizzle.cc:2628
570
#: client/drizzle.cc:2646
571
571
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
574
#: client/drizzle.cc:2650
574
#: client/drizzle.cc:2668
575
575
msgid "List of all Drizzle commands:"
578
#: client/drizzle.cc:2652
578
#: client/drizzle.cc:2670
579
579
msgid "Note that all text commands must be first on line and end with ';'"
582
#: client/drizzle.cc:2664
582
#: client/drizzle.cc:2682
585
585
"For server side help, type 'help contents'\n"
588
#: client/drizzle.cc:2705
588
#: client/drizzle.cc:2723
589
589
msgid "No query specified\n"
592
#: client/drizzle.cc:2720
592
#: client/drizzle.cc:2738
593
593
msgid "Ignoring query to other database"
596
#: client/drizzle.cc:2769
596
#: client/drizzle.cc:2787
597
597
msgid "Empty set"
600
#: client/drizzle.cc:2782
600
#: client/drizzle.cc:2800
602
602
msgid "%ld row in set"
603
603
msgid_plural "%ld rows in set"
607
#: client/drizzle.cc:2791
607
#: client/drizzle.cc:2809
609
609
msgstr "Petició Correcta"
611
#: client/drizzle.cc:2793
611
#: client/drizzle.cc:2811
613
613
msgid "Query OK, %ld row affected"
614
614
msgid_plural "Query OK, %ld rows affected"
744
744
" shutdown Take server down\n"
747
#: client/drizzledump.cc:464
749
msgid "Got errno %d on write"
752
#: client/drizzledump.cc:469
754
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
757
#: client/drizzledump.cc:476
759
msgid "Usage: %s [OPTIONS] database [tables]\n"
762
#: client/drizzledump.cc:477
764
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
767
#: client/drizzledump.cc:479
769
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
772
#: client/drizzledump.cc:486
773
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
776
#: client/drizzledump.cc:488
777
msgid "Dumping definition and data DRIZZLE database or table"
780
#: client/drizzledump.cc:499
782
msgid "For more options, use %s --help\n"
785
#: client/drizzledump.cc:674
787
msgid "Input filename too long: %s"
790
#: client/drizzledump.cc:717
792
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
795
#: client/drizzledump.cc:742
797
msgid "Invalid mode to --compatible: %s\n"
800
#: client/drizzledump.cc:802
802
msgid "%s: You must use option --tab with --fields-...\n"
805
#: client/drizzledump.cc:819
808
"%s: You can't use --single-transaction and --lock-all-tables at the same "
812
#: client/drizzledump.cc:832
815
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
819
#: client/drizzledump.cc:838
821
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
824
#: client/drizzledump.cc:863
826
msgid "Got error: %d: %s %s"
829
#: client/drizzledump.cc:955
831
msgid "Couldn't execute '%s': %s (%d)"
834
#: client/drizzledump.cc:1016
836
msgid "-- Connecting to %s...\n"
839
#: client/drizzledump.cc:1037
841
msgid "-- Disconnecting from %s...\n"
844
#: client/drizzledump.cc:1047
846
msgid "Couldn't allocate memory"
847
msgstr "No es pot reservar memòria per l'arxiu històric tempora!\n"
849
#: client/drizzledump.cc:1389
852
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
856
#: client/drizzledump.cc:1403
858
msgid "-- Retrieving table structure for table %s...\n"
861
#: client/drizzledump.cc:1517
863
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
866
#: client/drizzledump.cc:1626
868
msgid "%s: Can't get keys for table %s (%s)\n"
871
#: client/drizzledump.cc:1704 client/drizzledump.cc:2976
873
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
876
#: client/drizzledump.cc:1711 client/drizzledump.cc:2984
878
msgid "Error: Couldn't read status information for table %s (%s)\n"
881
#: client/drizzledump.cc:1852
883
msgid "Error retrieving table structure for table: \"%s\""
886
#: client/drizzledump.cc:1859
888
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
891
#: client/drizzledump.cc:1870
893
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
896
#: client/drizzledump.cc:1877
898
msgid "-- Skipping dump data for table '%s', it has no fields\n"
901
#: client/drizzledump.cc:1885
902
msgid "-- Sending SELECT query...\n"
905
#: client/drizzledump.cc:1940
906
msgid "when executing 'SELECT INTO OUTFILE'"
909
#: client/drizzledump.cc:1948
914
"-- Dumping data for table %s\n"
918
#: client/drizzledump.cc:1985 client/drizzledump.cc:1994
919
msgid "when retrieving data from server"
922
#: client/drizzledump.cc:1998
923
msgid "-- Retrieving rows...\n"
926
#: client/drizzledump.cc:2001
928
msgid "%s: Error in field count for table: %s ! Aborting.\n"
931
#: client/drizzledump.cc:2058
933
msgid "Not enough fields from table %s! Aborting.\n"
936
#: client/drizzledump.cc:2244
938
msgid "%s: Error %d: %s when dumping table %s at row: %d\n"
941
#: client/drizzledump.cc:2402
942
msgid "when selecting the database"
945
#: client/drizzledump.cc:2470
946
msgid "when using LOCK TABLES"
949
#: client/drizzledump.cc:2477 client/drizzledump.cc:2609
950
msgid "when doing refresh"
953
#: client/drizzledump.cc:2563
954
msgid "alloc_root failure."
957
#: client/drizzledump.cc:2584
959
msgid "Couldn't find table: \"%s\""
962
#: client/drizzledump.cc:2599
963
msgid "when doing LOCK TABLES"
966
#: client/drizzledump.cc:2662
967
msgid "Error: Binlogging on server not active"
970
#: client/drizzledump.cc:2730
971
msgid "Error: Slave not set up"
974
#: client/drizzledump.cc:2789
975
msgid "Error: Unable to start slave"
978
#: client/drizzledump.cc:3046
981
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
984
#: client/drizzledump.cc:3077
986
msgid "Error: Not enough memory to store ORDER BY clause\n"
747
989
#: libdrizzle/errmsg.c:27
748
990
msgid "Unknown Drizzle error"
5989
6231
msgid "parser plugin '%s' parser_func2() failed"
5992
#. TRANSLATORS: The leading word "qcache" is the name
5993
#. of the plugin api, and so should not be translated.
5994
#: drizzled/qcache.cc:40
6234
#: drizzled/qcache.cc:38
5996
6236
msgid "qcache plugin '%s' init() failed"
5999
#. TRANSLATORS: The leading word "qcache" is the name
6000
#. of the plugin api, and so should not be translated.
6001
#: drizzled/qcache.cc:62
6239
#: drizzled/qcache.cc:58
6003
6241
msgid "qcache plugin '%s' deinit() failed"
6006
#. TRANSLATORS: The leading word "qcache" is the name
6007
#. of the plugin api, and so should not be translated.
6008
#: drizzled/qcache.cc:98
6010
msgid "qcache plugin '%s' do1() failed"
6013
#. TRANSLATORS: The leading word "qcache" is the name
6014
#. of the plugin api, and so should not be translated.
6015
#: drizzled/qcache.cc:152
6017
msgid "qcache plugin '%s' qcache_func2() failed"
6244
#: drizzled/qcache.cc:103
6246
msgid "qcache plugin '%s' try_fetch_and_send() failed"
6249
#: drizzled/qcache.cc:120
6251
msgid "qcache plugin '%s' set() failed"
6254
#: drizzled/qcache.cc:139
6256
msgid "qcache plugin '%s' invalidate_table() failed"
6259
#: drizzled/qcache.cc:158
6261
msgid "qcache plugin '%s' invalidate_db() failed"
6264
#: drizzled/qcache.cc:176
6266
msgid "qcache plugin '%s' flush() failed"
6020
6269
#: drizzled/replication/mi.cc:254 drizzled/slave.cc:1090
6720
6969
"byte, so character column sizes may have changed"
6723
#: drizzled/table.cc:2075
6972
#: drizzled/table.cc:2073
6725
6974
msgid "Unknown collation '%s' in table '%-.64s' definition"
6728
#: drizzled/table.cc:2082
6977
#: drizzled/table.cc:2080
6731
6980
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6735
#: drizzled/table.cc:2695
6984
#: drizzled/table.cc:2693
6738
6987
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6742
#: drizzled/table.cc:2721
6991
#: drizzled/table.cc:2719
6745
6994
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6746
6995
"have type %s, found type %s."
6749
#: drizzled/table.cc:2730
6998
#: drizzled/table.cc:2728
6752
7001
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6753
7002
"position %d to have character set '%s' but the type has no character set."
6756
#: drizzled/table.cc:2740
7005
#: drizzled/table.cc:2738
6759
7008
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6760
7009
"position %d to have character set '%s' but found character set '%s'."
6763
#: drizzled/table.cc:2751
7012
#: drizzled/table.cc:2749
6766
7015
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6767
7016
"have type %s but the column is not found."
6770
#: drizzled/table.cc:4864
7019
#: drizzled/table.cc:4862
6772
7021
msgid "Got error %d when reading table '%s'"