1
# Russian translation for drizzle
2
# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2008-08-11 11:00-0700\n"
11
"PO-Revision-Date: 2008-08-11 22:17+0000\n"
12
"Last-Translator: Alexey Kovyrin <Unknown>\n"
13
"Language-Team: Russian <ru@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
18
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
19
"X-Launchpad-Export-Date: 2008-08-12 04:16+0000\n"
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: client/drizzle.cc:256
23
msgid "Synonym for `help'."
24
msgstr "Синоним для `help'."
26
#: client/drizzle.cc:257
28
msgid "Clear command."
29
msgstr "Очистить командную строку."
31
#: client/drizzle.cc:259
32
msgid "Reconnect to the server. Optional arguments are db and host."
33
msgstr "Переподключиться к серверу. Опциональные аргументы: БД и хост."
35
#: client/drizzle.cc:261
38
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
40
"Установить разделитель выражений. Примечание: остаток строки и будет "
41
"являться разделителем."
43
#: client/drizzle.cc:263
44
msgid "Send command to drizzle server, display result vertically."
45
msgstr "Послать команду на сервер drizzle, отобразить результат вертикально."
47
#: client/drizzle.cc:264
48
msgid "Exit drizzle. Same as quit."
49
msgstr "Выйти из drizzle. Команда аналогична команде quit."
51
#: client/drizzle.cc:265
52
msgid "Send command to drizzle server."
53
msgstr "Послать команду на сервер drizzle."
55
#: client/drizzle.cc:266
56
msgid "Display this help."
57
msgstr "Отобразить справку"
59
#: client/drizzle.cc:267
60
msgid "Disable pager, print to stdout."
61
msgstr "Выключить пейджер, выводить в поток стандартного вывода."
63
#: client/drizzle.cc:268
64
msgid "Don't write into outfile."
65
msgstr "Не сохранять результаты в файл"
67
#: client/drizzle.cc:270
68
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
70
"Использовать [to_pager] в качестве программы-пейджера. Выводит результаты "
71
"запросов, используя PAGER для разбивки на страницы."
73
#: client/drizzle.cc:271
75
msgid "Print current command."
76
msgstr "Напечатать текущую команду."
78
#: client/drizzle.cc:272
80
msgid "Change your drizzle prompt."
81
msgstr "Изменить вашу коммандную строку в drizzle."
83
#: client/drizzle.cc:273
85
msgstr "Выйти из drizzle."
87
#: client/drizzle.cc:274
88
msgid "Rebuild completion hash."
89
msgstr "Обновить список авто-дополнений."
91
#: client/drizzle.cc:276
92
msgid "Execute an SQL script file. Takes a file name as an argument."
93
msgstr "Выполнить SQL-скрипт из файла. Получает имя файла как аргумент."
95
#: client/drizzle.cc:277
96
msgid "Get status information from the server."
97
msgstr "Получить статусную информацию с сервера."
99
#: client/drizzle.cc:279
100
msgid "Set outfile [to_outfile]. Append everything into given outfile."
103
#: client/drizzle.cc:281
104
msgid "Use another database. Takes database name as argument."
105
msgstr "Переключиться на другую базу данных. Получает имя базы как аргумент."
107
#: client/drizzle.cc:283
109
"Switch to another charset. Might be needed for processing binlog with multi-"
112
"Переключиться на другую кодировку. Может требоваться при обработке бинарных "
113
"логов в многобайтных кодировках."
115
#: client/drizzle.cc:285 client/drizzle.cc:1438
116
msgid "Show warnings after every statement."
117
msgstr "Показывать предупреждения после каждой выполненной команды"
119
#: client/drizzle.cc:287
120
msgid "Don't show warnings after every statement."
121
msgstr "Не показывать предупреждения после каждой выполненной команды"
123
#: client/drizzle.cc:1120
124
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
126
"Добро пожаловать в клиент Drizzle.. Разделителем команд служит ; или \\g."
128
#: client/drizzle.cc:1130
131
"Your Drizzle connection id is %u\n"
132
"Server version: %s\n"
134
"Идентификатор вашего подключения к Drizzle: %u\n"
135
"Версия сервера: %s\n"
137
#: client/drizzle.cc:1160
139
msgid "Reading history-file %s\n"
140
msgstr "Чтение файла истории %s\n"
142
#: client/drizzle.cc:1165
144
msgid "Couldn't allocate memory for temp histfile!\n"
145
msgstr "Невозможно выделить мамять под временный файл истории!\n"
147
#: client/drizzle.cc:1172
148
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
151
#: client/drizzle.cc:1191
153
msgid "Writing history-file %s\n"
154
msgstr "Запись файла истории %s\n"
156
#: client/drizzle.cc:1200
160
#: client/drizzle.cc:1200
164
#: client/drizzle.cc:1249
165
msgid "Query aborted by Ctrl+C\n"
166
msgstr "Запрос прерван с помощью Ctrl+C\n"
168
#: client/drizzle.cc:1272 client/drizzleadmin.cc:69
169
msgid "Display this help and exit."
170
msgstr "Показать справку и выйти."
172
#: client/drizzle.cc:1274
173
msgid "Synonym for -?"
174
msgstr "Синоним для -?"
176
#: client/drizzle.cc:1277
178
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
179
"and field completion, but startup and reconnecting may take a longer time. "
180
"Disable with --disable-auto-rehash."
183
#: client/drizzle.cc:1281
185
"No automatic rehashing. One has to use 'rehash' to get table and field "
186
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
187
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
190
#: client/drizzle.cc:1284
192
"Automatically switch to vertical output mode if the result is wider than the "
195
"Автоматически переключаться на вертикальный формат вывода в случаях, когда "
196
"ширина результатов больше ширины терминала."
198
#: client/drizzle.cc:1287
200
"Don't use history file. Disable interactive behavior. (Enables --silent)"
203
#: client/drizzle.cc:1289
205
msgid "Directory where character sets are."
206
msgstr "Каталог, в котором находятся файлы кодировок символов."
208
#: client/drizzle.cc:1291
209
msgid "Display column type information."
210
msgstr "Отображать информацию о типах колонок."
212
#: client/drizzle.cc:1294
215
"Preserve comments. Send comments to the server. The default is --skip-"
216
"comments (discard comments), enable with --comments"
218
"Сохранить коментарии и передать их на сервер. По-умолчанию используется --"
219
"skip-comments (пропускать коментарии), включается при помощи --comments"
221
#: client/drizzle.cc:1297
222
msgid "Use compression in server/client protocol."
223
msgstr "Использовать сжатие в клиент-серверном протоколе."
225
#: client/drizzle.cc:1300
226
msgid "Check memory and open file usage at exit ."
227
msgstr "Проверить использование памяти и открытых файлов при выходе."
229
#: client/drizzle.cc:1303
230
msgid "Print some debug info at exit."
231
msgstr "Отобразить отладочную информацию при выходе."
233
#: client/drizzle.cc:1305
234
msgid "Database to use."
235
msgstr "База данных для использования."
237
#: client/drizzle.cc:1308
238
msgid "Set the default character set."
239
msgstr "Установить кодировку по-умолчанию."
241
#: client/drizzle.cc:1310
242
msgid "Delimiter to be used."
243
msgstr "Используемый разделитель команд."
245
#: client/drizzle.cc:1312
246
msgid "Execute command and quit. (Disables --force and history file)"
249
#: client/drizzle.cc:1314
250
msgid "Print the output of a query (rows) vertically."
251
msgstr "Отобразить результаты запроса (строки) вертикально."
253
#: client/drizzle.cc:1317
254
msgid "Continue even if we get an sql error."
257
#: client/drizzle.cc:1321
259
"Enable named commands. Named commands mean this program's internal commands; "
260
"see drizzle> help . When enabled, the named commands can be used from any "
261
"line of the query, otherwise only from the first line, before an enter. "
262
"Disable with --disable-named-commands. This option is disabled by default."
265
#: client/drizzle.cc:1325
267
"Named commands are disabled. Use \\* form only, or use named commands only "
268
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
269
"the client now starts with this option ENABLED by default! Disable with '-"
270
"G'. Long format commands still work from the first line. WARNING: option "
271
"deprecated; use --disable-named-commands instead."
274
#: client/drizzle.cc:1327
275
msgid "Ignore space after function names."
278
#: client/drizzle.cc:1329
279
msgid "Enable/disable LOAD DATA LOCAL INFILE."
282
#: client/drizzle.cc:1332
283
msgid "Turn off beep on error."
286
#: client/drizzle.cc:1334 client/drizzleadmin.cc:71
287
msgid "Connect to host."
290
#: client/drizzle.cc:1336
291
msgid "Write line numbers for errors."
294
#: client/drizzle.cc:1339
296
"Don't write line number for errors. WARNING: -L is deprecated, use long "
297
"version of this option instead."
300
#: client/drizzle.cc:1341
301
msgid "Flush buffer after each query."
304
#: client/drizzle.cc:1343
305
msgid "Write column names in results."
308
#: client/drizzle.cc:1347
310
"Don't write column names in results. WARNING: -N is deprecated, use long "
311
"version of this options instead."
314
#: client/drizzle.cc:1350
316
"Change the value of a variable. Please note that this option is deprecated; "
317
"you can set variables directly with --variable-name=value."
320
#: client/drizzle.cc:1352
321
msgid "Ignore SIGINT (CTRL-C)"
324
#: client/drizzle.cc:1356
326
"Only update the default database. This is useful for skipping updates to "
327
"other database in the update log."
330
#: client/drizzle.cc:1359
332
"Pager to use to display results. If you don't supply an option the default "
333
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
334
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
335
"work in batch mode. Disable with --disable-pager. This option is disabled by "
339
#: client/drizzle.cc:1362
341
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
342
"option deprecated; use --disable-pager instead."
345
#: client/drizzle.cc:1365 client/drizzleadmin.cc:74
347
"Password to use when connecting to server. If password is not given it's "
348
"asked from the tty."
351
#: client/drizzle.cc:1367
353
"Port number to use for connection or 0 for default to, in order of "
354
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
357
#: client/drizzle.cc:1368
358
msgid "built-in default"
361
#: client/drizzle.cc:1371
362
msgid "Set the drizzle prompt to this value."
365
#: client/drizzle.cc:1374
366
msgid "The protocol of connection (tcp,socket,pipe,memory)."
369
#: client/drizzle.cc:1377
371
"Don't cache result, print it row by row. This may slow down the server if "
372
"the output is suspended. Doesn't use history file."
375
#: client/drizzle.cc:1379
376
msgid "Write fields without conversion. Used with --batch."
379
#: client/drizzle.cc:1382
381
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
382
"option is enabled by default."
385
#: client/drizzle.cc:1384
387
"Be more silent. Print results with a tab as separator, each row on new line."
390
#: client/drizzle.cc:1386
391
msgid "Socket file to use for connection."
394
#: client/drizzle.cc:1389
395
msgid "Output in table format."
398
#: client/drizzle.cc:1392
400
"Append everything into outfile. See interactive help (\\h) also. Does not "
401
"work in batch mode. Disable with --disable-tee. This option is disabled by "
405
#: client/drizzle.cc:1394
407
"Disable outfile. See interactive help (\\h) also. WARNING: option "
408
"deprecated; use --disable-tee instead"
411
#: client/drizzle.cc:1397 client/drizzleadmin.cc:84
412
msgid "User for login if not current user."
415
#: client/drizzle.cc:1400
416
msgid "Only allow UPDATE and DELETE that uses keys."
419
#: client/drizzle.cc:1403
420
msgid "Synonym for option --safe-updates, -U."
423
#: client/drizzle.cc:1406
424
msgid "Write more. (-v -v -v gives the table output format)."
427
#: client/drizzle.cc:1408 client/drizzleadmin.cc:89
428
msgid "Output version information and exit."
431
#: client/drizzle.cc:1410 client/drizzleadmin.cc:91
432
msgid "Wait and retry if connection is down."
435
#: client/drizzle.cc:1413
436
msgid "Number of seconds before connection timeout."
439
#: client/drizzle.cc:1418
440
msgid "Max packet length to send to, or receive from server"
443
#: client/drizzle.cc:1423
444
msgid "Buffer for TCP/IP and socket communication"
447
#: client/drizzle.cc:1427
448
msgid "Automatic limit for SELECT when using --safe-updates"
451
#: client/drizzle.cc:1432
452
msgid "Automatic limit for rows in a join when using --safe-updates"
455
#: client/drizzle.cc:1436
457
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
460
#: client/drizzle.cc:1449
462
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
465
#: client/drizzle.cc:1456
468
"Copyright (C) 2000-2008 MySQL AB\n"
469
" This software comes with ABSOLUTELY NO "
470
"WARRANTY. This is free software,\n"
471
" and you are welcome to modify and redistribute it under the GPL license\n"
474
#: client/drizzle.cc:1460
476
msgid "Usage: %s [OPTIONS] [database]\n"
479
#: client/drizzle.cc:1493
480
msgid "DELIMITER cannot contain a backslash character"
483
#: client/drizzle.cc:1514
485
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
488
#: client/drizzle.cc:1537
490
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
493
#: client/drizzle.cc:1541
495
msgid "WARNING: --server-arg option not supported in this configuration.\n"
498
#: client/drizzle.cc:1913
500
msgid "Unknown command '\\%c'."
503
#: client/drizzle.cc:2340
505
"Reading table information for completion of table and column names\n"
506
" You can turn off this feature to get a quicker startup with -A\n"
510
#: client/drizzle.cc:2437
511
msgid "No connection. Trying to reconnect..."
514
#: client/drizzle.cc:2443
515
msgid "Can't connect to the server\n"
518
#: client/drizzle.cc:2500
522
#: client/drizzle.cc:2500
526
#: client/drizzle.cc:2551
531
#: client/drizzle.cc:2552
538
#: client/drizzle.cc:2554
545
#: client/drizzle.cc:2567
546
msgid "Many help items for your request exist."
549
#: client/drizzle.cc:2568
551
"To make a more specific request, please type 'help <item>',\n"
552
"where <item> is one of the following"
555
#: client/drizzle.cc:2574
557
msgid "You asked for help about help category: '%s'\n"
560
#: client/drizzle.cc:2575
562
"For more information, type 'help <item>', where <item> is one of the "
566
#: client/drizzle.cc:2588
572
#: client/drizzle.cc:2589
574
"Please try to run 'help contents' for a list of all accessible topics\n"
577
#: client/drizzle.cc:2611
578
msgid "List of all Drizzle commands:"
581
#: client/drizzle.cc:2613
582
msgid "Note that all text commands must be first on line and end with ';'"
585
#: client/drizzle.cc:2624
588
"For server side help, type 'help contents'\n"
591
#: client/drizzle.cc:2649
592
msgid "Usage: \\C char_setname | charset charset_name"
595
#: client/drizzle.cc:2659
596
msgid "Charset changed"
599
#: client/drizzle.cc:2661
600
msgid "Charset is not found"
603
#: client/drizzle.cc:2692
604
msgid "No query specified\n"
607
#: client/drizzle.cc:2707
608
msgid "Ignoring query to other database"
611
#: client/drizzle.cc:2756
615
#: client/drizzle.cc:2769
617
msgid "%ld row in set"
618
msgid_plural "%ld rows in set"
622
#: client/drizzle.cc:2778
626
#: client/drizzle.cc:2780
628
msgid "Query OK, %ld row affected"
629
msgid_plural "Query OK, %ld rows affected"
633
#: client/drizzleadmin.cc:76
635
"Port number to use for connection or 0 for default to, in order of "
636
"preference, my.cnf, $MYSQL_TCP_PORT, built-in default ("
639
#: client/drizzleadmin.cc:81
640
msgid "Silently exit if one can't connect to server."
643
#: client/drizzleadmin.cc:87
644
msgid "Write more information."
647
#: client/drizzleadmin.cc:254
650
"connect to server at '%s' failed\n"
654
#: client/drizzleadmin.cc:260
656
msgid "Check that drizzled is running on %s"
659
#: client/drizzleadmin.cc:261
661
msgid " and that the port is %d.\n"
664
#: client/drizzleadmin.cc:263
666
msgid "You can check this by doing 'telnet %s %d'\n"
669
#: client/drizzleadmin.cc:274
671
msgid "Got error: %s\n"
674
#: client/drizzleadmin.cc:281
675
msgid "Waiting for Drizzle server to answer"
678
#: client/drizzleadmin.cc:314
680
msgid "shutting down drizzled...\n"
683
#: client/drizzleadmin.cc:318
685
msgid "shutdown failed; error: '%s'"
688
#: client/drizzleadmin.cc:325
693
#: client/drizzleadmin.cc:335
694
msgid "drizzled is alive"
697
#: client/drizzleadmin.cc:343
698
msgid "connection was down, but drizzled is now alive"
701
#: client/drizzleadmin.cc:347
703
msgid "drizzled doesn't answer to ping, error: '%s'"
706
#: client/drizzleadmin.cc:356
708
msgid "Unknown command: '%-.60s'"
711
#: client/drizzleadmin.cc:365
713
msgid "%s Ver %s Distrib %s, for %s on %s\n"
716
#: client/drizzleadmin.cc:372
717
msgid "Copyright (C) 2000-2008 MySQL AB"
720
#: client/drizzleadmin.cc:373
722
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
723
"and you are welcome to modify and redistribute it under the GPL license\n"
726
#: client/drizzleadmin.cc:374
727
msgid "Administration program for the drizzled daemon."
730
#: client/drizzleadmin.cc:375
732
msgid "Usage: %s [OPTIONS] command command....\n"
735
#: client/drizzleadmin.cc:377
737
" ping Check if server is down\n"
738
" shutdown Take server down\n"
743
msgid "Can't create/write to file '%s' (Errcode: %d)"
748
msgid "Error reading file '%s' (Errcode: %d)"
753
msgid "Error writing file '%s' (Errcode: %d)"
758
msgid "Error on close of '%'s (Errcode: %d)"
763
msgid "Out of memory (Needed %u bytes)"
768
msgid "Error on delete of '%s' (Errcode: %d)"
773
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
778
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
783
msgid "Can't lock file (Errcode: %d)"
788
msgid "Can't unlock file (Errcode: %d)"
793
msgid "Can't read dir of '%s' (Errcode: %d)"
798
msgid "Can't get stat of '%s' (Errcode: %d)"
803
msgid "Can't change size of file (Errcode: %d)"
808
msgid "Can't open stream from handle (Errcode: %d)"
813
msgid "Can't get working dirctory (Errcode: %d)"
818
msgid "Can't change dir to '%s' (Errcode: %d)"
823
msgid "Warning: '%s' had %d links"
828
msgid "Warning: %d files and %d streams is left open\n"
833
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
838
msgid "Can't create directory '%s' (Errcode: %d)"
844
"Character set '%s' is not a compiled character set and is not specified in "
850
msgid "Out of resources when opening file '%s' (Errcode: %d)"
855
msgid "Can't read value for symlink '%s' (Error %d)"
860
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
865
msgid "Error on realpath() on '%s' (Error %d)"
870
msgid "Can't sync file '%s' to disk (Errcode: %d)"
876
"Collation '%s' is not a compiled collation and is not specified in the %s "
882
msgid "File '%s' not found (Errcode: %d)"
887
msgid "File '%s' (fileno: %d) was not closed"
890
#: mysys/my_error.c:86
892
msgid "Unknown error %d"
895
#: mysys/my_getopt.c:83
899
#: mysys/my_getopt.c:85
903
#: mysys/my_getopt.c:350
905
msgid "%s: %s: Option '%s' used, but is disabled\n"
908
#: mysys/my_getopt.c:351
912
#: mysys/my_getopt.c:351
916
#: mysys/my_getopt.c:454
918
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
921
#: mysys/my_getopt.c:767
923
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
926
#: mysys/my_getopt.c:948
928
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
931
#: mysys/my_getopt.c:1170
933
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
936
#: mysys/my_getopt.c:1190
940
"Variables (--variable-name=value)\n"
941
"and boolean options {false|true} Value (after reading options)\n"
942
"--------------------------------- -----------------------------\n"
945
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
946
msgid "(No default value)"
949
#: mysys/my_getopt.c:1225
953
#: mysys/my_getopt.c:1225
957
#: mysys/my_getopt.c:1250
962
#: mysys/my_handler_errors.h:10
963
msgid "Didn't find key on read or update"
966
#: mysys/my_handler_errors.h:12
967
msgid "Duplicate key on write or update"
970
#: mysys/my_handler_errors.h:14
971
msgid "Internal (unspecified) error in handler"
974
#: mysys/my_handler_errors.h:16
976
"Someone has changed the row since it was read (while the table was locked to "
980
#: mysys/my_handler_errors.h:18
981
msgid "Wrong index given to function"
984
#: mysys/my_handler_errors.h:20
985
msgid "Undefined handler error 125"
988
#: mysys/my_handler_errors.h:22
989
msgid "Index file is crashed"
992
#: mysys/my_handler_errors.h:24
993
msgid "Record file is crashed"
996
#: mysys/my_handler_errors.h:26
997
msgid "Out of memory in engine"
1000
#: mysys/my_handler_errors.h:28
1001
msgid "Undefined handler error 129"
1004
#: mysys/my_handler_errors.h:30
1005
msgid "Incorrect file format"
1008
#: mysys/my_handler_errors.h:32
1009
msgid "Command not supported by database"
1012
#: mysys/my_handler_errors.h:34
1013
msgid "Old database file"
1016
#: mysys/my_handler_errors.h:36
1017
msgid "No record read before update"
1020
#: mysys/my_handler_errors.h:38
1021
msgid "Record was already deleted (or record file crashed)"
1024
#: mysys/my_handler_errors.h:40
1025
msgid "No more room in record file"
1028
#: mysys/my_handler_errors.h:42
1029
msgid "No more room in index file"
1032
#: mysys/my_handler_errors.h:44
1033
msgid "No more records (read after end of file)"
1036
#: mysys/my_handler_errors.h:46
1037
msgid "Unsupported extension used for table"
1040
#: mysys/my_handler_errors.h:48
1044
#: mysys/my_handler_errors.h:50
1045
msgid "Wrong create options"
1048
#: mysys/my_handler_errors.h:52
1049
msgid "Duplicate unique key or constraint on write or update"
1052
#: mysys/my_handler_errors.h:54
1053
msgid "Unknown character set used in table"
1056
#: mysys/my_handler_errors.h:56
1057
msgid "Conflicting table definitions in sub-tables of MERGE table"
1060
#: mysys/my_handler_errors.h:58
1061
msgid "Table is crashed and last repair failed"
1064
#: mysys/my_handler_errors.h:60
1065
msgid "Table was marked as crashed and should be repaired"
1068
#: mysys/my_handler_errors.h:62
1069
msgid "Lock timed out; Retry transaction"
1072
#: mysys/my_handler_errors.h:64
1073
msgid "Lock table is full; Restart program with a larger locktable"
1076
#: mysys/my_handler_errors.h:66
1077
msgid "Updates are not allowed under a read only transactions"
1080
#: mysys/my_handler_errors.h:68
1081
msgid "Lock deadlock; Retry transaction"
1084
#: mysys/my_handler_errors.h:70
1085
msgid "Foreign key constraint is incorrectly formed"
1088
#: mysys/my_handler_errors.h:72
1089
msgid "Cannot add a child row"
1092
#: mysys/my_handler_errors.h:74
1093
msgid "Cannot delete a parent row"
1096
#: mysys/my_handler_errors.h:76
1097
msgid "No savepoint with that name"
1100
#: mysys/my_handler_errors.h:78
1101
msgid "Non unique key block size"
1104
#: mysys/my_handler_errors.h:80
1105
msgid "The table does not exist in engine"
1108
#: mysys/my_handler_errors.h:82
1109
msgid "The table already existed in storage engine"
1112
#: mysys/my_handler_errors.h:84
1113
msgid "Could not connect to storage engine"
1116
#: mysys/my_handler_errors.h:86
1117
msgid "Unexpected null pointer found when using spatial index"
1120
#: mysys/my_handler_errors.h:88
1121
msgid "The table changed in storage engine"
1124
#: mysys/my_handler_errors.h:90
1125
msgid "There's no partition in table for the given value"
1128
#: mysys/my_handler_errors.h:92
1129
msgid "Row-based binlogging of row failed"
1132
#: mysys/my_handler_errors.h:94
1133
msgid "Index needed in foreign key constraint"
1136
#: mysys/my_handler_errors.h:96
1137
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1140
#: mysys/my_handler_errors.h:98
1141
msgid "Table needs to be upgraded before it can be used"
1144
#: mysys/my_handler_errors.h:100
1145
msgid "Table is read only"
1148
#: mysys/my_handler_errors.h:102
1149
msgid "Failed to get next auto increment value"
1152
#: mysys/my_handler_errors.h:104
1153
msgid "Failed to set row auto increment value"
1156
#: mysys/my_handler_errors.h:106
1157
msgid "Unknown (generic) error from engine"
1160
#: mysys/my_handler_errors.h:108
1161
msgid "Record is the same"
1164
#: mysys/my_handler_errors.h:110
1165
msgid "It is not possible to log this statement"
1168
#: mysys/my_handler_errors.h:112
1169
msgid "Tablespace exists"
1172
#: mysys/my_handler_errors.h:114
1173
msgid "The event was corrupt, leading to illegal data being read"
1176
#: mysys/my_handler_errors.h:116
1177
msgid "The table is of a new format not supported by this version"
1180
#: mysys/my_handler_errors.h:118
1181
msgid "The event could not be processed no other hanlder error happened"
1184
#: mysys/my_handler_errors.h:120
1185
msgid "Got a fatal error during initialzaction of handler"
1188
#: mysys/my_handler_errors.h:122
1189
msgid "File to short; Expected more data in file"
1192
#: mysys/my_handler_errors.h:124
1193
msgid "Read page with wrong checksum"
1196
#: mysys/my_handler_errors.h:126
1197
msgid "Lock or active transaction"
1200
#: mysys/my_handler_errors.h:128
1201
msgid "No such table space"
1204
#: mysys/my_handler_errors.h:130
1205
msgid "Tablespace not empty"
1208
#: drizzled/rpl_mi.cc:148
1210
msgid "Failed to create a new master info file (file '%s', errno %d)"
1213
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
1215
msgid "Failed to create a cache on master info file (file '%s')"
1218
#: drizzled/rpl_mi.cc:170
1220
msgid "Failed to open the existing master info file (file '%s', errno %d)"
1223
#: drizzled/rpl_mi.cc:276
1226
"SSL information in the master info file ('%s') are ignored because this "
1227
"MySQL slave was compiled without SSL support."
1230
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2151
1231
msgid "Failed to flush master info file"
1234
#: drizzled/rpl_mi.cc:305
1235
msgid "Error reading master configuration"
1238
#: drizzled/rpl_reporting.cc:43
1240
msgid "Slave %s: %s%s Error_code: %d"
1243
#: drizzled/rpl_utility.cc:123
1245
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
1248
#: drizzled/rpl_utility.cc:138
1251
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
1252
"Master's column size should be <= the slave's column size."
1255
#: drizzled/slave.cc:89
1256
msgid "Waiting to reconnect after a failed registration on master"
1259
#: drizzled/slave.cc:90
1261
"Slave I/O thread killed while waitnig to reconnect after a failed "
1262
"registration on master"
1265
#: drizzled/slave.cc:92
1266
msgid "Reconnecting after a failed registration on master"
1269
#: drizzled/slave.cc:93
1272
"failed registering on master, reconnecting to try again, log '%s' at postion "
1276
#: drizzled/slave.cc:96 drizzled/slave.cc:105
1277
msgid "Slave I/O thread killed during or after reconnect"
1280
#: drizzled/slave.cc:99
1281
msgid "Waiting to reconnect after a failed binlog dump request"
1284
#: drizzled/slave.cc:100
1285
msgid "Slave I/O thread killed while retrying master dump"
1288
#: drizzled/slave.cc:101
1289
msgid "Reconnecting after a failed binlog dump request"
1292
#: drizzled/slave.cc:102
1295
"failed dump request, reconnecting to try again, log '%s' at postion %s"
1298
#: drizzled/slave.cc:108
1299
msgid "Waiting to reconnect after a failed master event read"
1302
#: drizzled/slave.cc:109
1304
"Slave I/O thread killed while waiting to reconnect after a failed read"
1307
#: drizzled/slave.cc:111
1308
msgid "Reconnecting after a failed master event read"
1311
#: drizzled/slave.cc:112
1314
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
1318
#: drizzled/slave.cc:115
1320
"Slave I/O thread killed during or after a reconnect done to recover from "
1324
#: drizzled/slave.cc:229
1325
msgid "Failed to allocate memory for the master info structure"
1328
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
1329
msgid "Failed to initialize the master info structure"
1332
#: drizzled/slave.cc:251
1333
msgid "Failed to create slave threads"
1336
#: drizzled/slave.cc:448
1337
msgid "Server id not set, will not start slave"
1340
#: drizzled/slave.cc:616
1342
"SQL thread had to stop in an unsafe situation, in the middle of applying "
1343
"updates to a non-transactional table without any primary key. There is a "
1344
"risk of duplicate updates when the slave SQL thread is restarted. Please "
1345
"check your tables' contents after restart."
1348
#: drizzled/slave.cc:777 drizzled/slave.cc:792
1349
msgid "Master reported unrecognized DRIZZLE version"
1352
#: drizzled/slave.cc:833
1353
msgid "default Format_description_log_event"
1356
#: drizzled/slave.cc:855
1359
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
1360
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
1363
#: drizzled/slave.cc:882
1365
"The slave I/O thread stops because master and slave have equal DRIZZLE "
1366
"server ids; these ids must be different for replication to work (or the --"
1367
"replicate-same-server-id option must be used on slave but this doesnot "
1368
"always make sense; please check the manual before using it)."
1371
#: drizzled/slave.cc:927
1373
"The slave I/O thread stops because master and slave have different values "
1374
"for the COLLATION_SERVER global variable. The values must be equal for "
1375
"replication to work"
1378
#: drizzled/slave.cc:963
1380
"The slave I/O thread stops because master and slave have different values "
1381
"for the TIME_ZONE global variable. The values must be equal for replication "
1385
#: drizzled/slave.cc:1028
1386
msgid "Waiting for the slave SQL thread to free enough relay log space"
1389
#: drizzled/slave.cc:1074
1391
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
1395
#: drizzled/slave.cc:1085
1396
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
1399
#: drizzled/slave.cc:1476
1401
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
1404
#: drizzled/slave.cc:1529
1406
msgid "Error reading packet from server: %s ( server_errno=%d)"
1409
#: drizzled/slave.cc:1537
1411
msgid "Slave: received end packet from server, apparent master shutdown: %s"
1414
#: drizzled/slave.cc:1691
1417
"It was not possible to update the positions of the relay log information: "
1418
"the slave may be in an inconsistent state. Stopped in %s position %s"
1421
#: drizzled/slave.cc:1766 drizzled/slave.cc:2366
1423
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
1426
#: drizzled/slave.cc:1825 drizzled/slave.cc:2315
1428
msgid "Error initializing relay log position: %s"
1431
#: drizzled/slave.cc:1841
1434
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
1435
"Consider raising the value of the slave_transaction_retries variable."
1438
#: drizzled/slave.cc:1864
1440
"Could not parse relay log event entry. The possible reasons are: the "
1441
"master's binary log is corrupted (you can check this by running "
1442
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
1443
"can check this by running 'mysqlbinlog' on the relay log), a network "
1444
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
1445
"check the master's binary log or slave's relay log, you will be able to know "
1446
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
1449
#: drizzled/slave.cc:1988
1450
msgid "Failed during slave I/O thread initialization"
1453
#: drizzled/slave.cc:2002
1454
msgid "error in drizzle_create()"
1457
#: drizzled/slave.cc:2010
1460
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
1461
"'%s' at position %s"
1464
#: drizzled/slave.cc:2024
1465
msgid "Slave I/O thread killed while connecting to master"
1468
#: drizzled/slave.cc:2048
1469
msgid "Slave I/O thread couldn't register on master"
1472
#: drizzled/slave.cc:2060 drizzled/slave.cc:2084 drizzled/slave.cc:2108
1473
msgid "Forcing to reconnect slave I/O thread"
1476
#: drizzled/slave.cc:2073
1477
msgid "Failed on request_dump()"
1480
#: drizzled/slave.cc:2074
1481
msgid "Slave I/O thread killed while requesting master dump"
1484
#: drizzled/slave.cc:2100
1485
msgid "Waiting for master to send event"
1488
#: drizzled/slave.cc:2102
1489
msgid "Slave I/O thread killed while reading event"
1492
#: drizzled/slave.cc:2120
1495
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
1496
"entry is correct, restart the server with a higher value of "
1497
"max_allowed_packet"
1500
#: drizzled/slave.cc:2134
1501
msgid "Stopping slave I/O thread due to out-of-memory error from master"
1504
#: drizzled/slave.cc:2144
1505
msgid "Queueing master event to the relay log"
1508
#: drizzled/slave.cc:2171
1509
msgid "Slave I/O thread aborted while waiting for relay log space"
1512
#: drizzled/slave.cc:2181
1514
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
1517
#: drizzled/slave.cc:2205
1518
msgid "Waiting for slave mutex on exit"
1521
#: drizzled/slave.cc:2271
1522
msgid "Failed during slave thread initialization"
1525
#: drizzled/slave.cc:2337
1528
"Slave SQL thread initialized, starting replication in log '%s' at position "
1529
"%s, relay log '%s' position: %s"
1532
#: drizzled/slave.cc:2351
1533
msgid "Slave SQL thread aborted. Can't execute init_slave query"
1536
#: drizzled/slave.cc:2377
1537
msgid "Reading event from the relay log"
1540
#: drizzled/slave.cc:2402
1542
msgid "Slave (additional info): %s Error_code: %d"
1545
#: drizzled/slave.cc:2419
1547
msgid "Slave: %s Error_code: %d"
1550
#: drizzled/slave.cc:2422
1553
"Error loading user-defined library, slave SQL thread aborted. Install the "
1554
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
1555
"stopped at log '%s' position %s"
1558
#: drizzled/slave.cc:2430
1561
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
1562
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
1565
#: drizzled/slave.cc:2442
1568
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
1571
#: drizzled/slave.cc:2538
1573
msgid "Slave I/O: failed requesting download of '%s'"
1576
#: drizzled/slave.cc:2555
1578
msgid "Network read error downloading '%s' from master"
1581
#: drizzled/slave.cc:2577
1582
msgid "error writing Exec_load event to relay log"
1585
#: drizzled/slave.cc:2591
1586
msgid "error writing Create_file event to relay log"
1589
#: drizzled/slave.cc:2606
1590
msgid "error writing Append_block event to relay log"
1593
#: drizzled/slave.cc:2702
1594
msgid "Memory allocation failed"
1597
#: drizzled/slave.cc:2727 drizzled/slave.cc:2813
1600
"Read invalid event from master: '%s', master could be corrupt but a more "
1601
"likely cause of this is a bug"
1604
#: drizzled/slave.cc:3086
1605
msgid "could not queue event from master"
1608
#: drizzled/slave.cc:3180
1610
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
1613
#: drizzled/slave.cc:3182
1614
msgid "reconnecting"
1617
#: drizzled/slave.cc:3182
1621
#: drizzled/slave.cc:3208
1624
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
1628
#: drizzled/slave.cc:3598
1630
msgid "next log '%s' is currently active"
1633
#: drizzled/slave.cc:3628
1635
msgid "next log '%s' is not active"
1638
#: drizzled/slave.cc:3644
1641
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
1644
#: drizzled/slave.cc:3650
1645
msgid "Aborting slave SQL thread because of partial event read"
1648
#: drizzled/slave.cc:3656 drizzled/slave.cc:3663
1650
msgid "Error reading relay log event: %s"
1653
#: drizzled/slave.cc:3657
1654
msgid "slave SQL thread was killed"
1657
#: drizzled/slave.cc:3755
1660
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
1661
"check error log on slave for more info"
1664
#: drizzled/slave.cc:3761
1667
"According to the master's version ('%s'), it is probable that master suffers "
1668
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
1669
"current binary log event may make the slave's data become different from the "
1670
"master's data. To take no risk, slave refuses to replicate this event and "
1671
"stops. We recommend that all updates be stopped on the master and slave, "
1672
"that the data of both be manually synchronized, that master's binary logs be "
1673
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
1674
"Then replication can be restarted."
1677
#: drizzled/sql_repl.cc:101
1678
msgid "Failed in send_file() while reading file name"
1681
#: drizzled/sql_repl.cc:114
1682
msgid "Failed in send_file() on open of file"
1685
#: drizzled/sql_repl.cc:122
1686
msgid "Failed in send_file() while writing data to client"
1689
#: drizzled/sql_repl.cc:131
1690
msgid "Failed in send_file() while negotiating file transfer close"
1693
#: drizzled/table.cc:547
1696
"'%s' had no or invalid character set, and default character set is multi-"
1697
"byte, so character column sizes may have changed"
1700
#: drizzled/table.cc:984 drizzled/table.cc:990
1703
"Found incompatible DECIMAL field '%s' in %s; Please do \"ALTER TABLE '%s' "
1704
"FORCE\" to fix it!"
1707
#: drizzled/table.cc:1162
1710
"Found wrong key definition in %s; Please do \"ALTER TABLE '%s' FORCE \" to "
1714
#: drizzled/table.cc:1168
1717
"Found wrong key definition in %s; Please do \"ALTER TABLE '%s' FORCE\" to "
1721
#: drizzled/table.cc:1811
1723
msgid "Unknown collation '%s' in table '%-.64s' definition"
1726
#: drizzled/table.cc:1818
1729
"Table '%-.64s' was created with a different version of MySQL and cannot be "
1733
#: drizzled/table.cc:2409
1736
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
1740
#: drizzled/table.cc:2435
1743
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
1744
"have type %s, found type %s."
1747
#: drizzled/table.cc:2444
1750
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
1751
"position %d to have character set '%s' but the type has no character set."
1754
#: drizzled/table.cc:2454
1757
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
1758
"position %d to have character set '%s' but found character set '%s'."
1761
#: drizzled/table.cc:2465
1764
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
1765
"have type %s but the column is not found."
1768
#: drizzled/tztime.cc:1063
1770
msgid "Fatal error: Illegal or unknown default time zone '%s'"
1773
#: drizzled/definitions.h:48
1774
msgid "Invalid error code"