18
18
"X-Launchpad-Export-Date: 2010-06-07 03:41+0000\n"
19
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: ../client/drizzle.cc:463
21
22
msgid "Synonym for `help'."
22
23
msgstr "Synonym for `help'."
25
#: ../client/drizzle.cc:464
24
26
msgid "Clear command."
25
27
msgstr "Clear command."
29
#: ../client/drizzle.cc:466
27
30
msgid "Reconnect to the server. Optional arguments are db and host."
28
31
msgstr "Reconnect to the server. Optional arguments are db and host."
33
#: ../client/drizzle.cc:468
31
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
33
37
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: ../client/drizzle.cc:470
35
40
msgid "Send command to drizzle server, display result vertically."
36
41
msgstr "Send command to drizzle server, display result vertically."
43
#: ../client/drizzle.cc:471
38
44
msgid "Exit drizzle. Same as quit."
39
45
msgstr "Exit drizzle. Same as quit."
47
#: ../client/drizzle.cc:472
41
48
msgid "Send command to drizzle server."
42
49
msgstr "Send command to drizzle server."
51
#: ../client/drizzle.cc:473
44
52
msgid "Display this help."
45
53
msgstr "Display this help."
55
#: ../client/drizzle.cc:474
47
56
msgid "Disable pager, print to stdout."
48
57
msgstr "Disable pager, print to stdout."
59
#: ../client/drizzle.cc:475
50
60
msgid "Don't write into outfile."
51
61
msgstr "Don't write into outfile."
63
#: ../client/drizzle.cc:477
53
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
54
65
msgstr "Set PAGER [to_pager]. Print the query results via PAGER."
67
#: ../client/drizzle.cc:478
56
68
msgid "Print current command."
57
69
msgstr "Print current command."
71
#: ../client/drizzle.cc:479
59
72
msgid "Change your drizzle prompt."
60
73
msgstr "Change your drizzle prompt."
75
#: ../client/drizzle.cc:480
62
76
msgid "Quit drizzle."
63
77
msgstr "Quit drizzle."
79
#: ../client/drizzle.cc:481
65
80
msgid "Rebuild completion hash."
66
81
msgstr "Rebuild completion hash."
83
#: ../client/drizzle.cc:483
68
84
msgid "Execute an SQL script file. Takes a file name as an argument."
69
85
msgstr "Execute an SQL script file. Takes a file name as an argument."
87
#: ../client/drizzle.cc:484
71
88
msgid "Get status information from the server."
72
89
msgstr "Get status information from the server."
91
#: ../client/drizzle.cc:486
74
92
msgid "Set outfile [to_outfile]. Append everything into given outfile."
75
93
msgstr "Set outfile [to_outfile]. Append everything into given outfile."
95
#: ../client/drizzle.cc:488
77
96
msgid "Use another database. Takes database name as argument."
78
97
msgstr "Use another database. Takes database name as argument."
99
#: ../client/drizzle.cc:490 ../client/drizzle.cc:1404
80
100
msgid "Show warnings after every statement."
81
101
msgstr "Show warnings after every statement."
103
#: ../client/drizzle.cc:492
83
104
msgid "Don't show warnings after every statement."
84
105
msgstr "Don't show warnings after every statement."
107
#: ../client/drizzle.cc:1331
86
108
msgid "Error: Invalid Value for connect_timeout"
111
#: ../client/drizzle.cc:1342
89
112
msgid "Error: Invalid Value for max_input_line"
115
#: ../client/drizzle.cc:1363
93
117
msgid "Displays this help and exit."
94
118
msgstr "Display this help and exit."
120
#: ../client/drizzle.cc:1364
97
122
"Don't use history file. Disable interactive behavior. (Enables --silent)"
99
124
"Don't use history file. Disable interactive behavior. (Enables --silent)"
126
#: ../client/drizzle.cc:1366
101
127
msgid "Display column type information."
102
128
msgstr "Display column type information."
130
#: ../client/drizzle.cc:1368
105
132
"Preserve comments. Send comments to the server. The default is --skip-"
106
133
"comments (discard comments), enable with --comments"
108
135
"Preserve comments. Send comments to the server. The default is --skip-"
109
136
"comments (discard comments), enable with --comments"
138
#: ../client/drizzle.cc:1370
111
139
msgid "Use compression in server/client protocol."
112
140
msgstr "Use compression in server/client protocol."
142
#: ../client/drizzle.cc:1372
114
143
msgid "Print the output of a query (rows) vertically."
115
144
msgstr "Print the output of a query (rows) vertically."
146
#: ../client/drizzle.cc:1374
117
147
msgid "Continue even if we get an sql error."
118
148
msgstr "Continue even if we get an sql error."
121
"Enable named commands. Named commands mean this program's internal commands; "
122
"see drizzle> help . When enabled, the named commands can be used from any "
123
"line of the query, otherwise only from the first line, before an enter. "
124
"Disable with --disable-named-commands. This option is disabled by default."
126
"Enable named commands. Named commands mean this program's internal commands; "
127
"see drizzle> help . When enabled, the named commands can be used from any "
128
"line of the query, otherwise only from the first line, before an enter. "
129
"Disable with --disable-named-commands. This option is disabled by default."
132
"Named commands are disabled. Use \\* form only, or use named commands only "
133
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
134
"the client now starts with this option ENABLED by default! Disable with '-"
135
"G'. Long format commands still work from the first line. WARNING: option "
136
"deprecated; use --disable-named-commands instead."
138
"Named commands are disabled. Use \\* form only, or use named commands only "
139
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
140
"the client now starts with this option ENABLED by default! Disable with '-"
141
"G'. Long format commands still work from the first line. WARNING: option "
142
"deprecated; use --disable-named-commands instead."
150
#: ../client/drizzle.cc:1376
152
"Enable named commands. Named commands mean this program's internal commands; "
153
"see drizzle> help . When enabled, the named commands can be used from any "
154
"line of the query, otherwise only from the first line, before an enter. "
155
"Disable with --disable-named-commands. This option is disabled by default."
157
"Enable named commands. Named commands mean this program's internal commands; "
158
"see drizzle> help . When enabled, the named commands can be used from any "
159
"line of the query, otherwise only from the first line, before an enter. "
160
"Disable with --disable-named-commands. This option is disabled by default."
162
#: ../client/drizzle.cc:1378
164
"Named commands are disabled. Use \\* form only, or use named commands only "
165
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
166
"the client now starts with this option ENABLED by default! Disable with '-"
167
"G'. Long format commands still work from the first line. WARNING: option "
168
"deprecated; use --disable-named-commands instead."
170
"Named commands are disabled. Use \\* form only, or use named commands only "
171
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
172
"the client now starts with this option ENABLED by default! Disable with '-"
173
"G'. Long format commands still work from the first line. WARNING: option "
174
"deprecated; use --disable-named-commands instead."
176
#: ../client/drizzle.cc:1379
144
177
msgid "Ignore space after function names."
145
178
msgstr "Ignore space after function names."
180
#: ../client/drizzle.cc:1381
147
181
msgid "Turn off beep on error."
148
182
msgstr "Turn off beep on error."
184
#: ../client/drizzle.cc:1383
150
185
msgid "Write line numbers for errors."
151
186
msgstr "Write line numbers for errors."
188
#: ../client/drizzle.cc:1385
154
190
"Don't write line number for errors. WARNING: -L is deprecated, use long "
155
191
"version of this option instead."
157
193
"Don't write line number for errors. WARNING: -L is deprecated, use long "
158
194
"version of this option instead."
196
#: ../client/drizzle.cc:1387
160
197
msgid "Write column names in results."
161
198
msgstr "Write column names in results."
164
"Don't write column names in results. WARNING: -N is deprecated, use long "
165
"version of this options instead."
167
"Don't write column names in results. WARNING: -N is deprecated, use long "
168
"version of this options instead."
171
"Change the value of a variable. Please note that this option is deprecated; "
172
"you can set variables directly with --variable-name=value."
174
"Change the value of a variable. Please note that this option is deprecated; "
175
"you can set variables directly with --variable-name=value."
200
#: ../client/drizzle.cc:1389
202
"Don't write column names in results. WARNING: -N is deprecated, use long "
203
"version of this options instead."
205
"Don't write column names in results. WARNING: -N is deprecated, use long "
206
"version of this options instead."
208
#: ../client/drizzle.cc:1391
210
"Change the value of a variable. Please note that this option is deprecated; "
211
"you can set variables directly with --variable-name=value."
213
"Change the value of a variable. Please note that this option is deprecated; "
214
"you can set variables directly with --variable-name=value."
216
#: ../client/drizzle.cc:1393
177
217
msgid "Output in table format."
178
218
msgstr "Output in table format."
220
#: ../client/drizzle.cc:1395
180
221
msgid "Only allow UPDATE and DELETE that uses keys."
181
222
msgstr "Only allow UPDATE and DELETE that uses keys."
224
#: ../client/drizzle.cc:1397
183
225
msgid "Synonym for option --safe-updates, -U."
184
226
msgstr "Synonym for option --safe-updates, -U."
228
#: ../client/drizzle.cc:1399
186
229
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
232
#: ../client/drizzle.cc:1400 ../drizzled/drizzled.cc:1152
189
233
msgid "Output version information and exit."
190
234
msgstr "Output version information and exit."
236
#: ../client/drizzle.cc:1402
192
237
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
193
238
msgstr "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
240
#: ../client/drizzle.cc:1406
195
241
msgid "Number of lines before each import progress report."
196
242
msgstr "Number of lines before each import progress report."
244
#: ../client/drizzle.cc:1408
198
245
msgid "Ping the server to check if it's alive."
199
246
msgstr "Ping the server to check if it's alive."
248
#: ../client/drizzle.cc:1410
201
249
msgid "Configuration file defaults are not used if no-defaults is set"
205
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
206
"and field completion, but startup and reconnecting may take a longer time. "
207
"Disable with --disable-auto-rehash."
209
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
210
"and field completion, but startup and reconnecting may take a longer time. "
211
"Disable with --disable-auto-rehash."
214
"No automatic rehashing. One has to use 'rehash' to get table and field "
215
"completion. This gives a quicker start of drizzle_st and disables rehashing "
216
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
218
"No automatic rehashing. One has to use 'rehash' to get table and field "
219
"completion. This gives a quicker start of drizzle_st and disables rehashing "
220
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
223
"Automatically switch to vertical output mode if the result is wider than the "
226
"Automatically switch to vertical output mode if the result is wider than the "
252
#: ../client/drizzle.cc:1416
254
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
255
"and field completion, but startup and reconnecting may take a longer time. "
256
"Disable with --disable-auto-rehash."
258
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
259
"and field completion, but startup and reconnecting may take a longer time. "
260
"Disable with --disable-auto-rehash."
262
#: ../client/drizzle.cc:1417
264
"No automatic rehashing. One has to use 'rehash' to get table and field "
265
"completion. This gives a quicker start of drizzle_st and disables rehashing "
266
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
268
"No automatic rehashing. One has to use 'rehash' to get table and field "
269
"completion. This gives a quicker start of drizzle_st and disables rehashing "
270
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
272
#: ../client/drizzle.cc:1419
274
"Automatically switch to vertical output mode if the result is wider than the "
277
"Automatically switch to vertical output mode if the result is wider than the "
280
#: ../client/drizzle.cc:1421
229
281
msgid "Database to use."
230
282
msgstr "Database to use."
284
#: ../client/drizzle.cc:1423
232
285
msgid "(not used)"
233
286
msgstr "(not used)"
288
#: ../client/drizzle.cc:1425
235
289
msgid "Delimiter to be used."
236
290
msgstr "Delimiter to be used."
292
#: ../client/drizzle.cc:1427
238
293
msgid "Execute command and quit. (Disables --force and history file)"
239
294
msgstr "Execute command and quit. (Disables --force and history file)"
296
#: ../client/drizzle.cc:1429
241
297
msgid "Enable/disable LOAD DATA LOCAL INFILE."
242
298
msgstr "Enable/disable LOAD DATA LOCAL INFILE."
300
#: ../client/drizzle.cc:1431
244
301
msgid "Flush buffer after each query."
245
302
msgstr "Flush buffer after each query."
304
#: ../client/drizzle.cc:1433
247
305
msgid "Ignore SIGINT (CTRL-C)"
248
306
msgstr "Ignore SIGINT (CTRL-C)"
251
"Only update the default database. This is useful for skipping updates to "
252
"other database in the update log."
254
"Only update the default database. This is useful for skipping updates to "
255
"other database in the update log."
258
"Pager to use to display results. If you don't supply an option the default "
259
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
260
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
261
"work in batch mode. Disable with --disable-pager. This option is disabled by "
264
"Pager to use to display results. If you don't supply an option the default "
265
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
266
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
267
"work in batch mode. Disable with --disable-pager. This option is disabled by "
308
#: ../client/drizzle.cc:1435
310
"Only update the default database. This is useful for skipping updates to "
311
"other database in the update log."
313
"Only update the default database. This is useful for skipping updates to "
314
"other database in the update log."
316
#: ../client/drizzle.cc:1437
318
"Pager to use to display results. If you don't supply an option the default "
319
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
320
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
321
"work in batch mode. Disable with --disable-pager. This option is disabled by "
324
"Pager to use to display results. If you don't supply an option the default "
325
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
326
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
327
"work in batch mode. Disable with --disable-pager. This option is disabled by "
330
#: ../client/drizzle.cc:1439
271
332
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
273
334
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
274
335
"option deprecated; use --disable-pager instead."
337
#: ../client/drizzle.cc:1441
276
338
msgid "Set the drizzle prompt to this value."
277
339
msgstr "Set the drizzle prompt to this value."
341
#: ../client/drizzle.cc:1443
280
343
"Don't cache result, print it row by row. This may slow down the server if "
281
344
"the output is suspended. Doesn't use history file."
440
541
"You can turn off this feature to get a quicker start-up with -A\n"
544
#: ../client/drizzle.cc:2689
443
545
msgid "No connection. Trying to reconnect..."
444
546
msgstr "No connection. Trying to reconnect..."
548
#: ../client/drizzle.cc:2695
446
549
msgid "Can't connect to the server\n"
447
550
msgstr "Can't connect to the server\n"
552
#: ../client/drizzle.cc:2773
449
553
msgid "List of all Drizzle commands:"
450
554
msgstr "List of all Drizzle commands:"
556
#: ../client/drizzle.cc:2775
452
557
msgid "Note that all text commands must be first on line and end with ';'"
453
558
msgstr "Note that all text commands must be first on line and end with ';'"
560
#: ../client/drizzle.cc:2830
455
561
msgid "No query specified\n"
456
562
msgstr "No query specified\n"
564
#: ../client/drizzle.cc:2845
458
565
msgid "Ignoring query to other database"
459
566
msgstr "Ignoring query to other database"
568
#: ../client/drizzle.cc:2895
461
569
msgid "Empty set"
462
570
msgstr "Empty set"
572
#: ../client/drizzle.cc:2908
465
574
msgid "%ld row in set"
466
575
msgid_plural "%ld rows in set"
467
576
msgstr[0] "%ld row in set"
468
577
msgstr[1] "%ld rows in set"
579
#: ../client/drizzle.cc:2917
471
581
msgstr "Query OK"
583
#: ../client/drizzle.cc:2919
474
585
msgid "Query OK, %ld row affected"
475
586
msgid_plural "Query OK, %ld rows affected"
476
587
msgstr[0] "Query OK, %ld row affected"
477
588
msgstr[1] "Query OK, %ld rows affected"
590
#: ../client/drizzledump.cc:212
480
592
msgid "Got errno %d on write"
481
593
msgstr "Got errno %d on write"
595
#: ../client/drizzledump.cc:296
484
597
msgid "%s: You must use option --tab with --fields-...\n"
485
598
msgstr "%s: You must use option --tab with --fields-...\n"
489
"%s: You can't use --single-transaction and --lock-all-tables at the same "
492
"%s: You can't use --single-transaction and --lock-all-tables at the same "
497
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
500
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
600
#: ../client/drizzledump.cc:302
603
"%s: You can't use --single-transaction and --lock-all-tables at the same "
606
"%s: You can't use --single-transaction and --lock-all-tables at the same "
609
#: ../client/drizzledump.cc:308
612
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
615
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
618
#: ../client/drizzledump.cc:314
504
620
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
505
621
msgstr "%s: --databases or --all-databases can't be used with --tab.\n"
623
#: ../client/drizzledump.cc:333
508
625
msgid "Got error: %s (%d) %s"
509
626
msgstr "Got error: %s (%d) %s"
628
#: ../client/drizzledump.cc:340
512
630
msgid "Got error: %d %s"
513
631
msgstr "Got error: %d %s"
633
#: ../client/drizzledump.cc:438 ../client/drizzledump.cc:445
634
#: ../client/drizzledump.cc:458
516
636
msgid "Couldn't execute '%s': %s (%d)"
517
637
msgstr "Couldn't execute '%s': %s (%d)"
639
#: ../client/drizzledump.cc:518
520
641
msgid "-- Connecting to %s...\n"
521
642
msgstr "-- Connecting to %s...\n"
644
#: ../client/drizzledump.cc:541
524
646
msgid "-- Disconnecting from %s...\n"
525
647
msgstr "-- Disconnecting from %s...\n"
649
#: ../client/drizzledump.cc:552
527
650
msgid "Couldn't allocate memory"
528
651
msgstr "Couldn't allocate memory"
653
#: ../client/drizzledump.cc:896
532
656
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
585
720
"-- Dumping data for table %s\n"
723
#: ../client/drizzledump.cc:1492
588
724
msgid "-- Retrieving rows...\n"
589
725
msgstr "-- Retrieving rows...\n"
727
#: ../client/drizzledump.cc:1495
592
729
msgid "%s: Error in field count for table: %s ! Aborting.\n"
593
730
msgstr "%s: Error in field count for table: %s ! Aborting.\n"
732
#: ../client/drizzledump.cc:1539
596
734
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
597
735
msgstr "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
737
#: ../client/drizzledump.cc:1556
600
739
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
601
740
msgstr "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
742
#: ../client/drizzledump.cc:1578
604
744
msgid "Not enough fields from table %s! Aborting.\n"
605
745
msgstr "Not enough fields from table %s! Aborting.\n"
747
#: ../client/drizzledump.cc:1993 ../client/drizzledump.cc:2109
607
748
msgid "when doing refresh"
608
749
msgstr "when doing refresh"
751
#: ../client/drizzledump.cc:2080
610
752
msgid "alloc_root failure."
611
753
msgstr "alloc_root failure."
755
#: ../client/drizzledump.cc:2096
614
757
msgid "Couldn't find table: \"%s\""
615
758
msgstr "Couldn't find table: \"%s\""
760
#: ../client/drizzledump.cc:2374 ../client/drizzledump.cc:2381
761
#: ../client/drizzledump.cc:2391
619
764
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
621
766
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
768
#: ../client/drizzledump.cc:2423
624
770
msgid "Error: Not enough memory to store ORDER BY clause\n"
625
771
msgstr "Error: Not enough memory to store ORDER BY clause\n"
773
#: ../client/drizzledump.cc:2480
627
774
msgid "Number of rows before each output progress report (requires --verbose)."
629
776
"Number of rows before each output progress report (requires --verbose)."
778
#: ../client/drizzledump.cc:2625 ../client/drizzledump.cc:2712
632
780
msgid "Usage: %s [OPTIONS] database [tables]\n"
633
781
msgstr "Usage: %s [OPTIONS] database [tables]\n"
783
#: ../client/drizzledump.cc:2626 ../client/drizzledump.cc:2713
636
785
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
637
786
msgstr "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
788
#: ../client/drizzledump.cc:2628 ../client/drizzledump.cc:2715
640
790
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
641
791
msgstr "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
793
#: ../client/drizzledump.cc:2640 ../client/drizzleimport.cc:497
794
#: ../client/drizzleslap.cc:1028 ../client/drizzletest.cc:5588
644
796
msgid "Value supplied for port is not valid.\n"
645
797
msgstr "Value supplied for port is not valid.\n"
800
#. This check is made because the some the file functions below
801
#. have FN_REFLEN sized stack allocated buffers and will cause
802
#. a crash even if the input destination buffer is large enough
803
#. to hold the output.
805
#: ../client/drizzledump.cc:2687
648
807
msgid "Input filename too long: %s"
649
808
msgstr "Input filename too long: %s"
810
#: ../client/drizzledump.cc:2694 ../client/drizzledump.cc:2706
652
812
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
653
813
msgstr "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
815
#: ../client/drizzledump.cc:2709
656
817
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
657
818
"and you are welcome to modify and redistribute it under the GPL license\n"
730
908
"%s: Too many arguments (first extra is '%s').\n"
731
909
"Use --verbose --help to get a list of available options\n"
911
#: ../drizzled/drizzled.cc:911
733
912
msgid "No scheduler found, cannot continue!\n"
734
913
msgstr "No scheduler found, cannot continue!\n"
915
#: ../drizzled/drizzled.cc:935
737
917
msgid "Unknown/unsupported storage engine: %s"
738
918
msgstr "Unknown/unsupported storage engine: %s"
920
#: ../drizzled/drizzled.cc:1026
740
921
msgid "Display this help and exit."
741
922
msgstr "Display this help and exit."
924
#: ../drizzled/drizzled.cc:1030
743
925
msgid "Display this help and exit after initializing plugins."
744
926
msgstr "Display this help and exit after initialising plugins."
928
#: ../drizzled/drizzled.cc:1034
746
929
msgid "Auto-increment columns are incremented by this"
747
930
msgstr "Auto-increment columns are incremented by this"
750
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
753
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
757
"Path to installation directory. All paths are usually resolved relative to "
760
"Path to installation directory. All paths are usually resolved relative to "
932
#: ../drizzled/drizzled.cc:1039
934
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
937
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
940
#: ../drizzled/drizzled.cc:1045
942
"Path to installation directory. All paths are usually resolved relative to "
945
"Path to installation directory. All paths are usually resolved relative to "
948
#: ../drizzled/drizzled.cc:1050
763
949
msgid "Chroot drizzled daemon during startup."
764
950
msgstr "Chroot drizzled daemon during start-up."
952
#: ../drizzled/drizzled.cc:1054
766
953
msgid "Set the default collation."
767
954
msgstr "Set the default collation."
956
#: ../drizzled/drizzled.cc:1058
769
957
msgid "Default completion type."
770
958
msgstr "Default completion type."
960
#: ../drizzled/drizzled.cc:1063
772
961
msgid "Write core on errors."
773
962
msgstr "Write core on errors."
964
#: ../drizzled/drizzled.cc:1067
775
965
msgid "Path to the database root."
776
966
msgstr "Path to the database root."
968
#: ../drizzled/drizzled.cc:1071
778
969
msgid "Set the default storage engine (table type) for tables."
779
970
msgstr "Set the default storage engine (table type) for tables."
972
#: ../drizzled/drizzled.cc:1075
781
973
msgid "Set the default time zone."
782
974
msgstr "Set the default time zone."
976
#: ../drizzled/drizzled.cc:1080
784
977
msgid "Used for debugging; Use at your own risk!"
785
978
msgstr "Used for debugging; Use at your own risk!"
980
#: ../drizzled/drizzled.cc:1085
787
981
msgid "Set up signals usable for debugging"
788
982
msgstr "Set up signals usable for debugging"
984
#: ../drizzled/drizzled.cc:1089
790
985
msgid "(IGNORED)"
791
986
msgstr "(IGNORED)"
988
#: ../drizzled/drizzled.cc:1093
793
989
msgid "Set the language used for the month names and the days of the week."
794
990
msgstr "Set the language used for the month names and the days of the week."
992
#: ../drizzled/drizzled.cc:1098
796
993
msgid "Log some not critical warnings to the log file."
797
994
msgstr "Log some not critical warnings to the log file."
996
#: ../drizzled/drizzled.cc:1103
799
997
msgid "Pid file used by safe_mysqld."
800
998
msgstr "Pid file used by safe_mysqld."
803
"Maximum time in seconds to wait for the port to become free. (Default: no "
806
"Maximum time in seconds to wait for the port to become free. (Default: no "
810
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
811
"specified directory"
813
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
814
"specified directory"
817
"Uniquely identifies the server instance in the community of replication "
820
"Uniquely identifies the server instance in the community of replication "
1000
#: ../drizzled/drizzled.cc:1107
1002
"Maximum time in seconds to wait for the port to become free. (Default: no "
1005
"Maximum time in seconds to wait for the port to become free. (Default: no "
1008
#: ../drizzled/drizzled.cc:1112
1010
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1011
"specified directory"
1013
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1014
"specified directory"
1016
#: ../drizzled/drizzled.cc:1117
1018
"Uniquely identifies the server instance in the community of replication "
1021
"Uniquely identifies the server instance in the community of replication "
1024
#: ../drizzled/drizzled.cc:1122
823
1025
msgid "Don't print a stack trace on failure."
824
1026
msgstr "Don't print a stack trace on failure."
1028
#: ../drizzled/drizzled.cc:1126
826
1029
msgid "Enable symbolic link support."
827
1030
msgstr "Enable symbolic link support."
1032
#: ../drizzled/drizzled.cc:1135
830
1034
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
832
1036
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1038
#: ../drizzled/drizzled.cc:1140
834
1039
msgid "Path for temporary files."
835
1040
msgstr "Path for temporary files."
1042
#: ../drizzled/drizzled.cc:1144
837
1043
msgid "Default transaction isolation level."
838
1044
msgstr "Default transaction isolation level."
1046
#: ../drizzled/drizzled.cc:1148
840
1047
msgid "Run drizzled daemon as user."
841
1048
msgstr "Run drizzled daemon as user."
844
"The number of outstanding connection requests Drizzle can have. This comes "
845
"into play when the main Drizzle thread gets very many connection requests in "
848
"The number of outstanding connection requests Drizzle can have. This comes "
849
"into play when the main Drizzle thread gets very many connection requests in "
853
"Size of tree cache used in bulk insert optimization. Note that this is a "
856
"Size of tree cache used in bulk insert optimization. Note that this is a "
860
"Precision of the result of '/' operator will be increased on that value."
862
"Precision of the result of '/' operator will be increased on that value."
1050
#: ../drizzled/drizzled.cc:1156
1052
"The number of outstanding connection requests Drizzle can have. This comes "
1053
"into play when the main Drizzle thread gets very many connection requests in "
1054
"a very short time."
1056
"The number of outstanding connection requests Drizzle can have. This comes "
1057
"into play when the main Drizzle thread gets very many connection requests in "
1058
"a very short time."
1060
#: ../drizzled/drizzled.cc:1162
1062
"Size of tree cache used in bulk insert optimization. Note that this is a "
1065
"Size of tree cache used in bulk insert optimization. Note that this is a "
1068
#: ../drizzled/drizzled.cc:1168
1070
"Precision of the result of '/' operator will be increased on that value."
1072
"Precision of the result of '/' operator will be increased on that value."
1074
#: ../drizzled/drizzled.cc:1174
864
1075
msgid "The maximum length of the result of function group_concat."
865
1076
msgstr "The maximum length of the result of function group_concat."
1078
#: ../drizzled/drizzled.cc:1179
867
1079
msgid "The size of the buffer that is used for full joins."
868
1080
msgstr "The size of the buffer that is used for full joins."
1082
#: ../drizzled/drizzled.cc:1185
870
1083
msgid "Max packetlength to send/receive from to server."
871
1084
msgstr "Max packetlength to send/receive from to server."
1086
#: ../drizzled/drizzled.cc:1190
874
1088
"If there is more than this number of interrupted connections from a host "
875
1089
"this host will be blocked from further connections."
1051
1295
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1052
1296
"command line\n"
1298
#: ../drizzled/drizzled.cc:1549
1054
1299
msgid "Can't start server: cannot resolve hostname!"
1055
1300
msgstr "Can't start server: cannot resolve hostname!"
1302
#: ../drizzled/drizzled.cc:1555
1057
1303
msgid "Can't start server: bind-address refers to multiple interfaces!"
1058
1304
msgstr "Can't start server: bind-address refers to multiple interfaces!"
1306
#: ../drizzled/error.cc:138
1061
1308
msgid "Unknown error %d"
1062
1309
msgstr "Unknown error %d"
1311
#: ../drizzled/error.cc:214
1315
#: ../drizzled/error.cc:215
1319
#: ../drizzled/error.cc:216
1071
1321
msgid "Can't create file '%-.200s' (errno: %d)"
1072
1322
msgstr "Can't create file '%-.200s' (errno: %d)"
1324
#: ../drizzled/error.cc:217
1075
1326
msgid "Can't create table '%-.200s' (errno: %d)"
1076
1327
msgstr "Can't create table '%-.200s' (errno: %d)"
1329
#: ../drizzled/error.cc:218
1079
1331
msgid "Can't create database '%-.192s' (errno: %d)"
1080
1332
msgstr "Can't create database '%-.192s' (errno: %d)"
1334
#: ../drizzled/error.cc:219
1083
1336
msgid "Can't create database '%-.192s'; database exists"
1084
1337
msgstr "Can't create database '%-.192s'; database exists"
1339
#: ../drizzled/error.cc:220
1087
1341
msgid "Can't drop database '%-.192s'; database doesn't exist"
1088
1342
msgstr "Can't drop database '%-.192s'; database doesn't exist"
1344
#: ../drizzled/error.cc:221
1091
1346
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1092
1347
msgstr "Error dropping database (can't delete '%-.192s', errno: %d)"
1349
#: ../drizzled/error.cc:222
1095
1351
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1096
1352
msgstr "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1354
#: ../drizzled/error.cc:223
1099
1356
msgid "Error on delete of '%-.192s' (errno: %d)"
1100
1357
msgstr "Error on delete of '%-.192s' (errno: %d)"
1359
#: ../drizzled/error.cc:224
1102
1360
msgid "Can't read record in system table"
1103
1361
msgstr "Can't read record in system table"
1363
#: ../drizzled/error.cc:225
1106
1365
msgid "Can't get status of '%-.200s' (errno: %d)"
1107
1366
msgstr "Can't get status of '%-.200s' (errno: %d)"
1368
#: ../drizzled/error.cc:226
1110
1370
msgid "Can't get working directory (errno: %d)"
1111
1371
msgstr "Can't get working directory (errno: %d)"
1373
#: ../drizzled/error.cc:227
1114
1375
msgid "Can't lock file (errno: %d)"
1115
1376
msgstr "Can't lock file (errno: %d)"
1378
#: ../drizzled/error.cc:228
1118
1380
msgid "Can't open file: '%-.200s' (errno: %d)"
1119
1381
msgstr "Can't open file: '%-.200s' (errno: %d)"
1383
#: ../drizzled/error.cc:229
1122
1385
msgid "Can't find file: '%-.200s' (errno: %d)"
1123
1386
msgstr "Can't find file: '%-.200s' (errno: %d)"
1388
#: ../drizzled/error.cc:230
1126
1390
msgid "Can't read dir of '%-.192s' (errno: %d)"
1127
1391
msgstr "Can't read dir of '%-.192s' (errno: %d)"
1393
#: ../drizzled/error.cc:231
1130
1395
msgid "Can't change dir to '%-.192s' (errno: %d)"
1131
1396
msgstr "Can't change dir to '%-.192s' (errno: %d)"
1398
#: ../drizzled/error.cc:232
1134
1400
msgid "Record has changed since last read in table '%-.192s'"
1135
1401
msgstr "Record has changed since last read in table '%-.192s'"
1403
#: ../drizzled/error.cc:233
1138
1405
msgid "Disk full (%s); waiting for someone to free some space..."
1139
1406
msgstr "Disk full (%s); waiting for someone to free some space..."
1408
#: ../drizzled/error.cc:234
1142
1410
msgid "Can't write; duplicate key in table '%-.192s'"
1143
1411
msgstr "Can't write; duplicate key in table '%-.192s'"
1413
#: ../drizzled/error.cc:235
1146
1415
msgid "Error on close of '%-.192s' (errno: %d)"
1147
1416
msgstr "Error on close of '%-.192s' (errno: %d)"
1418
#: ../drizzled/error.cc:236
1150
1420
msgid "Error reading file '%-.200s' (errno: %d)"
1151
1421
msgstr "Error reading file '%-.200s' (errno: %d)"
1423
#: ../drizzled/error.cc:237
1154
1425
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1155
1426
msgstr "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1428
#: ../drizzled/error.cc:238
1158
1430
msgid "Error writing file '%-.200s' (errno: %d)"
1159
1431
msgstr "Error writing file '%-.200s' (errno: %d)"
1433
#: ../drizzled/error.cc:239
1162
1435
msgid "'%-.192s' is locked against change"
1163
1436
msgstr "'%-.192s' is locked against change"
1438
#: ../drizzled/error.cc:240
1165
1439
msgid "Sort aborted"
1166
1440
msgstr "Sort aborted"
1442
#: ../drizzled/error.cc:241
1169
1444
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1170
1445
msgstr "View '%-.192s' doesn't exist for '%-.192s'"
1447
#: ../drizzled/error.cc:242
1173
1449
msgid "Got error %d from storage engine"
1174
1450
msgstr "Got error %d from storage engine"
1452
#: ../drizzled/error.cc:243
1177
1454
msgid "Table storage engine for '%-.192s' doesn't have this option"
1178
1455
msgstr "Table storage engine for '%-.192s' doesn't have this option"
1457
#: ../drizzled/error.cc:244
1181
1459
msgid "Can't find record in '%-.192s'"
1182
1460
msgstr "Can't find record in '%-.192s'"
1462
#: ../drizzled/error.cc:245
1185
1464
msgid "Incorrect information in file: '%-.200s'"
1186
1465
msgstr "Incorrect information in file: '%-.200s'"
1467
#: ../drizzled/error.cc:246
1189
1469
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1190
1470
msgstr "Incorrect key file for table '%-.200s'; try to repair it"
1472
#: ../drizzled/error.cc:247
1193
1474
msgid "Old key file for table '%-.192s'; repair it!"
1194
1475
msgstr "Old key file for table '%-.192s'; repair it!"
1477
#: ../drizzled/error.cc:248
1197
1479
msgid "Table '%-.192s' is read only"
1198
1480
msgstr "Table '%-.192s' is read only"
1482
#: ../drizzled/error.cc:249
1201
1484
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1202
1485
msgstr "Out of memory; restart server and try again (needed %lu bytes)"
1487
#: ../drizzled/error.cc:250
1204
1488
msgid "Out of sort memory; increase server sort buffer size"
1205
1489
msgstr "Out of sort memory; increase server sort buffer size"
1491
#: ../drizzled/error.cc:251
1208
1493
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1209
1494
msgstr "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1496
#: ../drizzled/error.cc:252
1211
1497
msgid "Too many connections"
1212
1498
msgstr "Too many connections"
1500
#: ../drizzled/error.cc:253
1215
1502
"Out of memory; check if drizzled or some other process uses all available "
1216
1503
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1220
1507
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1221
1508
"memory or you can add more swap space"
1510
#: ../drizzled/error.cc:254
1223
1511
msgid "Can't get hostname for your address"
1224
1512
msgstr "Can't get hostname for your address"
1514
#: ../drizzled/error.cc:255
1226
1515
msgid "Bad handshake"
1227
1516
msgstr "Bad handshake"
1518
#: ../drizzled/error.cc:256
1230
1520
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1231
1521
msgstr "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1523
#: ../drizzled/error.cc:257
1234
1525
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1235
1526
msgstr "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1528
#: ../drizzled/error.cc:258
1237
1529
msgid "No database selected"
1238
1530
msgstr "No database selected"
1532
#: ../drizzled/error.cc:259
1240
1533
msgid "Unknown command"
1241
1534
msgstr "Unknown command"
1536
#: ../drizzled/error.cc:260
1244
1538
msgid "Column '%-.192s' cannot be null"
1245
1539
msgstr "Column '%-.192s' cannot be null"
1541
#: ../drizzled/error.cc:261
1248
1543
msgid "Unknown database '%-.192s'"
1249
1544
msgstr "Unknown database '%-.192s'"
1546
#: ../drizzled/error.cc:262
1252
1548
msgid "Table '%-.192s' already exists"
1253
1549
msgstr "Table '%-.192s' already exists"
1551
#: ../drizzled/error.cc:263
1256
1553
msgid "Unknown table '%-.100s'"
1257
1554
msgstr "Unknown table '%-.100s'"
1556
#: ../drizzled/error.cc:264
1260
1558
msgid "Column '%-.192s' in %-.192s is ambiguous"
1261
1559
msgstr "Column '%-.192s' in %-.192s is ambiguous"
1561
#: ../drizzled/error.cc:265
1263
1562
msgid "Server shutdown in progress"
1264
1563
msgstr "Server shutdown in progress"
1565
#: ../drizzled/error.cc:266
1267
1567
msgid "Unknown column '%-.192s' in '%-.192s'"
1268
1568
msgstr "Unknown column '%-.192s' in '%-.192s'"
1570
#: ../drizzled/error.cc:267
1271
1572
msgid "'%-.192s' isn't in GROUP BY"
1272
1573
msgstr "'%-.192s' isn't in GROUP BY"
1575
#: ../drizzled/error.cc:268
1275
1577
msgid "Can't group on '%-.192s'"
1276
1578
msgstr "Can't group on '%-.192s'"
1580
#: ../drizzled/error.cc:269
1278
1581
msgid "Statement has sum functions and columns in same statement"
1279
1582
msgstr "Statement has sum functions and columns in same statement"
1584
#: ../drizzled/error.cc:270
1281
1585
msgid "Column count doesn't match value count"
1282
1586
msgstr "Column count doesn't match value count"
1588
#: ../drizzled/error.cc:271
1285
1590
msgid "Identifier name '%-.100s' is too long"
1286
1591
msgstr "Identifier name '%-.100s' is too long"
1593
#: ../drizzled/error.cc:272
1289
1595
msgid "Duplicate column name '%-.192s'"
1290
1596
msgstr "Duplicate column name '%-.192s'"
1598
#: ../drizzled/error.cc:273
1293
1600
msgid "Duplicate key name '%-.192s'"
1294
1601
msgstr "Duplicate key name '%-.192s'"
1603
#: ../drizzled/error.cc:274
1297
1605
msgid "Duplicate entry '%-.192s' for key %d"
1298
1606
msgstr "Duplicate entry '%-.192s' for key %d"
1608
#: ../drizzled/error.cc:275
1301
1610
msgid "Incorrect column specifier for column '%-.192s'"
1302
1611
msgstr "Incorrect column specifier for column '%-.192s'"
1613
#: ../drizzled/error.cc:276
1305
1615
msgid "%s near '%-.80s' at line %d"
1306
1616
msgstr "%s near '%-.80s' at line %d"
1618
#: ../drizzled/error.cc:277
1308
1619
msgid "Query was empty"
1309
1620
msgstr "Query was empty"
1622
#: ../drizzled/error.cc:278
1312
1624
msgid "Not unique table/alias: '%-.192s'"
1313
1625
msgstr "Not unique table/alias: '%-.192s'"
1627
#: ../drizzled/error.cc:279
1316
1629
msgid "Invalid default value for '%-.192s'"
1317
1630
msgstr "Invalid default value for '%-.192s'"
1632
#: ../drizzled/error.cc:280
1319
1633
msgid "Multiple primary key defined"
1320
1634
msgstr "Multiple primary key defined"
1636
#: ../drizzled/error.cc:281
1323
1638
msgid "Too many keys specified; max %d keys allowed"
1324
1639
msgstr "Too many keys specified; max %d keys allowed"
1641
#: ../drizzled/error.cc:282
1327
1643
msgid "Too many key parts specified; max %d parts allowed"
1328
1644
msgstr "Too many key parts specified; max %d parts allowed"
1646
#: ../drizzled/error.cc:283
1331
1648
msgid "Specified key was too long; max key length is %d bytes"
1332
1649
msgstr "Specified key was too long; max key length is %d bytes"
1651
#: ../drizzled/error.cc:284
1335
1653
msgid "Key column '%-.192s' doesn't exist in table"
1336
1654
msgstr "Key column '%-.192s' doesn't exist in table"
1340
"BLOB column '%-.192s' can't be used in key specification with the used table "
1343
"BLOB column '%-.192s' can't be used in key specification with the used table "
1348
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1351
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1355
"Incorrect table definition; there can be only one auto column and it must be "
1358
"Incorrect table definition; there can be only one auto column and it must be "
1363
"%s: ready for connections.\n"
1364
"Version: '%s' socket: '%s' port: %u\n"
1366
"%s: ready for connections.\n"
1367
"Version: '%s' socket: '%s' port: %u\n"
1656
#: ../drizzled/error.cc:285
1659
"BLOB column '%-.192s' can't be used in key specification with the used table "
1662
"BLOB column '%-.192s' can't be used in key specification with the used table "
1665
#: ../drizzled/error.cc:286
1668
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1671
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1674
#: ../drizzled/error.cc:287
1676
"Incorrect table definition; there can be only one auto column and it must be "
1679
"Incorrect table definition; there can be only one auto column and it must be "
1682
#: ../drizzled/error.cc:288
1685
"%s: ready for connections.\n"
1686
"Version: '%s' socket: '%s' port: %u\n"
1688
"%s: ready for connections.\n"
1689
"Version: '%s' socket: '%s' port: %u\n"
1691
#: ../drizzled/error.cc:289
1370
1693
msgid "%s: Normal shutdown\n"
1371
1694
msgstr "%s: Normal shutdown\n"
1696
#: ../drizzled/error.cc:290
1374
1698
msgid "%s: Got signal %d. Aborting!\n"
1375
1699
msgstr "%s: Got signal %d. Aborting!\n"
1701
#: ../drizzled/error.cc:291
1378
1703
msgid "%s: Shutdown complete\n"
1379
1704
msgstr "%s: Shutdown complete\n"
1706
#: ../drizzled/error.cc:292
1382
1708
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
1383
1709
msgstr "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
1711
#: ../drizzled/error.cc:293
1385
1712
msgid "Can't create IP socket"
1386
1713
msgstr "Can't create IP socket"
1390
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1393
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1398
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1401
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1405
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1407
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1411
"The file '%-.128s' must be in the database directory or be readable by all"
1413
"The file '%-.128s' must be in the database directory or be readable by all"
1715
#: ../drizzled/error.cc:294
1718
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1721
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1724
#: ../drizzled/error.cc:295
1727
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1730
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1733
#: ../drizzled/error.cc:296
1735
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1737
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1739
#: ../drizzled/error.cc:297
1742
"The file '%-.128s' must be in the database directory or be readable by all"
1744
"The file '%-.128s' must be in the database directory or be readable by all"
1746
#: ../drizzled/error.cc:298
1416
1748
msgid "File '%-.200s' already exists"
1417
1749
msgstr "File '%-.200s' already exists"
1751
#: ../drizzled/error.cc:299
1420
1753
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
1421
1754
msgstr "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
1756
#: ../drizzled/error.cc:300
1424
1758
msgid "Records: %ld Duplicates: %ld"
1425
1759
msgstr "Records: %ld Duplicates: %ld"
1761
#: ../drizzled/error.cc:301
1428
1763
"Incorrect prefix key; the used key part isn't a string, the used length is "
1429
1764
"longer than the key part, or the storage engine doesn't support unique "
1494
1844
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
1495
1845
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
1847
#: ../drizzled/error.cc:317
1497
1848
msgid "Unknown error"
1498
1849
msgstr "Unknown error"
1851
#: ../drizzled/error.cc:318
1501
1853
msgid "Unknown procedure '%-.192s'"
1502
1854
msgstr "Unknown procedure '%-.192s'"
1856
#: ../drizzled/error.cc:319
1505
1858
msgid "Incorrect parameter count to procedure '%-.192s'"
1506
1859
msgstr "Incorrect parameter count to procedure '%-.192s'"
1861
#: ../drizzled/error.cc:320
1509
1863
msgid "Incorrect parameters to procedure '%-.192s'"
1510
1864
msgstr "Incorrect parameters to procedure '%-.192s'"
1866
#: ../drizzled/error.cc:321
1513
1868
msgid "Unknown table '%-.192s' in %-.32s"
1514
1869
msgstr "Unknown table '%-.192s' in %-.32s"
1871
#: ../drizzled/error.cc:322
1517
1873
msgid "Column '%-.192s' specified twice"
1518
1874
msgstr "Column '%-.192s' specified twice"
1876
#: ../drizzled/error.cc:323
1520
1877
msgid "Invalid use of group function"
1521
1878
msgstr "Invalid use of group function"
1880
#: ../drizzled/error.cc:324
1525
1883
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
1527
1885
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
1887
#: ../drizzled/error.cc:325
1529
1888
msgid "A table must have at least 1 column"
1530
1889
msgstr "A table must have at least 1 column"
1891
#: ../drizzled/error.cc:326
1533
1893
msgid "The table '%-.192s' is full"
1534
1894
msgstr "The table '%-.192s' is full"
1896
#: ../drizzled/error.cc:327
1537
1898
msgid "Unknown character set: '%-.64s'"
1538
1899
msgstr "Unknown character set: '%-.64s'"
1901
#: ../drizzled/error.cc:328
1541
1903
msgid "Too many tables; Drizzle can only use %d tables in a join"
1542
1904
msgstr "Too many tables; Drizzle can only use %d tables in a join"
1906
#: ../drizzled/error.cc:329
1544
1907
msgid "Too many columns"
1545
1908
msgstr "Too many columns"
1549
"Row size too large. The maximum row size for the used table type, not "
1550
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
1552
"Row size too large. The maximum row size for the used table type, not "
1553
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
1557
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1558
"thread_stack=#' to specify a bigger stack if needed"
1560
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1561
"thread_stack=#' to specify a bigger stack if needed"
1910
#: ../drizzled/error.cc:330
1913
"Row size too large. The maximum row size for the used table type, not "
1914
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
1916
"Row size too large. The maximum row size for the used table type, not "
1917
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
1919
#: ../drizzled/error.cc:331
1922
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1923
"thread_stack=#' to specify a bigger stack if needed"
1925
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1926
"thread_stack=#' to specify a bigger stack if needed"
1928
#: ../drizzled/error.cc:332
1563
1929
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
1564
1930
msgstr "Cross dependency found in OUTER JOIN; examine your ON conditions"
1932
#: ../drizzled/error.cc:333
1568
1935
"Table handler doesn't support NULL in given index. Please change column "
1924
2380
"Could not initialize master info structure; more error messages can be found "
1925
2381
"in the Drizzle error log"
2383
#: ../drizzled/error.cc:418
1927
2384
msgid "Could not create slave thread; check system resources"
1928
2385
msgstr "Could not create slave thread; check system resources"
2387
#: ../drizzled/error.cc:419
1932
2390
"User %-.64s already has more than 'max_user_connections' active connections"
1934
2392
"User %-.64s already has more than 'max_user_connections' active connections"
2394
#: ../drizzled/error.cc:420
1936
2395
msgid "You may only use constant expressions with SET"
1937
2396
msgstr "You may only use constant expressions with SET"
2398
#: ../drizzled/error.cc:421
1939
2399
msgid "Lock wait timeout exceeded; try restarting transaction"
1940
2400
msgstr "Lock wait timeout exceeded; try restarting transaction"
2402
#: ../drizzled/error.cc:422
1942
2403
msgid "The total number of locks exceeds the lock table size"
1943
2404
msgstr "The total number of locks exceeds the lock table size"
2406
#: ../drizzled/error.cc:423
1945
2407
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
1946
2408
msgstr "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2410
#: ../drizzled/error.cc:424
1948
2411
msgid "DROP DATABASE not allowed while thread is holding global read lock"
1949
2412
msgstr "DROP DATABASE not allowed while thread is holding global read lock"
2414
#: ../drizzled/error.cc:425
1951
2415
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
1952
2416
msgstr "CREATE DATABASE not allowed while thread is holding global read lock"
2418
#: ../drizzled/error.cc:426
1955
2420
msgid "Incorrect arguments to %s"
1956
2421
msgstr "Incorrect arguments to %s"
2423
#: ../drizzled/error.cc:427
1959
2425
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
1960
2426
msgstr "'%-.48s'@'%-.64s' is not allowed to create new users"
2428
#: ../drizzled/error.cc:428
1963
2430
"Incorrect table definition; all MERGE tables must be in the same database"
1965
2432
"Incorrect table definition; all MERGE tables must be in the same database"
2434
#: ../drizzled/error.cc:429
1967
2435
msgid "Deadlock found when trying to get lock; try restarting transaction"
1968
2436
msgstr "Deadlock found when trying to get lock; try restarting transaction"
2438
#: ../drizzled/error.cc:430
1970
2439
msgid "The used table type doesn't support FULLTEXT indexes"
1971
2440
msgstr "The used table type doesn't support FULLTEXT indexes"
2442
#: ../drizzled/error.cc:431
1973
2443
msgid "Cannot add foreign key constraint"
1974
2444
msgstr "Cannot add foreign key constraint"
2446
#: ../drizzled/error.cc:432
1976
2447
msgid "Cannot add or update a child row: a foreign key constraint fails"
1977
2448
msgstr "Cannot add or update a child row: a foreign key constraint fails"
2450
#: ../drizzled/error.cc:433
1979
2451
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
1980
2452
msgstr "Cannot delete or update a parent row: a foreign key constraint fails"
2454
#: ../drizzled/error.cc:434
1983
2456
msgid "Error connecting to master: %-.128s"
1984
2457
msgstr "Error connecting to master: %-.128s"
2459
#: ../drizzled/error.cc:435
1987
2461
msgid "Error running query on master: %-.128s"
1988
2462
msgstr "Error running query on master: %-.128s"
2464
#: ../drizzled/error.cc:436
1991
2466
msgid "Error when executing command %s: %-.128s"
1992
2467
msgstr "Error when executing command %s: %-.128s"
2469
#: ../drizzled/error.cc:437
1995
2471
msgid "Incorrect usage of %s and %s"
1996
2472
msgstr "Incorrect usage of %s and %s"
2474
#: ../drizzled/error.cc:438
1998
2475
msgid "The used SELECT statements have a different number of columns"
1999
2476
msgstr "The used SELECT statements have a different number of columns"
2478
#: ../drizzled/error.cc:439
2001
2479
msgid "Can't execute the query because you have a conflicting read lock"
2002
2480
msgstr "Can't execute the query because you have a conflicting read lock"
2482
#: ../drizzled/error.cc:440
2004
2483
msgid "Mixing of transactional and non-transactional tables is disabled"
2005
2484
msgstr "Mixing of transactional and non-transactional tables is disabled"
2486
#: ../drizzled/error.cc:441
2008
2488
msgid "Option '%s' used twice in statement"
2009
2489
msgstr "Option '%s' used twice in statement"
2491
#: ../drizzled/error.cc:442
2012
2493
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2013
2494
msgstr "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2496
#: ../drizzled/error.cc:443
2016
2498
msgid "Access denied; you need the %-.128s privilege for this operation"
2017
2499
msgstr "Access denied; you need the %-.128s privilege for this operation"
2021
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2023
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2027
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2029
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2501
#: ../drizzled/error.cc:444
2504
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2506
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2508
#: ../drizzled/error.cc:445
2511
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2513
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2515
#: ../drizzled/error.cc:446
2032
2517
msgid "Variable '%-.64s' doesn't have a default value"
2033
2518
msgstr "Variable '%-.64s' doesn't have a default value"
2520
#: ../drizzled/error.cc:447
2036
2522
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2037
2523
msgstr "Variable '%-.64s' can't be set to the value of '%-.200s'"
2525
#: ../drizzled/error.cc:448
2040
2527
msgid "Incorrect argument type to variable '%-.64s'"
2041
2528
msgstr "Incorrect argument type to variable '%-.64s'"
2530
#: ../drizzled/error.cc:449
2044
2532
msgid "Variable '%-.64s' can only be set, not read"
2045
2533
msgstr "Variable '%-.64s' can only be set, not read"
2535
#: ../drizzled/error.cc:450
2048
2537
msgid "Incorrect usage/placement of '%s'"
2049
2538
msgstr "Incorrect usage/placement of '%s'"
2540
#: ../drizzled/error.cc:451
2052
2542
msgid "This version of Drizzle doesn't yet support '%s'"
2053
2543
msgstr "This version of Drizzle doesn't yet support '%s'"
2545
#: ../drizzled/error.cc:452
2057
2548
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2059
2550
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2552
#: ../drizzled/error.cc:453
2061
2553
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2062
2554
msgstr "Slave SQL thread ignored the query because of replicate-*-table rules"
2556
#: ../drizzled/error.cc:454
2065
2558
msgid "Variable '%-.192s' is a %s variable"
2066
2559
msgstr "Variable '%-.192s' is a %s variable"
2561
#: ../drizzled/error.cc:455
2069
2563
msgid "Incorrect foreign key definition for '%-.192s': %s"
2070
2564
msgstr "Incorrect foreign key definition for '%-.192s': %s"
2566
#: ../drizzled/error.cc:456
2072
2567
msgid "Key reference and table reference don't match"
2073
2568
msgstr "Key reference and table reference don't match"
2570
#: ../drizzled/error.cc:457
2076
2572
msgid "Operand should contain %d column(s)"
2077
2573
msgstr "Operand should contain %d column(s)"
2575
#: ../drizzled/error.cc:458
2079
2576
msgid "Subquery returns more than 1 row"
2080
2577
msgstr "Subquery returns more than 1 row"
2579
#: ../drizzled/error.cc:459
2083
2581
msgid "Unknown prepared statement handler (%.*s) given to %s"
2084
2582
msgstr "Unknown prepared statement handler (%.*s) given to %s"
2584
#: ../drizzled/error.cc:460
2086
2585
msgid "Help database is corrupt or does not exist"
2087
2586
msgstr "Help database is corrupt or does not exist"
2588
#: ../drizzled/error.cc:461
2089
2589
msgid "Cyclic reference on subqueries"
2090
2590
msgstr "Cyclic reference on subqueries"
2592
#: ../drizzled/error.cc:462
2093
2594
msgid "Converting column '%s' from %s to %s"
2094
2595
msgstr "Converting column '%s' from %s to %s"
2597
#: ../drizzled/error.cc:463
2097
2599
msgid "Reference '%-.64s' not supported (%s)"
2098
2600
msgstr "Reference '%-.64s' not supported (%s)"
2602
#: ../drizzled/error.cc:464
2100
2603
msgid "Every derived table must have its own alias"
2101
2604
msgstr "Every derived table must have its own alias"
2606
#: ../drizzled/error.cc:465
2104
2608
msgid "Select %u was reduced during optimization"
2105
2609
msgstr "Select %u was reduced during optimization"
2611
#: ../drizzled/error.cc:466
2108
2613
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2109
2614
msgstr "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2616
#: ../drizzled/error.cc:467
2112
2618
"Client does not support authentication protocol requested by server; "
2113
2619
"consider upgrading Drizzle client"
2321
2869
"Incorrect table definition; there can be only one TIMESTAMP column with "
2322
2870
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2872
#: ../drizzled/error.cc:510
2325
2874
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2326
2875
msgstr "Invalid ON UPDATE clause for '%-.192s' column"
2877
#: ../drizzled/error.cc:511
2328
2878
msgid "This command is not supported in the prepared statement protocol yet"
2329
2879
msgstr "This command is not supported in the prepared statement protocol yet"
2881
#: ../drizzled/error.cc:512
2332
2883
msgid "Got error %d '%-.100s' from %s"
2333
2884
msgstr "Got error %d '%-.100s' from %s"
2886
#: ../drizzled/error.cc:513
2336
2888
msgid "Got temporary error %d '%-.100s' from %s"
2337
2889
msgstr "Got temporary error %d '%-.100s' from %s"
2891
#: ../drizzled/error.cc:514
2340
2893
msgid "Unknown or incorrect time zone: '%-.64s'"
2341
2894
msgstr "Unknown or incorrect time zone: '%-.64s'"
2896
#: ../drizzled/error.cc:515
2344
2898
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
2345
2899
msgstr "Invalid TIMESTAMP value in column '%s' at row %ld"
2901
#: ../drizzled/error.cc:516
2348
2903
msgid "Invalid %s character string: '%.64s'"
2349
2904
msgstr "Invalid %s character string: '%.64s'"
2906
#: ../drizzled/error.cc:517
2352
2908
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2353
2909
msgstr "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2911
#: ../drizzled/error.cc:518
2356
2913
msgid "Conflicting declarations: '%s%s' and '%s%s'"
2357
2914
msgstr "Conflicting declarations: '%s%s' and '%s%s'"
2916
#: ../drizzled/error.cc:519
2360
2918
msgid "Can't create a %s from within another stored routine"
2361
2919
msgstr "Can't create a %s from within another stored routine"
2921
#: ../drizzled/error.cc:520
2364
2923
msgid "%s %s already exists"
2365
2924
msgstr "%s %s already exists"
2926
#: ../drizzled/error.cc:521
2368
2928
msgid "%s %s does not exist"
2369
2929
msgstr "%s %s does not exist"
2931
#: ../drizzled/error.cc:522
2372
2933
msgid "Failed to DROP %s %s"
2373
2934
msgstr "Failed to DROP %s %s"
2936
#: ../drizzled/error.cc:523
2376
2938
msgid "Failed to CREATE %s %s"
2377
2939
msgstr "Failed to CREATE %s %s"
2941
#: ../drizzled/error.cc:524
2380
2943
msgid "%s with no matching label: %s"
2381
2944
msgstr "%s with no matching label: %s"
2946
#: ../drizzled/error.cc:525
2384
2948
msgid "Redefining label %s"
2385
2949
msgstr "Redefining label %s"
2951
#: ../drizzled/error.cc:526
2388
2953
msgid "End-label %s without match"
2389
2954
msgstr "End-label %s without match"
2956
#: ../drizzled/error.cc:527
2392
2958
msgid "Referring to uninitialized variable %s"
2393
2959
msgstr "Referring to uninitialised variable %s"
2961
#: ../drizzled/error.cc:528
2396
2963
msgid "PROCEDURE %s can't return a result set in the given context"
2397
2964
msgstr "PROCEDURE %s can't return a result set in the given context"
2966
#: ../drizzled/error.cc:529
2399
2967
msgid "RETURN is only allowed in a FUNCTION"
2400
2968
msgstr "RETURN is only allowed in a FUNCTION"
2970
#: ../drizzled/error.cc:530
2403
2972
msgid "%s is not allowed in stored procedures"
2404
2973
msgstr "%s is not allowed in stored procedures"
2407
"The update log is deprecated and replaced by the binary log; SET "
2408
"SQL_LOG_UPDATE has been ignored"
2410
"The update log is deprecated and replaced by the binary log; SET "
2411
"SQL_LOG_UPDATE has been ignored"
2414
"The update log is deprecated and replaced by the binary log; SET "
2415
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2417
"The update log is deprecated and replaced by the binary log; SET "
2418
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2975
#: ../drizzled/error.cc:531
2977
"The update log is deprecated and replaced by the binary log; SET "
2978
"SQL_LOG_UPDATE has been ignored"
2980
"The update log is deprecated and replaced by the binary log; SET "
2981
"SQL_LOG_UPDATE has been ignored"
2983
#: ../drizzled/error.cc:532
2985
"The update log is deprecated and replaced by the binary log; SET "
2986
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2988
"The update log is deprecated and replaced by the binary log; SET "
2989
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2991
#: ../drizzled/error.cc:533
2420
2992
msgid "Query execution was interrupted"
2421
2993
msgstr "Query execution was interrupted"
2995
#: ../drizzled/error.cc:534
2424
2997
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
2425
2998
msgstr "Incorrect number of arguments for %s %s; expected %u, got %u"
3000
#: ../drizzled/error.cc:535
2428
3002
msgid "Undefined CONDITION: %s"
2429
3003
msgstr "Undefined CONDITION: %s"
3005
#: ../drizzled/error.cc:536
2432
3007
msgid "No RETURN found in FUNCTION %s"
2433
3008
msgstr "No RETURN found in FUNCTION %s"
3010
#: ../drizzled/error.cc:537
2436
3012
msgid "FUNCTION %s ended without RETURN"
2437
3013
msgstr "FUNCTION %s ended without RETURN"
3015
#: ../drizzled/error.cc:538
2439
3016
msgid "Cursor statement must be a SELECT"
2440
3017
msgstr "Cursor statement must be a SELECT"
3019
#: ../drizzled/error.cc:539
2442
3020
msgid "Cursor SELECT must not have INTO"
2443
3021
msgstr "Cursor SELECT must not have INTO"
3023
#: ../drizzled/error.cc:540
2446
3025
msgid "Undefined CURSOR: %s"
2447
3026
msgstr "Undefined CURSOR: %s"
3028
#: ../drizzled/error.cc:541
2449
3029
msgid "Cursor is already open"
2450
3030
msgstr "Cursor is already open"
3032
#: ../drizzled/error.cc:542
2452
3033
msgid "Cursor is not open"
2453
3034
msgstr "Cursor is not open"
3036
#: ../drizzled/error.cc:543
2456
3038
msgid "Undeclared variable: %s"
2457
3039
msgstr "Undeclared variable: %s"
3041
#: ../drizzled/error.cc:544
2459
3042
msgid "Incorrect number of FETCH variables"
2460
3043
msgstr "Incorrect number of FETCH variables"
3045
#: ../drizzled/error.cc:545
2462
3046
msgid "No data - zero rows fetched, selected, or processed"
2463
3047
msgstr "No data - zero rows fetched, selected, or processed"
3049
#: ../drizzled/error.cc:546
2466
3051
msgid "Duplicate parameter: %s"
2467
3052
msgstr "Duplicate parameter: %s"
3054
#: ../drizzled/error.cc:547
2470
3056
msgid "Duplicate variable: %s"
2471
3057
msgstr "Duplicate variable: %s"
3059
#: ../drizzled/error.cc:548
2474
3061
msgid "Duplicate condition: %s"
2475
3062
msgstr "Duplicate condition: %s"
3064
#: ../drizzled/error.cc:549
2478
3066
msgid "Duplicate cursor: %s"
2479
3067
msgstr "Duplicate cursor: %s"
3069
#: ../drizzled/error.cc:550
2482
3071
msgid "Failed to ALTER %s %s"
2483
3072
msgstr "Failed to ALTER %s %s"
3074
#: ../drizzled/error.cc:551
2485
3075
msgid "Subquery value not supported"
2486
3076
msgstr "Subquery value not supported"
3078
#: ../drizzled/error.cc:552
2489
3080
msgid "%s is not allowed in stored function or trigger"
2490
3081
msgstr "%s is not allowed in stored function or trigger"
3083
#: ../drizzled/error.cc:553
2492
3084
msgid "Variable or condition declaration after cursor or handler declaration"
2493
3085
msgstr "Variable or condition declaration after cursor or handler declaration"
3087
#: ../drizzled/error.cc:554
2495
3088
msgid "Cursor declaration after handler declaration"
2496
3089
msgstr "Cursor declaration after handler declaration"
3091
#: ../drizzled/error.cc:555
2498
3092
msgid "Case not found for CASE statement"
2499
3093
msgstr "Case not found for CASE statement"
3095
#: ../drizzled/error.cc:556
2502
3097
msgid "Configuration file '%-.192s' is too big"
2503
3098
msgstr "Configuration file '%-.192s' is too big"
3100
#: ../drizzled/error.cc:557
2506
3102
msgid "Malformed file type header in file '%-.192s'"
2507
3103
msgstr "Malformed file type header in file '%-.192s'"
3105
#: ../drizzled/error.cc:558
2510
3107
msgid "Unexpected end of file while parsing comment '%-.200s'"
2511
3108
msgstr "Unexpected end of file while parsing comment '%-.200s'"
3110
#: ../drizzled/error.cc:559
2514
3112
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
2515
3113
msgstr "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3115
#: ../drizzled/error.cc:560
2518
3117
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
2519
3118
msgstr "Unexpected end of file while skipping unknown parameter '%-.192s'"
3120
#: ../drizzled/error.cc:561
2521
3121
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
2523
3123
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3125
#: ../drizzled/error.cc:562
2526
3127
msgid "'%-.192s.%-.192s' is not %s"
2527
3128
msgstr "'%-.192s.%-.192s' is not %s"
3130
#: ../drizzled/error.cc:563
2530
3132
msgid "Column '%-.192s' is not updatable"
2531
3133
msgstr "Column '%-.192s' is not updatable"
3135
#: ../drizzled/error.cc:564
2533
3136
msgid "View's SELECT contains a subquery in the FROM clause"
2534
3137
msgstr "View's SELECT contains a subquery in the FROM clause"
3139
#: ../drizzled/error.cc:565
2537
3141
msgid "View's SELECT contains a '%s' clause"
2538
3142
msgstr "View's SELECT contains a '%s' clause"
3144
#: ../drizzled/error.cc:566
2540
3145
msgid "View's SELECT contains a variable or parameter"
2541
3146
msgstr "View's SELECT contains a variable or parameter"
3148
#: ../drizzled/error.cc:567
2544
3150
msgid "View's SELECT refers to a temporary table '%-.192s'"
2545
3151
msgstr "View's SELECT refers to a temporary table '%-.192s'"
3153
#: ../drizzled/error.cc:568
2547
3154
msgid "View's SELECT and view's field list have different column counts"
2548
3155
msgstr "View's SELECT and view's field list have different column counts"
3157
#: ../drizzled/error.cc:569
2551
3159
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
2553
3161
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3163
#: ../drizzled/error.cc:570
2555
3164
msgid "View being updated does not have complete key of underlying table in it"
2557
3166
"View being updated does not have complete key of underlying table in it"
3168
#: ../drizzled/error.cc:571
2561
3171
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2564
3174
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2565
3175
"(s) or definer/invoker of view lack rights to use them"
3177
#: ../drizzled/error.cc:572
2568
3179
msgid "Can't drop or alter a %s from within another stored routine"
2569
3180
msgstr "Can't drop or alter a %s from within another stored routine"
3182
#: ../drizzled/error.cc:573
2571
3183
msgid "GOTO is not allowed in a stored procedure handler"
2572
3184
msgstr "GOTO is not allowed in a stored procedure handler"
3186
#: ../drizzled/error.cc:574
2574
3187
msgid "Trigger already exists"
2575
3188
msgstr "Trigger already exists"
3190
#: ../drizzled/error.cc:575
2577
3191
msgid "Trigger does not exist"
2578
3192
msgstr "Trigger does not exist"
3194
#: ../drizzled/error.cc:576
2581
3196
msgid "Trigger's '%-.192s' is view or temporary table"
2582
3197
msgstr "Trigger's '%-.192s' is view or temporary table"
3199
#: ../drizzled/error.cc:577
2585
3201
msgid "Updating of %s row is not allowed in %strigger"
2586
3202
msgstr "Updating of %s row is not allowed in %strigger"
3204
#: ../drizzled/error.cc:578
2589
3206
msgid "There is no %s row in %s trigger"
2590
3207
msgstr "There is no %s row in %s trigger"
3209
#: ../drizzled/error.cc:579
2593
3211
msgid "Field '%-.192s' doesn't have a default value"
2594
3212
msgstr "Field '%-.192s' doesn't have a default value"
3214
#: ../drizzled/error.cc:580
2596
3215
msgid "Division by 0"
2597
3216
msgstr "Division by 0"
3218
#: ../drizzled/error.cc:581
2600
3220
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2601
3221
msgstr "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3223
#: ../drizzled/error.cc:582
2604
3225
msgid "Illegal %s '%-.192s' value found during parsing"
2605
3226
msgstr "Illegal %s '%-.192s' value found during parsing"
3228
#: ../drizzled/error.cc:583
2608
3230
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
2609
3231
msgstr "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3233
#: ../drizzled/error.cc:584
2612
3235
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
2613
3236
msgstr "CHECK OPTION failed '%-.192s.%-.192s'"
3238
#: ../drizzled/error.cc:585
2616
3240
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
2617
3241
msgstr "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3243
#: ../drizzled/error.cc:586
2620
3245
msgid "Failed purging old relay logs: %s"
2621
3246
msgstr "Failed purging old relay logs: %s"
3248
#: ../drizzled/error.cc:587
2624
3250
msgid "Password hash should be a %d-digit hexadecimal number"
2625
3251
msgstr "Password hash should be a %d-digit hexadecimal number"
3253
#: ../drizzled/error.cc:588
2627
3254
msgid "Target log not found in binlog index"
2628
3255
msgstr "Target log not found in binlog index"
3257
#: ../drizzled/error.cc:589
2630
3258
msgid "I/O error reading log index file"
2631
3259
msgstr "I/O error reading log index file"
3261
#: ../drizzled/error.cc:590
2633
3262
msgid "Server configuration does not permit binlog purge"
2634
3263
msgstr "Server configuration does not permit binlog purge"
3265
#: ../drizzled/error.cc:591
2636
3266
msgid "Failed on fseek()"
2637
3267
msgstr "Failed on fseek()"
3269
#: ../drizzled/error.cc:592
2639
3270
msgid "Fatal error during log purge"
2640
3271
msgstr "Fatal error during log purge"
3273
#: ../drizzled/error.cc:593
2642
3274
msgid "A purgeable log is in use, will not purge"
2643
3275
msgstr "A purgeable log is in use, will not purge"
3277
#: ../drizzled/error.cc:594
2645
3278
msgid "Unknown error during log purge"
2646
3279
msgstr "Unknown error during log purge"
3281
#: ../drizzled/error.cc:595
2649
3283
msgid "Failed initializing relay log position: %s"
2650
3284
msgstr "Failed initialising relay log position: %s"
3286
#: ../drizzled/error.cc:596
2652
3287
msgid "You are not using binary logging"
2653
3288
msgstr "You are not using binary logging"
3290
#: ../drizzled/error.cc:597
2657
3293
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
2659
3295
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3297
#: ../drizzled/error.cc:598
2661
3298
msgid "WSAStartup Failed"
2662
3299
msgstr "WSAStartup Failed"
3301
#: ../drizzled/error.cc:599
2664
3302
msgid "Can't handle procedures with different groups yet"
2665
3303
msgstr "Can't handle procedures with different groups yet"
3305
#: ../drizzled/error.cc:600
2667
3306
msgid "Select must have a group with this procedure"
2668
3307
msgstr "Select must have a group with this procedure"
3309
#: ../drizzled/error.cc:601
2670
3310
msgid "Can't use ORDER clause with this procedure"
2671
3311
msgstr "Can't use ORDER clause with this procedure"
3313
#: ../drizzled/error.cc:602
2674
3315
msgid "Binary logging and replication forbid changing the global server %s"
2675
3316
msgstr "Binary logging and replication forbid changing the global server %s"
3318
#: ../drizzled/error.cc:603
2678
3320
msgid "Can't map file: %-.200s, errno: %d"
2679
3321
msgstr "Can't map file: %-.200s, errno: %d"
3323
#: ../drizzled/error.cc:604
2682
3325
msgid "Wrong magic in %-.64s"
2683
3326
msgstr "Wrong magic in %-.64s"
3328
#: ../drizzled/error.cc:605
2685
3329
msgid "Prepared statement contains too many placeholders"
2686
3330
msgstr "Prepared statement contains too many placeholders"
3332
#: ../drizzled/error.cc:606
2689
3334
msgid "Key part '%-.192s' length cannot be 0"
2690
3335
msgstr "Key part '%-.192s' length cannot be 0"
3337
#: ../drizzled/error.cc:607
2692
3338
msgid "View text checksum failed"
2693
3339
msgstr "View text checksum failed"
3341
#: ../drizzled/error.cc:608
2697
3344
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
2699
3346
"Can't modify more than one base table through a join view '%-.192s.%-.192s'"
3348
#: ../drizzled/error.cc:609
2702
3350
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
2703
3351
msgstr "Can't insert into join view '%-.192s.%-.192s' without fields list"
3353
#: ../drizzled/error.cc:610
2706
3355
msgid "Can not delete from join view '%-.192s.%-.192s'"
2707
3356
msgstr "Can't delete from join view '%-.192s.%-.192s'"
3358
#: ../drizzled/error.cc:611
2710
3360
msgid "Operation %s failed for %.256s"
2711
3361
msgstr "Operation %s failed for %.256s"
3363
#: ../drizzled/error.cc:612
2713
3364
msgid "XAER_NOTA: Unknown XID"
2714
3365
msgstr "XAER_NOTA: Unknown XID"
3367
#: ../drizzled/error.cc:613
2716
3368
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
2717
3369
msgstr "XAER_INVAL: Invalid arguments (or unsupported command)"
3371
#: ../drizzled/error.cc:614
2721
3374
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2791
3459
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
2792
3460
"variable in BEFORE trigger"
3462
#: ../drizzled/error.cc:630
2795
3464
msgid "Not allowed to return a result set from a %s"
2796
3465
msgstr "Not allowed to return a result set from a %s"
3467
#: ../drizzled/error.cc:631
2798
3468
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2799
3469
msgstr "Cannot get geometry object from data you send to the GEOMETRY field"
2802
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
2803
"declaration and binary logging is enabled; if non-transactional tables were "
2804
"updated, the binary log will miss their changes"
2806
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
2807
"declaration and binary logging is enabled; if non-transactional tables were "
2808
"updated, the binary log will miss their changes"
2811
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
2812
"declaration and binary logging is enabled (you *might* want to use the less "
2813
"safe log_bin_trust_function_creators variable)"
2815
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
2816
"declaration and binary logging is enabled (you *might* want to use the less "
2817
"safe log_bin_trust_function_creators variable)"
2820
"You do not have the SUPER privilege and binary logging is enabled (you "
2821
"*might* want to use the less safe log_bin_trust_function_creators variable)"
2823
"You do not have the SUPER privilege and binary logging is enabled (you "
2824
"*might* want to use the less safe log_bin_trust_function_creators variable)"
2827
"You can't execute a prepared statement which has an open cursor associated "
2828
"with it. Reset the statement to re-execute it."
2830
"You can't execute a prepared statement which has an open cursor associated "
2831
"with it. Reset the statement to re-execute it."
3471
#: ../drizzled/error.cc:632
3473
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3474
"declaration and binary logging is enabled; if non-transactional tables were "
3475
"updated, the binary log will miss their changes"
3477
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3478
"declaration and binary logging is enabled; if non-transactional tables were "
3479
"updated, the binary log will miss their changes"
3481
#: ../drizzled/error.cc:633
3483
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3484
"declaration and binary logging is enabled (you *might* want to use the less "
3485
"safe log_bin_trust_function_creators variable)"
3487
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3488
"declaration and binary logging is enabled (you *might* want to use the less "
3489
"safe log_bin_trust_function_creators variable)"
3491
#: ../drizzled/error.cc:634
3493
"You do not have the SUPER privilege and binary logging is enabled (you "
3494
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3496
"You do not have the SUPER privilege and binary logging is enabled (you "
3497
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3499
#: ../drizzled/error.cc:635
3501
"You can't execute a prepared statement which has an open cursor associated "
3502
"with it. Reset the statement to re-execute it."
3504
"You can't execute a prepared statement which has an open cursor associated "
3505
"with it. Reset the statement to re-execute it."
3507
#: ../drizzled/error.cc:636
2834
3509
msgid "The statement (%lu) has no open cursor."
2835
3510
msgstr "The statement (%lu) has no open cursor."
3512
#: ../drizzled/error.cc:637
2838
3514
"Explicit or implicit commit is not allowed in stored function or trigger."
2840
3516
"Explicit or implicit commit is not allowed in stored function or trigger."
3518
#: ../drizzled/error.cc:638
2844
3521
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
2846
3523
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3525
#: ../drizzled/error.cc:639
2848
3526
msgid "Recursive stored functions and triggers are not allowed."
2849
3527
msgstr "Recursive stored functions and triggers are not allowed."
3529
#: ../drizzled/error.cc:640
2852
3531
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2853
3532
msgstr "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3534
#: ../drizzled/error.cc:641
2856
3536
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2857
3537
msgstr "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3539
#: ../drizzled/error.cc:642
2861
3542
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2919
3609
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2920
3610
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3612
#: ../drizzled/error.cc:652
2923
3614
msgid "Routine body for '%-.100s' is too long"
2924
3615
msgstr "Routine body for '%-.100s' is too long"
3617
#: ../drizzled/error.cc:653
2926
3618
msgid "Cannot drop default keycache"
2927
3619
msgstr "Cannot drop default keycache"
3621
#: ../drizzled/error.cc:654
2930
3623
msgid "Display width out of range for column '%-.192s' (max = %d)"
2931
3624
msgstr "Display width out of range for column '%-.192s' (max = %d)"
3626
#: ../drizzled/error.cc:655
2933
3627
msgid "XAER_DUPID: The XID already exists"
2934
3628
msgstr "XAER_DUPID: The XID already exists"
3630
#: ../drizzled/error.cc:656
2937
3632
msgid "Datetime function: %-.32s field overflow"
2938
3633
msgstr "Datetime function: %-.32s field overflow"
2942
"Can't update table '%-.192s' in stored function/trigger because it is "
2943
"already used by statement which invoked this stored function/trigger."
2945
"Can't update table '%-.192s' in stored function/trigger because it is "
2946
"already used by statement which invoked this stored function/trigger."
2950
"The definition of table '%-.192s' prevents operation %.192s on table "
2953
"The definition of table '%-.192s' prevents operation %.192s on table "
2957
"The prepared statement contains a stored routine call that refers to that "
2958
"same statement. It's not allowed to execute a prepared statement in such a "
2961
"The prepared statement contains a stored routine call that refers to that "
2962
"same statement. It's not allowed to execute a prepared statement in such a "
3635
#: ../drizzled/error.cc:657
3638
"Can't update table '%-.192s' in stored function/trigger because it is "
3639
"already used by statement which invoked this stored function/trigger."
3641
"Can't update table '%-.192s' in stored function/trigger because it is "
3642
"already used by statement which invoked this stored function/trigger."
3644
#: ../drizzled/error.cc:658
3647
"The definition of table '%-.192s' prevents operation %.192s on table "
3650
"The definition of table '%-.192s' prevents operation %.192s on table "
3653
#: ../drizzled/error.cc:659
3655
"The prepared statement contains a stored routine call that refers to that "
3656
"same statement. It's not allowed to execute a prepared statement in such a "
3659
"The prepared statement contains a stored routine call that refers to that "
3660
"same statement. It's not allowed to execute a prepared statement in such a "
3663
#: ../drizzled/error.cc:660
2965
3664
msgid "Not allowed to set autocommit from a stored function or trigger"
2966
3665
msgstr "Not allowed to set autocommit from a stored function or trigger"
3667
#: ../drizzled/error.cc:661
2968
3668
msgid "Definer is not fully qualified"
2969
3669
msgstr "Definer is not fully qualified"
2973
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
2974
"Current user is used as definer. Please recreate the view!"
2976
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
2977
"Current user is used as definer. Please recreate the view!"
2981
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
2984
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3671
#: ../drizzled/error.cc:662
3674
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3675
"Current user is used as definer. Please recreate the view!"
3677
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3678
"Current user is used as definer. Please recreate the view!"
3680
#: ../drizzled/error.cc:663
3683
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3686
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3689
#: ../drizzled/error.cc:664
2988
3691
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
2989
3692
msgstr "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3694
#: ../drizzled/error.cc:665
2992
3696
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
2993
3697
msgstr "Changing schema from '%-.192s' to '%-.192s' is not allowed."
2997
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2999
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3003
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3005
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3699
#: ../drizzled/error.cc:666
3702
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3704
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3706
#: ../drizzled/error.cc:667
3709
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3711
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3713
#: ../drizzled/error.cc:668
3008
3715
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
3009
3716
msgstr "Variable '%-.64s' must be quoted with `...`, or renamed"
3718
#: ../drizzled/error.cc:669
3013
3721
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
3112
3841
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3113
3842
"optional and non-empty FIELDS ENCLOSED BY"
3844
#: ../drizzled/error.cc:691
3116
3846
msgid "The foreign server, %s, you are trying to create already exists."
3117
3847
msgstr "The foreign server, %s, you are trying to create already exists."
3121
"The foreign server name you are trying to reference does not exist. Data "
3122
"source error: %-.64s"
3124
"The foreign server name you are trying to reference does not exist. Data "
3125
"source error: %-.64s"
3129
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3131
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3135
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
3138
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
3849
#: ../drizzled/error.cc:692
3852
"The foreign server name you are trying to reference does not exist. Data "
3853
"source error: %-.64s"
3855
"The foreign server name you are trying to reference does not exist. Data "
3856
"source error: %-.64s"
3858
#: ../drizzled/error.cc:693
3861
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3863
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3865
#: ../drizzled/error.cc:694
3868
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
3871
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
3874
#: ../drizzled/error.cc:695
3142
3876
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
3143
3877
msgstr "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
3879
#: ../drizzled/error.cc:696
3145
3880
msgid "MAXVALUE can only be used in last partition definition"
3146
3881
msgstr "MAXVALUE can only be used in last partition definition"
3883
#: ../drizzled/error.cc:697
3148
3884
msgid "Subpartitions can only be hash partitions and by key"
3149
3885
msgstr "Subpartitions can only be hash partitions and by key"
3887
#: ../drizzled/error.cc:698
3151
3888
msgid "Must define subpartitions on all partitions if on one partition"
3152
3889
msgstr "Must define subpartitions on all partitions if on one partition"
3891
#: ../drizzled/error.cc:699
3154
3892
msgid "Wrong number of partitions defined, mismatch with previous setting"
3155
3893
msgstr "Wrong number of partitions defined, mismatch with previous setting"
3895
#: ../drizzled/error.cc:700
3157
3896
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
3158
3897
msgstr "Wrong number of subpartitions defined, mismatch with previous setting"
3899
#: ../drizzled/error.cc:701
3160
3900
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
3162
3902
"Constant/Random expression in (sub)partitioning function is not allowed"
3904
#: ../drizzled/error.cc:702
3164
3905
msgid "Expression in RANGE/LIST VALUES must be constant"
3165
3906
msgstr "Expression in RANGE/LIST VALUES must be constant"
3908
#: ../drizzled/error.cc:703
3167
3909
msgid "Field in list of fields for partition function not found in table"
3168
3910
msgstr "Field in list of fields for partition function not found in table"
3912
#: ../drizzled/error.cc:704
3170
3913
msgid "List of fields is only allowed in KEY partitions"
3171
3914
msgstr "List of fields is only allowed in KEY partitions"
3916
#: ../drizzled/error.cc:705
3174
3918
"The partition info in the frm file is not consistent with what can be "
3175
3919
"written into the frm file"
3218
3972
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
3219
3973
"partitioning for subpartitioning"
3975
#: ../drizzled/error.cc:716
3221
3976
msgid "Failed to create specific handler file"
3222
3977
msgstr "Failed to create specific handler file"
3979
#: ../drizzled/error.cc:717
3224
3980
msgid "A BLOB field is not allowed in partition function"
3225
3981
msgstr "A BLOB field is not allowed in partition function"
3983
#: ../drizzled/error.cc:718
3228
3985
msgid "A %-.192s must include all columns in the table's partitioning function"
3230
3987
"A %-.192s must include all columns in the table's partitioning function"
3989
#: ../drizzled/error.cc:719
3233
3991
msgid "Number of %-.64s = 0 is not an allowed value"
3234
3992
msgstr "Number of %-.64s = 0 is not an allowed value"
3994
#: ../drizzled/error.cc:720
3236
3995
msgid "Partition management on a not partitioned table is not possible"
3237
3996
msgstr "Partition management on a not partitioned table is not possible"
3998
#: ../drizzled/error.cc:721
3240
4000
"Foreign key condition is not yet supported in conjunction with partitioning"
3242
4002
"Foreign key condition is not yet supported in conjunction with partitioning"
4004
#: ../drizzled/error.cc:722
3245
4006
msgid "Error in list of partitions to %-.64s"
3246
4007
msgstr "Error in list of partitions to %-.64s"
4009
#: ../drizzled/error.cc:723
3248
4010
msgid "Cannot remove all partitions, use DROP TABLE instead"
3249
4011
msgstr "Cannot remove all partitions, use DROP TABLE instead"
4013
#: ../drizzled/error.cc:724
3251
4014
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
3252
4015
msgstr "COALESCE PARTITION can only be used on HASH/KEY partitions"
3255
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3258
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3262
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3263
"tables using HASH PARTITIONs"
3265
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3266
"tables using HASH PARTITIONs"
4017
#: ../drizzled/error.cc:725
4019
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4022
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4025
#: ../drizzled/error.cc:726
4027
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4028
"tables using HASH PARTITIONs"
4030
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4031
"tables using HASH PARTITIONs"
4033
#: ../drizzled/error.cc:727
3269
4035
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
3270
4036
msgstr "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4038
#: ../drizzled/error.cc:728
3272
4039
msgid "Trying to Add partition(s) with wrong number of subpartitions"
3273
4040
msgstr "Trying to Add partition(s) with wrong number of subpartitions"
4042
#: ../drizzled/error.cc:729
3275
4043
msgid "At least one partition must be added"
3276
4044
msgstr "At least one partition must be added"
4046
#: ../drizzled/error.cc:730
3278
4047
msgid "At least one partition must be coalesced"
3279
4048
msgstr "At least one partition must be coalesced"
4050
#: ../drizzled/error.cc:731
3281
4051
msgid "More partitions to reorganize than there are partitions"
3282
4052
msgstr "More partitions to reorganize than there are partitions"
4054
#: ../drizzled/error.cc:732
3285
4056
msgid "Duplicate partition name %-.192s"
3286
4057
msgstr "Duplicate partition name %-.192s"
4059
#: ../drizzled/error.cc:733
3288
4060
msgid "It is not allowed to shut off binlog on this command"
3289
4061
msgstr "It is not allowed to shut off binlog on this command"
4063
#: ../drizzled/error.cc:734
3291
4064
msgid "When reorganizing a set of partitions they must be in consecutive order"
3293
4066
"When reorganizing a set of partitions they must be in consecutive order"
4068
#: ../drizzled/error.cc:735
3296
4070
"Reorganize of range partitions cannot change total ranges except for last "
3297
4071
"partition where it can extend the range"
3434
4241
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4244
#: ../drizzled/error.cc:770
3437
4245
msgid "You can't write-lock a log table. Only read access is possible"
3438
4246
msgstr "You can't write-lock a log table. Only read access is possible"
4248
#: ../drizzled/error.cc:771
3440
4249
msgid "You can't use locks with log tables."
3441
4250
msgstr "You can't use locks with log tables."
3445
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3446
"d would lead to a duplicate entry"
3448
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3449
"d would lead to a duplicate entry"
3453
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
3454
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
3456
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
3457
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
3460
"Cannot switch out of the row-based binary log format when the session has "
3461
"open temporary tables"
3463
"Cannot switch out of the row-based binary log format when the session has "
3464
"open temporary tables"
3467
"Cannot change the binary logging format inside a stored function or trigger"
3469
"Cannot change the binary logging format inside a stored function or trigger"
3472
"The NDB cluster engine does not support changing the binlog format on the "
3475
"The NDB cluster engine does not support changing the binlog format on the "
4252
#: ../drizzled/error.cc:772
4255
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
4256
"d would lead to a duplicate entry"
4258
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
4259
"d would lead to a duplicate entry"
4261
#: ../drizzled/error.cc:773
4264
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4265
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4267
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4268
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4270
#: ../drizzled/error.cc:774
4272
"Cannot switch out of the row-based binary log format when the session has "
4273
"open temporary tables"
4275
"Cannot switch out of the row-based binary log format when the session has "
4276
"open temporary tables"
4278
#: ../drizzled/error.cc:775
4280
"Cannot change the binary logging format inside a stored function or trigger"
4282
"Cannot change the binary logging format inside a stored function or trigger"
4284
#: ../drizzled/error.cc:776
4286
"The NDB cluster engine does not support changing the binlog format on the "
4289
"The NDB cluster engine does not support changing the binlog format on the "
4292
#: ../drizzled/error.cc:777
3478
4293
msgid "Cannot create temporary table with partitions"
3479
4294
msgstr "Cannot create temporary table with partitions"
4296
#: ../drizzled/error.cc:778
3481
4297
msgid "Partition constant is out of partition function domain"
3482
4298
msgstr "Partition constant is out of partition function domain"
4300
#: ../drizzled/error.cc:779
3484
4301
msgid "This partition function is not allowed"
3485
4302
msgstr "This partition function is not allowed"
4304
#: ../drizzled/error.cc:780
3487
4305
msgid "Error in DDL log"
3488
4306
msgstr "Error in DDL log"
4308
#: ../drizzled/error.cc:781
3490
4309
msgid "Not allowed to use NULL value in VALUES LESS THAN"
3491
4310
msgstr "Not allowed to use NULL value in VALUES LESS THAN"
4312
#: ../drizzled/error.cc:782
3493
4313
msgid "Incorrect partition name"
3494
4314
msgstr "Incorrect partition name"
4316
#: ../drizzled/error.cc:783
3497
4318
"Transaction isolation level can't be changed while a transaction is in "
3667
4527
"The BINLOG statement of type `%s` was not preceded by a format description "
3668
4528
"BINLOG statement."
4530
#: ../drizzled/error.cc:825
3670
4531
msgid "Corrupted replication event was detected"
3671
4532
msgstr "Corrupted replication event was detected"
4534
#: ../drizzled/error.cc:826
3674
4536
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3675
4537
msgstr "Invalid column reference (%-.64s) in LOAD DATA"
4539
#: ../drizzled/error.cc:827
3678
4541
msgid "Being purged log %s was not found"
3679
4542
msgstr "Being purged log %s was not found"
4544
#: ../drizzled/error.cc:828
3682
4546
msgid "Converted to non-transactional lock on '%-.64s'"
3683
4547
msgstr "Converted to non-transactional lock on '%-.64s'"
4549
#: ../drizzled/error.cc:829
3686
4551
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
3687
4552
msgstr "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4554
#: ../drizzled/error.cc:830
3691
4557
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
3693
4559
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4561
#: ../drizzled/error.cc:831
3696
4563
msgid "Can't access storage engine of table %-.64s"
3697
4564
msgstr "Can't access storage engine of table %-.64s"
4566
#: ../drizzled/error.cc:832
3699
4567
msgid "Starting backup process"
3700
4568
msgstr "Starting backup process"
4570
#: ../drizzled/error.cc:833
3702
4571
msgid "Backup completed"
3703
4572
msgstr "Backup completed"
4574
#: ../drizzled/error.cc:834
3705
4575
msgid "Starting restore process"
3706
4576
msgstr "Starting restore process"
4578
#: ../drizzled/error.cc:835
3708
4579
msgid "Restore completed"
3709
4580
msgstr "Restore completed"
4582
#: ../drizzled/error.cc:836
3711
4583
msgid "Nothing to backup"
3712
4584
msgstr "Nothing to backup"
4586
#: ../drizzled/error.cc:837
3715
4588
msgid "Database '%-.64s' cannot be included in a backup"
3716
4589
msgstr "Database '%-.64s' cannot be included in a backup"
3719
"Error during backup operation - server's error log contains more information "
3722
"Error during backup operation - server's error log contains more information "
3726
"Error during restore operation - server's error log contains more "
3727
"information about the error"
3729
"Error during restore operation - server's error log contains more "
3730
"information about the error"
3733
"Can't execute this command because another BACKUP/RESTORE operation is in "
3736
"Can't execute this command because another BACKUP/RESTORE operation is in "
4591
#: ../drizzled/error.cc:838
4593
"Error during backup operation - server's error log contains more information "
4596
"Error during backup operation - server's error log contains more information "
4599
#: ../drizzled/error.cc:839
4601
"Error during restore operation - server's error log contains more "
4602
"information about the error"
4604
"Error during restore operation - server's error log contains more "
4605
"information about the error"
4607
#: ../drizzled/error.cc:840
4609
"Can't execute this command because another BACKUP/RESTORE operation is in "
4612
"Can't execute this command because another BACKUP/RESTORE operation is in "
4615
#: ../drizzled/error.cc:841
3739
4616
msgid "Error when preparing for backup operation"
3740
4617
msgstr "Error when preparing for backup operation"
4619
#: ../drizzled/error.cc:842
3742
4620
msgid "Error when preparing for restore operation"
3743
4621
msgstr "Error when preparing for restore operation"
4623
#: ../drizzled/error.cc:843
3746
4625
msgid "Invalid backup location '%-.64s'"
3747
4626
msgstr "Invalid backup location '%-.64s'"
4628
#: ../drizzled/error.cc:844
3750
4630
msgid "Can't read backup location '%-.64s'"
3751
4631
msgstr "Can't read backup location '%-.64s'"
4633
#: ../drizzled/error.cc:845
3754
4635
msgid "Can't write to backup location '%-.64s' (file already exists?)"
3755
4636
msgstr "Can't write to backup location '%-.64s' (file already exists?)"
4638
#: ../drizzled/error.cc:846
3757
4639
msgid "Can't enumerate server databases"
3758
4640
msgstr "Can't enumerate server databases"
4642
#: ../drizzled/error.cc:847
3760
4643
msgid "Can't enumerate server tables"
3761
4644
msgstr "Can't enumerate server tables"
4646
#: ../drizzled/error.cc:848
3764
4648
msgid "Can't enumerate tables in database %-.64s"
3765
4649
msgstr "Can't enumerate tables in database %-.64s"
4651
#: ../drizzled/error.cc:849
3768
4653
msgid "Skipping view %-.64s in database %-.64s"
3769
4654
msgstr "Skipping view %-.64s in database %-.64s"
4656
#: ../drizzled/error.cc:850
3772
4658
msgid "Skipping table %-.64s since it has no valid storage engine"
3773
4659
msgstr "Skipping table %-.64s since it has no valid storage engine"
4661
#: ../drizzled/error.cc:851
3776
4663
msgid "Can't open table %-.64s"
3777
4664
msgstr "Can't open table %-.64s"
4666
#: ../drizzled/error.cc:852
3779
4667
msgid "Can't read backup archive preamble"
3780
4668
msgstr "Can't read backup archive preamble"
4670
#: ../drizzled/error.cc:853
3782
4671
msgid "Can't write backup archive preamble"
3783
4672
msgstr "Can't write backup archive preamble"
4674
#: ../drizzled/error.cc:854
3786
4676
msgid "Can't find backup driver for table %-.64s"
3787
4677
msgstr "Can't find backup driver for table %-.64s"
4679
#: ../drizzled/error.cc:855
3791
4682
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
3794
4685
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4688
#: ../drizzled/error.cc:856
3798
4690
msgid "Can't create %-.64s backup driver"
3799
4691
msgstr "Can't create %-.64s backup driver"
4693
#: ../drizzled/error.cc:857
3802
4695
msgid "Can't create %-.64s restore driver"
3803
4696
msgstr "Can't create %-.64s restore driver"
4698
#: ../drizzled/error.cc:858
3806
4700
msgid "Found %d images in backup archive but maximum %d are supported"
3807
4701
msgstr "Found %d images in backup archive but maximum %d are supported"
4703
#: ../drizzled/error.cc:859
3810
4705
msgid "Error when saving meta-data of %-.64s"
3811
4706
msgstr "Error when saving meta-data of %-.64s"
4708
#: ../drizzled/error.cc:860
3813
4709
msgid "Error when reading meta-data list"
3814
4710
msgstr "Error when reading meta-data list"
4712
#: ../drizzled/error.cc:861
3817
4714
msgid "Can't create %-.64s"
3818
4715
msgstr "Can't create %-.64s"
4717
#: ../drizzled/error.cc:862
3820
4718
msgid "Can't allocate buffer for image data transfer"
3821
4719
msgstr "Can't allocate buffer for image data transfer"
4721
#: ../drizzled/error.cc:863
3824
4723
msgid "Error when writing %-.64s backup image data (for table #%d)"
3825
4724
msgstr "Error when writing %-.64s backup image data (for table #%d)"
4726
#: ../drizzled/error.cc:864
3827
4727
msgid "Error when reading data from backup stream"
3828
4728
msgstr "Error when reading data from backup stream"
4730
#: ../drizzled/error.cc:865
3830
4731
msgid "Can't go to the next chunk in backup stream"
3831
4732
msgstr "Can't go to the next chunk in backup stream"
4734
#: ../drizzled/error.cc:866
3834
4736
msgid "Can't initialize %-.64s backup driver"
3835
4737
msgstr "Can't initialize %-.64s backup driver"
4739
#: ../drizzled/error.cc:867
3838
4741
msgid "Can't initialize %-.64s restore driver"
3839
4742
msgstr "Can't initialize %-.64s restore driver"
4744
#: ../drizzled/error.cc:868
3842
4746
msgid "Can't shut down %-.64s backup driver"
3843
4747
msgstr "Can't shut down %-.64s backup driver"
4749
#: ../drizzled/error.cc:869
3846
4751
msgid "Can't shut down %-.64s backup driver(s)"
3847
4752
msgstr "Can't shut down %-.64s backup driver(s)"
4754
#: ../drizzled/error.cc:870
3850
4756
msgid "%-.64s backup driver can't prepare for synchronization"
3851
4757
msgstr "%-.64s backup driver can't prepare for synchronization"
4759
#: ../drizzled/error.cc:871
3854
4761
msgid "%-.64s backup driver can't create its image validity point"
3855
4762
msgstr "%-.64s backup driver can't create its image validity point"
4764
#: ../drizzled/error.cc:872
3858
4766
msgid "Can't unlock %-.64s backup driver after creating the validity point"
3859
4767
msgstr "Can't unlock %-.64s backup driver after creating the validity point"
4769
#: ../drizzled/error.cc:873
3862
4771
msgid "%-.64s backup driver can't cancel its backup operation"
3863
4772
msgstr "%-.64s backup driver can't cancel its backup operation"
4774
#: ../drizzled/error.cc:874
3866
4776
msgid "%-.64s restore driver can't cancel its restore operation"
3867
4777
msgstr "%-.64s restore driver can't cancel its restore operation"
4779
#: ../drizzled/error.cc:875
3870
4781
msgid "Error when polling %-.64s backup driver for its image data"
3871
4782
msgstr "Error when polling %-.64s backup driver for its image data"
4784
#: ../drizzled/error.cc:876
3874
4786
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
3875
4787
msgstr "Error when sending image data (for table #%d) to %-.64s restore driver"
4789
#: ../drizzled/error.cc:877
3879
4792
"After %d attempts %-.64s restore driver still can't accept next block of data"
3881
4794
"After %d attempts %-.64s restore driver still can't accept next block of data"
4796
#: ../drizzled/error.cc:878
3884
4798
msgid "Open and lock tables failed in %-.64s"
3885
4799
msgstr "Open and lock tables failed in %-.64s"
4801
#: ../drizzled/error.cc:879
3887
4802
msgid "Backup driver's table locking thread can not be initialized."
3888
4803
msgstr "Backup driver's table locking thread can not be initialized."
4805
#: ../drizzled/error.cc:880
3891
4807
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
3892
4808
"and 'drizzle.online_backup_progress'."
3928
4851
"server. The original definition of the required tablespace is '%-.256s' "
3929
4852
"while the same tablespace is defined on the server as '%-.256s'"
4854
#: ../drizzled/error.cc:888
3931
4855
msgid "A virtual column cannot be based on a virtual column"
3932
4856
msgstr "A virtual column cannot be based on a virtual column"
4858
#: ../drizzled/error.cc:889
3935
4860
msgid "Non-deterministic expression for virtual column '%s'."
3936
4861
msgstr "Non-deterministic expression for virtual column '%s'."
4863
#: ../drizzled/error.cc:890
3940
4866
"Generated value for virtual column '%s' cannot be converted to type '%s'."
3942
4868
"Generated value for virtual column '%s' cannot be converted to type '%s'."
4870
#: ../drizzled/error.cc:891
3944
4871
msgid "Primary key cannot be defined upon a virtual column."
3945
4872
msgstr "Primary key cannot be defined upon a virtual column."
4874
#: ../drizzled/error.cc:892
3947
4875
msgid "Key/Index cannot be defined on a non-stored virtual column."
3948
4876
msgstr "Key/Index cannot be defined on a non-stored virtual column."
4878
#: ../drizzled/error.cc:893
3951
4880
msgid "Cannot define foreign key with %s clause on a virtual column."
3952
4881
msgstr "Cannot define foreign key with %s clause on a virtual column."
4883
#: ../drizzled/error.cc:894
3955
4885
msgid "The value specified for virtual column '%s' in table '%s' ignored."
3956
4886
msgstr "The value specified for virtual column '%s' in table '%s' ignored."
4888
#: ../drizzled/error.cc:895
3959
4890
msgid "'%s' is not yet supported for virtual columns."
3960
4891
msgstr "'%s' is not yet supported for virtual columns."
4893
#: ../drizzled/error.cc:896
3962
4894
msgid "Constant expression in virtual column function is not allowed."
3963
4895
msgstr "Constant expression in virtual column function is not allowed."
4897
#: ../drizzled/error.cc:897
3965
4898
msgid "Encountered an unknown temporal type."
3966
4899
msgstr "Encountered an unknown temporal type."
4901
#: ../drizzled/error.cc:898
3969
4903
msgid "Received an invalid string format '%s' for a date value."
3970
4904
msgstr "Received an invalid string format '%s' for a date value."
4906
#: ../drizzled/error.cc:899
3973
4908
msgid "Received an invalid string format '%s' for a time value."
3974
4909
msgstr "Received an invalid string format '%s' for a time value."
4911
#: ../drizzled/error.cc:900
3977
4913
msgid "Received an invalid value '%s' for a UNIX timestamp."
3978
4914
msgstr "Received an invalid value '%s' for a UNIX timestamp."
4916
#: ../drizzled/error.cc:901
3981
4918
msgid "Received an invalid datetime value '%s'."
3982
4919
msgstr "Received an invalid datetime value '%s'."
4921
#: ../drizzled/error.cc:902
3985
4923
msgid "Received a NULL argument for function '%s'."
3986
4924
msgstr "Received a NULL argument for function '%s'."
4926
#: ../drizzled/error.cc:903
3989
4928
msgid "Received an invalid negative argument '%s' for function '%s'."
3990
4929
msgstr "Received an invalid negative argument '%s' for function '%s'."
4931
#: ../drizzled/error.cc:904
3993
4933
msgid "Received an out-of-range argument '%s' for function '%s'."
3994
4934
msgstr "Received an out-of-range argument '%s' for function '%s'."
4936
#: ../drizzled/error.cc:905
3997
4938
msgid "Received an invalid time value '%s'."
3998
4939
msgstr "Received an invalid time value '%s'."
4941
#: ../drizzled/error.cc:906
4001
4943
msgid "Received an invalid enum value '%s'."
4002
4944
msgstr "Received an invalid enum value '%s'."
4946
#: ../drizzled/error.cc:907
4004
4947
msgid "Tables which are replicated require a primary key."
4005
4948
msgstr "Tables which are replicated require a primary key."
4950
#: ../drizzled/error.cc:908
4008
4952
msgid "Corrupt or invalid table definition: %s"
4009
4953
msgstr "Corrupt or invalid table definition: %s"
4955
#: ../drizzled/error.cc:909
4011
4956
#, fuzzy, c-format
4012
4957
msgid "Corrupt or invalid schema definition for %s : %s"
4013
4958
msgstr "Corrupt or invalid table definition: %s"
4960
#: ../drizzled/error.cc:910
4016
4962
msgid "Schema does not exist: %s"
4017
4963
msgstr "Schema does not exist: %s"
4965
#: ../drizzled/error.cc:911
4020
4967
msgid "Error altering schema: %s"
4021
4968
msgstr "Error altering schema: %s"
4970
#: ../drizzled/error.cc:912
4024
4972
msgid "Error droppping Schema : %s"
4025
4973
msgstr "Error droppping Schema : %s"
4975
#: ../drizzled/error.cc:913
4027
4976
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
4028
4977
msgstr "Temporary table too large, re-run with SQL_BIG_RESULT."
4979
#: ../drizzled/error.cc:914
4031
4981
msgid "Unknown table engine option key/pair %s = %s."
4032
4982
msgstr "Unknown table engine option key/pair %s = %s."
4984
#: ../drizzled/error.cc:915
4035
4986
msgid "Unknown schema engine option key/pair %s = %s."
4036
4987
msgstr "Unknown schema engine option key/pair %s = %s."
4989
#: ../drizzled/error.cc:916
4038
4990
msgid "Implicit cartesian join attempted."
4993
#: ../drizzled/error.cc:918
4042
4995
msgid "Can't unlock file (Errcode: %d)"
4043
4996
msgstr "Can't unlock file (Errcode: %d)"
4998
#: ../drizzled/error.cc:919
4046
5000
msgid "Can't change size of file (Errcode: %d)"
4047
5001
msgstr "Can't change size of file (Errcode: %d)"
5003
#: ../drizzled/error.cc:920
4050
5005
msgid "Can't open stream from handle (Errcode: %d)"
4051
5006
msgstr "Can't open stream from handle (Errcode: %d)"
5008
#: ../drizzled/error.cc:921
4054
5010
msgid "Warning: '%s' had %d links"
4055
5011
msgstr "Warning: '%s' had %d links"
5013
#: ../drizzled/error.cc:922
4058
5015
msgid "Warning: %d files and %d streams is left open\n"
4059
5016
msgstr "Warning: %d files and %d streams is left open\n"
5018
#: ../drizzled/error.cc:923
4062
5020
msgid "Can't create directory '%s' (Errcode: %d)"
4063
5021
msgstr "Can't create directory '%s' (Errcode: %d)"
5023
#: ../drizzled/error.cc:924
4067
5026
"Character set '%s' is not a compiled character set and is not specified in "
4278
5320
"and boolean options {false|true} Value (after reading options)\n"
4279
5321
"--------------------------------- -----------------------------\n"
5323
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
4281
5324
msgid "(No default value)"
4282
5325
msgstr "(No default value)"
5327
#: ../drizzled/option.cc:1249
5331
#: ../drizzled/option.cc:1249
5335
#: ../drizzled/option.cc:1282
4291
5337
msgid "(Disabled)\n"
4292
5338
msgstr "(Disabled)\n"
5340
#: ../drizzled/plugin/error_message.cc:81
4295
5342
msgid "errmsg plugin '%s' errmsg() failed"
4296
5343
msgstr "errmsg plugin '%s' errmsg() failed"
5345
#: ../drizzled/plugin/event_observer.cc:132
5348
"EventObserverList::addEventObserver() Duplicate event position %d for event "
5349
"'%s' from EventObserver plugin '%s'"
5352
#: ../drizzled/plugin/event_observer.cc:399
5354
msgid "EventIterate event handler '%s' failed for event '%s'"
5357
#: ../drizzled/plugin/function.cc:45
4299
5359
msgid "A function named %s already exists!\n"
4300
5360
msgstr "A function named %s already exists!\n"
5362
#: ../drizzled/plugin/function.cc:54
4302
5363
msgid "Could not add Function!\n"
4303
5364
msgstr "Could not add Function!\n"
5366
#: ../drizzled/plugin/listen.cc:84
4305
5367
msgid "No sockets could be bound for listening"
4306
5368
msgstr "No sockets could be bound for listening"
5370
#: ../drizzled/plugin/listen.cc:94 ../plugin/console/console.cc:304
4309
5372
msgid "pipe() failed with errno %d"
4310
5373
msgstr "pipe() failed with errno %d"
5375
#: ../drizzled/plugin/listen.cc:120
4313
5377
msgid "poll() failed with errno %d"
4314
5378
msgstr "poll() failed with errno %d"
5380
#: ../drizzled/plugin/listen_tcp.cc:60
4317
5382
msgid "accept() failed with errno %d"
4318
5383
msgstr "accept() failed with errno %d"
5385
#: ../drizzled/plugin/listen_tcp.cc:96
4321
5387
msgid "getaddrinfo() failed with error %s"
4322
5388
msgstr "getaddrinfo() failed with error %s"
5390
#: ../drizzled/plugin/listen_tcp.cc:128
4325
5392
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4326
5393
msgstr "setsockopt(IPV6_V6ONLY) failed with errno %d"
5395
#: ../drizzled/plugin/listen_tcp.cc:139
4329
5397
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
4330
5398
msgstr "fcntl(FD_CLOEXEC) failed with errno %d"
5400
#: ../drizzled/plugin/listen_tcp.cc:148
4333
5402
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4334
5403
msgstr "setsockopt(SO_REUSEADDR) failed with errno %d"
5405
#: ../drizzled/plugin/listen_tcp.cc:157
4337
5407
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4338
5408
msgstr "setsockopt(SO_KEEPALIVE) failed with errno %d"
5410
#: ../drizzled/plugin/listen_tcp.cc:166
4341
5412
msgid "setsockopt(SO_LINGER) failed with errno %d"
4342
5413
msgstr "setsockopt(SO_LINGER) failed with errno %d"
5415
#: ../drizzled/plugin/listen_tcp.cc:175
4345
5417
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4346
5418
msgstr "setsockopt(TCP_NODELAY) failed with errno %d"
5420
#: ../drizzled/plugin/listen_tcp.cc:196
4348
5421
#, fuzzy, c-format
4349
5422
msgid "Retrying bind() on %u\n"
4350
5423
msgstr "Retrying bind() on %u"
5425
#: ../drizzled/plugin/listen_tcp.cc:203
4352
5426
#, fuzzy, c-format
4353
5427
msgid "bind() failed with errno: %d\n"
4354
5428
msgstr "bind() failed with errno: %d"
5430
#: ../drizzled/plugin/listen_tcp.cc:206
4357
5432
msgid "Do you already have another drizzled running?\n"
4358
5433
msgstr "Do you already have another drizzled running?"
5435
#: ../drizzled/plugin/listen_tcp.cc:213
4360
5436
#, fuzzy, c-format
4361
5437
msgid "listen() failed with errno %d\n"
4362
5438
msgstr "listen() failed with errno %d"
5440
#: ../drizzled/plugin/listen_tcp.cc:219
4365
5442
msgid "Listening on %s:%s\n"
4366
5443
msgstr "Listening on %s:%s\n"
5445
#: ../drizzled/plugin/logging.cc:67
4369
5447
msgid "logging '%s' pre() failed"
4370
5448
msgstr "logging '%s' pre() failed"
5450
#: ../drizzled/plugin/logging.cc:92
4373
5452
msgid "logging '%s' post() failed"
4374
5453
msgstr "logging '%s' post() failed"
5455
#: ../drizzled/plugin/logging.cc:116
4377
5457
msgid "logging '%s' postEnd() failed"
4378
5458
msgstr "logging '%s' postEnd() failed"
5460
#: ../drizzled/plugin/query_cache.cc:55
4381
5462
msgid "qcache plugin '%s' try_fetch_and_send() failed"
4382
5463
msgstr "qcache plugin '%s' try_fetch_and_send() failed"
5465
#: ../drizzled/plugin/query_cache.cc:78
4385
5467
msgid "qcache plugin '%s' set() failed"
4386
5468
msgstr "qcache plugin '%s' set() failed"
5470
#: ../drizzled/plugin/query_cache.cc:102
4389
5472
msgid "qcache plugin '%s' invalidateTable() failed"
4390
5473
msgstr "qcache plugin '%s' invalidateTable() failed"
5475
#: ../drizzled/plugin/query_cache.cc:129
4393
5477
msgid "qcache plugin '%s' invalidateDb() failed"
4394
5478
msgstr "qcache plugin '%s' invalidateDb() failed"
5480
#: ../drizzled/plugin/query_cache.cc:149
4397
5482
msgid "qcache plugin '%s' flush() failed"
4398
5483
msgstr "qcache plugin '%s' flush() failed"
5485
#: ../drizzled/plugin/scheduler.cc:62
4402
5488
"Attempted to register a scheduler %s, but a scheduler has already been "
4452
5551
"plugins were registered that match the requested replicator name of '%s'.\n"
4453
5552
"We have deactivated the TransactionApplier '%s'.\n"
5554
#: ../drizzled/session.cc:1893 ../drizzled/session.cc:1909
4456
5556
msgid "Could not remove temporary table: '%s', error: %d"
4457
5557
msgstr "Could not remove temporary table: '%s', error: %d"
5559
#: ../drizzled/set_var.cc:1510
4460
5561
msgid "Variable named %s already exists!\n"
4461
5562
msgstr "Variable named %s already exists!\n"
5564
#: ../drizzled/set_var.cc:1519
4464
5566
msgid "Could not add Variable: %s\n"
4465
5567
msgstr "Could not add Variable: %s\n"
5569
#: ../drizzled/signal_handler.cc:50
5571
msgid "Got signal %d from thread %<PRIu64>"
5572
msgstr "Got signal %d from thread %<PRIu64>"
5574
#: ../drizzled/signal_handler.cc:92
5576
msgid "Fatal signal %d while backtracing\n"
5579
#: ../drizzled/signal_handler.cc:101
5581
msgid "Fatal: time() call failed\n"
5584
#: ../drizzled/signal_handler.cc:107
5587
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
5588
"This could be because you hit a bug. It is also possible that this binary\n"
5589
" or one of the libraries it was linked against is corrupt, improperly "
5591
" or misconfigured. This error can also be caused by malfunctioning "
5595
#: ../drizzled/signal_handler.cc:115
5598
"We will try our best to scrape up some info that will hopefully help "
5600
"the problem, but since we have already crashed, something is definitely "
5602
"and this may fail.\n"
5605
"We will try our best to scrape up some info that will hopefully help "
5607
"the problem, but since we have already crashed, something is definitely "
5609
"and this may fail.\n"
5612
#: ../drizzled/signal_handler.cc:124
5615
"It is possible that drizzled could use up to \n"
5616
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5618
"Hope that's ok; if not, decrease some variables in the equation.\n"
5621
"It is possible that drizzled could use up to \n"
5622
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
5625
"Hope that's ok; if not, decrease some variables in the equation.\n"
5628
#: ../drizzled/signal_handler.cc:137
5631
"Attempting backtrace. You can use the following information to find out\n"
5632
"where drizzled died. If you see no messages after this, something went\n"
5633
"terribly wrong...\n"
5635
"Attempting backtrace. You can use the following information to find out\n"
5636
"where drizzled died. If you see no messages after this, something went\n"
5637
"terribly wrong...\n"
5639
#: ../drizzled/signal_handler.cc:165
5642
"Trying to get some variables.\n"
5643
"Some pointers may be invalid and cause the dump to abort...\n"
5645
"Trying to get some variables.\n"
5646
"Some pointers may be invalid and cause the dump to abort...\n"
5648
#: ../drizzled/signal_handler.cc:176
5652
"This crash occurred while the server was calling initgroups(). This is\n"
5653
"often due to the use of a drizzled that is statically linked against glibc\n"
5654
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5655
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5656
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5657
"drizzled that is not statically linked.\n"
5660
#: ../drizzled/signal_handler.cc:190
5664
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5665
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5666
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5667
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5668
"the documentation for your distribution on how to do that.\n"
5671
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5672
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5673
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5674
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5675
"the documentation for your distribution on how to do that.\n"
5677
#: ../drizzled/signal_handler.cc:203
5679
msgid "Writing a core file\n"
5680
msgstr "Writing a core file\n"
5682
#: ../drizzled/sql_base.cc:1517
4468
5684
msgid "Table %s had a open data Cursor in reopen_table"
4469
5685
msgstr "Table %s had a open data Cursor in reopen_table"
5687
#: ../drizzled/sql_table.cc:1952
4472
5689
msgid "Unknown - internal error %d during operation"
4473
5690
msgstr "Unknown - internal error %d during operation"
5692
#: ../drizzled/statement/alter_table.cc:1441
4477
5695
"order_st BY ignored because there is a user-defined clustered index in the "
4504
5727
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5730
#: ../drizzled/tztime.cc:173
4508
5732
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4509
5733
msgstr "Fatal error: Illegal or unknown default time zone '%s'"
5735
#: ../gnulib/getopt.c:529 ../gnulib/getopt.c:545
4512
5737
msgid "%s: option `%s' is ambiguous\n"
4513
5738
msgstr "%s: option `%s' is ambiguous\n"
5740
#: ../gnulib/getopt.c:578 ../gnulib/getopt.c:582
4516
5742
msgid "%s: option `--%s' doesn't allow an argument\n"
4517
5743
msgstr "%s: option `--%s' doesn't allow an argument\n"
5745
#: ../gnulib/getopt.c:591 ../gnulib/getopt.c:596
4520
5747
msgid "%s: option `%c%s' doesn't allow an argument\n"
4521
5748
msgstr "%s: option `%c%s' doesn't allow an argument\n"
5750
#: ../gnulib/getopt.c:639 ../gnulib/getopt.c:658 ../gnulib/getopt.c:974
5751
#: ../gnulib/getopt.c:993
4524
5753
msgid "%s: option `%s' requires an argument\n"
4525
5754
msgstr "%s: option `%s' requires an argument\n"
5756
#: ../gnulib/getopt.c:696 ../gnulib/getopt.c:699
4528
5758
msgid "%s: unrecognized option `--%s'\n"
4529
5759
msgstr "%s: unrecognized option `--%s'\n"
5761
#: ../gnulib/getopt.c:707 ../gnulib/getopt.c:710
4532
5763
msgid "%s: unrecognized option `%c%s'\n"
4533
5764
msgstr "%s: unrecognized option `%c%s'\n"
5766
#: ../gnulib/getopt.c:762 ../gnulib/getopt.c:765
4536
5768
msgid "%s: illegal option -- %c\n"
4537
5769
msgstr "%s: illegal option -- %c\n"
5771
#: ../gnulib/getopt.c:771 ../gnulib/getopt.c:774
4540
5773
msgid "%s: invalid option -- %c\n"
4541
5774
msgstr "%s: invalid option -- %c\n"
5776
#: ../gnulib/getopt.c:826 ../gnulib/getopt.c:842 ../gnulib/getopt.c:1046
5777
#: ../gnulib/getopt.c:1064
4544
5779
msgid "%s: option requires an argument -- %c\n"
4545
5780
msgstr "%s: option requires an argument -- %c\n"
5782
#: ../gnulib/getopt.c:895 ../gnulib/getopt.c:911
4548
5784
msgid "%s: option `-W %s' is ambiguous\n"
4549
5785
msgstr "%s: option `-W %s' is ambiguous\n"
5787
#: ../gnulib/getopt.c:935 ../gnulib/getopt.c:953
4552
5789
msgid "%s: option `-W %s' doesn't allow an argument\n"
4553
5790
msgstr "%s: option `-W %s' doesn't allow an argument\n"
5792
#: ../plugin/auth_file/auth_file.cc:214
5794
msgid "Could not load auth file: %s\n"
5795
msgstr "Could not add Variable: %s\n"
5797
#: ../plugin/auth_file/auth_file.cc:227
5798
msgid "File to load for usernames and passwords"
5801
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
4555
5802
msgid "Enable HTTP Auth check"
4556
5803
msgstr "Enable HTTP Auth check"
5805
#: ../plugin/auth_http/auth_http.cc:160
4558
5806
msgid "URL for HTTP Auth check"
4559
5807
msgstr "URL for HTTP Auth check"
5809
#: ../plugin/auth_ldap/auth_ldap.cc:285
5811
msgid "Reconnect failed: %s\n"
5812
msgstr "Cannot open file: %s\n"
5814
#: ../plugin/auth_ldap/auth_ldap.cc:304
5816
msgid "ldap_search_ext_s failed: %s\n"
5819
#: ../plugin/auth_ldap/auth_ldap.cc:410
5821
msgid "Could not load auth ldap: %s\n"
5822
msgstr "Could not add Variable: %s\n"
5824
#: ../plugin/auth_ldap/auth_ldap.cc:423
5825
msgid "URI of the LDAP server to contact"
5828
#: ../plugin/auth_ldap/auth_ldap.cc:431
5829
msgid "DN to use when binding to the LDAP server"
5832
#: ../plugin/auth_ldap/auth_ldap.cc:439
5834
msgid "Password to use when binding the DN"
5835
msgstr "Password to use for auth."
5837
#: ../plugin/auth_ldap/auth_ldap.cc:447
5838
msgid "DN to use when searching"
5841
#: ../plugin/auth_ldap/auth_ldap.cc:455
5842
msgid "Attribute in LDAP with plain text password"
5845
#: ../plugin/auth_ldap/auth_ldap.cc:463
5846
msgid "Attribute in LDAP with MySQL hashed password"
5849
#: ../plugin/auth_ldap/auth_ldap.cc:471
5850
msgid "How often to empty the users cache, 0 to disable"
5853
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
4561
5854
msgid "Enable the console."
4562
5855
msgstr "Enable the console."
5857
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
4564
5858
msgid "Turn on extra debugging."
4565
5859
msgstr "Turn on extra debugging."
5861
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
4567
5862
msgid "User to use for auth."
4568
5863
msgstr "User to use for auth."
5865
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
4570
5866
msgid "Password to use for auth."
4571
5867
msgstr "Password to use for auth."
5869
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
4573
5870
msgid "Default database to use."
4574
5871
msgstr "Default database to use."
5873
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:824
5874
#: ../plugin/mysql_protocol/mysql_protocol.cc:899
4577
5876
msgid "Invalid value of port\n"
4578
5877
msgstr "Invalid use of null pointer"
5879
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:833
5880
#: ../plugin/mysql_protocol/mysql_protocol.cc:908
4581
5882
msgid "Invalid value for connect_timeout\n"
4582
5883
msgstr "Invalid use of group function"
5885
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
5886
#: ../plugin/mysql_protocol/mysql_protocol.cc:917
4584
5887
msgid "Invalid value for read_timeout\n"
5890
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
5891
#: ../plugin/mysql_protocol/mysql_protocol.cc:926
4587
5892
msgid "Invalid value for write_timeout\n"
5895
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
4591
5897
msgid "Invalid value for retry_count\n"
4592
5898
msgstr "Invalid use of group function"
5900
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
5901
#: ../plugin/mysql_protocol/mysql_protocol.cc:944
4594
5902
msgid "Invalid value for buffer_length\n"
5905
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:889
5906
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
4598
5908
"Port number to use for connection or 0 for default to, in order of "
4599
5909
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
4601
5911
"Port number to use for connection or use 0 to default to, in order of "
4602
5912
"preference:- drizzle.cnf, $DRIZZLE_TCP_PORT or built-in default (4427)."
5914
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5915
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5916
#: ../plugin/mysql_protocol/mysql_protocol.cc:973
5917
#: ../plugin/mysql_protocol/mysql_protocol.cc:995
4604
5918
msgid "Connect Timeout."
4605
5919
msgstr "Connect Timeout."
5921
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:898
5922
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
5923
#: ../plugin/mysql_protocol/mysql_protocol.cc:976
5924
#: ../plugin/mysql_protocol/mysql_protocol.cc:998
4607
5925
msgid "Read Timeout."
4608
5926
msgstr "Read Timeout."
5928
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5929
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5930
#: ../plugin/mysql_protocol/mysql_protocol.cc:978
5931
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
4610
5932
msgid "Write Timeout."
4611
5933
msgstr "Write Timeout."
5935
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5936
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5937
#: ../plugin/mysql_protocol/mysql_protocol.cc:980
5938
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
4613
5939
msgid "Retry Count."
4614
5940
msgstr "Retry Count."
5942
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5943
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5944
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5945
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
4616
5946
msgid "Buffer length."
4617
5947
msgstr "Buffer length."
5949
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
5950
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5951
#: ../plugin/mysql_protocol/mysql_protocol.cc:985
5952
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
4619
5953
msgid "Address to bind to."
4620
5954
msgstr "Address to bind to."
5956
#: ../plugin/drizzle_protocol/errmsg.cc:31
4622
5957
msgid "Unknown Drizzle error"
4623
5958
msgstr "Unknown Drizzle error"
5960
#: ../plugin/drizzle_protocol/errmsg.cc:32
4626
5962
msgid "Can't create UNIX socket (%d)"
4627
5963
msgstr "Can't create UNIX socket (%d)"
5965
#: ../plugin/drizzle_protocol/errmsg.cc:33
4630
5967
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
4631
5968
msgstr "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5970
#: ../plugin/drizzle_protocol/errmsg.cc:34
4634
5972
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
4635
5973
msgstr "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5975
#: ../plugin/drizzle_protocol/errmsg.cc:35
4638
5977
msgid "Can't create TCP/IP socket (%d)"
4639
5978
msgstr "Can't create TCP/IP socket (%d)"
5980
#: ../plugin/drizzle_protocol/errmsg.cc:36
4642
5982
msgid "Unknown Drizzle server host '%-.100s' (%d)"
4643
5983
msgstr "Unknown Drizzle server host '%-.100s' (%d)"
5985
#: ../plugin/drizzle_protocol/errmsg.cc:37
4645
5986
msgid "Drizzle server has gone away"
4646
5987
msgstr "Drizzle server has gone away"
5989
#: ../plugin/drizzle_protocol/errmsg.cc:38
4649
5991
msgid "Protocol mismatch; server version = %d, client version = %d"
4650
5992
msgstr "Protocol mismatch; server version = %d, client version = %d"
5994
#: ../plugin/drizzle_protocol/errmsg.cc:39
4652
5995
msgid "Drizzle client ran out of memory"
4653
5996
msgstr "Drizzle client ran out of memory"
5998
#: ../plugin/drizzle_protocol/errmsg.cc:40
4655
5999
msgid "Wrong host info"
4656
6000
msgstr "Wrong host info"
6002
#: ../plugin/drizzle_protocol/errmsg.cc:41
4658
6003
msgid "Localhost via UNIX socket"
4659
6004
msgstr "Localhost via UNIX socket"
6006
#: ../plugin/drizzle_protocol/errmsg.cc:42
4662
6008
msgid "%-.100s via TCP/IP"
4663
6009
msgstr "%-.100s via TCP/IP"
6011
#: ../plugin/drizzle_protocol/errmsg.cc:43
4665
6012
msgid "Error in server handshake"
4666
6013
msgstr "Error in server handshake"
6015
#: ../plugin/drizzle_protocol/errmsg.cc:44
4668
6016
msgid "Lost connection to Drizzle server during query"
4669
6017
msgstr "Lost connection to Drizzle server during query"
6019
#: ../plugin/drizzle_protocol/errmsg.cc:45
4671
6020
msgid "Commands out of sync; you can't run this command now"
4672
6021
msgstr "Commands out of sync; you can't run this command now"
6023
#: ../plugin/drizzle_protocol/errmsg.cc:46
4675
6025
msgid "Named pipe: %-.32s"
4676
6026
msgstr "Named pipe: %-.32s"
6028
#: ../plugin/drizzle_protocol/errmsg.cc:47
4679
6030
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
4680
6031
msgstr "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
6033
#: ../plugin/drizzle_protocol/errmsg.cc:48
4683
6035
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
4684
6036
msgstr "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
6038
#: ../plugin/drizzle_protocol/errmsg.cc:49
4687
6040
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4688
6041
msgstr "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
6043
#: ../plugin/drizzle_protocol/errmsg.cc:50
4691
6045
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4692
6046
msgstr "Can't initialize character set %-.32s (path: %-.100s)"
6048
#: ../plugin/drizzle_protocol/errmsg.cc:51
4694
6049
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4695
6050
msgstr "Got packet bigger than 'max_allowed_packet' bytes"
6052
#: ../plugin/drizzle_protocol/errmsg.cc:52
4697
6053
msgid "Embedded server"
4698
6054
msgstr "Embedded server"
6056
#: ../plugin/drizzle_protocol/errmsg.cc:53
4700
6057
msgid "Error on SHOW SLAVE STATUS:"
4701
6058
msgstr "Error on SHOW SLAVE STATUS:"
6060
#: ../plugin/drizzle_protocol/errmsg.cc:54
4703
6061
msgid "Error on SHOW SLAVE HOSTS:"
4704
6062
msgstr "Error on SHOW SLAVE HOSTS:"
6064
#: ../plugin/drizzle_protocol/errmsg.cc:55
4706
6065
msgid "Error connecting to slave:"
4707
6066
msgstr "Error connecting to slave:"
6068
#: ../plugin/drizzle_protocol/errmsg.cc:56
4709
6069
msgid "Error connecting to master:"
4710
6070
msgstr "Error connecting to master:"
6072
#: ../plugin/drizzle_protocol/errmsg.cc:57
4712
6073
msgid "SSL connection error"
4713
6074
msgstr "SSL connection error"
6076
#: ../plugin/drizzle_protocol/errmsg.cc:58
4715
6077
msgid "Malformed packet"
4716
6078
msgstr "Malformed packet"
6080
#: ../plugin/drizzle_protocol/errmsg.cc:59
6081
#: ../plugin/drizzle_protocol/errmsg.cc:70
6082
#: ../plugin/drizzle_protocol/errmsg.cc:71
6083
#: ../plugin/drizzle_protocol/errmsg.cc:72
6084
#: ../plugin/drizzle_protocol/errmsg.cc:73
6085
#: ../plugin/drizzle_protocol/errmsg.cc:74
6086
#: ../plugin/drizzle_protocol/errmsg.cc:75
6087
#: ../plugin/drizzle_protocol/errmsg.cc:76
6088
#: ../plugin/drizzle_protocol/errmsg.cc:77
6089
#: ../plugin/drizzle_protocol/errmsg.cc:78
4718
6090
msgid "(unused error message)"
4719
6091
msgstr "(unused error message)"
6093
#: ../plugin/drizzle_protocol/errmsg.cc:60
4721
6094
msgid "Invalid use of null pointer"
4722
6095
msgstr "Invalid use of null pointer"
6097
#: ../plugin/drizzle_protocol/errmsg.cc:61
4724
6098
msgid "Statement not prepared"
4725
6099
msgstr "Statement not prepared"
6101
#: ../plugin/drizzle_protocol/errmsg.cc:62
4727
6102
msgid "No data supplied for parameters in prepared statement"
4728
6103
msgstr "No data supplied for parameters in prepared statement"
6105
#: ../plugin/drizzle_protocol/errmsg.cc:63
4730
6106
msgid "Data truncated"
4731
6107
msgstr "Data truncated"
6109
#: ../plugin/drizzle_protocol/errmsg.cc:64
4733
6110
msgid "No parameters exist in the statement"
4734
6111
msgstr "No parameters exist in the statement"
6113
#: ../plugin/drizzle_protocol/errmsg.cc:65
4736
6114
msgid "Invalid parameter number"
4737
6115
msgstr "Invalid parameter number"
6117
#: ../plugin/drizzle_protocol/errmsg.cc:66
4741
6120
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4743
6122
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6124
#: ../plugin/drizzle_protocol/errmsg.cc:68
4746
6126
msgid "Using unsupported buffer type: %d (parameter: %d)"
4747
6127
msgstr "Using unsupported buffer type: %d (parameter: %d)"
6129
#: ../plugin/drizzle_protocol/errmsg.cc:69
4750
6131
msgid "Shared memory: %-.100s"
4751
6132
msgstr "Shared memory: %-.100s"
6134
#: ../plugin/drizzle_protocol/errmsg.cc:79
4753
6135
msgid "Wrong or unknown protocol"
4754
6136
msgstr "Wrong or unknown protocol"
6138
#: ../plugin/drizzle_protocol/errmsg.cc:80
4756
6139
msgid "Invalid connection handle"
4757
6140
msgstr "Invalid connection handle"
6142
#: ../plugin/drizzle_protocol/errmsg.cc:81
4760
6144
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4761
6145
"option 'secure_auth' enabled)"
4779
6167
"Attempt to read a row while there is no result set associated with the "
6170
#: ../plugin/drizzle_protocol/errmsg.cc:88
4782
6171
msgid "This feature is not implemented yet"
4783
6172
msgstr "This feature is not implemented yet"
4787
"Lost connection to Drizzle server while waiting for initial communication "
4788
"packet, system error: %d"
4790
"Lost connection to Drizzle server while waiting for initial communication "
4791
"packet, system error: %d"
4795
"Lost connection to Drizzle server while reading initial communication "
4796
"packet, system error: %d"
4798
"Lost connection to Drizzle server while reading initial communication "
4799
"packet, system error: %d"
4803
"Lost connection to Drizzle server while sending authentication information, "
4806
"Lost connection to Drizzle server while sending authentication information, "
4811
"Lost connection to Drizzle server while reading authorization information, "
4814
"Lost connection to Drizzle server while reading authorization information, "
4819
"Lost connection to Drizzle server while setting initial database, system "
4822
"Lost connection to Drizzle server while setting initial database, system "
6174
#: ../plugin/drizzle_protocol/errmsg.cc:89
6177
"Lost connection to Drizzle server while waiting for initial communication "
6178
"packet, system error: %d"
6180
"Lost connection to Drizzle server while waiting for initial communication "
6181
"packet, system error: %d"
6183
#: ../plugin/drizzle_protocol/errmsg.cc:91
6186
"Lost connection to Drizzle server while reading initial communication "
6187
"packet, system error: %d"
6189
"Lost connection to Drizzle server while reading initial communication "
6190
"packet, system error: %d"
6192
#: ../plugin/drizzle_protocol/errmsg.cc:93
6195
"Lost connection to Drizzle server while sending authentication information, "
6198
"Lost connection to Drizzle server while sending authentication information, "
6201
#: ../plugin/drizzle_protocol/errmsg.cc:95
6204
"Lost connection to Drizzle server while reading authorization information, "
6207
"Lost connection to Drizzle server while reading authorization information, "
6210
#: ../plugin/drizzle_protocol/errmsg.cc:97
6213
"Lost connection to Drizzle server while setting initial database, system "
6216
"Lost connection to Drizzle server while setting initial database, system "
6219
#: ../plugin/drizzle_protocol/errmsg.cc:99
4826
6221
msgid "Statement closed indirectly because of a preceding %s() call"
4827
6222
msgstr "Statement closed indirectly because of a preceding %s() call"
6224
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:807
6225
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:937
6226
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:961
6228
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
6229
msgstr "Can't create table '%-.200s' (errno: %d)"
6231
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:826
6233
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
6234
msgstr "Can't create symlink '%s' pointing at '%s' (Error %d)"
6236
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:916
6237
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1023
6238
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1188
6239
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1747
6241
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
6244
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1053
6245
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
6247
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
6250
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2679
6252
msgid "Error starting Embedded InnoDB %d (%s)\n"
6255
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4830
6257
msgid "Failed to send error message to libnotify\n"
4831
6258
msgstr "Failed to send error message to libnotify\n"
6260
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4833
6261
msgid "Error Messages to stderr"
4834
6262
msgstr "Error Messages to stderr"
6264
#: ../plugin/filtered_replicator/filtered_replicator.cc:604
6265
#: ../plugin/filtered_replicator/filtered_replicator.cc:613
4836
6266
msgid "List of schemas to filter"
4837
6267
msgstr "List of schemas to filter"
6269
#: ../plugin/filtered_replicator/filtered_replicator.cc:607
6270
#: ../plugin/filtered_replicator/filtered_replicator.cc:620
4839
6271
msgid "List of tables to filter"
4840
6272
msgstr "List of tables to filter"
6274
#: ../plugin/filtered_replicator/filtered_replicator.cc:627
4842
6275
msgid "Regular expression to apply to schemas to filter"
4843
6276
msgstr "Regular expression to apply to schemas to filter"
6278
#: ../plugin/filtered_replicator/filtered_replicator.cc:634
4845
6279
msgid "Regular expression to apply to tables to filter"
4846
6280
msgstr "Regular expression to apply to tables to filter"
6282
#: ../plugin/hello_events/hello_events.cc:294
6284
msgid "Invalid value of before-write-position\n"
6285
msgstr "Invalid use of null pointer"
6287
#: ../plugin/hello_events/hello_events.cc:303
6288
#: ../plugin/hello_events/hello_events.cc:312
6290
msgid "Invalid value of before-update-position\n"
6291
msgstr "Invalid use of null pointer"
6293
#: ../plugin/hello_events/hello_events.cc:352
6294
#: ../plugin/hello_events/hello_events.cc:355
6295
#: ../plugin/hello_events/hello_events.cc:373
6296
msgid "A comma delimited list of databases to watch"
6299
#: ../plugin/hello_events/hello_events.cc:358
6300
#: ../plugin/hello_events/hello_events.cc:389
6301
msgid "Enable Example Events Plugin"
6304
#: ../plugin/hello_events/hello_events.cc:361
6305
#: ../plugin/hello_events/hello_events.cc:397
6306
msgid "Before write row event observer call position"
6309
#: ../plugin/hello_events/hello_events.cc:364
6310
#: ../plugin/hello_events/hello_events.cc:408
6311
#: ../plugin/pbms/src/parameters_ms.cc:579
6312
msgid "Before update row event observer call position"
6315
#: ../plugin/hello_events/hello_events.cc:367
6316
#: ../plugin/hello_events/hello_events.cc:419
6317
msgid "After drop database event observer call position"
6320
#: ../plugin/hello_events/hello_events.cc:381
6321
msgid "A comma delimited list of tables to watch"
6324
#: ../plugin/hello_events/hello_events.cc:443
6325
msgid "An example events Plugin"
6328
#: ../plugin/innobase/handler/data_dictionary.cc:202
6330
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6333
#: ../plugin/logging_gearman/logging_gearman.cc:196
4849
6335
msgid "fail gearman_client_create(): %s"
4850
6336
msgstr "fail gearman_client_create(): %s"
6338
#: ../plugin/logging_gearman/logging_gearman.cc:207
4853
6340
msgid "fail gearman_client_add_server(): %s"
4854
6341
msgstr "fail gearman_client_add_server(): %s"
6343
#: ../plugin/logging_gearman/logging_gearman.cc:306
6344
#: ../plugin/logging_gearman/logging_gearman.cc:313
4856
6345
msgid "Enable logging to a gearman server"
4857
6346
msgstr "Enable logging to a gearman server"
6348
#: ../plugin/logging_gearman/logging_gearman.cc:322
4859
6349
msgid "Hostname for logging to a Gearman server"
4860
6350
msgstr "Hostname for logging to a Gearman server"
6352
#: ../plugin/logging_gearman/logging_gearman.cc:331
4862
6353
msgid "Gearman Function to send logging to"
4863
6354
msgstr "Gearman Function to send logging to"
6356
#: ../plugin/logging_gearman/logging_gearman.cc:349
4865
6357
msgid "Log queries to a Gearman server"
4866
6358
msgstr "Log queries to a Gearman server"
6360
#: ../plugin/logging_query/logging_query.cc:189
4869
6362
msgid "fail open() fn=%s er=%s\n"
4870
6363
msgstr "fail open() fn=%s er=%s\n"
6365
#: ../plugin/logging_query/logging_query.cc:313
4872
6366
msgid "Invalid value for threshold-slow"
6369
#: ../plugin/logging_query/logging_query.cc:322
4875
6370
msgid "Invalid value for threshold-big-resultset"
6373
#: ../plugin/logging_query/logging_query.cc:331
4878
6374
msgid "Invalid value for threshold-big-examined"
6377
#: ../plugin/logging_query/logging_query.cc:345
6378
#: ../plugin/logging_query/logging_query.cc:361
4881
6379
msgid "Enable logging to CSV file"
4882
6380
msgstr "Enable logging to CSV file"
6382
#: ../plugin/logging_query/logging_query.cc:348
6383
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:95
4884
6384
msgid "Threshold for logging slow queries, in microseconds"
4885
6385
msgstr "Threshold for logging slow queries, in microseconds"
6387
#: ../plugin/logging_query/logging_query.cc:351
6388
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:107
4887
6389
msgid "Threshold for logging big queries, for rows returned"
4888
6390
msgstr "Threshold for logging big queries, for rows returned"
6392
#: ../plugin/logging_query/logging_query.cc:354
6393
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:119
4890
6394
msgid "Threshold for logging big queries, for rows examined"
4891
6395
msgstr "Threshold for logging big queries, for rows examined"
6397
#: ../plugin/logging_query/logging_query.cc:370
4893
6398
msgid "File to log to"
4894
6399
msgstr "File to log to"
6401
#: ../plugin/logging_query/logging_query.cc:379
4896
6402
msgid "PCRE to match the query against"
4897
6403
msgstr "PCRE to match the query against"
6405
#: ../plugin/logging_query/logging_query.cc:436
4899
6406
msgid "Log queries to a CSV file"
4900
6407
msgstr "Log queries to a CSV file"
6409
#: ../plugin/logging_stats/logging_stats.cc:323
6410
msgid "Max number of users that will be logged"
6413
#: ../plugin/logging_stats/logging_stats.cc:334
6414
msgid "Max number of vector buckets to construct for logging"
6417
#: ../plugin/logging_stats/logging_stats.cc:345
6418
msgid "Max number of concurrent sessions that will be logged"
6421
#: ../plugin/logging_stats/logging_stats.cc:356
6423
msgid "Enable Logging Statistics Collection"
6424
msgstr "Enable logging to syslog"
6426
#: ../plugin/logging_stats/logging_stats.cc:375
6427
msgid "User Statistics as DATA_DICTIONARY tables"
6430
#: ../plugin/md5/md5.cc:99
6431
msgid "libgcrypt library version mismatch\n"
6434
#: ../plugin/memcached_stats/analysis_table.cc:76
6435
#: ../plugin/memcached_stats/stats_table.cc:144
6436
msgid "No value in MEMCACHED_STATS_SERVERS variable."
6439
#: ../plugin/memcached_stats/memcached_stats.cc:114
4902
6440
msgid "List of memcached servers."
4903
6441
msgstr "List of memcached servers."
6443
#: ../plugin/memcached_stats/memcached_stats.cc:131
4905
6444
msgid "Memcached Stats as I_S tables"
4906
6445
msgstr "Memcached Stats as I_S tables"
6447
#: ../plugin/memcached_stats/stats_table.cc:76
6450
"Unable get stats from memcached server %s. Got error from "
6451
"memcached_stat_servername()."
6454
#: ../plugin/memcached_stats/stats_table.cc:151
6455
msgid "Unable to create memcached struct. Got error from memcached_create()."
6458
#: ../plugin/memcached_stats/stats_table.cc:159
6461
"Unable to create memcached server list. Got error from "
6462
"memcached_servers_parse(%s)."
6465
#: ../plugin/multi_thread/multi_thread.cc:100
6466
msgid "Maximum number of user threads available."
6469
#: ../plugin/myisam/ha_myisam.cc:529
4909
6471
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4910
6472
msgstr "Got an error from thread_id=%<PRIu64>, %s:%d"
6474
#: ../plugin/myisam/ha_myisam.cc:533
4913
6476
msgid "Got an error from unknown thread, %s:%d"
4914
6477
msgstr "Got an error from unknown thread, %s:%d"
6479
#: ../plugin/myisam/ha_myisam.cc:539
4916
6480
msgid "Unknown thread accessing table"
4917
6481
msgstr "Unknown thread accessing table"
6483
#: ../plugin/myisam/ha_myisam.cc:1614
4919
6484
msgid "Block size to be used for MyISAM index pages."
4920
6485
msgstr "Block size to be used for MyISAM index pages."
6487
#: ../plugin/myisam/ha_myisam.cc:1624
4923
6489
"This characterizes the number of hits a hot block has to be untouched until "
4924
6490
"it is considered aged enough to be downgraded to a warm block. This "
4930
6496
"specifies the percentage ratio of that number of hits to the total number of "
4931
6497
"blocks in key cache"
6499
#: ../plugin/myisam/ha_myisam.cc:1637
4933
6500
msgid "The minimum percentage of warm blocks in key cache"
4934
6501
msgstr "The minimum percentage of warm blocks in key cache"
4937
"The size of the buffer used for index blocks for MyISAM tables. Increase "
4938
"this to get better index handling (for all reads and multiple writes) to as "
4939
"much as you can afford;"
4941
"The size of the buffer used for index blocks for MyISAM tables. Increase "
4942
"this to get better index handling (for all reads and multiple writes) to as "
4943
"much as you can afford;"
4946
"Number of threads to use when repairing MyISAM tables. The value of 1 "
4947
"disables parallel repair."
4949
"Number of threads to use when repairing MyISAM tables. The value of 1 "
4950
"disables parallel repair."
4953
"Don't use the fast sort index method to created index if the temporary file "
4954
"would get bigger than this."
4956
"Don't use the fast sort index method to created index if the temporary file "
4957
"would get bigger than this."
4960
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4961
"when creating indexes with CREATE INDEX or ALTER TABLE."
4963
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4964
"when creating indexes with CREATE INDEX or ALTER TABLE."
6503
#: ../plugin/myisam/ha_myisam.cc:1648
6505
"The size of the buffer used for index blocks for MyISAM tables. Increase "
6506
"this to get better index handling (for all reads and multiple writes) to as "
6507
"much as you can afford;"
6509
"The size of the buffer used for index blocks for MyISAM tables. Increase "
6510
"this to get better index handling (for all reads and multiple writes) to as "
6511
"much as you can afford;"
6513
#: ../plugin/myisam/ha_myisam.cc:1660
6515
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6516
"disables parallel repair."
6518
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6519
"disables parallel repair."
6521
#: ../plugin/myisam/ha_myisam.cc:1666
6523
"Don't use the fast sort index method to created index if the temporary file "
6524
"would get bigger than this."
6526
"Don't use the fast sort index method to created index if the temporary file "
6527
"would get bigger than this."
6529
#: ../plugin/myisam/ha_myisam.cc:1671
6531
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6532
"when creating indexes with CREATE INDEX or ALTER TABLE."
6534
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6535
"when creating indexes with CREATE INDEX or ALTER TABLE."
6537
#: ../plugin/myisam/ha_myisam.cc:1677
4966
6538
msgid "Default pointer size to be used for MyISAM tables."
4967
6539
msgstr "Default pointer size to be used for MyISAM tables."
6541
#: ../plugin/myisam/my_handler_errors.cc:42
4969
6542
msgid "Didn't find key on read or update"
4970
6543
msgstr "Didn't find key on read or update"
6545
#: ../plugin/myisam/my_handler_errors.cc:43
4972
6546
msgid "Duplicate key on write or update"
4973
6547
msgstr "Duplicate key on write or update"
6549
#: ../plugin/myisam/my_handler_errors.cc:44
4975
6550
msgid "Internal (unspecified) error in handler"
4976
6551
msgstr "Internal (unspecified) error in handler"
6553
#: ../plugin/myisam/my_handler_errors.cc:46
4979
6555
"Someone has changed the row since it was read (while the table was locked to "
4982
6558
"Someone has changed the row since it was read (while the table was locked to "
6561
#: ../plugin/myisam/my_handler_errors.cc:48
4985
6562
msgid "Wrong index given to function"
4986
6563
msgstr "Wrong index given to function"
6565
#: ../plugin/myisam/my_handler_errors.cc:49
4988
6566
msgid "Index file is crashed"
4989
6567
msgstr "Index file is crashed"
6569
#: ../plugin/myisam/my_handler_errors.cc:50
4991
6570
msgid "Record file is crashed"
4992
6571
msgstr "Record file is crashed"
6573
#: ../plugin/myisam/my_handler_errors.cc:51
4994
6574
msgid "Out of memory in engine"
4995
6575
msgstr "Out of memory in engine"
6577
#: ../plugin/myisam/my_handler_errors.cc:52
4997
6578
msgid "Incorrect file format"
4998
6579
msgstr "Incorrect file format"
6581
#: ../plugin/myisam/my_handler_errors.cc:53
5000
6582
msgid "Command not supported by database"
5001
6583
msgstr "Command not supported by database"
6585
#: ../plugin/myisam/my_handler_errors.cc:54
5003
6586
msgid "Old database file"
5004
6587
msgstr "Old database file"
6589
#: ../plugin/myisam/my_handler_errors.cc:55
5006
6590
msgid "No record read before update"
5007
6591
msgstr "No record read before update"
6593
#: ../plugin/myisam/my_handler_errors.cc:56
5009
6594
msgid "Record was already deleted (or record file crashed)"
5010
6595
msgstr "Record was already deleted (or record file crashed)"
6597
#: ../plugin/myisam/my_handler_errors.cc:57
5012
6598
msgid "No more room in record file"
5013
6599
msgstr "No more room in record file"
6601
#: ../plugin/myisam/my_handler_errors.cc:58
5015
6602
msgid "No more room in index file"
5016
6603
msgstr "No more room in index file"
6605
#: ../plugin/myisam/my_handler_errors.cc:59
5018
6606
msgid "No more records (read after end of file)"
5019
6607
msgstr "No more records (read after end of file)"
6609
#: ../plugin/myisam/my_handler_errors.cc:60
5021
6610
msgid "Unsupported extension used for table"
5022
6611
msgstr "Unsupported extension used for table"
6613
#: ../plugin/myisam/my_handler_errors.cc:61
5024
6614
msgid "Too big row"
5025
6615
msgstr "Too big row"
6617
#: ../plugin/myisam/my_handler_errors.cc:62
5027
6618
msgid "Wrong create options"
5028
6619
msgstr "Wrong create options"
6621
#: ../plugin/myisam/my_handler_errors.cc:63
5030
6622
msgid "Duplicate unique key or constraint on write or update"
5031
6623
msgstr "Duplicate unique key or constraint on write or update"
6625
#: ../plugin/myisam/my_handler_errors.cc:64
5033
6626
msgid "Unknown character set used in table"
5034
6627
msgstr "Unknown character set used in table"
6629
#: ../plugin/myisam/my_handler_errors.cc:65
5036
6630
msgid "Conflicting table definitions in sub-tables of MERGE table"
5037
6631
msgstr "Conflicting table definitions in sub-tables of MERGE table"
6633
#: ../plugin/myisam/my_handler_errors.cc:66
5039
6634
msgid "Table is crashed and last repair failed"
5040
6635
msgstr "Table is crashed and last repair failed"
6637
#: ../plugin/myisam/my_handler_errors.cc:67
5042
6638
msgid "Table was marked as crashed and should be repaired"
5043
6639
msgstr "Table was marked as crashed and should be repaired"
6641
#: ../plugin/myisam/my_handler_errors.cc:68
5045
6642
msgid "Lock timed out; Retry transaction"
5046
6643
msgstr "Lock timed out; Retry transaction"
6645
#: ../plugin/myisam/my_handler_errors.cc:69
5048
6646
msgid "Lock table is full; Restart program with a larger locktable"
5049
6647
msgstr "Lock table is full; Restart program with a larger locktable"
6649
#: ../plugin/myisam/my_handler_errors.cc:70
5051
6650
msgid "Updates are not allowed under a read only transactions"
5052
6651
msgstr "Updates are not allowed under a read only transactions"
6653
#: ../plugin/myisam/my_handler_errors.cc:71
5054
6654
msgid "Lock deadlock; Retry transaction"
5055
6655
msgstr "Lock deadlock; Retry transaction"
6657
#: ../plugin/myisam/my_handler_errors.cc:72
5057
6658
msgid "Foreign key constraint is incorrectly formed"
5058
6659
msgstr "Foreign key constraint is incorrectly formed"
6661
#: ../plugin/myisam/my_handler_errors.cc:73
5060
6662
msgid "Cannot add a child row"
5061
6663
msgstr "Cannot add a child row"
6665
#: ../plugin/myisam/my_handler_errors.cc:74
5063
6666
msgid "Cannot delete a parent row"
5064
6667
msgstr "Cannot delete a parent row"
6669
#: ../plugin/myisam/my_handler_errors.cc:75
5066
6670
msgid "No savepoint with that name"
5067
6671
msgstr "No savepoint with that name"
6673
#: ../plugin/myisam/my_handler_errors.cc:76
5069
6674
msgid "Non unique key block size"
5070
6675
msgstr "Non unique key block size"
6677
#: ../plugin/myisam/my_handler_errors.cc:77
5072
6678
msgid "The table does not exist in engine"
5073
6679
msgstr "The table does not exist in engine"
6681
#: ../plugin/myisam/my_handler_errors.cc:78
5075
6682
msgid "The table already existed in storage engine"
5076
6683
msgstr "The table already existed in storage engine"
6685
#: ../plugin/myisam/my_handler_errors.cc:79
5078
6686
msgid "Could not connect to storage engine"
5079
6687
msgstr "Could not connect to storage engine"
6689
#: ../plugin/myisam/my_handler_errors.cc:80
5081
6690
msgid "Unexpected null pointer found when using spatial index"
5082
6691
msgstr "Unexpected null pointer found when using spatial index"
6693
#: ../plugin/myisam/my_handler_errors.cc:81
5084
6694
msgid "The table changed in storage engine"
5085
6695
msgstr "The table changed in storage engine"
6697
#: ../plugin/myisam/my_handler_errors.cc:82
5087
6698
msgid "There's no partition in table for the given value"
5088
6699
msgstr "There's no partition in table for the given value"
6701
#: ../plugin/myisam/my_handler_errors.cc:83
5090
6702
msgid "Row-based binlogging of row failed"
5091
6703
msgstr "Row-based binlogging of row failed"
6705
#: ../plugin/myisam/my_handler_errors.cc:84
5093
6706
msgid "Index needed in foreign key constraint"
5094
6707
msgstr "Index needed in foreign key constraint"
6709
#: ../plugin/myisam/my_handler_errors.cc:85
5096
6710
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5097
6711
msgstr "Upholding foreign key constraints would lead to a duplicate key error"
6713
#: ../plugin/myisam/my_handler_errors.cc:86
5099
6714
msgid "Table needs to be upgraded before it can be used"
5100
6715
msgstr "Table needs to be upgraded before it can be used"
6717
#: ../plugin/myisam/my_handler_errors.cc:87
5102
6718
msgid "Table is read only"
5103
6719
msgstr "Table is read only"
6721
#: ../plugin/myisam/my_handler_errors.cc:88
5105
6722
msgid "Failed to get next auto increment value"
5106
6723
msgstr "Failed to get next auto increment value"
6725
#: ../plugin/myisam/my_handler_errors.cc:89
5108
6726
msgid "Failed to set row auto increment value"
5109
6727
msgstr "Failed to set row auto increment value"
6729
#: ../plugin/myisam/my_handler_errors.cc:90
5111
6730
msgid "Unknown (generic) error from engine"
5112
6731
msgstr "Unknown (generic) error from engine"
6733
#: ../plugin/myisam/my_handler_errors.cc:91
5114
6734
msgid "Record is the same"
5115
6735
msgstr "Record is the same"
6737
#: ../plugin/myisam/my_handler_errors.cc:92
5117
6738
msgid "It is not possible to log this statement"
5118
6739
msgstr "It is not possible to log this statement"
6741
#: ../plugin/myisam/my_handler_errors.cc:93
5120
6742
msgid "Tablespace exists"
5121
6743
msgstr "Tablespace exists"
6745
#: ../plugin/myisam/my_handler_errors.cc:94
5123
6746
msgid "The event was corrupt, leading to illegal data being read"
5124
6747
msgstr "The event was corrupt, leading to illegal data being read"
6749
#: ../plugin/myisam/my_handler_errors.cc:95
5126
6750
msgid "The table is of a new format not supported by this version"
5127
6751
msgstr "The table is of a new format not supported by this version"
6753
#: ../plugin/myisam/my_handler_errors.cc:96
5129
6754
msgid "The event could not be processed no other handler error happened"
5130
6755
msgstr "The event could not be processed no other handler error happened"
6757
#: ../plugin/myisam/my_handler_errors.cc:97
5132
6758
msgid "Got a fatal error during initialzation of handler"
5133
6759
msgstr "Got a fatal error during initialzation of handler"
6761
#: ../plugin/myisam/my_handler_errors.cc:98
5135
6762
msgid "File to short; Expected more data in file"
5136
6763
msgstr "File too short; Expected more data in file"
6765
#: ../plugin/myisam/my_handler_errors.cc:99
5138
6766
msgid "Read page with wrong checksum"
5139
6767
msgstr "Read page with wrong checksum"
6769
#. TODO: get a better message for these
6770
#: ../plugin/myisam/my_handler_errors.cc:101
5141
6771
msgid "Lock or active transaction"
5142
6772
msgstr "Lock or active transaction"
6774
#: ../plugin/myisam/my_handler_errors.cc:102
5144
6775
msgid "No such table space"
5145
6776
msgstr "No such table space"
6778
#: ../plugin/myisam/my_handler_errors.cc:103
5147
6779
msgid "Tablespace not empty"
5148
6780
msgstr "Tablespace not empty"
6782
#: ../plugin/mysql_protocol/mysql_protocol.cc:935
5151
6784
msgid "Invalid value for retry_count"
5152
6785
msgstr "Invalid use of group function"
6787
#: ../plugin/mysql_protocol/mysql_protocol.cc:969
6788
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
5155
6790
"Port number to use for connection or 0 for default to with MySQL protocol."
5156
6791
msgstr "Port number to use for connection or use 0 for MySQL protocol default."
6793
#: ../plugin/pbms/src/parameters_ms.cc:552
6795
"A comma delimited list of tables to watch of the format: <database>."
6799
#: ../plugin/pbms/src/parameters_ms.cc:560
6800
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
6803
#: ../plugin/pbms/src/parameters_ms.cc:568
6804
msgid "Before insert row event observer call position"
6807
#: ../plugin/pool_of_threads/pool_of_threads.cc:230
6808
msgid "event_add error in libevent_add_session_callback\n"
6811
#: ../plugin/pool_of_threads/pool_of_threads.cc:308
6812
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
6815
#: ../plugin/pool_of_threads/pool_of_threads.cc:585
6816
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6819
#: ../plugin/pool_of_threads/pool_of_threads.cc:592
6820
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6823
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
6824
msgid "session_add_event event_add error in libevent_init\n"
6827
#: ../plugin/pool_of_threads/pool_of_threads.cc:617
6829
msgid "Can't create completion port thread (error %d)"
6830
msgstr "Can't create interrupt-thread (error %d, errno: %d)"
6832
#: ../plugin/pool_of_threads/pool_of_threads.cc:655
6833
msgid "Size of Pool."
6836
#: ../plugin/rabbitmq/rabbitmq_log.cc:106
6838
msgid "Failed to allocate enough memory to transaction message\n"
6839
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
6841
#: ../plugin/rabbitmq/rabbitmq_log.cc:151
6843
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
6844
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
6846
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
6848
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
6849
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
6851
#: ../plugin/rabbitmq/rabbitmq_log.cc:179
6853
msgid "Enable rabbitmq log"
6854
msgstr "Enable transaction log"
6856
#: ../plugin/rabbitmq/rabbitmq_log.cc:188
6857
msgid "Host name to connect to"
6860
#: ../plugin/rabbitmq/rabbitmq_log.cc:197
6861
msgid "RabbitMQ Port"
6864
#: ../plugin/rabbitmq/rabbitmq_log.cc:208
6866
msgid "RabbitMQ username"
6869
#: ../plugin/rabbitmq/rabbitmq_log.cc:216
6870
msgid "RabbitMQ password"
6873
#: ../plugin/rabbitmq/rabbitmq_log.cc:224
6874
msgid "RabbitMQ virtualhost"
6877
#: ../plugin/rabbitmq/rabbitmq_log.cc:232
6878
msgid "Name of RabbitMQ exchange to publish to"
6881
#: ../plugin/rabbitmq/rabbitmq_log.cc:240
6882
msgid "Name of RabbitMQ routing key to use"
6885
#: ../plugin/rabbitmq/rabbitmq_log.cc:248
6886
#: ../plugin/transaction_log/module.cc:247
6887
msgid "Name of the replicator plugin to use (default='default_replicator')"
6888
msgstr "Name of the replicator plugin to use (default='default_replicator')"
6890
#: ../plugin/signal_handler/signal_handler.cc:233
5159
6892
msgid "Can't create interrupt-thread (error %d, errno: %d)"
5160
6893
msgstr "Can't create interrupt-thread (error %d, errno: %d)"
6895
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
5163
6897
msgid "syslog facility \"%s\" not known, using \"local0\""
5164
6898
msgstr "syslog facility \"%s\" not known, using \"local0\""
6900
#: ../plugin/syslog/errmsg.cc:49
5166
6901
#, fuzzy, c-format
5167
6902
msgid "syslog priority \"%s\" not known, using \"warn\""
5168
6903
msgstr "syslog priority \"%s\" not known, using \"info\""
6905
#: ../plugin/syslog/logging.cc:72
5171
6907
msgid "syslog priority \"%s\" not known, using \"info\""
5172
6908
msgstr "syslog priority \"%s\" not known, using \"info\""
6910
#: ../plugin/syslog/module.cc:59
6911
msgid "Syslog Ident"
6912
msgstr "Syslog Ident"
6914
#: ../plugin/syslog/module.cc:68
6915
msgid "Syslog Facility"
6916
msgstr "Syslog Facility"
6918
#: ../plugin/syslog/module.cc:77
6920
msgid "Enable logging to syslog of the query log"
6921
msgstr "Enable logging to syslog"
6923
#: ../plugin/syslog/module.cc:86
6925
msgid "Syslog Priority of query logging"
6926
msgstr "Syslog Priority"
6928
#: ../plugin/syslog/module.cc:131
6930
msgid "Enable logging to syslog of the error messages"
6931
msgstr "Enable logging to syslog"
6933
#: ../plugin/syslog/module.cc:140
6935
msgid "Syslog Priority of error messages"
6936
msgstr "Syslog Priority"
6938
#: ../plugin/transaction_log/background_worker.cc:74
5175
6940
msgid "Unable to create background worker thread. Got error %s.\n"
5176
6941
msgstr "Unable to create background worker thread. Got error %s.\n"
6943
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6944
#: ../plugin/transaction_log/print_transaction_message.cc:102
6945
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6947
msgid "Failed to open transaction log file %s. Got error: %s\n"
6948
msgstr "Failed to open transaction log file %s. Got error: %s\n"
6950
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6951
#: ../plugin/transaction_log/print_transaction_message.cc:144
6952
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6954
msgid "Raw buffer read: %s.\n"
6955
msgstr "Raw buffer read: %s.\n"
6957
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6958
#: ../plugin/transaction_log/print_transaction_message.cc:150
6959
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6961
msgid "Unable to parse transaction. Got error: %s.\n"
6962
msgstr "Unable to parse transaction. Got error: %s.\n"
6964
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6965
#: ../plugin/transaction_log/print_transaction_message.cc:152
6966
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6968
msgid "BUFFER: %s\n"
6969
msgstr "BUFFER: %s\n"
6971
#: ../plugin/transaction_log/module.cc:122
5179
6973
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5180
6974
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
6976
#: ../plugin/transaction_log/module.cc:131
5183
6978
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5184
6979
msgstr "Failed to initialize the Transaction Log. Got error: %s\n"
6981
#: ../plugin/transaction_log/module.cc:141
5187
6983
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5188
6984
msgstr "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
6986
#: ../plugin/transaction_log/module.cc:150
5191
6988
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5192
6989
msgstr "Failed to initialize the Transaction Log Index. Got error: %s\n"
6991
#: ../plugin/transaction_log/module.cc:163
5195
6993
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5197
6995
"Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
6997
#: ../plugin/transaction_log/module.cc:223
5199
6998
msgid "Enable transaction log"
5200
6999
msgstr "Enable transaction log"
7001
#: ../plugin/transaction_log/module.cc:231
5202
7002
msgid "DEBUGGING - Truncate transaction log"
5203
7003
msgstr "DEBUGGING - Truncate transaction log"
7005
#: ../plugin/transaction_log/module.cc:239
5205
7006
msgid "Path to the file to use for transaction log"
5206
7007
msgstr "Path to the file to use for transaction log"
5208
msgid "Name of the replicator plugin to use (default='default_replicator')"
5209
msgstr "Name of the replicator plugin to use (default='default_replicator')"
7009
#: ../plugin/transaction_log/module.cc:255
5211
7010
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5212
7011
msgstr "Enable CRC32 Checksumming of each written transaction log entry"
7013
#: ../plugin/transaction_log/module.cc:263
5215
7015
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5216
7016
"each transaction write, 2 == sync log file once per second"