1
# SOME DESCRIPTIVE TITLE.
2
# Copyright (C) YEAR Sun Microsystems
3
# This file is distributed under the same license as the PACKAGE package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9
"Project-Id-Version: drizzle 7.0.0\n"
10
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
11
"POT-Creation-Date: 2008-08-01 19:41-0700\n"
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
"Language-Team: LANGUAGE <LL@li.org>\n"
16
"Content-Type: text/plain; charset=CHARSET\n"
17
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
#: client/drizzle.c:260
21
msgid "Synonym for `help'."
24
#: client/drizzle.c:261
25
msgid "Clear command."
28
#: client/drizzle.c:263
29
msgid "Reconnect to the server. Optional arguments are db and host."
32
#: client/drizzle.c:265
34
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
#: client/drizzle.c:267
38
msgid "Send command to drizzle server, display result vertically."
41
#: client/drizzle.c:268
42
msgid "Exit drizzle. Same as quit."
45
#: client/drizzle.c:269
46
msgid "Send command to drizzle server."
49
#: client/drizzle.c:270
50
msgid "Display this help."
53
#: client/drizzle.c:271
54
msgid "Disable pager, print to stdout."
57
#: client/drizzle.c:272
58
msgid "Don't write into outfile."
61
#: client/drizzle.c:274
62
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
65
#: client/drizzle.c:275
66
msgid "Print current command."
69
#: client/drizzle.c:276
70
msgid "Change your drizzle prompt."
73
#: client/drizzle.c:277
77
#: client/drizzle.c:278
78
msgid "Rebuild completion hash."
81
#: client/drizzle.c:280
82
msgid "Execute an SQL script file. Takes a file name as an argument."
85
#: client/drizzle.c:281
86
msgid "Get status information from the server."
89
#: client/drizzle.c:283
90
msgid "Set outfile [to_outfile]. Append everything into given outfile."
93
#: client/drizzle.c:285
94
msgid "Use another database. Takes database name as argument."
97
#: client/drizzle.c:287
99
"Switch to another charset. Might be needed for processing binlog with multi-"
103
#: client/drizzle.c:289 client/drizzle.c:1455
104
msgid "Show warnings after every statement."
107
#: client/drizzle.c:291
108
msgid "Don't show warnings after every statement."
111
#: client/drizzle.c:1126
112
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
115
#: client/drizzle.c:1134
118
"Your Drizzle connection id is %u\n"
119
"Server version: %s\n"
122
#: client/drizzle.c:1164
124
msgid "Reading history-file %s\n"
127
#: client/drizzle.c:1169
129
msgid "Couldn't allocate memory for temp histfile!\n"
132
#: client/drizzle.c:1176
133
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
136
#: client/drizzle.c:1195
138
msgid "Writing history-file %s\n"
141
#: client/drizzle.c:1204
145
#: client/drizzle.c:1204
149
#: client/drizzle.c:1257
150
msgid "Query aborted by Ctrl+C\n"
153
#: client/drizzle.c:1280
154
msgid "Display this help and exit."
157
#: client/drizzle.c:1282
158
msgid "Synonym for -?"
161
#: client/drizzle.c:1285
163
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
164
"and field completion, but startup and reconnecting may take a longer time. "
165
"Disable with --disable-auto-rehash."
168
#: client/drizzle.c:1289
170
"No automatic rehashing. One has to use 'rehash' to get table and field "
171
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
172
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
175
#: client/drizzle.c:1292
177
"Automatically switch to vertical output mode if the result is wider than the "
181
#: client/drizzle.c:1295
183
"Don't use history file. Disable interactive behavior. (Enables --silent)"
186
#: client/drizzle.c:1297
187
msgid "Directory where character sets are."
190
#: client/drizzle.c:1299
191
msgid "Display column type information."
194
#: client/drizzle.c:1302
196
"Preserve comments. Send comments to the server. The default is --skip-"
197
"comments (discard comments), enable with --comments"
200
#: client/drizzle.c:1305
201
msgid "Use compression in server/client protocol."
204
#: client/drizzle.c:1308
205
msgid "Check memory and open file usage at exit ."
208
#: client/drizzle.c:1311
209
msgid "Print some debug info at exit."
212
#: client/drizzle.c:1313
213
msgid "Database to use."
216
#: client/drizzle.c:1316
217
msgid "Set the default character set."
220
#: client/drizzle.c:1318
221
msgid "Delimiter to be used."
224
#: client/drizzle.c:1320
225
msgid "Execute command and quit. (Disables --force and history file)"
228
#: client/drizzle.c:1322
229
msgid "Print the output of a query (rows) vertically."
232
#: client/drizzle.c:1325
233
msgid "Continue even if we get an sql error."
236
#: client/drizzle.c:1329
238
"Enable named commands. Named commands mean this program's internal commands; "
239
"see drizzle> help . When enabled, the named commands can be used from any "
240
"line of the query, otherwise only from the first line, before an enter. "
241
"Disable with --disable-named-commands. This option is disabled by default."
244
#: client/drizzle.c:1333
246
"Named commands are disabled. Use \\* form only, or use named commands only "
247
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
248
"the client now starts with this option ENABLED by default! Disable with '-"
249
"G'. Long format commands still work from the first line. WARNING: option "
250
"deprecated; use --disable-named-commands instead."
253
#: client/drizzle.c:1335
254
msgid "Ignore space after function names."
257
#: client/drizzle.c:1337
258
msgid "Enable/disable LOAD DATA LOCAL INFILE."
261
#: client/drizzle.c:1340
262
msgid "Turn off beep on error."
265
#: client/drizzle.c:1342
266
msgid "Connect to host."
269
#: client/drizzle.c:1344
270
msgid "Produce HTML output."
273
#: client/drizzle.c:1346
274
msgid "Produce XML output"
277
#: client/drizzle.c:1348
278
msgid "Write line numbers for errors."
281
#: client/drizzle.c:1351
283
"Don't write line number for errors. WARNING: -L is deprecated, use long "
284
"version of this option instead."
287
#: client/drizzle.c:1353
288
msgid "Flush buffer after each query."
291
#: client/drizzle.c:1355
292
msgid "Write column names in results."
295
#: client/drizzle.c:1359
297
"Don't write column names in results. WARNING: -N is deprecated, use long "
298
"version of this options instead."
301
#: client/drizzle.c:1362
303
"Change the value of a variable. Please note that this option is deprecated; "
304
"you can set variables directly with --variable-name=value."
307
#: client/drizzle.c:1364
308
msgid "Ignore SIGINT (CTRL-C)"
311
#: client/drizzle.c:1368
313
"Only update the default database. This is useful for skipping updates to "
314
"other database in the update log."
317
#: client/drizzle.c:1371
319
"Pager to use to display results. If you don't supply an option the default "
320
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
321
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
322
"work in batch mode. Disable with --disable-pager. This option is disabled by "
326
#: client/drizzle.c:1374
328
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
329
"option deprecated; use --disable-pager instead."
332
#: client/drizzle.c:1377
334
"Password to use when connecting to server. If password is not given it's "
335
"asked from the tty."
338
#: client/drizzle.c:1379
340
"Port number to use for connection or 0 for default to, in order of "
341
"preference, my.cnf, $MYSQL_TCP_PORT, "
344
#: client/drizzle.c:1383
345
msgid "built-in default"
348
#: client/drizzle.c:1386
349
msgid "Set the drizzle prompt to this value."
352
#: client/drizzle.c:1389
353
msgid "The protocol of connection (tcp,socket,pipe,memory)."
356
#: client/drizzle.c:1392
358
"Don't cache result, print it row by row. This may slow down the server if "
359
"the output is suspended. Doesn't use history file."
362
#: client/drizzle.c:1394
363
msgid "Write fields without conversion. Used with --batch."
366
#: client/drizzle.c:1397
368
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
369
"option is enabled by default."
372
#: client/drizzle.c:1399
374
"Be more silent. Print results with a tab as separator, each row on new line."
377
#: client/drizzle.c:1401
378
msgid "Socket file to use for connection."
381
#: client/drizzle.c:1404
382
msgid "Output in table format."
385
#: client/drizzle.c:1407
387
"Append everything into outfile. See interactive help (\\h) also. Does not "
388
"work in batch mode. Disable with --disable-tee. This option is disabled by "
392
#: client/drizzle.c:1409
394
"Disable outfile. See interactive help (\\h) also. WARNING: option "
395
"deprecated; use --disable-tee instead"
398
#: client/drizzle.c:1412
399
msgid "User for login if not current user."
402
#: client/drizzle.c:1415
403
msgid "Only allow UPDATE and DELETE that uses keys."
406
#: client/drizzle.c:1418
407
msgid "Synonym for option --safe-updates, -U."
410
#: client/drizzle.c:1421
411
msgid "Write more. (-v -v -v gives the table output format)."
414
#: client/drizzle.c:1423
415
msgid "Output version information and exit."
418
#: client/drizzle.c:1425
419
msgid "Wait and retry if connection is down."
422
#: client/drizzle.c:1428
423
msgid "Number of seconds before connection timeout."
426
#: client/drizzle.c:1433
427
msgid "Max packet length to send to, or receive from server"
430
#: client/drizzle.c:1438
431
msgid "Buffer for TCP/IP and socket communication"
434
#: client/drizzle.c:1442
435
msgid "Automatic limit for SELECT when using --safe-updates"
438
#: client/drizzle.c:1447
439
msgid "Automatic limit for rows in a join when using --safe-updates"
442
#: client/drizzle.c:1451
443
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
446
#: client/drizzle.c:1453
447
msgid "Send embedded server this as a parameter."
450
#: client/drizzle.c:1466
452
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
455
#: client/drizzle.c:1472
458
"Copyright (C) 2000-2008 MySQL AB\n"
459
" This software comes with ABSOLUTELY NO "
460
"WARRANTY. This is free software,\n"
461
" and you are welcome to modify and redistribute it under the GPL license\n"
464
#: client/drizzle.c:1476
466
msgid "Usage: %s [OPTIONS] [database]\n"
469
#: client/drizzle.c:1509
470
msgid "DELIMITER cannot contain a backslash character"
473
#: client/drizzle.c:1530
475
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
478
#: client/drizzle.c:1553
480
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
483
#: client/drizzle.c:1932
485
msgid "Unknown command '\\%c'."
488
#: client/drizzle.c:2362
490
"Reading table information for completion of table and column names\n"
491
" You can turn off this feature to get a quicker startup with -A\n"
495
#: client/drizzle.c:2459
496
msgid "No connection. Trying to reconnect..."
499
#: client/drizzle.c:2465
500
msgid "Can't connect to the server\n"
503
#: client/drizzle.c:2522
507
#: client/drizzle.c:2522
511
#: client/drizzle.c:2573
516
#: client/drizzle.c:2574
523
#: client/drizzle.c:2576
530
#: client/drizzle.c:2589
531
msgid "Many help items for your request exist."
534
#: client/drizzle.c:2590
536
"To make a more specific request, please type 'help <item>',\n"
537
"where <item> is one of the following"
540
#: client/drizzle.c:2596
542
msgid "You asked for help about help category: '%s'\n"
545
#: client/drizzle.c:2597
547
"For more information, type 'help <item>', where <item> is one of the "
551
#: client/drizzle.c:2610
557
#: client/drizzle.c:2611
558
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
561
#: client/drizzle.c:2634
562
msgid "List of all Drizzle commands:"
565
#: client/drizzle.c:2636
566
msgid "Note that all text commands must be first on line and end with ';'"
569
#: client/drizzle.c:2647
572
"For server side help, type 'help contents'\n"
575
#: client/drizzle.c:2670
576
msgid "Usage: \\C char_setname | charset charset_name"
579
#: client/drizzle.c:2680
580
msgid "Charset changed"
583
#: client/drizzle.c:2682
584
msgid "Charset is not found"
587
#: client/drizzle.c:2713
588
msgid "No query specified\n"
591
#: client/drizzle.c:2728
592
msgid "Ignoring query to other database"
595
#: client/drizzle.c:2777
599
#: client/drizzle.c:2804
601
msgid "%ld row in set"
602
msgid_plural "%ld rows in set"
606
#: client/drizzle.c:2813
610
#: client/drizzle.c:2815
612
msgid "Query OK, %ld row affected"
613
msgid_plural "Query OK, %ld rows affected"
619
msgid "Can't create/write to file '%s' (Errcode: %d)"
624
msgid "Error reading file '%s' (Errcode: %d)"
629
msgid "Error writing file '%s' (Errcode: %d)"
634
msgid "Error on close of '%'s (Errcode: %d)"
639
msgid "Out of memory (Needed %u bytes)"
644
msgid "Error on delete of '%s' (Errcode: %d)"
649
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
654
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
659
msgid "Can't lock file (Errcode: %d)"
664
msgid "Can't unlock file (Errcode: %d)"
669
msgid "Can't read dir of '%s' (Errcode: %d)"
674
msgid "Can't get stat of '%s' (Errcode: %d)"
679
msgid "Can't change size of file (Errcode: %d)"
684
msgid "Can't open stream from handle (Errcode: %d)"
689
msgid "Can't get working dirctory (Errcode: %d)"
694
msgid "Can't change dir to '%s' (Errcode: %d)"
699
msgid "Warning: '%s' had %d links"
704
msgid "Warning: %d files and %d streams is left open\n"
709
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
714
msgid "Can't create directory '%s' (Errcode: %d)"
720
"Character set '%s' is not a compiled character set and is not specified in "
726
msgid "Out of resources when opening file '%s' (Errcode: %d)"
731
msgid "Can't read value for symlink '%s' (Error %d)"
736
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
741
msgid "Error on realpath() on '%s' (Error %d)"
746
msgid "Can't sync file '%s' to disk (Errcode: %d)"
752
"Collation '%s' is not a compiled collation and is not specified in the %s "
758
msgid "File '%s' not found (Errcode: %d)"
763
msgid "File '%s' (fileno: %d) was not closed"
766
#: mysys/my_error.c:86
768
msgid "Unknown error %d"
771
#: mysys/my_getopt.c:1164
773
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
776
#: mysys/my_handler_errors.h:10
777
msgid "Didn't find key on read or update"
780
#: mysys/my_handler_errors.h:12
781
msgid "Duplicate key on write or update"
784
#: mysys/my_handler_errors.h:14
785
msgid "Internal (unspecified) error in handler"
788
#: mysys/my_handler_errors.h:16
790
"Someone has changed the row since it was read (while the table was locked to "
794
#: mysys/my_handler_errors.h:18
795
msgid "Wrong index given to function"
798
#: mysys/my_handler_errors.h:20
799
msgid "Undefined handler error 125"
802
#: mysys/my_handler_errors.h:22
803
msgid "Index file is crashed"
806
#: mysys/my_handler_errors.h:24
807
msgid "Record file is crashed"
810
#: mysys/my_handler_errors.h:26
811
msgid "Out of memory in engine"
814
#: mysys/my_handler_errors.h:28
815
msgid "Undefined handler error 129"
818
#: mysys/my_handler_errors.h:30
819
msgid "Incorrect file format"
822
#: mysys/my_handler_errors.h:32
823
msgid "Command not supported by database"
826
#: mysys/my_handler_errors.h:34
827
msgid "Old database file"
830
#: mysys/my_handler_errors.h:36
831
msgid "No record read before update"
834
#: mysys/my_handler_errors.h:38
835
msgid "Record was already deleted (or record file crashed)"
838
#: mysys/my_handler_errors.h:40
839
msgid "No more room in record file"
842
#: mysys/my_handler_errors.h:42
843
msgid "No more room in index file"
846
#: mysys/my_handler_errors.h:44
847
msgid "No more records (read after end of file)"
850
#: mysys/my_handler_errors.h:46
851
msgid "Unsupported extension used for table"
854
#: mysys/my_handler_errors.h:48
858
#: mysys/my_handler_errors.h:50
859
msgid "Wrong create options"
862
#: mysys/my_handler_errors.h:52
863
msgid "Duplicate unique key or constraint on write or update"
866
#: mysys/my_handler_errors.h:54
867
msgid "Unknown character set used in table"
870
#: mysys/my_handler_errors.h:56
871
msgid "Conflicting table definitions in sub-tables of MERGE table"
874
#: mysys/my_handler_errors.h:58
875
msgid "Table is crashed and last repair failed"
878
#: mysys/my_handler_errors.h:60
879
msgid "Table was marked as crashed and should be repaired"
882
#: mysys/my_handler_errors.h:62
883
msgid "Lock timed out; Retry transaction"
886
#: mysys/my_handler_errors.h:64
887
msgid "Lock table is full; Restart program with a larger locktable"
890
#: mysys/my_handler_errors.h:66
891
msgid "Updates are not allowed under a read only transactions"
894
#: mysys/my_handler_errors.h:68
895
msgid "Lock deadlock; Retry transaction"
898
#: mysys/my_handler_errors.h:70
899
msgid "Foreign key constraint is incorrectly formed"
902
#: mysys/my_handler_errors.h:72
903
msgid "Cannot add a child row"
906
#: mysys/my_handler_errors.h:74
907
msgid "Cannot delete a parent row"
910
#: mysys/my_handler_errors.h:76
911
msgid "No savepoint with that name"
914
#: mysys/my_handler_errors.h:78
915
msgid "Non unique key block size"
918
#: mysys/my_handler_errors.h:80
919
msgid "The table does not exist in engine"
922
#: mysys/my_handler_errors.h:82
923
msgid "The table already existed in storage engine"
926
#: mysys/my_handler_errors.h:84
927
msgid "Could not connect to storage engine"
930
#: mysys/my_handler_errors.h:86
931
msgid "Unexpected null pointer found when using spatial index"
934
#: mysys/my_handler_errors.h:88
935
msgid "The table changed in storage engine"
938
#: mysys/my_handler_errors.h:90
939
msgid "There's no partition in table for the given value"
942
#: mysys/my_handler_errors.h:92
943
msgid "Row-based binlogging of row failed"
946
#: mysys/my_handler_errors.h:94
947
msgid "Index needed in foreign key constraint"
950
#: mysys/my_handler_errors.h:96
951
msgid "Upholding foreign key constraints would lead to a duplicate key error"
954
#: mysys/my_handler_errors.h:98
955
msgid "Table needs to be upgraded before it can be used"
958
#: mysys/my_handler_errors.h:100
959
msgid "Table is read only"
962
#: mysys/my_handler_errors.h:102
963
msgid "Failed to get next auto increment value"
966
#: mysys/my_handler_errors.h:104
967
msgid "Failed to set row auto increment value"
970
#: mysys/my_handler_errors.h:106
971
msgid "Unknown (generic) error from engine"
974
#: mysys/my_handler_errors.h:108
975
msgid "Record is the same"
978
#: mysys/my_handler_errors.h:110
979
msgid "It is not possible to log this statement"
982
#: mysys/my_handler_errors.h:112
983
msgid "Tablespace exists"
986
#: mysys/my_handler_errors.h:114
987
msgid "The event was corrupt, leading to illegal data being read"
990
#: mysys/my_handler_errors.h:116
991
msgid "The table is of a new format not supported by this version"
994
#: mysys/my_handler_errors.h:118
995
msgid "The event could not be processed no other hanlder error happened"
998
#: mysys/my_handler_errors.h:120
999
msgid "Got a fatal error during initialzaction of handler"
1002
#: mysys/my_handler_errors.h:122
1003
msgid "File to short; Expected more data in file"
1006
#: mysys/my_handler_errors.h:124
1007
msgid "Read page with wrong checksum"
1010
#: mysys/my_handler_errors.h:126
1011
msgid "Lock or active transaction"
1014
#: mysys/my_handler_errors.h:128
1015
msgid "No such table space"
1018
#: mysys/my_handler_errors.h:130
1019
msgid "Tablespace not empty"
1022
#: drizzled/slave.cc:91
1023
msgid "Waiting to reconnect after a failed registration on master"
1026
#: drizzled/slave.cc:92
1028
"Slave I/O thread killed while waitnig to reconnect after a failed "
1029
"registration on master"
1032
#: drizzled/slave.cc:94
1033
msgid "Reconnecting after a failed registration on master"
1036
#: drizzled/slave.cc:95
1039
"failed registering on master, reconnecting to try again, log '%s' at postion "
1043
#: drizzled/slave.cc:98 drizzled/slave.cc:107
1044
msgid "Slave I/O thread killed during or after reconnect"
1047
#: drizzled/slave.cc:101
1048
msgid "Waiting to reconnect after a failed binlog dump request"
1051
#: drizzled/slave.cc:102
1052
msgid "Slave I/O thread killed while retrying master dump"
1055
#: drizzled/slave.cc:103
1056
msgid "Reconnecting after a failed binlog dump request"
1059
#: drizzled/slave.cc:104
1061
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
1064
#: drizzled/slave.cc:110
1065
msgid "Waiting to reconnect after a failed master event read"
1068
#: drizzled/slave.cc:111
1069
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
1072
#: drizzled/slave.cc:113
1073
msgid "Reconnecting after a failed master event read"
1076
#: drizzled/slave.cc:114
1079
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
1083
#: drizzled/slave.cc:117
1085
"Slave I/O thread killed during or after a reconnect done to recover from "
1089
#: drizzled/slave.cc:231
1090
msgid "Failed to allocate memory for the master info structure"
1093
#: drizzled/slave.cc:238 drizzled/slave.cc:1822
1094
msgid "Failed to initialize the master info structure"
1097
#: drizzled/slave.cc:253
1098
msgid "Failed to create slave threads"
1101
#: drizzled/slave.cc:450
1102
msgid "Server id not set, will not start slave"
1105
#: drizzled/slave.cc:779 drizzled/slave.cc:794
1106
msgid "Master reported unrecognized DRIZZLE version"
1109
#: drizzled/slave.cc:835
1110
msgid "default Format_description_log_event"
1113
#: drizzled/slave.cc:857
1116
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
1117
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
1120
#: drizzled/slave.cc:884
1122
"The slave I/O thread stops because master and slave have equal DRIZZLE "
1123
"server ids; these ids must be different for replication to work (or the --"
1124
"replicate-same-server-id option must be used on slave but this doesnot "
1125
"always make sense; please check the manual before using it)."
1128
#: drizzled/slave.cc:929
1130
"The slave I/O thread stops because master and slave have different values "
1131
"for the COLLATION_SERVER global variable. The values must be equal for "
1132
"replication to work"
1135
#: drizzled/slave.cc:965
1137
"The slave I/O thread stops because master and slave have different values "
1138
"for the TIME_ZONE global variable. The values must be equal for replication "
1142
#: drizzled/slave.cc:1030
1143
msgid "Waiting for the slave SQL thread to free enough relay log space"
1146
#: drizzled/slave.cc:1076
1148
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
1152
#: drizzled/slave.cc:1081 drizzled/slave.cc:2152
1153
msgid "Failed to flush master info file"
1156
#: drizzled/slave.cc:1087
1157
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
1160
#: drizzled/slave.cc:1478
1162
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
1165
#: drizzled/slave.cc:1531
1167
msgid "Error reading packet from server: %s ( server_errno=%d)"
1170
#: drizzled/slave.cc:1539
1172
msgid "Slave: received end packet from server, apparent master shutdown: %s"
1175
#: drizzled/slave.cc:1768 drizzled/slave.cc:2367
1177
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
1180
#: drizzled/slave.cc:1827 drizzled/slave.cc:2316
1182
msgid "Error initializing relay log position: %s"
1185
#: drizzled/slave.cc:1843
1188
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
1189
"Consider raising the value of the slave_transaction_retries variable."
1192
#: drizzled/slave.cc:1989
1193
msgid "Failed during slave I/O thread initialization"
1196
#: drizzled/slave.cc:2011
1199
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
1200
"'%s' at position %s"
1203
#: drizzled/slave.cc:2025
1204
msgid "Slave I/O thread killed while connecting to master"
1207
#: drizzled/slave.cc:2049
1208
msgid "Slave I/O thread couldn't register on master"
1211
#: drizzled/slave.cc:2061 drizzled/slave.cc:2085 drizzled/slave.cc:2109
1212
msgid "Forcing to reconnect slave I/O thread"
1215
#: drizzled/slave.cc:2074
1216
msgid "Failed on request_dump()"
1219
#: drizzled/slave.cc:2075
1220
msgid "Slave I/O thread killed while requesting master dump"
1223
#: drizzled/slave.cc:2101
1224
msgid "Waiting for master to send event"
1227
#: drizzled/slave.cc:2103
1228
msgid "Slave I/O thread killed while reading event"
1231
#: drizzled/slave.cc:2121
1234
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
1235
"entry is correct, restart the server with a higher value of "
1236
"max_allowed_packet"
1239
#: drizzled/slave.cc:2135
1240
msgid "Stopping slave I/O thread due to out-of-memory error from master"
1243
#: drizzled/slave.cc:2145
1244
msgid "Queueing master event to the relay log"
1247
#: drizzled/slave.cc:2172
1248
msgid "Slave I/O thread aborted while waiting for relay log space"
1251
#: drizzled/slave.cc:2182
1253
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
1256
#: drizzled/slave.cc:2206
1257
msgid "Waiting for slave mutex on exit"
1260
#: drizzled/slave.cc:2272
1261
msgid "Failed during slave thread initialization"
1264
#: drizzled/slave.cc:2338
1267
"Slave SQL thread initialized, starting replication in log '%s' at position %"
1268
"s, relay log '%s' position: %s"
1271
#: drizzled/slave.cc:2352
1272
msgid "Slave SQL thread aborted. Can't execute init_slave query"
1275
#: drizzled/slave.cc:2378
1276
msgid "Reading event from the relay log"
1279
#: drizzled/slave.cc:2403
1281
msgid "Slave (additional info): %s Error_code: %d"
1284
#: drizzled/slave.cc:2420
1286
msgid "Slave: %s Error_code: %d"
1289
#: drizzled/slave.cc:2423
1292
"Error loading user-defined library, slave SQL thread aborted. Install the "
1293
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
1294
"stopped at log '%s' position %s"
1297
#: drizzled/slave.cc:2431
1300
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
1301
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
1304
#: drizzled/slave.cc:2443
1307
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
1310
#: drizzled/slave.cc:2539
1312
msgid "Slave I/O: failed requesting download of '%s'"
1315
#: drizzled/slave.cc:2556
1317
msgid "Network read error downloading '%s' from master"
1320
#: drizzled/slave.cc:2728 drizzled/slave.cc:2814
1323
"Read invalid event from master: '%s', master could be corrupt but a more "
1324
"likely cause of this is a bug"
1327
#: drizzled/slave.cc:3209
1330
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
1334
#: drizzled/slave.cc:3599
1336
msgid "next log '%s' is currently active"
1339
#: drizzled/slave.cc:3629
1341
msgid "next log '%s' is not active"
1344
#: drizzled/slave.cc:3645
1347
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
1350
#: drizzled/slave.cc:3651
1351
msgid "Aborting slave SQL thread because of partial event read"
1354
#: drizzled/slave.cc:3657 drizzled/slave.cc:3664
1356
msgid "Error reading relay log event: %s"
1359
#: drizzled/slave.cc:3658
1360
msgid "slave SQL thread was killed"
1363
#: drizzled/slave.cc:3756
1366
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
1367
"check error log on slave for more info"
1370
#: drizzled/slave.cc:3762
1373
"According to the master's version ('%s'), it is probable that master suffers "
1374
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
1375
"current binary log event may make the slave's data become different from the "
1376
"master's data. To take no risk, slave refuses to replicate this event and "
1377
"stops. We recommend that all updates be stopped on the master and slave, "
1378
"that the data of both be manually synchronized, that master's binary logs be "
1379
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
1380
"Then replication can be restarted."