1
# French 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: http://translations.launchpad.net/drizzle\n"
10
"POT-Creation-Date: 2008-08-20 20:34-0700\n"
11
"PO-Revision-Date: 2008-08-15 17:01+0000\n"
12
"Last-Translator: Pierre Hanselmann <pierre.hanselmann@sunrise.ch>\n"
13
"Language-Team: French <fr@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=2; plural=n > 1;\n"
18
"X-Launchpad-Export-Date: 2008-08-16 20:24+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:256
22
msgid "Synonym for `help'."
23
msgstr "Synonyme pour 'help'."
25
#: client/drizzle.cc:257
26
msgid "Clear command."
27
msgstr "Efface la commande."
29
#: client/drizzle.cc:259
30
msgid "Reconnect to the server. Optional arguments are db and host."
31
msgstr "Reconnexion au serveur. Les arguments optionnels sont db et host."
33
#: client/drizzle.cc:261
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
"Configure le délimiteur de commande. Note : prend tout le reste de la ligne "
38
"comme nouveau délimiteur."
40
#: client/drizzle.cc:263
41
msgid "Send command to drizzle server, display result vertically."
43
"Envoie la commande au serveur drizzle, affiche les résultats verticalement."
45
#: client/drizzle.cc:264
46
msgid "Exit drizzle. Same as quit."
47
msgstr "Quitte drizzle. La même chose que quit."
49
#: client/drizzle.cc:265
50
msgid "Send command to drizzle server."
51
msgstr "Envoyer la commande au serveur drizzle."
53
#: client/drizzle.cc:266
54
msgid "Display this help."
55
msgstr "Affiche cette aide."
57
#: client/drizzle.cc:267
58
msgid "Disable pager, print to stdout."
59
msgstr "Désactive le pager, imprimme vers la sortie standard (stdout)"
61
#: client/drizzle.cc:268
62
msgid "Don't write into outfile."
63
msgstr "Ne pas écrire dans le fichier de sortie"
65
#: client/drizzle.cc:270
66
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
68
"Configure l'afficheur à [to_pager]. Affiche le résultat des requêtes à "
71
#: client/drizzle.cc:271
73
msgid "Print current command."
74
msgstr "Affiche la commande actuelle."
76
#: client/drizzle.cc:272
77
msgid "Change your drizzle prompt."
78
msgstr "Changer votre invite drizzle."
80
#: client/drizzle.cc:273
82
msgstr "Quitte drizzle"
84
#: client/drizzle.cc:274
85
msgid "Rebuild completion hash."
86
msgstr "Reconstruit la table de completion."
88
#: client/drizzle.cc:276
89
msgid "Execute an SQL script file. Takes a file name as an argument."
91
"Exécute un fichier script SQL. Demande un nom de fichier comme argument"
93
#: client/drizzle.cc:277
94
msgid "Get status information from the server."
95
msgstr "Obtenir le statuts du serveur."
97
#: client/drizzle.cc:279
98
msgid "Set outfile [to_outfile]. Append everything into given outfile."
100
"Définit le fichier de sortie [to_outfile]. Accole tout dans le fichier de "
103
#: client/drizzle.cc:281
104
msgid "Use another database. Takes database name as argument."
106
"Utilise une autre base de données. Demande le nom de la base de données "
109
#: client/drizzle.cc:283
111
"Switch to another charset. Might be needed for processing binlog with multi-"
114
"Change l'encodage des caractères. Peut-être requis pour lire les logs "
115
"binaires avec des caractères multi-byte."
117
#: client/drizzle.cc:285 client/drizzle.cc:1437
118
msgid "Show warnings after every statement."
119
msgstr "Afficher les avertissements après chaque commande."
121
#: client/drizzle.cc:287
122
msgid "Don't show warnings after every statement."
123
msgstr "Ne pas afficher les avertissements après chaque commande."
125
#: client/drizzle.cc:1120
126
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
128
"Bienvenue sur le client Drizzle. Les commandes se terminent avec ; or \\g"
130
#: client/drizzle.cc:1130
133
"Your Drizzle connection id is %u\n"
134
"Server version: %s\n"
136
"Votre id de connexions Drizzle est %u\n"
137
"Version du serveur: %s\n"
139
#: client/drizzle.cc:1160
141
msgid "Reading history-file %s\n"
142
msgstr "Lit le fichier d'historique %s\n"
144
#: client/drizzle.cc:1165
146
msgid "Couldn't allocate memory for temp histfile!\n"
147
msgstr "Ne peux allouer de la mémoire pour le fichier historique temporaire!\n"
149
#: client/drizzle.cc:1172
150
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
152
"Tapez 'help;' or '\\h' pour afficher l'aide. Tapez '\\c' pour vider le "
155
#: client/drizzle.cc:1190
157
msgid "Writing history-file %s\n"
158
msgstr "Ecris le fichier historique %s\n"
160
#: client/drizzle.cc:1199
164
#: client/drizzle.cc:1199
168
#: client/drizzle.cc:1248
169
msgid "Query aborted by Ctrl+C\n"
170
msgstr "Requête annulée par Ctrl-C\n"
172
#: client/drizzle.cc:1271 client/drizzleadmin.cc:69 drizzled/drizzled.cc:3104
173
msgid "Display this help and exit."
174
msgstr "Afficher cette aide et sortir."
176
#: client/drizzle.cc:1273
177
msgid "Synonym for -?"
178
msgstr "Synonyme pour -?"
180
#: client/drizzle.cc:1276
182
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
183
"and field completion, but startup and reconnecting may take a longer time. "
184
"Disable with --disable-auto-rehash."
186
"Active le rafraîchissement automatique. Il n'est pas besoin d'utiliser "
187
"explicitement la commande 'rehash' pour obtenir la completion des noms de "
188
"tables et de colonnes, mais la connexion ou le lancement à la base peuvent "
189
"prendre plus de temps. Désactivez ce mode avec l'option --disable-auto-"
192
#: client/drizzle.cc:1280
194
"No automatic rehashing. One has to use 'rehash' to get table and field "
195
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
196
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
198
"Pas de rafraîchissement automatique. Il faut utiliser la commande 'rehash' "
199
"pour obtenir la completion des noms de tables et de colonnes. Cela permet à "
200
"DRIZZLE de démarrer plus vite, et évite le hashage à la reconnexion. "
201
"Attention : cette option est obsolète; utilisez plutôt --disable-auto-rehash."
203
#: client/drizzle.cc:1283
205
"Automatically switch to vertical output mode if the result is wider than the "
208
"Passer automatiquement en affichage vertical si le résultat est plus grand "
209
"que la largeur du terminal."
211
#: client/drizzle.cc:1286
213
"Don't use history file. Disable interactive behavior. (Enables --silent)"
215
"Ne pas utiliser de fichier d'historique. Désactive l'interactivité. (Active "
218
#: client/drizzle.cc:1288 drizzled/drizzled.cc:3174
219
msgid "Directory where character sets are."
220
msgstr "Répértoire ou se situent les jeux de caractères."
222
#: client/drizzle.cc:1290
223
msgid "Display column type information."
224
msgstr "Affiche le type de la colonne."
226
#: client/drizzle.cc:1293
228
"Preserve comments. Send comments to the server. The default is --skip-"
229
"comments (discard comments), enable with --comments"
231
"Conserve les commentaire. Envoie les commentaires au serveur. Le défaut est "
232
"--skip-comments (supprime les commentaires), active avec --comments"
234
#: client/drizzle.cc:1296
235
msgid "Use compression in server/client protocol."
236
msgstr "Utilise la compression dans le protocole serveur/client."
238
#: client/drizzle.cc:1299
239
msgid "Check memory and open file usage at exit ."
240
msgstr "Vérifie le niveau de mémoire et de fichiers ouverts à l'extinction."
242
#: client/drizzle.cc:1302
244
msgid "Print some debug info at exit."
245
msgstr "Affiche certaines informations de debug à la sortie."
247
#: client/drizzle.cc:1304
248
msgid "Database to use."
249
msgstr "Base de donnée à utiliser"
251
#: client/drizzle.cc:1307 drizzled/drizzled.cc:3170
252
msgid "Set the default character set."
253
msgstr "Définit le jeu de caractères par défaut."
255
#: client/drizzle.cc:1309
256
msgid "Delimiter to be used."
257
msgstr "Le délimiteur à utiliser"
259
#: client/drizzle.cc:1311
260
msgid "Execute command and quit. (Disables --force and history file)"
262
"Exécute la commande et sort. (Désactive --force et le fichier d'historique)"
264
#: client/drizzle.cc:1313
265
msgid "Print the output of a query (rows) vertically."
266
msgstr "Affiche le résultat d'une requête (lignes) verticalement"
268
#: client/drizzle.cc:1316
269
msgid "Continue even if we get an sql error."
270
msgstr "Continuer même si on obtient une erreur sql."
272
#: client/drizzle.cc:1320
274
"Enable named commands. Named commands mean this program's internal commands; "
275
"see drizzle> help . When enabled, the named commands can be used from any "
276
"line of the query, otherwise only from the first line, before an enter. "
277
"Disable with --disable-named-commands. This option is disabled by default."
279
"Affiche les commandes nommées. Les commandes nommées signifie les commandes "
280
"internes; voir drizzle > help. Si activé, les commandes nommées peuvent être "
281
"utilisées depuis n'importe quelle ligne de la requête, sinon seulement sur "
282
"la première ligne, avant une entrée. Désactive avec --disable-named-"
283
"commands. Cette option est désactivée par défaut."
285
#: client/drizzle.cc:1324
287
"Named commands are disabled. Use \\* form only, or use named commands only "
288
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
289
"the client now starts with this option ENABLED by default! Disable with '-"
290
"G'. Long format commands still work from the first line. WARNING: option "
291
"deprecated; use --disable-named-commands instead."
293
"Les commandes nommées sont désactivées. Utilisez la forme \\* uniquement, ou "
294
"bien utilisez les commandes nommées uniquement au début d'une ligne qui se "
295
"termine par un point-virgule (;). Depuis la version 10.9, le client se lance "
296
"avec cette option active, par défaut. Désactivez-la avec l'option -G. Les "
297
"commandes en format long fonctionnent toujours. Attention : cette option est "
298
"obsolète; utilisez de préférence --disable-named-commands."
300
#: client/drizzle.cc:1326
301
msgid "Ignore space after function names."
302
msgstr "Ignore les espaces après les noms de fonction."
304
#: client/drizzle.cc:1328
305
msgid "Enable/disable LOAD DATA LOCAL INFILE."
306
msgstr "Active/désactive LOAD DATA LOCAL INFILE."
308
#: client/drizzle.cc:1331
309
msgid "Turn off beep on error."
310
msgstr "Désactive le bip sur une erreur."
312
#: client/drizzle.cc:1333 client/drizzleadmin.cc:71
313
msgid "Connect to host."
314
msgstr "Connexion à l'hôte."
316
#: client/drizzle.cc:1335
317
msgid "Write line numbers for errors."
318
msgstr "Affiche les numéros de ligne pour les erreurs."
320
#: client/drizzle.cc:1338
322
"Don't write line number for errors. WARNING: -L is deprecated, use long "
323
"version of this option instead."
325
"N'écrit pas les numéros de ligne pour les erreurs. ATTENTION: -L est "
326
"obsolète, utilisez la version longue de cette option à la place."
328
#: client/drizzle.cc:1340
329
msgid "Flush buffer after each query."
330
msgstr "Vide le tampon après chaque requête."
332
#: client/drizzle.cc:1342
333
msgid "Write column names in results."
334
msgstr "Affiche le nom des colonnes dans les résultats."
336
#: client/drizzle.cc:1346
338
"Don't write column names in results. WARNING: -N is deprecated, use long "
339
"version of this options instead."
341
"N'affiche pas les noms de colonnes dans les résultats. ATTENTION: -N est "
342
"obsolète, utilisez la utilisez la version longue de cette option à la place."
344
#: client/drizzle.cc:1349
346
"Change the value of a variable. Please note that this option is deprecated; "
347
"you can set variables directly with --variable-name=value."
349
"Change la valeur d'une variable. Notez que cette option est obsolète; vous "
350
"pouvez définir une variable directement avec --variable-name=value"
352
#: client/drizzle.cc:1351
353
msgid "Ignore SIGINT (CTRL-C)"
354
msgstr "Ignore SIGINT (CTRL-C)"
356
#: client/drizzle.cc:1355
358
"Only update the default database. This is useful for skipping updates to "
359
"other database in the update log."
361
"Met à jour uniquement la base de donnée par défaut. Cela est "
362
"particulièrement utile pour éviter la mise à jour d'autres bases de donnée "
363
"dans le log de mise à jour."
365
#: client/drizzle.cc:1358
367
"Pager to use to display results. If you don't supply an option the default "
368
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
369
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
370
"work in batch mode. Disable with --disable-pager. This option is disabled by "
373
"Le pager à utiliser pour afficher les résultats. Si vous ne fournissez pas "
374
"de valeur pour cette option, un pager par défaut sera choisi via la variable "
375
"d'environnement PAGER. Les pagers valides sont less, more, cat [> "
376
"nom_de_fichier], etc. Sinon, reportez-vous à l'aide interactive (\\h). Cette "
377
"option ne fonctionne pas en mode batch. Désactivez le pager avec l'option --"
378
"disable-page. Cette option est désactivée par défaut."
380
#: client/drizzle.cc:1361
382
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
383
"option deprecated; use --disable-pager instead."
385
"Désactive le pager, et envoie vers stdout. Reportez-vous à l'aide "
386
"interactive (\\h). Attention : cette option est obsolète; utilisez de "
387
"préférence --disable-pager."
389
#: client/drizzle.cc:1364 client/drizzleadmin.cc:74
391
"Password to use when connecting to server. If password is not given it's "
392
"asked from the tty."
394
"Le mot de passe à utiliser lors de la connexion au serveur. Si le mot de "
395
"passe n'est pas donné il est demandé par le terminal."
397
#: client/drizzle.cc:1366
399
"Port number to use for connection or 0 for default to, in order of "
400
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
402
"Numéro de port à utiliser pour la connexion ou 0 pour le défaut, dans "
403
"l'ordre de préférences, my.cnf, $DRIZZLE_TCP_PORT "
405
#: client/drizzle.cc:1367
406
msgid "built-in default"
407
msgstr "par défaut, natif."
409
#: client/drizzle.cc:1370
410
msgid "Set the drizzle prompt to this value."
411
msgstr "Définir l'invite drizzle à cette valeur."
413
#: client/drizzle.cc:1373
414
msgid "The protocol of connection (tcp,socket,pipe,memory)."
415
msgstr "Le protocole de connexion (tcp,socket,pipe,mémoire)"
417
#: client/drizzle.cc:1376
419
"Don't cache result, print it row by row. This may slow down the server if "
420
"the output is suspended. Doesn't use history file."
422
"Ne met pas le résultat en cache, affiche ligne par ligne. Cela peut ralentir "
423
"le serveur si l'affichage est suspendu. N'utilise pas le fichier "
426
#: client/drizzle.cc:1378
427
msgid "Write fields without conversion. Used with --batch."
428
msgstr "Ecris les champs sans conversion. Utilisé avec --batch."
430
#: client/drizzle.cc:1381
432
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
433
"option is enabled by default."
435
"Se reconnecte si la connexion est perdue. Désactivé avec --disable-"
436
"reconnect. Cette option est activée par défaut."
438
#: client/drizzle.cc:1383
440
"Be more silent. Print results with a tab as separator, each row on new line."
442
"Est plus silencieux. Affiche les résultats avec une tabulation comme "
443
"séparateur, chaque résultat sur une nouvelle ligne."
445
#: client/drizzle.cc:1385
446
msgid "Socket file to use for connection."
447
msgstr "Le fichier socket à utiliser pour la connexion."
449
#: client/drizzle.cc:1388
450
msgid "Output in table format."
451
msgstr "Sortie en format table."
453
#: client/drizzle.cc:1391
455
"Append everything into outfile. See interactive help (\\h) also. Does not "
456
"work in batch mode. Disable with --disable-tee. This option is disabled by "
459
"Ajoute tout dans un fichier d'export. Reportez-vous aussi à l'aide "
460
"interactive (\\h). Ne fonctionne pas en mode batch. Désactivez ce mode avec "
461
"l'option --disable-tee; Cette option est inactive pas défaut."
463
#: client/drizzle.cc:1393
465
"Disable outfile. See interactive help (\\h) also. WARNING: option "
466
"deprecated; use --disable-tee instead"
468
"Désactive le fichier d'export. Reportez-vous aussi à l'aide interactive. "
469
"Attention : cette option est obsolète; utilisez de préférence --disable-tee."
471
#: client/drizzle.cc:1396 client/drizzleadmin.cc:84
472
msgid "User for login if not current user."
474
"Nom d'utilisateur pour l'identification, si ce n'est pas l'utilisateur "
477
#: client/drizzle.cc:1399
478
msgid "Only allow UPDATE and DELETE that uses keys."
479
msgstr "Accepte seulement les UPDATE and les DELETE qui utilisent des clés."
481
#: client/drizzle.cc:1402
482
msgid "Synonym for option --safe-updates, -U."
483
msgstr "Synonyme pour l'option --safe-updates, -U"
485
#: client/drizzle.cc:1405
486
msgid "Write more. (-v -v -v gives the table output format)."
487
msgstr "Affiche plus d'infos. (-v -v -v donne le format de sortie de la table)"
489
#: client/drizzle.cc:1407 client/drizzleadmin.cc:89 drizzled/drizzled.cc:3638
490
msgid "Output version information and exit."
491
msgstr "Donne l'information de la version et quitte."
493
#: client/drizzle.cc:1409 client/drizzleadmin.cc:91
494
msgid "Wait and retry if connection is down."
495
msgstr "Attendre et réessayer si la connexion n'est pas active."
497
#: client/drizzle.cc:1412
498
msgid "Number of seconds before connection timeout."
499
msgstr "Temps en secondes avant le délai de dépassement de la connexion."
501
#: client/drizzle.cc:1417
502
msgid "Max packet length to send to, or receive from server"
503
msgstr "Longeur maximum des paquets à envoyer ou à recevoir du serveur"
505
#: client/drizzle.cc:1422
506
msgid "Buffer for TCP/IP and socket communication"
507
msgstr "Tampon pour les communications TCP/IP et socket"
509
#: client/drizzle.cc:1426
510
msgid "Automatic limit for SELECT when using --safe-updates"
511
msgstr "Limite automatique pour SELECT lorque --safe-update est utilisé."
513
#: client/drizzle.cc:1431
514
msgid "Automatic limit for rows in a join when using --safe-updates"
516
"Limite automatique pour les lignes dans une jointure lorsqu'on utilise --"
519
#: client/drizzle.cc:1435
520
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
522
"Refuse la connexion du client au serveur s'il utilise un vieux (pre-4.1.1) "
525
#: client/drizzle.cc:1448
527
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
528
msgstr "%s Ver %s Distrib %s, pour %s (%s) en utilisant %s %s\n"
530
#: client/drizzle.cc:1455
533
"Copyright (C) 2000-2008 MySQL AB\n"
534
" This software comes with ABSOLUTELY NO "
535
"WARRANTY. This is free software,\n"
536
" and you are welcome to modify and redistribute it under the GPL license\n"
538
"Copyright (C) 2000-2008 MySQL AB\n"
539
" Ce logiciel est distribué sans AUCUNE "
540
"GARANTIE. C'est un logiciel libre, et vous êtes libres de le modifier et de "
541
"le redistribuer sous licence GPL.\n"
543
#: client/drizzle.cc:1459
545
msgid "Usage: %s [OPTIONS] [database]\n"
546
msgstr "Utilisations: %s [OPTIONS][base_de_donnée]\n"
548
#: client/drizzle.cc:1492
549
msgid "DELIMITER cannot contain a backslash character"
550
msgstr "DELIMITER ne peut contenir le caractère backslash"
552
#: client/drizzle.cc:1513
554
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
555
msgstr "ATTENTION: option obsolète; utilisez --disable-tee à la place.\n"
557
#: client/drizzle.cc:1536
559
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
560
msgstr "ATTENTION: option obsolète; utilisez --disable-pager à la place.\n"
562
#: client/drizzle.cc:1540
564
msgid "WARNING: --server-arg option not supported in this configuration.\n"
566
"ATTENTION: l'option --server-arg n'est pas supportée dans cette "
569
#: client/drizzle.cc:1912
571
msgid "Unknown command '\\%c'."
572
msgstr "Commande inconnue '%c'."
574
#: client/drizzle.cc:2339
576
"Reading table information for completion of table and column names\n"
577
" You can turn off this feature to get a quicker startup with -A\n"
580
"Lecture des informations de la table pour compléter les noms de table et de "
582
" Vous pouvez désactiver cette fonctionnalité pour un démarrage plus "
586
#: client/drizzle.cc:2436
587
msgid "No connection. Trying to reconnect..."
588
msgstr "Pas de connexion. Tentative de reconnexion..."
590
#: client/drizzle.cc:2442
591
msgid "Can't connect to the server\n"
592
msgstr "Connexion au serveur impossible\n"
594
#: client/drizzle.cc:2499
598
#: client/drizzle.cc:2499
602
#: client/drizzle.cc:2550
607
#: client/drizzle.cc:2551
616
#: client/drizzle.cc:2553
625
#: client/drizzle.cc:2566
626
msgid "Many help items for your request exist."
627
msgstr "Plusieurs entrées dans l'aide existent pour votre requête."
629
#: client/drizzle.cc:2567
631
"To make a more specific request, please type 'help <item>',\n"
632
"where <item> is one of the following"
634
"Pour effectuer une demande plus spécifique, tapez 'help <item>',\n"
635
"où <item> est l'un de ceux qui suivent"
637
#: client/drizzle.cc:2573
639
msgid "You asked for help about help category: '%s'\n"
640
msgstr "Vous avez demandé de l'aide à propos de la catégorie: '%s'\n"
642
#: client/drizzle.cc:2574
644
"For more information, type 'help <item>', where <item> is one of the "
647
"Pour plus d'information, tapez 'help <item>', où <item> est l'un de ceux qui "
650
#: client/drizzle.cc:2587
658
#: client/drizzle.cc:2588
659
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
661
"Essayez d'exécuter 'help contents' pour une liste de tous les sujets "
664
#: client/drizzle.cc:2610
665
msgid "List of all Drizzle commands:"
666
msgstr "Liste toutes les commandes Drizzle"
668
#: client/drizzle.cc:2612
669
msgid "Note that all text commands must be first on line and end with ';'"
671
"Notez que toute commande texte doit être en premier sur la ligne et se "
674
#: client/drizzle.cc:2623
677
"For server side help, type 'help contents'\n"
680
"Pour une aide coté serveur, tapez 'help contents'\n"
682
#: client/drizzle.cc:2648
683
msgid "Usage: \\C char_setname | charset charset_name"
684
msgstr "Utilisation: \\C char_setname | charset charset_name"
686
#: client/drizzle.cc:2658
687
msgid "Charset changed"
688
msgstr "Jeu de caractères changé"
690
#: client/drizzle.cc:2660
691
msgid "Charset is not found"
692
msgstr "Jeu de caractères non trouvé"
694
#: client/drizzle.cc:2691
695
msgid "No query specified\n"
696
msgstr "Pas de requête spécifiée\n"
698
#: client/drizzle.cc:2706
699
msgid "Ignoring query to other database"
700
msgstr "Ignore les requêtes faites à une autre base de données"
702
#: client/drizzle.cc:2755
704
msgstr "Résultat vide"
706
#: client/drizzle.cc:2768
708
msgid "%ld row in set"
709
msgid_plural "%ld rows in set"
710
msgstr[0] "%ld ligne dans le résultat"
711
msgstr[1] "%ld lignes dans les résultat"
713
#: client/drizzle.cc:2777
717
#: client/drizzle.cc:2779
719
msgid "Query OK, %ld row affected"
720
msgid_plural "Query OK, %ld rows affected"
721
msgstr[0] "Requête OK, %ld ligne affectée"
722
msgstr[1] "Requête OK, %ld lignes affectées"
724
#: client/drizzleadmin.cc:76 drizzled/drizzled.cc:3429
727
"Port number to use for connection or 0 for default to, in order of "
728
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
730
"Numéro de port à utiliser pour la connexion, ou bien 0 pour utiliser les "
731
"valeurs fournies dans le fichier my.cnf, la variable $MYSQL_TCP_PORT, la "
732
"valeur compilée par défaut (dans cet ordre de préséance)."
734
#: client/drizzleadmin.cc:81
735
msgid "Silently exit if one can't connect to server."
736
msgstr "Termine sans erreur si la connexion au serveur est impossible."
738
#: client/drizzleadmin.cc:87
739
msgid "Write more information."
740
msgstr "Affiche plus d'information."
742
#: client/drizzleadmin.cc:254
745
"connect to server at '%s' failed\n"
748
"la connexion au serveur '%s' a échoué\n"
751
#: client/drizzleadmin.cc:260
753
msgid "Check that drizzled is running on %s"
754
msgstr "Vérifie que drizzled s'execute sur %s"
756
#: client/drizzleadmin.cc:261
758
msgid " and that the port is %d.\n"
759
msgstr " et le port est %d.\n"
761
#: client/drizzleadmin.cc:263
763
msgid "You can check this by doing 'telnet %s %d'\n"
764
msgstr "Vous pouvez vérifier cela en tapant 'telnet %s %d'\n"
766
#: client/drizzleadmin.cc:274
768
msgid "Got error: %s\n"
769
msgstr "Erreur survenue: %s\n"
771
#: client/drizzleadmin.cc:281
772
msgid "Waiting for Drizzle server to answer"
773
msgstr "En attente de réponse du serveur Drizzle"
775
#: client/drizzleadmin.cc:314
777
msgid "shutting down drizzled...\n"
778
msgstr "Fermeture de drizzled...\n"
780
#: client/drizzleadmin.cc:318
782
msgid "shutdown failed; error: '%s'"
783
msgstr "La fermeture à échoué: erreur: '%s'"
785
#: client/drizzleadmin.cc:325
790
#: client/drizzleadmin.cc:335
791
msgid "drizzled is alive"
792
msgstr "drizzled est actif"
794
#: client/drizzleadmin.cc:343
795
msgid "connection was down, but drizzled is now alive"
796
msgstr "Le connexion était interrompue, mais drizzled est désormais actif"
798
#: client/drizzleadmin.cc:347
800
msgid "drizzled doesn't answer to ping, error: '%s'"
801
msgstr "drizzled ne répond pas au ping, erreur: '%s'"
803
#: client/drizzleadmin.cc:356
805
msgid "Unknown command: '%-.60s'"
806
msgstr "Commande inconnue: '%-.60s'"
808
#: client/drizzleadmin.cc:365
810
msgid "%s Ver %s Distrib %s, for %s on %s\n"
811
msgstr "%s Ver %s Distrib %s, pour %s le %s\n"
813
#: client/drizzleadmin.cc:372
814
msgid "Copyright (C) 2000-2008 MySQL AB"
815
msgstr "Copyright (C) 2000-2008 MySQL AB"
817
#: client/drizzleadmin.cc:373
819
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
820
"and you are welcome to modify and redistribute it under the GPL license\n"
822
"Ce logiciel est livré avec ABSOLUMENT AUCUNE GARANTIE. C'est un logiciel "
824
"et vous êtes libres de le modifier et de le redistribuer sous licence GPL\n"
826
#: client/drizzleadmin.cc:374
827
msgid "Administration program for the drizzled daemon."
828
msgstr "Programme d'administration pour le serveur drizzled"
830
#: client/drizzleadmin.cc:375
832
msgid "Usage: %s [OPTIONS] command command....\n"
833
msgstr "Utilisations: %s [OPTIONS] commande commande....\n"
835
#: client/drizzleadmin.cc:377
837
" ping Check if server is down\n"
838
" shutdown Take server down\n"
840
" ping Vérifie si le serveur est down\n"
841
" shutdown Éteint le serveur\n"
843
#: libdrizzle/client.c:673
845
msgid "Unknown option to protocol: %s\n"
848
#: libdrizzle/client.c:1153
850
msgid "COLLATION %s is not valid for CHARACTER SET %s"
853
#: libdrizzle/errmsg.c:29
855
msgid "Unknown Drizzle error"
856
msgstr "Erreur inconnue %d"
858
#: libdrizzle/errmsg.c:30
860
msgid "Can't create UNIX socket (%d)"
861
msgstr "Ne peux créer le répertoire '%s' (Errcode: %d)"
863
#: libdrizzle/errmsg.c:31
865
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
868
#: libdrizzle/errmsg.c:32
870
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
871
msgstr "Connexion au serveur impossible\n"
873
#: libdrizzle/errmsg.c:33
875
msgid "Can't create TCP/IP socket (%d)"
878
#: libdrizzle/errmsg.c:34
880
msgid "Unknown Drizzle server host '%-.100s' (%d)"
881
msgstr "Commande inconnue: '%-.60s'"
883
#: libdrizzle/errmsg.c:35
884
msgid "Drizzle server has gone away"
887
#: libdrizzle/errmsg.c:36
889
msgid "Protocol mismatch; server version = %d, client version = %d"
892
#: libdrizzle/errmsg.c:37
893
msgid "Drizzle client ran out of memory"
896
#: libdrizzle/errmsg.c:38
897
msgid "Wrong host info"
900
#: libdrizzle/errmsg.c:39
901
msgid "Localhost via UNIX socket"
904
#: libdrizzle/errmsg.c:40
906
msgid "%-.100s via TCP/IP"
909
#: libdrizzle/errmsg.c:41
910
msgid "Error in server handshake"
913
#: libdrizzle/errmsg.c:42
914
msgid "Lost connection to Drizzle server during query"
917
#: libdrizzle/errmsg.c:43
918
msgid "Commands out of sync; you can't run this command now"
921
#: libdrizzle/errmsg.c:44
923
msgid "Named pipe: %-.32s"
926
#: libdrizzle/errmsg.c:45
928
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
931
#: libdrizzle/errmsg.c:46
933
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
936
#: libdrizzle/errmsg.c:47
938
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
941
#: libdrizzle/errmsg.c:48
943
msgid "Can't initialize character set %-.32s (path: %-.100s)"
946
#: libdrizzle/errmsg.c:49
947
msgid "Got packet bigger than 'max_allowed_packet' bytes"
950
#: libdrizzle/errmsg.c:50
951
msgid "Embedded server"
954
#: libdrizzle/errmsg.c:51
955
msgid "Error on SHOW SLAVE STATUS:"
958
#: libdrizzle/errmsg.c:52
959
msgid "Error on SHOW SLAVE HOSTS:"
962
#: libdrizzle/errmsg.c:53
963
msgid "Error connecting to slave:"
966
#: libdrizzle/errmsg.c:54
967
msgid "Error connecting to master:"
970
#: libdrizzle/errmsg.c:55
972
msgid "SSL connection error"
973
msgstr "Erreur inconnue %d"
975
#: libdrizzle/errmsg.c:56
976
msgid "Malformed packet"
979
#: libdrizzle/errmsg.c:57 libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69
980
#: libdrizzle/errmsg.c:70 libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72
981
#: libdrizzle/errmsg.c:73 libdrizzle/errmsg.c:74 libdrizzle/errmsg.c:75
982
#: libdrizzle/errmsg.c:76
983
msgid "(unused error message)"
986
#: libdrizzle/errmsg.c:58
987
msgid "Invalid use of null pointer"
990
#: libdrizzle/errmsg.c:59
991
msgid "Statement not prepared"
994
#: libdrizzle/errmsg.c:60
995
msgid "No data supplied for parameters in prepared statement"
998
#: libdrizzle/errmsg.c:61
999
msgid "Data truncated"
1002
#: libdrizzle/errmsg.c:62
1003
msgid "No parameters exist in the statement"
1006
#: libdrizzle/errmsg.c:63
1007
msgid "Invalid parameter number"
1010
#: libdrizzle/errmsg.c:64
1013
"Can't send long data for non-string/non-binary data types (parameter: %d)"
1016
#: libdrizzle/errmsg.c:66
1018
msgid "Using unsupported buffer type: %d (parameter: %d)"
1021
#: libdrizzle/errmsg.c:67
1023
msgid "Shared memory: %-.100s"
1026
#: libdrizzle/errmsg.c:77
1027
msgid "Wrong or unknown protocol"
1030
#: libdrizzle/errmsg.c:78
1031
msgid "Invalid connection handle"
1034
#: libdrizzle/errmsg.c:79
1036
"Connection using old (pre-4.1.1) authentication protocol refused (client "
1037
"option 'secure_auth' enabled)"
1040
#: libdrizzle/errmsg.c:81
1041
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
1044
#: libdrizzle/errmsg.c:82
1045
msgid "Attempt to read column without prior row fetch"
1048
#: libdrizzle/errmsg.c:83
1049
msgid "Prepared statement contains no metadata"
1052
#: libdrizzle/errmsg.c:84
1054
"Attempt to read a row while there is no result set associated with the "
1058
#: libdrizzle/errmsg.c:86
1059
msgid "This feature is not implemented yet"
1062
#: libdrizzle/errmsg.c:87
1065
"Lost connection to Drizzle server while waiting for initial communication "
1066
"packet, system error: %d"
1068
"la connexion au serveur '%s' a échoué\n"
1071
#: libdrizzle/errmsg.c:89
1074
"Lost connection to Drizzle server while reading initial communication "
1075
"packet, system error: %d"
1077
"la connexion au serveur '%s' a échoué\n"
1080
#: libdrizzle/errmsg.c:91
1083
"Lost connection to Drizzle server while sending authentication information, "
1086
"la connexion au serveur '%s' a échoué\n"
1089
#: libdrizzle/errmsg.c:93
1092
"Lost connection to Drizzle server while reading authorization information, "
1095
"la connexion au serveur '%s' a échoué\n"
1098
#: libdrizzle/errmsg.c:95
1101
"Lost connection to Drizzle server while setting initial database, system "
1104
"la connexion au serveur '%s' a échoué\n"
1107
#: libdrizzle/errmsg.c:97
1109
msgid "Statement closed indirectly because of a preceeding %s() call"
1112
#: libdrizzle/local_infile.c:185 mysys/errors.c:52
1114
msgid "File '%s' not found (Errcode: %d)"
1115
msgstr "Fichier '%s' non trouvé (Errcode: %d)"
1117
#: libdrizzle/local_infile.c:216 mysys/errors.c:26
1119
msgid "Error reading file '%s' (Errcode: %d)"
1120
msgstr "Erreur de lecture sur le fichier '%s' (Errcode: %d)"
1122
#: mysys/errors.c:25
1124
msgid "Can't create/write to file '%s' (Errcode: %d)"
1125
msgstr "Ne peux créer/écrire le fichier '%s' (Errcode: %d)"
1127
#: mysys/errors.c:27
1129
msgid "Error writing file '%s' (Errcode: %d)"
1130
msgstr "Erreur durant l'écriture du fichier '%s' (Errcode : %d)"
1132
#: mysys/errors.c:28
1134
msgid "Error on close of '%s' (Errcode: %d)"
1135
msgstr "Erreur durant la fermeture de '%s' (Errcode : %d)"
1137
#: mysys/errors.c:29
1139
msgid "Out of memory (Needed %u bytes)"
1140
msgstr "Plus de mémoire (besoin de %u bytes)"
1142
#: mysys/errors.c:30
1144
msgid "Error on delete of '%s' (Errcode: %d)"
1145
msgstr "Erreur durant l'effacement de '%s' (Errcode : %d)"
1147
#: mysys/errors.c:31
1149
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1150
msgstr "Erreur durant le changement de nom de '%s' en '%s' (Errcode : %d)"
1152
#: mysys/errors.c:32
1154
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1156
"Fin de fichier (eof) inattendue lors de la lecture du fichier '%s' (Errcode: "
1159
#: mysys/errors.c:33
1161
msgid "Can't lock file (Errcode: %d)"
1162
msgstr "Impossible de verrouiller le fichier (Errcode : %d)"
1164
#: mysys/errors.c:34
1166
msgid "Can't unlock file (Errcode: %d)"
1167
msgstr "Impossible de déverrouiller le fichier (Errcode : %d)"
1169
#: mysys/errors.c:35
1171
msgid "Can't read dir of '%s' (Errcode: %d)"
1172
msgstr "Impossible de lire le dossier '%s' (Errcode : %d)"
1174
#: mysys/errors.c:36
1176
msgid "Can't get stat of '%s' (Errcode: %d)"
1177
msgstr "Impossible d'accéder à '%s' (Errcode: %d)"
1179
#: mysys/errors.c:37
1181
msgid "Can't change size of file (Errcode: %d)"
1182
msgstr "Ne peux modifier la taille du fichier (Errcode: %d)"
1184
#: mysys/errors.c:38
1186
msgid "Can't open stream from handle (Errcode: %d)"
1187
msgstr "Impossible d'ouvrir le flux à partir de son pointeur (Errcode: %d)"
1189
#: mysys/errors.c:39
1191
msgid "Can't get working dirctory (Errcode: %d)"
1192
msgstr "Ne peux atteindre le répértoire de travail (Errcode: %d)"
1194
#: mysys/errors.c:40
1196
msgid "Can't change dir to '%s' (Errcode: %d)"
1197
msgstr "Impossible de changer le dossier vers '%s' (Errcode : %d)"
1199
#: mysys/errors.c:41
1201
msgid "Warning: '%s' had %d links"
1202
msgstr "Attention: '%s' avait %d liens"
1204
#: mysys/errors.c:42
1206
msgid "Warning: %d files and %d streams is left open\n"
1207
msgstr "Attention: %d fichiers et %d flux sont restés ouverts.\n"
1209
#: mysys/errors.c:43
1211
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1213
"Le disque a atteint sa taille limite en écrivant '%s'. En attente de "
1214
"libération d'espace..."
1216
#: mysys/errors.c:44
1218
msgid "Can't create directory '%s' (Errcode: %d)"
1219
msgstr "Ne peux créer le répertoire '%s' (Errcode: %d)"
1221
#: mysys/errors.c:45
1224
"Character set '%s' is not a compiled character set and is not specified in "
1227
"Le jeu de caractères '%s' n'est pas un jeu de caractère compilé et n'est pas "
1228
"spécifié dans le fichier '%s'"
1230
#: mysys/errors.c:46
1232
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1233
msgstr "Plus de ressources libres pour ouvrir le fichier '%s' (Errcode: %d)"
1235
#: mysys/errors.c:47
1237
msgid "Can't read value for symlink '%s' (Error %d)"
1238
msgstr "Impossible de suivre le lien symbolique '%s' (Erreur : %d)"
1240
#: mysys/errors.c:48
1242
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1243
msgstr "Ne peux créer le lien symbolique '%s' pointant sur '%s' (Erreur %d)"
1245
#: mysys/errors.c:49
1247
msgid "Error on realpath() on '%s' (Error %d)"
1248
msgstr "Erreur de realpath() pour '%s' (Erreur : %d)"
1250
#: mysys/errors.c:50
1252
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1253
msgstr "Impossible d'envoyer le fichier '%s' sur le disque (Errcode: %d)"
1255
#: mysys/errors.c:51
1258
"Collation '%s' is not a compiled collation and is not specified in the %s "
1261
"La collation '%s' n'est pas compilée, et n'est pas spécifiée dans le fichier "
1264
#: mysys/errors.c:53
1266
msgid "File '%s' (fileno: %d) was not closed"
1267
msgstr "Fichier '%s' (fileno: %d) n'a pas été fermé"
1269
#: mysys/my_error.c:86
1271
msgid "Unknown error %d"
1272
msgstr "Erreur inconnue %d"
1274
#: mysys/my_getopt.c:83
1276
msgstr "Attention : "
1278
#: mysys/my_getopt.c:85
1282
#: mysys/my_getopt.c:350
1284
msgid "%s: %s: Option '%s' used, but is disabled\n"
1285
msgstr "%s: %s: Option '%s' utilisée mais non disponible\n"
1287
#: mysys/my_getopt.c:351
1289
msgstr "AVERTISSEMENT"
1291
#: mysys/my_getopt.c:351
1295
#: mysys/my_getopt.c:454
1297
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1299
"%s: ERREUR: Option '-%c' utilisée, mais cette dernière est désactivée.\n"
1301
#: mysys/my_getopt.c:767
1303
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1305
"Le suffixe '%c', utilisé pour la variable '%s' (valeur '%s') est inconnu.\n"
1307
#: mysys/my_getopt.c:948
1309
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1310
msgstr "%s: ERREUR: Valeur décimale non valide pour l'option '%s'\n"
1312
#: mysys/my_getopt.c:1170
1314
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1315
msgstr "%*s(Défauts à on: utilisez --skip-%s pour désactiver.)\n"
1317
#: mysys/my_getopt.c:1190
1321
"Variables (--variable-name=value)\n"
1322
"and boolean options {false|true} Value (after reading options)\n"
1323
"--------------------------------- -----------------------------\n"
1326
"Variables (--variables-name=value)\n"
1327
"et options booléennes {false|true} Valeur (après option de lecture\n"
1328
"--------------------------------- -----------------------------\n"
1330
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1331
msgid "(No default value)"
1332
msgstr "(Aucune valeur par défaut)"
1334
#: mysys/my_getopt.c:1225
1338
#: mysys/my_getopt.c:1225
1342
#: mysys/my_getopt.c:1250
1344
msgid "(Disabled)\n"
1345
msgstr "(Desactivé)\n"
1347
#: mysys/my_handler_errors.h:10
1348
msgid "Didn't find key on read or update"
1349
msgstr "N'a pas trouvé de clé en lecture(read) ou en mise à jour(update)"
1351
#: mysys/my_handler_errors.h:12
1352
msgid "Duplicate key on write or update"
1353
msgstr "Clé en double lors de l'écriture ou de la modification"
1355
#: mysys/my_handler_errors.h:14
1356
msgid "Internal (unspecified) error in handler"
1357
msgstr "Erreur interne (non précisée) dans le gestionnaire"
1359
#: mysys/my_handler_errors.h:16
1361
"Someone has changed the row since it was read (while the table was locked to "
1364
"Quelqu'un a modifié la ligne depuis sa lecture (alors que le verrou de table "
1365
"devait l'empêcher)"
1367
#: mysys/my_handler_errors.h:18
1368
msgid "Wrong index given to function"
1369
msgstr "Index erroné passé à la fonction"
1371
#: mysys/my_handler_errors.h:20
1372
msgid "Undefined handler error 125"
1373
msgstr "Erreur indéfinie de gestionnaire 125"
1375
#: mysys/my_handler_errors.h:22
1376
msgid "Index file is crashed"
1377
msgstr "Le fichier d'index a crashé"
1379
#: mysys/my_handler_errors.h:24
1380
msgid "Record file is crashed"
1381
msgstr "Le fichier d'enregistrement a craché"
1383
#: mysys/my_handler_errors.h:26
1384
msgid "Out of memory in engine"
1385
msgstr "Mémoire insuffisante dans le moteur"
1387
#: mysys/my_handler_errors.h:28
1388
msgid "Undefined handler error 129"
1389
msgstr "Erreur indéfinie de gestionnaire 129"
1391
#: mysys/my_handler_errors.h:30
1392
msgid "Incorrect file format"
1393
msgstr "Format de fichier incorrect"
1395
#: mysys/my_handler_errors.h:32
1396
msgid "Command not supported by database"
1397
msgstr "Commande non supportée par la base de données"
1399
#: mysys/my_handler_errors.h:34
1400
msgid "Old database file"
1401
msgstr "Fichier de base de données ancien"
1403
#: mysys/my_handler_errors.h:36
1404
msgid "No record read before update"
1405
msgstr "Aucune ligne lue avant la modification"
1407
#: mysys/my_handler_errors.h:38
1408
msgid "Record was already deleted (or record file crashed)"
1409
msgstr "La ligne a déjà été effacée (ou le fichier de données est corrompu)"
1411
#: mysys/my_handler_errors.h:40
1412
msgid "No more room in record file"
1413
msgstr "Plus de place disponible dans le fichier des enregistrements"
1415
#: mysys/my_handler_errors.h:42
1416
msgid "No more room in index file"
1417
msgstr "Plus de place disponible dans le fichier d'indexes"
1419
#: mysys/my_handler_errors.h:44
1420
msgid "No more records (read after end of file)"
1421
msgstr "Il n'y a plus de lignes (on a atteint la fin du fichier)"
1423
#: mysys/my_handler_errors.h:46
1424
msgid "Unsupported extension used for table"
1425
msgstr "Extension non-supportée utilisée pour la table"
1427
#: mysys/my_handler_errors.h:48
1429
msgstr "La ligne est trop grosse"
1431
#: mysys/my_handler_errors.h:50
1432
msgid "Wrong create options"
1433
msgstr "Fausse option de creation"
1435
#: mysys/my_handler_errors.h:52
1436
msgid "Duplicate unique key or constraint on write or update"
1438
"Doublon pour une clé unique ou une contrainte durant une écriture ou une "
1441
#: mysys/my_handler_errors.h:54
1442
msgid "Unknown character set used in table"
1443
msgstr "Jeu de caractère inconnu utilisé dans la table"
1445
#: mysys/my_handler_errors.h:56
1446
msgid "Conflicting table definitions in sub-tables of MERGE table"
1447
msgstr "Conflit de définition de tables dans les sous-tables de la table MERGE"
1449
#: mysys/my_handler_errors.h:58
1450
msgid "Table is crashed and last repair failed"
1451
msgstr "La table a crashé et la dernière réparation a échoué"
1453
#: mysys/my_handler_errors.h:60
1454
msgid "Table was marked as crashed and should be repaired"
1455
msgstr "La table est marquée comme crashée et devrait être réparée."
1457
#: mysys/my_handler_errors.h:62
1458
msgid "Lock timed out; Retry transaction"
1459
msgstr "Verrou hors délai. Nouvel essai de la transaction"
1461
#: mysys/my_handler_errors.h:64
1462
msgid "Lock table is full; Restart program with a larger locktable"
1464
"La table des verrous est pleine; Redémarrer le programme avec une table des "
1465
"verrous plus grande"
1467
#: mysys/my_handler_errors.h:66
1468
msgid "Updates are not allowed under a read only transactions"
1470
"Les mise à jour (update) ne sont pas autorisée sur des transactions en "
1473
#: mysys/my_handler_errors.h:68
1474
msgid "Lock deadlock; Retry transaction"
1475
msgstr "Blocage de verrous. Réessayez la transaction un peu plus tard"
1477
#: mysys/my_handler_errors.h:70
1478
msgid "Foreign key constraint is incorrectly formed"
1479
msgstr "Contrainte de clé étrangère incorrectement formée"
1481
#: mysys/my_handler_errors.h:72
1482
msgid "Cannot add a child row"
1483
msgstr "Impossible d'ajouter une ligne fille"
1485
#: mysys/my_handler_errors.h:74
1486
msgid "Cannot delete a parent row"
1487
msgstr "Impossible d'effacer la ligne mère"
1489
#: mysys/my_handler_errors.h:76
1490
msgid "No savepoint with that name"
1491
msgstr "Pas de point de sauvegarde avec ce nom"
1493
#: mysys/my_handler_errors.h:78
1494
msgid "Non unique key block size"
1495
msgstr "taille de bloc de clé non-unique"
1497
#: mysys/my_handler_errors.h:80
1498
msgid "The table does not exist in engine"
1499
msgstr "La table n'existe pas dans le moteur"
1501
#: mysys/my_handler_errors.h:82
1502
msgid "The table already existed in storage engine"
1503
msgstr "La table existe déjà dans le moteur de stockage"
1505
#: mysys/my_handler_errors.h:84
1506
msgid "Could not connect to storage engine"
1507
msgstr "Connexion au moteur de stockage impossible"
1509
#: mysys/my_handler_errors.h:86
1510
msgid "Unexpected null pointer found when using spatial index"
1511
msgstr "Pointeur null inattendu dans l'index spatial"
1513
#: mysys/my_handler_errors.h:88
1514
msgid "The table changed in storage engine"
1515
msgstr "La table a été modifiée dans le moteur de stockage"
1517
#: mysys/my_handler_errors.h:90
1518
msgid "There's no partition in table for the given value"
1519
msgstr "Il n'y a pas de partition dans cette table pour la valeur donnée"
1521
#: mysys/my_handler_errors.h:92
1523
msgid "Row-based binlogging of row failed"
1525
"L'écriture dans le log binaire de réplication de ligne n'a pu être écrit."
1527
#: mysys/my_handler_errors.h:94
1528
msgid "Index needed in foreign key constraint"
1529
msgstr "Index requis dans la contrainte de la clé étrangère"
1531
#: mysys/my_handler_errors.h:96
1532
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1534
"Satisfaire les contraintes de clé étrangère va mener à une erreur de clé en "
1537
#: mysys/my_handler_errors.h:98
1538
msgid "Table needs to be upgraded before it can be used"
1539
msgstr "La table doit être mise à jour avant qu'elle ne soit utilisée"
1541
#: mysys/my_handler_errors.h:100
1542
msgid "Table is read only"
1543
msgstr "La table est en lecture seule"
1545
#: mysys/my_handler_errors.h:102
1546
msgid "Failed to get next auto increment value"
1547
msgstr "Échec à l'obtention de la valeur du prochain auto increment"
1549
#: mysys/my_handler_errors.h:104
1550
msgid "Failed to set row auto increment value"
1551
msgstr "Impossible d'attribuer la valeur d'auto_increment"
1553
#: mysys/my_handler_errors.h:106
1554
msgid "Unknown (generic) error from engine"
1555
msgstr "Erreur (générique) inconnue du moteur"
1557
#: mysys/my_handler_errors.h:108
1558
msgid "Record is the same"
1559
msgstr "L'enregistrement est le même"
1561
#: mysys/my_handler_errors.h:110
1562
msgid "It is not possible to log this statement"
1563
msgstr "Il n'est pas possible de logger cette commande"
1565
#: mysys/my_handler_errors.h:112
1566
msgid "Tablespace exists"
1567
msgstr "Cet espace de tables existe déjà"
1569
#: mysys/my_handler_errors.h:114
1570
msgid "The event was corrupt, leading to illegal data being read"
1571
msgstr "L'événement est corrompu, les données lues seront corrompues"
1573
#: mysys/my_handler_errors.h:116
1574
msgid "The table is of a new format not supported by this version"
1575
msgstr "La table est dans format non supporté par cette version"
1577
#: mysys/my_handler_errors.h:118
1578
msgid "The event could not be processed no other hanlder error happened"
1580
"Cet événement ne peut pas être traité, mais aucune erreur n'est survenue."
1582
#: mysys/my_handler_errors.h:120
1583
msgid "Got a fatal error during initialzaction of handler"
1584
msgstr "Réception d'une erreur fatal à l'initialisation du gestionnaire"
1586
#: mysys/my_handler_errors.h:122
1587
msgid "File to short; Expected more data in file"
1588
msgstr "Le fichier est trop courts : plus de données étaient attendues"
1590
#: mysys/my_handler_errors.h:124
1591
msgid "Read page with wrong checksum"
1592
msgstr "Lecture d'une page avec une somme de contrôle erronée"
1594
#: mysys/my_handler_errors.h:126
1595
msgid "Lock or active transaction"
1596
msgstr "Verrou ou transaction en cours"
1598
#: mysys/my_handler_errors.h:128
1599
msgid "No such table space"
1600
msgstr "Cet espace de tables n'existe pas"
1602
#: mysys/my_handler_errors.h:130
1603
msgid "Tablespace not empty"
1604
msgstr "L'espace de tables n'est pas vide"
1606
#: drizzled/authentication.cc:46 drizzled/handler.cc:362
1607
#: drizzled/sql_plugin.cc:790 drizzled/sql_show.cc:4671
1608
#: drizzled/sql_udf.cc:100
1610
msgid "Plugin '%s' init function returned error."
1613
#: drizzled/drizzled.cc:550
1615
msgid "Got error %d from pthread_cond_timedwait"
1616
msgstr "Reçu l'erreur %d de pthread_cond_timedwait"
1618
#: drizzled/drizzled.cc:690 drizzled/drizzled.cc:1779
1619
msgid "Can't create thread to kill server"
1620
msgstr "Impossible de créer un thread pour terminer le serveur"
1622
#: drizzled/drizzled.cc:757
1624
msgid "Got signal %d from thread %ld"
1625
msgstr "Reçu le signal %d du thread %ld"
1627
#: drizzled/drizzled.cc:791
1629
msgstr "Annulation\n"
1631
#: drizzled/drizzled.cc:988
1632
msgid "One can only use the --user switch if running as root\n"
1633
msgstr "On ne peut utiliser l'option --user que si on est root\n"
1635
#: drizzled/drizzled.cc:996
1637
"Fatal error: Please read \"Security\" section of the manual to find out how "
1638
"to run mysqld as root!\n"
1640
"Erreur fatale : relisez la section '\"Sécurité\" du manuel pour savoir "
1641
"comment exécuter mysqld en tant que root\n"
1643
#: drizzled/drizzled.cc:1020
1646
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1649
"Erreur fatale : impossible d'exécuter mysqld en tant qu'utilisateur '%s'. "
1650
"Vérifiez que cet utilisateur existe\n"
1652
#: drizzled/drizzled.cc:1195
1654
msgid "Retrying bind on TCP/IP port %u"
1655
msgstr "Nouvelle tentative de connexion TCP/IP sur le port %u"
1657
#: drizzled/drizzled.cc:1201
1658
msgid "Can't start server: Bind on TCP/IP port"
1659
msgstr "Impossible de lancer le serveur : connexion sur le port TCP/IP"
1661
#: drizzled/drizzled.cc:1202
1663
msgid "Do you already have another drizzled server running on port: %d ?"
1665
"Auriez-vous un autre serveur Drizzle qui fonctionne déjà sur le port %d?"
1667
#: drizzled/drizzled.cc:1208
1668
msgid "Can't start server: listen() on TCP/IP port"
1669
msgstr "Impossible de démarrer le serveur : listen() sur le port TCP/IP"
1671
#: drizzled/drizzled.cc:1209
1673
msgid "listen() on TCP/IP failed with error %d"
1674
msgstr "listen() sur TCP/IP a échoué avec l'erreur %d"
1676
#: drizzled/drizzled.cc:1427
1681
#: drizzled/drizzled.cc:1445
1684
"We will try our best to scrape up some info that will hopefully help "
1686
"the problem, but since we have already crashed, something is definitely "
1688
"and this may fail.\n"
1692
#: drizzled/drizzled.cc:1456
1695
"It is possible that mysqld could use up to \n"
1696
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1698
"Hope that's ok; if not, decrease some variables in the equation.\n"
1702
#: drizzled/drizzled.cc:1474
1705
"Attempting backtrace. You can use the following information to find out\n"
1706
"where mysqld died. If you see no messages after this, something went\n"
1707
"terribly wrong...\n"
1710
#: drizzled/drizzled.cc:1502
1713
"Trying to get some variables.\n"
1714
"Some pointers may be invalid and cause the dump to abort...\n"
1717
#: drizzled/drizzled.cc:1514
1721
"This crash occured while the server was calling initgroups(). This is\n"
1722
"often due to the use of a drizzled that is statically linked against glibc\n"
1723
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1724
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1725
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1726
"drizzled that is not statically linked.\n"
1729
#: drizzled/drizzled.cc:1529
1733
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1734
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1735
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1736
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1737
"the documentation for your distribution on how to do that.\n"
1740
#: drizzled/drizzled.cc:1542
1744
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1745
"unreliable and unstable on some operating systems and operating-system\n"
1746
"versions (notably, some versions of Linux). This crash could be due to use\n"
1747
"of those buggy OS calls. You should consider whether you really need the\n"
1748
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1752
#: drizzled/drizzled.cc:1557
1754
msgid "Writing a core file\n"
1755
msgstr "Ecris le fichier historique %s\n"
1757
#: drizzled/drizzled.cc:1604
1759
"setrlimit could not change the size of core files to 'infinity'; We may not "
1760
"be able to generate a core file on signals"
1763
#: drizzled/drizzled.cc:1672
1765
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1766
msgstr "Impossible de créer un thread d'interruption (erreur %d, errno : %d)"
1768
#: drizzled/drizzled.cc:1760
1770
msgid "Got signal %d to shutdown mysqld"
1771
msgstr "Reçu le signal %d pour arrêter le serveur mysqld"
1773
#: drizzled/drizzled.cc:1806
1775
msgid "Got signal: %d error: %d"
1776
msgstr "Reçu le signal : %d erreur : %d"
1778
#: drizzled/drizzled.cc:1945
1780
msgid "Wrong date/time format specifier: %s\n"
1783
#: drizzled/drizzled.cc:2074
1785
msgid "gethostname failed, using '%s' as hostname"
1786
msgstr "gethostname a échoué, on utilise '%s' comme nom d'hôte"
1788
#: drizzled/drizzled.cc:2138
1791
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1793
"Changement de limites : max_open_files : %u max_connections : %ld "
1796
#: drizzled/drizzled.cc:2143
1799
"Could not increase number of max_open_files to more than %u (request: %u)"
1801
"Impossible d'augmenter le nombre de max_open_files à plus de %u (exigé: %u)"
1803
#: drizzled/drizzled.cc:2224
1805
msgid "Unknown locale: '%s'"
1806
msgstr "Locale inconnue : '%s'"
1808
#: drizzled/drizzled.cc:2244
1810
"Although a path was specified for the --log option, log tables are used. To "
1811
"enable logging to files use the --log-output option."
1814
#: drizzled/drizzled.cc:2251
1816
"Although a path was specified for the --log-slow-queries option, log tables "
1817
"are used. To enable logging to files use the --log-output=file option."
1820
#: drizzled/drizzled.cc:2319
1821
msgid "Can't create thread-keys"
1824
#: drizzled/drizzled.cc:2366
1825
msgid "Out of memory"
1826
msgstr "Mémoire insuffisante"
1828
#: drizzled/drizzled.cc:2373
1829
msgid "You need to use --log-bin to make --binlog-format work."
1830
msgstr "Vous devez utilisez -log-bin pour que --binlog-format fonctionne."
1832
#: drizzled/drizzled.cc:2395
1834
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1835
"impossible, it would lead to infinite loops in this server."
1837
"Utiliser --replicate-same-server-id en conjonction avec --log-slave-updates "
1838
"est impossible, cela amènerait des boucle infinies dans ce serveur."
1840
#: drizzled/drizzled.cc:2415
1843
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1844
"replication may break when this Drizzle server acts as a master and has his "
1845
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1848
#: drizzled/drizzled.cc:2449
1849
msgid "Failed to initialize plugins."
1850
msgstr "Échec à l'initialisation des plugins."
1852
#: drizzled/drizzled.cc:2480
1855
"%s: Too many arguments (first extra is '%s').\n"
1856
"Use --verbose --help to get a list of available options\n"
1859
#: drizzled/drizzled.cc:2490
1860
msgid "Can't init databases"
1861
msgstr "Initialisation des base de données impossible."
1863
#: drizzled/drizzled.cc:2513
1865
msgid "Unknown/unsupported table type: %s"
1866
msgstr "Type de table: %s inconnu/non supporté"
1868
#: drizzled/drizzled.cc:2519
1870
msgid "Default storage engine (%s) is not available"
1871
msgstr "Le moteur de stockage par défaut (%s) indisponible"
1873
#: drizzled/drizzled.cc:2542
1874
msgid "Can't initialize tc_log"
1875
msgstr "Initialisation de tc_log impossible"
1877
#: drizzled/drizzled.cc:2573
1879
msgid "Failed to lock memory. Errno: %d\n"
1882
#: drizzled/drizzled.cc:2643
1884
msgid "Asked for %u thread stack, but got %llu"
1887
#: drizzled/drizzled.cc:2679
1889
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1890
"value: we force server id to 1; updates will be logged to the binary log, "
1891
"but connections from slaves will not be accepted."
1894
#: drizzled/drizzled.cc:2737
1895
msgid "Before Lock_thread_count"
1896
msgstr "Avant lock_thread_count"
1898
#: drizzled/drizzled.cc:2744
1899
msgid "After lock_thread_count"
1900
msgstr "Après lock_thread_count"
1902
#: drizzled/drizzled.cc:2853
1904
msgid "drizzled: Got error %d from select"
1907
#: drizzled/drizzled.cc:3108 drizzled/drizzled.cc:3227
1908
#: drizzled/drizzled.cc:3397
1909
msgid "Option used by mysql-test for debugging and testing of replication."
1912
#: drizzled/drizzled.cc:3112
1913
msgid "Auto-increment columns are incremented by this"
1916
#: drizzled/drizzled.cc:3117
1918
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1922
#: drizzled/drizzled.cc:3123
1924
"Path to installation directory. All paths are usually resolved relative to "
1927
"Chemin du répertoire d'installation. Tous les les chemins relatifs se "
1928
"résolvent a partir de ce point."
1930
#: drizzled/drizzled.cc:3127
1931
msgid "IP address to bind to."
1934
#: drizzled/drizzled.cc:3131
1936
"Does not have any effect without '--log-bin'. Tell the master the form of "
1937
"binary logging to use: either 'row' for row-based binary logging, or "
1938
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1939
"statement-based binary logging except for those statements where only row-"
1940
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1941
"the UUID() function; for those, row-based binary logging is automatically "
1945
#: drizzled/drizzled.cc:3141
1947
"Tells the master it should log updates for the specified database, and "
1948
"exclude all others not explicitly mentioned."
1951
#: drizzled/drizzled.cc:3145
1953
"Tells the master that updates to the given database should not be logged "
1957
#: drizzled/drizzled.cc:3149
1959
"The maximum size of a row-based binary log event in bytes. Rows will be "
1960
"grouped into events smaller than this size if possible. The value has to be "
1961
"a multiple of 256."
1964
#: drizzled/drizzled.cc:3160
1965
msgid "Don't ignore client side character set value sent during handshake."
1968
#: drizzled/drizzled.cc:3165
1969
msgid "Set the filesystem character set."
1970
msgstr "Définit l'encodage de caractère du système de fichier."
1972
#: drizzled/drizzled.cc:3177
1973
msgid "Chroot mysqld daemon during startup."
1976
#: drizzled/drizzled.cc:3181
1977
msgid "Set the default collation."
1980
#: drizzled/drizzled.cc:3185
1981
msgid "Default completion type."
1984
#: drizzled/drizzled.cc:3190
1985
msgid "Write error output on screen."
1986
msgstr "Ecrit les erreurs à l'écran."
1988
#: drizzled/drizzled.cc:3194
1989
msgid "Write core on errors."
1992
#: drizzled/drizzled.cc:3198
1993
msgid "Path to the database root."
1994
msgstr "Chemin à la racine de la base de donnée."
1996
#: drizzled/drizzled.cc:3202
1998
"Set the default character set (deprecated option, use --character-set-server "
2001
"Définit les jeu de caractères (option obsolète, utilisez --character-set-"
2002
"server à la place)."
2004
#: drizzled/drizzled.cc:3207
2006
"Set the default collation (deprecated option, use --collation-server "
2010
#: drizzled/drizzled.cc:3212
2011
msgid "Set the default storage engine (table type) for tables."
2014
#: drizzled/drizzled.cc:3216
2015
msgid "Set the default time zone."
2016
msgstr "Définit le fuseau horraire par défaut."
2018
#: drizzled/drizzled.cc:3220
2019
msgid "Type of DELAY_KEY_WRITE."
2020
msgstr "Type de DELAY_KEY_WRITE."
2022
#: drizzled/drizzled.cc:3223
2024
"Don't flush key buffers between writes for any MyISAM table (Deprecated "
2025
"option, use --delay-key-write=all instead)."
2028
#: drizzled/drizzled.cc:3233
2029
msgid "Print a symbolic stack trace on failure."
2032
#: drizzled/drizzled.cc:3239
2033
msgid "Push supported query conditions to the storage engine."
2036
#: drizzled/drizzled.cc:3245
2037
msgid "Used for debugging; Use at your own risk!"
2038
msgstr "Utilisé pour le debuggage; A utiliser à vos risques et périls!"
2040
#: drizzled/drizzled.cc:3248
2041
msgid "Flush tables to disk between SQL commands."
2044
#: drizzled/drizzled.cc:3253
2045
msgid "Set up signals usable for debugging"
2048
#: drizzled/drizzled.cc:3257
2049
msgid "Enable general query log"
2050
msgstr "Active le log des requêtes"
2052
#: drizzled/drizzled.cc:3261
2053
msgid "Command(s) that are executed for each new connection"
2054
msgstr "Commande(s) utilisée(s) à chaque nouvelle connexion"
2056
#: drizzled/drizzled.cc:3265
2057
msgid "Read SQL commands from this file at startup."
2058
msgstr "Lis les commandes SQL depuis ce fichier à chaque démarrage."
2060
#: drizzled/drizzled.cc:3269
2061
msgid "Command(s) that are executed when a slave connects to this master"
2062
msgstr "Commande(s) exécutée(s) lorsqu'un esclave se connecte à ce maître"
2064
#: drizzled/drizzled.cc:3273
2068
#: drizzled/drizzled.cc:3277
2069
msgid "Set the language used for the month names and the days of the week."
2071
"Définit la langue utilisée pour le nom des mois et des jours de la semaine."
2073
#: drizzled/drizzled.cc:3282
2074
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
2075
msgstr "Active/désactive LOAD DATA LOCAL INFILE (prends 1 ou 0 comme valeurs)."
2077
#: drizzled/drizzled.cc:3287
2078
msgid "Log connections and queries to file."
2081
#: drizzled/drizzled.cc:3291
2083
"Log update queries in binary format. Optional argument is the location for "
2084
"the binary log files.(Strongly recommended to avoid replication problems if "
2085
"server's hostname changes)"
2088
#: drizzled/drizzled.cc:3298
2089
msgid "File that holds the names for last binary log files."
2092
#: drizzled/drizzled.cc:3306
2094
"If equal to 0 (the default), then when --log-bin is used, creation of a "
2095
"stored function (or trigger) is allowed only to users having the SUPER "
2096
"privilege and only if this stored function (trigger) may not break binary "
2097
"logging. Note that if ALL connections to this server ALWAYS use row-based "
2098
"binary logging, the security issues do not exist and the binary logging "
2099
"cannot break, so you can safely set this to 1."
2102
#: drizzled/drizzled.cc:3315
2103
msgid "Error log file."
2104
msgstr "Fichier du log d'erreur."
2106
#: drizzled/drizzled.cc:3319
2107
msgid "Log all MyISAM changes to file."
2110
#: drizzled/drizzled.cc:3323
2112
"Log some extra information to update log. Please note that this option is "
2113
"deprecated; see --log-queries-not-using-indexes option."
2116
#: drizzled/drizzled.cc:3328
2118
"Syntax: log-output[=value[,value...]], where \"value\" could be TABLE, FILE "
2121
"Syntaxe: log-output[=valeur[,valeur...]], où \"valeur\" peut être TABLE, "
2124
#: drizzled/drizzled.cc:3334
2126
"Log queries that are executed without benefit of any index to the slow log "
2130
#: drizzled/drizzled.cc:3340
2132
"Tells the slave to log the updates from the slave thread to the binary log. "
2133
"You will need to turn it on if you plan to daisy-chain the slaves."
2136
#: drizzled/drizzled.cc:3347
2138
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
2139
"slow log if it is open."
2142
#: drizzled/drizzled.cc:3353
2144
"Log slow statements executed by slave thread to the slow log if it is open."
2147
#: drizzled/drizzled.cc:3359
2149
"Log slow queries to a table or log file. Defaults logging to table mysql."
2150
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
2151
"to activate other slow log options."
2154
#: drizzled/drizzled.cc:3365
2156
"Path to transaction coordinator log (used for transactions that affect more "
2157
"than one storage engine, when binary log is disabled)"
2160
#: drizzled/drizzled.cc:3371
2161
msgid "Size of transaction coordinator log."
2164
#: drizzled/drizzled.cc:3377
2165
msgid "Log some not critical warnings to the log file."
2168
#: drizzled/drizzled.cc:3382
2169
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
2172
#: drizzled/drizzled.cc:3387
2174
"The location and name of the file that remembers the master and where the I/"
2175
"O replication thread is in the master's binlogs."
2178
#: drizzled/drizzled.cc:3392
2180
"The number of tries the slave will make to connect to the master before "
2184
#: drizzled/drizzled.cc:3401
2185
msgid "Lock mysqld in memory."
2188
#: drizzled/drizzled.cc:3405
2190
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
2191
"BACKUP, FORCE or QUICK."
2194
#: drizzled/drizzled.cc:3410
2195
msgid "Use very new possible 'unsafe' functions."
2198
#: drizzled/drizzled.cc:3415
2199
msgid "Use old, non-optimized alter table."
2202
#: drizzled/drizzled.cc:3420
2204
"Enable old-style user limits (before 5.0.3 user resources were counted per "
2205
"each user+host vs. per account)"
2208
#: drizzled/drizzled.cc:3425
2209
msgid "Pid file used by safe_mysqld."
2212
#: drizzled/drizzled.cc:3435
2214
"Maximum time in seconds to wait for the port to become free. (Default: no "
2218
#: drizzled/drizzled.cc:3440
2219
msgid "The location and name to use for relay logs."
2222
#: drizzled/drizzled.cc:3444
2224
"The location and name to use for the file that keeps a list of the last "
2228
#: drizzled/drizzled.cc:3449
2230
"The location and name of the file that remembers where the SQL replication "
2231
"thread is in the relay logs."
2234
#: drizzled/drizzled.cc:3454
2236
"Tells the slave thread to restrict replication to the specified database. To "
2237
"specify more than one database, use the directive multiple times, once for "
2238
"each database. Note that this will only work if you do not use cross-"
2239
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2240
"having selected a different or no database. If you need cross database "
2241
"updates to work, use replicate-wild-do-table=db_name.%."
2244
#: drizzled/drizzled.cc:3463
2246
"Tells the slave thread to restrict replication to the specified table. To "
2247
"specify more than one table, use the directive multiple times, once for each "
2248
"table. This will work for cross-database updates, in contrast to replicate-"
2252
#: drizzled/drizzled.cc:3469
2254
"Tells the slave thread to not replicate to the specified database. To "
2255
"specify more than one database to ignore, use the directive multiple times, "
2256
"once for each database. This option will not work if you use cross database "
2257
"updates. If you need cross database updates to work, use replicate-wild-"
2258
"ignore-table=db_name.%. "
2261
#: drizzled/drizzled.cc:3476
2263
"Tells the slave thread to not replicate to the specified table. To specify "
2264
"more than one table to ignore, use the directive multiple times, once for "
2265
"each table. This will work for cross-datbase updates, in contrast to "
2266
"replicate-ignore-db."
2269
#: drizzled/drizzled.cc:3482
2271
"Updates to a database with a different name than the original. Example: "
2272
"replicate-rewrite-db=master_db_name->slave_db_name."
2275
#: drizzled/drizzled.cc:3486
2277
"In replication, if set to 1, do not skip events having our server id. "
2278
"Default value is 0 (to break infinite loops in circular replication). Can't "
2279
"be set to 1 if --log-slave-updates is used."
2282
#: drizzled/drizzled.cc:3493
2284
"Tells the slave thread to restrict replication to the tables that match the "
2285
"specified wildcard pattern. To specify more than one table, use the "
2286
"directive multiple times, once for each table. This will work for cross-"
2287
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2288
"only updates to tables in all databases that start with foo and whose table "
2289
"names start with bar."
2292
#: drizzled/drizzled.cc:3501
2294
"Tells the slave thread to not replicate to the tables that match the given "
2295
"wildcard pattern. To specify more than one table to ignore, use the "
2296
"directive multiple times, once for each table. This will work for cross-"
2297
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2298
"updates to tables in databases that start with foo and whose table names "
2302
#: drizzled/drizzled.cc:3510
2304
"Hostname or IP of the slave to be reported to to the master during slave "
2305
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2306
"you do not want the slave to register itself with the master. Note that it "
2307
"is not sufficient for the master to simply read the IP of the slave off the "
2308
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2309
"may not be valid for connecting to the slave from the master or other hosts."
2312
#: drizzled/drizzled.cc:3523
2314
"Port for connecting to slave reported to the master during slave "
2315
"registration. Set it only if the slave is listening on a non-default port or "
2316
"if you have a special tunnel from the master or other clients to the slave. "
2317
"If not sure, leave this option unset."
2320
#: drizzled/drizzled.cc:3530
2321
msgid "Skip some optimize stages (for testing)."
2324
#: drizzled/drizzled.cc:3533
2326
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2327
"specified directory"
2330
#: drizzled/drizzled.cc:3538
2332
"Uniquely identifies the server instance in the community of replication "
2336
#: drizzled/drizzled.cc:3543
2338
"Change the value of a variable. Please note that this option is deprecated;"
2339
"you can set variables directly with --variable-name=value."
2342
#: drizzled/drizzled.cc:3547
2343
msgid "Don't use new, possible wrong routines."
2346
#: drizzled/drizzled.cc:3550
2347
msgid "If set, slave is not autostarted."
2350
#: drizzled/drizzled.cc:3554
2351
msgid "Don't print a stack trace on failure."
2354
#: drizzled/drizzled.cc:3558
2356
"Don't allow symlinking of tables. Deprecated option. Use --skip-symbolic-"
2360
#: drizzled/drizzled.cc:3562
2361
msgid "Don't give threads different priorities."
2364
#: drizzled/drizzled.cc:3566
2366
"The location where the slave should put its temporary files when replicating "
2367
"a LOAD DATA INFILE command."
2370
#: drizzled/drizzled.cc:3571
2372
"Tells the slave thread to continue replication when a query event returns an "
2373
"error from the provided list."
2376
#: drizzled/drizzled.cc:3575
2378
"Modes for how replication events should be executed. Legal values are "
2379
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2380
"stop for operations that are idempotent. In STRICT mode, replication will "
2381
"stop on any unexpected difference between the master and the slave."
2384
#: drizzled/drizzled.cc:3583
2385
msgid "Enable|disable slow query log"
2388
#: drizzled/drizzled.cc:3587
2392
#: drizzled/drizzled.cc:3590
2393
msgid "Enable symbolic link support."
2396
#: drizzled/drizzled.cc:3599
2398
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2401
#: drizzled/drizzled.cc:3604
2403
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2407
#: drizzled/drizzled.cc:3609
2409
"Using this option will cause most temporary files created to use a small set "
2410
"of names, rather than a unique name for each new file."
2413
#: drizzled/drizzled.cc:3614
2415
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2418
#: drizzled/drizzled.cc:3619
2420
"Path for temporary files. Several paths may be specified, separated by a "
2421
"colon (:), in this case they are used in a round-robin fashion."
2424
#: drizzled/drizzled.cc:3625
2425
msgid "Default transaction isolation level."
2428
#: drizzled/drizzled.cc:3629
2430
"Enable symbolic link support. Deprecated option; use --symbolic-links "
2434
#: drizzled/drizzled.cc:3634
2435
msgid "Run mysqld daemon as user."
2438
#: drizzled/drizzled.cc:3642
2439
msgid "Deprecated; use --log-warnings instead."
2442
#: drizzled/drizzled.cc:3647
2444
"The number of outstanding connection requests MySQL can have. This comes "
2445
"into play when the main MySQL thread gets very many connection requests in a "
2449
#: drizzled/drizzled.cc:3653
2451
"The size of the cache to hold the SQL statements for the binary log during a "
2452
"transaction. If you often use big, multi-statement transactions you can "
2453
"increase this to get more performance."
2456
#: drizzled/drizzled.cc:3659
2458
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2462
#: drizzled/drizzled.cc:3665
2464
"The number of seconds the mysqld server is waiting for a connect packet "
2465
"before responding with 'Bad handshake'."
2468
#: drizzled/drizzled.cc:3670
2469
msgid "The DATE format (For future)."
2472
#: drizzled/drizzled.cc:3675
2473
msgid "The DATETIME/TIMESTAMP format (for future)."
2476
#: drizzled/drizzled.cc:3680
2477
msgid "The default week format used by WEEK() functions."
2480
#: drizzled/drizzled.cc:3685
2482
"Precision of the result of '/' operator will be increased on that value."
2485
#: drizzled/drizzled.cc:3691
2487
"If non-zero, binary logs will be purged after expire_logs_days days; "
2488
"possible purges happen at startup and at binary log rotation."
2491
#: drizzled/drizzled.cc:3697
2492
msgid "The maximum length of the result of function group_concat."
2495
#: drizzled/drizzled.cc:3702
2497
"The number of seconds the server waits for activity on an interactive "
2498
"connection before closing it."
2501
#: drizzled/drizzled.cc:3708
2502
msgid "The size of the buffer that is used for full joins."
2505
#: drizzled/drizzled.cc:3714
2506
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2509
#: drizzled/drizzled.cc:3719
2511
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2512
"this to get better index handling (for all reads and multiple writes) to as "
2513
"much as you can afford;"
2516
#: drizzled/drizzled.cc:3728
2518
"This characterizes the number of hits a hot block has to be untouched until "
2519
"it is considered aged enough to be downgraded to a warm block. This "
2520
"specifies the percentage ratio of that number of hits to the total number of "
2521
"blocks in key cache"
2524
#: drizzled/drizzled.cc:3737
2525
msgid "The default size of key cache blocks"
2528
#: drizzled/drizzled.cc:3743
2529
msgid "The minimum percentage of warm blocks in key cache"
2532
#: drizzled/drizzled.cc:3749
2534
"Log all queries that have taken more than long_query_time seconds to execute "
2535
"to file. The argument will be treated as a decimal value with microsecond "
2539
#: drizzled/drizzled.cc:3755
2540
msgid "Max packetlength to send/receive from to server."
2543
#: drizzled/drizzled.cc:3760
2545
"Can be used to restrict the total size used to cache a multi-transaction "
2549
#: drizzled/drizzled.cc:3765
2551
"Binary log will be rotated automatically when the size exceeds this value. "
2552
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2553
"for this variable is 4096."
2556
#: drizzled/drizzled.cc:3771
2558
"If there is more than this number of interrupted connections from a host "
2559
"this host will be blocked from further connections."
2562
#: drizzled/drizzled.cc:3778
2563
msgid "The number of simultaneous clients allowed."
2566
#: drizzled/drizzled.cc:3783
2567
msgid "Max number of errors/warnings to store for a statement."
2570
#: drizzled/drizzled.cc:3788
2571
msgid "Don't allow creation of heap tables bigger than this."
2574
#: drizzled/drizzled.cc:3794
2576
"Joins that are probably going to read more than max_join_size records return "
2580
#: drizzled/drizzled.cc:3800
2581
msgid "Max number of bytes in sorted records."
2584
#: drizzled/drizzled.cc:3805
2586
"If non-zero: relay log will be rotated automatically when the size exceeds "
2587
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2588
"excepted, the minimum value for this variable is 4096."
2591
#: drizzled/drizzled.cc:3812
2592
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2595
#: drizzled/drizzled.cc:3817
2597
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2598
"max_sort_length bytes of each value are used; the rest are ignored)."
2601
#: drizzled/drizzled.cc:3824
2602
msgid "Maximum number of temporary tables a client can keep open at a time."
2605
#: drizzled/drizzled.cc:3829
2606
msgid "After this many write locks, allow some read locks to run in between."
2609
#: drizzled/drizzled.cc:3833
2611
"Don't log queries which examine less than min_examined_row_limit rows to "
2615
#: drizzled/drizzled.cc:3839
2616
msgid "Block size to be used for MyISAM index pages."
2619
#: drizzled/drizzled.cc:3845
2620
msgid "Default pointer size to be used for MyISAM tables."
2623
#: drizzled/drizzled.cc:3850
2625
msgid "(Deprecated option)"
2626
msgstr "Fausse option de creation"
2628
#: drizzled/drizzled.cc:3856
2630
"Don't use the fast sort index method to created index if the temporary file "
2631
"would get bigger than this."
2634
#: drizzled/drizzled.cc:3863
2636
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2637
"disables parallel repair."
2640
#: drizzled/drizzled.cc:3869
2642
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2643
"when creating indexes with CREATE INDEX or ALTER TABLE."
2646
#: drizzled/drizzled.cc:3875
2648
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2649
"Possible values of name are 'nulls_unequal' (default behavior), "
2650
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2653
#: drizzled/drizzled.cc:3882
2655
msgid "Buffer length for TCP/IP and socket communication."
2656
msgstr "Tampon pour les communications TCP/IP et socket"
2658
#: drizzled/drizzled.cc:3887
2660
"Number of seconds to wait for more data from a connection before aborting "
2664
#: drizzled/drizzled.cc:3893
2666
"If a read on a communication port is interrupted, retry this many times "
2670
#: drizzled/drizzled.cc:3899
2672
"Number of seconds to wait for a block to be written to a connection before "
2673
"aborting the write."
2676
#: drizzled/drizzled.cc:3905
2677
msgid "Use compatible behavior."
2680
#: drizzled/drizzled.cc:3910
2682
"If this is not 0, then mysqld will use this value to reserve file "
2683
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2684
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2685
"larger) number of files."
2688
#: drizzled/drizzled.cc:3917
2690
"Controls the heuristic(s) applied during query optimization to prune less-"
2691
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2692
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2693
"on number of retrieved rows."
2696
#: drizzled/drizzled.cc:3925
2698
"Maximum depth of search performed by the query optimizer. Values larger than "
2699
"the number of relations in a query result in better query plans, but take "
2700
"longer to compile a query. Smaller values than the number of tables in a "
2701
"relation result in faster optimization, but may produce very bad query "
2702
"plans. If set to 0, the system will automatically pick a reasonable value; "
2703
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2704
"(used for testing/comparison)."
2707
#: drizzled/drizzled.cc:3937
2708
msgid "Directory for plugins."
2711
#: drizzled/drizzled.cc:3941
2713
"Optional comma separated list of plugins to load, where each plugin is "
2714
"identified by the name of the shared library. [for example: --"
2715
"plugin_load=libmd5udf.so]"
2718
#: drizzled/drizzled.cc:3947
2719
msgid "The size of the buffer that is allocated when preloading indexes"
2722
#: drizzled/drizzled.cc:3952
2723
msgid "Allocation block size for query parsing and execution"
2726
#: drizzled/drizzled.cc:3957
2727
msgid "Persistent buffer for query parsing and execution"
2730
#: drizzled/drizzled.cc:3963
2731
msgid "Allocation block size for storing ranges during optimization"
2734
#: drizzled/drizzled.cc:3969
2736
"Each thread that does a sequential scan allocates a buffer of this size for "
2737
"each table it scans. If you do many sequential scans, you may want to "
2738
"increase this value."
2741
#: drizzled/drizzled.cc:3977
2743
"Make all non-temporary tables read-only, with the exception for replication "
2744
"(slave) threads and users with the SUPER privilege"
2747
#: drizzled/drizzled.cc:3983
2749
"When reading rows in sorted order after a sort, the rows are read through "
2750
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2754
#: drizzled/drizzled.cc:3997
2756
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2760
#: drizzled/drizzled.cc:4003
2761
msgid "Maximum space to use for all relay logs."
2764
#: drizzled/drizzled.cc:4008
2766
msgid "Use compression on master/slave protocol."
2767
msgstr "Utilise la compression dans le protocole serveur/client."
2769
#: drizzled/drizzled.cc:4013
2771
"Number of seconds to wait for more data from a master/slave connection "
2772
"before aborting the read."
2775
#: drizzled/drizzled.cc:4018
2777
"Number of times the slave SQL thread will retry a transaction in case it "
2778
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2782
#: drizzled/drizzled.cc:4024
2783
msgid "Allow slave to batch requests."
2786
#: drizzled/drizzled.cc:4028
2788
"If creating the thread takes longer than this value (in seconds), the "
2789
"Slow_launch_threads counter will be incremented."
2792
#: drizzled/drizzled.cc:4033
2793
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2796
#: drizzled/drizzled.cc:4039
2798
"Synchronously flush binary log to disk after every #th event. Use 0 "
2799
"(default) to disable synchronous flushing."
2802
#: drizzled/drizzled.cc:4044
2803
msgid "Sync .frm to disk on create. Enabled by default."
2806
#: drizzled/drizzled.cc:4048
2808
msgid "Deprecated; use --table_open_cache instead."
2809
msgstr "ATTENTION: option obsolète; utilisez --disable-pager à la place.\n"
2811
#: drizzled/drizzled.cc:4052
2812
msgid "The number of cached table definitions."
2815
#: drizzled/drizzled.cc:4056
2816
msgid "The number of cached open tables."
2819
#: drizzled/drizzled.cc:4060
2821
"Timeout in seconds to wait for a table level lock before returning an error. "
2822
"Used only if the connection has active cursors."
2825
#: drizzled/drizzled.cc:4065
2826
msgid "How many threads we should keep in a cache for reuse."
2829
#: drizzled/drizzled.cc:4069
2831
"How many threads we should create to handle query requests in case of "
2832
"'thread_handling=pool-of-threads'"
2835
#: drizzled/drizzled.cc:4074
2836
msgid "The stack size for each thread."
2839
#: drizzled/drizzled.cc:4080
2840
msgid "The TIME format (for future)."
2843
#: drizzled/drizzled.cc:4085
2845
"If an internal in-memory temporary table exceeds this size, MySQL will "
2846
"automatically convert it to an on-disk MyISAM table."
2849
#: drizzled/drizzled.cc:4091
2850
msgid "Allocation block size for transactions to be stored in binary log"
2853
#: drizzled/drizzled.cc:4096
2854
msgid "Persistent buffer for transactions to be stored in binary log"
2857
#: drizzled/drizzled.cc:4101
2859
"The number of seconds the server waits for activity on a connection before "
2863
#: drizzled/drizzled.cc:4349
2865
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2866
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2867
"and you are welcome to modify and redistribute it under the GPL license\n"
2869
"Starts the Drizzle database server\n"
2872
#: drizzled/drizzled.cc:4356
2874
msgid "Usage: %s [OPTIONS]\n"
2877
#: drizzled/drizzled.cc:4367
2880
"To see what values a running Drizzle server is using, type\n"
2881
"'drizzleadmin variables' instead of 'drizzled --help'."
2884
#: drizzled/drizzled.cc:4551
2887
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2891
#: drizzled/drizzled.cc:4603
2893
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2896
#: drizzled/drizzled.cc:4612
2898
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2901
#: drizzled/drizzled.cc:4622
2903
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2906
#: drizzled/drizzled.cc:4651 drizzled/drizzled.cc:4660
2908
msgid "Could not add do table rule '%s'!\n"
2911
#: drizzled/drizzled.cc:4669 drizzled/drizzled.cc:4678
2913
msgid "Could not add ignore table rule '%s'!\n"
2916
#: drizzled/drizzled.cc:4722
2917
msgid "Can't start server: cannot resolve hostname!"
2920
#: drizzled/drizzled.cc:4728
2921
msgid "Can't start server: bind-address refers to multiple interfaces!"
2924
#: drizzled/drizzled.cc:4903
2926
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2927
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2930
#: drizzled/drizzled.cc:5088
2932
msgid "No option given to %s\n"
2935
#: drizzled/drizzled.cc:5090
2937
msgid "Wrong option to %s. Option(s) given: %s\n"
2940
#: drizzled/drizzled.cc:5092
2942
msgid "Alternatives are: '%s'"
2945
#: drizzled/drizzled_error_messages.h:32
2949
#: drizzled/drizzled_error_messages.h:34
2953
#: drizzled/drizzled_error_messages.h:36
2957
#: drizzled/drizzled_error_messages.h:38
2961
#: drizzled/drizzled_error_messages.h:40
2963
msgid "Can't create file '%-.200s' (errno: %d)"
2964
msgstr "Ne peux créer le fichier '%s' (Errcode: %d)"
2966
#: drizzled/drizzled_error_messages.h:42
2968
msgid "Can't create table '%-.200s' (errno: %d)"
2969
msgstr "Ne peux créer la table '%-.200s' (errno: %d)"
2971
#: drizzled/drizzled_error_messages.h:44
2973
msgid "Can't create database '%-.192s' (errno: %d)"
2974
msgstr "Ne peux créer la base de données '%-.192s' (errno: %d)"
2976
#: drizzled/drizzled_error_messages.h:46
2978
msgid "Can't create database '%-.192s'; database exists"
2979
msgstr "Impossible de créer la base '%-.192s'; la base existe"
2981
#: drizzled/drizzled_error_messages.h:48
2983
msgid "Can't drop database '%-.192s'; database doesn't exist"
2984
msgstr "Impossible d'effacer la base '%-.192s'; la base n'existe pas"
2986
#: drizzled/drizzled_error_messages.h:50
2988
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2989
msgstr "Erreur durant l'effacement de '%s' (Errcode : %d)"
2991
#: drizzled/drizzled_error_messages.h:52
2993
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2995
"Erreur à l'effacement de la base de données (impossible de supprimer le "
2996
"dossier '%-.192s', errno: %d)"
2998
#: drizzled/drizzled_error_messages.h:54
3000
msgid "Error on delete of '%-.192s' (errno: %d)"
3001
msgstr "Erreur durant l'effacement de '%-.192s' (errno: %d)"
3003
#: drizzled/drizzled_error_messages.h:56
3004
msgid "Can't read record in system table"
3005
msgstr "Impossible de lire la ligne dans la table système"
3007
#: drizzled/drizzled_error_messages.h:58
3009
msgid "Can't get status of '%-.200s' (errno: %d)"
3010
msgstr "Impossible de lire les informations de '%-.200s' (errno: %d)"
3012
#: drizzled/drizzled_error_messages.h:60
3014
msgid "Can't get working directory (errno: %d)"
3015
msgstr "Ne peux accéder au répertoire de travail (errno: %d)"
3017
#: drizzled/drizzled_error_messages.h:62
3019
msgid "Can't lock file (errno: %d)"
3020
msgstr "Impossible de verrouiller le fichier (Errcode : %d)"
3022
#: drizzled/drizzled_error_messages.h:64
3024
msgid "Can't open file: '%-.200s' (errno: %d)"
3025
msgstr "Impossible de verrouiller le fichier (Errcode : %d)"
3027
#: drizzled/drizzled_error_messages.h:66
3029
msgid "Can't find file: '%-.200s' (errno: %d)"
3030
msgstr "Ne peux créer/écrire le fichier '%s' (Errcode: %d)"
3032
#: drizzled/drizzled_error_messages.h:68
3034
msgid "Can't read dir of '%-.192s' (errno: %d)"
3035
msgstr "Impossible de lire le dossier '%s' (Errcode : %d)"
3037
#: drizzled/drizzled_error_messages.h:70
3039
msgid "Can't change dir to '%-.192s' (errno: %d)"
3040
msgstr "Ne peux créer le répertoire '%s' (Errcode: %d)"
3042
#: drizzled/drizzled_error_messages.h:72
3044
msgid "Record has changed since last read in table '%-.192s'"
3046
"L'enregistrement à changé depuis la dernière lecture de la table '%-.192s'"
3048
#: drizzled/drizzled_error_messages.h:74
3050
msgid "Disk full (%s); waiting for someone to free some space..."
3052
"Le disque a atteint sa taille limite en écrivant '%s'. En attente de "
3053
"libération d'espace..."
3055
#: drizzled/drizzled_error_messages.h:76
3057
msgid "Can't write; duplicate key in table '%-.192s'"
3058
msgstr "Ecriture impossible; clé à double dans la table '%-.192s'"
3060
#: drizzled/drizzled_error_messages.h:78
3062
msgid "Error on close of '%-.192s' (errno: %d)"
3063
msgstr "Erreur durant la fermeture de '%s' (Errcode : %d)"
3065
#: drizzled/drizzled_error_messages.h:80
3067
msgid "Error reading file '%-.200s' (errno: %d)"
3068
msgstr "Erreur de lecture sur le fichier '%s' (Errcode: %d)"
3070
#: drizzled/drizzled_error_messages.h:82
3072
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
3073
msgstr "Erreur durant le changement de nom de '%s' en '%s' (Errcode : %d)"
3075
#: drizzled/drizzled_error_messages.h:84
3077
msgid "Error writing file '%-.200s' (errno: %d)"
3078
msgstr "Erreur durant l'écriture du fichier '%s' (Errcode : %d)"
3080
#: drizzled/drizzled_error_messages.h:86
3082
msgid "'%-.192s' is locked against change"
3083
msgstr "'%-.192s' est verrouillé et ne peut être modifié"
3085
#: drizzled/drizzled_error_messages.h:88
3087
msgid "Sort aborted"
3090
#: drizzled/drizzled_error_messages.h:90
3092
msgid "View '%-.192s' doesn't exist for '%-.192s'"
3093
msgstr "Vue '%-.192s' non existante pour '%-.192s'"
3095
#: drizzled/drizzled_error_messages.h:92
3097
msgid "Got error %d from storage engine"
3098
msgstr "Erreur %d du moteur de stockage"
3100
#: drizzled/drizzled_error_messages.h:94
3102
msgid "Table storage engine for '%-.192s' doesn't have this option"
3103
msgstr "Le moteur de table de '%-.192s' n'a pas cette option"
3105
#: drizzled/drizzled_error_messages.h:96
3107
msgid "Can't find record in '%-.192s'"
3108
msgstr "Aucun enregistrement trouvé dans '%-.192s'"
3110
#: drizzled/drizzled_error_messages.h:98
3112
msgid "Incorrect information in file: '%-.200s'"
3113
msgstr "Information incorrecte dans le fichier: '%-.200s'"
3115
#: drizzled/drizzled_error_messages.h:100
3117
msgid "Incorrect key file for table '%-.200s'; try to repair it"
3119
"Fichier de clé incorrect pour la table '%-.200s'; essayez de le réparer"
3121
#: drizzled/drizzled_error_messages.h:102
3123
msgid "Old key file for table '%-.192s'; repair it!"
3124
msgstr "Ancien fichier de clé pour la table '%-.192s': réparez la!"
3126
#: drizzled/drizzled_error_messages.h:104
3128
msgid "Table '%-.192s' is read only"
3129
msgstr "Table '%-.192s' est en lecture seule"
3131
#: drizzled/drizzled_error_messages.h:106
3133
msgid "Out of memory; restart server and try again (needed %d bytes)"
3134
msgstr "Plus de mémoire (besoin de %u bytes)"
3136
#: drizzled/drizzled_error_messages.h:108
3137
msgid "Out of sort memory; increase server sort buffer size"
3138
msgstr "Mémoire pour le tri insuffisante: Augmentez la taille du tampon de tri"
3140
#: drizzled/drizzled_error_messages.h:110
3142
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
3144
"Fin de fichier (eof) inattendue lors de la lecture du fichier '%s' (Errcode: "
3147
#: drizzled/drizzled_error_messages.h:112
3149
msgid "Too many connections"
3152
#: drizzled/drizzled_error_messages.h:114
3154
"Out of memory; check if mysqld or some other process uses all available "
3155
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
3156
"memory or you can add more swap space"
3159
#: drizzled/drizzled_error_messages.h:116
3160
msgid "Can't get hostname for your address"
3163
#: drizzled/drizzled_error_messages.h:118
3164
msgid "Bad handshake"
3167
#: drizzled/drizzled_error_messages.h:120
3169
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
3171
"Accès refusé pour l'utilisateur '%-.48s'@'%-.64s' à la base de données "
3174
#: drizzled/drizzled_error_messages.h:122
3176
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
3178
"Accès refusé pour l'utilisateur '%-.48s'@'%-.64s' (mot de passe utilisé: %s)"
3180
#: drizzled/drizzled_error_messages.h:124
3181
msgid "No database selected"
3182
msgstr "Aucune base de données sélectionnée"
3184
#: drizzled/drizzled_error_messages.h:126
3186
msgid "Unknown command"
3187
msgstr "Commande inconnue '%c'."
3189
#: drizzled/drizzled_error_messages.h:128
3191
msgid "Column '%-.192s' cannot be null"
3192
msgstr "Colonne '%-.192s' ne peut être null"
3194
#: drizzled/drizzled_error_messages.h:130
3196
msgid "Unknown database '%-.192s'"
3197
msgstr "Commande inconnue: '%-.60s'"
3199
#: drizzled/drizzled_error_messages.h:132
3201
msgid "Table '%-.192s' already exists"
3202
msgstr "Table '%-.192s' existe déjà."
3204
#: drizzled/drizzled_error_messages.h:134
3206
msgid "Unknown table '%-.100s'"
3207
msgstr "Commande inconnue: '%-.60s'"
3209
#: drizzled/drizzled_error_messages.h:136
3211
msgid "Column '%-.192s' in %-.192s is ambiguous"
3212
msgstr "Colonne '%-.192s' dans %-.192s est ambiguë"
3214
#: drizzled/drizzled_error_messages.h:138
3215
msgid "Server shutdown in progress"
3216
msgstr "Fermeture du serveur en cours"
3218
#: drizzled/drizzled_error_messages.h:140
3220
msgid "Unknown column '%-.192s' in '%-.192s'"
3221
msgstr "Commande inconnue: '%-.60s'"
3223
#: drizzled/drizzled_error_messages.h:142
3225
msgid "'%-.192s' isn't in GROUP BY"
3226
msgstr "'%-.192s' n'est pas dans GROUP BY"
3228
#: drizzled/drizzled_error_messages.h:144
3230
msgid "Can't group on '%-.192s'"
3231
msgstr "Ne peux groupé sur '%-.192s'"
3233
#: drizzled/drizzled_error_messages.h:146
3234
msgid "Statement has sum functions and columns in same statement"
3237
#: drizzled/drizzled_error_messages.h:148
3238
msgid "Column count doesn't match value count"
3241
#: drizzled/drizzled_error_messages.h:150
3243
msgid "Identifier name '%-.100s' is too long"
3246
#: drizzled/drizzled_error_messages.h:152
3248
msgid "Duplicate column name '%-.192s'"
3251
#: drizzled/drizzled_error_messages.h:154
3253
msgid "Duplicate key name '%-.192s'"
3256
#: drizzled/drizzled_error_messages.h:156
3258
msgid "Duplicate entry '%-.192s' for key %d"
3261
#: drizzled/drizzled_error_messages.h:158
3263
msgid "Incorrect column specifier for column '%-.192s'"
3266
#: drizzled/drizzled_error_messages.h:160
3268
msgid "%s near '%-.80s' at line %d"
3271
#: drizzled/drizzled_error_messages.h:162
3272
msgid "Query was empty"
3275
#: drizzled/drizzled_error_messages.h:164
3277
msgid "Not unique table/alias: '%-.192s'"
3280
#: drizzled/drizzled_error_messages.h:166
3282
msgid "Invalid default value for '%-.192s'"
3283
msgstr "%s: ERREUR: Valeur décimale non valide pour l'option '%s'"
3285
#: drizzled/drizzled_error_messages.h:168
3286
msgid "Multiple primary key defined"
3287
msgstr "Plusieurs clés primaires définies"
3289
#: drizzled/drizzled_error_messages.h:170
3291
msgid "Too many keys specified; max %d keys allowed"
3292
msgstr "Trop de clés définies: max %d clés autorisées"
3294
#: drizzled/drizzled_error_messages.h:172
3296
msgid "Too many key parts specified; max %d parts allowed"
3299
#: drizzled/drizzled_error_messages.h:174
3301
msgid "Specified key was too long; max key length is %d bytes"
3302
msgstr "Clé spécifiée trop longue: longeur max d'une clé est %d octet"
3304
#: drizzled/drizzled_error_messages.h:176
3306
msgid "Key column '%-.192s' doesn't exist in table"
3309
#: drizzled/drizzled_error_messages.h:178
3312
"BLOB column '%-.192s' can't be used in key specification with the used table "
3316
#: drizzled/drizzled_error_messages.h:180
3319
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
3323
#: drizzled/drizzled_error_messages.h:182
3325
"Incorrect table definition; there can be only one auto column and it must be "
3329
#: drizzled/drizzled_error_messages.h:184
3332
"%s: ready for connections.\n"
3333
"Version: '%s' socket: '%s' port: %d"
3335
"%s: prêt pour connexions.\n"
3336
"Version: '%s' socket: '%s' port: %d"
3338
#: drizzled/drizzled_error_messages.h:186
3340
msgid "%s: Normal shutdown\n"
3343
#: drizzled/drizzled_error_messages.h:188
3345
msgid "%s: Got signal %d. Aborting!\n"
3348
#: drizzled/drizzled_error_messages.h:190
3350
msgid "%s: Shutdown complete\n"
3353
#: drizzled/drizzled_error_messages.h:192
3355
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
3358
#: drizzled/drizzled_error_messages.h:194
3359
msgid "Can't create IP socket"
3362
#: drizzled/drizzled_error_messages.h:196
3365
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3369
#: drizzled/drizzled_error_messages.h:198
3370
msgid "Field separator argument is not what is expected; check the manual"
3373
#: drizzled/drizzled_error_messages.h:200
3375
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
3378
#: drizzled/drizzled_error_messages.h:202
3381
"The file '%-.128s' must be in the database directory or be readable by all"
3384
#: drizzled/drizzled_error_messages.h:204
3386
msgid "File '%-.200s' already exists"
3389
#: drizzled/drizzled_error_messages.h:206
3391
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
3394
#: drizzled/drizzled_error_messages.h:208
3396
msgid "Records: %ld Duplicates: %ld"
3399
#: drizzled/drizzled_error_messages.h:210
3401
"Incorrect prefix key; the used key part isn't a string, the used length is "
3402
"longer than the key part, or the storage engine doesn't support unique "
3406
#: drizzled/drizzled_error_messages.h:212
3407
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
3410
#: drizzled/drizzled_error_messages.h:214
3412
msgid "Can't DROP '%-.192s'; check that column/key exists"
3415
#: drizzled/drizzled_error_messages.h:216
3417
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
3420
#: drizzled/drizzled_error_messages.h:218
3422
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3425
#: drizzled/drizzled_error_messages.h:220
3427
msgid "Unknown thread id: %lu"
3430
#: drizzled/drizzled_error_messages.h:222
3432
msgid "You are not owner of thread %lu"
3435
#: drizzled/drizzled_error_messages.h:224
3436
msgid "No tables used"
3439
#: drizzled/drizzled_error_messages.h:226
3441
msgid "Too many strings for column %-.192s and SET"
3444
#: drizzled/drizzled_error_messages.h:228
3446
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3449
#: drizzled/drizzled_error_messages.h:230
3451
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3453
"La table '%-.64s' a été créée avec une version différente de MySQL and ne "
3456
#: drizzled/drizzled_error_messages.h:232
3458
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3461
#: drizzled/drizzled_error_messages.h:234
3463
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3466
#: drizzled/drizzled_error_messages.h:236
3468
msgid "Incorrect database name '%-.100s'"
3471
#: drizzled/drizzled_error_messages.h:238
3473
msgid "Incorrect table name '%-.100s'"
3476
#: drizzled/drizzled_error_messages.h:240
3478
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3479
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
3482
#: drizzled/drizzled_error_messages.h:242
3484
msgid "Unknown error"
3485
msgstr "Erreur inconnue %d"
3487
#: drizzled/drizzled_error_messages.h:244
3489
msgid "Unknown procedure '%-.192s'"
3490
msgstr "Commande inconnue: '%-.60s'"
3492
#: drizzled/drizzled_error_messages.h:246
3494
msgid "Incorrect parameter count to procedure '%-.192s'"
3497
#: drizzled/drizzled_error_messages.h:248
3499
msgid "Incorrect parameters to procedure '%-.192s'"
3502
#: drizzled/drizzled_error_messages.h:250
3504
msgid "Unknown table '%-.192s' in %-.32s"
3507
#: drizzled/drizzled_error_messages.h:252
3509
msgid "Column '%-.192s' specified twice"
3512
#: drizzled/drizzled_error_messages.h:254
3513
msgid "Invalid use of group function"
3516
#: drizzled/drizzled_error_messages.h:256
3519
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
3522
#: drizzled/drizzled_error_messages.h:258
3523
msgid "A table must have at least 1 column"
3526
#: drizzled/drizzled_error_messages.h:260
3528
msgid "The table '%-.192s' is full"
3531
#: drizzled/drizzled_error_messages.h:262
3533
msgid "Unknown character set: '%-.64s'"
3534
msgstr "Commande inconnue: '%-.60s'"
3536
#: drizzled/drizzled_error_messages.h:264
3538
msgid "Too many tables; MySQL can only use %d tables in a join"
3541
#: drizzled/drizzled_error_messages.h:266
3542
msgid "Too many columns"
3545
#: drizzled/drizzled_error_messages.h:268
3548
"Row size too large. The maximum row size for the used table type, not "
3549
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3552
#: drizzled/drizzled_error_messages.h:270
3555
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3556
"thread_stack=#' to specify a bigger stack if needed"
3559
#: drizzled/drizzled_error_messages.h:272
3560
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3563
#: drizzled/drizzled_error_messages.h:274
3566
"Table handler doesn't support NULL in given index. Please change column "
3567
"'%-.192s' to be NOT NULL or use another handler"
3570
#: drizzled/drizzled_error_messages.h:276
3572
msgid "Can't load function '%-.192s'"
3575
#: drizzled/drizzled_error_messages.h:278
3577
msgid "Can't initialize function '%-.192s'; %-.80s"
3580
#: drizzled/drizzled_error_messages.h:280
3581
msgid "No paths allowed for shared library"
3584
#: drizzled/drizzled_error_messages.h:282
3586
msgid "Function '%-.192s' already exists"
3589
#: drizzled/drizzled_error_messages.h:284
3591
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3592
msgstr "Ne peux créer le répertoire '%s' (Errcode: %d)"
3594
#: drizzled/drizzled_error_messages.h:286
3596
msgid "Can't find symbol '%-.128s' in library"
3599
#: drizzled/drizzled_error_messages.h:288
3601
msgid "Function '%-.192s' is not defined"
3602
msgstr "Prochain log '%s' n'est pas actif"
3604
#: drizzled/drizzled_error_messages.h:290
3607
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3608
"'mysqladmin flush-hosts'"
3611
#: drizzled/drizzled_error_messages.h:292
3613
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3616
#: drizzled/drizzled_error_messages.h:294
3618
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3619
"to change passwords"
3622
#: drizzled/drizzled_error_messages.h:296
3624
"You must have privileges to update tables in the mysql database to be able "
3625
"to change passwords for others"
3628
#: drizzled/drizzled_error_messages.h:298
3629
msgid "Can't find any matching row in the user table"
3632
#: drizzled/drizzled_error_messages.h:300
3634
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3637
#: drizzled/drizzled_error_messages.h:302
3640
"Can't create a new thread (errno %d); if you are not out of available "
3641
"memory, you can consult the manual for a possible OS-dependent bug"
3644
#: drizzled/drizzled_error_messages.h:304
3646
msgid "Column count doesn't match value count at row %ld"
3649
#: drizzled/drizzled_error_messages.h:306
3651
msgid "Can't reopen table: '%-.192s'"
3654
#: drizzled/drizzled_error_messages.h:308
3655
msgid "Invalid use of NULL value"
3658
#: drizzled/drizzled_error_messages.h:310
3660
msgid "Got error '%-.64s' from regexp"
3663
#: drizzled/drizzled_error_messages.h:312
3665
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3666
"illegal if there is no GROUP BY clause"
3669
#: drizzled/drizzled_error_messages.h:314
3671
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3674
#: drizzled/drizzled_error_messages.h:316
3676
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3679
#: drizzled/drizzled_error_messages.h:318
3682
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3686
#: drizzled/drizzled_error_messages.h:320
3688
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3689
"privileges can be used"
3691
"Commande GRANT/REVOKE illégale; consultez le manuel pour connaître les "
3692
"privilèges a utiliser"
3694
#: drizzled/drizzled_error_messages.h:322
3695
msgid "The host or user argument to GRANT is too long"
3698
#: drizzled/drizzled_error_messages.h:324
3700
msgid "Table '%-.192s.%-.192s' doesn't exist"
3701
msgstr "Table '%-.192s.%-.192s' innexistante"
3703
#: drizzled/drizzled_error_messages.h:326
3706
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3710
#: drizzled/drizzled_error_messages.h:328
3711
msgid "The used command is not allowed with this MySQL version"
3712
msgstr "La commande utilsée n'est pas autorisée avec cette version de Drizzle"
3714
#: drizzled/drizzled_error_messages.h:330
3716
"You have an error in your SQL syntax; check the manual that corresponds to "
3717
"your MySQL server version for the right syntax to use"
3719
"Vous avez une erreur de syntaxe dans votre SQL; Verifiez votre manuel pour "
3720
"connaitre la bonne syntaxe à utiliser"
3722
#: drizzled/drizzled_error_messages.h:332
3724
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3727
#: drizzled/drizzled_error_messages.h:334
3728
msgid "Too many delayed threads in use"
3731
#: drizzled/drizzled_error_messages.h:336
3733
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3736
#: drizzled/drizzled_error_messages.h:338
3737
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3740
#: drizzled/drizzled_error_messages.h:340
3741
msgid "Got a read error from the connection pipe"
3744
#: drizzled/drizzled_error_messages.h:342
3745
msgid "Got an error from fcntl()"
3748
#: drizzled/drizzled_error_messages.h:344
3749
msgid "Got packets out of order"
3752
#: drizzled/drizzled_error_messages.h:346
3753
msgid "Couldn't uncompress communication packet"
3756
#: drizzled/drizzled_error_messages.h:348
3757
msgid "Got an error reading communication packets"
3760
#: drizzled/drizzled_error_messages.h:350
3761
msgid "Got timeout reading communication packets"
3764
#: drizzled/drizzled_error_messages.h:352
3765
msgid "Got an error writing communication packets"
3768
#: drizzled/drizzled_error_messages.h:354
3769
msgid "Got timeout writing communication packets"
3772
#: drizzled/drizzled_error_messages.h:356
3773
msgid "Result string is longer than 'max_allowed_packet' bytes"
3776
#: drizzled/drizzled_error_messages.h:358
3777
msgid "The used table type doesn't support BLOB/TEXT columns"
3780
#: drizzled/drizzled_error_messages.h:360
3781
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3784
#: drizzled/drizzled_error_messages.h:362
3787
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3791
#: drizzled/drizzled_error_messages.h:364
3793
msgid "Incorrect column name '%-.100s'"
3796
#: drizzled/drizzled_error_messages.h:366
3798
msgid "The used storage engine can't index column '%-.192s'"
3801
#: drizzled/drizzled_error_messages.h:368
3803
"Unable to open underlying table which is differently defined or of non-"
3804
"MyISAM type or doesn't exist"
3807
#: drizzled/drizzled_error_messages.h:370
3809
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3812
#: drizzled/drizzled_error_messages.h:372
3815
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3818
#: drizzled/drizzled_error_messages.h:374
3820
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3824
#: drizzled/drizzled_error_messages.h:376
3825
msgid "Result consisted of more than one row"
3828
#: drizzled/drizzled_error_messages.h:378
3829
msgid "This table type requires a primary key"
3832
#: drizzled/drizzled_error_messages.h:380
3833
msgid "This version of MySQL is not compiled with RAID support"
3836
#: drizzled/drizzled_error_messages.h:382
3838
"You are using safe update mode and you tried to update a table without a "
3839
"WHERE that uses a KEY column"
3842
#: drizzled/drizzled_error_messages.h:384
3844
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3847
#: drizzled/drizzled_error_messages.h:386
3848
msgid "Can't open table"
3851
#: drizzled/drizzled_error_messages.h:388
3853
msgid "The storage engine for the table doesn't support %s"
3856
#: drizzled/drizzled_error_messages.h:390
3857
msgid "You are not allowed to execute this command in a transaction"
3860
#: drizzled/drizzled_error_messages.h:392
3862
msgid "Got error %d during COMMIT"
3865
#: drizzled/drizzled_error_messages.h:394
3867
msgid "Got error %d during ROLLBACK"
3870
#: drizzled/drizzled_error_messages.h:396
3872
msgid "Got error %d during FLUSH_LOGS"
3875
#: drizzled/drizzled_error_messages.h:398
3877
msgid "Got error %d during CHECKPOINT"
3880
#: drizzled/drizzled_error_messages.h:400
3883
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3887
#: drizzled/drizzled_error_messages.h:402
3888
msgid "The storage engine for the table does not support binary table dump"
3891
#: drizzled/drizzled_error_messages.h:404
3892
msgid "Binlog closed, cannot RESET MASTER"
3895
#: drizzled/drizzled_error_messages.h:406
3897
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3900
#: drizzled/drizzled_error_messages.h:408
3902
msgid "Error from master: '%-.64s'"
3905
#: drizzled/drizzled_error_messages.h:410
3906
msgid "Net error reading from master"
3909
#: drizzled/drizzled_error_messages.h:412
3910
msgid "Net error writing to master"
3913
#: drizzled/drizzled_error_messages.h:414
3914
msgid "Can't find FULLTEXT index matching the column list"
3917
#: drizzled/drizzled_error_messages.h:416
3919
"Can't execute the given command because you have active locked tables or an "
3920
"active transaction"
3923
#: drizzled/drizzled_error_messages.h:418
3925
msgid "Unknown system variable '%-.64s'"
3926
msgstr "Commande inconnue: '%-.60s'"
3928
#: drizzled/drizzled_error_messages.h:420
3930
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3933
#: drizzled/drizzled_error_messages.h:422
3936
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3939
#: drizzled/drizzled_error_messages.h:424
3940
msgid "Some non-transactional changed tables couldn't be rolled back"
3943
#: drizzled/drizzled_error_messages.h:426
3945
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3946
"of storage; increase this mysqld variable and try again"
3949
#: drizzled/drizzled_error_messages.h:428
3951
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3954
#: drizzled/drizzled_error_messages.h:430
3956
"This operation requires a running slave; configure slave and do START SLAVE"
3959
#: drizzled/drizzled_error_messages.h:432
3960
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3963
#: drizzled/drizzled_error_messages.h:434
3965
"Could not initialize master info structure; more error messages can be found "
3966
"in the MySQL error log"
3969
#: drizzled/drizzled_error_messages.h:436
3970
msgid "Could not create slave thread; check system resources"
3973
#: drizzled/drizzled_error_messages.h:438
3976
"User %-.64s already has more than 'max_user_connections' active connections"
3979
#: drizzled/drizzled_error_messages.h:440
3980
msgid "You may only use constant expressions with SET"
3983
#: drizzled/drizzled_error_messages.h:442
3984
msgid "Lock wait timeout exceeded; try restarting transaction"
3987
#: drizzled/drizzled_error_messages.h:444
3988
msgid "The total number of locks exceeds the lock table size"
3991
#: drizzled/drizzled_error_messages.h:446
3992
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3995
#: drizzled/drizzled_error_messages.h:448
3996
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3999
#: drizzled/drizzled_error_messages.h:450
4000
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
4003
#: drizzled/drizzled_error_messages.h:452
4005
msgid "Incorrect arguments to %s"
4008
#: drizzled/drizzled_error_messages.h:454
4010
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
4013
#: drizzled/drizzled_error_messages.h:456
4015
"Incorrect table definition; all MERGE tables must be in the same database"
4018
#: drizzled/drizzled_error_messages.h:458
4019
msgid "Deadlock found when trying to get lock; try restarting transaction"
4022
#: drizzled/drizzled_error_messages.h:460
4023
msgid "The used table type doesn't support FULLTEXT indexes"
4026
#: drizzled/drizzled_error_messages.h:462
4027
msgid "Cannot add foreign key constraint"
4030
#: drizzled/drizzled_error_messages.h:464
4031
msgid "Cannot add or update a child row: a foreign key constraint fails"
4034
#: drizzled/drizzled_error_messages.h:466
4035
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
4038
#: drizzled/drizzled_error_messages.h:468
4040
msgid "Error connecting to master: %-.128s"
4043
#: drizzled/drizzled_error_messages.h:470
4045
msgid "Error running query on master: %-.128s"
4048
#: drizzled/drizzled_error_messages.h:472
4050
msgid "Error when executing command %s: %-.128s"
4053
#: drizzled/drizzled_error_messages.h:474
4055
msgid "Incorrect usage of %s and %s"
4058
#: drizzled/drizzled_error_messages.h:476
4059
msgid "The used SELECT statements have a different number of columns"
4062
#: drizzled/drizzled_error_messages.h:478
4063
msgid "Can't execute the query because you have a conflicting read lock"
4066
#: drizzled/drizzled_error_messages.h:480
4067
msgid "Mixing of transactional and non-transactional tables is disabled"
4070
#: drizzled/drizzled_error_messages.h:482
4072
msgid "Option '%s' used twice in statement"
4073
msgstr "%s: %s: Option '%s' utilisée mais non disponible"
4075
#: drizzled/drizzled_error_messages.h:484
4077
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
4080
#: drizzled/drizzled_error_messages.h:486
4082
msgid "Access denied; you need the %-.128s privilege for this operation"
4085
#: drizzled/drizzled_error_messages.h:488
4088
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
4091
#: drizzled/drizzled_error_messages.h:490
4094
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
4097
#: drizzled/drizzled_error_messages.h:492
4099
msgid "Variable '%-.64s' doesn't have a default value"
4102
#: drizzled/drizzled_error_messages.h:494
4104
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
4107
#: drizzled/drizzled_error_messages.h:496
4109
msgid "Incorrect argument type to variable '%-.64s'"
4112
#: drizzled/drizzled_error_messages.h:498
4114
msgid "Variable '%-.64s' can only be set, not read"
4117
#: drizzled/drizzled_error_messages.h:500
4119
msgid "Incorrect usage/placement of '%s'"
4122
#: drizzled/drizzled_error_messages.h:502
4124
msgid "This version of MySQL doesn't yet support '%s'"
4127
#: drizzled/drizzled_error_messages.h:504
4130
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
4133
#: drizzled/drizzled_error_messages.h:506
4134
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
4137
#: drizzled/drizzled_error_messages.h:508
4139
msgid "Variable '%-.192s' is a %s variable"
4142
#: drizzled/drizzled_error_messages.h:510
4144
msgid "Incorrect foreign key definition for '%-.192s': %s"
4147
#: drizzled/drizzled_error_messages.h:512
4148
msgid "Key reference and table reference don't match"
4151
#: drizzled/drizzled_error_messages.h:514
4153
msgid "Operand should contain %d column(s)"
4156
#: drizzled/drizzled_error_messages.h:516
4157
msgid "Subquery returns more than 1 row"
4160
#: drizzled/drizzled_error_messages.h:518
4162
msgid "Unknown prepared statement handler (%.*s) given to %s"
4165
#: drizzled/drizzled_error_messages.h:520
4166
msgid "Help database is corrupt or does not exist"
4169
#: drizzled/drizzled_error_messages.h:522
4170
msgid "Cyclic reference on subqueries"
4173
#: drizzled/drizzled_error_messages.h:524
4175
msgid "Converting column '%s' from %s to %s"
4178
#: drizzled/drizzled_error_messages.h:526
4180
msgid "Reference '%-.64s' not supported (%s)"
4183
#: drizzled/drizzled_error_messages.h:528
4184
msgid "Every derived table must have its own alias"
4187
#: drizzled/drizzled_error_messages.h:530
4189
msgid "Select %u was reduced during optimization"
4192
#: drizzled/drizzled_error_messages.h:532
4194
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
4197
#: drizzled/drizzled_error_messages.h:534
4199
"Client does not support authentication protocol requested by server; "
4200
"consider upgrading MySQL client"
4203
#: drizzled/drizzled_error_messages.h:536
4204
msgid "All parts of a SPATIAL index must be NOT NULL"
4207
#: drizzled/drizzled_error_messages.h:538
4209
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
4212
#: drizzled/drizzled_error_messages.h:540
4213
msgid "Slave is already running"
4216
#: drizzled/drizzled_error_messages.h:542
4217
msgid "Slave already has been stopped"
4220
#: drizzled/drizzled_error_messages.h:544
4223
"Uncompressed data size too large; the maximum size is %d (probably, length "
4224
"of uncompressed data was corrupted)"
4227
#: drizzled/drizzled_error_messages.h:546
4228
msgid "ZLIB: Not enough memory"
4231
#: drizzled/drizzled_error_messages.h:548
4233
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
4234
"data was corrupted)"
4237
#: drizzled/drizzled_error_messages.h:550
4238
msgid "ZLIB: Input data corrupted"
4241
#: drizzled/drizzled_error_messages.h:552
4243
msgid "%d line(s) were cut by GROUP_CONCAT()"
4246
#: drizzled/drizzled_error_messages.h:554
4248
msgid "Row %ld doesn't contain data for all columns"
4251
#: drizzled/drizzled_error_messages.h:556
4254
"Row %ld was truncated; it contained more data than there were input columns"
4257
#: drizzled/drizzled_error_messages.h:558
4260
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
4263
#: drizzled/drizzled_error_messages.h:560
4265
msgid "Out of range value for column '%s' at row %ld"
4268
#: drizzled/drizzled_error_messages.h:562
4270
msgid "Data truncated for column '%s' at row %ld"
4273
#: drizzled/drizzled_error_messages.h:564
4275
msgid "Using storage engine %s for table '%s'"
4278
#: drizzled/drizzled_error_messages.h:566
4280
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
4283
#: drizzled/drizzled_error_messages.h:568
4284
msgid "Cannot drop one or more of the requested users"
4287
#: drizzled/drizzled_error_messages.h:570
4288
msgid "Can't revoke all privileges for one or more of the requested users"
4291
#: drizzled/drizzled_error_messages.h:572
4293
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
4296
#: drizzled/drizzled_error_messages.h:574
4298
msgid "Illegal mix of collations for operation '%s'"
4301
#: drizzled/drizzled_error_messages.h:576
4304
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
4308
#: drizzled/drizzled_error_messages.h:578
4310
msgid "Unknown collation: '%-.64s'"
4311
msgstr "Commande inconnue: '%-.60s'"
4313
#: drizzled/drizzled_error_messages.h:580
4315
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4316
"compiled without SSL support; they can be used later if MySQL slave with SSL "
4320
#: drizzled/drizzled_error_messages.h:582
4323
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4324
"old format; please change the password to the new format"
4327
#: drizzled/drizzled_error_messages.h:584
4330
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
4334
#: drizzled/drizzled_error_messages.h:586
4335
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4338
#: drizzled/drizzled_error_messages.h:588
4340
"It is recommended to use --skip-slave-start when doing step-by-step "
4341
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4342
"get an unexpected slave's mysqld restart"
4345
#: drizzled/drizzled_error_messages.h:590
4346
msgid "SQL thread is not to be started so UNTIL options are ignored"
4349
#: drizzled/drizzled_error_messages.h:592
4351
msgid "Incorrect index name '%-.100s'"
4354
#: drizzled/drizzled_error_messages.h:594
4356
msgid "Incorrect catalog name '%-.100s'"
4359
#: drizzled/drizzled_error_messages.h:596
4361
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4364
#: drizzled/drizzled_error_messages.h:598
4366
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
4369
#: drizzled/drizzled_error_messages.h:600
4371
msgid "Unknown key cache '%-.100s'"
4372
msgstr "Commande inconnue: '%-.60s'"
4374
#: drizzled/drizzled_error_messages.h:602
4376
"MySQL is started in --skip-name-resolve mode; you must restart it without "
4377
"this switch for this grant to work"
4380
#: drizzled/drizzled_error_messages.h:604
4382
msgid "Unknown table engine '%s'"
4383
msgstr "Commande inconnue: '%-.60s'"
4385
#: drizzled/drizzled_error_messages.h:606
4387
msgid "'%s' is deprecated; use '%s' instead"
4388
msgstr "ATTENTION: option obsolète; utilisez --disable-tee à la place."
4390
#: drizzled/drizzled_error_messages.h:608
4392
msgid "The target table %-.100s of the %s is not updatable"
4395
#: drizzled/drizzled_error_messages.h:610
4398
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
4402
#: drizzled/drizzled_error_messages.h:612
4405
"The MySQL server is running with the %s option so it cannot execute this "
4409
#: drizzled/drizzled_error_messages.h:614
4411
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
4414
#: drizzled/drizzled_error_messages.h:616
4416
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4419
#: drizzled/drizzled_error_messages.h:618
4421
"Incorrect table definition; there can be only one TIMESTAMP column with "
4422
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4425
#: drizzled/drizzled_error_messages.h:620
4427
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4430
#: drizzled/drizzled_error_messages.h:622
4431
msgid "This command is not supported in the prepared statement protocol yet"
4434
#: drizzled/drizzled_error_messages.h:624
4436
msgid "Got error %d '%-.100s' from %s"
4439
#: drizzled/drizzled_error_messages.h:626
4441
msgid "Got temporary error %d '%-.100s' from %s"
4444
#: drizzled/drizzled_error_messages.h:628
4446
msgid "Unknown or incorrect time zone: '%-.64s'"
4447
msgstr "Commande inconnue: '%-.60s'"
4449
#: drizzled/drizzled_error_messages.h:630
4451
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4454
#: drizzled/drizzled_error_messages.h:632
4456
msgid "Invalid %s character string: '%.64s'"
4459
#: drizzled/drizzled_error_messages.h:634
4461
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4464
#: drizzled/drizzled_error_messages.h:636
4466
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4469
#: drizzled/drizzled_error_messages.h:638
4471
msgid "Can't create a %s from within another stored routine"
4474
#: drizzled/drizzled_error_messages.h:640
4476
msgid "%s %s already exists"
4479
#: drizzled/drizzled_error_messages.h:642
4481
msgid "%s %s does not exist"
4484
#: drizzled/drizzled_error_messages.h:644
4486
msgid "Failed to DROP %s %s"
4489
#: drizzled/drizzled_error_messages.h:646
4491
msgid "Failed to CREATE %s %s"
4494
#: drizzled/drizzled_error_messages.h:648
4496
msgid "%s with no matching label: %s"
4499
#: drizzled/drizzled_error_messages.h:650
4501
msgid "Redefining label %s"
4504
#: drizzled/drizzled_error_messages.h:652
4506
msgid "End-label %s without match"
4509
#: drizzled/drizzled_error_messages.h:654
4511
msgid "Referring to uninitialized variable %s"
4514
#: drizzled/drizzled_error_messages.h:656
4516
msgid "PROCEDURE %s can't return a result set in the given context"
4519
#: drizzled/drizzled_error_messages.h:658
4520
msgid "RETURN is only allowed in a FUNCTION"
4523
#: drizzled/drizzled_error_messages.h:660
4525
msgid "%s is not allowed in stored procedures"
4528
#: drizzled/drizzled_error_messages.h:662
4530
"The update log is deprecated and replaced by the binary log; SET "
4531
"SQL_LOG_UPDATE has been ignored"
4534
#: drizzled/drizzled_error_messages.h:664
4536
"The update log is deprecated and replaced by the binary log; SET "
4537
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4540
#: drizzled/drizzled_error_messages.h:666
4541
msgid "Query execution was interrupted"
4544
#: drizzled/drizzled_error_messages.h:668
4546
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4549
#: drizzled/drizzled_error_messages.h:670
4551
msgid "Undefined CONDITION: %s"
4554
#: drizzled/drizzled_error_messages.h:672
4556
msgid "No RETURN found in FUNCTION %s"
4559
#: drizzled/drizzled_error_messages.h:674
4561
msgid "FUNCTION %s ended without RETURN"
4564
#: drizzled/drizzled_error_messages.h:676
4565
msgid "Cursor statement must be a SELECT"
4568
#: drizzled/drizzled_error_messages.h:678
4569
msgid "Cursor SELECT must not have INTO"
4572
#: drizzled/drizzled_error_messages.h:680
4574
msgid "Undefined CURSOR: %s"
4577
#: drizzled/drizzled_error_messages.h:682
4578
msgid "Cursor is already open"
4581
#: drizzled/drizzled_error_messages.h:684
4583
msgid "Cursor is not open"
4584
msgstr "Jeu de caractères non trouvé"
4586
#: drizzled/drizzled_error_messages.h:686
4588
msgid "Undeclared variable: %s"
4591
#: drizzled/drizzled_error_messages.h:688
4592
msgid "Incorrect number of FETCH variables"
4595
#: drizzled/drizzled_error_messages.h:690
4596
msgid "No data - zero rows fetched, selected, or processed"
4599
#: drizzled/drizzled_error_messages.h:692
4601
msgid "Duplicate parameter: %s"
4604
#: drizzled/drizzled_error_messages.h:694
4606
msgid "Duplicate variable: %s"
4609
#: drizzled/drizzled_error_messages.h:696
4611
msgid "Duplicate condition: %s"
4614
#: drizzled/drizzled_error_messages.h:698
4616
msgid "Duplicate cursor: %s"
4619
#: drizzled/drizzled_error_messages.h:700
4621
msgid "Failed to ALTER %s %s"
4624
#: drizzled/drizzled_error_messages.h:702
4625
msgid "Subquery value not supported"
4628
#: drizzled/drizzled_error_messages.h:704
4630
msgid "%s is not allowed in stored function or trigger"
4633
#: drizzled/drizzled_error_messages.h:706
4634
msgid "Variable or condition declaration after cursor or handler declaration"
4637
#: drizzled/drizzled_error_messages.h:708
4638
msgid "Cursor declaration after handler declaration"
4641
#: drizzled/drizzled_error_messages.h:710
4642
msgid "Case not found for CASE statement"
4645
#: drizzled/drizzled_error_messages.h:712
4647
msgid "Configuration file '%-.192s' is too big"
4650
#: drizzled/drizzled_error_messages.h:714
4652
msgid "Malformed file type header in file '%-.192s'"
4655
#: drizzled/drizzled_error_messages.h:716
4657
msgid "Unexpected end of file while parsing comment '%-.200s'"
4660
#: drizzled/drizzled_error_messages.h:718
4662
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4665
#: drizzled/drizzled_error_messages.h:720
4667
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4670
#: drizzled/drizzled_error_messages.h:722
4671
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4674
#: drizzled/drizzled_error_messages.h:724
4676
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4679
#: drizzled/drizzled_error_messages.h:726
4681
msgid "'%-.192s.%-.192s' is not %s"
4684
#: drizzled/drizzled_error_messages.h:728
4686
msgid "Column '%-.192s' is not updatable"
4689
#: drizzled/drizzled_error_messages.h:730
4690
msgid "View's SELECT contains a subquery in the FROM clause"
4693
#: drizzled/drizzled_error_messages.h:732
4695
msgid "View's SELECT contains a '%s' clause"
4698
#: drizzled/drizzled_error_messages.h:734
4699
msgid "View's SELECT contains a variable or parameter"
4702
#: drizzled/drizzled_error_messages.h:736
4704
msgid "View's SELECT refers to a temporary table '%-.192s'"
4707
#: drizzled/drizzled_error_messages.h:738
4708
msgid "View's SELECT and view's field list have different column counts"
4711
#: drizzled/drizzled_error_messages.h:740
4713
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4716
#: drizzled/drizzled_error_messages.h:742
4717
msgid "View being updated does not have complete key of underlying table in it"
4720
#: drizzled/drizzled_error_messages.h:744
4723
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4724
"(s) or definer/invoker of view lack rights to use them"
4727
#: drizzled/drizzled_error_messages.h:746
4729
msgid "Can't drop or alter a %s from within another stored routine"
4732
#: drizzled/drizzled_error_messages.h:748
4733
msgid "GOTO is not allowed in a stored procedure handler"
4736
#: drizzled/drizzled_error_messages.h:750
4737
msgid "Trigger already exists"
4740
#: drizzled/drizzled_error_messages.h:752
4741
msgid "Trigger does not exist"
4744
#: drizzled/drizzled_error_messages.h:754
4746
msgid "Trigger's '%-.192s' is view or temporary table"
4749
#: drizzled/drizzled_error_messages.h:756
4751
msgid "Updating of %s row is not allowed in %strigger"
4754
#: drizzled/drizzled_error_messages.h:758
4756
msgid "There is no %s row in %s trigger"
4759
#: drizzled/drizzled_error_messages.h:760
4761
msgid "Field '%-.192s' doesn't have a default value"
4764
#: drizzled/drizzled_error_messages.h:762
4765
msgid "Division by 0"
4768
#: drizzled/drizzled_error_messages.h:764
4770
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
4773
#: drizzled/drizzled_error_messages.h:766
4775
msgid "Illegal %s '%-.192s' value found during parsing"
4778
#: drizzled/drizzled_error_messages.h:768
4780
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4783
#: drizzled/drizzled_error_messages.h:770
4785
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4788
#: drizzled/drizzled_error_messages.h:772
4790
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4793
#: drizzled/drizzled_error_messages.h:774
4795
msgid "Failed purging old relay logs: %s"
4798
#: drizzled/drizzled_error_messages.h:776
4800
msgid "Password hash should be a %d-digit hexadecimal number"
4803
#: drizzled/drizzled_error_messages.h:778
4804
msgid "Target log not found in binlog index"
4807
#: drizzled/drizzled_error_messages.h:780
4808
msgid "I/O error reading log index file"
4811
#: drizzled/drizzled_error_messages.h:782
4812
msgid "Server configuration does not permit binlog purge"
4815
#: drizzled/drizzled_error_messages.h:784
4817
msgid "Failed on fseek()"
4818
msgstr "Echoué sur request_dump()"
4820
#: drizzled/drizzled_error_messages.h:786
4821
msgid "Fatal error during log purge"
4824
#: drizzled/drizzled_error_messages.h:788
4825
msgid "A purgeable log is in use, will not purge"
4828
#: drizzled/drizzled_error_messages.h:790
4830
msgid "Unknown error during log purge"
4831
msgstr "Erreur inconnue %d"
4833
#: drizzled/drizzled_error_messages.h:792
4835
msgid "Failed initializing relay log position: %s"
4838
#: drizzled/drizzled_error_messages.h:794
4839
msgid "You are not using binary logging"
4842
#: drizzled/drizzled_error_messages.h:796
4845
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4848
#: drizzled/drizzled_error_messages.h:798
4849
msgid "WSAStartup Failed"
4852
#: drizzled/drizzled_error_messages.h:800
4853
msgid "Can't handle procedures with different groups yet"
4856
#: drizzled/drizzled_error_messages.h:802
4857
msgid "Select must have a group with this procedure"
4860
#: drizzled/drizzled_error_messages.h:804
4861
msgid "Can't use ORDER clause with this procedure"
4864
#: drizzled/drizzled_error_messages.h:806
4866
msgid "Binary logging and replication forbid changing the global server %s"
4869
#: drizzled/drizzled_error_messages.h:808
4871
msgid "Can't map file: %-.200s, errno: %d"
4872
msgstr "Impossible de verrouiller le fichier (Errcode : %d)"
4874
#: drizzled/drizzled_error_messages.h:810
4876
msgid "Wrong magic in %-.64s"
4879
#: drizzled/drizzled_error_messages.h:812
4880
msgid "Prepared statement contains too many placeholders"
4883
#: drizzled/drizzled_error_messages.h:814
4885
msgid "Key part '%-.192s' length cannot be 0"
4888
#: drizzled/drizzled_error_messages.h:816
4889
msgid "View text checksum failed"
4892
#: drizzled/drizzled_error_messages.h:818
4895
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4898
#: drizzled/drizzled_error_messages.h:820
4900
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4903
#: drizzled/drizzled_error_messages.h:822
4905
msgid "Can not delete from join view '%-.192s.%-.192s'"
4908
#: drizzled/drizzled_error_messages.h:824
4910
msgid "Operation %s failed for %.256s"
4913
#: drizzled/drizzled_error_messages.h:826
4914
msgid "XAER_NOTA: Unknown XID"
4917
#: drizzled/drizzled_error_messages.h:828
4918
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4921
#: drizzled/drizzled_error_messages.h:830
4924
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4928
#: drizzled/drizzled_error_messages.h:832
4929
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4932
#: drizzled/drizzled_error_messages.h:834
4934
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4938
#: drizzled/drizzled_error_messages.h:836
4939
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4942
#: drizzled/drizzled_error_messages.h:838
4945
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4949
#: drizzled/drizzled_error_messages.h:840
4950
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4953
#: drizzled/drizzled_error_messages.h:842
4954
msgid "Failed to revoke all privileges to dropped routine"
4957
#: drizzled/drizzled_error_messages.h:844
4959
msgid "Data too long for column '%s' at row %ld"
4962
#: drizzled/drizzled_error_messages.h:846
4964
msgid "Bad SQLSTATE: '%s'"
4967
#: drizzled/drizzled_error_messages.h:848
4970
"%s: ready for connections.\n"
4971
"Version: '%s' socket: '%s' port: %d %s"
4974
#: drizzled/drizzled_error_messages.h:850
4975
msgid "Can't load value from file with fixed size rows to variable"
4978
#: drizzled/drizzled_error_messages.h:852
4979
msgid "You are not allowed to create a user with GRANT"
4982
#: drizzled/drizzled_error_messages.h:854
4984
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4987
#: drizzled/drizzled_error_messages.h:856
4988
msgid "Table definition has changed, please retry transaction"
4991
#: drizzled/drizzled_error_messages.h:858
4992
msgid "Duplicate handler declared in the same block"
4995
#: drizzled/drizzled_error_messages.h:860
4998
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4999
"variable in BEFORE trigger"
5002
#: drizzled/drizzled_error_messages.h:862
5004
msgid "Not allowed to return a result set from a %s"
5007
#: drizzled/drizzled_error_messages.h:864
5008
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
5011
#: drizzled/drizzled_error_messages.h:866
5013
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
5014
"declaration and binary logging is enabled; if non-transactional tables were "
5015
"updated, the binary log will miss their changes"
5018
#: drizzled/drizzled_error_messages.h:868
5020
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
5021
"declaration and binary logging is enabled (you *might* want to use the less "
5022
"safe log_bin_trust_function_creators variable)"
5025
#: drizzled/drizzled_error_messages.h:870
5027
"You do not have the SUPER privilege and binary logging is enabled (you "
5028
"*might* want to use the less safe log_bin_trust_function_creators variable)"
5031
#: drizzled/drizzled_error_messages.h:872
5033
"You can't execute a prepared statement which has an open cursor associated "
5034
"with it. Reset the statement to re-execute it."
5037
#: drizzled/drizzled_error_messages.h:874
5039
msgid "The statement (%lu) has no open cursor."
5042
#: drizzled/drizzled_error_messages.h:876
5044
"Explicit or implicit commit is not allowed in stored function or trigger."
5047
#: drizzled/drizzled_error_messages.h:878
5050
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
5053
#: drizzled/drizzled_error_messages.h:880
5054
msgid "Recursive stored functions and triggers are not allowed."
5057
#: drizzled/drizzled_error_messages.h:882
5059
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
5062
#: drizzled/drizzled_error_messages.h:884
5064
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
5067
#: drizzled/drizzled_error_messages.h:886
5070
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
5074
#: drizzled/drizzled_error_messages.h:888
5076
"You can't combine write-locking of system tables with other tables or lock "
5080
#: drizzled/drizzled_error_messages.h:890
5082
msgid "Unable to connect to foreign data source: %.64s"
5085
#: drizzled/drizzled_error_messages.h:892
5088
"There was a problem processing the query on the foreign data source. Data "
5089
"source error: %-.64s"
5092
#: drizzled/drizzled_error_messages.h:894
5095
"The foreign data source you are trying to reference does not exist. Data "
5096
"source error: %-.64s"
5099
#: drizzled/drizzled_error_messages.h:896
5102
"Can't create federated table. The data source connection string '%-.64s' is "
5103
"not in the correct format"
5106
#: drizzled/drizzled_error_messages.h:898
5108
msgid "The data source connection string '%-.64s' is not in the correct format"
5111
#: drizzled/drizzled_error_messages.h:900
5113
msgid "Can't create federated table. Foreign data src error: %-.64s"
5116
#: drizzled/drizzled_error_messages.h:902
5117
msgid "Trigger in wrong schema"
5120
#: drizzled/drizzled_error_messages.h:904
5123
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
5124
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
5127
#: drizzled/drizzled_error_messages.h:906
5129
msgid "Routine body for '%-.100s' is too long"
5132
#: drizzled/drizzled_error_messages.h:908
5133
msgid "Cannot drop default keycache"
5136
#: drizzled/drizzled_error_messages.h:910
5138
msgid "Display width out of range for column '%-.192s' (max = %d)"
5141
#: drizzled/drizzled_error_messages.h:912
5142
msgid "XAER_DUPID: The XID already exists"
5145
#: drizzled/drizzled_error_messages.h:914
5147
msgid "Datetime function: %-.32s field overflow"
5150
#: drizzled/drizzled_error_messages.h:916
5153
"Can't update table '%-.192s' in stored function/trigger because it is "
5154
"already used by statement which invoked this stored function/trigger."
5157
#: drizzled/drizzled_error_messages.h:918
5160
"The definition of table '%-.192s' prevents operation %.192s on table "
5164
#: drizzled/drizzled_error_messages.h:920
5166
"The prepared statement contains a stored routine call that refers to that "
5167
"same statement. It's not allowed to execute a prepared statement in such a "
5171
#: drizzled/drizzled_error_messages.h:922
5172
msgid "Not allowed to set autocommit from a stored function or trigger"
5175
#: drizzled/drizzled_error_messages.h:924
5176
msgid "Definer is not fully qualified"
5179
#: drizzled/drizzled_error_messages.h:926
5182
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
5183
"Current user is used as definer. Please recreate the view!"
5186
#: drizzled/drizzled_error_messages.h:928
5189
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
5193
#: drizzled/drizzled_error_messages.h:930
5195
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
5198
#: drizzled/drizzled_error_messages.h:932
5200
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
5203
#: drizzled/drizzled_error_messages.h:934
5206
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
5209
#: drizzled/drizzled_error_messages.h:936
5212
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
5215
#: drizzled/drizzled_error_messages.h:938
5217
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
5220
#: drizzled/drizzled_error_messages.h:940
5223
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
5224
"activated under the authorization of the invoker, which may have "
5225
"insufficient privileges. Please recreate the trigger."
5228
#: drizzled/drizzled_error_messages.h:942
5230
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
5233
#: drizzled/drizzled_error_messages.h:944
5236
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
5237
"exceeded for routine %.192s"
5240
#: drizzled/drizzled_error_messages.h:946
5243
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
5244
"contains bad data (internal code %d)"
5247
#: drizzled/drizzled_error_messages.h:948
5249
msgid "Incorrect routine name '%-.192s'"
5252
#: drizzled/drizzled_error_messages.h:950
5254
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
5257
#: drizzled/drizzled_error_messages.h:952
5258
msgid "AGGREGATE is not supported for stored functions"
5261
#: drizzled/drizzled_error_messages.h:954
5264
"Can't create more than max_prepared_stmt_count statements (current value: %"
5268
#: drizzled/drizzled_error_messages.h:956
5270
msgid "`%-.192s`.`%-.192s` contains view recursion"
5273
#: drizzled/drizzled_error_messages.h:958
5275
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
5278
#: drizzled/drizzled_error_messages.h:960
5279
msgid "The used table type doesn't support SPATIAL indexes"
5282
#: drizzled/drizzled_error_messages.h:962
5283
msgid "Triggers can not be created on system tables"
5286
#: drizzled/drizzled_error_messages.h:964
5288
msgid "Leading spaces are removed from name '%s'"
5291
#: drizzled/drizzled_error_messages.h:966
5292
msgid "Failed to read auto-increment value from storage engine"
5295
#: drizzled/drizzled_error_messages.h:968
5299
#: drizzled/drizzled_error_messages.h:970
5303
#: drizzled/drizzled_error_messages.h:972
5305
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
5308
#: drizzled/drizzled_error_messages.h:974
5310
msgid "The target table %-.100s of the %s is not insertable-into"
5313
#: drizzled/drizzled_error_messages.h:976
5316
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5319
#: drizzled/drizzled_error_messages.h:978
5320
msgid "Too high level of nesting for select"
5323
#: drizzled/drizzled_error_messages.h:980
5325
msgid "Name '%-.64s' has become ''"
5328
#: drizzled/drizzled_error_messages.h:982
5330
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
5331
"optional and non-empty FIELDS ENCLOSED BY"
5334
#: drizzled/drizzled_error_messages.h:984
5336
msgid "The foreign server, %s, you are trying to create already exists."
5339
#: drizzled/drizzled_error_messages.h:986
5342
"The foreign server name you are trying to reference does not exist. Data "
5343
"source error: %-.64s"
5346
#: drizzled/drizzled_error_messages.h:988
5349
"Table storage engine '%-.64s' does not support the create option '%.64s'"
5352
#: drizzled/drizzled_error_messages.h:990
5355
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5359
#: drizzled/drizzled_error_messages.h:992
5361
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5364
#: drizzled/drizzled_error_messages.h:994
5365
msgid "MAXVALUE can only be used in last partition definition"
5368
#: drizzled/drizzled_error_messages.h:996
5369
msgid "Subpartitions can only be hash partitions and by key"
5372
#: drizzled/drizzled_error_messages.h:998
5373
msgid "Must define subpartitions on all partitions if on one partition"
5376
#: drizzled/drizzled_error_messages.h:1000
5377
msgid "Wrong number of partitions defined, mismatch with previous setting"
5380
#: drizzled/drizzled_error_messages.h:1002
5381
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5384
#: drizzled/drizzled_error_messages.h:1004
5385
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5388
#: drizzled/drizzled_error_messages.h:1006
5389
msgid "Expression in RANGE/LIST VALUES must be constant"
5392
#: drizzled/drizzled_error_messages.h:1008
5393
msgid "Field in list of fields for partition function not found in table"
5396
#: drizzled/drizzled_error_messages.h:1010
5397
msgid "List of fields is only allowed in KEY partitions"
5400
#: drizzled/drizzled_error_messages.h:1012
5402
"The partition info in the frm file is not consistent with what can be "
5403
"written into the frm file"
5406
#: drizzled/drizzled_error_messages.h:1014
5408
msgid "The %-.192s function returns the wrong type"
5411
#: drizzled/drizzled_error_messages.h:1016
5413
msgid "For %-.64s partitions each partition must be defined"
5416
#: drizzled/drizzled_error_messages.h:1018
5417
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5420
#: drizzled/drizzled_error_messages.h:1020
5421
msgid "VALUES value must be of same type as partition function"
5424
#: drizzled/drizzled_error_messages.h:1022
5425
msgid "Multiple definition of same constant in list partitioning"
5428
#: drizzled/drizzled_error_messages.h:1024
5429
msgid "Partitioning can not be used stand-alone in query"
5432
#: drizzled/drizzled_error_messages.h:1026
5434
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5437
#: drizzled/drizzled_error_messages.h:1028
5439
msgid "For the partitioned engine it is necessary to define all %-.64s"
5442
#: drizzled/drizzled_error_messages.h:1030
5443
msgid "Too many partitions (including subpartitions) were defined"
5446
#: drizzled/drizzled_error_messages.h:1032
5448
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5449
"partitioning for subpartitioning"
5452
#: drizzled/drizzled_error_messages.h:1034
5453
msgid "Failed to create specific handler file"
5456
#: drizzled/drizzled_error_messages.h:1036
5457
msgid "A BLOB field is not allowed in partition function"
5460
#: drizzled/drizzled_error_messages.h:1038
5462
msgid "A %-.192s must include all columns in the table's partitioning function"
5465
#: drizzled/drizzled_error_messages.h:1040
5467
msgid "Number of %-.64s = 0 is not an allowed value"
5470
#: drizzled/drizzled_error_messages.h:1042
5471
msgid "Partition management on a not partitioned table is not possible"
5474
#: drizzled/drizzled_error_messages.h:1044
5476
"Foreign key condition is not yet supported in conjunction with partitioning"
5479
#: drizzled/drizzled_error_messages.h:1046
5481
msgid "Error in list of partitions to %-.64s"
5484
#: drizzled/drizzled_error_messages.h:1048
5485
msgid "Cannot remove all partitions, use DROP TABLE instead"
5488
#: drizzled/drizzled_error_messages.h:1050
5489
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5492
#: drizzled/drizzled_error_messages.h:1052
5494
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5498
#: drizzled/drizzled_error_messages.h:1054
5500
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5501
"tables using HASH PARTITIONs"
5504
#: drizzled/drizzled_error_messages.h:1056
5506
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5509
#: drizzled/drizzled_error_messages.h:1058
5510
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5513
#: drizzled/drizzled_error_messages.h:1060
5514
msgid "At least one partition must be added"
5517
#: drizzled/drizzled_error_messages.h:1062
5518
msgid "At least one partition must be coalesced"
5521
#: drizzled/drizzled_error_messages.h:1064
5522
msgid "More partitions to reorganise than there are partitions"
5525
#: drizzled/drizzled_error_messages.h:1066
5527
msgid "Duplicate partition name %-.192s"
5530
#: drizzled/drizzled_error_messages.h:1068
5531
msgid "It is not allowed to shut off binlog on this command"
5534
#: drizzled/drizzled_error_messages.h:1070
5535
msgid "When reorganising a set of partitions they must be in consecutive order"
5538
#: drizzled/drizzled_error_messages.h:1072
5540
"Reorganize of range partitions cannot change total ranges except for last "
5541
"partition where it can extend the range"
5544
#: drizzled/drizzled_error_messages.h:1074
5545
msgid "Partition function not supported in this version for this handler"
5548
#: drizzled/drizzled_error_messages.h:1076
5549
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5552
#: drizzled/drizzled_error_messages.h:1078
5554
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5557
#: drizzled/drizzled_error_messages.h:1080
5559
msgid "Plugin '%-.192s' is not loaded"
5562
#: drizzled/drizzled_error_messages.h:1082
5564
msgid "Incorrect %-.32s value: '%-.128s'"
5567
#: drizzled/drizzled_error_messages.h:1084
5569
msgid "Table has no partition for value %-.64s"
5572
#: drizzled/drizzled_error_messages.h:1086
5574
msgid "It is not allowed to specify %s more than once"
5577
#: drizzled/drizzled_error_messages.h:1088
5578
#: drizzled/drizzled_error_messages.h:1224
5580
msgid "Failed to create %s"
5581
msgstr "Echoué sur request_dump()"
5583
#: drizzled/drizzled_error_messages.h:1090
5584
#: drizzled/drizzled_error_messages.h:1114
5586
msgid "Failed to drop %s"
5589
#: drizzled/drizzled_error_messages.h:1092
5590
msgid "The handler doesn't support autoextend of tablespaces"
5593
#: drizzled/drizzled_error_messages.h:1094
5595
"A size parameter was incorrectly specified, either number or on the form 10M"
5598
#: drizzled/drizzled_error_messages.h:1096
5600
"The size number was correct but we don't allow the digit part to be more "
5604
#: drizzled/drizzled_error_messages.h:1098
5606
msgid "Failed to alter: %s"
5609
#: drizzled/drizzled_error_messages.h:1100
5610
msgid "Writing one row to the row-based binary log failed"
5613
#: drizzled/drizzled_error_messages.h:1102
5615
msgid "Table definition on master and slave does not match: %s"
5618
#: drizzled/drizzled_error_messages.h:1104
5620
"Slave running with --log-slave-updates must use row-based binary logging to "
5621
"be able to replicate row-based binary log events"
5624
#: drizzled/drizzled_error_messages.h:1106
5626
msgid "Event '%-.192s' already exists"
5629
#: drizzled/drizzled_error_messages.h:1108
5631
msgid "Failed to store event %s. Error code %d from storage engine."
5634
#: drizzled/drizzled_error_messages.h:1110
5636
msgid "Unknown event '%-.192s'"
5637
msgstr "Commande inconnue: '%-.60s'"
5639
#: drizzled/drizzled_error_messages.h:1112
5641
msgid "Failed to alter event '%-.192s'"
5644
#: drizzled/drizzled_error_messages.h:1116
5645
msgid "INTERVAL is either not positive or too big"
5648
#: drizzled/drizzled_error_messages.h:1118
5649
msgid "ENDS is either invalid or before STARTS"
5652
#: drizzled/drizzled_error_messages.h:1120
5653
msgid "Event execution time is in the past. Event has been disabled"
5656
#: drizzled/drizzled_error_messages.h:1122
5657
msgid "Failed to open mysql.event"
5660
#: drizzled/drizzled_error_messages.h:1124
5661
msgid "No datetime expression provided"
5664
#: drizzled/drizzled_error_messages.h:1126
5667
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5668
"probably corrupted"
5671
#: drizzled/drizzled_error_messages.h:1128
5673
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5676
#: drizzled/drizzled_error_messages.h:1130
5677
msgid "Failed to delete the event from mysql.event"
5680
#: drizzled/drizzled_error_messages.h:1132
5681
msgid "Error during compilation of event's body"
5684
#: drizzled/drizzled_error_messages.h:1134
5685
msgid "Same old and new event name"
5688
#: drizzled/drizzled_error_messages.h:1136
5690
msgid "Data for column '%s' too long"
5693
#: drizzled/drizzled_error_messages.h:1138
5695
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5698
#: drizzled/drizzled_error_messages.h:1140
5701
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5705
#: drizzled/drizzled_error_messages.h:1142
5706
msgid "You can't write-lock a log table. Only read access is possible"
5709
#: drizzled/drizzled_error_messages.h:1144
5710
msgid "You can't use locks with log tables."
5713
#: drizzled/drizzled_error_messages.h:1146
5716
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5717
"d would lead to a duplicate entry"
5720
#: drizzled/drizzled_error_messages.h:1148
5723
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5724
"%d, now running %d. Please use mysql_upgrade to fix this error."
5727
#: drizzled/drizzled_error_messages.h:1150
5729
"Cannot switch out of the row-based binary log format when the session has "
5730
"open temporary tables"
5733
#: drizzled/drizzled_error_messages.h:1152
5735
"Cannot change the binary logging format inside a stored function or trigger"
5738
#: drizzled/drizzled_error_messages.h:1154
5740
"The NDB cluster engine does not support changing the binlog format on the "
5744
#: drizzled/drizzled_error_messages.h:1156
5745
msgid "Cannot create temporary table with partitions"
5748
#: drizzled/drizzled_error_messages.h:1158
5749
msgid "Partition constant is out of partition function domain"
5752
#: drizzled/drizzled_error_messages.h:1160
5753
msgid "This partition function is not allowed"
5756
#: drizzled/drizzled_error_messages.h:1162
5757
msgid "Error in DDL log"
5760
#: drizzled/drizzled_error_messages.h:1164
5761
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5764
#: drizzled/drizzled_error_messages.h:1166
5766
msgid "Incorrect partition name"
5767
msgstr "Ignore les espaces après les noms de fonction."
5769
#: drizzled/drizzled_error_messages.h:1168
5771
"Transaction isolation level can't be changed while a transaction is in "
5775
#: drizzled/drizzled_error_messages.h:1170
5778
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5779
"'%-.192s' for key '%-.192s'"
5782
#: drizzled/drizzled_error_messages.h:1172
5784
msgid "Internal scheduler error %d"
5787
#: drizzled/drizzled_error_messages.h:1174
5789
msgid "Error during starting/stopping of the scheduler. Error code %u"
5792
#: drizzled/drizzled_error_messages.h:1176
5793
msgid "Engine cannot be used in partitioned tables"
5796
#: drizzled/drizzled_error_messages.h:1178
5798
msgid "Cannot activate '%-.64s' log"
5801
#: drizzled/drizzled_error_messages.h:1180
5802
msgid "The server was not built with row-based replication"
5805
#: drizzled/drizzled_error_messages.h:1182
5806
msgid "Decoding of base64 string failed"
5809
#: drizzled/drizzled_error_messages.h:1184
5810
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5813
#: drizzled/drizzled_error_messages.h:1186
5815
"Cannot proceed because system tables used by Event Scheduler were found "
5816
"damaged at server start"
5819
#: drizzled/drizzled_error_messages.h:1188
5820
msgid "Only integers allowed as number here"
5823
#: drizzled/drizzled_error_messages.h:1190
5824
msgid "This storage engine cannot be used for log tables"
5827
#: drizzled/drizzled_error_messages.h:1192
5829
msgid "You cannot '%s' a log table if logging is enabled"
5832
#: drizzled/drizzled_error_messages.h:1194
5835
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5836
"rename two tables: the log table to an archive table and another table back "
5840
#: drizzled/drizzled_error_messages.h:1196
5842
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5845
#: drizzled/drizzled_error_messages.h:1198
5847
msgid "Incorrect parameters in the call to native function '%-.192s'"
5850
#: drizzled/drizzled_error_messages.h:1200
5852
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5855
#: drizzled/drizzled_error_messages.h:1202
5857
msgid "This function '%-.192s' has the same name as a native function"
5860
#: drizzled/drizzled_error_messages.h:1204
5862
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5865
#: drizzled/drizzled_error_messages.h:1206
5866
msgid "Too many files opened, please execute the command again"
5869
#: drizzled/drizzled_error_messages.h:1208
5870
#: drizzled/drizzled_error_messages.h:1210
5872
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5873
"The event was dropped immediately after creation."
5876
#: drizzled/drizzled_error_messages.h:1212
5878
msgid "The incident %s occured on the master. Message: %-.64s"
5881
#: drizzled/drizzled_error_messages.h:1214
5882
msgid "Table has no partition for some existing values"
5885
#: drizzled/drizzled_error_messages.h:1216
5886
msgid "Statement is not safe to log in statement format."
5889
#: drizzled/drizzled_error_messages.h:1218
5891
msgid "Fatal error: %s"
5892
msgstr "Erreur survenue: %s"
5894
#: drizzled/drizzled_error_messages.h:1220
5896
msgid "Relay log read failure: %s"
5899
#: drizzled/drizzled_error_messages.h:1222
5901
msgid "Relay log write failure: %s"
5904
#: drizzled/drizzled_error_messages.h:1226
5906
msgid "Master command %s failed: %s"
5909
#: drizzled/drizzled_error_messages.h:1228
5911
msgid "Binary logging not possible. Message: %s"
5914
#: drizzled/drizzled_error_messages.h:1230
5916
msgid "View `%-.64s`.`%-.64s` has no creation context"
5919
#: drizzled/drizzled_error_messages.h:1232
5921
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5924
#: drizzled/drizzled_error_messages.h:1234
5926
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5929
#: drizzled/drizzled_error_messages.h:1236
5931
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5934
#: drizzled/drizzled_error_messages.h:1238
5936
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5939
#: drizzled/drizzled_error_messages.h:1240
5941
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5944
#: drizzled/drizzled_error_messages.h:1242
5946
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5949
#: drizzled/drizzled_error_messages.h:1244
5951
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5954
#: drizzled/drizzled_error_messages.h:1246
5956
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5959
#: drizzled/drizzled_error_messages.h:1248
5961
msgid "Ambiguous slave modes combination. %s"
5964
#: drizzled/drizzled_error_messages.h:1250
5967
"The BINLOG statement of type `%s` was not preceded by a format description "
5971
#: drizzled/drizzled_error_messages.h:1252
5972
msgid "Corrupted replication event was detected"
5975
#: drizzled/drizzled_error_messages.h:1254
5977
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5980
#: drizzled/drizzled_error_messages.h:1256
5982
msgid "Being purged log %s was not found"
5985
#: drizzled/drizzled_error_messages.h:1258
5987
msgid "Converted to non-transactional lock on '%-.64s'"
5990
#: drizzled/drizzled_error_messages.h:1260
5992
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5995
#: drizzled/drizzled_error_messages.h:1262
5998
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
6001
#: drizzled/drizzled_error_messages.h:1264
6003
msgid "Can't access storage engine of table %-.64s"
6006
#: drizzled/drizzled_error_messages.h:1266
6007
msgid "Starting backup process"
6010
#: drizzled/drizzled_error_messages.h:1268
6011
msgid "Backup completed"
6014
#: drizzled/drizzled_error_messages.h:1270
6015
msgid "Starting restore process"
6018
#: drizzled/drizzled_error_messages.h:1272
6019
msgid "Restore completed"
6022
#: drizzled/drizzled_error_messages.h:1274
6024
msgid "Nothing to backup"
6025
msgstr "Aucun résultat"
6027
#: drizzled/drizzled_error_messages.h:1276
6029
msgid "Database '%-.64s' cannot be included in a backup"
6032
#: drizzled/drizzled_error_messages.h:1278
6034
"Error during backup operation - server's error log contains more information "
6038
#: drizzled/drizzled_error_messages.h:1280
6040
"Error during restore operation - server's error log contains more "
6041
"information about the error"
6044
#: drizzled/drizzled_error_messages.h:1282
6046
"Can't execute this command because another BACKUP/RESTORE operation is in "
6050
#: drizzled/drizzled_error_messages.h:1284
6051
msgid "Error when preparing for backup operation"
6054
#: drizzled/drizzled_error_messages.h:1286
6055
msgid "Error when preparing for restore operation"
6058
#: drizzled/drizzled_error_messages.h:1288
6060
msgid "Invalid backup location '%-.64s'"
6063
#: drizzled/drizzled_error_messages.h:1290
6065
msgid "Can't read backup location '%-.64s'"
6068
#: drizzled/drizzled_error_messages.h:1292
6070
msgid "Can't write to backup location '%-.64s' (file already exists?)"
6073
#: drizzled/drizzled_error_messages.h:1294
6074
msgid "Can't enumerate server databases"
6077
#: drizzled/drizzled_error_messages.h:1296
6078
msgid "Can't enumerate server tables"
6081
#: drizzled/drizzled_error_messages.h:1298
6083
msgid "Can't enumerate tables in database %-.64s"
6086
#: drizzled/drizzled_error_messages.h:1300
6088
msgid "Skipping view %-.64s in database %-.64s"
6091
#: drizzled/drizzled_error_messages.h:1302
6093
msgid "Skipping table %-.64s since it has no valid storage engine"
6096
#: drizzled/drizzled_error_messages.h:1304
6098
msgid "Can't open table %-.64s"
6101
#: drizzled/drizzled_error_messages.h:1306
6102
msgid "Can't read backup archive preamble"
6105
#: drizzled/drizzled_error_messages.h:1308
6106
msgid "Can't write backup archive preamble"
6109
#: drizzled/drizzled_error_messages.h:1310
6111
msgid "Can't find backup driver for table %-.64s"
6114
#: drizzled/drizzled_error_messages.h:1312
6117
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
6121
#: drizzled/drizzled_error_messages.h:1314
6123
msgid "Can't create %-.64s backup driver"
6126
#: drizzled/drizzled_error_messages.h:1316
6128
msgid "Can't create %-.64s restore driver"
6131
#: drizzled/drizzled_error_messages.h:1318
6133
msgid "Found %d images in backup archive but maximum %d are supported"
6136
#: drizzled/drizzled_error_messages.h:1320
6138
msgid "Error when saving meta-data of %-.64s"
6141
#: drizzled/drizzled_error_messages.h:1322
6142
msgid "Error when reading meta-data list"
6145
#: drizzled/drizzled_error_messages.h:1324
6147
msgid "Can't create %-.64s"
6150
#: drizzled/drizzled_error_messages.h:1326
6151
msgid "Can't allocate buffer for image data transfer"
6154
#: drizzled/drizzled_error_messages.h:1328
6156
msgid "Error when writing %-.64s backup image data (for table #%d)"
6159
#: drizzled/drizzled_error_messages.h:1330
6160
msgid "Error when reading data from backup stream"
6163
#: drizzled/drizzled_error_messages.h:1332
6164
msgid "Can't go to the next chunk in backup stream"
6167
#: drizzled/drizzled_error_messages.h:1334
6169
msgid "Can't initialize %-.64s backup driver"
6172
#: drizzled/drizzled_error_messages.h:1336
6174
msgid "Can't initialize %-.64s restore driver"
6177
#: drizzled/drizzled_error_messages.h:1338
6179
msgid "Can't shut down %-.64s backup driver"
6182
#: drizzled/drizzled_error_messages.h:1340
6184
msgid "Can't shut down %-.64s backup driver(s)"
6187
#: drizzled/drizzled_error_messages.h:1342
6189
msgid "%-.64s backup driver can't prepare for synchronization"
6192
#: drizzled/drizzled_error_messages.h:1344
6194
msgid "%-.64s backup driver can't create its image validity point"
6197
#: drizzled/drizzled_error_messages.h:1346
6199
msgid "Can't unlock %-.64s backup driver after creating the validity point"
6202
#: drizzled/drizzled_error_messages.h:1348
6204
msgid "%-.64s backup driver can't cancel its backup operation"
6207
#: drizzled/drizzled_error_messages.h:1350
6209
msgid "%-.64s restore driver can't cancel its restore operation"
6212
#: drizzled/drizzled_error_messages.h:1352
6214
msgid "Error when polling %-.64s backup driver for its image data"
6217
#: drizzled/drizzled_error_messages.h:1354
6219
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
6222
#: drizzled/drizzled_error_messages.h:1356
6225
"After %d attempts %-.64s restore driver still can't accept next block of data"
6228
#: drizzled/drizzled_error_messages.h:1358
6230
msgid "Open and lock tables failed in %-.64s"
6233
#: drizzled/drizzled_error_messages.h:1360
6234
msgid "Backup driver's table locking thread can not be initialized."
6237
#: drizzled/drizzled_error_messages.h:1362
6239
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
6240
"and 'mysql.online_backup_progress'."
6243
#: drizzled/drizzled_error_messages.h:1364
6245
msgid "Tablespace '%-.192s' already exists"
6248
#: drizzled/drizzled_error_messages.h:1366
6250
msgid "Tablespace '%-.192s' doesn't exist"
6253
#: drizzled/drizzled_error_messages.h:1368
6255
msgid "Unexpected master's heartbeat data: %s"
6258
#: drizzled/drizzled_error_messages.h:1370
6260
msgid "The requested value for the heartbeat period %s %s"
6263
#: drizzled/drizzled_error_messages.h:1372
6265
msgid "Can't write to the online backup progress log %-.64s."
6268
#: drizzled/drizzled_error_messages.h:1374
6270
msgid "Tablespace '%-.192s' not empty"
6273
#: drizzled/drizzled_error_messages.h:1376
6276
"Tablespace `%-.64s` needed by tables being restored has changed on the "
6277
"server. The original definition of the required tablespace is '%-.256s' "
6278
"while the same tablespace is defined on the server as '%-.256s'"
6281
#: drizzled/handler.cc:390
6283
msgid "Too many storage engines!"
6284
msgstr "Erreur %d du moteur de stockage"
6286
#: drizzled/handler.cc:394
6288
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
6291
#: drizzled/handler.cc:1278
6293
msgid "Found %d prepared transaction(s) in %s"
6296
#: drizzled/handler.cc:1330
6297
msgid "Starting crash recovery..."
6300
#: drizzled/handler.cc:1362
6302
msgid "Found %d prepared XA transactions"
6305
#: drizzled/handler.cc:1366
6308
"Found %d prepared transactions! It means that drizzled was not shut down "
6309
"properly last time and critical recovery information (last binlog or %s "
6310
"file) was manually deleted after a crash. You have to start drizzled with "
6311
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
6314
#: drizzled/handler.cc:1376
6315
msgid "Crash recovery finished."
6318
#: drizzled/log.cc:1072
6319
msgid "I/O error reading the header from the binary log"
6322
#: drizzled/log.cc:1079
6324
"Binlog has bad magic number; It's not a binary log file that can be used by "
6325
"this version of Drizzle"
6328
#: drizzled/log.cc:1094
6330
msgid "Failed to open log (file '%s', errno %d)"
6331
msgstr "Impossible de verrouiller le fichier (Errcode : %d)"
6333
#: drizzled/log.cc:1096 drizzled/log.cc:1104
6335
msgid "Could not open log file"
6336
msgstr "Connexion au moteur de stockage impossible"
6338
#: drizzled/log.cc:1102
6340
msgid "Failed to create a cache on log (file '%s')"
6341
msgstr "Echoué sur request_dump()"
6343
#: drizzled/log.cc:1256 drizzled/log.cc:1904
6346
"Could not use %s for logging (error %d). Turning logging off for the whole "
6347
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6348
"shutdown the Drizzle server and restart it."
6351
#: drizzled/log.cc:2173 drizzled/log.cc:2204 drizzled/log.cc:2456
6352
#: drizzled/log.cc:2580
6354
msgid "Failed to delete file '%s'"
6355
msgstr "Echoué sur request_dump()"
6357
#: drizzled/log.cc:2182 drizzled/log.cc:2464 drizzled/log.cc:2588
6360
"a problem with deleting %s; consider examining correspondence of your binlog "
6361
"index file to the actual binlog files"
6364
#: drizzled/log.cc:2310
6366
msgid "next log error: %d offset: %s log: %s included: %d"
6369
#: drizzled/log.cc:2422 drizzled/log.cc:2548
6371
msgid "Failed to execute stat() on file '%s'"
6372
msgstr "Echoué sur request_dump()"
6374
#: drizzled/log.cc:2433 drizzled/log.cc:2559
6377
"a problem with getting info on being purged %s; consider examining "
6378
"correspondence of your binlog index file to the actual binlog files"
6381
#: drizzled/log.cc:4055 drizzled/log.cc:4548
6383
msgid "Recovering after a crash using %s"
6386
#: drizzled/log.cc:4058
6388
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6391
#: drizzled/log.cc:4395
6392
msgid "Bad magic header in tc log"
6395
#: drizzled/log.cc:4405
6398
"Recovery failed! You must enable exactly %d storage engines that support two-"
6399
"phase commit protocol"
6402
#: drizzled/log.cc:4433
6404
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6405
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6406
"heuristic-recover={commit|rollback}"
6409
#: drizzled/log.cc:4463
6410
msgid "Heuristic crash recovery mode"
6413
#: drizzled/log.cc:4465
6414
msgid "Heuristic crash recovery failed"
6417
#: drizzled/log.cc:4466
6418
msgid "Please restart mysqld without --tc-heuristic-recover"
6421
#: drizzled/log.cc:4510 drizzled/log.cc:4534
6423
msgid "find_log_pos() failed (error: %d)"
6424
msgstr "Impossible de verrouiller le fichier (Errcode : %d)"
6426
#: drizzled/log.cc:4647
6428
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6429
"of memory error) and restart, or delete (or rename) binary log and start "
6430
"mysqld with --tc-heuristic-recover={commit|rollback}"
6433
#: drizzled/log_event.cc:990
6436
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6439
#: drizzled/log_event.cc:3693
6442
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6443
"produced %ld warning(s). Default database: '%s'"
6446
#: drizzled/log_event.cc:4731
6448
msgid "Out of memory while recording slave event"
6449
msgstr "Mémoire insuffisante dans le moteur"
6451
#: drizzled/rpl_mi.cc:148
6453
msgid "Failed to create a new master info file (file '%s', errno %d)"
6456
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6458
msgid "Failed to create a cache on master info file (file '%s')"
6461
#: drizzled/rpl_mi.cc:170
6463
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6466
#: drizzled/rpl_mi.cc:276
6469
"SSL information in the master info file ('%s') are ignored because this "
6470
"MySQL slave was compiled without SSL support."
6473
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2151
6474
msgid "Failed to flush master info file"
6477
#: drizzled/rpl_mi.cc:305
6478
msgid "Error reading master configuration"
6481
#: drizzled/rpl_reporting.cc:43
6483
msgid "Slave %s: %s%s Error_code: %d"
6486
#: drizzled/rpl_rli.cc:134
6489
"Neither --relay-log nor --relay-log-index were used; so replication may "
6490
"break when this MySQL server acts as a slave and has his hostname changed!! "
6491
"Please use '--relay-log=%s' to avoid this problem."
6494
#: drizzled/rpl_rli.cc:151
6495
msgid "Failed in open_log() called from init_relay_log_info()"
6498
#: drizzled/rpl_rli.cc:168
6500
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6501
msgstr "Impossible de verrouiller le fichier (Errcode : %d)"
6503
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6505
msgid "Failed to create a cache on relay log info file '%s'"
6506
msgstr "Echoué sur request_dump()"
6508
#: drizzled/rpl_rli.cc:186
6509
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6512
#: drizzled/rpl_rli.cc:202
6514
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6515
msgstr "Impossible de verrouiller le fichier (Errcode : %d)"
6517
#: drizzled/rpl_rli.cc:253
6519
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6520
msgstr "Impossible de verrouiller le fichier (Errcode : %d)"
6522
#: drizzled/rpl_rli.cc:268
6523
msgid "Failed to flush relay log info file"
6526
#: drizzled/rpl_rli.cc:271
6527
msgid "Error counting relay log space"
6530
#: drizzled/rpl_rli.cc:295
6532
msgid "log %s listed in the index, but failed to stat"
6535
#: drizzled/rpl_rli.cc:310
6536
msgid "Could not find first log while counting relay log space"
6539
#: drizzled/rpl_rli.cc:967
6540
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6543
#: drizzled/rpl_utility.cc:122
6545
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6548
#: drizzled/rpl_utility.cc:137
6551
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6552
"Master's column size should be <= the slave's column size."
6555
#: drizzled/scheduler.cc:121
6556
msgid "Memory allocation error in thd_scheduler::init\n"
6559
#: drizzled/scheduler.cc:212
6560
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6563
#: drizzled/scheduler.cc:218
6564
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6567
#: drizzled/scheduler.cc:230
6568
msgid "thd_add_event event_add error in libevent_init\n"
6571
#: drizzled/scheduler.cc:246
6573
msgid "Can't create completion port thread (error %d)"
6574
msgstr "Impossible de créer un thread d'interruption (erreur %d, errno : %d)"
6576
#: drizzled/scheduler.cc:359
6577
msgid "event_add error in libevent_add_thd_callback\n"
6580
#: drizzled/scheduler.cc:385
6581
msgid "Scheduler init error in libevent_add_new_connection\n"
6584
#: drizzled/scheduler.cc:467
6585
msgid "libevent_thread_proc: my_thread_init() failed\n"
6588
#: drizzled/set_var.cc:905
6589
msgid "Ambiguous slave modes combination. STRICT will be used"
6592
#: drizzled/slave.cc:89
6593
msgid "Waiting to reconnect after a failed registration on master"
6595
"En attente de reconnexion suite à un échec d'enregistrement sur le maître"
6597
#: drizzled/slave.cc:90
6599
"Slave I/O thread killed while waitnig to reconnect after a failed "
6600
"registration on master"
6603
#: drizzled/slave.cc:92
6604
msgid "Reconnecting after a failed registration on master"
6605
msgstr "Reconnexion suite à un échec d'enregistrement sur le maître"
6607
#: drizzled/slave.cc:93
6610
"failed registering on master, reconnecting to try again, log '%s' at postion "
6613
"Enregistrement sur le maître échoué, nouvelle tentative de connexion, log '%"
6616
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6617
msgid "Slave I/O thread killed during or after reconnect"
6620
#: drizzled/slave.cc:99
6621
msgid "Waiting to reconnect after a failed binlog dump request"
6624
#: drizzled/slave.cc:100
6625
msgid "Slave I/O thread killed while retrying master dump"
6628
#: drizzled/slave.cc:101
6629
msgid "Reconnecting after a failed binlog dump request"
6632
#: drizzled/slave.cc:102
6634
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6637
#: drizzled/slave.cc:108
6638
msgid "Waiting to reconnect after a failed master event read"
6641
#: drizzled/slave.cc:109
6642
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6645
#: drizzled/slave.cc:111
6646
msgid "Reconnecting after a failed master event read"
6649
#: drizzled/slave.cc:112
6652
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6656
#: drizzled/slave.cc:115
6658
"Slave I/O thread killed during or after a reconnect done to recover from "
6662
#: drizzled/slave.cc:229
6663
msgid "Failed to allocate memory for the master info structure"
6666
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6667
msgid "Failed to initialize the master info structure"
6670
#: drizzled/slave.cc:251
6671
msgid "Failed to create slave threads"
6674
#: drizzled/slave.cc:448
6675
msgid "Server id not set, will not start slave"
6678
#: drizzled/slave.cc:616
6680
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6681
"updates to a non-transactional table without any primary key. There is a "
6682
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6683
"check your tables' contents after restart."
6686
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6687
msgid "Master reported unrecognized DRIZZLE version"
6690
#: drizzled/slave.cc:833
6691
msgid "default Format_description_log_event"
6694
#: drizzled/slave.cc:855
6697
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6698
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6701
#: drizzled/slave.cc:882
6703
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6704
"server ids; these ids must be different for replication to work (or the --"
6705
"replicate-same-server-id option must be used on slave but this doesnot "
6706
"always make sense; please check the manual before using it)."
6709
#: drizzled/slave.cc:927
6711
"The slave I/O thread stops because master and slave have different values "
6712
"for the COLLATION_SERVER global variable. The values must be equal for "
6713
"replication to work"
6716
#: drizzled/slave.cc:963
6718
"The slave I/O thread stops because master and slave have different values "
6719
"for the TIME_ZONE global variable. The values must be equal for replication "
6723
#: drizzled/slave.cc:1028
6724
msgid "Waiting for the slave SQL thread to free enough relay log space"
6727
#: drizzled/slave.cc:1074
6729
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6733
#: drizzled/slave.cc:1085
6734
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6737
#: drizzled/slave.cc:1476
6739
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6742
#: drizzled/slave.cc:1529
6744
msgid "Error reading packet from server: %s ( server_errno=%d)"
6747
#: drizzled/slave.cc:1537
6749
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6752
#: drizzled/slave.cc:1691
6755
"It was not possible to update the positions of the relay log information: "
6756
"the slave may be in an inconsistent state. Stopped in %s position %s"
6759
#: drizzled/slave.cc:1766 drizzled/slave.cc:2366
6761
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6764
#: drizzled/slave.cc:1825 drizzled/slave.cc:2315
6766
msgid "Error initializing relay log position: %s"
6769
#: drizzled/slave.cc:1841
6772
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6773
"Consider raising the value of the slave_transaction_retries variable."
6776
#: drizzled/slave.cc:1864
6778
"Could not parse relay log event entry. The possible reasons are: the "
6779
"master's binary log is corrupted (you can check this by running "
6780
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6781
"can check this by running 'mysqlbinlog' on the relay log), a network "
6782
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6783
"check the master's binary log or slave's relay log, you will be able to know "
6784
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6787
#: drizzled/slave.cc:1988
6788
msgid "Failed during slave I/O thread initialization"
6791
#: drizzled/slave.cc:2002
6792
msgid "error in drizzle_create()"
6795
#: drizzled/slave.cc:2010
6798
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6799
"'%s' at position %s"
6802
#: drizzled/slave.cc:2024
6803
msgid "Slave I/O thread killed while connecting to master"
6806
#: drizzled/slave.cc:2048
6807
msgid "Slave I/O thread couldn't register on master"
6810
#: drizzled/slave.cc:2060 drizzled/slave.cc:2084 drizzled/slave.cc:2108
6811
msgid "Forcing to reconnect slave I/O thread"
6814
#: drizzled/slave.cc:2073
6815
msgid "Failed on request_dump()"
6816
msgstr "Echoué sur request_dump()"
6818
#: drizzled/slave.cc:2074
6819
msgid "Slave I/O thread killed while requesting master dump"
6822
#: drizzled/slave.cc:2100
6823
msgid "Waiting for master to send event"
6824
msgstr "En attente d'envoi d'évenements du maître"
6826
#: drizzled/slave.cc:2102
6827
msgid "Slave I/O thread killed while reading event"
6830
#: drizzled/slave.cc:2120
6833
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6834
"entry is correct, restart the server with a higher value of "
6835
"max_allowed_packet"
6838
#: drizzled/slave.cc:2134
6839
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6842
#: drizzled/slave.cc:2144
6843
msgid "Queueing master event to the relay log"
6846
#: drizzled/slave.cc:2171
6847
msgid "Slave I/O thread aborted while waiting for relay log space"
6850
#: drizzled/slave.cc:2181
6852
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6855
#: drizzled/slave.cc:2205
6856
msgid "Waiting for slave mutex on exit"
6859
#: drizzled/slave.cc:2271
6860
msgid "Failed during slave thread initialization"
6863
#: drizzled/slave.cc:2337
6866
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6867
"s, relay log '%s' position: %s"
6870
#: drizzled/slave.cc:2351
6871
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6874
#: drizzled/slave.cc:2377
6875
msgid "Reading event from the relay log"
6878
#: drizzled/slave.cc:2402
6880
msgid "Slave (additional info): %s Error_code: %d"
6883
#: drizzled/slave.cc:2419
6885
msgid "Slave: %s Error_code: %d"
6888
#: drizzled/slave.cc:2422
6891
"Error loading user-defined library, slave SQL thread aborted. Install the "
6892
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6893
"stopped at log '%s' position %s"
6896
#: drizzled/slave.cc:2430
6899
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6900
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6903
#: drizzled/slave.cc:2442
6906
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6909
#: drizzled/slave.cc:2538
6911
msgid "Slave I/O: failed requesting download of '%s'"
6914
#: drizzled/slave.cc:2555
6916
msgid "Network read error downloading '%s' from master"
6919
#: drizzled/slave.cc:2577
6920
msgid "error writing Exec_load event to relay log"
6923
#: drizzled/slave.cc:2591
6924
msgid "error writing Create_file event to relay log"
6927
#: drizzled/slave.cc:2606
6928
msgid "error writing Append_block event to relay log"
6931
#: drizzled/slave.cc:2702
6932
msgid "Memory allocation failed"
6935
#: drizzled/slave.cc:2727 drizzled/slave.cc:2813
6938
"Read invalid event from master: '%s', master could be corrupt but a more "
6939
"likely cause of this is a bug"
6942
#: drizzled/slave.cc:3086
6943
msgid "could not queue event from master"
6946
#: drizzled/slave.cc:3180
6948
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6951
#: drizzled/slave.cc:3182
6952
msgid "reconnecting"
6953
msgstr "Reconnexion"
6955
#: drizzled/slave.cc:3182
6959
#: drizzled/slave.cc:3208
6962
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6965
"Esclave: connecté au maître '%s@%s:%d', réplication continue dans le log '%s"
6966
"\" à la position %s"
6968
#: drizzled/slave.cc:3598
6970
msgid "next log '%s' is currently active"
6971
msgstr "Prochain log '%s' est actuellement actif"
6973
#: drizzled/slave.cc:3628
6975
msgid "next log '%s' is not active"
6976
msgstr "Prochain log '%s' n'est pas actif"
6978
#: drizzled/slave.cc:3644
6981
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6984
#: drizzled/slave.cc:3650
6985
msgid "Aborting slave SQL thread because of partial event read"
6988
#: drizzled/slave.cc:3656 drizzled/slave.cc:3663
6990
msgid "Error reading relay log event: %s"
6993
#: drizzled/slave.cc:3657
6994
msgid "slave SQL thread was killed"
6997
#: drizzled/slave.cc:3755
7000
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
7001
"check error log on slave for more info"
7003
"Le maître peut être affecté par http://bugs.mysql.com/bug.php?id=%u donc "
7004
"l'esclave s'est arrêté; Vérifiez le log d'erreur sur l'esclave pour plus "
7007
#: drizzled/slave.cc:3761
7010
"According to the master's version ('%s'), it is probable that master suffers "
7011
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
7012
"current binary log event may make the slave's data become different from the "
7013
"master's data. To take no risk, slave refuses to replicate this event and "
7014
"stops. We recommend that all updates be stopped on the master and slave, "
7015
"that the data of both be manually synchronized, that master's binary logs be "
7016
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
7017
"Then replication can be restarted."
7020
#: drizzled/sql_base.cc:2527
7022
msgid "Table %s had a open data handler in reopen_table"
7025
#: drizzled/sql_base.cc:3178
7027
msgid "Couldn't repair table: %s.%s"
7030
#: drizzled/sql_base.cc:3221
7033
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
7034
"s`.`%s`' to the binary log"
7037
#: drizzled/sql_base.cc:3950
7039
msgid "Could not remove temporary table: '%s', error: %d"
7040
msgstr "Ne peux créer la table '%-.200s' (errno: %d)"
7042
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
7044
msgid "Error while loading database options: '%s':"
7047
#: drizzled/sql_plugin.cc:647
7049
msgid "Plugin '%s' of type %s failed deinitialization"
7052
#: drizzled/sql_plugin.cc:661
7054
msgid "Plugin '%s' has ref_count=%d after deinitialization."
7057
#: drizzled/sql_plugin.cc:781
7059
msgid "Plugin '%s' registration as a %s failed."
7062
#: drizzled/sql_plugin.cc:1035
7063
msgid "plugin-load parameter too long"
7066
#: drizzled/sql_plugin.cc:1095
7068
msgid "Couldn't load plugin named '%s' with soname '%s'."
7071
#: drizzled/sql_plugin.cc:1146
7073
msgid "Forcing shutdown of %d plugins"
7076
#: drizzled/sql_plugin.cc:1168
7078
msgid "Plugin '%s' will be forced to shutdown"
7081
#: drizzled/sql_plugin.cc:1184
7083
msgid "Plugin '%s' has ref_count=%d after shutdown."
7086
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
7088
msgid "Unknown variable type code 0x%x in plugin '%s'."
7089
msgstr "Commande inconnue: '%-.60s'"
7091
#: drizzled/sql_plugin.cc:2476
7094
"Server variable %s of plugin %s was forced to be read-only: string variable "
7095
"without update_func and PLUGIN_VAR_MEMALLOC flag"
7098
#: drizzled/sql_plugin.cc:2507
7100
msgid "Missing variable name in plugin '%s'."
7103
#: drizzled/sql_plugin.cc:2524
7105
msgid "Thread local variable '%s' not allocated in plugin '%s'."
7108
#: drizzled/sql_plugin.cc:2643
7110
msgid "Out of memory for plugin '%s'."
7111
msgstr "Mémoire insuffisante dans le moteur"
7113
#: drizzled/sql_plugin.cc:2650
7115
msgid "Bad options for plugin '%s'."
7118
#: drizzled/sql_plugin.cc:2659
7120
msgid "Parsing options for plugin '%s' failed."
7123
#: drizzled/sql_plugin.cc:2702
7125
msgid "Plugin '%s' has conflicting system variables"
7128
#: drizzled/sql_plugin.cc:2712
7130
msgid "Plugin '%s' disabled by command line option"
7133
#: drizzled/sql_repl.cc:101
7134
msgid "Failed in send_file() while reading file name"
7135
msgstr "Echec dans send_file() à la lecture du nom de fichier"
7137
#: drizzled/sql_repl.cc:114
7138
msgid "Failed in send_file() on open of file"
7139
msgstr "Echec dans send_file() à l'ouverture du fichier"
7141
#: drizzled/sql_repl.cc:122
7142
msgid "Failed in send_file() while writing data to client"
7143
msgstr "Échec dans send_file() lors de l'écriture de données vers le client"
7145
#: drizzled/sql_repl.cc:131
7146
msgid "Failed in send_file() while negotiating file transfer close"
7147
msgstr "Echec dans send_file() à la fin du transfert de fichier."
7149
#: drizzled/sql_table.cc:81
7151
msgid "Invalid (old?) table or database name '%s'"
7154
#: drizzled/sql_table.cc:2716
7156
msgid "Unknown - internal error %d during operation"
7157
msgstr "Erreur inconnue %d"
7159
#: drizzled/sql_table.cc:4992
7161
msgid "Could not open table %s.%s after rename\n"
7164
#: drizzled/sql_table.cc:5159
7167
"order_st BY ignored because there is a user-defined clustered index in the "
7171
#: drizzled/sql_udf.cc:39
7173
msgid "Can't allocate memory for udf structures"
7174
msgstr "Ne peux allouer de la mémoire pour le fichier historique temporaire!\n"
7176
#: drizzled/table.cc:488
7179
"'%s' had no or invalid character set, and default character set is multi-"
7180
"byte, so character column sizes may have changed"
7182
"'%s' n'a pas d'encodage de caractère ou il est invalide, et l'encodage par "
7183
"défaut est en multi-byte, les caractères des colonnes ont peut-être changé "
7186
#: drizzled/table.cc:1692
7188
msgid "Unknown collation '%s' in table '%-.64s' definition"
7191
#: drizzled/table.cc:1699
7194
"Table '%-.64s' was created with a different version of MySQL and cannot be "
7197
"La table '%-.64s' a été créée avec une version différente de MySQL and ne "
7200
#: drizzled/table.cc:2311
7203
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
7206
"Définition incorrecte de la table %s.%s: colonne '%s' attendue à la position "
7209
#: drizzled/table.cc:2337
7212
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7213
"have type %s, found type %s."
7215
"Définition incorrecte de la table %s.%s: la colonne '%s' à la position %d "
7216
"devrait être de type %s, type trouvé %s."
7218
#: drizzled/table.cc:2346
7221
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7222
"position %d to have character set '%s' but the type has no character set."
7225
#: drizzled/table.cc:2356
7228
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7229
"position %d to have character set '%s' but found character set '%s'."
7232
#: drizzled/table.cc:2367
7235
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7236
"have type %s but the column is not found."
7239
#: drizzled/table.cc:4750
7241
msgid "Got error %d when reading table '%s'"
7244
#: drizzled/tztime.cc:1063
7246
msgid "Fatal error: Illegal or unknown default time zone '%s'"
7249
#: drizzled/definitions.h:48
7250
msgid "Invalid error code"