156
231
"Don't write line number for errors. WARNING: -L is deprecated, use long "
157
232
"version of this option instead."
234
#: ../client/drizzle.cc:1388
159
235
msgid "Write column names in results."
160
236
msgstr "Write column names in results."
163
"Don't write column names in results. WARNING: -N is deprecated, use long "
164
"version of this options instead."
166
"Don't write column names in results. WARNING: -N is deprecated, use long "
167
"version of this options instead."
170
"Change the value of a variable. Please note that this option is deprecated; "
171
"you can set variables directly with --variable-name=value."
173
"Change the value of a variable. Please note that this option is deprecated; "
174
"you can set variables directly with --variable-name=value."
238
#: ../client/drizzle.cc:1390
240
"Don't write column names in results. WARNING: -N is deprecated, use long "
241
"version of this options instead."
243
"Don't write column names in results. WARNING: -N is deprecated, use long "
244
"version of this options instead."
246
#: ../client/drizzle.cc:1392
248
"Change the value of a variable. Please note that this option is deprecated; "
249
"you can set variables directly with --variable-name=value."
251
"Change the value of a variable. Please note that this option is deprecated; "
252
"you can set variables directly with --variable-name=value."
254
#: ../client/drizzle.cc:1394
176
255
msgid "Output in table format."
177
256
msgstr "Output in table format."
258
#: ../client/drizzle.cc:1396
179
259
msgid "Only allow UPDATE and DELETE that uses keys."
180
260
msgstr "Only allow UPDATE and DELETE that uses keys."
262
#: ../client/drizzle.cc:1398
182
263
msgid "Synonym for option --safe-updates, -U."
183
264
msgstr "Synonym for option --safe-updates, -U."
266
#: ../client/drizzle.cc:1400
185
267
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
186
268
msgstr "-v vvv implies that verbose= 3, Used to specify verbose"
270
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2425
271
#: ../drizzled/drizzled.cc:1158
188
272
msgid "Output version information and exit."
189
273
msgstr "Output version information and exit."
192
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
194
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
275
#: ../client/drizzle.cc:1403
276
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
277
msgstr "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
279
#: ../client/drizzle.cc:1407
196
280
msgid "Number of lines before each import progress report."
197
281
msgstr "Number of lines before each import progress report."
283
#: ../client/drizzle.cc:1409
199
284
msgid "Ping the server to check if it's alive."
200
285
msgstr "Ping the server to check if it's alive."
287
#: ../client/drizzle.cc:1411
202
288
msgid "Configuration file defaults are not used if no-defaults is set"
203
289
msgstr "Configuration file defaults are not used if no-defaults is set"
206
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
207
"and field completion, but startup and reconnecting may take a longer time. "
208
"Disable with --disable-auto-rehash."
210
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
211
"and field completion, but startup and reconnecting may take a longer time. "
212
"Disable with --disable-auto-rehash."
215
"No automatic rehashing. One has to use 'rehash' to get table and field "
216
"completion. This gives a quicker start of drizzle_st and disables rehashing "
217
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
219
"No automatic rehashing. One has to use 'rehash' to get table and field "
220
"completion. This gives a quicker start of drizzle_st and disables rehashing "
221
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
224
"Automatically switch to vertical output mode if the result is wider than the "
227
"Automatically switch to vertical output mode if the result is wider than the "
291
#: ../client/drizzle.cc:1414 ../client/drizzledump.cc:2434
292
msgid "Options specific to the drizzle client"
295
#: ../client/drizzle.cc:1417
297
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
298
"and field completion, but startup and reconnecting may take a longer time. "
299
"Disable with --disable-auto-rehash."
301
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
302
"and field completion, but startup and reconnecting may take a longer time. "
303
"Disable with --disable-auto-rehash."
305
#: ../client/drizzle.cc:1418
307
"No automatic rehashing. One has to use 'rehash' to get table and field "
308
"completion. This gives a quicker start of drizzle_st and disables rehashing "
309
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
311
"No automatic rehashing. One has to use 'rehash' to get table and field "
312
"completion. This gives a quicker start of drizzle_st and disables rehashing "
313
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
315
#: ../client/drizzle.cc:1420
317
"Automatically switch to vertical output mode if the result is wider than the "
320
"Automatically switch to vertical output mode if the result is wider than the "
323
#: ../client/drizzle.cc:1422
230
324
msgid "Database to use."
231
325
msgstr "Database to use."
327
#: ../client/drizzle.cc:1424
233
328
msgid "(not used)"
234
329
msgstr "(not used)"
331
#: ../client/drizzle.cc:1426
236
332
msgid "Delimiter to be used."
237
333
msgstr "Delimiter to be used."
335
#: ../client/drizzle.cc:1428
239
336
msgid "Execute command and quit. (Disables --force and history file)"
240
337
msgstr "Execute command and quit. (Disables --force and history file)"
339
#: ../client/drizzle.cc:1430
242
340
msgid "Enable/disable LOAD DATA LOCAL INFILE."
243
341
msgstr "Enable/disable LOAD DATA LOCAL INFILE."
343
#: ../client/drizzle.cc:1432
245
344
msgid "Flush buffer after each query."
246
345
msgstr "Flush buffer after each query."
347
#: ../client/drizzle.cc:1434
248
348
msgid "Ignore SIGINT (CTRL-C)"
249
349
msgstr "Ignore SIGINT (CTRL-C)"
252
"Only update the default database. This is useful for skipping updates to "
253
"other database in the update log."
255
"Only update the default database. This is useful for skipping updates to "
256
"other database in the update log."
259
"Pager to use to display results. If you don't supply an option the default "
260
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
261
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
262
"work in batch mode. Disable with --disable-pager. This option is disabled by "
265
"Pager to use to display results. If you don't supply an option the default "
266
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
267
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
268
"work in batch mode. Disable with --disable-pager. This option is disabled by "
351
#: ../client/drizzle.cc:1436
353
"Only update the default database. This is useful for skipping updates to "
354
"other database in the update log."
356
"Only update the default database. This is useful for skipping updates to "
357
"other database in the update log."
359
#: ../client/drizzle.cc:1438
361
"Pager to use to display results. If you don't supply an option the default "
362
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
363
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
364
"work in batch mode. Disable with --disable-pager. This option is disabled by "
367
"Pager to use to display results. If you don't supply an option the default "
368
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
369
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
370
"work in batch mode. Disable with --disable-pager. This option is disabled by "
373
#: ../client/drizzle.cc:1440
271
374
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
272
375
msgstr "Disable pager and print to stdout. See interactive help (\\h) also."
377
#: ../client/drizzle.cc:1442
274
378
msgid "Set the drizzle prompt to this value."
275
379
msgstr "Set the drizzle prompt to this value."
381
#: ../client/drizzle.cc:1444
278
383
"Don't cache result, print it row by row. This may slow down the server if "
279
384
"the output is suspended. Doesn't use history file."
434
587
"You can turn off this feature to get a quicker start-up with -A\n"
590
#: ../client/drizzle.cc:2693
437
591
msgid "No connection. Trying to reconnect..."
438
592
msgstr "No connection. Trying to reconnect..."
594
#: ../client/drizzle.cc:2699
440
595
msgid "Can't connect to the server\n"
441
596
msgstr "Can't connect to the server\n"
598
#: ../client/drizzle.cc:2779
443
599
msgid "List of all Drizzle commands:"
444
600
msgstr "List of all Drizzle commands:"
446
msgid "Note that all text commands must be first on line and end with ';'"
602
#: ../client/drizzle.cc:2783
605
"Note that all text commands must be first on line and end with '%s' or \\g"
447
606
msgstr "Note that all text commands must be first on line and end with ';'"
608
#: ../client/drizzle.cc:2841
449
609
msgid "No query specified\n"
450
610
msgstr "No query specified\n"
612
#: ../client/drizzle.cc:2856
452
613
msgid "Ignoring query to other database"
453
614
msgstr "Ignoring query to other database"
616
#: ../client/drizzle.cc:2906
455
617
msgid "Empty set"
456
618
msgstr "Empty set"
620
#: ../client/drizzle.cc:2919
459
622
msgid "%ld row in set"
460
623
msgid_plural "%ld rows in set"
461
624
msgstr[0] "%ld row in set"
462
625
msgstr[1] "%ld rows in set"
627
#: ../client/drizzle.cc:2928
465
629
msgstr "Query OK"
631
#: ../client/drizzle.cc:2930
468
633
msgid "Query OK, %ld row affected"
469
634
msgid_plural "Query OK, %ld rows affected"
470
635
msgstr[0] "Query OK, %ld row affected"
471
636
msgstr[1] "Query OK, %ld rows affected"
638
#: ../client/drizzle.cc:3002
639
msgid "popen() failed! defaulting PAGER to stdout!\n"
642
#: ../client/drizzle.cc:3024
644
msgid "Error logging to file '%s'\n"
645
msgstr "Enable logging to CSV file"
647
#: ../client/drizzle.cc:3029
649
msgid "Logging to file '%s'\n"
650
msgstr "Reading history-file %s\n"
652
#: ../client/drizzle.cc:3113
661
"Collation: %s (%u)\n"
669
#: ../client/drizzle.cc:3580
671
msgid "No previous outfile available, you must give a filename!\n"
674
#: ../client/drizzle.cc:3585
676
msgid "Currently logging to file '%s'\n"
677
msgstr "Enable logging to CSV file"
679
#: ../client/drizzle.cc:3605
681
msgid "No outfile specified!\n"
682
msgstr "No query specified\n"
684
#: ../client/drizzle.cc:3618
685
msgid "Outfile disabled.\n"
688
#: ../client/drizzle.cc:3645
690
msgid "Default pager wasn't set, using stdout.\n"
691
msgstr "Disable pager, print to stdout."
693
#: ../client/drizzle.cc:3665
695
msgid "PAGER set to '%s'\n"
698
#: ../client/drizzle.cc:3676
699
msgid "PAGER set to stdout\n"
702
#: ../client/drizzle.cc:3759
704
msgid "Connection id: %u"
707
#: ../client/drizzle.cc:3761
709
msgid "Current database: %.128s\n"
710
msgstr "Unknown database '%-.192s'"
712
#: ../client/drizzle.cc:3762
717
#: ../client/drizzle.cc:3782
718
msgid "Usage: \\. <filename> | source <filename>"
721
#: ../client/drizzle.cc:3797
723
msgid "Failed to open file '%s', error: %d"
724
msgstr "Can't open file: '%-.200s' (errno: %d)"
726
#: ../client/drizzle.cc:3805
728
msgid "Can't initialize LineBuffer"
729
msgstr "Can't initialize %-.64s backup driver"
731
#: ../client/drizzle.cc:3841
732
msgid "DELIMITER must be followed by a 'delimiter' character or string"
735
#: ../client/drizzle.cc:3874
736
msgid "USE must be followed by a database name"
739
#: ../client/drizzle.cc:3942
741
msgid "Database changed"
742
msgstr "Database to use."
744
#: ../client/drizzle.cc:3950
746
msgid "Show warnings enabled."
747
msgstr "Show warnings after every statement."
749
#: ../client/drizzle.cc:3958
751
msgid "Show warnings disabled."
752
msgstr "Show warnings after every statement."
754
#: ../client/drizzle.cc:4100
758
"Connection id:\t\t%lu\n"
761
#: ../client/drizzle.cc:4112
763
msgid "Current database:\t%s\n"
764
msgstr "Can't init databases"
766
#: ../client/drizzle.cc:4113
768
msgid "Current user:\t\t%s\n"
771
#: ../client/drizzle.cc:4119
772
msgid "SSL:\t\t\tNot in use"
775
#: ../client/drizzle.cc:4124
780
msgstr "Too many connections"
782
#: ../client/drizzle.cc:4131
785
"All updates ignored to this database\n"
788
#: ../client/drizzle.cc:4134
790
msgid "Current pager:\t\t%s\n"
793
#: ../client/drizzle.cc:4135
795
msgid "Using outfile:\t\t'%s'\n"
798
#: ../client/drizzle.cc:4136
800
msgid "Using delimiter:\t%s\n"
803
#: ../client/drizzle.cc:4137
805
msgid "Server version:\t\t%s\n"
808
#: ../client/drizzle.cc:4138
810
msgid "Protocol version:\t%d\n"
813
#: ../client/drizzle.cc:4139
815
msgid "Connection:\t\t%s\n"
816
msgstr "-- Connecting to %s...\n"
818
#: ../client/drizzle.cc:4146
820
msgid "UNIX socket:\t\t%s\n"
823
#: ../client/drizzle.cc:4148
825
msgid "TCP port:\t\t%d\n"
828
#: ../client/drizzle.cc:4153
831
"Note that you are running in safe_update_mode:\n"
834
#: ../client/drizzle.cc:4155
837
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
839
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
841
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
842
" Max number of examined row combination in a join is set to: %"
847
#: ../client/drizzle.cc:4217 ../drizzled/option.cc:339
852
#: ../client/drizzle.cc:4260
854
msgid "ERROR %d (%s): "
857
#: ../client/drizzle.cc:4262
862
#: ../client/drizzle.cc:4265
867
#: ../client/drizzle.cc:4398
871
#: ../client/drizzle.cc:4400
875
#: ../client/drizzle.cc:4406
879
#: ../client/drizzle.cc:4412
883
#: ../client/drizzle.cc:4513
887
#: ../client/drizzle.cc:4633
889
msgid "Returning to default PROMPT of %s\n"
892
#: ../client/drizzle.cc:4638
894
msgid "Memory allocation error. Not changing prompt\n"
895
msgstr "Memory allocation error while constructing initial prompt. Aborting.\n"
897
#: ../client/drizzle.cc:4643
899
msgid "PROMPT set to '%s'\n"
902
#: ../client/drizzledump.cc:198
474
904
msgid "Got errno %d on write"
475
905
msgstr "Got errno %d on write"
907
#: ../client/drizzledump.cc:282
478
909
msgid "%s: You must use option --tab with --fields-...\n"
479
910
msgstr "%s: You must use option --tab with --fields-...\n"
483
"%s: You can't use --single-transaction and --lock-all-tables at the same "
486
"%s: You can't use --single-transaction and --lock-all-tables at the same "
491
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
494
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
912
#: ../client/drizzledump.cc:288
915
"%s: You can't use --single-transaction and --lock-all-tables at the same "
918
"%s: You can't use --single-transaction and --lock-all-tables at the same "
921
#: ../client/drizzledump.cc:294
924
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
927
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
930
#: ../client/drizzledump.cc:300
498
932
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
499
933
msgstr "%s: --databases or --all-databases can't be used with --tab.\n"
935
#: ../client/drizzledump.cc:319
502
937
msgid "Got error: %s (%d) %s"
503
938
msgstr "Got error: %s (%d) %s"
940
#: ../client/drizzledump.cc:326
506
942
msgid "Got error: %d %s"
507
943
msgstr "Got error: %d %s"
945
#: ../client/drizzledump.cc:424 ../client/drizzledump.cc:431
946
#: ../client/drizzledump.cc:444
510
948
msgid "Couldn't execute '%s': %s (%d)"
511
949
msgstr "Couldn't execute '%s': %s (%d)"
951
#: ../client/drizzledump.cc:504
514
953
msgid "-- Connecting to %s...\n"
515
954
msgstr "-- Connecting to %s...\n"
956
#: ../client/drizzledump.cc:527
518
958
msgid "-- Disconnecting from %s...\n"
519
959
msgstr "-- Disconnecting from %s...\n"
961
#: ../client/drizzledump.cc:538
521
962
msgid "Couldn't allocate memory"
522
963
msgstr "Couldn't allocate memory"
965
#: ../client/drizzledump.cc:882
526
968
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
579
1032
"-- Dumping data for table %s\n"
1035
#: ../client/drizzledump.cc:1478
582
1036
msgid "-- Retrieving rows...\n"
583
1037
msgstr "-- Retrieving rows...\n"
1039
#: ../client/drizzledump.cc:1481
586
1041
msgid "%s: Error in field count for table: %s ! Aborting.\n"
587
1042
msgstr "%s: Error in field count for table: %s ! Aborting.\n"
1044
#: ../client/drizzledump.cc:1525
590
1046
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
591
1047
msgstr "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
1049
#: ../client/drizzledump.cc:1542
594
1051
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
595
1052
msgstr "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
1054
#: ../client/drizzledump.cc:1564
598
1056
msgid "Not enough fields from table %s! Aborting.\n"
599
1057
msgstr "Not enough fields from table %s! Aborting.\n"
1059
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
601
1060
msgid "when doing refresh"
602
1061
msgstr "when doing refresh"
1063
#: ../client/drizzledump.cc:2066
604
1064
msgid "alloc_root failure."
605
1065
msgstr "alloc_root failure."
1067
#: ../client/drizzledump.cc:2082
608
1069
msgid "Couldn't find table: \"%s\""
609
1070
msgstr "Couldn't find table: \"%s\""
1072
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1073
#: ../client/drizzledump.cc:2336
613
1076
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
615
1078
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
1080
#: ../client/drizzledump.cc:2368
618
1082
msgid "Error: Not enough memory to store ORDER BY clause\n"
619
1083
msgstr "Error: Not enough memory to store ORDER BY clause\n"
622
"Number of rows before each output progress report (requires --verbose)."
624
"Number of rows before each output progress report (requires --verbose)."
1085
#: ../client/drizzledump.cc:2399
1087
"Dump all the databases. This will be same as --databases with all databases "
1091
#: ../client/drizzledump.cc:2401
1092
msgid "Dump all the tablespaces."
1095
#: ../client/drizzledump.cc:2403
1096
msgid "Use complete insert statements."
1099
#: ../client/drizzledump.cc:2407
1101
"Flush logs file in server before starting dump. Note that if you dump many "
1102
"databases at once (using the option --databases= or --all-databases), the "
1103
"logs will be flushed for each database dumped. The exception is when using --"
1104
"lock-all-tables in this case the logs will be flushed only once, "
1105
"corresponding to the moment all tables are locked. So if you want your dump "
1106
"and the log flush to happen at the same exact moment you should use --lock-"
1107
"all-tables or --flush-logs"
1110
#: ../client/drizzledump.cc:2409
1112
msgid "Continue even if we get an sql-error."
1113
msgstr "Continue even if we get an sql error."
1115
#: ../client/drizzledump.cc:2410
1117
msgid "Display this help message and exit."
1118
msgstr "Display this help and exit."
1120
#: ../client/drizzledump.cc:2412
1122
"Locks all tables across all databases. This is achieved by taking a global "
1123
"read lock for the duration of the whole dump. Automatically turns --single-"
1124
"transaction and --lock-tables off."
1127
#: ../client/drizzledump.cc:2414
1129
"Sorts each table's rows by primary key, or first unique key, if such a key "
1130
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1131
"table, but will make the dump itself take considerably longer."
1134
#: ../client/drizzledump.cc:2416
1136
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1137
"Works ONLY for tables stored in storage engines which support "
1138
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1139
"be consistent for other storage engines. While a --single-transaction dump "
1140
"is in process, to ensure a valid dump file (correct table contents), no "
1141
"other connection should use the following statements: ALTER TABLE, DROP "
1142
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1143
"from them. Option automatically turns off --lock-tables."
1146
#: ../client/drizzledump.cc:2417
1148
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1149
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1150
"default, disable with --skip-opt."
1153
#: ../client/drizzledump.cc:2419
1155
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1156
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1159
#: ../client/drizzledump.cc:2420
1160
msgid "Overrides option --databases (-B)."
1163
#: ../client/drizzledump.cc:2422
1164
msgid "Number of rows before each output progress report (requires --verbose)."
1166
"Number of rows before each output progress report (requires --verbose)."
1168
#: ../client/drizzledump.cc:2424
1169
msgid "Print info about the various stages."
1172
#: ../client/drizzledump.cc:2426
1173
msgid "Dump a database as well formed XML."
1176
#: ../client/drizzledump.cc:2427
1177
msgid "Turn off Comments"
1180
#: ../client/drizzledump.cc:2428
1182
msgid "Turn off create-options"
1183
msgstr "Wrong create options"
1185
#: ../client/drizzledump.cc:2429
1186
msgid "Turn off extended-insert"
1189
#: ../client/drizzledump.cc:2430
1190
msgid "Turn off dump-date"
1193
#: ../client/drizzledump.cc:2431
1195
msgid "Do not read from the configuration files"
1196
msgstr "Got a read error from the connection pipe"
1198
#: ../client/drizzledump.cc:2437
1199
msgid "Add a 'DROP DATABASE' before each create."
1202
#: ../client/drizzledump.cc:2439
1203
msgid "Add a 'drop table' before each create."
1206
#: ../client/drizzledump.cc:2441
1207
msgid "Allow creation of column names that are keywords."
1210
#: ../client/drizzledump.cc:2443
1211
msgid "Write additional information."
1214
#: ../client/drizzledump.cc:2445
1216
"Give less verbose output (useful for debugging). Disables structure comments "
1217
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1218
"set-names --skip-disable-keys --skip-add-locks"
1221
#: ../client/drizzledump.cc:2447
1222
msgid "Include all DRIZZLE specific create options."
1225
#: ../client/drizzledump.cc:2449
1226
msgid "Put a dump date to the end of the output."
1229
#: ../client/drizzledump.cc:2451
1231
"To dump several databases. Note the difference in usage; In this case no "
1232
"tables are given. All name arguments are regarded as databasenames. 'USE "
1233
"db_name;' will be included in the output."
1236
#: ../client/drizzledump.cc:2453
1237
msgid "Insert rows with INSERT DELAYED;"
1240
#: ../client/drizzledump.cc:2455
1242
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1243
"will be put in the output."
1246
#: ../client/drizzledump.cc:2457
1247
msgid "Allows utilization of the new, much faster INSERT syntax."
1250
#: ../client/drizzledump.cc:2459
1251
msgid "Fields in the textfile are terminated by ..."
1254
#: ../client/drizzledump.cc:2461
1255
msgid "Fields in the importfile are enclosed by ..."
1258
#: ../client/drizzledump.cc:2463
1259
msgid "Fields in the i.file are opt. enclosed by ..."
1262
#: ../client/drizzledump.cc:2465
1263
msgid "Fields in the i.file are escaped by ..."
1266
#: ../client/drizzledump.cc:2469
1268
"Do not dump the specified table. To specify more than one table to ignore, "
1269
"use the directive multiple times, once for each table. Each table must be "
1270
"specified with both database and table names, e.g. --ignore-table=database."
1274
#: ../client/drizzledump.cc:2471
1275
msgid "Insert rows with INSERT IGNORE."
1278
#: ../client/drizzledump.cc:2473
1279
msgid "Lines in the i.file are terminated by ..."
1282
#: ../client/drizzledump.cc:2475
1283
msgid "Wrap tables with autocommit/commit statements."
1286
#: ../client/drizzledump.cc:2477
1288
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1289
"above line will be added otherwise, if --databases or --all-databases option "
1293
#: ../client/drizzledump.cc:2479
1294
msgid "Don't write table creation info."
1297
#: ../client/drizzledump.cc:2481
1298
msgid "No row information."
1301
#: ../client/drizzledump.cc:2482
1303
msgid "Deprecated. Use --skip-set-charset instead."
1304
msgstr "WARNING: option deprecated; use --disable-pager instead.\n"
1306
#: ../client/drizzledump.cc:2484
1307
msgid "Enable set-name"
1310
#: ../client/drizzledump.cc:2486
1311
msgid "Don't buffer query, dump directly to stdout."
1314
#: ../client/drizzledump.cc:2488
1315
msgid "Quote table and column names with backticks (`)."
1318
#: ../client/drizzledump.cc:2490
1319
msgid "Use REPLACE INTO instead of INSERT INTO."
1322
#: ../client/drizzledump.cc:2492
1324
"Direct output to a given file. This option should be used in MSDOS, because "
1325
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1329
#: ../client/drizzledump.cc:2494
1331
"Creates tab separated textfile for each table to given path. (creates .sql "
1332
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1333
"machine as the drizzled daemon."
1336
#: ../client/drizzledump.cc:2496
1337
msgid "Dump only selected records; QUOTES mandatory!"
1340
#: ../client/drizzledump.cc:2502
1341
msgid "Connect to host."
1342
msgstr "Connect to host."
1344
#: ../client/drizzledump.cc:2506
1347
"Password to use when connecting to server. If password is not given it's "
1348
"solicited on the tty."
1350
"Password to use when connecting to server. If password is not given it's "
1351
"asked from the tty."
1353
#: ../client/drizzledump.cc:2508
1355
msgid "Port number to use for connection."
1356
msgstr "Socket file to use for connection."
1358
#: ../client/drizzledump.cc:2515
1359
msgid "Hidden Options"
1362
#: ../client/drizzledump.cc:2517
1364
msgid "Used to select the database"
1365
msgstr "Path to the database root."
1367
#: ../client/drizzledump.cc:2518
1368
msgid "Used to select the tables"
1371
#: ../client/drizzledump.cc:2521
1372
msgid "Allowed Options + Hidden Options"
1375
#: ../client/drizzledump.cc:2573
1377
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1378
msgstr "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
1380
#: ../client/drizzledump.cc:2578
1382
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1383
"and you are welcome to modify and redistribute it under the GPL license\n"
1385
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1386
"and you are welcome to modify and redistribute it under the GPL license\n"
1388
#: ../client/drizzledump.cc:2579
1389
msgid "Dumps definitions and data from a Drizzle database server"
1390
msgstr "Dumps definitions and data from a Drizzle database server"
1392
#: ../client/drizzledump.cc:2580
627
1394
msgid "Usage: %s [OPTIONS] database [tables]\n"
628
1395
msgstr "Usage: %s [OPTIONS] database [tables]\n"
1397
#: ../client/drizzledump.cc:2581
631
1399
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
632
1400
msgstr "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1402
#: ../client/drizzledump.cc:2583
635
1404
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
636
1405
msgstr "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1407
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1408
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
639
1410
msgid "Value supplied for port is not valid.\n"
640
1411
msgstr "Value supplied for port is not valid.\n"
1414
#. This check is made because the some the file functions below
1415
#. have FN_REFLEN sized stack allocated buffers and will cause
1416
#. a crash even if the input destination buffer is large enough
1417
#. to hold the output.
1419
#: ../client/drizzledump.cc:2646
643
1421
msgid "Input filename too long: %s"
644
1422
msgstr "Input filename too long: %s"
647
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
648
msgstr "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
651
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
652
"and you are welcome to modify and redistribute it under the GPL license\n"
654
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
655
"and you are welcome to modify and redistribute it under the GPL license\n"
657
msgid "Dumps definitions and data from a Drizzle database server"
658
msgstr "Dumps definitions and data from a Drizzle database server"
1424
#: ../client/drizzledump.cc:2684
661
1426
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
662
1427
msgstr "Illegal use of option --ignore-table=<database>.<table>\n"
1429
#: ../client/drizzleslap.cc:2856
665
msgid "Invalid mode to --compatible: %s\n"
666
msgstr "Invalid mode to --compatible: %s\n"
1431
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1434
#: ../client/drizzletest.cc:5364
668
1435
msgid "Error: Invalid Value for opt_max_connect_retries"
669
1436
msgstr "Error: Invalid Value for opt_max_connect_retries"
1438
#: ../client/drizzletest.cc:5374
671
1439
msgid "Error: Invalid Value for opt_tail_lines"
672
1440
msgstr "Error: Invalid Value for opt_tail_lines"
1442
#: ../client/drizzletest.cc:5384
674
1443
msgid "Error: Invalid Value for opt_sleep"
675
1444
msgstr "Error: Invalid Value for opt_sleep"
1446
#: ../client/drizzletest.cc:5565
678
1448
msgid "Could not open '%s' for reading: errno = %d"
679
1449
msgstr "Could not open '%s' for reading: errno = %d"
1451
#: ../client/drizzletest.cc:5570 ../drizzled/drizzled.cc:863
682
1453
msgid "Out of memory"
683
1454
msgstr "Out of memory"
1456
#: ../drizzled/drizzled.cc:480
685
1457
msgid "Aborting\n"
686
1458
msgstr "Aborting\n"
1460
#: ../drizzled/drizzled.cc:544
688
1461
msgid "One can only use the --user switch if running as root\n"
689
1462
msgstr "One can only use the --user switch if running as root\n"
1464
#: ../drizzled/drizzled.cc:551
692
1466
"Fatal error: Please read \"Security\" section of the manual to find out how "
693
1467
"to run drizzled as root!\n"
725
1505
"%s: Too many arguments (first extra is '%s').\n"
726
1506
"Use --verbose --help to get a list of available options\n"
1508
#: ../drizzled/drizzled.cc:919
728
1509
msgid "No scheduler found, cannot continue!\n"
729
1510
msgstr "No scheduler found, cannot continue!\n"
1512
#: ../drizzled/drizzled.cc:943
732
1514
msgid "Unknown/unsupported storage engine: %s"
733
1515
msgstr "Unknown/unsupported storage engine: %s"
1517
#: ../drizzled/drizzled.cc:1032
735
1518
msgid "Display this help and exit."
736
1519
msgstr "Display this help and exit."
1521
#: ../drizzled/drizzled.cc:1036
738
1522
msgid "Display this help and exit after initializing plugins."
739
1523
msgstr "Display this help and exit after initialising plugins."
1525
#: ../drizzled/drizzled.cc:1040
741
1526
msgid "Auto-increment columns are incremented by this"
742
1527
msgstr "Auto-increment columns are incremented by this"
745
"Offset added to Auto-increment columns. Used when auto-increment-increment "
748
"Offset added to Auto-increment columns. Used when auto-increment-increment "
752
"Path to installation directory. All paths are usually resolved relative to "
755
"Path to installation directory. All paths are usually resolved relative to "
1529
#: ../drizzled/drizzled.cc:1045
1531
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1534
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1537
#: ../drizzled/drizzled.cc:1051
1539
"Path to installation directory. All paths are usually resolved relative to "
1542
"Path to installation directory. All paths are usually resolved relative to "
1545
#: ../drizzled/drizzled.cc:1056
758
1546
msgid "Chroot drizzled daemon during startup."
759
1547
msgstr "Chroot drizzled daemon during start-up."
1549
#: ../drizzled/drizzled.cc:1060
761
1550
msgid "Set the default collation."
762
1551
msgstr "Set the default collation."
1553
#: ../drizzled/drizzled.cc:1064
764
1554
msgid "Default completion type."
765
1555
msgstr "Default completion type."
1557
#: ../drizzled/drizzled.cc:1069
767
1558
msgid "Write core on errors."
768
1559
msgstr "Write core on errors."
1561
#: ../drizzled/drizzled.cc:1073
770
1562
msgid "Path to the database root."
771
1563
msgstr "Path to the database root."
1565
#: ../drizzled/drizzled.cc:1077
773
1566
msgid "Set the default storage engine (table type) for tables."
774
1567
msgstr "Set the default storage engine (table type) for tables."
1569
#: ../drizzled/drizzled.cc:1081
776
1570
msgid "Set the default time zone."
777
1571
msgstr "Set the default time zone."
1573
#: ../drizzled/drizzled.cc:1086
779
1574
msgid "Used for debugging; Use at your own risk!"
780
1575
msgstr "Used for debugging; Use at your own risk!"
1577
#: ../drizzled/drizzled.cc:1091
782
1578
msgid "Set up signals usable for debugging"
783
1579
msgstr "Set up signals usable for debugging"
1581
#: ../drizzled/drizzled.cc:1095
785
1582
msgid "(IGNORED)"
786
1583
msgstr "(IGNORED)"
1585
#: ../drizzled/drizzled.cc:1099
788
1586
msgid "Set the language used for the month names and the days of the week."
789
1587
msgstr "Set the language used for the month names and the days of the week."
1589
#: ../drizzled/drizzled.cc:1104
791
1590
msgid "Log some not critical warnings to the log file."
792
1591
msgstr "Log some not critical warnings to the log file."
1593
#: ../drizzled/drizzled.cc:1109
794
1594
msgid "Pid file used by safe_mysqld."
795
1595
msgstr "Pid file used by safe_mysqld."
798
"Maximum time in seconds to wait for the port to become free. (Default: no "
801
"Maximum time in seconds to wait for the port to become free. (Default: no "
805
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
806
"specified directory"
808
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
809
"specified directory"
812
"Uniquely identifies the server instance in the community of replication "
815
"Uniquely identifies the server instance in the community of replication "
1597
#: ../drizzled/drizzled.cc:1113
1599
"Maximum time in seconds to wait for the port to become free. (Default: no "
1602
"Maximum time in seconds to wait for the port to become free. (Default: no "
1605
#: ../drizzled/drizzled.cc:1118
1607
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1608
"specified directory"
1610
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1611
"specified directory"
1613
#: ../drizzled/drizzled.cc:1123
1615
"Uniquely identifies the server instance in the community of replication "
1618
"Uniquely identifies the server instance in the community of replication "
1621
#: ../drizzled/drizzled.cc:1128
818
1622
msgid "Don't print a stack trace on failure."
819
1623
msgstr "Don't print a stack trace on failure."
1625
#: ../drizzled/drizzled.cc:1132
821
1626
msgid "Enable symbolic link support."
822
1627
msgstr "Enable symbolic link support."
1629
#: ../drizzled/drizzled.cc:1141
825
1631
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
827
1633
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1635
#: ../drizzled/drizzled.cc:1146
829
1636
msgid "Path for temporary files."
830
1637
msgstr "Path for temporary files."
1639
#: ../drizzled/drizzled.cc:1150
832
1640
msgid "Default transaction isolation level."
833
1641
msgstr "Default transaction isolation level."
1643
#: ../drizzled/drizzled.cc:1154
835
1644
msgid "Run drizzled daemon as user."
836
1645
msgstr "Run drizzled daemon as user."
839
"The number of outstanding connection requests Drizzle can have. This comes "
840
"into play when the main Drizzle thread gets very many connection requests in "
843
"The number of outstanding connection requests Drizzle can have. This comes "
844
"into play when the main Drizzle thread gets very many connection requests in "
848
"Size of tree cache used in bulk insert optimization. Note that this is a "
851
"Size of tree cache used in bulk insert optimization. Note that this is a "
855
"Precision of the result of '/' operator will be increased on that value."
857
"Precision of the result of '/' operator will be increased on that value."
1647
#: ../drizzled/drizzled.cc:1162
1649
"The number of outstanding connection requests Drizzle can have. This comes "
1650
"into play when the main Drizzle thread gets very many connection requests in "
1651
"a very short time."
1653
"The number of outstanding connection requests Drizzle can have. This comes "
1654
"into play when the main Drizzle thread gets very many connection requests in "
1655
"a very short time."
1657
#: ../drizzled/drizzled.cc:1168
1659
"Size of tree cache used in bulk insert optimization. Note that this is a "
1662
"Size of tree cache used in bulk insert optimization. Note that this is a "
1665
#: ../drizzled/drizzled.cc:1174
1667
"Precision of the result of '/' operator will be increased on that value."
1669
"Precision of the result of '/' operator will be increased on that value."
1671
#: ../drizzled/drizzled.cc:1180
859
1672
msgid "The maximum length of the result of function group_concat."
860
1673
msgstr "The maximum length of the result of function group_concat."
1675
#: ../drizzled/drizzled.cc:1185
862
1676
msgid "The size of the buffer that is used for full joins."
863
1677
msgstr "The size of the buffer that is used for full joins."
1679
#: ../drizzled/drizzled.cc:1191
865
1680
msgid "Max packetlength to send/receive from to server."
866
1681
msgstr "Max packetlength to send/receive from to server."
1683
#: ../drizzled/drizzled.cc:1196
869
1685
"If there is more than this number of interrupted connections from a host "
870
1686
"this host will be blocked from further connections."
1048
1892
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1049
1893
"command line\n"
1895
#: ../drizzled/drizzled.cc:1555
1051
1896
msgid "Can't start server: cannot resolve hostname!"
1052
1897
msgstr "Can't start server: cannot resolve hostname!"
1899
#: ../drizzled/drizzled.cc:1561
1054
1900
msgid "Can't start server: bind-address refers to multiple interfaces!"
1055
1901
msgstr "Can't start server: bind-address refers to multiple interfaces!"
1903
#: ../drizzled/error.cc:138
1058
1905
msgid "Unknown error %d"
1059
1906
msgstr "Unknown error %d"
1908
#: ../drizzled/error.cc:214
1912
#: ../drizzled/error.cc:215
1916
#: ../drizzled/error.cc:216
1068
1918
msgid "Can't create file '%-.200s' (errno: %d)"
1069
1919
msgstr "Can't create file '%-.200s' (errno: %d)"
1921
#: ../drizzled/error.cc:217
1072
1923
msgid "Can't create table '%-.200s' (errno: %d)"
1073
1924
msgstr "Can't create table '%-.200s' (errno: %d)"
1926
#: ../drizzled/error.cc:218
1076
1928
msgid "Can't create database '%-.192s' (errno: %d)"
1077
1929
msgstr "Can't create database '%-.192s' (errno: %d)"
1931
#: ../drizzled/error.cc:219
1080
1933
msgid "Can't create database '%-.192s'; database exists"
1081
1934
msgstr "Can't create database '%-.192s'; database exists"
1936
#: ../drizzled/error.cc:220
1084
1938
msgid "Can't drop database '%-.192s'; database doesn't exist"
1085
1939
msgstr "Can't drop database '%-.192s'; database doesn't exist"
1941
#: ../drizzled/error.cc:221
1088
1943
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1089
1944
msgstr "Error dropping database (can't delete '%-.192s', errno: %d)"
1946
#: ../drizzled/error.cc:222
1092
1948
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1093
1949
msgstr "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1951
#: ../drizzled/error.cc:223
1096
1953
msgid "Error on delete of '%-.192s' (errno: %d)"
1097
1954
msgstr "Error on delete of '%-.192s' (errno: %d)"
1956
#: ../drizzled/error.cc:224
1099
1957
msgid "Can't read record in system table"
1100
1958
msgstr "Can't read record in system table"
1960
#: ../drizzled/error.cc:225
1103
1962
msgid "Can't get status of '%-.200s' (errno: %d)"
1104
1963
msgstr "Can't get status of '%-.200s' (errno: %d)"
1965
#: ../drizzled/error.cc:226
1107
1967
msgid "Can't get working directory (errno: %d)"
1108
1968
msgstr "Can't get working directory (errno: %d)"
1970
#: ../drizzled/error.cc:227
1111
1972
msgid "Can't lock file (errno: %d)"
1112
1973
msgstr "Can't lock file (errno: %d)"
1975
#: ../drizzled/error.cc:228
1115
1977
msgid "Can't open file: '%-.200s' (errno: %d)"
1116
1978
msgstr "Can't open file: '%-.200s' (errno: %d)"
1980
#: ../drizzled/error.cc:229
1119
1982
msgid "Can't find file: '%-.200s' (errno: %d)"
1120
1983
msgstr "Can't find file: '%-.200s' (errno: %d)"
1985
#: ../drizzled/error.cc:230
1123
1987
msgid "Can't read dir of '%-.192s' (errno: %d)"
1124
1988
msgstr "Can't read dir of '%-.192s' (errno: %d)"
1990
#: ../drizzled/error.cc:231
1127
1992
msgid "Can't change dir to '%-.192s' (errno: %d)"
1128
1993
msgstr "Can't change dir to '%-.192s' (errno: %d)"
1995
#: ../drizzled/error.cc:232
1131
1997
msgid "Record has changed since last read in table '%-.192s'"
1132
1998
msgstr "Record has changed since last read in table '%-.192s'"
2000
#: ../drizzled/error.cc:233
1135
2002
msgid "Disk full (%s); waiting for someone to free some space..."
1136
2003
msgstr "Disk full (%s); waiting for someone to free some space..."
2005
#: ../drizzled/error.cc:234
1139
2007
msgid "Can't write; duplicate key in table '%-.192s'"
1140
2008
msgstr "Can't write; duplicate key in table '%-.192s'"
2010
#: ../drizzled/error.cc:235
1143
2012
msgid "Error on close of '%-.192s' (errno: %d)"
1144
2013
msgstr "Error on close of '%-.192s' (errno: %d)"
2015
#: ../drizzled/error.cc:236
1147
2017
msgid "Error reading file '%-.200s' (errno: %d)"
1148
2018
msgstr "Error reading file '%-.200s' (errno: %d)"
2020
#: ../drizzled/error.cc:237
1151
2022
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1152
2023
msgstr "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2025
#: ../drizzled/error.cc:238
1155
2027
msgid "Error writing file '%-.200s' (errno: %d)"
1156
2028
msgstr "Error writing file '%-.200s' (errno: %d)"
2030
#: ../drizzled/error.cc:239
1159
2032
msgid "'%-.192s' is locked against change"
1160
2033
msgstr "'%-.192s' is locked against change"
2035
#: ../drizzled/error.cc:240
1162
2036
msgid "Sort aborted"
1163
2037
msgstr "Sort aborted"
2039
#: ../drizzled/error.cc:241
1166
2041
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1167
2042
msgstr "View '%-.192s' doesn't exist for '%-.192s'"
2044
#: ../drizzled/error.cc:242
1170
2046
msgid "Got error %d from storage engine"
1171
2047
msgstr "Got error %d from storage engine"
2049
#: ../drizzled/error.cc:243
1174
2051
msgid "Table storage engine for '%-.192s' doesn't have this option"
1175
2052
msgstr "Table storage engine for '%-.192s' doesn't have this option"
2054
#: ../drizzled/error.cc:244
1178
2056
msgid "Can't find record in '%-.192s'"
1179
2057
msgstr "Can't find record in '%-.192s'"
2059
#: ../drizzled/error.cc:245
1182
2061
msgid "Incorrect information in file: '%-.200s'"
1183
2062
msgstr "Incorrect information in file: '%-.200s'"
2064
#: ../drizzled/error.cc:246
1186
2066
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1187
2067
msgstr "Incorrect key file for table '%-.200s'; try to repair it"
2069
#: ../drizzled/error.cc:247
1190
2071
msgid "Old key file for table '%-.192s'; repair it!"
1191
2072
msgstr "Old key file for table '%-.192s'; repair it!"
2074
#: ../drizzled/error.cc:248
1194
2076
msgid "Table '%-.192s' is read only"
1195
2077
msgstr "Table '%-.192s' is read only"
2079
#: ../drizzled/error.cc:249
1198
2081
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1199
2082
msgstr "Out of memory; restart server and try again (needed %lu bytes)"
2084
#: ../drizzled/error.cc:250
1201
2085
msgid "Out of sort memory; increase server sort buffer size"
1202
2086
msgstr "Out of sort memory; increase server sort buffer size"
2088
#: ../drizzled/error.cc:251
1205
2090
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1206
2091
msgstr "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2093
#: ../drizzled/error.cc:252
1208
2094
msgid "Too many connections"
1209
2095
msgstr "Too many connections"
2097
#: ../drizzled/error.cc:253
1212
2099
"Out of memory; check if drizzled or some other process uses all available "
1213
2100
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1217
2104
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1218
2105
"memory or you can add more swap space"
2107
#: ../drizzled/error.cc:254
1220
2108
msgid "Can't get hostname for your address"
1221
2109
msgstr "Can't get hostname for your address"
2111
#: ../drizzled/error.cc:255
1223
2112
msgid "Bad handshake"
1224
2113
msgstr "Bad handshake"
2115
#: ../drizzled/error.cc:256
1227
2117
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1228
2118
msgstr "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2120
#: ../drizzled/error.cc:257
1231
2122
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1232
2123
msgstr "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2125
#: ../drizzled/error.cc:258
1234
2126
msgid "No database selected"
1235
2127
msgstr "No database selected"
2129
#: ../drizzled/error.cc:259
1237
2130
msgid "Unknown command"
1238
2131
msgstr "Unknown command"
2133
#: ../drizzled/error.cc:260
1241
2135
msgid "Column '%-.192s' cannot be null"
1242
2136
msgstr "Column '%-.192s' cannot be null"
2138
#: ../drizzled/error.cc:261
1245
2140
msgid "Unknown database '%-.192s'"
1246
2141
msgstr "Unknown database '%-.192s'"
2143
#: ../drizzled/error.cc:262
1249
2145
msgid "Table '%-.192s' already exists"
1250
2146
msgstr "Table '%-.192s' already exists"
2148
#: ../drizzled/error.cc:263
1253
2150
msgid "Unknown table '%-.100s'"
1254
2151
msgstr "Unknown table '%-.100s'"
2153
#: ../drizzled/error.cc:264
1257
2155
msgid "Column '%-.192s' in %-.192s is ambiguous"
1258
2156
msgstr "Column '%-.192s' in %-.192s is ambiguous"
2158
#: ../drizzled/error.cc:265
1260
2159
msgid "Server shutdown in progress"
1261
2160
msgstr "Server shutdown in progress"
2162
#: ../drizzled/error.cc:266
1264
2164
msgid "Unknown column '%-.192s' in '%-.192s'"
1265
2165
msgstr "Unknown column '%-.192s' in '%-.192s'"
2167
#: ../drizzled/error.cc:267
1268
2169
msgid "'%-.192s' isn't in GROUP BY"
1269
2170
msgstr "'%-.192s' isn't in GROUP BY"
2172
#: ../drizzled/error.cc:268
1272
2174
msgid "Can't group on '%-.192s'"
1273
2175
msgstr "Can't group on '%-.192s'"
2177
#: ../drizzled/error.cc:269
1275
2178
msgid "Statement has sum functions and columns in same statement"
1276
2179
msgstr "Statement has sum functions and columns in same statement"
2181
#: ../drizzled/error.cc:270
1278
2182
msgid "Column count doesn't match value count"
1279
2183
msgstr "Column count doesn't match value count"
2185
#: ../drizzled/error.cc:271
1282
2187
msgid "Identifier name '%-.100s' is too long"
1283
2188
msgstr "Identifier name '%-.100s' is too long"
2190
#: ../drizzled/error.cc:272
1286
2192
msgid "Duplicate column name '%-.192s'"
1287
2193
msgstr "Duplicate column name '%-.192s'"
2195
#: ../drizzled/error.cc:273
1290
2197
msgid "Duplicate key name '%-.192s'"
1291
2198
msgstr "Duplicate key name '%-.192s'"
2200
#: ../drizzled/error.cc:274
1294
2202
msgid "Duplicate entry '%-.192s' for key %d"
1295
2203
msgstr "Duplicate entry '%-.192s' for key %d"
2205
#: ../drizzled/error.cc:275
1298
2207
msgid "Incorrect column specifier for column '%-.192s'"
1299
2208
msgstr "Incorrect column specifier for column '%-.192s'"
2210
#: ../drizzled/error.cc:276
1302
2212
msgid "%s near '%-.80s' at line %d"
1303
2213
msgstr "%s near '%-.80s' at line %d"
2215
#: ../drizzled/error.cc:277
1305
2216
msgid "Query was empty"
1306
2217
msgstr "Query was empty"
2219
#: ../drizzled/error.cc:278
1309
2221
msgid "Not unique table/alias: '%-.192s'"
1310
2222
msgstr "Not unique table/alias: '%-.192s'"
2224
#: ../drizzled/error.cc:279
1313
2226
msgid "Invalid default value for '%-.192s'"
1314
2227
msgstr "Invalid default value for '%-.192s'"
2229
#: ../drizzled/error.cc:280
1316
2230
msgid "Multiple primary key defined"
1317
2231
msgstr "Multiple primary key defined"
2233
#: ../drizzled/error.cc:281
1320
2235
msgid "Too many keys specified; max %d keys allowed"
1321
2236
msgstr "Too many keys specified; max %d keys allowed"
2238
#: ../drizzled/error.cc:282
1324
2240
msgid "Too many key parts specified; max %d parts allowed"
1325
2241
msgstr "Too many key parts specified; max %d parts allowed"
2243
#: ../drizzled/error.cc:283
1328
2245
msgid "Specified key was too long; max key length is %d bytes"
1329
2246
msgstr "Specified key was too long; max key length is %d bytes"
2248
#: ../drizzled/error.cc:284
1332
2250
msgid "Key column '%-.192s' doesn't exist in table"
1333
2251
msgstr "Key column '%-.192s' doesn't exist in table"
1337
"BLOB column '%-.192s' can't be used in key specification with the used table "
1340
"BLOB column '%-.192s' can't be used in key specification with the used table "
1345
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1348
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1352
"Incorrect table definition; there can be only one auto column and it must be "
1355
"Incorrect table definition; there can be only one auto column and it must be "
1360
"%s: ready for connections.\n"
1361
"Version: '%s' socket: '%s' port: %u\n"
1363
"%s: ready for connections.\n"
1364
"Version: '%s' socket: '%s' port: %u\n"
2253
#: ../drizzled/error.cc:285
2256
"BLOB column '%-.192s' can't be used in key specification with the used table "
2259
"BLOB column '%-.192s' can't be used in key specification with the used table "
2262
#: ../drizzled/error.cc:286
2265
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2268
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2271
#: ../drizzled/error.cc:287
2273
"Incorrect table definition; there can be only one auto column and it must be "
2276
"Incorrect table definition; there can be only one auto column and it must be "
2279
#: ../drizzled/error.cc:288
2282
"%s: ready for connections.\n"
2283
"Version: '%s' socket: '%s' port: %u\n"
2285
"%s: ready for connections.\n"
2286
"Version: '%s' socket: '%s' port: %u\n"
2288
#: ../drizzled/error.cc:289
1367
2290
msgid "%s: Normal shutdown\n"
1368
2291
msgstr "%s: Normal shutdown\n"
2293
#: ../drizzled/error.cc:290
1371
2295
msgid "%s: Got signal %d. Aborting!\n"
1372
2296
msgstr "%s: Got signal %d. Aborting!\n"
2298
#: ../drizzled/error.cc:291
1375
2300
msgid "%s: Shutdown complete\n"
1376
2301
msgstr "%s: Shutdown complete\n"
2303
#: ../drizzled/error.cc:292
1379
2305
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
1380
2306
msgstr "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2308
#: ../drizzled/error.cc:293
1382
2309
msgid "Can't create IP socket"
1383
2310
msgstr "Can't create IP socket"
1387
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1390
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1395
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1398
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1402
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1404
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1408
"The file '%-.128s' must be in the database directory or be readable by all"
1410
"The file '%-.128s' must be in the database directory or be readable by all"
2312
#: ../drizzled/error.cc:294
2315
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2318
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2321
#: ../drizzled/error.cc:295
2324
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2327
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2330
#: ../drizzled/error.cc:296
2332
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2334
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2336
#: ../drizzled/error.cc:297
2339
"The file '%-.128s' must be in the database directory or be readable by all"
2341
"The file '%-.128s' must be in the database directory or be readable by all"
2343
#: ../drizzled/error.cc:298
1413
2345
msgid "File '%-.200s' already exists"
1414
2346
msgstr "File '%-.200s' already exists"
2348
#: ../drizzled/error.cc:299
1417
2350
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
1418
2351
msgstr "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2353
#: ../drizzled/error.cc:300
1421
2355
msgid "Records: %ld Duplicates: %ld"
1422
2356
msgstr "Records: %ld Duplicates: %ld"
2358
#: ../drizzled/error.cc:301
1425
2360
"Incorrect prefix key; the used key part isn't a string, the used length is "
1426
2361
"longer than the key part, or the storage engine doesn't support unique "
1922
2977
"Could not initialize master info structure; more error messages can be found "
1923
2978
"in the Drizzle error log"
2980
#: ../drizzled/error.cc:418
1925
2981
msgid "Could not create slave thread; check system resources"
1926
2982
msgstr "Could not create slave thread; check system resources"
2984
#: ../drizzled/error.cc:419
1930
2987
"User %-.64s already has more than 'max_user_connections' active connections"
1932
2989
"User %-.64s already has more than 'max_user_connections' active connections"
2991
#: ../drizzled/error.cc:420
1934
2992
msgid "You may only use constant expressions with SET"
1935
2993
msgstr "You may only use constant expressions with SET"
2995
#: ../drizzled/error.cc:421
1937
2996
msgid "Lock wait timeout exceeded; try restarting transaction"
1938
2997
msgstr "Lock wait timeout exceeded; try restarting transaction"
2999
#: ../drizzled/error.cc:422
1940
3000
msgid "The total number of locks exceeds the lock table size"
1941
3001
msgstr "The total number of locks exceeds the lock table size"
3003
#: ../drizzled/error.cc:423
1943
3004
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
1945
"Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3005
msgstr "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3007
#: ../drizzled/error.cc:424
1947
3008
msgid "DROP DATABASE not allowed while thread is holding global read lock"
1948
3009
msgstr "DROP DATABASE not allowed while thread is holding global read lock"
3011
#: ../drizzled/error.cc:425
1950
3012
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
1951
3013
msgstr "CREATE DATABASE not allowed while thread is holding global read lock"
3015
#: ../drizzled/error.cc:426
1954
3017
msgid "Incorrect arguments to %s"
1955
3018
msgstr "Incorrect arguments to %s"
3020
#: ../drizzled/error.cc:427
1958
3022
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
1959
3023
msgstr "'%-.48s'@'%-.64s' is not allowed to create new users"
3025
#: ../drizzled/error.cc:428
1962
3027
"Incorrect table definition; all MERGE tables must be in the same database"
1964
3029
"Incorrect table definition; all MERGE tables must be in the same database"
3031
#: ../drizzled/error.cc:429
1966
3032
msgid "Deadlock found when trying to get lock; try restarting transaction"
1967
3033
msgstr "Deadlock found when trying to get lock; try restarting transaction"
3035
#: ../drizzled/error.cc:430
1969
3036
msgid "The used table type doesn't support FULLTEXT indexes"
1970
3037
msgstr "The used table type doesn't support FULLTEXT indexes"
3039
#: ../drizzled/error.cc:431
1972
3040
msgid "Cannot add foreign key constraint"
1973
3041
msgstr "Cannot add foreign key constraint"
3043
#: ../drizzled/error.cc:432
1975
3044
msgid "Cannot add or update a child row: a foreign key constraint fails"
1976
3045
msgstr "Cannot add or update a child row: a foreign key constraint fails"
3047
#: ../drizzled/error.cc:433
1978
3048
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
1979
3049
msgstr "Cannot delete or update a parent row: a foreign key constraint fails"
3051
#: ../drizzled/error.cc:434
1982
3053
msgid "Error connecting to master: %-.128s"
1983
3054
msgstr "Error connecting to master: %-.128s"
3056
#: ../drizzled/error.cc:435
1986
3058
msgid "Error running query on master: %-.128s"
1987
3059
msgstr "Error running query on master: %-.128s"
3061
#: ../drizzled/error.cc:436
1990
3063
msgid "Error when executing command %s: %-.128s"
1991
3064
msgstr "Error when executing command %s: %-.128s"
3066
#: ../drizzled/error.cc:437
1994
3068
msgid "Incorrect usage of %s and %s"
1995
3069
msgstr "Incorrect usage of %s and %s"
3071
#: ../drizzled/error.cc:438
1997
3072
msgid "The used SELECT statements have a different number of columns"
1998
3073
msgstr "The used SELECT statements have a different number of columns"
3075
#: ../drizzled/error.cc:439
2000
3076
msgid "Can't execute the query because you have a conflicting read lock"
2001
3077
msgstr "Can't execute the query because you have a conflicting read lock"
3079
#: ../drizzled/error.cc:440
2003
3080
msgid "Mixing of transactional and non-transactional tables is disabled"
2004
3081
msgstr "Mixing of transactional and non-transactional tables is disabled"
3083
#: ../drizzled/error.cc:441
2007
3085
msgid "Option '%s' used twice in statement"
2008
3086
msgstr "Option '%s' used twice in statement"
3088
#: ../drizzled/error.cc:442
2011
3090
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2012
3091
msgstr "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3093
#: ../drizzled/error.cc:443
2015
3095
msgid "Access denied; you need the %-.128s privilege for this operation"
2016
3096
msgstr "Access denied; you need the %-.128s privilege for this operation"
2020
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2022
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2026
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2028
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3098
#: ../drizzled/error.cc:444
3101
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3103
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3105
#: ../drizzled/error.cc:445
3108
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3110
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3112
#: ../drizzled/error.cc:446
2031
3114
msgid "Variable '%-.64s' doesn't have a default value"
2032
3115
msgstr "Variable '%-.64s' doesn't have a default value"
3117
#: ../drizzled/error.cc:447
2035
3119
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2036
3120
msgstr "Variable '%-.64s' can't be set to the value of '%-.200s'"
3122
#: ../drizzled/error.cc:448
2039
3124
msgid "Incorrect argument type to variable '%-.64s'"
2040
3125
msgstr "Incorrect argument type to variable '%-.64s'"
3127
#: ../drizzled/error.cc:449
2043
3129
msgid "Variable '%-.64s' can only be set, not read"
2044
3130
msgstr "Variable '%-.64s' can only be set, not read"
3132
#: ../drizzled/error.cc:450
2047
3134
msgid "Incorrect usage/placement of '%s'"
2048
3135
msgstr "Incorrect usage/placement of '%s'"
3137
#: ../drizzled/error.cc:451
2051
3139
msgid "This version of Drizzle doesn't yet support '%s'"
2052
3140
msgstr "This version of Drizzle doesn't yet support '%s'"
3142
#: ../drizzled/error.cc:452
2056
3145
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2058
3147
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3149
#: ../drizzled/error.cc:453
2060
3150
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2062
"Slave SQL thread ignored the query because of replicate-*-table rules"
3151
msgstr "Slave SQL thread ignored the query because of replicate-*-table rules"
3153
#: ../drizzled/error.cc:454
2065
3155
msgid "Variable '%-.192s' is a %s variable"
2066
3156
msgstr "Variable '%-.192s' is a %s variable"
3158
#: ../drizzled/error.cc:455
2069
3160
msgid "Incorrect foreign key definition for '%-.192s': %s"
2070
3161
msgstr "Incorrect foreign key definition for '%-.192s': %s"
3163
#: ../drizzled/error.cc:456
2072
3164
msgid "Key reference and table reference don't match"
2073
3165
msgstr "Key reference and table reference don't match"
3167
#: ../drizzled/error.cc:457
2076
3169
msgid "Operand should contain %d column(s)"
2077
3170
msgstr "Operand should contain %d column(s)"
3172
#: ../drizzled/error.cc:458
2079
3173
msgid "Subquery returns more than 1 row"
2080
3174
msgstr "Subquery returns more than 1 row"
3176
#: ../drizzled/error.cc:459
2083
3178
msgid "Unknown prepared statement handler (%.*s) given to %s"
2084
3179
msgstr "Unknown prepared statement handler (%.*s) given to %s"
3181
#: ../drizzled/error.cc:460
2086
3182
msgid "Help database is corrupt or does not exist"
2087
3183
msgstr "Help database is corrupt or does not exist"
3185
#: ../drizzled/error.cc:461
2089
3186
msgid "Cyclic reference on subqueries"
2090
3187
msgstr "Cyclic reference on subqueries"
3189
#: ../drizzled/error.cc:462
2093
3191
msgid "Converting column '%s' from %s to %s"
2094
3192
msgstr "Converting column '%s' from %s to %s"
3194
#: ../drizzled/error.cc:463
2097
3196
msgid "Reference '%-.64s' not supported (%s)"
2098
3197
msgstr "Reference '%-.64s' not supported (%s)"
3199
#: ../drizzled/error.cc:464
2100
3200
msgid "Every derived table must have its own alias"
2101
3201
msgstr "Every derived table must have its own alias"
3203
#: ../drizzled/error.cc:465
2104
3205
msgid "Select %u was reduced during optimization"
2105
3206
msgstr "Select %u was reduced during optimization"
3208
#: ../drizzled/error.cc:466
2108
3210
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2109
3211
msgstr "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3213
#: ../drizzled/error.cc:467
2112
3215
"Client does not support authentication protocol requested by server; "
2113
3216
"consider upgrading Drizzle client"
2146
3256
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2147
3257
"data was corrupted)"
3259
#: ../drizzled/error.cc:475
2149
3260
msgid "ZLIB: Input data corrupted"
2150
3261
msgstr "ZLIB: Input data corrupted"
3263
#: ../drizzled/error.cc:476
2153
3265
msgid "%d line(s) were cut by GROUP_CONCAT()"
2154
3266
msgstr "%d line(s) were cut by GROUP_CONCAT()"
3268
#: ../drizzled/error.cc:477
2157
3270
msgid "Row %ld doesn't contain data for all columns"
2158
3271
msgstr "Row %ld doesn't contain data for all columns"
2162
"Row %ld was truncated; it contained more data than there were input columns"
2164
"Row %ld was truncated; it contained more data than there were input columns"
2168
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2170
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3273
#: ../drizzled/error.cc:478
3276
"Row %ld was truncated; it contained more data than there were input columns"
3278
"Row %ld was truncated; it contained more data than there were input columns"
3280
#: ../drizzled/error.cc:479
3283
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3285
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3287
#: ../drizzled/error.cc:480
2173
3289
msgid "Out of range value for column '%s' at row %ld"
2174
3290
msgstr "Out of range value for column '%s' at row %ld"
3292
#: ../drizzled/error.cc:481
2177
3294
msgid "Data truncated for column '%s' at row %ld"
2178
3295
msgstr "Data truncated for column '%s' at row %ld"
3297
#: ../drizzled/error.cc:482
2181
3299
msgid "Using storage engine %s for table '%s'"
2182
3300
msgstr "Using storage engine %s for table '%s'"
3302
#: ../drizzled/error.cc:483
2185
3304
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2186
3305
msgstr "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3307
#: ../drizzled/error.cc:484
2188
3308
msgid "Cannot drop one or more of the requested users"
2189
3309
msgstr "Cannot drop one or more of the requested users"
3311
#: ../drizzled/error.cc:485
2191
3312
msgid "Can't revoke all privileges for one or more of the requested users"
2192
3313
msgstr "Can't revoke all privileges for one or more of the requested users"
3315
#: ../drizzled/error.cc:486
2196
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2198
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3317
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3318
msgstr "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3320
#: ../drizzled/error.cc:487
2201
3322
msgid "Illegal mix of collations for operation '%s'"
2202
3323
msgstr "Illegal mix of collations for operation '%s'"
3325
#: ../drizzled/error.cc:488
2206
"Variable '%-.64s' is not a variable component (can't be used as "
2207
"XXXX.variable_name)"
3328
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2209
"Variable '%-.64s' is not a variable component (can't be used as "
2210
"XXXX.variable_name)"
3331
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3334
#: ../drizzled/error.cc:489
2213
3336
msgid "Unknown collation: '%-.64s'"
2214
3337
msgstr "Unknown collation: '%-.64s'"
2217
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2218
"compiled without SSL support; they can be used later if Drizzle slave with "
2221
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2222
"compiled without SSL support; they can be used later if Drizzle slave with "
2227
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2228
"old format; please change the password to the new format"
2230
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2231
"old format; please change the password to the new format"
2235
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2238
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2242
"Incorrect parameter or combination of parameters for START SLAVE UNTIL"
2244
"Incorrect parameter or combination of parameters for START SLAVE UNTIL"
2247
"It is recommended to use --skip-slave-start when doing step-by-step "
2248
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2249
"get an unexpected slave's drizzled restart"
2251
"It is recommended to use --skip-slave-start when doing step-by-step "
2252
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2253
"get an unexpected slave's drizzled restart"
3339
#: ../drizzled/error.cc:490
3341
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3342
"compiled without SSL support; they can be used later if Drizzle slave with "
3345
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3346
"compiled without SSL support; they can be used later if Drizzle slave with "
3349
#: ../drizzled/error.cc:491
3352
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3353
"old format; please change the password to the new format"
3355
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3356
"old format; please change the password to the new format"
3358
#: ../drizzled/error.cc:492
3361
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3364
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3367
#: ../drizzled/error.cc:493
3368
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3369
msgstr "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3371
#: ../drizzled/error.cc:494
3373
"It is recommended to use --skip-slave-start when doing step-by-step "
3374
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3375
"get an unexpected slave's drizzled restart"
3377
"It is recommended to use --skip-slave-start when doing step-by-step "
3378
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3379
"get an unexpected slave's drizzled restart"
3381
#: ../drizzled/error.cc:495
2255
3382
msgid "SQL thread is not to be started so UNTIL options are ignored"
2256
3383
msgstr "SQL thread is not to be started so UNTIL options are ignored"
3385
#: ../drizzled/error.cc:496
2259
3387
msgid "Incorrect index name '%-.100s'"
2260
3388
msgstr "Incorrect index name '%-.100s'"
3390
#: ../drizzled/error.cc:497
2263
3392
msgid "Incorrect catalog name '%-.100s'"
2264
3393
msgstr "Incorrect catalogue name '%-.100s'"
3395
#: ../drizzled/error.cc:498
2267
3397
msgid "Query cache failed to set size %lu; new query cache size is %lu"
2268
3398
msgstr "Query cache failed to set size %lu; new query cache size is %lu"
3400
#: ../drizzled/error.cc:499
2271
3402
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2272
3403
msgstr "Column '%-.192s' cannot be part of FULLTEXT index"
3405
#: ../drizzled/error.cc:500
2275
3407
msgid "Unknown key cache '%-.100s'"
2276
3408
msgstr "Unknown key cache '%-.100s'"
3410
#: ../drizzled/error.cc:501
2279
3412
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2280
3413
"this switch for this grant to work"
2325
3466
"Incorrect table definition; there can be only one TIMESTAMP column with "
2326
3467
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3469
#: ../drizzled/error.cc:510
2329
3471
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2330
3472
msgstr "Invalid ON UPDATE clause for '%-.192s' column"
3474
#: ../drizzled/error.cc:511
2332
3475
msgid "This command is not supported in the prepared statement protocol yet"
2333
3476
msgstr "This command is not supported in the prepared statement protocol yet"
3478
#: ../drizzled/error.cc:512
2336
3480
msgid "Got error %d '%-.100s' from %s"
2337
3481
msgstr "Got error %d '%-.100s' from %s"
3483
#: ../drizzled/error.cc:513
2340
3485
msgid "Got temporary error %d '%-.100s' from %s"
2341
3486
msgstr "Got temporary error %d '%-.100s' from %s"
3488
#: ../drizzled/error.cc:514
2344
3490
msgid "Unknown or incorrect time zone: '%-.64s'"
2345
3491
msgstr "Unknown or incorrect time zone: '%-.64s'"
3493
#: ../drizzled/error.cc:515
2348
3495
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
2349
3496
msgstr "Invalid TIMESTAMP value in column '%s' at row %ld"
3498
#: ../drizzled/error.cc:516
2352
3500
msgid "Invalid %s character string: '%.64s'"
2353
3501
msgstr "Invalid %s character string: '%.64s'"
3503
#: ../drizzled/error.cc:517
2356
3505
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2357
3506
msgstr "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3508
#: ../drizzled/error.cc:518
2360
3510
msgid "Conflicting declarations: '%s%s' and '%s%s'"
2361
3511
msgstr "Conflicting declarations: '%s%s' and '%s%s'"
3513
#: ../drizzled/error.cc:519
2364
3515
msgid "Can't create a %s from within another stored routine"
2365
3516
msgstr "Can't create a %s from within another stored routine"
3518
#: ../drizzled/error.cc:520
2368
3520
msgid "%s %s already exists"
2369
3521
msgstr "%s %s already exists"
3523
#: ../drizzled/error.cc:521
2372
3525
msgid "%s %s does not exist"
2373
3526
msgstr "%s %s does not exist"
3528
#: ../drizzled/error.cc:522
2376
3530
msgid "Failed to DROP %s %s"
2377
3531
msgstr "Failed to DROP %s %s"
3533
#: ../drizzled/error.cc:523
2380
3535
msgid "Failed to CREATE %s %s"
2381
3536
msgstr "Failed to CREATE %s %s"
3538
#: ../drizzled/error.cc:524
2384
3540
msgid "%s with no matching label: %s"
2385
3541
msgstr "%s with no matching label: %s"
3543
#: ../drizzled/error.cc:525
2388
3545
msgid "Redefining label %s"
2389
3546
msgstr "Redefining label %s"
3548
#: ../drizzled/error.cc:526
2392
3550
msgid "End-label %s without match"
2393
3551
msgstr "End-label %s without match"
3553
#: ../drizzled/error.cc:527
2396
3555
msgid "Referring to uninitialized variable %s"
2397
3556
msgstr "Referring to uninitialised variable %s"
3558
#: ../drizzled/error.cc:528
2400
3560
msgid "PROCEDURE %s can't return a result set in the given context"
2401
3561
msgstr "PROCEDURE %s can't return a result set in the given context"
3563
#: ../drizzled/error.cc:529
2403
3564
msgid "RETURN is only allowed in a FUNCTION"
2404
3565
msgstr "RETURN is only allowed in a FUNCTION"
3567
#: ../drizzled/error.cc:530
2407
3569
msgid "%s is not allowed in stored procedures"
2408
3570
msgstr "%s is not allowed in stored procedures"
2411
"The update log is deprecated and replaced by the binary log; SET "
2412
"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 ignored"
2418
"The update log is deprecated and replaced by the binary log; SET "
2419
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2421
"The update log is deprecated and replaced by the binary log; SET "
2422
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3572
#: ../drizzled/error.cc:531
3574
"The update log is deprecated and replaced by the binary log; SET "
3575
"SQL_LOG_UPDATE has been ignored"
3577
"The update log is deprecated and replaced by the binary log; SET "
3578
"SQL_LOG_UPDATE has been ignored"
3580
#: ../drizzled/error.cc:532
3582
"The update log is deprecated and replaced by the binary log; SET "
3583
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3585
"The update log is deprecated and replaced by the binary log; SET "
3586
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3588
#: ../drizzled/error.cc:533
2424
3589
msgid "Query execution was interrupted"
2425
3590
msgstr "Query execution was interrupted"
3592
#: ../drizzled/error.cc:534
2428
3594
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
2429
3595
msgstr "Incorrect number of arguments for %s %s; expected %u, got %u"
3597
#: ../drizzled/error.cc:535
2432
3599
msgid "Undefined CONDITION: %s"
2433
3600
msgstr "Undefined CONDITION: %s"
3602
#: ../drizzled/error.cc:536
2436
3604
msgid "No RETURN found in FUNCTION %s"
2437
3605
msgstr "No RETURN found in FUNCTION %s"
3607
#: ../drizzled/error.cc:537
2440
3609
msgid "FUNCTION %s ended without RETURN"
2441
3610
msgstr "FUNCTION %s ended without RETURN"
3612
#: ../drizzled/error.cc:538
2443
3613
msgid "Cursor statement must be a SELECT"
2444
3614
msgstr "Cursor statement must be a SELECT"
3616
#: ../drizzled/error.cc:539
2446
3617
msgid "Cursor SELECT must not have INTO"
2447
3618
msgstr "Cursor SELECT must not have INTO"
3620
#: ../drizzled/error.cc:540
2450
3622
msgid "Undefined CURSOR: %s"
2451
3623
msgstr "Undefined CURSOR: %s"
3625
#: ../drizzled/error.cc:541
2453
3626
msgid "Cursor is already open"
2454
3627
msgstr "Cursor is already open"
3629
#: ../drizzled/error.cc:542
2456
3630
msgid "Cursor is not open"
2457
3631
msgstr "Cursor is not open"
3633
#: ../drizzled/error.cc:543
2460
3635
msgid "Undeclared variable: %s"
2461
3636
msgstr "Undeclared variable: %s"
3638
#: ../drizzled/error.cc:544
2463
3639
msgid "Incorrect number of FETCH variables"
2464
3640
msgstr "Incorrect number of FETCH variables"
3642
#: ../drizzled/error.cc:545
2466
3643
msgid "No data - zero rows fetched, selected, or processed"
2467
3644
msgstr "No data - zero rows fetched, selected, or processed"
3646
#: ../drizzled/error.cc:546
2470
3648
msgid "Duplicate parameter: %s"
2471
3649
msgstr "Duplicate parameter: %s"
3651
#: ../drizzled/error.cc:547
2474
3653
msgid "Duplicate variable: %s"
2475
3654
msgstr "Duplicate variable: %s"
3656
#: ../drizzled/error.cc:548
2478
3658
msgid "Duplicate condition: %s"
2479
3659
msgstr "Duplicate condition: %s"
3661
#: ../drizzled/error.cc:549
2482
3663
msgid "Duplicate cursor: %s"
2483
3664
msgstr "Duplicate cursor: %s"
3666
#: ../drizzled/error.cc:550
2486
3668
msgid "Failed to ALTER %s %s"
2487
3669
msgstr "Failed to ALTER %s %s"
3671
#: ../drizzled/error.cc:551
2489
3672
msgid "Subquery value not supported"
2490
3673
msgstr "Subquery value not supported"
3675
#: ../drizzled/error.cc:552
2493
3677
msgid "%s is not allowed in stored function or trigger"
2494
3678
msgstr "%s is not allowed in stored function or trigger"
3680
#: ../drizzled/error.cc:553
2496
3681
msgid "Variable or condition declaration after cursor or handler declaration"
2498
"Variable or condition declaration after cursor or handler declaration"
3682
msgstr "Variable or condition declaration after cursor or handler declaration"
3684
#: ../drizzled/error.cc:554
2500
3685
msgid "Cursor declaration after handler declaration"
2501
3686
msgstr "Cursor declaration after handler declaration"
3688
#: ../drizzled/error.cc:555
2503
3689
msgid "Case not found for CASE statement"
2504
3690
msgstr "Case not found for CASE statement"
3692
#: ../drizzled/error.cc:556
2507
3694
msgid "Configuration file '%-.192s' is too big"
2508
3695
msgstr "Configuration file '%-.192s' is too big"
3697
#: ../drizzled/error.cc:557
2511
3699
msgid "Malformed file type header in file '%-.192s'"
2512
3700
msgstr "Malformed file type header in file '%-.192s'"
3702
#: ../drizzled/error.cc:558
2515
3704
msgid "Unexpected end of file while parsing comment '%-.200s'"
2516
3705
msgstr "Unexpected end of file while parsing comment '%-.200s'"
3707
#: ../drizzled/error.cc:559
2519
3709
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
2520
3710
msgstr "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3712
#: ../drizzled/error.cc:560
2523
3714
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
2524
3715
msgstr "Unexpected end of file while skipping unknown parameter '%-.192s'"
2527
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3717
#: ../drizzled/error.cc:561
3718
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
2529
3720
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3722
#: ../drizzled/error.cc:562
2532
3724
msgid "'%-.192s.%-.192s' is not %s"
2533
3725
msgstr "'%-.192s.%-.192s' is not %s"
3727
#: ../drizzled/error.cc:563
2536
3729
msgid "Column '%-.192s' is not updatable"
2537
3730
msgstr "Column '%-.192s' is not updatable"
3732
#: ../drizzled/error.cc:564
2539
3733
msgid "View's SELECT contains a subquery in the FROM clause"
2540
3734
msgstr "View's SELECT contains a subquery in the FROM clause"
3736
#: ../drizzled/error.cc:565
2543
3738
msgid "View's SELECT contains a '%s' clause"
2544
3739
msgstr "View's SELECT contains a '%s' clause"
3741
#: ../drizzled/error.cc:566
2546
3742
msgid "View's SELECT contains a variable or parameter"
2547
3743
msgstr "View's SELECT contains a variable or parameter"
3745
#: ../drizzled/error.cc:567
2550
3747
msgid "View's SELECT refers to a temporary table '%-.192s'"
2551
3748
msgstr "View's SELECT refers to a temporary table '%-.192s'"
3750
#: ../drizzled/error.cc:568
2553
3751
msgid "View's SELECT and view's field list have different column counts"
2554
3752
msgstr "View's SELECT and view's field list have different column counts"
2557
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
2559
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
2562
"View being updated does not have complete key of underlying table in it"
2564
"View being updated does not have complete key of underlying table in it"
3754
#: ../drizzled/error.cc:569
3756
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3758
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3760
#: ../drizzled/error.cc:570
3761
msgid "View being updated does not have complete key of underlying table in it"
3763
"View being updated does not have complete key of underlying table in it"
3765
#: ../drizzled/error.cc:571
2568
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
2569
"function(s) or definer/invoker of view lack rights to use them"
3768
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3769
"(s) or definer/invoker of view lack rights to use them"
2571
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
2572
"function(s) or definer/invoker of view lack rights to use them"
3771
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3772
"(s) or definer/invoker of view lack rights to use them"
3774
#: ../drizzled/error.cc:572
2575
3776
msgid "Can't drop or alter a %s from within another stored routine"
2576
3777
msgstr "Can't drop or alter a %s from within another stored routine"
3779
#: ../drizzled/error.cc:573
2578
3780
msgid "GOTO is not allowed in a stored procedure handler"
2579
3781
msgstr "GOTO is not allowed in a stored procedure handler"
3783
#: ../drizzled/error.cc:574
2581
3784
msgid "Trigger already exists"
2582
3785
msgstr "Trigger already exists"
3787
#: ../drizzled/error.cc:575
2584
3788
msgid "Trigger does not exist"
2585
3789
msgstr "Trigger does not exist"
3791
#: ../drizzled/error.cc:576
2588
3793
msgid "Trigger's '%-.192s' is view or temporary table"
2589
3794
msgstr "Trigger's '%-.192s' is view or temporary table"
3796
#: ../drizzled/error.cc:577
2592
3798
msgid "Updating of %s row is not allowed in %strigger"
2593
3799
msgstr "Updating of %s row is not allowed in %strigger"
3801
#: ../drizzled/error.cc:578
2596
3803
msgid "There is no %s row in %s trigger"
2597
3804
msgstr "There is no %s row in %s trigger"
3806
#: ../drizzled/error.cc:579
2600
3808
msgid "Field '%-.192s' doesn't have a default value"
2601
3809
msgstr "Field '%-.192s' doesn't have a default value"
3811
#: ../drizzled/error.cc:580
2603
3812
msgid "Division by 0"
2604
3813
msgstr "Division by 0"
3815
#: ../drizzled/error.cc:581
2607
3817
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2608
3818
msgstr "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3820
#: ../drizzled/error.cc:582
2611
3822
msgid "Illegal %s '%-.192s' value found during parsing"
2612
3823
msgstr "Illegal %s '%-.192s' value found during parsing"
3825
#: ../drizzled/error.cc:583
2615
3827
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
2616
3828
msgstr "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3830
#: ../drizzled/error.cc:584
2619
3832
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
2620
3833
msgstr "CHECK OPTION failed '%-.192s.%-.192s'"
3835
#: ../drizzled/error.cc:585
2623
3837
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
2625
"%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3838
msgstr "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3840
#: ../drizzled/error.cc:586
2628
3842
msgid "Failed purging old relay logs: %s"
2629
3843
msgstr "Failed purging old relay logs: %s"
3845
#: ../drizzled/error.cc:587
2632
3847
msgid "Password hash should be a %d-digit hexadecimal number"
2633
3848
msgstr "Password hash should be a %d-digit hexadecimal number"
3850
#: ../drizzled/error.cc:588
2635
3851
msgid "Target log not found in binlog index"
2636
3852
msgstr "Target log not found in binlog index"
3854
#: ../drizzled/error.cc:589
2638
3855
msgid "I/O error reading log index file"
2639
3856
msgstr "I/O error reading log index file"
3858
#: ../drizzled/error.cc:590
2641
3859
msgid "Server configuration does not permit binlog purge"
2642
3860
msgstr "Server configuration does not permit binlog purge"
3862
#: ../drizzled/error.cc:591
2644
3863
msgid "Failed on fseek()"
2645
3864
msgstr "Failed on fseek()"
3866
#: ../drizzled/error.cc:592
2647
3867
msgid "Fatal error during log purge"
2648
3868
msgstr "Fatal error during log purge"
3870
#: ../drizzled/error.cc:593
2650
3871
msgid "A purgeable log is in use, will not purge"
2651
3872
msgstr "A purgeable log is in use, will not purge"
3874
#: ../drizzled/error.cc:594
2653
3875
msgid "Unknown error during log purge"
2654
3876
msgstr "Unknown error during log purge"
3878
#: ../drizzled/error.cc:595
2657
3880
msgid "Failed initializing relay log position: %s"
2658
3881
msgstr "Failed initialising relay log position: %s"
3883
#: ../drizzled/error.cc:596
2660
3884
msgid "You are not using binary logging"
2661
3885
msgstr "You are not using binary logging"
3887
#: ../drizzled/error.cc:597
2665
3890
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
2667
3892
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3894
#: ../drizzled/error.cc:598
2669
3895
msgid "WSAStartup Failed"
2670
3896
msgstr "WSAStartup Failed"
3898
#: ../drizzled/error.cc:599
2672
3899
msgid "Can't handle procedures with different groups yet"
2673
3900
msgstr "Can't handle procedures with different groups yet"
3902
#: ../drizzled/error.cc:600
2675
3903
msgid "Select must have a group with this procedure"
2676
3904
msgstr "Select must have a group with this procedure"
3906
#: ../drizzled/error.cc:601
2678
3907
msgid "Can't use ORDER clause with this procedure"
2679
3908
msgstr "Can't use ORDER clause with this procedure"
3910
#: ../drizzled/error.cc:602
2682
3912
msgid "Binary logging and replication forbid changing the global server %s"
2683
3913
msgstr "Binary logging and replication forbid changing the global server %s"
3915
#: ../drizzled/error.cc:603
2686
3917
msgid "Can't map file: %-.200s, errno: %d"
2687
3918
msgstr "Can't map file: %-.200s, errno: %d"
3920
#: ../drizzled/error.cc:604
2690
3922
msgid "Wrong magic in %-.64s"
2691
3923
msgstr "Wrong magic in %-.64s"
3925
#: ../drizzled/error.cc:605
2693
3926
msgid "Prepared statement contains too many placeholders"
2694
3927
msgstr "Prepared statement contains too many placeholders"
3929
#: ../drizzled/error.cc:606
2697
3931
msgid "Key part '%-.192s' length cannot be 0"
2698
3932
msgstr "Key part '%-.192s' length cannot be 0"
3934
#: ../drizzled/error.cc:607
2700
3935
msgid "View text checksum failed"
2701
3936
msgstr "View text checksum failed"
3938
#: ../drizzled/error.cc:608
2705
3941
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
2707
3943
"Can't modify more than one base table through a join view '%-.192s.%-.192s'"
3945
#: ../drizzled/error.cc:609
2710
3947
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
2711
3948
msgstr "Can't insert into join view '%-.192s.%-.192s' without fields list"
3950
#: ../drizzled/error.cc:610
2714
3952
msgid "Can not delete from join view '%-.192s.%-.192s'"
2715
3953
msgstr "Can't delete from join view '%-.192s.%-.192s'"
3955
#: ../drizzled/error.cc:611
2718
3957
msgid "Operation %s failed for %.256s"
2719
3958
msgstr "Operation %s failed for %.256s"
3960
#: ../drizzled/error.cc:612
2721
3961
msgid "XAER_NOTA: Unknown XID"
2722
3962
msgstr "XAER_NOTA: Unknown XID"
3964
#: ../drizzled/error.cc:613
2724
3965
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
2725
3966
msgstr "XAER_INVAL: Invalid arguments (or unsupported command)"
3968
#: ../drizzled/error.cc:614
2729
3971
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3234
4569
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
3235
4570
"partitioning for subpartitioning"
4572
#: ../drizzled/error.cc:716
3237
4573
msgid "Failed to create specific handler file"
3238
4574
msgstr "Failed to create specific handler file"
4576
#: ../drizzled/error.cc:717
3240
4577
msgid "A BLOB field is not allowed in partition function"
3241
4578
msgstr "A BLOB field is not allowed in partition function"
4580
#: ../drizzled/error.cc:718
3245
"A %-.192s must include all columns in the table's partitioning function"
4582
msgid "A %-.192s must include all columns in the table's partitioning function"
3247
4584
"A %-.192s must include all columns in the table's partitioning function"
4586
#: ../drizzled/error.cc:719
3250
4588
msgid "Number of %-.64s = 0 is not an allowed value"
3251
4589
msgstr "Number of %-.64s = 0 is not an allowed value"
4591
#: ../drizzled/error.cc:720
3253
4592
msgid "Partition management on a not partitioned table is not possible"
3254
4593
msgstr "Partition management on a not partitioned table is not possible"
4595
#: ../drizzled/error.cc:721
3257
4597
"Foreign key condition is not yet supported in conjunction with partitioning"
3259
4599
"Foreign key condition is not yet supported in conjunction with partitioning"
4601
#: ../drizzled/error.cc:722
3262
4603
msgid "Error in list of partitions to %-.64s"
3263
4604
msgstr "Error in list of partitions to %-.64s"
4606
#: ../drizzled/error.cc:723
3265
4607
msgid "Cannot remove all partitions, use DROP TABLE instead"
3266
4608
msgstr "Cannot remove all partitions, use DROP TABLE instead"
4610
#: ../drizzled/error.cc:724
3268
4611
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
3269
4612
msgstr "COALESCE PARTITION can only be used on HASH/KEY partitions"
3272
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3275
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3279
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3280
"tables using HASH PARTITIONs"
3282
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3283
"tables using HASH PARTITIONs"
4614
#: ../drizzled/error.cc:725
4616
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4619
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4622
#: ../drizzled/error.cc:726
4624
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4625
"tables using HASH PARTITIONs"
4627
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4628
"tables using HASH PARTITIONs"
4630
#: ../drizzled/error.cc:727
3286
4632
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
3287
4633
msgstr "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4635
#: ../drizzled/error.cc:728
3289
4636
msgid "Trying to Add partition(s) with wrong number of subpartitions"
3290
4637
msgstr "Trying to Add partition(s) with wrong number of subpartitions"
4639
#: ../drizzled/error.cc:729
3292
4640
msgid "At least one partition must be added"
3293
4641
msgstr "At least one partition must be added"
4643
#: ../drizzled/error.cc:730
3295
4644
msgid "At least one partition must be coalesced"
3296
4645
msgstr "At least one partition must be coalesced"
4647
#: ../drizzled/error.cc:731
3298
4648
msgid "More partitions to reorganize than there are partitions"
3299
4649
msgstr "More partitions to reorganize than there are partitions"
4651
#: ../drizzled/error.cc:732
3302
4653
msgid "Duplicate partition name %-.192s"
3303
4654
msgstr "Duplicate partition name %-.192s"
4656
#: ../drizzled/error.cc:733
3305
4657
msgid "It is not allowed to shut off binlog on this command"
3306
4658
msgstr "It is not allowed to shut off binlog on this command"
3309
"When reorganizing a set of partitions they must be in consecutive order"
3311
"When reorganizing a set of partitions they must be in consecutive order"
3314
"Reorganize of range partitions cannot change total ranges except for last "
3315
"partition where it can extend the range"
3317
"Reorganize of range partitions cannot change total ranges except for last "
3318
"partition where it can extend the range"
4660
#: ../drizzled/error.cc:734
4661
msgid "When reorganizing a set of partitions they must be in consecutive order"
4663
"When reorganizing a set of partitions they must be in consecutive order"
4665
#: ../drizzled/error.cc:735
4667
"Reorganize of range partitions cannot change total ranges except for last "
4668
"partition where it can extend the range"
4670
"Reorganize of range partitions cannot change total ranges except for last "
4671
"partition where it can extend the range"
4673
#: ../drizzled/error.cc:736
3320
4674
msgid "Partition function not supported in this version for this handler"
3321
4675
msgstr "Partition function not supported in this version for this handler"
4677
#: ../drizzled/error.cc:737
3323
4678
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
3324
4679
msgstr "Partition state cannot be defined from CREATE/ALTER TABLE"
4681
#: ../drizzled/error.cc:738
3327
4683
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
3328
4684
msgstr "The %-.64s handler only supports 32 bit integers in VALUES"
4686
#: ../drizzled/error.cc:739
3331
4688
msgid "Plugin '%-.192s' is not loaded"
3332
4689
msgstr "Plugin '%-.192s' is not loaded"
4691
#: ../drizzled/error.cc:740
3335
4693
msgid "Incorrect %-.32s value: '%-.128s'"
3336
4694
msgstr "Incorrect %-.32s value: '%-.128s'"
4696
#: ../drizzled/error.cc:741
3339
4698
msgid "Table has no partition for value %-.64s"
3340
4699
msgstr "Table has no partition for value %-.64s"
4701
#: ../drizzled/error.cc:742
3343
4703
msgid "It is not allowed to specify %s more than once"
3344
4704
msgstr "It is not allowed to specify %s more than once"
4706
#: ../drizzled/error.cc:743 ../drizzled/error.cc:811
3347
4708
msgid "Failed to create %s"
3348
4709
msgstr "Failed to create %s"
4711
#: ../drizzled/error.cc:744 ../drizzled/error.cc:756
3351
4713
msgid "Failed to drop %s"
3352
4714
msgstr "Failed to drop %s"
4716
#: ../drizzled/error.cc:745
3354
4717
msgid "The handler doesn't support autoextend of tablespaces"
3355
4718
msgstr "The handler doesn't support autoextend of tablespaces"
3358
"A size parameter was incorrectly specified, either number or on the form 10M"
3360
"A size parameter was incorrectly specified, either number or on the form 10M"
3363
"The size number was correct but we don't allow the digit part to be more "
3366
"The size number was correct but we don't allow the digit part to be more "
4720
#: ../drizzled/error.cc:746
4722
"A size parameter was incorrectly specified, either number or on the form 10M"
4724
"A size parameter was incorrectly specified, either number or on the form 10M"
4726
#: ../drizzled/error.cc:747
4728
"The size number was correct but we don't allow the digit part to be more "
4731
"The size number was correct but we don't allow the digit part to be more "
4734
#: ../drizzled/error.cc:748
3370
4736
msgid "Failed to alter: %s"
3371
4737
msgstr "Failed to alter: %s"
4739
#: ../drizzled/error.cc:749
3373
4740
msgid "Writing one row to the row-based binary log failed"
3374
4741
msgstr "Writing one row to the row-based binary log failed"
4743
#: ../drizzled/error.cc:750
3377
4745
msgid "Table definition on master and slave does not match: %s"
3378
4746
msgstr "Table definition on master and slave does not match: %s"
4748
#: ../drizzled/error.cc:751
3381
4750
"Slave running with --log-slave-updates must use row-based binary logging to "
3382
4751
"be able to replicate row-based binary log events"
3685
5124
"The BINLOG statement of type `%s` was not preceded by a format description "
3686
5125
"BINLOG statement."
5127
#: ../drizzled/error.cc:825
3688
5128
msgid "Corrupted replication event was detected"
3689
5129
msgstr "Corrupted replication event was detected"
5131
#: ../drizzled/error.cc:826
3692
5133
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3693
5134
msgstr "Invalid column reference (%-.64s) in LOAD DATA"
5136
#: ../drizzled/error.cc:827
3696
5138
msgid "Being purged log %s was not found"
3697
5139
msgstr "Being purged log %s was not found"
5141
#: ../drizzled/error.cc:828
3700
5143
msgid "Converted to non-transactional lock on '%-.64s'"
3701
5144
msgstr "Converted to non-transactional lock on '%-.64s'"
5146
#: ../drizzled/error.cc:829
3704
5148
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
3705
5149
msgstr "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5151
#: ../drizzled/error.cc:830
3709
5154
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
3711
5156
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5158
#: ../drizzled/error.cc:831
3714
5160
msgid "Can't access storage engine of table %-.64s"
3715
5161
msgstr "Can't access storage engine of table %-.64s"
5163
#: ../drizzled/error.cc:832
3717
5164
msgid "Starting backup process"
3718
5165
msgstr "Starting backup process"
5167
#: ../drizzled/error.cc:833
3720
5168
msgid "Backup completed"
3721
5169
msgstr "Backup completed"
5171
#: ../drizzled/error.cc:834
3723
5172
msgid "Starting restore process"
3724
5173
msgstr "Starting restore process"
5175
#: ../drizzled/error.cc:835
3726
5176
msgid "Restore completed"
3727
5177
msgstr "Restore completed"
5179
#: ../drizzled/error.cc:836
3729
5180
msgid "Nothing to backup"
3730
5181
msgstr "Nothing to backup"
5183
#: ../drizzled/error.cc:837
3733
5185
msgid "Database '%-.64s' cannot be included in a backup"
3734
5186
msgstr "Database '%-.64s' cannot be included in a backup"
3737
"Error during backup operation - server's error log contains more information "
3740
"Error during backup operation - server's error log contains more information "
3744
"Error during restore operation - server's error log contains more "
3745
"information about the error"
3747
"Error during restore operation - server's error log contains more "
3748
"information about the error"
3751
"Can't execute this command because another BACKUP/RESTORE operation is in "
3754
"Can't execute this command because another BACKUP/RESTORE operation is in "
5188
#: ../drizzled/error.cc:838
5190
"Error during backup operation - server's error log contains more information "
5193
"Error during backup operation - server's error log contains more information "
5196
#: ../drizzled/error.cc:839
5198
"Error during restore operation - server's error log contains more "
5199
"information about the error"
5201
"Error during restore operation - server's error log contains more "
5202
"information about the error"
5204
#: ../drizzled/error.cc:840
5206
"Can't execute this command because another BACKUP/RESTORE operation is in "
5209
"Can't execute this command because another BACKUP/RESTORE operation is in "
5212
#: ../drizzled/error.cc:841
3757
5213
msgid "Error when preparing for backup operation"
3758
5214
msgstr "Error when preparing for backup operation"
5216
#: ../drizzled/error.cc:842
3760
5217
msgid "Error when preparing for restore operation"
3761
5218
msgstr "Error when preparing for restore operation"
5220
#: ../drizzled/error.cc:843
3764
5222
msgid "Invalid backup location '%-.64s'"
3765
5223
msgstr "Invalid backup location '%-.64s'"
5225
#: ../drizzled/error.cc:844
3768
5227
msgid "Can't read backup location '%-.64s'"
3769
5228
msgstr "Can't read backup location '%-.64s'"
5230
#: ../drizzled/error.cc:845
3772
5232
msgid "Can't write to backup location '%-.64s' (file already exists?)"
3773
5233
msgstr "Can't write to backup location '%-.64s' (file already exists?)"
5235
#: ../drizzled/error.cc:846
3775
5236
msgid "Can't enumerate server databases"
3776
5237
msgstr "Can't enumerate server databases"
5239
#: ../drizzled/error.cc:847
3778
5240
msgid "Can't enumerate server tables"
3779
5241
msgstr "Can't enumerate server tables"
5243
#: ../drizzled/error.cc:848
3782
5245
msgid "Can't enumerate tables in database %-.64s"
3783
5246
msgstr "Can't enumerate tables in database %-.64s"
5248
#: ../drizzled/error.cc:849
3786
5250
msgid "Skipping view %-.64s in database %-.64s"
3787
5251
msgstr "Skipping view %-.64s in database %-.64s"
5253
#: ../drizzled/error.cc:850
3790
5255
msgid "Skipping table %-.64s since it has no valid storage engine"
3791
5256
msgstr "Skipping table %-.64s since it has no valid storage engine"
5258
#: ../drizzled/error.cc:851
3794
5260
msgid "Can't open table %-.64s"
3795
5261
msgstr "Can't open table %-.64s"
5263
#: ../drizzled/error.cc:852
3797
5264
msgid "Can't read backup archive preamble"
3798
5265
msgstr "Can't read backup archive preamble"
5267
#: ../drizzled/error.cc:853
3800
5268
msgid "Can't write backup archive preamble"
3801
5269
msgstr "Can't write backup archive preamble"
5271
#: ../drizzled/error.cc:854
3804
5273
msgid "Can't find backup driver for table %-.64s"
3805
5274
msgstr "Can't find backup driver for table %-.64s"
5276
#: ../drizzled/error.cc:855
3809
5279
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
3948
5448
"server. The original definition of the required tablespace is '%-.256s' "
3949
5449
"while the same tablespace is defined on the server as '%-.256s'"
5451
#: ../drizzled/error.cc:888
3951
5452
msgid "A virtual column cannot be based on a virtual column"
3952
5453
msgstr "A virtual column cannot be based on a virtual column"
5455
#: ../drizzled/error.cc:889
3955
5457
msgid "Non-deterministic expression for virtual column '%s'."
3956
5458
msgstr "Non-deterministic expression for virtual column '%s'."
5460
#: ../drizzled/error.cc:890
3960
5463
"Generated value for virtual column '%s' cannot be converted to type '%s'."
3962
5465
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5467
#: ../drizzled/error.cc:891
3964
5468
msgid "Primary key cannot be defined upon a virtual column."
3965
5469
msgstr "Primary key cannot be defined upon a virtual column."
5471
#: ../drizzled/error.cc:892
3967
5472
msgid "Key/Index cannot be defined on a non-stored virtual column."
3968
5473
msgstr "Key/Index cannot be defined on a non-stored virtual column."
5475
#: ../drizzled/error.cc:893
3971
5477
msgid "Cannot define foreign key with %s clause on a virtual column."
3972
5478
msgstr "Cannot define foreign key with %s clause on a virtual column."
5480
#: ../drizzled/error.cc:894
3975
5482
msgid "The value specified for virtual column '%s' in table '%s' ignored."
3976
5483
msgstr "The value specified for virtual column '%s' in table '%s' ignored."
5485
#: ../drizzled/error.cc:895
3979
5487
msgid "'%s' is not yet supported for virtual columns."
3980
5488
msgstr "'%s' is not yet supported for virtual columns."
5490
#: ../drizzled/error.cc:896
3982
5491
msgid "Constant expression in virtual column function is not allowed."
3983
5492
msgstr "Constant expression in virtual column function is not allowed."
5494
#: ../drizzled/error.cc:897
3985
5495
msgid "Encountered an unknown temporal type."
3986
5496
msgstr "Encountered an unknown temporal type."
5498
#: ../drizzled/error.cc:898
3989
5500
msgid "Received an invalid string format '%s' for a date value."
3990
5501
msgstr "Received an invalid string format '%s' for a date value."
5503
#: ../drizzled/error.cc:899
3993
5505
msgid "Received an invalid string format '%s' for a time value."
3994
5506
msgstr "Received an invalid string format '%s' for a time value."
5508
#: ../drizzled/error.cc:900
3997
5510
msgid "Received an invalid value '%s' for a UNIX timestamp."
3998
5511
msgstr "Received an invalid value '%s' for a UNIX timestamp."
5513
#: ../drizzled/error.cc:901
4001
5515
msgid "Received an invalid datetime value '%s'."
4002
5516
msgstr "Received an invalid datetime value '%s'."
5518
#: ../drizzled/error.cc:902
4005
5520
msgid "Received a NULL argument for function '%s'."
4006
5521
msgstr "Received a NULL argument for function '%s'."
5523
#: ../drizzled/error.cc:903
4009
5525
msgid "Received an invalid negative argument '%s' for function '%s'."
4010
5526
msgstr "Received an invalid negative argument '%s' for function '%s'."
5528
#: ../drizzled/error.cc:904
4013
5530
msgid "Received an out-of-range argument '%s' for function '%s'."
4014
5531
msgstr "Received an out-of-range argument '%s' for function '%s'."
5533
#: ../drizzled/error.cc:905
4017
5535
msgid "Received an invalid time value '%s'."
4018
5536
msgstr "Received an invalid time value '%s'."
5538
#: ../drizzled/error.cc:906
4021
5540
msgid "Received an invalid enum value '%s'."
4022
5541
msgstr "Received an invalid enum value '%s'."
5543
#: ../drizzled/error.cc:907
4024
5544
msgid "Tables which are replicated require a primary key."
4025
5545
msgstr "Tables which are replicated require a primary key."
5547
#: ../drizzled/error.cc:908
4028
5549
msgid "Corrupt or invalid table definition: %s"
4029
5550
msgstr "Corrupt or invalid table definition: %s"
5552
#: ../drizzled/error.cc:909
4032
5554
msgid "Corrupt or invalid schema definition for %s : %s"
4033
5555
msgstr "Corrupt or invalid schema definition for %s : %s"
5557
#: ../drizzled/error.cc:910
4036
5559
msgid "Schema does not exist: %s"
4037
5560
msgstr "Schema does not exist: %s"
5562
#: ../drizzled/error.cc:911
4040
5564
msgid "Error altering schema: %s"
4041
5565
msgstr "Error altering schema: %s"
5567
#: ../drizzled/error.cc:912
4044
5569
msgid "Error droppping Schema : %s"
4045
5570
msgstr "Error droppping Schema : %s"
5572
#: ../drizzled/error.cc:913
4047
5573
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
4048
5574
msgstr "Temporary table too large, re-run with SQL_BIG_RESULT."
5576
#: ../drizzled/error.cc:914
4051
5578
msgid "Unknown table engine option key/pair %s = %s."
4052
5579
msgstr "Unknown table engine option key/pair %s = %s."
5581
#: ../drizzled/error.cc:915
4055
5583
msgid "Unknown schema engine option key/pair %s = %s."
4056
5584
msgstr "Unknown schema engine option key/pair %s = %s."
5586
#: ../drizzled/error.cc:916
4058
5587
msgid "Implicit cartesian join attempted."
4059
5588
msgstr "Implicit cartesian join attempted."
5590
#: ../drizzled/error.cc:918
4062
5592
msgid "Can't unlock file (Errcode: %d)"
4063
5593
msgstr "Can't unlock file (Errcode: %d)"
5595
#: ../drizzled/error.cc:919
4066
5597
msgid "Can't change size of file (Errcode: %d)"
4067
5598
msgstr "Can't change size of file (Errcode: %d)"
5600
#: ../drizzled/error.cc:920
4070
5602
msgid "Can't open stream from handle (Errcode: %d)"
4071
5603
msgstr "Can't open stream from handle (Errcode: %d)"
5605
#: ../drizzled/error.cc:921
4074
5607
msgid "Warning: '%s' had %d links"
4075
5608
msgstr "Warning: '%s' had %d links"
5610
#: ../drizzled/error.cc:922
4078
5612
msgid "Warning: %d files and %d streams is left open\n"
4079
5613
msgstr "Warning: %d files and %d streams is left open\n"
5615
#: ../drizzled/error.cc:923
4082
5617
msgid "Can't create directory '%s' (Errcode: %d)"
4083
5618
msgstr "Can't create directory '%s' (Errcode: %d)"
5620
#: ../drizzled/error.cc:924
4087
5623
"Character set '%s' is not a compiled character set and is not specified in "
4523
6240
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6243
#: ../drizzled/tztime.cc:173
4527
6245
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4528
6246
msgstr "Fatal error: Illegal or unknown default time zone '%s'"
4531
msgid "%s: option `%s' is ambiguous\n"
4532
msgstr "%s: option `%s' is ambiguous\n"
4535
msgid "%s: option `--%s' doesn't allow an argument\n"
4536
msgstr "%s: option `--%s' doesn't allow an argument\n"
4539
msgid "%s: option `%c%s' doesn't allow an argument\n"
4540
msgstr "%s: option `%c%s' doesn't allow an argument\n"
4543
msgid "%s: option `%s' requires an argument\n"
4544
msgstr "%s: option `%s' requires an argument\n"
4547
msgid "%s: unrecognized option `--%s'\n"
4548
msgstr "%s: unrecognized option `--%s'\n"
4551
msgid "%s: unrecognized option `%c%s'\n"
4552
msgstr "%s: unrecognized option `%c%s'\n"
4555
msgid "%s: illegal option -- %c\n"
4556
msgstr "%s: illegal option -- %c\n"
4559
msgid "%s: invalid option -- %c\n"
4560
msgstr "%s: invalid option -- %c\n"
4563
msgid "%s: option requires an argument -- %c\n"
4564
msgstr "%s: option requires an argument -- %c\n"
4567
msgid "%s: option `-W %s' is ambiguous\n"
4568
msgstr "%s: option `-W %s' is ambiguous\n"
4571
msgid "%s: option `-W %s' doesn't allow an argument\n"
4572
msgstr "%s: option `-W %s' doesn't allow an argument\n"
6248
#: ../plugin/auth_file/auth_file.cc:225
6250
msgid "Could not load auth file: %s\n"
6251
msgstr "Could not add Variable: %s\n"
6253
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
6254
msgid "File to load for usernames and passwords"
6257
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
4574
6258
msgid "Enable HTTP Auth check"
4575
6259
msgstr "Enable HTTP Auth check"
6261
#: ../plugin/auth_http/auth_http.cc:160
4577
6262
msgid "URL for HTTP Auth check"
4578
6263
msgstr "URL for HTTP Auth check"
6265
#: ../plugin/auth_ldap/auth_ldap.cc:285
6267
msgid "Reconnect failed: %s\n"
6268
msgstr "Cannot open file: %s\n"
6270
#: ../plugin/auth_ldap/auth_ldap.cc:304
6272
msgid "ldap_search_ext_s failed: %s\n"
6275
#: ../plugin/auth_ldap/auth_ldap.cc:410
6277
msgid "Could not load auth ldap: %s\n"
6278
msgstr "Could not add Variable: %s\n"
6280
#: ../plugin/auth_ldap/auth_ldap.cc:423
6281
msgid "URI of the LDAP server to contact"
6284
#: ../plugin/auth_ldap/auth_ldap.cc:431
6285
msgid "DN to use when binding to the LDAP server"
6288
#: ../plugin/auth_ldap/auth_ldap.cc:439
6290
msgid "Password to use when binding the DN"
6291
msgstr "Password to use for auth."
6293
#: ../plugin/auth_ldap/auth_ldap.cc:447
6294
msgid "DN to use when searching"
6297
#: ../plugin/auth_ldap/auth_ldap.cc:455
6298
msgid "Attribute in LDAP with plain text password"
6301
#: ../plugin/auth_ldap/auth_ldap.cc:463
6302
msgid "Attribute in LDAP with MySQL hashed password"
6305
#: ../plugin/auth_ldap/auth_ldap.cc:471
6306
msgid "How often to empty the users cache, 0 to disable"
6309
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
4580
6310
msgid "Enable the console."
4581
6311
msgstr "Enable the console."
6313
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
4583
6314
msgid "Turn on extra debugging."
4584
6315
msgstr "Turn on extra debugging."
6317
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
4586
6318
msgid "User to use for auth."
4587
6319
msgstr "User to use for auth."
6321
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
4589
6322
msgid "Password to use for auth."
4590
6323
msgstr "Password to use for auth."
6325
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
4592
6326
msgid "Default database to use."
4593
6327
msgstr "Default database to use."
6329
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
6330
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
4595
6331
msgid "Invalid value of port\n"
4596
6332
msgstr "Invalid value of port\n"
6334
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
6335
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
4598
6336
msgid "Invalid value for connect_timeout\n"
4599
6337
msgstr "Invalid value for connect_timeout\n"
6339
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
6340
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
4601
6341
msgid "Invalid value for read_timeout\n"
4602
6342
msgstr "Invalid value for read_timeout\n"
6344
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
6345
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
4604
6346
msgid "Invalid value for write_timeout\n"
4605
6347
msgstr "Invalid value for write_timeout\n"
6349
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
4607
6350
msgid "Invalid value for retry_count\n"
4608
6351
msgstr "Invalid value for retry_count\n"
6353
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
6354
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
4610
6355
msgid "Invalid value for buffer_length\n"
4611
6356
msgstr "Invalid value for buffer_length\n"
6358
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
6359
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
4614
6361
"Port number to use for connection or 0 for default to, in order of "
4615
6362
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
4617
6364
"Port number to use for connection or use 0 to default to, in order of "
4618
6365
"preference:- drizzle.cnf, $DRIZZLE_TCP_PORT or built-in default (4427)."
6367
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
6368
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
6369
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
6370
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
4620
6371
msgid "Connect Timeout."
4621
6372
msgstr "Connect Timeout."
6374
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
6375
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
6376
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
6377
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
4623
6378
msgid "Read Timeout."
4624
6379
msgstr "Read Timeout."
6381
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
6382
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
6383
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
6384
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
4626
6385
msgid "Write Timeout."
4627
6386
msgstr "Write Timeout."
6388
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
6389
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
6390
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
6391
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
4629
6392
msgid "Retry Count."
4630
6393
msgstr "Retry Count."
6395
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
6396
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
6397
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
6398
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
4632
6399
msgid "Buffer length."
4633
6400
msgstr "Buffer length."
6402
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
6403
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
6404
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
6405
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
4635
6406
msgid "Address to bind to."
4636
6407
msgstr "Address to bind to."
6409
#: ../plugin/drizzle_protocol/errmsg.cc:31
4638
6410
msgid "Unknown Drizzle error"
4639
6411
msgstr "Unknown Drizzle error"
6413
#: ../plugin/drizzle_protocol/errmsg.cc:32
4642
6415
msgid "Can't create UNIX socket (%d)"
4643
6416
msgstr "Can't create UNIX socket (%d)"
6418
#: ../plugin/drizzle_protocol/errmsg.cc:33
4646
6420
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
4647
6421
msgstr "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
6423
#: ../plugin/drizzle_protocol/errmsg.cc:34
4650
6425
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
4651
6426
msgstr "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
6428
#: ../plugin/drizzle_protocol/errmsg.cc:35
4654
6430
msgid "Can't create TCP/IP socket (%d)"
4655
6431
msgstr "Can't create TCP/IP socket (%d)"
6433
#: ../plugin/drizzle_protocol/errmsg.cc:36
4658
6435
msgid "Unknown Drizzle server host '%-.100s' (%d)"
4659
6436
msgstr "Unknown Drizzle server host '%-.100s' (%d)"
6438
#: ../plugin/drizzle_protocol/errmsg.cc:37
4661
6439
msgid "Drizzle server has gone away"
4662
6440
msgstr "Drizzle server has gone away"
6442
#: ../plugin/drizzle_protocol/errmsg.cc:38
4665
6444
msgid "Protocol mismatch; server version = %d, client version = %d"
4666
6445
msgstr "Protocol mismatch; server version = %d, client version = %d"
6447
#: ../plugin/drizzle_protocol/errmsg.cc:39
4668
6448
msgid "Drizzle client ran out of memory"
4669
6449
msgstr "Drizzle client ran out of memory"
6451
#: ../plugin/drizzle_protocol/errmsg.cc:40
4671
6452
msgid "Wrong host info"
4672
6453
msgstr "Wrong host info"
6455
#: ../plugin/drizzle_protocol/errmsg.cc:41
4674
6456
msgid "Localhost via UNIX socket"
4675
6457
msgstr "Localhost via UNIX socket"
6459
#: ../plugin/drizzle_protocol/errmsg.cc:42
4678
6461
msgid "%-.100s via TCP/IP"
4679
6462
msgstr "%-.100s via TCP/IP"
6464
#: ../plugin/drizzle_protocol/errmsg.cc:43
4681
6465
msgid "Error in server handshake"
4682
6466
msgstr "Error in server handshake"
6468
#: ../plugin/drizzle_protocol/errmsg.cc:44
4684
6469
msgid "Lost connection to Drizzle server during query"
4685
6470
msgstr "Lost connection to Drizzle server during query"
6472
#: ../plugin/drizzle_protocol/errmsg.cc:45
4687
6473
msgid "Commands out of sync; you can't run this command now"
4688
6474
msgstr "Commands out of sync; you can't run this command now"
6476
#: ../plugin/drizzle_protocol/errmsg.cc:46
4691
6478
msgid "Named pipe: %-.32s"
4692
6479
msgstr "Named pipe: %-.32s"
6481
#: ../plugin/drizzle_protocol/errmsg.cc:47
4695
6483
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
4696
6484
msgstr "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
6486
#: ../plugin/drizzle_protocol/errmsg.cc:48
4699
6488
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
4700
6489
msgstr "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
6491
#: ../plugin/drizzle_protocol/errmsg.cc:49
4703
6493
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4704
6494
msgstr "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
6496
#: ../plugin/drizzle_protocol/errmsg.cc:50
4707
6498
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4708
6499
msgstr "Can't initialize character set %-.32s (path: %-.100s)"
6501
#: ../plugin/drizzle_protocol/errmsg.cc:51
4710
6502
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4711
6503
msgstr "Got packet bigger than 'max_allowed_packet' bytes"
6505
#: ../plugin/drizzle_protocol/errmsg.cc:52
4713
6506
msgid "Embedded server"
4714
6507
msgstr "Embedded server"
6509
#: ../plugin/drizzle_protocol/errmsg.cc:53
4716
6510
msgid "Error on SHOW SLAVE STATUS:"
4717
6511
msgstr "Error on SHOW SLAVE STATUS:"
6513
#: ../plugin/drizzle_protocol/errmsg.cc:54
4719
6514
msgid "Error on SHOW SLAVE HOSTS:"
4720
6515
msgstr "Error on SHOW SLAVE HOSTS:"
6517
#: ../plugin/drizzle_protocol/errmsg.cc:55
4722
6518
msgid "Error connecting to slave:"
4723
6519
msgstr "Error connecting to slave:"
6521
#: ../plugin/drizzle_protocol/errmsg.cc:56
4725
6522
msgid "Error connecting to master:"
4726
6523
msgstr "Error connecting to master:"
6525
#: ../plugin/drizzle_protocol/errmsg.cc:57
4728
6526
msgid "SSL connection error"
4729
6527
msgstr "SSL connection error"
6529
#: ../plugin/drizzle_protocol/errmsg.cc:58
4731
6530
msgid "Malformed packet"
4732
6531
msgstr "Malformed packet"
6533
#: ../plugin/drizzle_protocol/errmsg.cc:59
6534
#: ../plugin/drizzle_protocol/errmsg.cc:70
6535
#: ../plugin/drizzle_protocol/errmsg.cc:71
6536
#: ../plugin/drizzle_protocol/errmsg.cc:72
6537
#: ../plugin/drizzle_protocol/errmsg.cc:73
6538
#: ../plugin/drizzle_protocol/errmsg.cc:74
6539
#: ../plugin/drizzle_protocol/errmsg.cc:75
6540
#: ../plugin/drizzle_protocol/errmsg.cc:76
6541
#: ../plugin/drizzle_protocol/errmsg.cc:77
6542
#: ../plugin/drizzle_protocol/errmsg.cc:78
4734
6543
msgid "(unused error message)"
4735
6544
msgstr "(unused error message)"
6546
#: ../plugin/drizzle_protocol/errmsg.cc:60
4737
6547
msgid "Invalid use of null pointer"
4738
6548
msgstr "Invalid use of null pointer"
6550
#: ../plugin/drizzle_protocol/errmsg.cc:61
4740
6551
msgid "Statement not prepared"
4741
6552
msgstr "Statement not prepared"
6554
#: ../plugin/drizzle_protocol/errmsg.cc:62
4743
6555
msgid "No data supplied for parameters in prepared statement"
4744
6556
msgstr "No data supplied for parameters in prepared statement"
6558
#: ../plugin/drizzle_protocol/errmsg.cc:63
4746
6559
msgid "Data truncated"
4747
6560
msgstr "Data truncated"
6562
#: ../plugin/drizzle_protocol/errmsg.cc:64
4749
6563
msgid "No parameters exist in the statement"
4750
6564
msgstr "No parameters exist in the statement"
6566
#: ../plugin/drizzle_protocol/errmsg.cc:65
4752
6567
msgid "Invalid parameter number"
4753
6568
msgstr "Invalid parameter number"
6570
#: ../plugin/drizzle_protocol/errmsg.cc:66
4757
6573
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4759
6575
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6577
#: ../plugin/drizzle_protocol/errmsg.cc:68
4762
6579
msgid "Using unsupported buffer type: %d (parameter: %d)"
4763
6580
msgstr "Using unsupported buffer type: %d (parameter: %d)"
6582
#: ../plugin/drizzle_protocol/errmsg.cc:69
4766
6584
msgid "Shared memory: %-.100s"
4767
6585
msgstr "Shared memory: %-.100s"
6587
#: ../plugin/drizzle_protocol/errmsg.cc:79
4769
6588
msgid "Wrong or unknown protocol"
4770
6589
msgstr "Wrong or unknown protocol"
6591
#: ../plugin/drizzle_protocol/errmsg.cc:80
4772
6592
msgid "Invalid connection handle"
4773
6593
msgstr "Invalid connection handle"
6595
#: ../plugin/drizzle_protocol/errmsg.cc:81
4776
6597
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4777
6598
"option 'secure_auth' enabled)"
4795
6620
"Attempt to read a row while there is no result set associated with the "
6623
#: ../plugin/drizzle_protocol/errmsg.cc:88
4798
6624
msgid "This feature is not implemented yet"
4799
6625
msgstr "This feature is not implemented yet"
4803
"Lost connection to Drizzle server while waiting for initial communication "
4804
"packet, system error: %d"
4806
"Lost connection to Drizzle server while waiting for initial communication "
4807
"packet, system error: %d"
4811
"Lost connection to Drizzle server while reading initial communication "
4812
"packet, system error: %d"
4814
"Lost connection to Drizzle server while reading initial communication "
4815
"packet, system error: %d"
4819
"Lost connection to Drizzle server while sending authentication information, "
4822
"Lost connection to Drizzle server while sending authentication information, "
4827
"Lost connection to Drizzle server while reading authorization information, "
4830
"Lost connection to Drizzle server while reading authorization information, "
4835
"Lost connection to Drizzle server while setting initial database, system "
4838
"Lost connection to Drizzle server while setting initial database, system "
6627
#: ../plugin/drizzle_protocol/errmsg.cc:89
6630
"Lost connection to Drizzle server while waiting for initial communication "
6631
"packet, system error: %d"
6633
"Lost connection to Drizzle server while waiting for initial communication "
6634
"packet, system error: %d"
6636
#: ../plugin/drizzle_protocol/errmsg.cc:91
6639
"Lost connection to Drizzle server while reading initial communication "
6640
"packet, system error: %d"
6642
"Lost connection to Drizzle server while reading initial communication "
6643
"packet, system error: %d"
6645
#: ../plugin/drizzle_protocol/errmsg.cc:93
6648
"Lost connection to Drizzle server while sending authentication information, "
6651
"Lost connection to Drizzle server while sending authentication information, "
6654
#: ../plugin/drizzle_protocol/errmsg.cc:95
6657
"Lost connection to Drizzle server while reading authorization information, "
6660
"Lost connection to Drizzle server while reading authorization information, "
6663
#: ../plugin/drizzle_protocol/errmsg.cc:97
6666
"Lost connection to Drizzle server while setting initial database, system "
6669
"Lost connection to Drizzle server while setting initial database, system "
6672
#: ../plugin/drizzle_protocol/errmsg.cc:99
4842
6674
msgid "Statement closed indirectly because of a preceding %s() call"
4843
6675
msgstr "Statement closed indirectly because of a preceding %s() call"
6677
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
6678
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
6679
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
6681
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
6682
msgstr "Can't create table '%-.200s' (errno: %d)"
6684
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
6686
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
6687
msgstr "Can't create symlink '%s' pointing at '%s' (Error %d)"
6689
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
6690
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
6691
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
6692
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
6694
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
6697
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
6698
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
6700
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
6703
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
6705
msgid "Invalid value of additional-mem-pool-size"
6706
msgstr "Invalid value for read_timeout\n"
6708
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
6710
msgid "Invalid value of autoextend-increment"
6711
msgstr "Invalid value of port\n"
6713
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
6715
msgid "Invalid value of buffer-pool-size"
6716
msgstr "Invalid value for buffer_length\n"
6718
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
6720
msgid "Invalid value of io-capacity"
6721
msgstr "Invalid value of port\n"
6723
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
6725
msgid "Invalid value of fast-shutdown"
6726
msgstr "Invalid value for threshold-slow"
6728
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
6730
msgid "Invalid value of flush-log-at-trx-commit"
6731
msgstr "Invalid value of port\n"
6733
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
6735
msgid "Invalid value of force-recovery"
6736
msgstr "Invalid value of port\n"
6738
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
6740
msgid "Invalid value of log-file-size"
6741
msgstr "Invalid value of port\n"
6743
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
6745
msgid "Invalid value of log-files-in-group"
6746
msgstr "Invalid value of port\n"
6748
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
6750
msgid "Invalid value of lock-wait-timeout"
6751
msgstr "Invalid value for write_timeout\n"
6753
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
6755
msgid "Invalid value of log-buffer-size"
6756
msgstr "Invalid value for buffer_length\n"
6758
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
6760
msgid "Invalid value of lru-old-blocks-pct"
6761
msgstr "Invalid value for threshold-slow"
6763
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
6765
msgid "Invalid value of lru-block-access-recency"
6766
msgstr "Invalid value of port\n"
6768
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
6770
msgid "Invalid value of max-dirty-pages-pct"
6771
msgstr "Invalid value of port\n"
6773
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
6775
msgid "Invalid value of max-purge-lag"
6776
msgstr "Invalid value of port\n"
6778
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
6780
msgid "Invalid value of open-files"
6781
msgstr "Invalid value of port\n"
6783
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
6785
msgid "Invalid value of read-io-threads"
6786
msgstr "Invalid value for read_timeout\n"
6788
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
6790
msgid "Invalid value of sync_spin_loops"
6791
msgstr "Invalid value of port\n"
6793
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
6795
msgid "Error starting Embedded InnoDB %d (%s)\n"
6798
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
6799
msgid "Enable InnoDB adaptive hash index (enabled by default)."
6802
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
6803
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
6806
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
6808
"Size of a memory pool InnoDB uses to store data dictionary information and "
6809
"other internal data structures."
6812
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
6813
msgid "Data file autoextend increment in megabytes"
6816
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
6818
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
6822
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
6823
msgid "The common part for InnoDB table spaces."
6826
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
6828
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
6832
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
6834
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
6835
"innodb-doublewrite."
6838
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
6839
msgid "Number of IOPs the server can do. Tunes the background IO rate"
6842
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
6844
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
6845
"are 0, 1 (faster) or 2 (fastest - crash-like)."
6848
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
6849
msgid "Stores each InnoDB table to an .ibd file in the database dir."
6852
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
6853
msgid "File format to use for new tables in .ibd files."
6856
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
6858
"Set to 0 (write and flush once per second),1 (write and flush at each "
6859
"commit) or 2 (write at commit, flush once per second)."
6862
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
6863
msgid "With which method to flush data."
6866
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
6868
"Helps to save your data in case the disk image of the database becomes "
6872
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
6873
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
6874
msgid "Path to individual files and their sizes."
6877
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
6879
msgid "Path to InnoDB log files."
6880
msgstr "Path for temporary files."
6882
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
6883
msgid "Size of each log file in a log group."
6886
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
6888
"Number of log files in the log group. InnoDB writes to the files in a "
6889
"circular fashion. Value 3 is recommended here."
6892
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
6894
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
6895
"rolled back. Values above 100000000 disable the timeout."
6898
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
6901
"The size of the buffer which InnoDB uses to write log to the log files on "
6903
msgstr "The size of the buffer that is used for full joins."
6905
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
6907
"Sets the point in the LRU list from where all pages are classified as old "
6911
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
6913
"Milliseconds between accesses to a block at which it is made young. "
6914
"0=disabled (Advanced users)"
6917
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
6918
msgid "Percentage of dirty pages allowed in bufferpool."
6921
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
6922
msgid "Desired maximum length of the purge queue (0 = no limit)"
6925
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
6927
"Roll back the complete transaction on lock wait timeout, for 4.x "
6928
"compatibility (disabled by default)"
6931
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
6932
msgid "How many files at the maximum InnoDB keeps open at the same time."
6935
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
6936
msgid "Number of background read I/O threads in InnoDB."
6939
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
6940
msgid "Number of background write I/O threads in InnoDB."
6943
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
6945
"Disable if you want to reduce the number of messages written to the log "
6946
"(default: enabled)."
6949
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
6950
msgid "Enable SHOW INNODB STATUS output in the log"
6953
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
6954
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
6957
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
6958
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
6961
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4846
6963
msgid "Failed to send error message to libnotify\n"
4847
6964
msgstr "Failed to send error message to libnotify\n"
6966
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4849
6967
msgid "Error Messages to stderr"
4850
6968
msgstr "Error Messages to stderr"
6970
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
6971
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4852
6972
msgid "List of schemas to filter"
4853
6973
msgstr "List of schemas to filter"
6975
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
6976
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4855
6977
msgid "List of tables to filter"
4856
6978
msgstr "List of tables to filter"
6980
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4858
6981
msgid "Regular expression to apply to schemas to filter"
4859
6982
msgstr "Regular expression to apply to schemas to filter"
6984
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4861
6985
msgid "Regular expression to apply to tables to filter"
4862
6986
msgstr "Regular expression to apply to tables to filter"
6988
#: ../plugin/hello_events/hello_events.cc:301
6990
msgid "Invalid value of before-write-position\n"
6991
msgstr "Invalid value for write_timeout\n"
6993
#: ../plugin/hello_events/hello_events.cc:310
6994
#: ../plugin/hello_events/hello_events.cc:319
6996
msgid "Invalid value of before-update-position\n"
6997
msgstr "Invalid value of port\n"
6999
#: ../plugin/hello_events/hello_events.cc:359
7000
#: ../plugin/hello_events/hello_events.cc:362
7001
#: ../plugin/hello_events/hello_events.cc:380
7002
msgid "A comma delimited list of databases to watch"
7005
#: ../plugin/hello_events/hello_events.cc:365
7006
#: ../plugin/hello_events/hello_events.cc:396
7007
msgid "Enable Example Events Plugin"
7010
#: ../plugin/hello_events/hello_events.cc:368
7011
#: ../plugin/hello_events/hello_events.cc:404
7012
msgid "Before write row event observer call position"
7015
#: ../plugin/hello_events/hello_events.cc:371
7016
#: ../plugin/hello_events/hello_events.cc:415
7017
#: ../plugin/pbms/src/parameters_ms.cc:579
7018
msgid "Before update row event observer call position"
7021
#: ../plugin/hello_events/hello_events.cc:374
7022
#: ../plugin/hello_events/hello_events.cc:426
7023
msgid "After drop database event observer call position"
7026
#: ../plugin/hello_events/hello_events.cc:388
7027
msgid "A comma delimited list of tables to watch"
7030
#: ../plugin/hello_events/hello_events.cc:450
7031
msgid "An example events Plugin"
7034
#: ../plugin/innobase/handler/data_dictionary.cc:202
7036
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
7039
#: ../plugin/innobase/handler/ha_innodb.cc:1858
7041
msgid "Invalid value for io-capacity\n"
7042
msgstr "Invalid value of port\n"
7044
#: ../plugin/innobase/handler/ha_innodb.cc:1877
7046
msgid "Invalid value for fast-shutdown\n"
7047
msgstr "Invalid value for threshold-slow"
7049
#: ../plugin/innobase/handler/ha_innodb.cc:1891
7051
msgid "Invalid value for flush-log-at-trx-commit\n"
7052
msgstr "Invalid value for retry_count\n"
7054
#: ../plugin/innobase/handler/ha_innodb.cc:1921
7056
msgid "Invalid value for max-dirty-pages-pct\n"
7057
msgstr "Invalid value for retry_count\n"
7059
#: ../plugin/innobase/handler/ha_innodb.cc:1930
7061
msgid "Invalid value for stats-sample-pages\n"
7062
msgstr "Invalid value for read_timeout\n"
7064
#: ../plugin/innobase/handler/ha_innodb.cc:1941
7066
msgid "Invalid value for additional-mem-pool-size\n"
7067
msgstr "Invalid value for read_timeout\n"
7069
#: ../plugin/innobase/handler/ha_innodb.cc:1951
7071
msgid "Invalid value for autoextend-increment\n"
7072
msgstr "Invalid value for write_timeout\n"
7074
#: ../plugin/innobase/handler/ha_innodb.cc:1961
7076
msgid "Invalid value for buffer-pool-size\n"
7077
msgstr "Invalid value for buffer_length\n"
7079
#: ../plugin/innobase/handler/ha_innodb.cc:1971
7081
msgid "Invalid value for commit-concurrency\n"
7082
msgstr "Invalid value for retry_count\n"
7084
#: ../plugin/innobase/handler/ha_innodb.cc:1980
7086
msgid "Invalid value for concurrency-tickets\n"
7087
msgstr "Invalid value for connect_timeout\n"
7089
#: ../plugin/innobase/handler/ha_innodb.cc:1989
7091
msgid "Invalid value for file-io-threads\n"
7092
msgstr "Invalid value for write_timeout\n"
7094
#: ../plugin/innobase/handler/ha_innodb.cc:1998
7096
msgid "Invalid value for read-io-threads\n"
7097
msgstr "Invalid value for read_timeout\n"
7099
#: ../plugin/innobase/handler/ha_innodb.cc:2007
7101
msgid "Invalid value for write-io-threads\n"
7102
msgstr "Invalid value for write_timeout\n"
7104
#: ../plugin/innobase/handler/ha_innodb.cc:2016
7106
msgid "Invalid value for force-recovery\n"
7107
msgstr "Invalid value for retry_count\n"
7109
#: ../plugin/innobase/handler/ha_innodb.cc:2026
7110
#: ../plugin/innobase/handler/ha_innodb.cc:2036
7112
msgid "Invalid value for log-file-size\n"
7113
msgstr "Invalid value for write_timeout\n"
7115
#: ../plugin/innobase/handler/ha_innodb.cc:2045
7117
msgid "Invalid value for log-files-in-group\n"
7118
msgstr "Invalid value for write_timeout\n"
7120
#: ../plugin/innobase/handler/ha_innodb.cc:2054
7122
msgid "Invalid value for mirrored-log-groups\n"
7123
msgstr "Invalid value for retry_count\n"
7125
#: ../plugin/innobase/handler/ha_innodb.cc:2063
7127
msgid "Invalid value for open-files\n"
7128
msgstr "Invalid value for read_timeout\n"
7130
#: ../plugin/innobase/handler/ha_innodb.cc:2072
7132
msgid "Invalid value for thread-concurrency\n"
7133
msgstr "Invalid value for retry_count\n"
7135
#: ../plugin/innobase/handler/ha_innodb.cc:2095
7137
msgid "Invalid value for read-ahead-threshold\n"
7138
msgstr "Invalid value for threshold-slow"
7140
#: ../plugin/innobase/handler/ha_innodb.cc:2119
7142
msgid "Invalid value for lock-wait-timeout\n"
7143
msgstr "Invalid value for write_timeout\n"
7145
#: ../plugin/logging_gearman/logging_gearman.cc:199
4865
7147
msgid "fail gearman_client_create(): %s"
4866
7148
msgstr "fail gearman_client_create(): %s"
7150
#: ../plugin/logging_gearman/logging_gearman.cc:210
4869
7152
msgid "fail gearman_client_add_server(): %s"
4870
7153
msgstr "fail gearman_client_add_server(): %s"
7155
#: ../plugin/logging_gearman/logging_gearman.cc:309
7156
#: ../plugin/logging_gearman/logging_gearman.cc:316
4872
7157
msgid "Enable logging to a gearman server"
4873
7158
msgstr "Enable logging to a gearman server"
7160
#: ../plugin/logging_gearman/logging_gearman.cc:325
4875
7161
msgid "Hostname for logging to a Gearman server"
4876
7162
msgstr "Hostname for logging to a Gearman server"
7164
#: ../plugin/logging_gearman/logging_gearman.cc:334
4878
7165
msgid "Gearman Function to send logging to"
4879
7166
msgstr "Gearman Function to send logging to"
7168
#: ../plugin/logging_gearman/logging_gearman.cc:352
4881
7169
msgid "Log queries to a Gearman server"
4882
7170
msgstr "Log queries to a Gearman server"
7172
#: ../plugin/logging_query/logging_query.cc:192
4885
7174
msgid "fail open() fn=%s er=%s\n"
4886
7175
msgstr "fail open() fn=%s er=%s\n"
7177
#: ../plugin/logging_query/logging_query.cc:316
4888
7178
msgid "Invalid value for threshold-slow"
4889
7179
msgstr "Invalid value for threshold-slow"
7181
#: ../plugin/logging_query/logging_query.cc:325
4891
7182
msgid "Invalid value for threshold-big-resultset"
4892
7183
msgstr "Invalid value for threshold-big-resultset"
7185
#: ../plugin/logging_query/logging_query.cc:334
4894
7186
msgid "Invalid value for threshold-big-examined"
4895
7187
msgstr "Invalid value for threshold-big-examined"
7189
#: ../plugin/logging_query/logging_query.cc:348
7190
#: ../plugin/logging_query/logging_query.cc:364
4897
7191
msgid "Enable logging to CSV file"
4898
7192
msgstr "Enable logging to CSV file"
7194
#: ../plugin/logging_query/logging_query.cc:351
7195
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
7196
#: ../plugin/syslog/module.cc:233
4900
7197
msgid "Threshold for logging slow queries, in microseconds"
4901
7198
msgstr "Threshold for logging slow queries, in microseconds"
7200
#: ../plugin/logging_query/logging_query.cc:354
7201
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
7202
#: ../plugin/syslog/module.cc:236
4903
7203
msgid "Threshold for logging big queries, for rows returned"
4904
7204
msgstr "Threshold for logging big queries, for rows returned"
7206
#: ../plugin/logging_query/logging_query.cc:357
7207
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
7208
#: ../plugin/syslog/module.cc:239
4906
7209
msgid "Threshold for logging big queries, for rows examined"
4907
7210
msgstr "Threshold for logging big queries, for rows examined"
7212
#: ../plugin/logging_query/logging_query.cc:373
4909
7213
msgid "File to log to"
4910
7214
msgstr "File to log to"
7216
#: ../plugin/logging_query/logging_query.cc:382
4912
7217
msgid "PCRE to match the query against"
4913
7218
msgstr "PCRE to match the query against"
7220
#: ../plugin/logging_query/logging_query.cc:439
4915
7221
msgid "Log queries to a CSV file"
4916
7222
msgstr "Log queries to a CSV file"
7224
#: ../plugin/logging_stats/logging_stats.cc:312
7226
msgid "Invalid value for max-user-count\n"
7227
msgstr "Invalid value for retry_count\n"
7229
#: ../plugin/logging_stats/logging_stats.cc:320
7231
msgid "Invalid value for bucket-count\n"
7232
msgstr "Invalid value for retry_count\n"
7234
#: ../plugin/logging_stats/logging_stats.cc:329
7236
msgid "Invalid value for scoreboard-size\n"
7237
msgstr "Invalid value for read_timeout\n"
7239
#: ../plugin/logging_stats/logging_stats.cc:364
7240
#: ../plugin/logging_stats/logging_stats.cc:406
7241
msgid "Max number of users that will be logged"
7244
#: ../plugin/logging_stats/logging_stats.cc:375
7245
#: ../plugin/logging_stats/logging_stats.cc:409
7247
msgid "Max number of range locks to use for Scoreboard"
7248
msgstr "Max number of bytes in sorted records."
7250
#: ../plugin/logging_stats/logging_stats.cc:386
7251
#: ../plugin/logging_stats/logging_stats.cc:412
7252
msgid "Max number of concurrent sessions that will be logged"
7255
#: ../plugin/logging_stats/logging_stats.cc:397
7256
#: ../plugin/logging_stats/logging_stats.cc:415
7258
msgid "Enable Logging Statistics Collection"
7259
msgstr "Enable logging to CSV file"
7261
#: ../plugin/logging_stats/logging_stats.cc:432
7262
msgid "User Statistics as DATA_DICTIONARY tables"
7265
#: ../plugin/md5/md5.cc:99
7266
msgid "libgcrypt library version mismatch\n"
7269
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
7270
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
7271
#: ../plugin/memcached_stats/memcached_stats.cc:128
7272
#: ../plugin/memcached_stats/memcached_stats.cc:137
4918
7273
msgid "List of memcached servers."
4919
7274
msgstr "List of memcached servers."
7276
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
7278
msgid "Invalid value of expiry\n"
7279
msgstr "Invalid value of port\n"
7281
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
7283
msgid "Expiry time of memcached entries"
7284
msgstr "List of memcached servers."
7286
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
7287
msgid "Enable Memcached Query Cache"
7290
#: ../plugin/memcached_stats/analysis_table.cc:76
7291
#: ../plugin/memcached_stats/stats_table.cc:144
7292
msgid "No value in MEMCACHED_STATS_SERVERS variable."
7295
#: ../plugin/memcached_stats/memcached_stats.cc:152
4921
7296
msgid "Memcached Stats as I_S tables"
4922
7297
msgstr "Memcached Stats as I_S tables"
7299
#: ../plugin/memcached_stats/stats_table.cc:76
7302
"Unable get stats from memcached server %s. Got error from "
7303
"memcached_stat_servername()."
7306
#: ../plugin/memcached_stats/stats_table.cc:151
7307
msgid "Unable to create memcached struct. Got error from memcached_create()."
7310
#: ../plugin/memcached_stats/stats_table.cc:159
7313
"Unable to create memcached server list. Got error from "
7314
"memcached_servers_parse(%s)."
7317
#: ../plugin/multi_thread/multi_thread.cc:85
7319
msgid "Unable to set thread stack size to %<PRId64>\n"
7322
#: ../plugin/multi_thread/multi_thread.cc:98
7323
msgid "Unable to get thread stack size\n"
7326
#: ../plugin/multi_thread/multi_thread.cc:147
7328
msgid "Invalid value for max-threads\n"
7329
msgstr "Invalid value for threshold-slow"
7331
#: ../plugin/multi_thread/multi_thread.cc:160
7332
#: ../plugin/multi_thread/multi_thread.cc:167
7333
msgid "Maximum number of user threads available."
7336
#: ../plugin/myisam/ha_myisam.cc:534
4925
7338
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4926
7339
msgstr "Got an error from thread_id=%<PRIu64>, %s:%d"
7341
#: ../plugin/myisam/ha_myisam.cc:538
4929
7343
msgid "Got an error from unknown thread, %s:%d"
4930
7344
msgstr "Got an error from unknown thread, %s:%d"
7346
#: ../plugin/myisam/ha_myisam.cc:544
4932
7347
msgid "Unknown thread accessing table"
4933
7348
msgstr "Unknown thread accessing table"
4935
msgid "Block size to be used for MyISAM index pages."
4936
msgstr "Block size to be used for MyISAM index pages."
4939
"This characterizes the number of hits a hot block has to be untouched until "
4940
"it is considered aged enough to be downgraded to a warm block. This "
4941
"specifies the percentage ratio of that number of hits to the total number of "
4942
"blocks in key cache"
4944
"This characterises the number of hits a hot block has to be untouched until "
4945
"it is considered aged enough to be downgraded to a warm block. This "
4946
"specifies the percentage ratio of that number of hits to the total number of "
4947
"blocks in key cache"
4949
msgid "The minimum percentage of warm blocks in key cache"
4950
msgstr "The minimum percentage of warm blocks in key cache"
4953
"The size of the buffer used for index blocks for MyISAM tables. Increase "
4954
"this to get better index handling (for all reads and multiple writes) to as "
4955
"much as you can afford;"
4957
"The size of the buffer used for index blocks for MyISAM tables. Increase "
4958
"this to get better index handling (for all reads and multiple writes) to as "
4959
"much as you can afford;"
4962
"Number of threads to use when repairing MyISAM tables. The value of 1 "
4963
"disables parallel repair."
4965
"Number of threads to use when repairing MyISAM tables. The value of 1 "
4966
"disables parallel repair."
4969
"Don't use the fast sort index method to created index if the temporary file "
4970
"would get bigger than this."
4972
"Don't use the fast sort index method to created index if the temporary file "
4973
"would get bigger than this."
4976
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4977
"when creating indexes with CREATE INDEX or ALTER TABLE."
4979
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4980
"when creating indexes with CREATE INDEX or ALTER TABLE."
4982
msgid "Default pointer size to be used for MyISAM tables."
4983
msgstr "Default pointer size to be used for MyISAM tables."
7350
#: ../plugin/myisam/ha_myisam.cc:1500
7352
msgid "Invalid value for max-sort-file-size\n"
7353
msgstr "Invalid value for write_timeout\n"
7355
#: ../plugin/myisam/ha_myisam.cc:1509
7357
msgid "Invalid value for sort-buffer-size\n"
7358
msgstr "Invalid value for buffer_length\n"
7360
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
7362
"Don't use the fast sort index method to created index if the temporary file "
7363
"would get bigger than this."
7365
"Don't use the fast sort index method to created index if the temporary file "
7366
"would get bigger than this."
7368
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
7370
"The buffer that is allocated when sorting the index when doing a REPAIR or "
7371
"when creating indexes with CREATE INDEX or ALTER TABLE."
7373
"The buffer that is allocated when sorting the index when doing a REPAIR or "
7374
"when creating indexes with CREATE INDEX or ALTER TABLE."
7376
#: ../plugin/myisam/my_handler_errors.cc:42
4985
7377
msgid "Didn't find key on read or update"
4986
7378
msgstr "Didn't find key on read or update"
7380
#: ../plugin/myisam/my_handler_errors.cc:43
4988
7381
msgid "Duplicate key on write or update"
4989
7382
msgstr "Duplicate key on write or update"
7384
#: ../plugin/myisam/my_handler_errors.cc:44
4991
7385
msgid "Internal (unspecified) error in handler"
4992
7386
msgstr "Internal (unspecified) error in handler"
7388
#: ../plugin/myisam/my_handler_errors.cc:46
4995
7390
"Someone has changed the row since it was read (while the table was locked to "
4998
7393
"Someone has changed the row since it was read (while the table was locked to "
7396
#: ../plugin/myisam/my_handler_errors.cc:48
5001
7397
msgid "Wrong index given to function"
5002
7398
msgstr "Wrong index given to function"
7400
#: ../plugin/myisam/my_handler_errors.cc:49
5004
7401
msgid "Index file is crashed"
5005
7402
msgstr "Index file is crashed"
7404
#: ../plugin/myisam/my_handler_errors.cc:50
5007
7405
msgid "Record file is crashed"
5008
7406
msgstr "Record file is crashed"
7408
#: ../plugin/myisam/my_handler_errors.cc:51
5010
7409
msgid "Out of memory in engine"
5011
7410
msgstr "Out of memory in engine"
7412
#: ../plugin/myisam/my_handler_errors.cc:52
5013
7413
msgid "Incorrect file format"
5014
7414
msgstr "Incorrect file format"
7416
#: ../plugin/myisam/my_handler_errors.cc:53
5016
7417
msgid "Command not supported by database"
5017
7418
msgstr "Command not supported by database"
7420
#: ../plugin/myisam/my_handler_errors.cc:54
5019
7421
msgid "Old database file"
5020
7422
msgstr "Old database file"
7424
#: ../plugin/myisam/my_handler_errors.cc:55
5022
7425
msgid "No record read before update"
5023
7426
msgstr "No record read before update"
7428
#: ../plugin/myisam/my_handler_errors.cc:56
5025
7429
msgid "Record was already deleted (or record file crashed)"
5026
7430
msgstr "Record was already deleted (or record file crashed)"
7432
#: ../plugin/myisam/my_handler_errors.cc:57
5028
7433
msgid "No more room in record file"
5029
7434
msgstr "No more room in record file"
7436
#: ../plugin/myisam/my_handler_errors.cc:58
5031
7437
msgid "No more room in index file"
5032
7438
msgstr "No more room in index file"
7440
#: ../plugin/myisam/my_handler_errors.cc:59
5034
7441
msgid "No more records (read after end of file)"
5035
7442
msgstr "No more records (read after end of file)"
7444
#: ../plugin/myisam/my_handler_errors.cc:60
5037
7445
msgid "Unsupported extension used for table"
5038
7446
msgstr "Unsupported extension used for table"
7448
#: ../plugin/myisam/my_handler_errors.cc:61
5040
7449
msgid "Too big row"
5041
7450
msgstr "Too big row"
7452
#: ../plugin/myisam/my_handler_errors.cc:62
5043
7453
msgid "Wrong create options"
5044
7454
msgstr "Wrong create options"
7456
#: ../plugin/myisam/my_handler_errors.cc:63
5046
7457
msgid "Duplicate unique key or constraint on write or update"
5047
7458
msgstr "Duplicate unique key or constraint on write or update"
7460
#: ../plugin/myisam/my_handler_errors.cc:64
5049
7461
msgid "Unknown character set used in table"
5050
7462
msgstr "Unknown character set used in table"
7464
#: ../plugin/myisam/my_handler_errors.cc:65
5052
7465
msgid "Conflicting table definitions in sub-tables of MERGE table"
5053
7466
msgstr "Conflicting table definitions in sub-tables of MERGE table"
7468
#: ../plugin/myisam/my_handler_errors.cc:66
5055
7469
msgid "Table is crashed and last repair failed"
5056
7470
msgstr "Table is crashed and last repair failed"
7472
#: ../plugin/myisam/my_handler_errors.cc:67
5058
7473
msgid "Table was marked as crashed and should be repaired"
5059
7474
msgstr "Table was marked as crashed and should be repaired"
7476
#: ../plugin/myisam/my_handler_errors.cc:68
5061
7477
msgid "Lock timed out; Retry transaction"
5062
7478
msgstr "Lock timed out; Retry transaction"
7480
#: ../plugin/myisam/my_handler_errors.cc:69
5064
7481
msgid "Lock table is full; Restart program with a larger locktable"
5065
7482
msgstr "Lock table is full; Restart program with a larger locktable"
7484
#: ../plugin/myisam/my_handler_errors.cc:70
5067
7485
msgid "Updates are not allowed under a read only transactions"
5068
7486
msgstr "Updates are not allowed under a read only transactions"
7488
#: ../plugin/myisam/my_handler_errors.cc:71
5070
7489
msgid "Lock deadlock; Retry transaction"
5071
7490
msgstr "Lock deadlock; Retry transaction"
7492
#: ../plugin/myisam/my_handler_errors.cc:72
5073
7493
msgid "Foreign key constraint is incorrectly formed"
5074
7494
msgstr "Foreign key constraint is incorrectly formed"
7496
#: ../plugin/myisam/my_handler_errors.cc:73
5076
7497
msgid "Cannot add a child row"
5077
7498
msgstr "Cannot add a child row"
7500
#: ../plugin/myisam/my_handler_errors.cc:74
5079
7501
msgid "Cannot delete a parent row"
5080
7502
msgstr "Cannot delete a parent row"
7504
#: ../plugin/myisam/my_handler_errors.cc:75
5082
7505
msgid "No savepoint with that name"
5083
7506
msgstr "No savepoint with that name"
7508
#: ../plugin/myisam/my_handler_errors.cc:76
5085
7509
msgid "Non unique key block size"
5086
7510
msgstr "Non unique key block size"
7512
#: ../plugin/myisam/my_handler_errors.cc:77
5088
7513
msgid "The table does not exist in engine"
5089
7514
msgstr "The table does not exist in engine"
7516
#: ../plugin/myisam/my_handler_errors.cc:78
5091
7517
msgid "The table already existed in storage engine"
5092
7518
msgstr "The table already existed in storage engine"
7520
#: ../plugin/myisam/my_handler_errors.cc:79
5094
7521
msgid "Could not connect to storage engine"
5095
7522
msgstr "Could not connect to storage engine"
7524
#: ../plugin/myisam/my_handler_errors.cc:80
5097
7525
msgid "Unexpected null pointer found when using spatial index"
5098
7526
msgstr "Unexpected null pointer found when using spatial index"
7528
#: ../plugin/myisam/my_handler_errors.cc:81
5100
7529
msgid "The table changed in storage engine"
5101
7530
msgstr "The table changed in storage engine"
7532
#: ../plugin/myisam/my_handler_errors.cc:82
5103
7533
msgid "There's no partition in table for the given value"
5104
7534
msgstr "There's no partition in table for the given value"
7536
#: ../plugin/myisam/my_handler_errors.cc:83
5106
7537
msgid "Row-based binlogging of row failed"
5107
7538
msgstr "Row-based binlogging of row failed"
7540
#: ../plugin/myisam/my_handler_errors.cc:84
5109
7541
msgid "Index needed in foreign key constraint"
5110
7542
msgstr "Index needed in foreign key constraint"
7544
#: ../plugin/myisam/my_handler_errors.cc:85
5112
7545
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5114
"Upholding foreign key constraints would lead to a duplicate key error"
7546
msgstr "Upholding foreign key constraints would lead to a duplicate key error"
7548
#: ../plugin/myisam/my_handler_errors.cc:86
5116
7549
msgid "Table needs to be upgraded before it can be used"
5117
7550
msgstr "Table needs to be upgraded before it can be used"
7552
#: ../plugin/myisam/my_handler_errors.cc:87
5119
7553
msgid "Table is read only"
5120
7554
msgstr "Table is read only"
7556
#: ../plugin/myisam/my_handler_errors.cc:88
5122
7557
msgid "Failed to get next auto increment value"
5123
7558
msgstr "Failed to get next auto increment value"
7560
#: ../plugin/myisam/my_handler_errors.cc:89
5125
7561
msgid "Failed to set row auto increment value"
5126
7562
msgstr "Failed to set row auto increment value"
7564
#: ../plugin/myisam/my_handler_errors.cc:90
5128
7565
msgid "Unknown (generic) error from engine"
5129
7566
msgstr "Unknown (generic) error from engine"
7568
#: ../plugin/myisam/my_handler_errors.cc:91
5131
7569
msgid "Record is the same"
5132
7570
msgstr "Record is the same"
7572
#: ../plugin/myisam/my_handler_errors.cc:92
5134
7573
msgid "It is not possible to log this statement"
5135
7574
msgstr "It is not possible to log this statement"
7576
#: ../plugin/myisam/my_handler_errors.cc:93
5137
7577
msgid "Tablespace exists"
5138
7578
msgstr "Tablespace exists"
7580
#: ../plugin/myisam/my_handler_errors.cc:94
5140
7581
msgid "The event was corrupt, leading to illegal data being read"
5141
7582
msgstr "The event was corrupt, leading to illegal data being read"
7584
#: ../plugin/myisam/my_handler_errors.cc:95
5143
7585
msgid "The table is of a new format not supported by this version"
5144
7586
msgstr "The table is of a new format not supported by this version"
7588
#: ../plugin/myisam/my_handler_errors.cc:96
5146
7589
msgid "The event could not be processed no other handler error happened"
5147
7590
msgstr "The event could not be processed no other handler error happened"
7592
#: ../plugin/myisam/my_handler_errors.cc:97
5149
7593
msgid "Got a fatal error during initialzation of handler"
5150
7594
msgstr "Got a fatal error during initialzation of handler"
7596
#: ../plugin/myisam/my_handler_errors.cc:98
5152
7597
msgid "File to short; Expected more data in file"
5153
7598
msgstr "File too short; Expected more data in file"
7600
#: ../plugin/myisam/my_handler_errors.cc:99
5155
7601
msgid "Read page with wrong checksum"
5156
7602
msgstr "Read page with wrong checksum"
7604
#. TODO: get a better message for these
7605
#: ../plugin/myisam/my_handler_errors.cc:101
5158
7606
msgid "Lock or active transaction"
5159
7607
msgstr "Lock or active transaction"
7609
#: ../plugin/myisam/my_handler_errors.cc:102
5161
7610
msgid "No such table space"
5162
7611
msgstr "No such table space"
7613
#: ../plugin/myisam/my_handler_errors.cc:103
5164
7614
msgid "Tablespace not empty"
5165
7615
msgstr "Tablespace not empty"
7617
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
5167
7618
msgid "Invalid value for retry_count"
5168
7619
msgstr "Invalid value for retry_count"
7621
#: ../plugin/mysql_protocol/mysql_protocol.cc:970
7622
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
5171
7624
"Port number to use for connection or 0 for default to with MySQL protocol."
5173
"Port number to use for connection or use 0 for MySQL protocol default."
7625
msgstr "Port number to use for connection or use 0 for MySQL protocol default."
7627
#: ../plugin/pbms/src/parameters_ms.cc:552
7629
"A comma delimited list of tables to watch of the format: <database>."
7633
#: ../plugin/pbms/src/parameters_ms.cc:560
7634
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
7637
#: ../plugin/pbms/src/parameters_ms.cc:568
7638
msgid "Before insert row event observer call position"
7641
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
7642
msgid "event_add error in libevent_add_session_callback\n"
7645
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
7646
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
7649
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
7650
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
7653
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
7654
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
7657
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
7658
msgid "session_add_event event_add error in libevent_init\n"
7661
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
7663
msgid "Can't create completion port thread (error %d)"
7664
msgstr "Can't create interrupt-thread (error %d, errno: %d)"
7666
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
7668
msgid "Invalid value for size\n"
7669
msgstr "Invalid value of port\n"
7671
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
7672
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
7673
msgid "Size of Pool."
7676
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
7678
msgid "Failed to allocate enough memory to transaction message\n"
7679
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
7681
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
7683
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
7684
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
7686
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
7688
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
7689
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
7691
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
7692
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
7694
msgid "Enable rabbitmq log"
7695
msgstr "Enable transaction log"
7697
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
7698
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
7699
msgid "Host name to connect to"
7702
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
7703
msgid "RabbitMQ Port"
7706
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
7707
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
7709
msgid "RabbitMQ username"
7712
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
7713
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
7714
msgid "RabbitMQ password"
7717
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
7718
msgid "RabbitMQ virtualhost"
7721
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
7722
msgid "Name of RabbitMQ exchange to publish to"
7725
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
7726
msgid "Name of RabbitMQ routing key to use"
7729
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
7730
#: ../plugin/transaction_log/module.cc:311
7731
#: ../plugin/transaction_log/module.cc:364
7732
msgid "Name of the replicator plugin to use (default='default_replicator')"
7733
msgstr "Name of the replicator plugin to use (default='default_replicator')"
7735
#: ../plugin/session_dictionary/processlist.cc:94
7740
#: ../plugin/signal_handler/signal_handler.cc:230
5176
7742
msgid "Can't create interrupt-thread (error %d, errno: %d)"
5177
7743
msgstr "Can't create interrupt-thread (error %d, errno: %d)"
7745
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
5180
7747
msgid "syslog facility \"%s\" not known, using \"local0\""
5181
7748
msgstr "syslog facility \"%s\" not known, using \"local0\""
7750
#: ../plugin/syslog/errmsg.cc:49
5184
7752
msgid "syslog priority \"%s\" not known, using \"warn\""
5185
7753
msgstr "syslog priority \"%s\" not known, using \"warn\""
7755
#: ../plugin/syslog/logging.cc:72
5188
7757
msgid "syslog priority \"%s\" not known, using \"info\""
5189
7758
msgstr "syslog priority \"%s\" not known, using \"info\""
7760
#: ../plugin/syslog/module.cc:61
7762
msgid "Invalid value for logging-threshold-slow\n"
7763
msgstr "Invalid value for threshold-slow"
7765
#: ../plugin/syslog/module.cc:70
7767
msgid "Invalid value for logging-threshold-big-resultset\n"
7768
msgstr "Invalid value for threshold-big-resultset"
7770
#: ../plugin/syslog/module.cc:79
7772
msgid "Invalid value for logging-threshold-big-examined\n"
7773
msgstr "Invalid value for threshold-big-examined"
7775
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
7776
msgid "Syslog Ident"
7779
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
7780
msgid "Syslog Facility"
7783
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
7785
msgid "Enable logging to syslog of the query log"
7786
msgstr "Enable logging to CSV file"
7788
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
7789
msgid "Syslog Priority of query logging"
7792
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
7794
msgid "Enable logging to syslog of the error messages"
7795
msgstr "Enable logging to a gearman server"
7797
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
7798
msgid "Syslog Priority of error messages"
7801
#: ../plugin/transaction_log/background_worker.cc:77
5192
7803
msgid "Unable to create background worker thread. Got error %s.\n"
5193
7804
msgstr "Unable to create background worker thread. Got error %s.\n"
7806
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
7807
#: ../plugin/transaction_log/print_transaction_message.cc:105
7808
#: ../plugin/transaction_log/transaction_log_reader.cc:97
7810
msgid "Failed to open transaction log file %s. Got error: %s\n"
7811
msgstr "Failed to open transaction log file %s. Got error: %s\n"
7813
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
7814
#: ../plugin/transaction_log/print_transaction_message.cc:149
7815
#: ../plugin/transaction_log/transaction_log_reader.cc:154
7817
msgid "Raw buffer read: %s.\n"
7818
msgstr "Raw buffer read: %s.\n"
7820
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
7821
#: ../plugin/transaction_log/print_transaction_message.cc:155
7822
#: ../plugin/transaction_log/transaction_log_reader.cc:161
7824
msgid "Unable to parse transaction. Got error: %s.\n"
7825
msgstr "Unable to parse transaction. Got error: %s.\n"
7827
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
7828
#: ../plugin/transaction_log/print_transaction_message.cc:157
7829
#: ../plugin/transaction_log/transaction_log_reader.cc:163
7831
msgid "BUFFER: %s\n"
7832
msgstr "BUFFER: %s\n"
7834
#: ../plugin/transaction_log/module.cc:137
7836
msgid "Invalid value for sync-method\n"
7837
msgstr "Invalid value for connect_timeout\n"
7839
#: ../plugin/transaction_log/module.cc:146
7841
msgid "Invalid value for num-write-buffers\n"
7842
msgstr "Invalid value for write_timeout\n"
7844
#: ../plugin/transaction_log/module.cc:182
5196
7846
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5197
7847
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
7849
#: ../plugin/transaction_log/module.cc:191
5200
7851
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5201
7852
msgstr "Failed to initialize the Transaction Log. Got error: %s\n"
7854
#: ../plugin/transaction_log/module.cc:203
5204
7856
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5206
"Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
7857
msgstr "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
7859
#: ../plugin/transaction_log/module.cc:212
5209
7861
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5210
7862
msgstr "Failed to initialize the Transaction Log Index. Got error: %s\n"
7864
#: ../plugin/transaction_log/module.cc:227
5214
"Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
7866
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5216
7868
"Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
7870
#: ../plugin/transaction_log/module.cc:287
7871
#: ../plugin/transaction_log/module.cc:358
5218
7872
msgid "Enable transaction log"
5219
7873
msgstr "Enable transaction log"
7875
#: ../plugin/transaction_log/module.cc:295
7876
#: ../plugin/transaction_log/module.cc:352
5221
7877
msgid "DEBUGGING - Truncate transaction log"
5222
7878
msgstr "DEBUGGING - Truncate transaction log"
7880
#: ../plugin/transaction_log/module.cc:303
7881
#: ../plugin/transaction_log/module.cc:361
5224
7882
msgid "Path to the file to use for transaction log"
5225
7883
msgstr "Path to the file to use for transaction log"
5227
msgid "Name of the replicator plugin to use (default='default_replicator')"
5228
msgstr "Name of the replicator plugin to use (default='default_replicator')"
7885
#: ../plugin/transaction_log/module.cc:319
7886
#: ../plugin/transaction_log/module.cc:355
5230
7887
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5231
7888
msgstr "Enable CRC32 Checksumming of each written transaction log entry"
7890
#: ../plugin/transaction_log/module.cc:327
7891
#: ../plugin/transaction_log/module.cc:367
5234
7893
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5235
7894
"each transaction write, 2 == sync log file once per second"