115
115
msgid "Error: Invalid Value for max_input_line"
118
#: ../client/drizzle.cc:1363
120
msgid "Displays this help and exit."
121
msgstr "Afiseaza acest mesaj de ajutor si iesi."
118
123
#: ../client/drizzle.cc:1364
120
msgid "Displays this help and exit."
121
msgstr "Afiseaza acest mesaj de ajutor si iesi."
123
#: ../client/drizzle.cc:1365
125
125
"Don't use history file. Disable interactive behavior. (Enables --silent)"
128
#: ../client/drizzle.cc:1367
128
#: ../client/drizzle.cc:1366
129
129
msgid "Display column type information."
130
130
msgstr "Afiseaza tipul de coloana."
132
#: ../client/drizzle.cc:1369
132
#: ../client/drizzle.cc:1368
134
134
"Preserve comments. Send comments to the server. The default is --skip-"
135
135
"comments (discard comments), enable with --comments"
138
#: ../client/drizzle.cc:1371
138
#: ../client/drizzle.cc:1370
139
139
msgid "Use compression in server/client protocol."
140
140
msgstr "Foloseste compresia in protocolul server/client."
142
#: ../client/drizzle.cc:1373
142
#: ../client/drizzle.cc:1372
143
143
msgid "Print the output of a query (rows) vertically."
144
144
msgstr "Afiseaza vertical rezultatul unei interogari (linii)."
146
#: ../client/drizzle.cc:1375
146
#: ../client/drizzle.cc:1374
147
147
msgid "Continue even if we get an sql error."
148
148
msgstr "Continua chiar daca se obtine o eroare sql."
150
#: ../client/drizzle.cc:1377
150
#: ../client/drizzle.cc:1376
152
152
"Enable named commands. Named commands mean this program's internal commands; "
153
153
"see drizzle> help . When enabled, the named commands can be used from any "
164
164
"deprecated; use --disable-named-commands instead."
167
#: ../client/drizzle.cc:1380
167
#: ../client/drizzle.cc:1379
168
168
msgid "Ignore space after function names."
169
169
msgstr "Ignora caracterele spatiu aflate dupa numele de functii."
171
#: ../client/drizzle.cc:1382
171
#: ../client/drizzle.cc:1381
172
172
msgid "Turn off beep on error."
173
173
msgstr "Dezactiveaza sunetul de alarma in caz de eroare."
175
#: ../client/drizzle.cc:1384
175
#: ../client/drizzle.cc:1383
176
176
msgid "Write line numbers for errors."
177
177
msgstr "Afiseaza numarul liniei pentru erori."
179
#: ../client/drizzle.cc:1386
179
#: ../client/drizzle.cc:1385
181
181
"Don't write line number for errors. WARNING: -L is deprecated, use long "
182
182
"version of this option instead."
185
#: ../client/drizzle.cc:1388
185
#: ../client/drizzle.cc:1387
186
186
msgid "Write column names in results."
189
#: ../client/drizzle.cc:1390
189
#: ../client/drizzle.cc:1389
191
191
"Don't write column names in results. WARNING: -N is deprecated, use long "
192
192
"version of this options instead."
195
#: ../client/drizzle.cc:1392
195
#: ../client/drizzle.cc:1391
197
197
"Change the value of a variable. Please note that this option is deprecated; "
198
198
"you can set variables directly with --variable-name=value."
201
#: ../client/drizzle.cc:1394
201
#: ../client/drizzle.cc:1393
202
202
msgid "Output in table format."
203
203
msgstr "Afisare in format tabelar."
205
#: ../client/drizzle.cc:1396
205
#: ../client/drizzle.cc:1395
206
206
msgid "Only allow UPDATE and DELETE that uses keys."
207
207
msgstr "Accepta numai UPDATE si DELETE care contin chei."
209
#: ../client/drizzle.cc:1398
209
#: ../client/drizzle.cc:1397
210
210
msgid "Synonym for option --safe-updates, -U."
213
#: ../client/drizzle.cc:1400
213
#: ../client/drizzle.cc:1399
214
214
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
217
#: ../client/drizzle.cc:1401 ../drizzled/drizzled.cc:1153
217
#: ../client/drizzle.cc:1400 ../drizzled/drizzled.cc:1158
218
218
msgid "Output version information and exit."
221
#: ../client/drizzle.cc:1403
221
#: ../client/drizzle.cc:1402
222
222
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
225
#: ../client/drizzle.cc:1407
225
#: ../client/drizzle.cc:1406
226
226
msgid "Number of lines before each import progress report."
229
#: ../client/drizzle.cc:1409
229
#: ../client/drizzle.cc:1408
230
230
msgid "Ping the server to check if it's alive."
233
#: ../client/drizzle.cc:1411
233
#: ../client/drizzle.cc:1410
234
234
msgid "Configuration file defaults are not used if no-defaults is set"
237
#: ../client/drizzle.cc:1417
237
#: ../client/drizzle.cc:1416
239
239
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
240
240
"and field completion, but startup and reconnecting may take a longer time. "
241
241
"Disable with --disable-auto-rehash."
244
#: ../client/drizzle.cc:1418
244
#: ../client/drizzle.cc:1417
246
246
"No automatic rehashing. One has to use 'rehash' to get table and field "
247
247
"completion. This gives a quicker start of drizzle_st and disables rehashing "
248
248
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
251
#: ../client/drizzle.cc:1420
251
#: ../client/drizzle.cc:1419
253
253
"Automatically switch to vertical output mode if the result is wider than the "
254
254
"terminal width."
256
256
"Afiseaza datele vertical daca dimensiunea rezultatelor este mai mare decat "
257
257
"dimensiunea terminalului."
259
#: ../client/drizzle.cc:1422
259
#: ../client/drizzle.cc:1421
260
260
msgid "Database to use."
261
261
msgstr "Baza de date folosita."
263
#: ../client/drizzle.cc:1424
263
#: ../client/drizzle.cc:1423
264
264
msgid "(not used)"
265
265
msgstr "(neutilizat)"
267
#: ../client/drizzle.cc:1426
267
#: ../client/drizzle.cc:1425
268
268
msgid "Delimiter to be used."
269
269
msgstr "Delimitator folosit."
271
#: ../client/drizzle.cc:1428
271
#: ../client/drizzle.cc:1427
272
272
msgid "Execute command and quit. (Disables --force and history file)"
274
274
"Executa comanda si termina. (Dezactiveaza --force si fisierul de "
277
#: ../client/drizzle.cc:1430
277
#: ../client/drizzle.cc:1429
278
278
msgid "Enable/disable LOAD DATA LOCAL INFILE."
279
279
msgstr "Activeaza/dezactiveaza LOAD DATA LOCAL INFILE."
281
#: ../client/drizzle.cc:1432
281
#: ../client/drizzle.cc:1431
282
282
msgid "Flush buffer after each query."
283
283
msgstr "Goleste buffer-ul dupa fiecare intorogare."
285
#: ../client/drizzle.cc:1434
285
#: ../client/drizzle.cc:1433
286
286
msgid "Ignore SIGINT (CTRL-C)"
287
287
msgstr "Ignora SIGINT (CTRL-C)"
289
#: ../client/drizzle.cc:1436
289
#: ../client/drizzle.cc:1435
291
291
"Only update the default database. This is useful for skipping updates to "
292
292
"other database in the update log."
295
#: ../client/drizzle.cc:1438
295
#: ../client/drizzle.cc:1437
297
297
"Pager to use to display results. If you don't supply an option the default "
298
298
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
304
#: ../client/drizzle.cc:1440
304
#: ../client/drizzle.cc:1439
305
305
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
308
#: ../client/drizzle.cc:1442
308
#: ../client/drizzle.cc:1441
309
309
msgid "Set the drizzle prompt to this value."
312
#: ../client/drizzle.cc:1444
312
#: ../client/drizzle.cc:1443
314
314
"Don't cache result, print it row by row. This may slow down the server if "
315
315
"the output is suspended. Doesn't use history file."
318
#: ../client/drizzle.cc:1446
318
#: ../client/drizzle.cc:1445
319
319
msgid "Write fields without conversion. Used with --batch."
322
#: ../client/drizzle.cc:1448
322
#: ../client/drizzle.cc:1447
324
324
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
325
325
"option is enabled by default."
328
#: ../client/drizzle.cc:1449
329
msgid "Shutdown the server"
328
332
#: ../client/drizzle.cc:1450
329
msgid "Shutdown the server"
332
#: ../client/drizzle.cc:1451
334
334
"Be more silent. Print results with a tab as separator, each row on new line."
337
#: ../client/drizzle.cc:1453
337
#: ../client/drizzle.cc:1452
339
339
"Append everything into outfile. See interactive help (\\h) also. Does not "
340
340
"work in batch mode. Disable with --disable-tee. This option is disabled by "
344
#: ../client/drizzle.cc:1454
345
msgid "Disable outfile. See interactive help (\\h) also."
344
348
#: ../client/drizzle.cc:1455
345
msgid "Disable outfile. See interactive help (\\h) also."
348
#: ../client/drizzle.cc:1456
349
349
msgid "Wait and retry if connection is down."
352
#: ../client/drizzle.cc:1458
352
#: ../client/drizzle.cc:1457
353
353
msgid "Number of seconds before connection timeout."
356
#: ../client/drizzle.cc:1460
356
#: ../client/drizzle.cc:1459
357
357
msgid "Max length of input line"
358
358
msgstr "Lungimea maxima a liniei de intrare."
360
#: ../client/drizzle.cc:1462
360
#: ../client/drizzle.cc:1461
361
361
msgid "Automatic limit for SELECT when using --safe-updates"
364
#: ../client/drizzle.cc:1464
364
#: ../client/drizzle.cc:1463
365
365
msgid "Automatic limit for rows in a join when using --safe-updates"
368
#: ../client/drizzle.cc:1470 ../client/drizzledump.cc:2564
369
#: ../client/drizzleimport.cc:451 ../client/drizzleslap.cc:962
368
#: ../client/drizzle.cc:1469 ../client/drizzledump.cc:2564
369
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:928
370
370
#: ../client/drizzletest.cc:5456
371
371
msgid "Use MySQL Protocol."
374
#: ../client/drizzle.cc:1472
374
#: ../client/drizzle.cc:1471
376
376
msgid "Connect to host"
377
377
msgstr "Conectare la gazda."
379
#: ../client/drizzle.cc:1474
379
#: ../client/drizzle.cc:1473
381
381
"Password to use when connecting to server. If password is not given it's "
382
382
"asked from the tty."
385
#: ../client/drizzle.cc:1476
385
#: ../client/drizzle.cc:1475
387
387
"Port number to use for connection or 0 for default to, in order of "
388
388
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
391
#: ../client/drizzle.cc:1478
391
#: ../client/drizzle.cc:1477
392
392
msgid "User for login if not current user."
395
#: ../client/drizzle.cc:1480
395
#: ../client/drizzle.cc:1479
396
396
msgid "The protocol of connection (tcp,socket,pipe,memory)."
399
#: ../client/drizzle.cc:1530 ../client/drizzle.cc:1537
399
#: ../client/drizzle.cc:1529 ../client/drizzle.cc:1536
401
401
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
404
#: ../client/drizzle.cc:1588
404
#: ../client/drizzle.cc:1587
405
405
msgid "DELIMITER cannot contain a backslash character"
408
#: ../client/drizzle.cc:1665
408
#: ../client/drizzle.cc:1664
410
410
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
413
#: ../client/drizzle.cc:1710 ../client/drizzle.cc:1720
414
#: ../client/drizzle.cc:4092
413
#: ../client/drizzle.cc:1709 ../client/drizzle.cc:1719
414
#: ../client/drizzle.cc:4089
416
416
msgid "drizzle Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
419
#: ../client/drizzle.cc:1724
419
#: ../client/drizzle.cc:1723
422
422
"Copyright (C) 2008 Sun Microsystems\n"
442
442
"Identificatorul conexiunii Drizzle este %u\n"
443
443
"Versiunea serverului: %s\n"
445
#: ../client/drizzle.cc:1822
445
#: ../client/drizzle.cc:1820
447
447
msgid "Reading history-file %s\n"
448
448
msgstr "Citesc fisierul istoric %s\n"
450
#: ../client/drizzle.cc:1826
450
#: ../client/drizzle.cc:1824
452
452
msgid "Couldn't allocate memory for temp histfile!\n"
453
453
msgstr "Nu am putut aloca memorie pentru acest fisier de istoric temporar!\n"
455
#: ../client/drizzle.cc:1833
455
#: ../client/drizzle.cc:1831
456
456
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
458
458
"Scrieti 'help;' sau '\\h' pentru ajutor. Scrieti '\\c' pentru a goli "
461
#: ../client/drizzle.cc:1856
461
#: ../client/drizzle.cc:1854
463
463
msgid "Writing history-file %s\n"
464
464
msgstr "Scrie fisierul de istoric %s\n"
466
#: ../client/drizzle.cc:1864
466
#: ../client/drizzle.cc:1862
470
#: ../client/drizzle.cc:1864
470
#: ../client/drizzle.cc:1862
472
472
msgstr "La revedere"
474
#: ../client/drizzle.cc:1916
474
#: ../client/drizzle.cc:1914
475
475
msgid "Query aborted by Ctrl+C\n"
476
476
msgstr "Cerere abandonata prin Ctrl+C\n"
478
#: ../client/drizzle.cc:2000
478
#: ../client/drizzle.cc:1998
480
480
msgid "Processing line: %<PRIu32>\n"
483
#: ../client/drizzle.cc:2218
483
#: ../client/drizzle.cc:2216
484
484
msgid "Unknown command: "
487
#: ../client/drizzle.cc:2632
487
#: ../client/drizzle.cc:2630
489
489
"Reading table information for completion of table and column names\n"
490
490
"You can turn off this feature to get a quicker startup with -A\n"
494
#: ../client/drizzle.cc:2698
494
#: ../client/drizzle.cc:2696
495
495
msgid "No connection. Trying to reconnect..."
498
#: ../client/drizzle.cc:2704
498
#: ../client/drizzle.cc:2702
499
499
msgid "Can't connect to the server\n"
500
500
msgstr "Nu se poate realiza conexiunea la server\n"
502
#: ../client/drizzle.cc:2780
503
msgid "List of all Drizzle commands:"
502
506
#: ../client/drizzle.cc:2782
503
msgid "List of all Drizzle commands:"
506
#: ../client/drizzle.cc:2784
507
507
msgid "Note that all text commands must be first on line and end with ';'"
510
#: ../client/drizzle.cc:2839
510
#: ../client/drizzle.cc:2837
511
511
msgid "No query specified\n"
512
512
msgstr "Nu a fost specificata nici o interogare\n"
514
#: ../client/drizzle.cc:2854
514
#: ../client/drizzle.cc:2852
515
515
msgid "Ignoring query to other database"
518
#: ../client/drizzle.cc:2904
518
#: ../client/drizzle.cc:2902
519
519
msgid "Empty set"
522
#: ../client/drizzle.cc:2917
522
#: ../client/drizzle.cc:2915
524
524
msgid "%ld row in set"
525
525
msgid_plural "%ld rows in set"
529
#: ../client/drizzle.cc:2924
529
533
#: ../client/drizzle.cc:2926
533
#: ../client/drizzle.cc:2928
535
535
msgid "Query OK, %ld row affected"
536
536
msgid_plural "Query OK, %ld rows affected"
787
792
msgid "Could not open '%s' for reading: errno = %d"
790
#: ../client/drizzletest.cc:5569 ../drizzled/drizzled.cc:857
795
#: ../client/drizzletest.cc:5569 ../drizzled/drizzled.cc:863
792
797
msgid "Out of memory"
795
#: ../drizzled/drizzled.cc:490
800
#: ../drizzled/drizzled.cc:480
796
801
msgid "Aborting\n"
799
#: ../drizzled/drizzled.cc:572
804
#: ../drizzled/drizzled.cc:544
800
805
msgid "One can only use the --user switch if running as root\n"
803
#: ../drizzled/drizzled.cc:579
808
#: ../drizzled/drizzled.cc:551
805
810
"Fatal error: Please read \"Security\" section of the manual to find out how "
806
811
"to run drizzled as root!\n"
809
#: ../drizzled/drizzled.cc:599
814
#: ../drizzled/drizzled.cc:571
812
817
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
816
#: ../drizzled/drizzled.cc:738
821
#: ../drizzled/drizzled.cc:710
818
823
msgid "gethostname failed, using '%s' as hostname"
821
#: ../drizzled/drizzled.cc:796
826
#: ../drizzled/drizzled.cc:768
823
828
msgid "Unknown locale: '%s'"
826
#: ../drizzled/drizzled.cc:833
831
#: ../drizzled/drizzled.cc:785
827
832
msgid "Can't create thread-keys"
830
#: ../drizzled/drizzled.cc:866
835
#: ../drizzled/drizzled.cc:872
831
836
msgid "Failed to initialize plugins."
834
#: ../drizzled/drizzled.cc:887
839
#: ../drizzled/drizzled.cc:894
837
842
"%s: Too many arguments (first extra is '%s').\n"
838
843
"Use --verbose --help to get a list of available options\n"
841
#: ../drizzled/drizzled.cc:912
846
#: ../drizzled/drizzled.cc:919
842
847
msgid "No scheduler found, cannot continue!\n"
845
#: ../drizzled/drizzled.cc:936
850
#: ../drizzled/drizzled.cc:943
847
852
msgid "Unknown/unsupported storage engine: %s"
850
#: ../drizzled/drizzled.cc:1027
855
#: ../drizzled/drizzled.cc:1032
851
856
msgid "Display this help and exit."
852
857
msgstr "Afiseaza acest mesaj de ajutor si iesi."
854
#: ../drizzled/drizzled.cc:1031
859
#: ../drizzled/drizzled.cc:1036
855
860
msgid "Display this help and exit after initializing plugins."
858
#: ../drizzled/drizzled.cc:1035
863
#: ../drizzled/drizzled.cc:1040
859
864
msgid "Auto-increment columns are incremented by this"
862
#: ../drizzled/drizzled.cc:1040
867
#: ../drizzled/drizzled.cc:1045
864
869
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
868
#: ../drizzled/drizzled.cc:1046
873
#: ../drizzled/drizzled.cc:1051
870
875
"Path to installation directory. All paths are usually resolved relative to "
874
#: ../drizzled/drizzled.cc:1051
879
#: ../drizzled/drizzled.cc:1056
875
880
msgid "Chroot drizzled daemon during startup."
878
#: ../drizzled/drizzled.cc:1055
883
#: ../drizzled/drizzled.cc:1060
879
884
msgid "Set the default collation."
882
#: ../drizzled/drizzled.cc:1059
887
#: ../drizzled/drizzled.cc:1064
883
888
msgid "Default completion type."
886
#: ../drizzled/drizzled.cc:1064
891
#: ../drizzled/drizzled.cc:1069
887
892
msgid "Write core on errors."
890
#: ../drizzled/drizzled.cc:1068
895
#: ../drizzled/drizzled.cc:1073
891
896
msgid "Path to the database root."
894
#: ../drizzled/drizzled.cc:1072
899
#: ../drizzled/drizzled.cc:1077
895
900
msgid "Set the default storage engine (table type) for tables."
898
#: ../drizzled/drizzled.cc:1076
903
#: ../drizzled/drizzled.cc:1081
899
904
msgid "Set the default time zone."
902
#: ../drizzled/drizzled.cc:1081
907
#: ../drizzled/drizzled.cc:1086
903
908
msgid "Used for debugging; Use at your own risk!"
906
#: ../drizzled/drizzled.cc:1086
911
#: ../drizzled/drizzled.cc:1091
907
912
msgid "Set up signals usable for debugging"
910
#: ../drizzled/drizzled.cc:1090
915
#: ../drizzled/drizzled.cc:1095
911
916
msgid "(IGNORED)"
914
#: ../drizzled/drizzled.cc:1094
919
#: ../drizzled/drizzled.cc:1099
915
920
msgid "Set the language used for the month names and the days of the week."
918
#: ../drizzled/drizzled.cc:1099
923
#: ../drizzled/drizzled.cc:1104
919
924
msgid "Log some not critical warnings to the log file."
922
#: ../drizzled/drizzled.cc:1104
927
#: ../drizzled/drizzled.cc:1109
923
928
msgid "Pid file used by safe_mysqld."
926
#: ../drizzled/drizzled.cc:1108
931
#: ../drizzled/drizzled.cc:1113
928
933
"Maximum time in seconds to wait for the port to become free. (Default: no "
932
#: ../drizzled/drizzled.cc:1113
937
#: ../drizzled/drizzled.cc:1118
934
939
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
935
940
"specified directory"
938
#: ../drizzled/drizzled.cc:1118
943
#: ../drizzled/drizzled.cc:1123
940
945
"Uniquely identifies the server instance in the community of replication "
944
#: ../drizzled/drizzled.cc:1123
949
#: ../drizzled/drizzled.cc:1128
945
950
msgid "Don't print a stack trace on failure."
948
#: ../drizzled/drizzled.cc:1127
953
#: ../drizzled/drizzled.cc:1132
949
954
msgid "Enable symbolic link support."
952
#: ../drizzled/drizzled.cc:1136
957
#: ../drizzled/drizzled.cc:1141
954
959
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
957
#: ../drizzled/drizzled.cc:1141
962
#: ../drizzled/drizzled.cc:1146
958
963
msgid "Path for temporary files."
961
#: ../drizzled/drizzled.cc:1145
966
#: ../drizzled/drizzled.cc:1150
962
967
msgid "Default transaction isolation level."
965
#: ../drizzled/drizzled.cc:1149
970
#: ../drizzled/drizzled.cc:1154
966
971
msgid "Run drizzled daemon as user."
969
#: ../drizzled/drizzled.cc:1157
974
#: ../drizzled/drizzled.cc:1162
971
976
"The number of outstanding connection requests Drizzle can have. This comes "
972
977
"into play when the main Drizzle thread gets very many connection requests in "
973
978
"a very short time."
976
#: ../drizzled/drizzled.cc:1163
981
#: ../drizzled/drizzled.cc:1168
978
983
"Size of tree cache used in bulk insert optimization. Note that this is a "
979
984
"limit per thread!"
982
#: ../drizzled/drizzled.cc:1169
987
#: ../drizzled/drizzled.cc:1174
984
989
"Precision of the result of '/' operator will be increased on that value."
987
#: ../drizzled/drizzled.cc:1175
992
#: ../drizzled/drizzled.cc:1180
988
993
msgid "The maximum length of the result of function group_concat."
991
#: ../drizzled/drizzled.cc:1180
996
#: ../drizzled/drizzled.cc:1185
992
997
msgid "The size of the buffer that is used for full joins."
995
#: ../drizzled/drizzled.cc:1186
1000
#: ../drizzled/drizzled.cc:1191
996
1001
msgid "Max packetlength to send/receive from to server."
999
#: ../drizzled/drizzled.cc:1191
1004
#: ../drizzled/drizzled.cc:1196
1001
1006
"If there is more than this number of interrupted connections from a host "
1002
1007
"this host will be blocked from further connections."
1005
#: ../drizzled/drizzled.cc:1196
1010
#: ../drizzled/drizzled.cc:1201
1006
1011
msgid "Max number of errors/warnings to store for a statement."
1009
#: ../drizzled/drizzled.cc:1201
1014
#: ../drizzled/drizzled.cc:1206
1010
1015
msgid "Don't allow creation of heap tables bigger than this."
1013
#: ../drizzled/drizzled.cc:1207
1018
#: ../drizzled/drizzled.cc:1212
1015
1020
"Joins that are probably going to read more than max_join_size records return "
1019
#: ../drizzled/drizzled.cc:1213
1024
#: ../drizzled/drizzled.cc:1218
1020
1025
msgid "Max number of bytes in sorted records."
1023
#: ../drizzled/drizzled.cc:1218
1028
#: ../drizzled/drizzled.cc:1223
1024
1029
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1027
#: ../drizzled/drizzled.cc:1223
1032
#: ../drizzled/drizzled.cc:1228
1029
1034
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1030
1035
"max_sort_length bytes of each value are used; the rest are ignored)."
1033
#: ../drizzled/drizzled.cc:1230
1038
#: ../drizzled/drizzled.cc:1235
1034
1039
msgid "After this many write locks, allow some read locks to run in between."
1037
#: ../drizzled/drizzled.cc:1234
1042
#: ../drizzled/drizzled.cc:1239
1039
1044
"Don't log queries which examine less than min_examined_row_limit rows to "
1043
#: ../drizzled/drizzled.cc:1240
1048
#: ../drizzled/drizzled.cc:1245
1045
1050
"Controls the heuristic(s) applied during query optimization to prune less-"
1046
1051
"promising partial plans from the optimizer search space. Meaning: false - do "
1059
1064
"(used for testing/comparison)."
1062
#: ../drizzled/drizzled.cc:1260
1067
#: ../drizzled/drizzled.cc:1265
1063
1068
msgid "Directory for plugins."
1066
#: ../drizzled/drizzled.cc:1264
1071
#: ../drizzled/drizzled.cc:1269
1068
1073
"Optional comma separated list of plugins to load at startup in addition to "
1069
1074
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1072
#: ../drizzled/drizzled.cc:1270
1077
#: ../drizzled/drizzled.cc:1275
1074
1079
"Optional comma separated list of plugins to not load at startup. Effectively "
1075
1080
"removes a plugin from the list of plugins to be loaded. [for example: --"
1076
1081
"plugin_remove=crc32,logger_gearman]"
1079
#: ../drizzled/drizzled.cc:1276
1084
#: ../drizzled/drizzled.cc:1281
1081
1086
"Optional comma separated list of plugins to load at starup instead of the "
1082
1087
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1085
#: ../drizzled/drizzled.cc:1282
1090
#: ../drizzled/drizzled.cc:1287
1086
1091
msgid "The size of the buffer that is allocated when preloading indexes"
1089
#: ../drizzled/drizzled.cc:1287
1094
#: ../drizzled/drizzled.cc:1292
1090
1095
msgid "Allocation block size for query parsing and execution"
1093
#: ../drizzled/drizzled.cc:1292
1098
#: ../drizzled/drizzled.cc:1297
1094
1099
msgid "Persistent buffer for query parsing and execution"
1097
#: ../drizzled/drizzled.cc:1298
1102
#: ../drizzled/drizzled.cc:1303
1098
1103
msgid "Allocation block size for storing ranges during optimization"
1101
#: ../drizzled/drizzled.cc:1304
1106
#: ../drizzled/drizzled.cc:1309
1103
1108
"Each thread that does a sequential scan allocates a buffer of this size for "
1104
1109
"each table it scans. If you do many sequential scans, you may want to "
1105
1110
"increase this value."
1108
#: ../drizzled/drizzled.cc:1312
1113
#: ../drizzled/drizzled.cc:1317
1110
1115
"When reading rows in sorted order after a sort, the rows are read through "
1111
1116
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1112
1117
"record_buffer."
1115
#: ../drizzled/drizzled.cc:1320
1120
#: ../drizzled/drizzled.cc:1325
1116
1121
msgid "Select scheduler to be used (by default multi-thread)."
1119
#: ../drizzled/drizzled.cc:1325
1124
#: ../drizzled/drizzled.cc:1330
1120
1125
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1123
#: ../drizzled/drizzled.cc:1331
1128
#: ../drizzled/drizzled.cc:1336
1124
1129
msgid "The number of cached table definitions."
1127
#: ../drizzled/drizzled.cc:1335
1132
#: ../drizzled/drizzled.cc:1340
1128
1133
msgid "The number of cached open tables."
1131
#: ../drizzled/drizzled.cc:1339
1136
#: ../drizzled/drizzled.cc:1344
1133
1138
"Timeout in seconds to wait for a table level lock before returning an error. "
1134
1139
"Used only if the connection has active cursors."
1137
#: ../drizzled/drizzled.cc:1344
1142
#: ../drizzled/drizzled.cc:1349
1138
1143
msgid "The stack size for each thread."
1141
#: ../drizzled/drizzled.cc:1350
1146
#: ../drizzled/drizzled.cc:1355
1143
1148
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1144
1149
"automatically convert it to an on-disk MyISAM table."
1147
#: ../drizzled/drizzled.cc:1376
1152
#: ../drizzled/drizzled.cc:1381
1149
1154
"Copyright (C) 2008 Sun Microsystems\n"
1150
1155
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
4813
4818
"registered.\n"
4816
#: ../drizzled/module/loader.cc:356
4821
#: ../drizzled/module/loader.cc:354
4818
4823
msgid "Plugin '%s' init function returned error.\n"
4821
#: ../drizzled/module/loader.cc:534
4826
#: ../drizzled/module/loader.cc:532
4823
4828
msgid "Couldn't load plugin library named '%s'.\n"
4826
#: ../drizzled/module/loader.cc:544
4831
#: ../drizzled/module/loader.cc:542
4828
4833
msgid "Couldn't load plugin named '%s'.\n"
4831
#: ../drizzled/module/loader.cc:773
4836
#: ../drizzled/module/loader.cc:771
4832
4837
msgid "Out of memory."
4835
#: ../drizzled/module/loader.cc:1496 ../drizzled/module/loader.cc:1547
4840
#: ../drizzled/module/loader.cc:1483 ../drizzled/module/loader.cc:1534
4837
4842
msgid "Unknown variable type code 0x%x in plugin '%s'."
4840
#: ../drizzled/module/loader.cc:1539
4845
#: ../drizzled/module/loader.cc:1526
4843
4848
"Server variable %s of plugin %s was forced to be read-only: string variable "
4844
4849
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4847
#: ../drizzled/module/loader.cc:1558
4852
#: ../drizzled/module/loader.cc:1545
4849
4854
msgid "Missing variable name in plugin '%s'."
4852
#: ../drizzled/module/loader.cc:1575
4857
#: ../drizzled/module/loader.cc:1562
4854
4859
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4857
#: ../drizzled/module/loader.cc:1697
4862
#: ../drizzled/module/loader.cc:1684
4859
4864
msgid "Out of memory for plugin '%s'."
4867
#: ../drizzled/module/loader.cc:1693
4869
msgid "Bad options for plugin '%s'."
4862
4872
#: ../drizzled/module/loader.cc:1706
4864
msgid "Bad options for plugin '%s'."
4867
#: ../drizzled/module/loader.cc:1719
4869
4874
msgid "Parsing options for plugin '%s' failed."
4872
#: ../drizzled/module/loader.cc:1772
4877
#: ../drizzled/module/loader.cc:1759
4874
4879
msgid "Plugin '%s' has conflicting system variables"
5307
5312
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5310
#: ../gnulib/getopt.c:529 ../gnulib/getopt.c:545
5312
msgid "%s: option `%s' is ambiguous\n"
5315
#: ../gnulib/getopt.c:578 ../gnulib/getopt.c:582
5317
msgid "%s: option `--%s' doesn't allow an argument\n"
5320
#: ../gnulib/getopt.c:591 ../gnulib/getopt.c:596
5322
msgid "%s: option `%c%s' doesn't allow an argument\n"
5325
#: ../gnulib/getopt.c:639 ../gnulib/getopt.c:658 ../gnulib/getopt.c:974
5326
#: ../gnulib/getopt.c:993
5328
msgid "%s: option `%s' requires an argument\n"
5331
#: ../gnulib/getopt.c:696 ../gnulib/getopt.c:699
5333
msgid "%s: unrecognized option `--%s'\n"
5336
#: ../gnulib/getopt.c:707 ../gnulib/getopt.c:710
5338
msgid "%s: unrecognized option `%c%s'\n"
5341
#: ../gnulib/getopt.c:762 ../gnulib/getopt.c:765
5343
msgid "%s: illegal option -- %c\n"
5346
#: ../gnulib/getopt.c:771 ../gnulib/getopt.c:774
5348
msgid "%s: invalid option -- %c\n"
5351
#: ../gnulib/getopt.c:826 ../gnulib/getopt.c:842 ../gnulib/getopt.c:1046
5352
#: ../gnulib/getopt.c:1064
5354
msgid "%s: option requires an argument -- %c\n"
5357
#: ../gnulib/getopt.c:895 ../gnulib/getopt.c:911
5359
msgid "%s: option `-W %s' is ambiguous\n"
5362
#: ../gnulib/getopt.c:935 ../gnulib/getopt.c:953
5364
msgid "%s: option `-W %s' doesn't allow an argument\n"
5367
#: ../plugin/auth_file/auth_file.cc:214
5315
#: ../plugin/auth_file/auth_file.cc:225
5369
5317
msgid "Could not load auth file: %s\n"
5372
#: ../plugin/auth_file/auth_file.cc:227
5320
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
5373
5321
msgid "File to load for usernames and passwords"
5445
5393
msgid "Default database to use."
5446
5394
msgstr "Baza de date folosita."
5448
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:824
5449
#: ../plugin/mysql_protocol/mysql_protocol.cc:899
5396
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:830
5397
#: ../plugin/mysql_protocol/mysql_protocol.cc:905
5450
5398
msgid "Invalid value of port\n"
5453
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:833
5454
#: ../plugin/mysql_protocol/mysql_protocol.cc:908
5401
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:839
5402
#: ../plugin/mysql_protocol/mysql_protocol.cc:914
5455
5403
msgid "Invalid value for connect_timeout\n"
5458
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
5459
#: ../plugin/mysql_protocol/mysql_protocol.cc:917
5406
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:848
5407
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
5460
5408
msgid "Invalid value for read_timeout\n"
5463
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
5464
#: ../plugin/mysql_protocol/mysql_protocol.cc:926
5411
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:857
5412
#: ../plugin/mysql_protocol/mysql_protocol.cc:932
5465
5413
msgid "Invalid value for write_timeout\n"
5468
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
5416
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:866
5469
5417
msgid "Invalid value for retry_count\n"
5472
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
5473
#: ../plugin/mysql_protocol/mysql_protocol.cc:944
5420
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:875
5421
#: ../plugin/mysql_protocol/mysql_protocol.cc:950
5474
5422
msgid "Invalid value for buffer_length\n"
5477
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:889
5478
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
5480
"Port number to use for connection or 0 for default to, in order of "
5481
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5484
5425
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5485
5426
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5486
#: ../plugin/mysql_protocol/mysql_protocol.cc:973
5487
#: ../plugin/mysql_protocol/mysql_protocol.cc:995
5488
msgid "Connect Timeout."
5491
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:898
5492
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
5493
#: ../plugin/mysql_protocol/mysql_protocol.cc:976
5494
#: ../plugin/mysql_protocol/mysql_protocol.cc:998
5495
msgid "Read Timeout."
5498
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5428
"Port number to use for connection or 0 for default to, in order of "
5429
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5432
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:901
5499
5433
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5500
#: ../plugin/mysql_protocol/mysql_protocol.cc:978
5434
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5501
5435
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
5502
msgid "Write Timeout."
5436
msgid "Connect Timeout."
5505
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5439
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5506
5440
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5507
#: ../plugin/mysql_protocol/mysql_protocol.cc:980
5441
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5508
5442
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
5509
msgid "Retry Count."
5443
msgid "Read Timeout."
5512
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5446
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5513
5447
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5514
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5448
#: ../plugin/mysql_protocol/mysql_protocol.cc:984
5515
5449
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
5516
msgid "Buffer length."
5450
msgid "Write Timeout."
5519
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
5453
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:908
5520
5454
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5521
#: ../plugin/mysql_protocol/mysql_protocol.cc:985
5455
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5522
5456
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
5457
msgid "Retry Count."
5460
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:910
5461
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
5462
#: ../plugin/mysql_protocol/mysql_protocol.cc:988
5463
#: ../plugin/mysql_protocol/mysql_protocol.cc:1013
5464
msgid "Buffer length."
5467
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
5468
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
5469
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
5470
#: ../plugin/mysql_protocol/mysql_protocol.cc:1016
5523
5471
msgid "Address to bind to."
5776
5724
msgid "Statement closed indirectly because of a preceding %s() call"
5779
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:807
5780
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:937
5781
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:961
5727
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
5728
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
5729
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
5783
5731
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
5786
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:826
5734
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
5788
5736
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
5791
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:916
5792
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1023
5793
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1188
5794
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1747
5739
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
5740
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
5741
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
5742
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
5796
5744
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
5799
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1053
5800
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
5747
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
5748
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
5802
5750
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
5805
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2679
5753
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
5754
msgid "Invalid value of additional-mem-pool-size"
5757
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
5758
msgid "Invalid value of autoextend-increment"
5761
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
5762
msgid "Invalid value of buffer-pool-size"
5765
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
5766
msgid "Invalid value of io-capacity"
5769
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
5770
msgid "Invalid value of fast-shutdown"
5773
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
5774
msgid "Invalid value of flush-log-at-trx-commit"
5777
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
5778
msgid "Invalid value of force-recovery"
5781
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
5782
msgid "Invalid value of log-file-size"
5785
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
5786
msgid "Invalid value of log-files-in-group"
5789
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
5790
msgid "Invalid value of lock-wait-timeout"
5793
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
5794
msgid "Invalid value of log-buffer-size"
5797
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
5798
msgid "Invalid value of lru-old-blocks-pct"
5801
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
5802
msgid "Invalid value of lru-block-access-recency"
5805
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
5806
msgid "Invalid value of max-dirty-pages-pct"
5809
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
5810
msgid "Invalid value of max-purge-lag"
5813
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
5814
msgid "Invalid value of open-files"
5817
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
5818
msgid "Invalid value of read-io-threads"
5821
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
5822
msgid "Invalid value of sync_spin_loops"
5825
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
5807
5827
msgid "Error starting Embedded InnoDB %d (%s)\n"
5830
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
5831
msgid "Enable InnoDB adaptive hash index (enabled by default)."
5834
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
5835
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
5838
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
5840
"Size of a memory pool InnoDB uses to store data dictionary information and "
5841
"other internal data structures."
5844
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
5845
msgid "Data file autoextend increment in megabytes"
5848
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
5850
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
5854
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
5855
msgid "The common part for InnoDB table spaces."
5858
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
5860
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
5864
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
5866
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
5867
"innodb-doublewrite."
5870
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
5871
msgid "Number of IOPs the server can do. Tunes the background IO rate"
5874
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
5876
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
5877
"are 0, 1 (faster) or 2 (fastest - crash-like)."
5880
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
5881
msgid "Stores each InnoDB table to an .ibd file in the database dir."
5884
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
5885
msgid "File format to use for new tables in .ibd files."
5888
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
5890
"Set to 0 (write and flush once per second),1 (write and flush at each "
5891
"commit) or 2 (write at commit, flush once per second)."
5894
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
5895
msgid "With which method to flush data."
5898
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
5900
"Helps to save your data in case the disk image of the database becomes "
5904
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
5905
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
5906
msgid "Path to individual files and their sizes."
5909
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
5910
msgid "Path to InnoDB log files."
5913
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
5914
msgid "Size of each log file in a log group."
5917
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
5919
"Number of log files in the log group. InnoDB writes to the files in a "
5920
"circular fashion. Value 3 is recommended here."
5923
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
5925
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
5926
"rolled back. Values above 100000000 disable the timeout."
5929
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
5931
"The size of the buffer which InnoDB uses to write log to the log files on "
5935
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
5937
"Sets the point in the LRU list from where all pages are classified as old "
5941
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
5943
"Milliseconds between accesses to a block at which it is made young. "
5944
"0=disabled (Advanced users)"
5947
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
5948
msgid "Percentage of dirty pages allowed in bufferpool."
5951
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
5952
msgid "Desired maximum length of the purge queue (0 = no limit)"
5955
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
5957
"Roll back the complete transaction on lock wait timeout, for 4.x "
5958
"compatibility (disabled by default)"
5961
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
5962
msgid "How many files at the maximum InnoDB keeps open at the same time."
5965
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
5966
msgid "Number of background read I/O threads in InnoDB."
5969
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
5970
msgid "Number of background write I/O threads in InnoDB."
5973
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
5975
"Disable if you want to reduce the number of messages written to the log "
5976
"(default: enabled)."
5979
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
5980
msgid "Enable SHOW INNODB STATUS output in the log"
5983
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
5984
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
5987
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
5988
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
5810
5991
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
5812
5993
msgid "Failed to send error message to libnotify\n"
5816
5997
msgid "Error Messages to stderr"
5819
#: ../plugin/filtered_replicator/filtered_replicator.cc:603
5820
#: ../plugin/filtered_replicator/filtered_replicator.cc:612
6000
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
6001
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
5821
6002
msgid "List of schemas to filter"
5824
#: ../plugin/filtered_replicator/filtered_replicator.cc:606
5825
#: ../plugin/filtered_replicator/filtered_replicator.cc:619
6005
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
6006
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
5826
6007
msgid "List of tables to filter"
5829
#: ../plugin/filtered_replicator/filtered_replicator.cc:626
6010
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
5830
6011
msgid "Regular expression to apply to schemas to filter"
5833
#: ../plugin/filtered_replicator/filtered_replicator.cc:633
6014
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
5834
6015
msgid "Regular expression to apply to tables to filter"
5837
#: ../plugin/hello_events/hello_events.cc:294
6018
#: ../plugin/hello_events/hello_events.cc:301
5838
6019
msgid "Invalid value of before-write-position\n"
5841
#: ../plugin/hello_events/hello_events.cc:303
5842
#: ../plugin/hello_events/hello_events.cc:312
6022
#: ../plugin/hello_events/hello_events.cc:310
6023
#: ../plugin/hello_events/hello_events.cc:319
5843
6024
msgid "Invalid value of before-update-position\n"
5846
#: ../plugin/hello_events/hello_events.cc:352
5847
#: ../plugin/hello_events/hello_events.cc:355
5848
#: ../plugin/hello_events/hello_events.cc:373
6027
#: ../plugin/hello_events/hello_events.cc:359
6028
#: ../plugin/hello_events/hello_events.cc:362
6029
#: ../plugin/hello_events/hello_events.cc:380
5849
6030
msgid "A comma delimited list of databases to watch"
5852
#: ../plugin/hello_events/hello_events.cc:358
5853
#: ../plugin/hello_events/hello_events.cc:389
6033
#: ../plugin/hello_events/hello_events.cc:365
6034
#: ../plugin/hello_events/hello_events.cc:396
5854
6035
msgid "Enable Example Events Plugin"
5857
#: ../plugin/hello_events/hello_events.cc:361
5858
#: ../plugin/hello_events/hello_events.cc:397
6038
#: ../plugin/hello_events/hello_events.cc:368
6039
#: ../plugin/hello_events/hello_events.cc:404
5859
6040
msgid "Before write row event observer call position"
5862
#: ../plugin/hello_events/hello_events.cc:364
5863
#: ../plugin/hello_events/hello_events.cc:408
6043
#: ../plugin/hello_events/hello_events.cc:371
6044
#: ../plugin/hello_events/hello_events.cc:415
5864
6045
#: ../plugin/pbms/src/parameters_ms.cc:579
5865
6046
msgid "Before update row event observer call position"
5868
#: ../plugin/hello_events/hello_events.cc:367
5869
#: ../plugin/hello_events/hello_events.cc:419
6049
#: ../plugin/hello_events/hello_events.cc:374
6050
#: ../plugin/hello_events/hello_events.cc:426
5870
6051
msgid "After drop database event observer call position"
5873
#: ../plugin/hello_events/hello_events.cc:381
6054
#: ../plugin/hello_events/hello_events.cc:388
5874
6055
msgid "A comma delimited list of tables to watch"
5877
#: ../plugin/hello_events/hello_events.cc:443
6058
#: ../plugin/hello_events/hello_events.cc:450
5878
6059
msgid "An example events Plugin"
5883
6064
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6067
#: ../plugin/innobase/handler/ha_innodb.cc:1857
6068
msgid "Invalid value for io-capacity\n"
6071
#: ../plugin/innobase/handler/ha_innodb.cc:1876
6072
msgid "Invalid value for fast-shutdown\n"
6075
#: ../plugin/innobase/handler/ha_innodb.cc:1890
6076
msgid "Invalid value for flush-log-at-trx-commit\n"
6079
#: ../plugin/innobase/handler/ha_innodb.cc:1920
6080
msgid "Invalid value for max-dirty-pages-pct\n"
6083
#: ../plugin/innobase/handler/ha_innodb.cc:1929
6084
msgid "Invalid value for stats-sample-pages\n"
6087
#: ../plugin/innobase/handler/ha_innodb.cc:1940
6088
msgid "Invalid value for additional-mem-pool-size\n"
6091
#: ../plugin/innobase/handler/ha_innodb.cc:1950
6092
msgid "Invalid value for autoextend-increment\n"
6095
#: ../plugin/innobase/handler/ha_innodb.cc:1960
6096
msgid "Invalid value for buffer-pool-size\n"
6099
#: ../plugin/innobase/handler/ha_innodb.cc:1970
6100
msgid "Invalid value for commit-concurrency\n"
6103
#: ../plugin/innobase/handler/ha_innodb.cc:1979
6104
msgid "Invalid value for concurrency-tickets\n"
6107
#: ../plugin/innobase/handler/ha_innodb.cc:1988
6108
msgid "Invalid value for file-io-threads\n"
6111
#: ../plugin/innobase/handler/ha_innodb.cc:1997
6112
msgid "Invalid value for read-io-threads\n"
6115
#: ../plugin/innobase/handler/ha_innodb.cc:2006
6116
msgid "Invalid value for write-io-threads\n"
6119
#: ../plugin/innobase/handler/ha_innodb.cc:2015
6120
msgid "Invalid value for force-recovery\n"
6123
#: ../plugin/innobase/handler/ha_innodb.cc:2025
6124
#: ../plugin/innobase/handler/ha_innodb.cc:2035
6125
msgid "Invalid value for log-file-size\n"
6128
#: ../plugin/innobase/handler/ha_innodb.cc:2044
6129
msgid "Invalid value for log-files-in-group\n"
6132
#: ../plugin/innobase/handler/ha_innodb.cc:2053
6133
msgid "Invalid value for mirrored-log-groups\n"
6136
#: ../plugin/innobase/handler/ha_innodb.cc:2062
6137
msgid "Invalid value for open-files\n"
6140
#: ../plugin/innobase/handler/ha_innodb.cc:2071
6141
msgid "Invalid value for thread-concurrency\n"
6144
#: ../plugin/innobase/handler/ha_innodb.cc:2094
6145
msgid "Invalid value for read-ahead-threshold\n"
6148
#: ../plugin/innobase/handler/ha_innodb.cc:2118
6149
msgid "Invalid value for lock-wait-timeout\n"
5886
6152
#: ../plugin/logging_gearman/logging_gearman.cc:196
5888
6154
msgid "fail gearman_client_create(): %s"
6014
6300
"memcached_servers_parse(%s)."
6017
#: ../plugin/multi_thread/multi_thread.cc:100
6303
#: ../plugin/multi_thread/multi_thread.cc:63
6305
msgid "Unable to set thread stack size to %<PRId64>\n"
6308
#: ../plugin/multi_thread/multi_thread.cc:112
6309
msgid "Invalid value for max-threads\n"
6312
#: ../plugin/multi_thread/multi_thread.cc:125
6313
#: ../plugin/multi_thread/multi_thread.cc:132
6018
6314
msgid "Maximum number of user threads available."
6021
#: ../plugin/myisam/ha_myisam.cc:529
6317
#: ../plugin/myisam/ha_myisam.cc:534
6023
6319
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6026
#: ../plugin/myisam/ha_myisam.cc:533
6322
#: ../plugin/myisam/ha_myisam.cc:538
6028
6324
msgid "Got an error from unknown thread, %s:%d"
6031
#: ../plugin/myisam/ha_myisam.cc:539
6327
#: ../plugin/myisam/ha_myisam.cc:544
6032
6328
msgid "Unknown thread accessing table"
6035
#: ../plugin/myisam/ha_myisam.cc:1614
6036
msgid "Block size to be used for MyISAM index pages."
6039
#: ../plugin/myisam/ha_myisam.cc:1624
6041
"This characterizes the number of hits a hot block has to be untouched until "
6042
"it is considered aged enough to be downgraded to a warm block. This "
6043
"specifies the percentage ratio of that number of hits to the total number of "
6044
"blocks in key cache"
6047
#: ../plugin/myisam/ha_myisam.cc:1637
6048
msgid "The minimum percentage of warm blocks in key cache"
6051
#: ../plugin/myisam/ha_myisam.cc:1648
6053
"The size of the buffer used for index blocks for MyISAM tables. Increase "
6054
"this to get better index handling (for all reads and multiple writes) to as "
6055
"much as you can afford;"
6058
#: ../plugin/myisam/ha_myisam.cc:1660
6060
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6061
"disables parallel repair."
6064
#: ../plugin/myisam/ha_myisam.cc:1666
6331
#: ../plugin/myisam/ha_myisam.cc:1500
6332
msgid "Invalid value for max-sort-file-size\n"
6335
#: ../plugin/myisam/ha_myisam.cc:1509
6336
msgid "Invalid value for sort-buffer-size\n"
6339
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
6066
6341
"Don't use the fast sort index method to created index if the temporary file "
6067
6342
"would get bigger than this."
6070
#: ../plugin/myisam/ha_myisam.cc:1671
6345
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
6072
6347
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6073
6348
"when creating indexes with CREATE INDEX or ALTER TABLE."
6076
#: ../plugin/myisam/ha_myisam.cc:1677
6077
msgid "Default pointer size to be used for MyISAM tables."
6080
6351
#: ../plugin/myisam/my_handler_errors.cc:42
6081
6352
msgid "Didn't find key on read or update"
6340
6611
msgid "Before insert row event observer call position"
6343
#: ../plugin/pool_of_threads/pool_of_threads.cc:230
6614
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
6344
6615
msgid "event_add error in libevent_add_session_callback\n"
6347
#: ../plugin/pool_of_threads/pool_of_threads.cc:308
6618
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
6348
6619
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
6351
#: ../plugin/pool_of_threads/pool_of_threads.cc:585
6622
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
6352
6623
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6355
#: ../plugin/pool_of_threads/pool_of_threads.cc:592
6626
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
6356
6627
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6359
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
6630
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
6360
6631
msgid "session_add_event event_add error in libevent_init\n"
6363
#: ../plugin/pool_of_threads/pool_of_threads.cc:617
6634
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
6365
6636
msgid "Can't create completion port thread (error %d)"
6368
#: ../plugin/pool_of_threads/pool_of_threads.cc:655
6639
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
6640
msgid "Invalid value for size\n"
6643
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
6644
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
6369
6645
msgid "Size of Pool."
6372
#: ../plugin/rabbitmq/rabbitmq_log.cc:106
6648
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
6373
6649
msgid "Failed to allocate enough memory to transaction message\n"
6376
#: ../plugin/rabbitmq/rabbitmq_log.cc:151
6652
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
6378
6654
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
6381
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
6657
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
6383
6659
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
6386
#: ../plugin/rabbitmq/rabbitmq_log.cc:179
6662
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
6663
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
6387
6664
msgid "Enable rabbitmq log"
6390
#: ../plugin/rabbitmq/rabbitmq_log.cc:188
6667
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
6668
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
6391
6669
msgid "Host name to connect to"
6394
#: ../plugin/rabbitmq/rabbitmq_log.cc:197
6672
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
6395
6673
msgid "RabbitMQ Port"
6398
#: ../plugin/rabbitmq/rabbitmq_log.cc:208
6676
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
6677
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
6399
6678
msgid "RabbitMQ username"
6402
#: ../plugin/rabbitmq/rabbitmq_log.cc:216
6681
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
6682
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
6403
6683
msgid "RabbitMQ password"
6406
#: ../plugin/rabbitmq/rabbitmq_log.cc:224
6686
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
6407
6687
msgid "RabbitMQ virtualhost"
6410
#: ../plugin/rabbitmq/rabbitmq_log.cc:232
6690
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
6411
6691
msgid "Name of RabbitMQ exchange to publish to"
6414
#: ../plugin/rabbitmq/rabbitmq_log.cc:240
6694
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
6415
6695
msgid "Name of RabbitMQ routing key to use"
6418
#: ../plugin/rabbitmq/rabbitmq_log.cc:248
6419
#: ../plugin/transaction_log/module.cc:247
6698
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
6699
#: ../plugin/transaction_log/module.cc:303
6700
#: ../plugin/transaction_log/module.cc:356
6420
6701
msgid "Name of the replicator plugin to use (default='default_replicator')"
6423
#: ../plugin/signal_handler/signal_handler.cc:233
6704
#: ../plugin/session_dictionary/processlist.cc:94
6707
msgstr "(neutilizat)"
6709
#: ../plugin/signal_handler/signal_handler.cc:234
6425
6711
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6497
6795
msgid "BUFFER: %s\n"
6500
#: ../plugin/transaction_log/module.cc:122
6798
#: ../plugin/transaction_log/module.cc:135
6799
msgid "Invalid value for sync-method\n"
6802
#: ../plugin/transaction_log/module.cc:144
6803
msgid "Invalid value for num-write-buffers\n"
6806
#: ../plugin/transaction_log/module.cc:178
6502
6808
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6505
#: ../plugin/transaction_log/module.cc:131
6811
#: ../plugin/transaction_log/module.cc:187
6507
6813
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
6510
#: ../plugin/transaction_log/module.cc:141
6816
#: ../plugin/transaction_log/module.cc:197
6512
6818
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
6515
#: ../plugin/transaction_log/module.cc:150
6821
#: ../plugin/transaction_log/module.cc:206
6517
6823
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
6520
#: ../plugin/transaction_log/module.cc:163
6826
#: ../plugin/transaction_log/module.cc:219
6522
6828
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
6525
#: ../plugin/transaction_log/module.cc:223
6831
#: ../plugin/transaction_log/module.cc:279
6832
#: ../plugin/transaction_log/module.cc:350
6526
6833
msgid "Enable transaction log"
6529
#: ../plugin/transaction_log/module.cc:231
6836
#: ../plugin/transaction_log/module.cc:287
6837
#: ../plugin/transaction_log/module.cc:344
6530
6838
msgid "DEBUGGING - Truncate transaction log"
6533
#: ../plugin/transaction_log/module.cc:239
6841
#: ../plugin/transaction_log/module.cc:295
6842
#: ../plugin/transaction_log/module.cc:353
6534
6843
msgid "Path to the file to use for transaction log"
6537
#: ../plugin/transaction_log/module.cc:255
6846
#: ../plugin/transaction_log/module.cc:311
6847
#: ../plugin/transaction_log/module.cc:347
6538
6848
msgid "Enable CRC32 Checksumming of each written transaction log entry"
6541
#: ../plugin/transaction_log/module.cc:263
6851
#: ../plugin/transaction_log/module.cc:319
6852
#: ../plugin/transaction_log/module.cc:359
6543
6854
"0 == rely on operating system to sync log file (default), 1 == sync file at "
6544
6855
"each transaction write, 2 == sync log file once per second"
6547
#: ../plugin/transaction_log/module.cc:276
6858
#: ../plugin/transaction_log/module.cc:332
6859
#: ../plugin/transaction_log/module.cc:362
6548
6860
msgid "Number of slots for in-memory write buffers (default=8)."