805
697
"libre y usted es bienvenido a modificarlo y redistribuirlo debajo de la "
806
698
"licencia GPL.\n"
808
#: client/drizzleadmin.cc:374
809
msgid "Administration program for the drizzled daemon."
810
msgstr "Programa de adminisitracion para el demonio drizzled."
812
#: client/drizzleadmin.cc:375
814
msgid "Usage: %s [OPTIONS] command command....\n"
815
msgstr "Utilizacion: %s [OPCIONES] comando comando...\n"
817
#: client/drizzleadmin.cc:377
819
" ping Check if server is down\n"
820
" shutdown Take server down\n"
822
" ping Revisa si el servidor esta abajo\n"
823
" shutdown Cierra el servidor\n"
825
#: libdrizzle/client.c:673
827
msgid "Unknown option to protocol: %s\n"
830
#: libdrizzle/client.c:1153
832
msgid "COLLATION %s is not valid for CHARACTER SET %s"
835
#: libdrizzle/errmsg.c:29
837
msgid "Unknown Drizzle error"
838
msgstr "Error desconocido %d"
840
#: libdrizzle/errmsg.c:30
842
msgid "Can't create UNIX socket (%d)"
843
msgstr "No puede crear directorio '%s' (Codigo de error: %d)"
845
#: libdrizzle/errmsg.c:31
847
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
850
#: libdrizzle/errmsg.c:32
852
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
853
msgstr "Imposible conectar al servidor\n"
855
#: libdrizzle/errmsg.c:33
857
msgid "Can't create TCP/IP socket (%d)"
860
#: libdrizzle/errmsg.c:34
862
msgid "Unknown Drizzle server host '%-.100s' (%d)"
865
#: libdrizzle/errmsg.c:35
866
msgid "Drizzle server has gone away"
869
#: libdrizzle/errmsg.c:36
871
msgid "Protocol mismatch; server version = %d, client version = %d"
874
#: libdrizzle/errmsg.c:37
875
msgid "Drizzle client ran out of memory"
878
#: libdrizzle/errmsg.c:38
879
msgid "Wrong host info"
882
#: libdrizzle/errmsg.c:39
883
msgid "Localhost via UNIX socket"
886
#: libdrizzle/errmsg.c:40
888
msgid "%-.100s via TCP/IP"
891
#: libdrizzle/errmsg.c:41
892
msgid "Error in server handshake"
895
#: libdrizzle/errmsg.c:42
896
msgid "Lost connection to Drizzle server during query"
899
#: libdrizzle/errmsg.c:43
900
msgid "Commands out of sync; you can't run this command now"
903
#: libdrizzle/errmsg.c:44
905
msgid "Named pipe: %-.32s"
908
#: libdrizzle/errmsg.c:45
910
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
913
#: libdrizzle/errmsg.c:46
915
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
918
#: libdrizzle/errmsg.c:47
920
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
923
#: libdrizzle/errmsg.c:48
925
msgid "Can't initialize character set %-.32s (path: %-.100s)"
928
#: libdrizzle/errmsg.c:49
929
msgid "Got packet bigger than 'max_allowed_packet' bytes"
932
#: libdrizzle/errmsg.c:50
933
msgid "Embedded server"
936
#: libdrizzle/errmsg.c:51
937
msgid "Error on SHOW SLAVE STATUS:"
940
#: libdrizzle/errmsg.c:52
941
msgid "Error on SHOW SLAVE HOSTS:"
944
#: libdrizzle/errmsg.c:53
945
msgid "Error connecting to slave:"
948
#: libdrizzle/errmsg.c:54
949
msgid "Error connecting to master:"
952
#: libdrizzle/errmsg.c:55
953
msgid "SSL connection error"
956
#: libdrizzle/errmsg.c:56
957
msgid "Malformed packet"
960
#: libdrizzle/errmsg.c:57 libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69
961
#: libdrizzle/errmsg.c:70 libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72
962
#: libdrizzle/errmsg.c:73 libdrizzle/errmsg.c:74 libdrizzle/errmsg.c:75
963
#: libdrizzle/errmsg.c:76
964
msgid "(unused error message)"
967
#: libdrizzle/errmsg.c:58
968
msgid "Invalid use of null pointer"
971
#: libdrizzle/errmsg.c:59
972
msgid "Statement not prepared"
975
#: libdrizzle/errmsg.c:60
976
msgid "No data supplied for parameters in prepared statement"
979
#: libdrizzle/errmsg.c:61
980
msgid "Data truncated"
983
#: libdrizzle/errmsg.c:62
984
msgid "No parameters exist in the statement"
987
#: libdrizzle/errmsg.c:63
988
msgid "Invalid parameter number"
991
#: libdrizzle/errmsg.c:64
994
"Can't send long data for non-string/non-binary data types (parameter: %d)"
997
#: libdrizzle/errmsg.c:66
999
msgid "Using unsupported buffer type: %d (parameter: %d)"
1002
#: libdrizzle/errmsg.c:67
1004
msgid "Shared memory: %-.100s"
1007
#: libdrizzle/errmsg.c:77
1008
msgid "Wrong or unknown protocol"
1011
#: libdrizzle/errmsg.c:78
1013
msgid "Invalid connection handle"
1014
msgstr "Código de error inválido"
1016
#: libdrizzle/errmsg.c:79
1018
"Connection using old (pre-4.1.1) authentication protocol refused (client "
1019
"option 'secure_auth' enabled)"
1022
#: libdrizzle/errmsg.c:81
1023
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
1026
#: libdrizzle/errmsg.c:82
1027
msgid "Attempt to read column without prior row fetch"
1030
#: libdrizzle/errmsg.c:83
1031
msgid "Prepared statement contains no metadata"
1034
#: libdrizzle/errmsg.c:84
1036
"Attempt to read a row while there is no result set associated with the "
1040
#: libdrizzle/errmsg.c:86
1041
msgid "This feature is not implemented yet"
1044
#: libdrizzle/errmsg.c:87
1047
"Lost connection to Drizzle server while waiting for initial communication "
1048
"packet, system error: %d"
1050
"conexion al servidor en '%s' fallido\n"
1053
#: libdrizzle/errmsg.c:89
1056
"Lost connection to Drizzle server while reading initial communication "
1057
"packet, system error: %d"
1059
"conexion al servidor en '%s' fallido\n"
1062
#: libdrizzle/errmsg.c:91
1065
"Lost connection to Drizzle server while sending authentication information, "
1068
"conexion al servidor en '%s' fallido\n"
1071
#: libdrizzle/errmsg.c:93
1074
"Lost connection to Drizzle server while reading authorization information, "
1077
"conexion al servidor en '%s' fallido\n"
1080
#: libdrizzle/errmsg.c:95
1083
"Lost connection to Drizzle server while setting initial database, system "
1086
"conexion al servidor en '%s' fallido\n"
1089
#: libdrizzle/errmsg.c:97
1091
msgid "Statement closed indirectly because of a preceeding %s() call"
1094
#: libdrizzle/local_infile.c:186 mysys/errors.c:52
1096
msgid "File '%s' not found (Errcode: %d)"
1097
msgstr "Archivo '%s' no encontrado (Codigo de error: %d)"
1099
#: libdrizzle/local_infile.c:217 mysys/errors.c:26
1101
msgid "Error reading file '%s' (Errcode: %d)"
1102
msgstr "Error leyendo el archivo '%s' (Codigo de error: %d)"
1104
#: mysys/errors.c:25
1106
msgid "Can't create/write to file '%s' (Errcode: %d)"
1107
msgstr "No puede crear/escribir el archivo '%s' (Codigo de Error: %d)"
1109
#: mysys/errors.c:27
1111
msgid "Error writing file '%s' (Errcode: %d)"
1112
msgstr "Error escribiendo el archivo '%s' (Codigo de error: %d)"
1114
#: mysys/errors.c:28
1116
msgid "Error on close of '%s' (Errcode: %d)"
1117
msgstr "Error tratando de cerrar '%s' (Codigo de error: %d)"
1119
#: mysys/errors.c:29
1121
msgid "Out of memory (Needed %u bytes)"
1122
msgstr "No hay mas memoria (Se necesitan %u bytes)"
1124
#: mysys/errors.c:30
1126
msgid "Error on delete of '%s' (Errcode: %d)"
1127
msgstr "Error tratando de eliminar '%s' (Codigo de error: %d)"
1129
#: mysys/errors.c:31
1131
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1132
msgstr "Error tratando de renombrar '%s' a '%s' (Codigo de error: %d)"
1134
#: mysys/errors.c:32
1136
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1138
"EOF inesperado encontrado al leer el archivo '%s' (Codigo de error: %d)"
1140
#: mysys/errors.c:33
1142
msgid "Can't lock file (Errcode: %d)"
1143
msgstr "No puede bloquear el archivo (Codigo de error: %d)"
1145
#: mysys/errors.c:34
1147
msgid "Can't unlock file (Errcode: %d)"
1148
msgstr "No puede desbloquear el archivo (Codigo de error: %d)"
1150
#: mysys/errors.c:35
1152
msgid "Can't read dir of '%s' (Errcode: %d)"
1153
msgstr "No puede leer el directorio de '%s' (Codigo de error: %d)"
1155
#: mysys/errors.c:36
1157
msgid "Can't get stat of '%s' (Errcode: %d)"
1158
msgstr "No puede obtener estadistica de '%s' (Codigo de error: %d)"
1160
#: mysys/errors.c:37
1162
msgid "Can't change size of file (Errcode: %d)"
1163
msgstr "No puede cambiar el tamaño del archivo (Codigo de error: %d)"
1165
#: mysys/errors.c:38
1167
msgid "Can't open stream from handle (Errcode: %d)"
1168
msgstr "No puede abrir la corriente desde el tirador (Codigo de error: %d)"
1170
#: mysys/errors.c:39
1172
msgid "Can't get working dirctory (Errcode: %d)"
1173
msgstr "No puede obtener directory de trabajo (Codigo de error: %d)"
1175
#: mysys/errors.c:40
1177
msgid "Can't change dir to '%s' (Errcode: %d)"
1178
msgstr "No puede cambiar directorio a '%'s (Codigo de error: %d)"
1180
#: mysys/errors.c:41
1182
msgid "Warning: '%s' had %d links"
1183
msgstr "Advertencia: '%s' tiene '%d' enlaces"
1185
#: mysys/errors.c:42
1187
msgid "Warning: %d files and %d streams is left open\n"
1188
msgstr "Advertencia: %d archivos y %d corrientes se quedaron abiertos\n"
1190
#: mysys/errors.c:43
1192
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1194
"Disco esta lleno escribiendo '%s'. Esperando a que alguien libere espacio..."
1196
#: mysys/errors.c:44
1198
msgid "Can't create directory '%s' (Errcode: %d)"
1199
msgstr "No puede crear directorio '%s' (Codigo de error: %d)"
1201
#: mysys/errors.c:45
1204
"Character set '%s' is not a compiled character set and is not specified in "
1207
"El conjunto de caracteres '%'s no es un conjunto de caracteres compilado y "
1208
"no puede ser especificado en el archivo '%s'"
1210
#: mysys/errors.c:46
1212
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1213
msgstr "Sin recursos al abrir el archivo '%s' (Codigo de error: %d)"
1215
#: mysys/errors.c:47
1217
msgid "Can't read value for symlink '%s' (Error %d)"
1218
msgstr "No puede leer el valor para el symlink '%s' (Codigo de error: %d)"
1220
#: mysys/errors.c:48
1222
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1224
"No puede crear un enlace simbolico '%s' apuntando a '%s' (Codigo de error: %"
1227
#: mysys/errors.c:49
1229
msgid "Error on realpath() on '%s' (Error %d)"
1230
msgstr "Error en realpath() en '%s' (Codigo de error: %d)"
1232
#: mysys/errors.c:50
1234
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1235
msgstr "No puede sincronizar archivo '%s' a disco (Codigo de error: %d)"
1237
#: mysys/errors.c:51
1240
"Collation '%s' is not a compiled collation and is not specified in the %s "
1243
"Coalicion '%s' no es una coalicion compilada y no es especificada en el "
1246
#: mysys/errors.c:53
1248
msgid "File '%s' (fileno: %d) was not closed"
1249
msgstr "Archivo '%s' (fileno: %d) no fue cerrado"
1251
#: mysys/my_error.c:86
1253
msgid "Unknown error %d"
1254
msgstr "Error desconocido %d"
1256
#: mysys/my_getopt.c:83
1258
msgstr "Advertencia: "
1260
#: mysys/my_getopt.c:85
1262
msgstr "Informacion: "
1264
#: mysys/my_getopt.c:350
1266
msgid "%s: %s: Option '%s' used, but is disabled\n"
1267
msgstr "%s: %s: Opcion '%s' usada, pero esta desabilitada\n"
1269
#: mysys/my_getopt.c:351
1271
msgstr "ADVERTENCIA"
1273
#: mysys/my_getopt.c:351
1277
#: mysys/my_getopt.c:454
1279
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1280
msgstr "%s: ERROR: Opcion '-%c' usada, pero esta desabilitada\n"
1282
#: mysys/my_getopt.c:767
1284
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1285
msgstr "Sufijo desconocido '%c' usado por variable '%s' (valor '%s')\n"
1287
#: mysys/my_getopt.c:948
1289
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1290
msgstr "%s: ERROR: Valor decimal invalido para opcion '%s'\n"
1292
#: mysys/my_getopt.c:1170
1294
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1297
#: mysys/my_getopt.c:1190
1301
"Variables (--variable-name=value)\n"
1302
"and boolean options {false|true} Value (after reading options)\n"
1303
"--------------------------------- -----------------------------\n"
1306
"variables (--variable-name=valor)\n"
1307
"y opciones booleanas {false|true} Valor (despues de leer opciones)\n"
1309
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1310
msgid "(No default value)"
1311
msgstr "(Ningun valor por defecto)"
1313
#: mysys/my_getopt.c:1225
1317
#: mysys/my_getopt.c:1225
1321
#: mysys/my_getopt.c:1250
1323
msgid "(Disabled)\n"
1324
msgstr "(Desabilitado)\n"
1326
#: mysys/my_handler_errors.h:10
1327
msgid "Didn't find key on read or update"
1328
msgstr "No encontro llave al leer o actualizar"
1330
#: mysys/my_handler_errors.h:12
1331
msgid "Duplicate key on write or update"
1332
msgstr "Llave duplicada al leer o actualizar"
1334
#: mysys/my_handler_errors.h:14
1335
msgid "Internal (unspecified) error in handler"
1336
msgstr "Error interno (no especificado) en manejador"
1338
#: mysys/my_handler_errors.h:16
1340
"Someone has changed the row since it was read (while the table was locked to "
1343
"Alguien ha cambiado la fila desde que fue leida (mientras que la tabla fue "
1344
"bloqueada para prevenirlo)"
1346
#: mysys/my_handler_errors.h:18
1347
msgid "Wrong index given to function"
1348
msgstr "Indice equivocado otorgado a funcion"
1350
#: mysys/my_handler_errors.h:20
1351
msgid "Undefined handler error 125"
1352
msgstr "Manejador indefinido error 125"
1354
#: mysys/my_handler_errors.h:22
1356
msgid "Index file is crashed"
1357
msgstr "Archivo indice ha estrallado"
1359
#: mysys/my_handler_errors.h:24
1361
msgid "Record file is crashed"
1362
msgstr "Archivo record ha estrallado"
1364
#: mysys/my_handler_errors.h:26
1365
msgid "Out of memory in engine"
1366
msgstr "Sin memoria en el motor"
1368
#: mysys/my_handler_errors.h:28
1369
msgid "Undefined handler error 129"
1370
msgstr "Manejador indefinido error 129"
1372
#: mysys/my_handler_errors.h:30
1373
msgid "Incorrect file format"
1374
msgstr "Formato de archivo incorrecto"
1376
#: mysys/my_handler_errors.h:32
1377
msgid "Command not supported by database"
1378
msgstr "Comando no soportado por la base de datos"
1380
#: mysys/my_handler_errors.h:34
1381
msgid "Old database file"
1382
msgstr "Archivo viejo de base de datos"
1384
#: mysys/my_handler_errors.h:36
1385
msgid "No record read before update"
1386
msgstr "Ningun registro leido antes de la actualizacion"
1388
#: mysys/my_handler_errors.h:38
1390
msgid "Record was already deleted (or record file crashed)"
1391
msgstr "Registro ya fue eliminado (o el archivo de registro estrallo)"
1393
#: mysys/my_handler_errors.h:40
1394
msgid "No more room in record file"
1395
msgstr "No hay mas espacio en el archivo de registro"
1397
#: mysys/my_handler_errors.h:42
1398
msgid "No more room in index file"
1399
msgstr "No hay mas espacio en el archivo de indice"
1401
#: mysys/my_handler_errors.h:44
1402
msgid "No more records (read after end of file)"
1403
msgstr "No hay mas registros (lectura despues del final del archivo)"
1405
#: mysys/my_handler_errors.h:46
1406
msgid "Unsupported extension used for table"
1407
msgstr "Extension no soportada usada para tabla"
1409
#: mysys/my_handler_errors.h:48
1411
msgstr "Fila demasiado grande"
1413
#: mysys/my_handler_errors.h:50
1414
msgid "Wrong create options"
1415
msgstr "Opciones de crear equivocados"
1417
#: mysys/my_handler_errors.h:52
1418
msgid "Duplicate unique key or constraint on write or update"
1419
msgstr "Llave unica duplicada o limitacion al escribir o escribir"
1421
#: mysys/my_handler_errors.h:54
1422
msgid "Unknown character set used in table"
1423
msgstr "Conjunto de caracteres desconocido usado en tabla"
1425
#: mysys/my_handler_errors.h:56
1426
msgid "Conflicting table definitions in sub-tables of MERGE table"
1428
"Definiciones de tabla que causan conflictos en las sub-tablas de la tabla "
1431
#: mysys/my_handler_errors.h:58
1433
msgid "Table is crashed and last repair failed"
1434
msgstr "Tabla se estrallo y la reparacion fallo"
1436
#: mysys/my_handler_errors.h:60
1437
msgid "Table was marked as crashed and should be repaired"
1438
msgstr "Tabla se marco como estrallada y debe ser reparada"
1440
#: mysys/my_handler_errors.h:62
1441
msgid "Lock timed out; Retry transaction"
1442
msgstr "Bloqueo alcanzo su limite de tiempo; Trate la transaccion de nuevo"
1444
#: mysys/my_handler_errors.h:64
1446
msgid "Lock table is full; Restart program with a larger locktable"
1447
msgstr "Lock table esta leno; Reinicie el programa con un locktable mas grande"
1449
#: mysys/my_handler_errors.h:66
1450
msgid "Updates are not allowed under a read only transactions"
1451
msgstr "Actualizaciones no son permitidas para transacciones de solo lectura"
1453
#: mysys/my_handler_errors.h:68
1454
msgid "Lock deadlock; Retry transaction"
1455
msgstr "Punto muerto de bloqueo; Reintente la transaccion"
1457
#: mysys/my_handler_errors.h:70
1458
msgid "Foreign key constraint is incorrectly formed"
1459
msgstr "Limitacion de llave extranjera formada incorrectamente"
1461
#: mysys/my_handler_errors.h:72
1462
msgid "Cannot add a child row"
1463
msgstr "No puede agregar fila hija"
1465
#: mysys/my_handler_errors.h:74
1466
msgid "Cannot delete a parent row"
1467
msgstr "No puede eliminar fila padre"
1469
#: mysys/my_handler_errors.h:76
1470
msgid "No savepoint with that name"
1471
msgstr "Ningun punto de salve con ese nombre"
1473
#: mysys/my_handler_errors.h:78
1474
msgid "Non unique key block size"
1475
msgstr "Tamaño de llave de bloque no unico"
1477
#: mysys/my_handler_errors.h:80
1478
msgid "The table does not exist in engine"
1479
msgstr "La tabla no existe en el motor"
1481
#: mysys/my_handler_errors.h:82
1482
msgid "The table already existed in storage engine"
1483
msgstr "La tabla ya existio en el motor de almacenamiento"
1485
#: mysys/my_handler_errors.h:84
1486
msgid "Could not connect to storage engine"
1487
msgstr "No se pudo conectar al motor de almacenamiento"
1489
#: mysys/my_handler_errors.h:86
1490
msgid "Unexpected null pointer found when using spatial index"
1491
msgstr "Puntero nulo no esperado encontrado al usar indice espacial"
1493
#: mysys/my_handler_errors.h:88
1494
msgid "The table changed in storage engine"
1495
msgstr "La tabla ha cambiado en el motor de almacenamiento"
1497
#: mysys/my_handler_errors.h:90
1498
msgid "There's no partition in table for the given value"
1499
msgstr "No hay particion en la tabla para el valor dado"
1501
#: mysys/my_handler_errors.h:92
1502
msgid "Row-based binlogging of row failed"
1505
#: mysys/my_handler_errors.h:94
1506
msgid "Index needed in foreign key constraint"
1507
msgstr "Indice necesitado para la limitacion de llave extranjera"
1509
#: mysys/my_handler_errors.h:96
1510
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1512
"Mantener la limitacion de llave extranjera llevaria un error de llave "
1515
#: mysys/my_handler_errors.h:98
1516
msgid "Table needs to be upgraded before it can be used"
1517
msgstr "Tabla necesita ser actualizada antes de que pueda ser usada"
1519
#: mysys/my_handler_errors.h:100
1520
msgid "Table is read only"
1521
msgstr "La tabla es de solo lectura"
1523
#: mysys/my_handler_errors.h:102
1524
msgid "Failed to get next auto increment value"
1525
msgstr "No se pudo obtener el proximo valor de auto incremento"
1527
#: mysys/my_handler_errors.h:104
1528
msgid "Failed to set row auto increment value"
1529
msgstr "No se pudo establecer el valor de auto incremento de la fila"
1531
#: mysys/my_handler_errors.h:106
1532
msgid "Unknown (generic) error from engine"
1533
msgstr "Error desconocido (generico) desde el motor"
1535
#: mysys/my_handler_errors.h:108
1536
msgid "Record is the same"
1537
msgstr "Registro es igual"
1539
#: mysys/my_handler_errors.h:110
1540
msgid "It is not possible to log this statement"
1541
msgstr "No es posible loguear esta declaracion"
1543
#: mysys/my_handler_errors.h:112
1544
msgid "Tablespace exists"
1545
msgstr "El espacio de tabla existe"
1547
#: mysys/my_handler_errors.h:114
1548
msgid "The event was corrupt, leading to illegal data being read"
1551
#: mysys/my_handler_errors.h:116
1552
msgid "The table is of a new format not supported by this version"
1553
msgstr "La tabla es de un nuevo formato no soportado por esta version"
1555
#: mysys/my_handler_errors.h:118
1556
msgid "The event could not be processed no other hanlder error happened"
1557
msgstr "El evento no pudo ser procesado ningun otro error de manejador ocurrio"
1559
#: mysys/my_handler_errors.h:120
1560
msgid "Got a fatal error during initialzaction of handler"
1561
msgstr "Obtuvo un error fatal durante la inicializacion del manejador"
1563
#: mysys/my_handler_errors.h:122
1564
msgid "File to short; Expected more data in file"
1565
msgstr "Archivo muy corto; Esperaba mas data en el archivo"
1567
#: mysys/my_handler_errors.h:124
1568
msgid "Read page with wrong checksum"
1571
#: mysys/my_handler_errors.h:126
1572
msgid "Lock or active transaction"
1575
#: mysys/my_handler_errors.h:128
1576
msgid "No such table space"
1579
#: mysys/my_handler_errors.h:130
1580
msgid "Tablespace not empty"
1581
msgstr "Espacio de tabla no vacio"
1583
#: drizzled/drizzled.cc:551
1585
msgid "Got error %d from pthread_cond_timedwait"
1586
msgstr "Obtuvo error %d de pthread_cond_timedwait"
1588
#: drizzled/drizzled.cc:691 drizzled/drizzled.cc:1783
1589
msgid "Can't create thread to kill server"
1590
msgstr "No puede crear hilo de ejecucion para matar el servidor"
1592
#: drizzled/drizzled.cc:758
1594
msgid "Got signal %d from thread %ld"
1595
msgstr "Obtuvo señal % del hilo de ejecucion %ld"
1597
#: drizzled/drizzled.cc:792
700
#: client/drizzledump.cc:485
701
msgid "Dumping definition and data DRIZZLE database or table"
703
"Transferencia de la definición y datos de la tabla o base de datos de DRIZZLE"
705
#: client/drizzledump.cc:496
707
msgid "For more options, use %s --help\n"
708
msgstr "Para más opciones, use %s --help\n"
710
#: client/drizzledump.cc:630
712
msgid "Memory allocation error while copying password. Aborting.\n"
713
msgstr "Error de asignación de memoria al copiar la contraseña. Abortando.\n"
715
#: client/drizzledump.cc:669
717
msgid "Input filename too long: %s"
718
msgstr "Nombre de archivo de entrada demasiado largo: %s"
720
#: client/drizzledump.cc:712
722
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
723
msgstr "Uso no válido de opción --ignore-table=<base_de_datos>.<tabla>\n"
725
#: client/drizzledump.cc:737
727
msgid "Invalid mode to --compatible: %s\n"
728
msgstr "Módulo inválido para --compatible: %s\n"
730
#: client/drizzledump.cc:791
732
msgid "%s: You must use option --tab with --fields-...\n"
733
msgstr "%s: Debes utilizar la opción --tab con --fields...\n"
735
#: client/drizzledump.cc:808
738
"%s: You can't use --single-transaction and --lock-all-tables at the same "
741
"%s: No puedes usar --single-transaction y --lock-all-tables al mismo "
744
#: client/drizzledump.cc:821
747
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
750
"%s: No puedes usar ..enclosed.. y ..optionally-enclosed.. al mismo tiempo.\n"
752
#: client/drizzledump.cc:827
754
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
755
msgstr "%s --databases o --all-databases no puede utilizarse con --tab.\n"
757
#: client/drizzledump.cc:853
759
msgid "Got error: %s (%d) %s"
760
msgstr "Error obtenido:%s (%d) %s"
762
#: client/drizzledump.cc:860
764
msgid "Got error: %d %s"
765
msgstr "Error obtenido:%d %s"
767
#: client/drizzledump.cc:958 client/drizzledump.cc:965
768
#: client/drizzledump.cc:978
770
msgid "Couldn't execute '%s': %s (%d)"
771
msgstr "No se pudo ejecutar '%s': %s (%d)"
773
#: client/drizzledump.cc:1042
775
msgid "-- Connecting to %s...\n"
776
msgstr "-- Conectando con %s...\n"
778
#: client/drizzledump.cc:1063
780
msgid "-- Disconnecting from %s...\n"
781
msgstr "-- Desconectando de %s...\n"
783
#: client/drizzledump.cc:1074
784
msgid "Couldn't allocate memory"
785
msgstr "No se pudo reservar memoria"
787
#: client/drizzledump.cc:1418
790
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
793
"--Advertencia: No se pudo utilizar inserciones retrasadas para la tabla '%s' "
794
"debido a su tipo %s\n"
796
#: client/drizzledump.cc:1432
798
msgid "-- Retrieving table structure for table %s...\n"
799
msgstr "--Obteniendo la estructura de tabla para la tabla %s...\n"
801
#: client/drizzledump.cc:1546
803
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
805
"%s: Advertencia: No se pudo establecer la opción SQL_QUOTE_SHOW_CREATE (%s)\n"
807
#: client/drizzledump.cc:1653
809
msgid "%s: Can't get keys for table %s\n"
810
msgstr "%s: No se pudo obtener las claves para la tabla %s\n"
812
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
814
msgid "Error: Couldn't read status information for table %s\n"
815
msgstr "Error: No se pudo leer la información de estado para la tabla %s\n"
817
#: client/drizzledump.cc:1874
819
msgid "Error retrieving table structure for table: \"%s\""
820
msgstr "Error obteniendo la estructura de tabla para la tabla: \"%s\""
822
#: client/drizzledump.cc:1881
824
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
826
"Saltarse los datos transferidos para la tabla '%s', --no se usaron datos\n"
828
#: client/drizzledump.cc:1892
830
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
832
"--Advertencia: Saltando datos para la tabla '%s' debido a su tipo %s\n"
834
#: client/drizzledump.cc:1899
836
msgid "-- Skipping dump data for table '%s', it has no fields\n"
838
"Saltarse los datos transferidos para la tabla '%s', --no tiene campos\n"
840
#: client/drizzledump.cc:1907
841
msgid "-- Sending SELECT query...\n"
842
msgstr "-- Enviando consulta SELECT...\n"
844
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
845
msgid "when executing 'SELECT INTO OUTFILE'"
846
msgstr "al ejecutar 'SELECT INTO OUTFILE'"
848
#: client/drizzledump.cc:1971
853
"-- Dumping data for table %s\n"
858
"-- Vaciando datos para la tabla %s\n"
861
#: client/drizzledump.cc:2012
862
msgid "-- Retrieving rows...\n"
863
msgstr "-- Obteniendo filas...\n"
865
#: client/drizzledump.cc:2015
867
msgid "%s: Error in field count for table: %s ! Aborting.\n"
868
msgstr "%s: Error en el conteo de campos para la tabla: %s ! Abortando.\n"
870
#: client/drizzledump.cc:2064
872
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
873
msgstr "%s: Error al leer filas de la tabla: %s(%d:%s) ! Abortando.\n"
875
#: client/drizzledump.cc:2081
877
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
878
msgstr "-- %<PRIu32> de ~%<PRIu64> lineas transferidas para la tabla %s\n"
880
#: client/drizzledump.cc:2103
882
msgid "Not enough fields from table %s! Aborting.\n"
883
msgstr "No hay suficientes campos en la tabla %s! Abortando.\n"
885
#: client/drizzledump.cc:2523
886
msgid "when using LOCK TABLES"
887
msgstr "al utilizar LOCK TABLES"
889
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
890
msgid "when doing refresh"
891
msgstr "al hacer refrescamiento"
893
#: client/drizzledump.cc:2629
894
msgid "alloc_root failure."
895
msgstr "falla en alloc_root"
897
#: client/drizzledump.cc:2650
899
msgid "Couldn't find table: \"%s\""
900
msgstr "No se pudo encontrar la tabla: \"%s\""
902
#: client/drizzledump.cc:2666
903
msgid "when doing LOCK TABLES"
904
msgstr "al hacer LOCK TABLES"
906
#: client/drizzledump.cc:2737
907
msgid "Error: Binlogging on server not active"
908
msgstr "Error: Binlogging no esta activo en el servidor"
910
#: client/drizzledump.cc:2806
911
msgid "Error: Slave not set up"
912
msgstr "Error: Esclavo no configurado"
914
#: client/drizzledump.cc:2865
915
msgid "Error: Unable to start slave"
916
msgstr "Error: Imposible de iniciar el esclavo"
918
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
919
#: client/drizzledump.cc:3173
922
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
924
"Advertencia: No se pudo leer las claves de la tabla %s, los registros NO "
925
"están ordenados (%s)\n"
927
#: client/drizzledump.cc:3203
929
msgid "Error: Not enough memory to store ORDER BY clause\n"
930
msgstr "Error: Memoria insuficiente para almacenar la clausula ORDER BY\n"
932
#: drizzled/db.cc:236
934
msgid "Error while loading database options: '%s':"
935
msgstr "Error al cargar las opciones de la base de datos: '%s'"
937
#: drizzled/drizzled.cc:527
939
msgid "Got signal %d from thread %<PRIu64>"
940
msgstr "Capturada la señal %d del hilo de ejecución %<PRIu64>"
942
#: drizzled/drizzled.cc:561
1598
943
msgid "Aborting\n"
1599
944
msgstr "Abortando\n"
1601
#: drizzled/drizzled.cc:990
946
#: drizzled/drizzled.cc:681
1602
947
msgid "One can only use the --user switch if running as root\n"
1603
948
msgstr "solo se puede user el switch --user si esta ejecutando como root\n"
1605
#: drizzled/drizzled.cc:998
950
#: drizzled/drizzled.cc:689
1607
952
"Fatal error: Please read \"Security\" section of the manual to find out how "
1608
"to run mysqld as root!\n"
953
"to run drizzled as root!\n"
1610
"Error fatal: Por favor lea la seccion de \"Seguridad\" del manual para "
1611
"investigar como ejecutar mysqld como root!\n"
955
"Error fatal: Por favor, ¡lea la sección \"Seguridad\" en el manual para "
956
"entender cómo ejecutar drizzled como usuario root!\n"
1613
#: drizzled/drizzled.cc:1022
958
#: drizzled/drizzled.cc:711
1616
961
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1909
1215
"Ruta a directorio de instalacion. Todas las rutas usualmente resuelven a "
1912
#: drizzled/drizzled.cc:3133
1218
#: drizzled/drizzled.cc:2116
1913
1219
msgid "IP address to bind to."
1916
#: drizzled/drizzled.cc:3137
1918
"Does not have any effect without '--log-bin'. Tell the master the form of "
1919
"binary logging to use: either 'row' for row-based binary logging, or "
1920
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1921
"statement-based binary logging except for those statements where only row-"
1922
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1923
"the UUID() function; for those, row-based binary logging is automatically "
1927
#: drizzled/drizzled.cc:3147
1930
"Tells the master it should log updates for the specified database, and "
1931
"exclude all others not explicitly mentioned."
1933
"Le dice al maestro que debe loguear actualizaciones para la base de datos "
1934
"especificada, y excluir todas las otras no mencionadas."
1936
#: drizzled/drizzled.cc:3151
1939
"Tells the master that updates to the given database should not be logged "
1942
"Le dice al maestro que las actualizaciones de para base de datos "
1943
"especificada no deben ser loggeadas al log binario."
1945
#: drizzled/drizzled.cc:3155
1947
"The maximum size of a row-based binary log event in bytes. Rows will be "
1948
"grouped into events smaller than this size if possible. The value has to be "
1949
"a multiple of 256."
1951
"Tamaño maximo de el log binario basado en filas en bytes. Las filas deben "
1952
"sesr agrupadas en eventos mas pequeños que este tamaño si es posible. El "
1953
"valor tiene que ser un multiplo de 256."
1955
#: drizzled/drizzled.cc:3166
1957
msgid "Don't ignore client side character set value sent during handshake."
1959
"No ignora el valor de conjunto de caracteres enviado durante el handshake."
1961
#: drizzled/drizzled.cc:3171
1220
msgstr "Dirección IP a enlazar."
1222
#: drizzled/drizzled.cc:2120
1962
1223
msgid "Set the filesystem character set."
1963
1224
msgstr "Establece el conujnto de caracteres del sistema de archivos."
1965
#: drizzled/drizzled.cc:3183
1966
msgid "Chroot mysqld daemon during startup."
1967
msgstr "CHroot mysqld demonio durante inicio."
1969
#: drizzled/drizzled.cc:3187
1226
#: drizzled/drizzled.cc:2125
1227
msgid "Set the default character set."
1228
msgstr "Ajustar el character set por defecto."
1230
#: drizzled/drizzled.cc:2129
1231
msgid "Chroot drizzled daemon during startup."
1232
msgstr "Demonio Drizzled enjaulado durante el inicio."
1234
#: drizzled/drizzled.cc:2133
1970
1235
msgid "Set the default collation."
1971
1236
msgstr "Establece la coalicion por defecto."
1973
#: drizzled/drizzled.cc:3191
1238
#: drizzled/drizzled.cc:2137
1974
1239
msgid "Default completion type."
1977
#: drizzled/drizzled.cc:3196
1978
msgid "Write error output on screen."
1979
msgstr "Escribe la salida de error a la pantalla."
1981
#: drizzled/drizzled.cc:3200
1240
msgstr "Tipo de terminación por defecto."
1242
#: drizzled/drizzled.cc:2142
1982
1243
msgid "Write core on errors."
1983
1244
msgstr "Escribe nucleo en errores."
1985
#: drizzled/drizzled.cc:3204
1246
#: drizzled/drizzled.cc:2146
1986
1247
msgid "Path to the database root."
1987
1248
msgstr "Ruta a la raiz de la base de datos."
1989
#: drizzled/drizzled.cc:3208
1991
"Set the default character set (deprecated option, use --character-set-server "
1994
"Establece el conjunto de caracteres por defecto (opcion deprecada, use --"
1995
"character-set-server en sustitucion)."
1997
#: drizzled/drizzled.cc:3213
1999
"Set the default collation (deprecated option, use --collation-server "
2002
"Establece la coalicion por defecto (opcion deprecada, use --collation-server "
2005
#: drizzled/drizzled.cc:3218
1250
#: drizzled/drizzled.cc:2150
2006
1251
msgid "Set the default storage engine (table type) for tables."
2008
1253
"Establece el motor de almacenamiento por defecto (tipo de tabla) para las "
2011
#: drizzled/drizzled.cc:3222
1256
#: drizzled/drizzled.cc:2154
2012
1257
msgid "Set the default time zone."
2013
1258
msgstr "Establece la zona de tiempo por defecto."
2015
#: drizzled/drizzled.cc:3226
1260
#: drizzled/drizzled.cc:2158
2016
1261
msgid "Type of DELAY_KEY_WRITE."
2017
1262
msgstr "Tipo de DELAY_KEY_WRITE."
2019
#: drizzled/drizzled.cc:3229
2021
"Don't flush key buffers between writes for any MyISAM table (Deprecated "
2022
"option, use --delay-key-write=all instead)."
2025
#: drizzled/drizzled.cc:3239
1264
#: drizzled/drizzled.cc:2162
2026
1265
msgid "Print a symbolic stack trace on failure."
2027
1266
msgstr "Imprime stack trace simbolico en fallo."
2029
#: drizzled/drizzled.cc:3245
1268
#: drizzled/drizzled.cc:2168
2030
1269
msgid "Push supported query conditions to the storage engine."
1271
"Pasar las condiciones de consulta soportadas al motor de almacenamiento."
2033
#: drizzled/drizzled.cc:3251
1273
#: drizzled/drizzled.cc:2174
2034
1274
msgid "Used for debugging; Use at your own risk!"
2037
#: drizzled/drizzled.cc:3254
2038
msgid "Flush tables to disk between SQL commands."
2041
#: drizzled/drizzled.cc:3259
1275
msgstr "Usado para depurar: ¡Úselo bajo su propio riesgo!"
1277
#: drizzled/drizzled.cc:2179
2042
1278
msgid "Set up signals usable for debugging"
2045
#: drizzled/drizzled.cc:3263
2046
msgid "Enable general query log"
2049
#: drizzled/drizzled.cc:3267
2050
msgid "Command(s) that are executed for each new connection"
2051
msgstr "Comando(s) que son ejecutados para cada nueva conexion"
2053
#: drizzled/drizzled.cc:3271
2054
msgid "Read SQL commands from this file at startup."
2055
msgstr "Lee comandos SQL de este archivo al iniciar."
2057
#: drizzled/drizzled.cc:3275
2058
msgid "Command(s) that are executed when a slave connects to this master"
2059
msgstr "Comando(s) que son ejecutaods cuando el esclavo se conecta al maestro."
2061
#: drizzled/drizzled.cc:3279
1279
msgstr "Establecer señales utilizables para la depuración"
1281
#: drizzled/drizzled.cc:2183
2062
1282
msgid "(IGNORED)"
2063
1283
msgstr "(IGNORADO)"
2065
#: drizzled/drizzled.cc:3283
1285
#: drizzled/drizzled.cc:2187
2066
1286
msgid "Set the language used for the month names and the days of the week."
2068
1288
"Establece el lenguaje usado para los nombres de los meses y los dias de la "
2071
#: drizzled/drizzled.cc:3288
2072
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
2073
msgstr "Establece/desabilita LOAD DATA LOCAL INFILE (toma valores 1|0)."
2075
#: drizzled/drizzled.cc:3293
1291
#: drizzled/drizzled.cc:2192
2076
1292
msgid "Log connections and queries to file."
2077
1293
msgstr "Loguear conexiones y consultas a archivo."
2079
#: drizzled/drizzled.cc:3297
2082
"Log update queries in binary format. Optional argument is the location for "
2083
"the binary log files.(Strongly recommended to avoid replication problems if "
2084
"server's hostname changes)"
2086
"Loguea consultas de actualizacion en formato binario. Argumento opcional es "
2087
"la locazacion de los archivos de log binario. (Recomendado que se evite la "
2088
"replicacion de problemas si el hostname del serivdor cambia)"
2090
#: drizzled/drizzled.cc:3304
2091
msgid "File that holds the names for last binary log files."
2094
#: drizzled/drizzled.cc:3312
2096
"If equal to 0 (the default), then when --log-bin is used, creation of a "
2097
"stored function (or trigger) is allowed only to users having the SUPER "
2098
"privilege and only if this stored function (trigger) may not break binary "
2099
"logging. Note that if ALL connections to this server ALWAYS use row-based "
2100
"binary logging, the security issues do not exist and the binary logging "
2101
"cannot break, so you can safely set this to 1."
2104
#: drizzled/drizzled.cc:3321
2105
msgid "Error log file."
2108
#: drizzled/drizzled.cc:3325
1295
#: drizzled/drizzled.cc:2196
2109
1296
msgid "Log all MyISAM changes to file."
2112
#: drizzled/drizzled.cc:3329
2114
"Log some extra information to update log. Please note that this option is "
2115
"deprecated; see --log-queries-not-using-indexes option."
2118
#: drizzled/drizzled.cc:3334
2120
"Syntax: log-output[=value[,value...]], where \"value\" could be TABLE, FILE "
2124
#: drizzled/drizzled.cc:3340
2126
"Log queries that are executed without benefit of any index to the slow log "
2130
#: drizzled/drizzled.cc:3346
2131
msgid "Don't log extra information to update and slow-query logs."
2134
#: drizzled/drizzled.cc:3350
2136
"Tells the slave to log the updates from the slave thread to the binary log. "
2137
"You will need to turn it on if you plan to daisy-chain the slaves."
2140
#: drizzled/drizzled.cc:3357
2142
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
2143
"slow log if it is open."
2146
#: drizzled/drizzled.cc:3363
2148
"Log slow statements executed by slave thread to the slow log if it is open."
2151
#: drizzled/drizzled.cc:3369
2153
"Log slow queries to a table or log file. Defaults logging to table mysql."
2154
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
2155
"to activate other slow log options."
2158
#: drizzled/drizzled.cc:3375
2160
"Path to transaction coordinator log (used for transactions that affect more "
2161
"than one storage engine, when binary log is disabled)"
2164
#: drizzled/drizzled.cc:3381
2165
msgid "Size of transaction coordinator log."
2168
#: drizzled/drizzled.cc:3387
1297
msgstr "Registrar todos los cambios a tablas MyISAM en un archivo."
1299
#: drizzled/drizzled.cc:2200
2169
1300
msgid "Log some not critical warnings to the log file."
2172
#: drizzled/drizzled.cc:3392
2173
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
2176
#: drizzled/drizzled.cc:3397
2178
"The location and name of the file that remembers the master and where the I/"
2179
"O replication thread is in the master's binlogs."
2182
#: drizzled/drizzled.cc:3402
2184
"The number of tries the slave will make to connect to the master before "
2187
"Cantidad de intentos que el esclavo intetara conectarse el maestro antes de "
2190
#: drizzled/drizzled.cc:3411
2191
msgid "Lock mysqld in memory."
2192
msgstr "Bloquea mysqld en memoria."
2194
#: drizzled/drizzled.cc:3415
1301
msgstr "Registar algunos avisos no críticos en el registro."
1303
#: drizzled/drizzled.cc:2205
1304
msgid "Lock drizzled in memory."
1305
msgstr "Mantener drizzled en memoria."
1307
#: drizzled/drizzled.cc:2209
2196
1309
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
2197
1310
"BACKUP, FORCE or QUICK."
2200
#: drizzled/drizzled.cc:3420
2201
msgid "Use very new possible 'unsafe' functions."
2204
#: drizzled/drizzled.cc:3425
2205
msgid "Use old, non-optimized alter table."
2208
#: drizzled/drizzled.cc:3430
2210
"Enable old-style user limits (before 5.0.3 user resources were counted per "
2211
"each user+host vs. per account)"
2214
#: drizzled/drizzled.cc:3435
1312
"Sintaxis: myisam-recover[=opción[,opción...]], donde opción puede ser "
1313
"DEFAULT, BACKUP, FORCE o QUICK."
1315
#: drizzled/drizzled.cc:2214
2215
1316
msgid "Pid file used by safe_mysqld."
1317
msgstr "Archivo Pid usado por safe_mysqld."
1319
#: drizzled/drizzled.cc:2218
1321
"Port number to use for connection or 0 for default to, in order of "
1322
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1324
"Numero del puerto a usar para la conexion o 0 para predeterminado a, en "
1325
"orden de preferencia, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in "
2218
#: drizzled/drizzled.cc:3445
1328
#: drizzled/drizzled.cc:2224
2220
1330
"Maximum time in seconds to wait for the port to become free. (Default: no "
2224
#: drizzled/drizzled.cc:3450
2225
msgid "The location and name to use for relay logs."
2228
#: drizzled/drizzled.cc:3454
2230
"The location and name to use for the file that keeps a list of the last "
2234
#: drizzled/drizzled.cc:3459
2236
"The location and name of the file that remembers where the SQL replication "
2237
"thread is in the relay logs."
2240
#: drizzled/drizzled.cc:3464
2242
"Tells the slave thread to restrict replication to the specified database. To "
2243
"specify more than one database, use the directive multiple times, once for "
2244
"each database. Note that this will only work if you do not use cross-"
2245
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2246
"having selected a different or no database. If you need cross database "
2247
"updates to work, use replicate-wild-do-table=db_name.%."
2250
#: drizzled/drizzled.cc:3473
2252
"Tells the slave thread to restrict replication to the specified table. To "
2253
"specify more than one table, use the directive multiple times, once for each "
2254
"table. This will work for cross-database updates, in contrast to replicate-"
2258
#: drizzled/drizzled.cc:3479
2260
"Tells the slave thread to not replicate to the specified database. To "
2261
"specify more than one database to ignore, use the directive multiple times, "
2262
"once for each database. This option will not work if you use cross database "
2263
"updates. If you need cross database updates to work, use replicate-wild-"
2264
"ignore-table=db_name.%. "
2267
#: drizzled/drizzled.cc:3486
2269
"Tells the slave thread to not replicate to the specified table. To specify "
2270
"more than one table to ignore, use the directive multiple times, once for "
2271
"each table. This will work for cross-datbase updates, in contrast to "
2272
"replicate-ignore-db."
2275
#: drizzled/drizzled.cc:3492
2277
"Updates to a database with a different name than the original. Example: "
2278
"replicate-rewrite-db=master_db_name->slave_db_name."
2281
#: drizzled/drizzled.cc:3496
2283
"In replication, if set to 1, do not skip events having our server id. "
2284
"Default value is 0 (to break infinite loops in circular replication). Can't "
2285
"be set to 1 if --log-slave-updates is used."
2288
#: drizzled/drizzled.cc:3503
2290
"Tells the slave thread to restrict replication to the tables that match the "
2291
"specified wildcard pattern. To specify more than one table, use the "
2292
"directive multiple times, once for each table. This will work for cross-"
2293
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2294
"only updates to tables in all databases that start with foo and whose table "
2295
"names start with bar."
2298
#: drizzled/drizzled.cc:3511
2300
"Tells the slave thread to not replicate to the tables that match the given "
2301
"wildcard pattern. To specify more than one table to ignore, use the "
2302
"directive multiple times, once for each table. This will work for cross-"
2303
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2304
"updates to tables in databases that start with foo and whose table names "
2308
#: drizzled/drizzled.cc:3520
2310
"Hostname or IP of the slave to be reported to to the master during slave "
2311
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2312
"you do not want the slave to register itself with the master. Note that it "
2313
"is not sufficient for the master to simply read the IP of the slave off the "
2314
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2315
"may not be valid for connecting to the slave from the master or other hosts."
2318
#: drizzled/drizzled.cc:3533
2320
"Port for connecting to slave reported to the master during slave "
2321
"registration. Set it only if the slave is listening on a non-default port or "
2322
"if you have a special tunnel from the master or other clients to the slave. "
2323
"If not sure, leave this option unset."
2326
#: drizzled/drizzled.cc:3540
2327
msgid "Skip some optimize stages (for testing)."
2330
#: drizzled/drizzled.cc:3543
1333
"Tiempo máximo en segundos hasta que el puerto sea liberado (Predeterminado: "
1336
#: drizzled/drizzled.cc:2229
2332
1338
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2333
1339
"specified directory"
1341
"Limitar LOAD DATA, SELECT ... OUTFILE, y LOAD_FILE() a archivos en el "
1342
"directorio especificado"
2336
#: drizzled/drizzled.cc:3548
1344
#: drizzled/drizzled.cc:2234
2338
1346
"Uniquely identifies the server instance in the community of replication "
2342
#: drizzled/drizzled.cc:3553
2344
"Change the value of a variable. Please note that this option is deprecated;"
2345
"you can set variables directly with --variable-name=value."
2348
#: drizzled/drizzled.cc:3557
2349
msgid "Don't use new, possible wrong routines."
2352
#: drizzled/drizzled.cc:3560
2353
msgid "If set, slave is not autostarted."
2356
#: drizzled/drizzled.cc:3564
1349
"Identifica de forma unica esta instancia de servidor en la comunidad de "
1350
"compañeros de replicacion."
1352
#: drizzled/drizzled.cc:2239
2357
1353
msgid "Don't print a stack trace on failure."
2360
#: drizzled/drizzled.cc:3568
2362
"Don't allow symlinking of tables. Deprecated option. Use --skip-symbolic-"
2366
#: drizzled/drizzled.cc:3572
2367
msgid "Don't give threads different priorities."
2370
#: drizzled/drizzled.cc:3576
2372
"The location where the slave should put its temporary files when replicating "
2373
"a LOAD DATA INFILE command."
2376
#: drizzled/drizzled.cc:3581
2378
"Tells the slave thread to continue replication when a query event returns an "
2379
"error from the provided list."
2382
#: drizzled/drizzled.cc:3585
2384
"Modes for how replication events should be executed. Legal values are "
2385
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2386
"stop for operations that are idempotent. In STRICT mode, replication will "
2387
"stop on any unexpected difference between the master and the slave."
2390
#: drizzled/drizzled.cc:3593
2391
msgid "Enable|disable slow query log"
2394
#: drizzled/drizzled.cc:3597
2398
#: drizzled/drizzled.cc:3600
1354
msgstr "No imprima un stack trace en caso de fallo."
1356
#: drizzled/drizzled.cc:2243
2399
1357
msgid "Enable symbolic link support."
2402
#: drizzled/drizzled.cc:3609
2404
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2407
#: drizzled/drizzled.cc:3614
2409
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2413
#: drizzled/drizzled.cc:3619
2415
"Using this option will cause most temporary files created to use a small set "
2416
"of names, rather than a unique name for each new file."
2419
#: drizzled/drizzled.cc:3624
1358
msgstr "Habilitar soporte para enlaces simbólicos."
1360
#: drizzled/drizzled.cc:2252
2421
1362
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2424
#: drizzled/drizzled.cc:3629
2426
"Path for temporary files. Several paths may be specified, separated by a "
2427
"colon (:), in this case they are used in a round-robin fashion."
2430
#: drizzled/drizzled.cc:3635
1364
"Especifique si recordar el tiempo de los mutexes (sólo estan soportados los "
1365
"mutexes de InnoDB actualmente)"
1367
#: drizzled/drizzled.cc:2257
1368
msgid "Path for temporary files."
1369
msgstr "Ruta a los archivos temporales."
1371
#: drizzled/drizzled.cc:2261
2431
1372
msgid "Default transaction isolation level."
2434
#: drizzled/drizzled.cc:3639
2436
"Enable symbolic link support. Deprecated option; use --symbolic-links "
2440
#: drizzled/drizzled.cc:3644
2441
msgid "Run mysqld daemon as user."
2444
#: drizzled/drizzled.cc:3652
2445
msgid "Deprecated; use --log-warnings instead."
2448
#: drizzled/drizzled.cc:3657
2450
"The number of outstanding connection requests MySQL can have. This comes "
2451
"into play when the main MySQL thread gets very many connection requests in a "
2455
#: drizzled/drizzled.cc:3663
2457
"The size of the cache to hold the SQL statements for the binary log during a "
2458
"transaction. If you often use big, multi-statement transactions you can "
2459
"increase this to get more performance."
2462
#: drizzled/drizzled.cc:3669
2464
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1373
msgstr "Nivel de aislamiento de transacciones por defecto."
1375
#: drizzled/drizzled.cc:2265
1376
msgid "Run drizzled daemon as user."
1377
msgstr "Ejecutar daemon de drizzle como usuario."
1379
#: drizzled/drizzled.cc:2273
1381
"The number of outstanding connection requests Drizzle can have. This comes "
1382
"into play when the main Drizzle thread gets very many connection requests in "
1383
"a very short time."
1385
"El numero de pedidos de conexion pendientes que Drizzle puede tener. Este "
1386
"valor entra en juego cuando el thread principal de Drizzle tiene muchos "
1387
"pedidos de conexion en un periodo muy corto."
1389
#: drizzled/drizzled.cc:2279
1391
"Size of tree cache used in bulk insert optimization. Note that this is a "
2465
1392
"limit per thread!"
1394
"Tamaño del árbol de caché usado en la optimización de la inserción completa. "
1395
"¡Note que éste es un límite por hilo!."
2468
#: drizzled/drizzled.cc:3675
1397
#: drizzled/drizzled.cc:2285
2470
"The number of seconds the mysqld server is waiting for a connect packet "
1399
"The number of seconds the drizzled server is waiting for a connect packet "
2471
1400
"before responding with 'Bad handshake'."
2474
#: drizzled/drizzled.cc:3680
2475
msgid "The DATE format (For future)."
2478
#: drizzled/drizzled.cc:3685
2479
msgid "The DATETIME/TIMESTAMP format (for future)."
2482
#: drizzled/drizzled.cc:3690
2483
msgid "The default week format used by WEEK() functions."
2486
#: drizzled/drizzled.cc:3695
1402
"Número de segundos que el servidor drizzled espera para conectar un paquete "
1403
"antes de responder con 'mala sincronización'."
1405
#: drizzled/drizzled.cc:2290
2488
1407
"Precision of the result of '/' operator will be increased on that value."
2491
#: drizzled/drizzled.cc:3701
2493
"If non-zero, binary logs will be purged after expire_logs_days days; "
2494
"possible purges happen at startup and at binary log rotation."
2497
#: drizzled/drizzled.cc:3707
1409
"La precisión del resultado del operador '/' será incrementada en ese valor."
1411
#: drizzled/drizzled.cc:2296
2498
1412
msgid "The maximum length of the result of function group_concat."
2501
#: drizzled/drizzled.cc:3712
2503
"The number of seconds the server waits for activity on an interactive "
2504
"connection before closing it."
2507
#: drizzled/drizzled.cc:3718
1413
msgstr "La máxima longitud del resultado de la función group_concat."
1415
#: drizzled/drizzled.cc:2301
2508
1416
msgid "The size of the buffer that is used for full joins."
2511
#: drizzled/drizzled.cc:3724
2512
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2515
#: drizzled/drizzled.cc:3729
1417
msgstr "Tamaño del almacenamiento usado en uniones completas"
1419
#: drizzled/drizzled.cc:2307
1421
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1423
"No reemplaze archivos caducos .MYD y .MYI por mas que un directorio no ha "
1424
"sido especificado."
1426
#: drizzled/drizzled.cc:2312
2517
1428
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2518
1429
"this to get better index handling (for all reads and multiple writes) to as "
2519
1430
"much as you can afford;"
1432
"El tamanio del buffer usado para bloques de indices de tablas tipo MyISAM. "
1433
"Incremente -al maximo que pueda- este valor para mejorar el manejo de "
1434
"indices (tanto para lecturas como para multiples escrituras.)"
2522
#: drizzled/drizzled.cc:3738
1436
#: drizzled/drizzled.cc:2321
2524
1438
"This characterizes the number of hits a hot block has to be untouched until "
2525
1439
"it is considered aged enough to be downgraded to a warm block. This "
2526
1440
"specifies the percentage ratio of that number of hits to the total number of "
2527
1441
"blocks in key cache"
1443
"Esto caracteriza el número de veces que un bloque caliente debe permanecer "
1444
"sin tocar hasta que se considera se le puede degradar a bloque templado. "
1445
"especifica la razón en porcentaje del número de veces al número total de "
1446
"bloques en la clave caché"
2530
#: drizzled/drizzled.cc:3747
1448
#: drizzled/drizzled.cc:2330
2531
1449
msgid "The default size of key cache blocks"
1450
msgstr "Tamaño predeterminado para los bloques de caché de clave"
2534
#: drizzled/drizzled.cc:3753
1452
#: drizzled/drizzled.cc:2336
2535
1453
msgid "The minimum percentage of warm blocks in key cache"
2538
#: drizzled/drizzled.cc:3759
2540
"Log all queries that have taken more than long_query_time seconds to execute "
2541
"to file. The argument will be treated as a decimal value with microsecond "
2545
#: drizzled/drizzled.cc:3765
1454
msgstr "Porcentaje mínimo de bloques templados en la clave caché"
1456
#: drizzled/drizzled.cc:2342
2546
1457
msgid "Max packetlength to send/receive from to server."
2549
#: drizzled/drizzled.cc:3770
2551
"Can be used to restrict the total size used to cache a multi-transaction "
2555
#: drizzled/drizzled.cc:3775
2557
"Binary log will be rotated automatically when the size exceeds this value. "
2558
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2559
"for this variable is 4096."
2562
#: drizzled/drizzled.cc:3781
1458
msgstr "Longitud máxima de paquetes para enviar/recibir de el servidor."
1460
#: drizzled/drizzled.cc:2347
2564
1462
"If there is more than this number of interrupted connections from a host "
2565
1463
"this host will be blocked from further connections."
2568
#: drizzled/drizzled.cc:3788
2569
msgid "The number of simultaneous clients allowed."
2572
#: drizzled/drizzled.cc:3793
1465
"Si hay más que este número de conexiones interrumpidas desde un servidor se "
1466
"boquearán más conexiones a este servidor."
1468
#: drizzled/drizzled.cc:2352
2573
1469
msgid "Max number of errors/warnings to store for a statement."
1470
msgstr "Número máximo de errores / avisos a almacenar para una declaración."
2576
#: drizzled/drizzled.cc:3798
1472
#: drizzled/drizzled.cc:2357
2577
1473
msgid "Don't allow creation of heap tables bigger than this."
1474
msgstr "No permitir la creación de tablas de pila más grandes que esto."
2580
#: drizzled/drizzled.cc:3804
1476
#: drizzled/drizzled.cc:2363
2582
1478
"Joins that are probably going to read more than max_join_size records return "
1481
"Las uniones que probablemente van a leer más valores que max_join_size "
1482
"devolverán un error."
2586
#: drizzled/drizzled.cc:3810
1484
#: drizzled/drizzled.cc:2369
2587
1485
msgid "Max number of bytes in sorted records."
2590
#: drizzled/drizzled.cc:3815
2592
"If non-zero: relay log will be rotated automatically when the size exceeds "
2593
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2594
"excepted, the minimum value for this variable is 4096."
2597
#: drizzled/drizzled.cc:3822
1486
msgstr "Número máximo de bytes en registros ordenados."
1488
#: drizzled/drizzled.cc:2374
2598
1489
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1491
"Asumido número máximo de buscadores cuando se consultan filas basadas en una "
2601
#: drizzled/drizzled.cc:3827
1494
#: drizzled/drizzled.cc:2379
2603
1496
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2604
1497
"max_sort_length bytes of each value are used; the rest are ignored)."
1499
"Número de bytes que se usarán si se asocian valores BLOB o TEXT (sólo se "
1500
"usan los primeros bytes de max_sort_length, el resto se ignora)."
2607
#: drizzled/drizzled.cc:3834
1502
#: drizzled/drizzled.cc:2386
2608
1503
msgid "Maximum number of temporary tables a client can keep open at a time."
1505
"Número máximo de tablas temporales que un cliente puede mantener abiertas de "
2611
#: drizzled/drizzled.cc:3839
1508
#: drizzled/drizzled.cc:2391
2612
1509
msgid "After this many write locks, allow some read locks to run in between."
1511
"Después de estos cierres de escritura, permite ejecutar entre medias ciertos "
1512
"cierres de lectura."
2615
#: drizzled/drizzled.cc:3843
1514
#: drizzled/drizzled.cc:2395
2617
1516
"Don't log queries which examine less than min_examined_row_limit rows to "
2621
#: drizzled/drizzled.cc:3849
2622
msgid "Block size to be used for MyISAM index pages."
2625
#: drizzled/drizzled.cc:3855
2626
msgid "Default pointer size to be used for MyISAM tables."
2629
#: drizzled/drizzled.cc:3860
2631
msgid "(Deprecated option)"
2632
msgstr "Opciones de crear equivocados"
2634
#: drizzled/drizzled.cc:3866
2636
"Don't use the fast sort index method to created index if the temporary file "
2637
"would get bigger than this."
2640
#: drizzled/drizzled.cc:3873
2642
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2643
"disables parallel repair."
2646
#: drizzled/drizzled.cc:3879
2648
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2649
"when creating indexes with CREATE INDEX or ALTER TABLE."
2652
#: drizzled/drizzled.cc:3885
1519
"No archiva peticiones que examinen menos de min_examined_row_limit filas a "
1522
#: drizzled/drizzled.cc:2401
2654
1524
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2655
1525
"Possible values of name are 'nulls_unequal' (default behavior), "
2656
1526
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2659
#: drizzled/drizzled.cc:3892
1529
#: drizzled/drizzled.cc:2408
2661
1530
msgid "Buffer length for TCP/IP and socket communication."
2662
msgstr "Buffer para comunicación socket y TCP/IP"
1531
msgstr "Longitud del buffer para comunicaciones vía TCP/IP y socket."
2664
#: drizzled/drizzled.cc:3897
1533
#: drizzled/drizzled.cc:2413
2666
1535
"Number of seconds to wait for more data from a connection before aborting "
1538
"Número de segundos a esperar por más datos de una conexión antes de abortar "
2670
#: drizzled/drizzled.cc:3903
1541
#: drizzled/drizzled.cc:2419
2672
1543
"If a read on a communication port is interrupted, retry this many times "
2673
1544
"before giving up."
1546
"Si la lectura de un puerto de comunicación es interrumpida, reintentar esta "
1547
"cantidad de veces antes de rendinse."
2676
#: drizzled/drizzled.cc:3909
1549
#: drizzled/drizzled.cc:2425
2678
1551
"Number of seconds to wait for a block to be written to a connection before "
2679
1552
"aborting the write."
2682
#: drizzled/drizzled.cc:3915
2683
msgid "Use compatible behavior."
2686
#: drizzled/drizzled.cc:3920
2688
"If this is not 0, then mysqld will use this value to reserve file "
2689
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2690
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2691
"larger) number of files."
2694
#: drizzled/drizzled.cc:3927
1554
"Númer de segundos a esperar para que un bloque sea escrito en una conexión "
1555
"antes de abortar la escritura."
1557
#: drizzled/drizzled.cc:2431
2696
1559
"Controls the heuristic(s) applied during query optimization to prune less-"
2697
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2698
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2699
"on number of retrieved rows."
1560
"promising partial plans from the optimizer search space. Meaning: false - do "
1561
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1562
"based on number of retrieved rows."
2702
#: drizzled/drizzled.cc:3935
1565
#: drizzled/drizzled.cc:2439
2704
1567
"Maximum depth of search performed by the query optimizer. Values larger than "
2705
1568
"the number of relations in a query result in better query plans, but take "
2710
1573
"(used for testing/comparison)."
2713
#: drizzled/drizzled.cc:3947
1576
#: drizzled/drizzled.cc:2451
1578
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1581
#: drizzled/drizzled.cc:2456
2714
1582
msgid "Directory for plugins."
1583
msgstr "Directorio para complementos"
2717
#: drizzled/drizzled.cc:3951
1585
#: drizzled/drizzled.cc:2460
2719
"Optional comma separated list of plugins to load, where each plugin is "
2720
"identified by the name of the shared library. [for example: --"
2721
"plugin_load=libmd5udf.so]"
1587
"Optional comma separated list of plugins to load at starup.[for example: --"
1588
"plugin_load=crc32,logger_gearman]"
2724
#: drizzled/drizzled.cc:3957
1591
#: drizzled/drizzled.cc:2465
2725
1592
msgid "The size of the buffer that is allocated when preloading indexes"
2728
#: drizzled/drizzled.cc:3962
1595
#: drizzled/drizzled.cc:2470
1596
msgid "Select protocol to be used (by default oldlibdrizzle)."
1597
msgstr "Seleccione el protocolo a ser utilizado (por omisión oldlibdrizzle)."
1599
#: drizzled/drizzled.cc:2474
2729
1600
msgid "Allocation block size for query parsing and execution"
2732
#: drizzled/drizzled.cc:3967
1603
#: drizzled/drizzled.cc:2479
2733
1604
msgid "Persistent buffer for query parsing and execution"
1605
msgstr "Buffer persistente para el parse y ejecución de consultas"
2736
#: drizzled/drizzled.cc:3973
1607
#: drizzled/drizzled.cc:2485
2737
1608
msgid "Allocation block size for storing ranges during optimization"
2740
#: drizzled/drizzled.cc:3979
1611
#: drizzled/drizzled.cc:2491
2742
1613
"Each thread that does a sequential scan allocates a buffer of this size for "
2743
1614
"each table it scans. If you do many sequential scans, you may want to "
2744
1615
"increase this value."
2747
#: drizzled/drizzled.cc:3987
2749
"Make all non-temporary tables read-only, with the exception for replication "
2750
"(slave) threads and users with the SUPER privilege"
2753
#: drizzled/drizzled.cc:3993
1618
#: drizzled/drizzled.cc:2499
2755
1620
"When reading rows in sorted order after a sort, the rows are read through "
2756
1621
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2757
1622
"record_buffer."
2760
#: drizzled/drizzled.cc:4007
2762
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2766
#: drizzled/drizzled.cc:4013
2767
msgid "Maximum space to use for all relay logs."
2770
#: drizzled/drizzled.cc:4018
2772
msgid "Use compression on master/slave protocol."
2773
msgstr "Utilizar compresión en protocolo cliente/servidor."
2775
#: drizzled/drizzled.cc:4023
2777
"Number of seconds to wait for more data from a master/slave connection "
2778
"before aborting the read."
2781
#: drizzled/drizzled.cc:4028
2783
"Number of times the slave SQL thread will retry a transaction in case it "
2784
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2788
#: drizzled/drizzled.cc:4034
2789
msgid "Allow slave to batch requests."
2792
#: drizzled/drizzled.cc:4038
2794
"If creating the thread takes longer than this value (in seconds), the "
2795
"Slow_launch_threads counter will be incremented."
2798
#: drizzled/drizzled.cc:4043
1625
#: drizzled/drizzled.cc:2507
1626
msgid "Select scheduler to be used (by default multi-thread)."
1629
#: drizzled/drizzled.cc:2512
2799
1630
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2802
#: drizzled/drizzled.cc:4049
2804
"Synchronously flush binary log to disk after every #th event. Use 0 "
2805
"(default) to disable synchronous flushing."
2808
#: drizzled/drizzled.cc:4054
2809
msgid "Sync .frm to disk on create. Enabled by default."
2812
#: drizzled/drizzled.cc:4058
2814
msgid "Deprecated; use --table_open_cache instead."
2815
msgstr "ADVERTENCIA: opción desfasada; utilizar mejor --disable-pager.\n"
2817
#: drizzled/drizzled.cc:4062
1633
#: drizzled/drizzled.cc:2518
2818
1634
msgid "The number of cached table definitions."
2821
#: drizzled/drizzled.cc:4066
1637
#: drizzled/drizzled.cc:2522
2822
1638
msgid "The number of cached open tables."
2825
#: drizzled/drizzled.cc:4070
1641
#: drizzled/drizzled.cc:2526
2827
1643
"Timeout in seconds to wait for a table level lock before returning an error. "
2828
1644
"Used only if the connection has active cursors."
2831
#: drizzled/drizzled.cc:4075
2832
msgid "How many threads we should keep in a cache for reuse."
2835
#: drizzled/drizzled.cc:4079
2837
"How many threads we should create to handle query requests in case of "
2838
"'thread_handling=pool-of-threads'"
2841
#: drizzled/drizzled.cc:4084
1646
"El número de segundo a esperar por un bloqueo a nivel de tablas antes de "
1647
"devolver un error. Solamente usado si la conexión tiene cursores activos."
1649
#: drizzled/drizzled.cc:2531
2842
1650
msgid "The stack size for each thread."
2845
#: drizzled/drizzled.cc:4090
2846
msgid "The TIME format (for future)."
2849
#: drizzled/drizzled.cc:4095
1651
msgstr "El tamaño de pila para cada hilo."
1653
#: drizzled/drizzled.cc:2537
2851
"If an internal in-memory temporary table exceeds this size, MySQL will "
1655
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2852
1656
"automatically convert it to an on-disk MyISAM table."
2855
#: drizzled/drizzled.cc:4101
1659
#: drizzled/drizzled.cc:2543
2856
1660
msgid "Allocation block size for transactions to be stored in binary log"
2859
#: drizzled/drizzled.cc:4106
1663
#: drizzled/drizzled.cc:2548
2860
1664
msgid "Persistent buffer for transactions to be stored in binary log"
2863
#: drizzled/drizzled.cc:4111
1667
#: drizzled/drizzled.cc:2553
2866
1669
"The number of seconds the server waits for activity on a connection before "
2869
"Cantidad de intentos que el esclavo intetara conectarse el maestro antes de "
1672
"El número de segundos que el servidor debe esperar por actividad en una "
1673
"conexión antes de cerrarla."
2872
#: drizzled/drizzled.cc:4359
1675
#: drizzled/drizzled.cc:2687
2874
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
1677
"Copyright (C) 2008 Sun Microsystems\n"
2875
1678
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2876
1679
"and you are welcome to modify and redistribute it under the GPL license\n"
2878
1681
"Starts the Drizzle database server\n"
1683
"Copyright (C) 2008 Sun Microsystems\n"
1684
"Este software se distribuye sin ABSOLUTAMENTE NINGUNA GARANTIA. Es software "
1686
"Y eres bienvenido a modificar y redistribuirlo bajo la licencia GPL\n"
1688
"Inicia el servidor de base de datos Drizzle\n"
2881
#: drizzled/drizzled.cc:4366
1690
#: drizzled/drizzled.cc:2694
2883
1692
msgid "Usage: %s [OPTIONS]\n"
1693
msgstr "Uso: %s [OPCIONES]\n"
2886
#: drizzled/drizzled.cc:4377
1695
#: drizzled/drizzled.cc:2705
2889
1698
"To see what values a running Drizzle server is using, type\n"
2890
1699
"'drizzleadmin variables' instead of 'drizzled --help'."
2893
#: drizzled/drizzled.cc:4562
1702
#: drizzled/drizzled.cc:2848
2896
1705
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2897
1706
"command line\n"
2900
#: drizzled/drizzled.cc:4614
2902
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2905
#: drizzled/drizzled.cc:4623
2907
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2910
#: drizzled/drizzled.cc:4633
2912
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2915
#: drizzled/drizzled.cc:4662 drizzled/drizzled.cc:4671
2917
msgid "Could not add do table rule '%s'!\n"
2920
#: drizzled/drizzled.cc:4680 drizzled/drizzled.cc:4689
2922
msgid "Could not add ignore table rule '%s'!\n"
2925
#: drizzled/drizzled.cc:4736
1709
#: drizzled/drizzled.cc:2889
2926
1710
msgid "Can't start server: cannot resolve hostname!"
1712
"No se puede iniciar el servidor: no se puede resolver el nombre del host!"
2929
#: drizzled/drizzled.cc:4742
1714
#: drizzled/drizzled.cc:2895
2930
1715
msgid "Can't start server: bind-address refers to multiple interfaces!"
2933
#: drizzled/drizzled.cc:4917
2935
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2936
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2939
#: drizzled/drizzled.cc:5105
1718
#: drizzled/drizzled.cc:3214
2941
1720
msgid "No option given to %s\n"
1721
msgstr "No se dió una opción a %s\n"
2944
#: drizzled/drizzled.cc:5107
1723
#: drizzled/drizzled.cc:3216
2946
1725
msgid "Wrong option to %s. Option(s) given: %s\n"
1726
msgstr "Opción equivocada para %s. Opción(nes) dada(s): %s\n"
2949
#: drizzled/drizzled.cc:5109
1728
#: drizzled/drizzled.cc:3218
2951
1730
msgid "Alternatives are: '%s'"
1731
msgstr "Las alternativas son: '%s'"
1733
#: drizzled/errmsg.cc:73
1735
msgid "errmsg plugin '%s' errmsg() failed"
2954
#: drizzled/drizzled_error_messages.h:32
1738
#: drizzled/error.cc:34
2955
1739
msgid "hashchk"
2958
#: drizzled/drizzled_error_messages.h:34
1742
#: drizzled/error.cc:36
2959
1743
msgid "isamchk"
2962
#: drizzled/drizzled_error_messages.h:36
1746
#: drizzled/error.cc:38
2966
#: drizzled/drizzled_error_messages.h:38
1750
#: drizzled/error.cc:40
2970
#: drizzled/drizzled_error_messages.h:40
1754
#: drizzled/error.cc:42
2972
1756
msgid "Can't create file '%-.200s' (errno: %d)"
1757
msgstr "No se puede crear el archivo '%-.200s' (errno: %d)"
2975
#: drizzled/drizzled_error_messages.h:42
1759
#: drizzled/error.cc:44
2977
1761
msgid "Can't create table '%-.200s' (errno: %d)"
1762
msgstr "No se puede crear la tabla '%-.200s' (errno: %d)"
2980
#: drizzled/drizzled_error_messages.h:44
1764
#: drizzled/error.cc:46
2982
1766
msgid "Can't create database '%-.192s' (errno: %d)"
1767
msgstr "No se pudo crear la base de datos '%-.192s' (errno: %d)"
2985
#: drizzled/drizzled_error_messages.h:46
1769
#: drizzled/error.cc:48
2987
1771
msgid "Can't create database '%-.192s'; database exists"
1773
"No se pudo crear la base de datos '%-.192s'; la base de datos ya existe"
2990
#: drizzled/drizzled_error_messages.h:48
1775
#: drizzled/error.cc:50
2992
1777
msgid "Can't drop database '%-.192s'; database doesn't exist"
1779
"No se pudo crear la base de datos '%-.192s'; la base de datos no existe"
2995
#: drizzled/drizzled_error_messages.h:50
1781
#: drizzled/error.cc:52
2997
1783
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1785
"Error borrando la base de datos (no se puede eliminar '%-.192s', errno: %d)"
3000
#: drizzled/drizzled_error_messages.h:52
1787
#: drizzled/error.cc:54
3002
1789
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1791
"Error borrando la base de datos (no se puede rmdir '%-.192s', errno: %d)"
3005
#: drizzled/drizzled_error_messages.h:54
1793
#: drizzled/error.cc:56
3007
1795
msgid "Error on delete of '%-.192s' (errno: %d)"
1796
msgstr "Error en el borrado de '%-.192s' (errno: %d)"
3010
#: drizzled/drizzled_error_messages.h:56
1798
#: drizzled/error.cc:58
3011
1799
msgid "Can't read record in system table"
1800
msgstr "No se puede leer el registro en la tabla del sistema"
3014
#: drizzled/drizzled_error_messages.h:58
1802
#: drizzled/error.cc:60
3016
1804
msgid "Can't get status of '%-.200s' (errno: %d)"
1805
msgstr "No se puede obtener el estado de '%-.200s' (errno: %d)"
3019
#: drizzled/drizzled_error_messages.h:60
1807
#: drizzled/error.cc:62
3021
1809
msgid "Can't get working directory (errno: %d)"
1810
msgstr "No se puede obtener el directorio de trabajo (errno: %d)"
3024
#: drizzled/drizzled_error_messages.h:62
1812
#: drizzled/error.cc:64
3026
1814
msgid "Can't lock file (errno: %d)"
1815
msgstr "No se puede bloquear el archivo (errno: %d)"
3029
#: drizzled/drizzled_error_messages.h:64
1817
#: drizzled/error.cc:66
3031
1819
msgid "Can't open file: '%-.200s' (errno: %d)"
1820
msgstr "No se puede abrir el archivo: '%-.200s' (errno: %d)"
3034
#: drizzled/drizzled_error_messages.h:66
1822
#: drizzled/error.cc:68
3036
1824
msgid "Can't find file: '%-.200s' (errno: %d)"
1825
msgstr "No se puede encontrar el archivo: '%-.200s' (errno: %d)"
3039
#: drizzled/drizzled_error_messages.h:68
1827
#: drizzled/error.cc:70
3041
1829
msgid "Can't read dir of '%-.192s' (errno: %d)"
1830
msgstr "No se puede leer el directorio de '%-.192s' (errno: %d)"
3044
#: drizzled/drizzled_error_messages.h:70
1832
#: drizzled/error.cc:72
3046
1834
msgid "Can't change dir to '%-.192s' (errno: %d)"
1835
msgstr "No se puede cambiar al directorio '%-.192s' (errno: %d)"
3049
#: drizzled/drizzled_error_messages.h:72
1837
#: drizzled/error.cc:74
3051
1839
msgid "Record has changed since last read in table '%-.192s'"
1840
msgstr "El registro cambió desde la última lectura en la tabla '%-.192s'"
3054
#: drizzled/drizzled_error_messages.h:74
1842
#: drizzled/error.cc:76
3056
1844
msgid "Disk full (%s); waiting for someone to free some space..."
1845
msgstr "Disco lleno (%s); esperando a que alguien libere algo de espacio..."
3059
#: drizzled/drizzled_error_messages.h:76
1847
#: drizzled/error.cc:78
3061
1849
msgid "Can't write; duplicate key in table '%-.192s'"
1850
msgstr "No se puede escribir; llave duplicada en la tabla '%-.192s'"
3064
#: drizzled/drizzled_error_messages.h:78
1852
#: drizzled/error.cc:80
3066
1854
msgid "Error on close of '%-.192s' (errno: %d)"
1855
msgstr "Error al cerrar '%-.192s' (errno: %d)"
3069
#: drizzled/drizzled_error_messages.h:80
1857
#: drizzled/error.cc:82
3071
1859
msgid "Error reading file '%-.200s' (errno: %d)"
1860
msgstr "Error al leer el archivo '%-.200s' (errno: %d)"
3074
#: drizzled/drizzled_error_messages.h:82
1862
#: drizzled/error.cc:84
3076
1864
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1865
msgstr "Error al renombrar '%-.150s' a '%-.150s' (errno: %d)"
3079
#: drizzled/drizzled_error_messages.h:84
1867
#: drizzled/error.cc:86
3081
1869
msgid "Error writing file '%-.200s' (errno: %d)"
1870
msgstr "Error escribiendo el archivo '%-.200s' (errno: %d)"
3084
#: drizzled/drizzled_error_messages.h:86
1872
#: drizzled/error.cc:88
3086
1874
msgid "'%-.192s' is locked against change"
1875
msgstr "'%-.192s' está bloqueado contra cambios"
3089
#: drizzled/drizzled_error_messages.h:88
1877
#: drizzled/error.cc:90
3091
1878
msgid "Sort aborted"
1879
msgstr "Ordenación abortada"
3094
#: drizzled/drizzled_error_messages.h:90
1881
#: drizzled/error.cc:92
3096
1883
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1884
msgstr "La vista '%-.192s' no existe para '%-.192s'"
3099
#: drizzled/drizzled_error_messages.h:92
1886
#: drizzled/error.cc:94
3101
1888
msgid "Got error %d from storage engine"
1889
msgstr "Se obtuvo el error %d de el motor de almacenamiento"
3104
#: drizzled/drizzled_error_messages.h:94
1891
#: drizzled/error.cc:96
3106
1893
msgid "Table storage engine for '%-.192s' doesn't have this option"
3109
#: drizzled/drizzled_error_messages.h:96
1896
#: drizzled/error.cc:98
3111
1898
msgid "Can't find record in '%-.192s'"
1899
msgstr "No se pueden encontrar el registro en '%-.192s'"
3114
#: drizzled/drizzled_error_messages.h:98
1901
#: drizzled/error.cc:100
3116
1903
msgid "Incorrect information in file: '%-.200s'"
1904
msgstr "Información incorrecta en el archivo: '%-.200s'"
3119
#: drizzled/drizzled_error_messages.h:100
1906
#: drizzled/error.cc:102
3121
1908
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1910
"Archivo de llaves incorrecto para la tabla '%-.200s'; intenta repararlo"
3124
#: drizzled/drizzled_error_messages.h:102
1912
#: drizzled/error.cc:104
3126
1914
msgid "Old key file for table '%-.192s'; repair it!"
3129
#: drizzled/drizzled_error_messages.h:104
1917
#: drizzled/error.cc:106
3131
1919
msgid "Table '%-.192s' is read only"
1920
msgstr "La tabla '%-.192s' es de solo lectura"
3134
#: drizzled/drizzled_error_messages.h:106
1922
#: drizzled/error.cc:108
3136
msgid "Out of memory; restart server and try again (needed %d bytes)"
1924
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1926
"Sin espacio en memoria; reinicie el servidor e intente de nuevo (%lu bytes "
3139
#: drizzled/drizzled_error_messages.h:108
1929
#: drizzled/error.cc:110
3140
1930
msgid "Out of sort memory; increase server sort buffer size"
3143
#: drizzled/drizzled_error_messages.h:110
1933
#: drizzled/error.cc:112
3145
1935
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1937
"Se encontro EOF inesperadamente al leer el archivo '%-.192s' (errno: %d)"
3148
#: drizzled/drizzled_error_messages.h:112
1939
#: drizzled/error.cc:114
3149
1940
msgid "Too many connections"
1941
msgstr "Demasiadas conexiones"
3152
#: drizzled/drizzled_error_messages.h:114
1943
#: drizzled/error.cc:116
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 "
1945
"Out of memory; check if drizzled or some other process uses all available "
1946
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
3156
1947
"memory or you can add more swap space"
3159
#: drizzled/drizzled_error_messages.h:116
1950
#: drizzled/error.cc:118
3160
1951
msgid "Can't get hostname for your address"
1952
msgstr "No se puede obtener el nombre del host para tu dirección"
3163
#: drizzled/drizzled_error_messages.h:118
1954
#: drizzled/error.cc:120
3164
1955
msgid "Bad handshake"
3167
#: drizzled/drizzled_error_messages.h:120
1958
#: drizzled/error.cc:122
3169
1960
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1962
"Acceso denegado para el usuario '%-.48s'@'%-.64s' a la base de datos '%-"
3172
#: drizzled/drizzled_error_messages.h:122
1965
#: drizzled/error.cc:124
3174
1967
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1969
"Acceso denegado para el usuario '%-.48s'@'%-.64s' (usando contraseña: %s)"
3177
#: drizzled/drizzled_error_messages.h:124
1971
#: drizzled/error.cc:126
3178
1972
msgid "No database selected"
1973
msgstr "No se ha seleccionado una base de datos"
3181
#: drizzled/drizzled_error_messages.h:126
1975
#: drizzled/error.cc:128
3182
1976
msgid "Unknown command"
1977
msgstr "Comando desconocido"
3185
#: drizzled/drizzled_error_messages.h:128
1979
#: drizzled/error.cc:130
3187
1981
msgid "Column '%-.192s' cannot be null"
1982
msgstr "La columna '%-.192s' no puede ser null"
3190
#: drizzled/drizzled_error_messages.h:130
1984
#: drizzled/error.cc:132
3192
1986
msgid "Unknown database '%-.192s'"
1987
msgstr "Base de datos desconocida '%-.192s'"
3195
#: drizzled/drizzled_error_messages.h:132
1989
#: drizzled/error.cc:134
3197
1991
msgid "Table '%-.192s' already exists"
1992
msgstr "La tabla '%-.192s' ya existe"
3200
#: drizzled/drizzled_error_messages.h:134
1994
#: drizzled/error.cc:136
3202
1996
msgid "Unknown table '%-.100s'"
1997
msgstr "Tabla '%-.100s' desconocida"
3205
#: drizzled/drizzled_error_messages.h:136
1999
#: drizzled/error.cc:138
3207
2001
msgid "Column '%-.192s' in %-.192s is ambiguous"
2002
msgstr "La columna '%-.192s' en %-.192s es ambigüa"
3210
#: drizzled/drizzled_error_messages.h:138
2004
#: drizzled/error.cc:140
3211
2005
msgid "Server shutdown in progress"
2006
msgstr "Apagado del servidor en progreso"
3214
#: drizzled/drizzled_error_messages.h:140
2008
#: drizzled/error.cc:142
3216
2010
msgid "Unknown column '%-.192s' in '%-.192s'"
2011
msgstr "Columna '%-.192s' desconocida en '%-.192s'"
3219
#: drizzled/drizzled_error_messages.h:142
2013
#: drizzled/error.cc:144
3221
2015
msgid "'%-.192s' isn't in GROUP BY"
2016
msgstr "'%-.192s' no es encuentra en GROUP BY"
3224
#: drizzled/drizzled_error_messages.h:144
2018
#: drizzled/error.cc:146
3226
2020
msgid "Can't group on '%-.192s'"
2021
msgstr "No se puede agrupar en '%-.192s'"
3229
#: drizzled/drizzled_error_messages.h:146
2023
#: drizzled/error.cc:148
3230
2024
msgid "Statement has sum functions and columns in same statement"
3233
#: drizzled/drizzled_error_messages.h:148
2027
#: drizzled/error.cc:150
3234
2028
msgid "Column count doesn't match value count"
2029
msgstr "El conteo de las columnas no concuerda con el conteo de valores"
3237
#: drizzled/drizzled_error_messages.h:150
2031
#: drizzled/error.cc:152
3239
2033
msgid "Identifier name '%-.100s' is too long"
2034
msgstr "Nombre del identificador '%-.100s' es demasiado largo"
3242
#: drizzled/drizzled_error_messages.h:152
2036
#: drizzled/error.cc:154
3244
2038
msgid "Duplicate column name '%-.192s'"
2039
msgstr "Nombre duplicado de la columna '%-.192s'"
3247
#: drizzled/drizzled_error_messages.h:154
2041
#: drizzled/error.cc:156
3249
2043
msgid "Duplicate key name '%-.192s'"
2044
msgstr "Nombre duplicado de la llave '%-.192s'"
3252
#: drizzled/drizzled_error_messages.h:156
2046
#: drizzled/error.cc:158
3254
2048
msgid "Duplicate entry '%-.192s' for key %d"
2049
msgstr "Entrada duplicada '%-.192s' para la llave %d"
3257
#: drizzled/drizzled_error_messages.h:158
2051
#: drizzled/error.cc:160
3259
2053
msgid "Incorrect column specifier for column '%-.192s'"
2054
msgstr "Especificador de columna incorrecto para la columna '%-.192s'"
3262
#: drizzled/drizzled_error_messages.h:160
2056
#: drizzled/error.cc:162
3264
2058
msgid "%s near '%-.80s' at line %d"
2059
msgstr "%s cerca de '%-.80s' en la línea %d"
3267
#: drizzled/drizzled_error_messages.h:162
2061
#: drizzled/error.cc:164
3268
2062
msgid "Query was empty"
2063
msgstr "La consulta estaba vacía"
3271
#: drizzled/drizzled_error_messages.h:164
2065
#: drizzled/error.cc:166
3273
2067
msgid "Not unique table/alias: '%-.192s'"
2068
msgstr "Tabla/alias: '%-.192s' no es único"
3276
#: drizzled/drizzled_error_messages.h:166
2070
#: drizzled/error.cc:168
3278
2072
msgid "Invalid default value for '%-.192s'"
2073
msgstr "Valor predeterminado inválido para '%-.192s'"
3281
#: drizzled/drizzled_error_messages.h:168
2075
#: drizzled/error.cc:170
3282
2076
msgid "Multiple primary key defined"
2077
msgstr "Definida llave primaria múltiple"
3285
#: drizzled/drizzled_error_messages.h:170
2079
#: drizzled/error.cc:172
3287
2081
msgid "Too many keys specified; max %d keys allowed"
2082
msgstr "Demasiadas llaves especificadas; máximo %d llaves permitidas"
3290
#: drizzled/drizzled_error_messages.h:172
2084
#: drizzled/error.cc:174
3292
2086
msgid "Too many key parts specified; max %d parts allowed"
3295
#: drizzled/drizzled_error_messages.h:174
2089
#: drizzled/error.cc:176
3297
2091
msgid "Specified key was too long; max key length is %d bytes"
2093
"La llave especificada es demasiado larga; la longitud máxima de la clave es "
3300
#: drizzled/drizzled_error_messages.h:176
2096
#: drizzled/error.cc:178
3302
2098
msgid "Key column '%-.192s' doesn't exist in table"
2099
msgstr "La columna de clave '%-.192s' no existe en la tabla"
3305
#: drizzled/drizzled_error_messages.h:178
2101
#: drizzled/error.cc:180
3308
2104
"BLOB column '%-.192s' can't be used in key specification with the used table "
3312
#: drizzled/drizzled_error_messages.h:180
2108
#: drizzled/error.cc:182
3315
2111
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2114
"La longitud de la columna es demasiado grande para la columna '%-.192s' (max "
2115
"= %d); use BLOB o TEXT en su lugar"
3319
#: drizzled/drizzled_error_messages.h:182
2117
#: drizzled/error.cc:184
3321
2119
"Incorrect table definition; there can be only one auto column and it must be "
3322
2120
"defined as a key"
2122
"Definición incorrecta de tabla; solo puede haber una columna auto y esta "
2123
"debe ser definida como llave"
3325
#: drizzled/drizzled_error_messages.h:184
2125
#: drizzled/error.cc:186
3328
2128
"%s: ready for connections.\n"
3329
2129
"Version: '%s' socket: '%s' port: %d"
2131
"%s: listo para conexiones.\n"
2132
"Versión: '%s' socket: '%s' puerto: %d"
3332
#: drizzled/drizzled_error_messages.h:186
2134
#: drizzled/error.cc:188
3334
2136
msgid "%s: Normal shutdown\n"
2137
msgstr "%s: Apagado normal\n"
3337
#: drizzled/drizzled_error_messages.h:188
2139
#: drizzled/error.cc:190
3339
2141
msgid "%s: Got signal %d. Aborting!\n"
2142
msgstr "%s: Se obtuvo la señal %d. Abortando!\n"
3342
#: drizzled/drizzled_error_messages.h:190
2144
#: drizzled/error.cc:192
3344
2146
msgid "%s: Shutdown complete\n"
2147
msgstr "%s: Apagado completo\n"
3347
#: drizzled/drizzled_error_messages.h:192
2149
#: drizzled/error.cc:194
3349
2151
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
3352
#: drizzled/drizzled_error_messages.h:194
2154
#: drizzled/error.cc:196
3353
2155
msgid "Can't create IP socket"
2156
msgstr "No se puede crear el socket IP"
3356
#: drizzled/drizzled_error_messages.h:196
2158
#: drizzled/error.cc:198
3359
2161
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3363
#: drizzled/drizzled_error_messages.h:198
3364
msgid "Field separator argument is not what is expected; check the manual"
2165
#: drizzled/error.cc:200
2168
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2171
"El argumento separador de campos '%-.32s' con longitud '%d' no es lo que se "
2172
"esperaba; verificar el manual"
3367
#: drizzled/drizzled_error_messages.h:200
2174
#: drizzled/error.cc:202
3369
2176
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2178
"No puedes usar filas de longitud fija con BLOBs: por favor utilizar 'fields "
3372
#: drizzled/drizzled_error_messages.h:202
2181
#: drizzled/error.cc:204
3375
2184
"The file '%-.128s' must be in the database directory or be readable by all"
2186
"El archivo '%-.128s' debe estar en el directorio de la base de datos o ser "
3378
#: drizzled/drizzled_error_messages.h:204
2189
#: drizzled/error.cc:206
3380
2191
msgid "File '%-.200s' already exists"
2192
msgstr "El archivo '%-.200s' ya existe"
3383
#: drizzled/drizzled_error_messages.h:206
2194
#: drizzled/error.cc:208
3385
2196
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2197
msgstr "Registros: %ld Borrados: %ld Saltados: %ld Advertencias: %ld"
3388
#: drizzled/drizzled_error_messages.h:208
2199
#: drizzled/error.cc:210
3390
2201
msgid "Records: %ld Duplicates: %ld"
2202
msgstr "Registros %ld Duplicados: %ld"
3393
#: drizzled/drizzled_error_messages.h:210
2204
#: drizzled/error.cc:212
3395
2206
"Incorrect prefix key; the used key part isn't a string, the used length is "
3396
2207
"longer than the key part, or the storage engine doesn't support unique "
3400
#: drizzled/drizzled_error_messages.h:212
2211
#: drizzled/error.cc:214
3401
2212
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2214
"No puedes borrar todas las columnas con ALTER TABLE; usa DROP TABLE en su "
3404
#: drizzled/drizzled_error_messages.h:214
2217
#: drizzled/error.cc:216
3406
2219
msgid "Can't DROP '%-.192s'; check that column/key exists"
2220
msgstr "No se puede DROP '%-.192s'; verifica que la columna/clave existe"
3409
#: drizzled/drizzled_error_messages.h:216
2222
#: drizzled/error.cc:218
3411
2224
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2225
msgstr "Registros: %ld Duplicados: %ld Advertencias: %ld"
3414
#: drizzled/drizzled_error_messages.h:218
2227
#: drizzled/error.cc:220
3416
2229
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3419
#: drizzled/drizzled_error_messages.h:220
2232
#: drizzled/error.cc:222
3421
2234
msgid "Unknown thread id: %lu"
2235
msgstr "Id de hilo desconocido: %lu"
3424
#: drizzled/drizzled_error_messages.h:222
2237
#: drizzled/error.cc:224
3426
2239
msgid "You are not owner of thread %lu"
2240
msgstr "No eres el dueño del hilo %lu"
3429
#: drizzled/drizzled_error_messages.h:224
2242
#: drizzled/error.cc:226
3430
2243
msgid "No tables used"
2244
msgstr "No se usaron tablas"
3433
#: drizzled/drizzled_error_messages.h:226
2246
#: drizzled/error.cc:228
3435
2248
msgid "Too many strings for column %-.192s and SET"
2249
msgstr "Demasiadas columnas para la colmna %-.192s y SET"
3438
#: drizzled/drizzled_error_messages.h:228
2251
#: drizzled/error.cc:230
3440
2253
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3443
#: drizzled/drizzled_error_messages.h:230
2256
#: drizzled/error.cc:232
3445
2258
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3447
"La tabla '%-.64s' fue creada con una versión diferente de MySQL y no puede "
2260
"La tabla '%-.192s' fue bloqueada con bloqueo de LECTURA y no puede ser "
3450
#: drizzled/drizzled_error_messages.h:232
2263
#: drizzled/error.cc:234
3452
2265
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2266
msgstr "La tabla '%-.192s' no fue bloqueada con LOCK TABLES"
3455
#: drizzled/drizzled_error_messages.h:234
2268
#: drizzled/error.cc:236
3457
2270
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2272
"La columna BLOB/TEXT '%-.192s' no puede tener una valor predeterminado"
3460
#: drizzled/drizzled_error_messages.h:236
2274
#: drizzled/error.cc:238
3462
2276
msgid "Incorrect database name '%-.100s'"
2277
msgstr "Nombre incorrecto de base de datos '%-.100s'"
3465
#: drizzled/drizzled_error_messages.h:238
2279
#: drizzled/error.cc:240
3467
2281
msgid "Incorrect table name '%-.100s'"
2282
msgstr "Nombre incorrecto de tabla '%-.100s'"
3470
#: drizzled/drizzled_error_messages.h:240
2284
#: drizzled/error.cc:242
3472
2286
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3473
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2287
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
3476
#: drizzled/drizzled_error_messages.h:242
2290
#: drizzled/error.cc:244
3477
2291
msgid "Unknown error"
3480
#: drizzled/drizzled_error_messages.h:244
2294
#: drizzled/error.cc:246
3482
2296
msgid "Unknown procedure '%-.192s'"
2297
msgstr "Procedimiento desconocido '%-.192s'"
3485
#: drizzled/drizzled_error_messages.h:246
2299
#: drizzled/error.cc:248
3487
2301
msgid "Incorrect parameter count to procedure '%-.192s'"
2302
msgstr "Conteo incorrecto de parámetros para el procedimiento '%-.192s'"
3490
#: drizzled/drizzled_error_messages.h:248
2304
#: drizzled/error.cc:250
3492
2306
msgid "Incorrect parameters to procedure '%-.192s'"
3495
#: drizzled/drizzled_error_messages.h:250
2309
#: drizzled/error.cc:252
3497
2311
msgid "Unknown table '%-.192s' in %-.32s"
2312
msgstr "Tabla desconocida '%-.192s' en %-.32s"
3500
#: drizzled/drizzled_error_messages.h:252
2314
#: drizzled/error.cc:254
3502
2316
msgid "Column '%-.192s' specified twice"
2317
msgstr "Columna '%-.192s' especificada dos veces"
3505
#: drizzled/drizzled_error_messages.h:254
2319
#: drizzled/error.cc:256
3506
2320
msgid "Invalid use of group function"
2321
msgstr "Uso inválido de la función de agrupamiento"
3509
#: drizzled/drizzled_error_messages.h:256
2323
#: drizzled/error.cc:258
3512
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2326
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2328
"La tabla '%-.192s' hace uso de una extensión que no existe en esta versión "
3515
#: drizzled/drizzled_error_messages.h:258
2331
#: drizzled/error.cc:260
3516
2332
msgid "A table must have at least 1 column"
2333
msgstr "Una tabla debe tener al menos 1 columna"
3519
#: drizzled/drizzled_error_messages.h:260
2335
#: drizzled/error.cc:262
3521
2337
msgid "The table '%-.192s' is full"
2338
msgstr "La tabla '%-.192s' está llena"
3524
#: drizzled/drizzled_error_messages.h:262
2340
#: drizzled/error.cc:264
3526
2342
msgid "Unknown character set: '%-.64s'"
2343
msgstr "Conjunto de caracteres desconocido '%-.64s'"
3529
#: drizzled/drizzled_error_messages.h:264
2345
#: drizzled/error.cc:266
3531
msgid "Too many tables; MySQL can only use %d tables in a join"
2347
msgid "Too many tables; Drizzle can only use %d tables in a join"
3534
#: drizzled/drizzled_error_messages.h:266
2350
#: drizzled/error.cc:268
3535
2351
msgid "Too many columns"
2352
msgstr "Demasiadas columnas"
3538
#: drizzled/drizzled_error_messages.h:268
2354
#: drizzled/error.cc:270
3541
2357
"Row size too large. The maximum row size for the used table type, not "
3542
2358
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3545
#: drizzled/drizzled_error_messages.h:270
2361
#: drizzled/error.cc:272
3548
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
2364
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
3549
2365
"thread_stack=#' to specify a bigger stack if needed"
3552
#: drizzled/drizzled_error_messages.h:272
2368
#: drizzled/error.cc:274
3553
2369
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3556
#: drizzled/drizzled_error_messages.h:274
2372
#: drizzled/error.cc:276
3559
"Table handler doesn't support NULL in given index. Please change column "
3560
"'%-.192s' to be NOT NULL or use another handler"
2375
"Table handler doesn't support NULL in given index. Please change column '%-"
2376
".192s' to be NOT NULL or use another handler"
3563
#: drizzled/drizzled_error_messages.h:276
2379
#: drizzled/error.cc:278
3565
2381
msgid "Can't load function '%-.192s'"
2382
msgstr "No se puede cargar la función '%-.192s'"
3568
#: drizzled/drizzled_error_messages.h:278
2384
#: drizzled/error.cc:280
3570
2386
msgid "Can't initialize function '%-.192s'; %-.80s"
2387
msgstr "No se puede inicializar la función '%-.192s'; %-.80s"
3573
#: drizzled/drizzled_error_messages.h:280
2389
#: drizzled/error.cc:282
3574
2390
msgid "No paths allowed for shared library"
3577
#: drizzled/drizzled_error_messages.h:282
2393
#: drizzled/error.cc:284
3579
2395
msgid "Function '%-.192s' already exists"
2396
msgstr "La función '%-.192s' ya existe"
3582
#: drizzled/drizzled_error_messages.h:284
2398
#: drizzled/error.cc:286
3584
2400
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2402
"No se puede abrir la biblioteca compartida '%-.192s' (errno: %d %-.128s)"
3587
#: drizzled/drizzled_error_messages.h:286
2404
#: drizzled/error.cc:288
3589
2406
msgid "Can't find symbol '%-.128s' in library"
2407
msgstr "No se puede encontrar el símbolo '%-.128s' en la biblioteca"
3592
#: drizzled/drizzled_error_messages.h:288
2409
#: drizzled/error.cc:290
3594
2411
msgid "Function '%-.192s' is not defined"
2412
msgstr "La función '%-.192s' no está definida"
3597
#: drizzled/drizzled_error_messages.h:290
2414
#: drizzled/error.cc:292
3600
2417
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3601
"'mysqladmin flush-hosts'"
2418
"'drizzleadmin flush-hosts'"
3604
#: drizzled/drizzled_error_messages.h:292
2421
#: drizzled/error.cc:294
3606
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3609
#: drizzled/drizzled_error_messages.h:294
3611
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3612
"to change passwords"
3615
#: drizzled/drizzled_error_messages.h:296
3617
"You must have privileges to update tables in the mysql database to be able "
2423
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2426
#: drizzled/error.cc:296
2428
"You are using Drizzle as an anonymous user and anonymous users are not "
2429
"allowed to change passwords"
2432
#: drizzled/error.cc:298
2434
"You must have privileges to update tables in the drizzle database to be able "
3618
2435
"to change passwords for others"
3621
#: drizzled/drizzled_error_messages.h:298
2438
#: drizzled/error.cc:300
3622
2439
msgid "Can't find any matching row in the user table"
3625
#: drizzled/drizzled_error_messages.h:300
2442
#: drizzled/error.cc:302
3627
2444
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3630
#: drizzled/drizzled_error_messages.h:302
2447
#: drizzled/error.cc:304
3633
2450
"Can't create a new thread (errno %d); if you are not out of available "
3634
2451
"memory, you can consult the manual for a possible OS-dependent bug"
3637
#: drizzled/drizzled_error_messages.h:304
2454
#: drizzled/error.cc:306
3639
2456
msgid "Column count doesn't match value count at row %ld"
2458
"El conteo de columnas no concuerda con el conteo de valores en la fila %ld"
3642
#: drizzled/drizzled_error_messages.h:306
2460
#: drizzled/error.cc:308
3644
2462
msgid "Can't reopen table: '%-.192s'"
2463
msgstr "No se puede reabrir la tabla: '%-.192s'"
3647
#: drizzled/drizzled_error_messages.h:308
2465
#: drizzled/error.cc:310
3648
2466
msgid "Invalid use of NULL value"
2467
msgstr "Uso inválido del valor NULL"
3651
#: drizzled/drizzled_error_messages.h:310
2469
#: drizzled/error.cc:312
3653
2471
msgid "Got error '%-.64s' from regexp"
3656
#: drizzled/drizzled_error_messages.h:312
2474
#: drizzled/error.cc:314
3658
2476
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3659
2477
"illegal if there is no GROUP BY clause"
3662
#: drizzled/drizzled_error_messages.h:314
2480
#: drizzled/error.cc:316
3664
2482
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3667
#: drizzled/drizzled_error_messages.h:316
2485
#: drizzled/error.cc:318
3669
2487
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3672
#: drizzled/drizzled_error_messages.h:318
2490
#: drizzled/error.cc:320
3675
2493
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3676
2494
"table '%-.192s'"
3679
#: drizzled/drizzled_error_messages.h:320
2497
#: drizzled/error.cc:322
3681
2499
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3682
2500
"privileges can be used"
3685
#: drizzled/drizzled_error_messages.h:322
2503
#: drizzled/error.cc:324
3686
2504
msgid "The host or user argument to GRANT is too long"
3689
#: drizzled/drizzled_error_messages.h:324
2507
#: drizzled/error.cc:326
3691
2509
msgid "Table '%-.192s.%-.192s' doesn't exist"
3694
#: drizzled/drizzled_error_messages.h:326
2512
#: drizzled/error.cc:328
3697
2515
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3701
#: drizzled/drizzled_error_messages.h:328
3702
msgid "The used command is not allowed with this MySQL version"
2519
#: drizzled/error.cc:330
2520
msgid "The used command is not allowed with this Drizzle version"
2521
msgstr "El comando utilizado no está permitido en esta versión de Drizzle"
3705
#: drizzled/drizzled_error_messages.h:330
2523
#: drizzled/error.cc:332
3707
2525
"You have an error in your SQL syntax; check the manual that corresponds to "
3708
"your MySQL server version for the right syntax to use"
2526
"your Drizzle server version for the right syntax to use"
2528
"Tienes un error en tu sintaxis SQL; verficia el manual que corresponde a tu "
2529
"versión de servidor Drizzle para saber la sintaxis correcta a utilizar"
3711
#: drizzled/drizzled_error_messages.h:332
2531
#: drizzled/error.cc:334
3713
2533
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3716
#: drizzled/drizzled_error_messages.h:334
2536
#: drizzled/error.cc:336
3717
2537
msgid "Too many delayed threads in use"
3720
#: drizzled/drizzled_error_messages.h:336
2540
#: drizzled/error.cc:338
3722
2542
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3725
#: drizzled/drizzled_error_messages.h:338
2545
#: drizzled/error.cc:340
3726
2546
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3729
#: drizzled/drizzled_error_messages.h:340
2549
#: drizzled/error.cc:342
3730
2550
msgid "Got a read error from the connection pipe"
2551
msgstr "Se obtuvo un error de lectura desde la tubería de la conexión"
3733
#: drizzled/drizzled_error_messages.h:342
2553
#: drizzled/error.cc:344
3734
2554
msgid "Got an error from fcntl()"
2555
msgstr "Se obtuvo un error desde fcntl()"
3737
#: drizzled/drizzled_error_messages.h:344
2557
#: drizzled/error.cc:346
3738
2558
msgid "Got packets out of order"
2559
msgstr "Se obtuvieron paquetes fuera de orden"
3741
#: drizzled/drizzled_error_messages.h:346
2561
#: drizzled/error.cc:348 plugin/oldlibdrizzle/errmsg.cc:98
3742
2562
msgid "Couldn't uncompress communication packet"
2563
msgstr "No se pudo descomprimir el paquete de comunicación"
3745
#: drizzled/drizzled_error_messages.h:348
2565
#: drizzled/error.cc:350 plugin/oldlibdrizzle/errmsg.cc:100
3746
2566
msgid "Got an error reading communication packets"
2567
msgstr "Ocurrió un error al leer los paquetes de comunicación"
3749
#: drizzled/drizzled_error_messages.h:350
2569
#: drizzled/error.cc:352 plugin/oldlibdrizzle/errmsg.cc:102
3750
2570
msgid "Got timeout reading communication packets"
2571
msgstr "Tiempo de espera agotado al leer los paquetes de comunicación"
3753
#: drizzled/drizzled_error_messages.h:352
2573
#: drizzled/error.cc:354 plugin/oldlibdrizzle/errmsg.cc:104
3754
2574
msgid "Got an error writing communication packets"
2575
msgstr "Ocurrió un error al escribir los paquetes de comunicación"
3757
#: drizzled/drizzled_error_messages.h:354
2577
#: drizzled/error.cc:356 plugin/oldlibdrizzle/errmsg.cc:106
3758
2578
msgid "Got timeout writing communication packets"
2579
msgstr "Superado tiempo de espera escribiendo paquetes de comunicaciones"
3761
#: drizzled/drizzled_error_messages.h:356
2581
#: drizzled/error.cc:358
3762
2582
msgid "Result string is longer than 'max_allowed_packet' bytes"
3765
#: drizzled/drizzled_error_messages.h:358
2585
#: drizzled/error.cc:360
3766
2586
msgid "The used table type doesn't support BLOB/TEXT columns"
2587
msgstr "El tipo de tabla utilizado no soporta columnas BLOB/TEXT"
3769
#: drizzled/drizzled_error_messages.h:360
2589
#: drizzled/error.cc:362
3770
2590
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2591
msgstr "El tipo de tabla utilizado no soporta columnas AUTO_INCREMENT"
3773
#: drizzled/drizzled_error_messages.h:362
2593
#: drizzled/error.cc:364
3776
2596
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3780
#: drizzled/drizzled_error_messages.h:364
2600
#: drizzled/error.cc:366
3782
2602
msgid "Incorrect column name '%-.100s'"
2603
msgstr "Nombre de columna incorrecto '%-.100s'"
3785
#: drizzled/drizzled_error_messages.h:366
2605
#: drizzled/error.cc:368
3787
2607
msgid "The used storage engine can't index column '%-.192s'"
3790
#: drizzled/drizzled_error_messages.h:368
2610
#: drizzled/error.cc:370
3792
2612
"Unable to open underlying table which is differently defined or of non-"
3793
2613
"MyISAM type or doesn't exist"
3796
#: drizzled/drizzled_error_messages.h:370
2616
#: drizzled/error.cc:372
3798
2618
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3801
#: drizzled/drizzled_error_messages.h:372
2621
#: drizzled/error.cc:374
3804
2624
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3807
#: drizzled/drizzled_error_messages.h:374
2627
#: drizzled/error.cc:376
3809
2629
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3810
2630
"UNIQUE instead"
3813
#: drizzled/drizzled_error_messages.h:376
2633
#: drizzled/error.cc:378
3814
2634
msgid "Result consisted of more than one row"
2635
msgstr "El resultado consistía en más de una fila"
3817
#: drizzled/drizzled_error_messages.h:378
2637
#: drizzled/error.cc:380
3818
2638
msgid "This table type requires a primary key"
3821
#: drizzled/drizzled_error_messages.h:380
3822
msgid "This version of MySQL is not compiled with RAID support"
3825
#: drizzled/drizzled_error_messages.h:382
2639
msgstr "Este tipo de tabla requiere una llave primaria"
2641
#: drizzled/error.cc:382
2642
msgid "This version of Drizzle is not compiled with RAID support"
2643
msgstr "Esta versión de Drizzle no está compilada con soporte a RAID"
2645
#: drizzled/error.cc:384
3827
2647
"You are using safe update mode and you tried to update a table without a "
3828
2648
"WHERE that uses a KEY column"
3831
#: drizzled/drizzled_error_messages.h:384
2651
#: drizzled/error.cc:386
3833
2653
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2654
msgstr "La llave '%-.192s' no existe en la tabla '%-.192s'"
3836
#: drizzled/drizzled_error_messages.h:386
2656
#: drizzled/error.cc:388
3837
2657
msgid "Can't open table"
2658
msgstr "No se puede abrir la tabla"
3840
#: drizzled/drizzled_error_messages.h:388
2660
#: drizzled/error.cc:390
3842
2662
msgid "The storage engine for the table doesn't support %s"
3845
#: drizzled/drizzled_error_messages.h:390
2665
#: drizzled/error.cc:392
3846
2666
msgid "You are not allowed to execute this command in a transaction"
2667
msgstr "No tienes permisos para ejecutar este comando en una transacción"
3849
#: drizzled/drizzled_error_messages.h:392
2669
#: drizzled/error.cc:394
3851
2671
msgid "Got error %d during COMMIT"
3854
#: drizzled/drizzled_error_messages.h:394
2674
#: drizzled/error.cc:396
3856
2676
msgid "Got error %d during ROLLBACK"
3859
#: drizzled/drizzled_error_messages.h:396
2679
#: drizzled/error.cc:398
3861
2681
msgid "Got error %d during FLUSH_LOGS"
3864
#: drizzled/drizzled_error_messages.h:398
2684
#: drizzled/error.cc:400
3866
2686
msgid "Got error %d during CHECKPOINT"
3869
#: drizzled/drizzled_error_messages.h:400
2689
#: drizzled/error.cc:402
3872
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2692
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: '%-.64s' "
3876
#: drizzled/drizzled_error_messages.h:402
2696
#: drizzled/error.cc:404
3877
2697
msgid "The storage engine for the table does not support binary table dump"
3880
#: drizzled/drizzled_error_messages.h:404
2700
#: drizzled/error.cc:406
3881
2701
msgid "Binlog closed, cannot RESET MASTER"
3884
#: drizzled/drizzled_error_messages.h:406
2704
#: drizzled/error.cc:408
3886
2706
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3889
#: drizzled/drizzled_error_messages.h:408
2709
#: drizzled/error.cc:410
3891
2711
msgid "Error from master: '%-.64s'"
3894
#: drizzled/drizzled_error_messages.h:410
2714
#: drizzled/error.cc:412
3895
2715
msgid "Net error reading from master"
3898
#: drizzled/drizzled_error_messages.h:412
2718
#: drizzled/error.cc:414
3899
2719
msgid "Net error writing to master"
3902
#: drizzled/drizzled_error_messages.h:414
2722
#: drizzled/error.cc:416
3903
2723
msgid "Can't find FULLTEXT index matching the column list"
3906
#: drizzled/drizzled_error_messages.h:416
2726
#: drizzled/error.cc:418
3908
2728
"Can't execute the given command because you have active locked tables or an "
3909
2729
"active transaction"
2731
"No se puede ejecutar el comando dado porque tienes bloqueadas tablas activas "
2732
"o una transacción activa"
3912
#: drizzled/drizzled_error_messages.h:418
2734
#: drizzled/error.cc:420
3914
2736
msgid "Unknown system variable '%-.64s'"
2737
msgstr "Variable del sistema desconocida '%-.64s'"
3917
#: drizzled/drizzled_error_messages.h:420
2739
#: drizzled/error.cc:422
3919
2741
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3922
#: drizzled/drizzled_error_messages.h:422
2744
#: drizzled/error.cc:424
3925
2747
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3928
#: drizzled/drizzled_error_messages.h:424
2750
#: drizzled/error.cc:426
3929
2751
msgid "Some non-transactional changed tables couldn't be rolled back"
3932
#: drizzled/drizzled_error_messages.h:426
2754
#: drizzled/error.cc:428
3934
2756
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3935
"of storage; increase this mysqld variable and try again"
2757
"of storage; increase this drizzled variable and try again"
3938
#: drizzled/drizzled_error_messages.h:428
2760
#: drizzled/error.cc:430
3940
2762
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2764
"La operación no puede ser realizada con un esclavo ejecutándose; primero "
2765
"ejecute STOP SLAVE"
3943
#: drizzled/drizzled_error_messages.h:430
2767
#: drizzled/error.cc:432
3945
2769
"This operation requires a running slave; configure slave and do START SLAVE"
2771
"Esta operación requiere de un esclavo ejecutándose; configure un esclavo y "
2772
"ejecute START SLAVE"
3948
#: drizzled/drizzled_error_messages.h:432
2774
#: drizzled/error.cc:434
3949
2775
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3952
#: drizzled/drizzled_error_messages.h:434
2778
#: drizzled/error.cc:436
3954
2780
"Could not initialize master info structure; more error messages can be found "
3955
"in the MySQL error log"
2781
"in the Drizzle error log"
3958
#: drizzled/drizzled_error_messages.h:436
2784
#: drizzled/error.cc:438
3959
2785
msgid "Could not create slave thread; check system resources"
2786
msgstr "No se pudo crear el hilo esclavo; verifique los recursos del sistema"
3962
#: drizzled/drizzled_error_messages.h:438
2788
#: drizzled/error.cc:440
3965
2791
"User %-.64s already has more than 'max_user_connections' active connections"
3968
#: drizzled/drizzled_error_messages.h:440
2794
#: drizzled/error.cc:442
3969
2795
msgid "You may only use constant expressions with SET"
2796
msgstr "Solo debes usar expresiones constantes con SET"
3972
#: drizzled/drizzled_error_messages.h:442
2798
#: drizzled/error.cc:444
3973
2799
msgid "Lock wait timeout exceeded; try restarting transaction"
3976
#: drizzled/drizzled_error_messages.h:444
2802
#: drizzled/error.cc:446
3977
2803
msgid "The total number of locks exceeds the lock table size"
3980
#: drizzled/drizzled_error_messages.h:446
2806
#: drizzled/error.cc:448
3981
2807
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3984
#: drizzled/drizzled_error_messages.h:448
2810
#: drizzled/error.cc:450
3985
2811
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3988
#: drizzled/drizzled_error_messages.h:450
2814
#: drizzled/error.cc:452
3989
2815
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3992
#: drizzled/drizzled_error_messages.h:452
2818
#: drizzled/error.cc:454
3994
2820
msgid "Incorrect arguments to %s"
2821
msgstr "Argumentos incorrectos para %s"
3997
#: drizzled/drizzled_error_messages.h:454
2823
#: drizzled/error.cc:456
3999
2825
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
4002
#: drizzled/drizzled_error_messages.h:456
2828
#: drizzled/error.cc:458
4004
2830
"Incorrect table definition; all MERGE tables must be in the same database"
4007
#: drizzled/drizzled_error_messages.h:458
2833
#: drizzled/error.cc:460
4008
2834
msgid "Deadlock found when trying to get lock; try restarting transaction"
4011
#: drizzled/drizzled_error_messages.h:460
2837
#: drizzled/error.cc:462
4012
2838
msgid "The used table type doesn't support FULLTEXT indexes"
2839
msgstr "El tipo de tabla utilizado no soporta índices FULLTEXT"
4015
#: drizzled/drizzled_error_messages.h:462
2841
#: drizzled/error.cc:464
4016
2842
msgid "Cannot add foreign key constraint"
4019
#: drizzled/drizzled_error_messages.h:464
2845
#: drizzled/error.cc:466
4020
2846
msgid "Cannot add or update a child row: a foreign key constraint fails"
4023
#: drizzled/drizzled_error_messages.h:466
2849
#: drizzled/error.cc:468
4024
2850
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
4027
#: drizzled/drizzled_error_messages.h:468
2853
#: drizzled/error.cc:470
4029
2855
msgid "Error connecting to master: %-.128s"
4032
#: drizzled/drizzled_error_messages.h:470
2858
#: drizzled/error.cc:472
4034
2860
msgid "Error running query on master: %-.128s"
4037
#: drizzled/drizzled_error_messages.h:472
2863
#: drizzled/error.cc:474
4039
2865
msgid "Error when executing command %s: %-.128s"
2866
msgstr "Error al ejecutar el comando %s: %-.128s"
4042
#: drizzled/drizzled_error_messages.h:474
2868
#: drizzled/error.cc:476
4044
2870
msgid "Incorrect usage of %s and %s"
2871
msgstr "Uso incorrecto de %s y %s"
4047
#: drizzled/drizzled_error_messages.h:476
2873
#: drizzled/error.cc:478
4048
2874
msgid "The used SELECT statements have a different number of columns"
4051
#: drizzled/drizzled_error_messages.h:478
2877
#: drizzled/error.cc:480
4052
2878
msgid "Can't execute the query because you have a conflicting read lock"
4055
#: drizzled/drizzled_error_messages.h:480
2881
#: drizzled/error.cc:482
4056
2882
msgid "Mixing of transactional and non-transactional tables is disabled"
4059
#: drizzled/drizzled_error_messages.h:482
2885
#: drizzled/error.cc:484
4061
2887
msgid "Option '%s' used twice in statement"
4064
#: drizzled/drizzled_error_messages.h:484
2890
#: drizzled/error.cc:486
4066
2892
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
4069
#: drizzled/drizzled_error_messages.h:486
2895
#: drizzled/error.cc:488
4071
2897
msgid "Access denied; you need the %-.128s privilege for this operation"
2898
msgstr "Acceso denegado; necesitas el privilegio %-.128s para esta operación"
4074
#: drizzled/drizzled_error_messages.h:488
2900
#: drizzled/error.cc:490
4077
2903
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
4080
#: drizzled/drizzled_error_messages.h:490
2906
#: drizzled/error.cc:492
4083
2909
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
4086
#: drizzled/drizzled_error_messages.h:492
2912
#: drizzled/error.cc:494
4088
2914
msgid "Variable '%-.64s' doesn't have a default value"
2915
msgstr "La variable '%-.64s' no tiene un valor predeterminado"
4091
#: drizzled/drizzled_error_messages.h:494
2917
#: drizzled/error.cc:496
4093
2919
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
4096
#: drizzled/drizzled_error_messages.h:496
2922
#: drizzled/error.cc:498
4098
2924
msgid "Incorrect argument type to variable '%-.64s'"
2925
msgstr "Tipo de argumento incorrecto para la variable '%-.64s'"
4101
#: drizzled/drizzled_error_messages.h:498
2927
#: drizzled/error.cc:500
4103
2929
msgid "Variable '%-.64s' can only be set, not read"
2930
msgstr "La variable '%-.64s' solo puede ser establecida, no leída"
4106
#: drizzled/drizzled_error_messages.h:500
2932
#: drizzled/error.cc:502
4108
2934
msgid "Incorrect usage/placement of '%s'"
2935
msgstr "Uso/ubicación incorrecto para '%s'"
4111
#: drizzled/drizzled_error_messages.h:502
2937
#: drizzled/error.cc:504
4113
msgid "This version of MySQL doesn't yet support '%s'"
2939
msgid "This version of Drizzle doesn't yet support '%s'"
2940
msgstr "Esta versión de Drizzle no aún soporta '%s'"
4116
#: drizzled/drizzled_error_messages.h:504
2942
#: drizzled/error.cc:506
4119
2945
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
4122
#: drizzled/drizzled_error_messages.h:506
2948
#: drizzled/error.cc:508
4123
2949
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
4126
#: drizzled/drizzled_error_messages.h:508
2952
#: drizzled/error.cc:510
4128
2954
msgid "Variable '%-.192s' is a %s variable"
2955
msgstr "La variable '%-.192s' es una variable %s"
4131
#: drizzled/drizzled_error_messages.h:510
2957
#: drizzled/error.cc:512
4133
2959
msgid "Incorrect foreign key definition for '%-.192s': %s"
2960
msgstr "Definición de llave ajena incorrecta para '%-.192s': %s"
4136
#: drizzled/drizzled_error_messages.h:512
2962
#: drizzled/error.cc:514
4137
2963
msgid "Key reference and table reference don't match"
4140
#: drizzled/drizzled_error_messages.h:514
2966
#: drizzled/error.cc:516
4142
2968
msgid "Operand should contain %d column(s)"
2969
msgstr "El operando debe contener %d columna(s)"
4145
#: drizzled/drizzled_error_messages.h:516
2971
#: drizzled/error.cc:518
4146
2972
msgid "Subquery returns more than 1 row"
2973
msgstr "La subconsulta devuelve más de 1 fila"
4149
#: drizzled/drizzled_error_messages.h:518
2975
#: drizzled/error.cc:520
4151
2977
msgid "Unknown prepared statement handler (%.*s) given to %s"
4154
#: drizzled/drizzled_error_messages.h:520
2980
#: drizzled/error.cc:522
4155
2981
msgid "Help database is corrupt or does not exist"
2982
msgstr "La base de datos de ayuda está corrupta o no existe"
4158
#: drizzled/drizzled_error_messages.h:522
2984
#: drizzled/error.cc:524
4159
2985
msgid "Cyclic reference on subqueries"
2986
msgstr "Referencia cíclica en subconsultas"
4162
#: drizzled/drizzled_error_messages.h:524
2988
#: drizzled/error.cc:526
4164
2990
msgid "Converting column '%s' from %s to %s"
2991
msgstr "Convirtiendo la columna '%s' de %s a %s"
4167
#: drizzled/drizzled_error_messages.h:526
2993
#: drizzled/error.cc:528
4169
2995
msgid "Reference '%-.64s' not supported (%s)"
2996
msgstr "Referencia '%-.64s' no soportada (%s)"
4172
#: drizzled/drizzled_error_messages.h:528
2998
#: drizzled/error.cc:530
4173
2999
msgid "Every derived table must have its own alias"
3000
msgstr "Cada tabla derivada debe tener su propio alias"
4176
#: drizzled/drizzled_error_messages.h:530
3002
#: drizzled/error.cc:532
4178
3004
msgid "Select %u was reduced during optimization"
4181
#: drizzled/drizzled_error_messages.h:532
3007
#: drizzled/error.cc:534
4183
3009
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
4186
#: drizzled/drizzled_error_messages.h:534
3012
#: drizzled/error.cc:536
4188
3014
"Client does not support authentication protocol requested by server; "
4189
"consider upgrading MySQL client"
3015
"consider upgrading Drizzle client"
4192
#: drizzled/drizzled_error_messages.h:536
3018
#: drizzled/error.cc:538
4193
3019
msgid "All parts of a SPATIAL index must be NOT NULL"
3020
msgstr "Todas las partes de un índice espacial deben ser NOT NULL"
4196
#: drizzled/drizzled_error_messages.h:538
3022
#: drizzled/error.cc:540
4198
3024
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
4201
#: drizzled/drizzled_error_messages.h:540
3027
#: drizzled/error.cc:542
4202
3028
msgid "Slave is already running"
3029
msgstr "El esclavo ya se está ejecutando"
4205
#: drizzled/drizzled_error_messages.h:542
3031
#: drizzled/error.cc:544
4206
3032
msgid "Slave already has been stopped"
3033
msgstr "El esclavo ya ha sido detenido"
4209
#: drizzled/drizzled_error_messages.h:544
3035
#: drizzled/error.cc:546
4212
3038
"Uncompressed data size too large; the maximum size is %d (probably, length "
4213
3039
"of uncompressed data was corrupted)"
4216
#: drizzled/drizzled_error_messages.h:546
3042
#: drizzled/error.cc:548
4217
3043
msgid "ZLIB: Not enough memory"
3044
msgstr "ZLIB: No hay suficiente memoria"
4220
#: drizzled/drizzled_error_messages.h:548
3046
#: drizzled/error.cc:550
4222
3048
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
4223
3049
"data was corrupted)"
4226
#: drizzled/drizzled_error_messages.h:550
3052
#: drizzled/error.cc:552
4227
3053
msgid "ZLIB: Input data corrupted"
3054
msgstr "ZLIB: Datos de entrada corruptos"
4230
#: drizzled/drizzled_error_messages.h:552
3056
#: drizzled/error.cc:554
4232
3058
msgid "%d line(s) were cut by GROUP_CONCAT()"
4235
#: drizzled/drizzled_error_messages.h:554
3061
#: drizzled/error.cc:556
4237
3063
msgid "Row %ld doesn't contain data for all columns"
3064
msgstr "La fila %ld no contiene datos para todas las columnas"
4240
#: drizzled/drizzled_error_messages.h:556
3066
#: drizzled/error.cc:558
4243
3069
"Row %ld was truncated; it contained more data than there were input columns"
4246
#: drizzled/drizzled_error_messages.h:558
3072
#: drizzled/error.cc:560
4249
3075
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
4252
#: drizzled/drizzled_error_messages.h:560
3078
#: drizzled/error.cc:562
4254
3080
msgid "Out of range value for column '%s' at row %ld"
3081
msgstr "Valor fuera de rango para la columna '%s' en la fila %ld"
4257
#: drizzled/drizzled_error_messages.h:562
3083
#: drizzled/error.cc:564
4259
3085
msgid "Data truncated for column '%s' at row %ld"
4262
#: drizzled/drizzled_error_messages.h:564
3088
#: drizzled/error.cc:566
4264
3090
msgid "Using storage engine %s for table '%s'"
4267
#: drizzled/drizzled_error_messages.h:566
3093
#: drizzled/error.cc:568
4269
3095
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
4272
#: drizzled/drizzled_error_messages.h:568
3098
#: drizzled/error.cc:570
4273
3099
msgid "Cannot drop one or more of the requested users"
3100
msgstr "No se puede borrar uno o máß de los usuarios solicitados"
4276
#: drizzled/drizzled_error_messages.h:570
3102
#: drizzled/error.cc:572
4277
3103
msgid "Can't revoke all privileges for one or more of the requested users"
4280
#: drizzled/drizzled_error_messages.h:572
3106
#: drizzled/error.cc:574
4282
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3109
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
4285
#: drizzled/drizzled_error_messages.h:574
3112
#: drizzled/error.cc:576
4287
3114
msgid "Illegal mix of collations for operation '%s'"
4290
#: drizzled/drizzled_error_messages.h:576
3117
#: drizzled/error.cc:578
4293
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3120
"Variable '%-.64s' is not a variable component (can't be used as "
3121
"XXXX.variable_name)"
4297
#: drizzled/drizzled_error_messages.h:578
3124
#: drizzled/error.cc:580
4299
3126
msgid "Unknown collation: '%-.64s'"
4302
#: drizzled/drizzled_error_messages.h:580
3129
#: drizzled/error.cc:582
4304
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4305
"compiled without SSL support; they can be used later if MySQL slave with SSL "
3131
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3132
"compiled without SSL support; they can be used later if Drizzle slave with "
4309
#: drizzled/drizzled_error_messages.h:582
3136
#: drizzled/error.cc:584
4312
3139
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4313
3140
"old format; please change the password to the new format"
4316
#: drizzled/drizzled_error_messages.h:584
3143
#: drizzled/error.cc:586
4319
3146
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
4323
#: drizzled/drizzled_error_messages.h:586
4324
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3150
#: drizzled/error.cc:588
3152
"Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4327
#: drizzled/drizzled_error_messages.h:588
3155
#: drizzled/error.cc:590
4329
3157
"It is recommended to use --skip-slave-start when doing step-by-step "
4330
3158
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4331
"get an unexpected slave's mysqld restart"
3159
"get an unexpected slave's drizzled restart"
4334
#: drizzled/drizzled_error_messages.h:590
3162
#: drizzled/error.cc:592
4335
3163
msgid "SQL thread is not to be started so UNTIL options are ignored"
4338
#: drizzled/drizzled_error_messages.h:592
3166
#: drizzled/error.cc:594
4340
3168
msgid "Incorrect index name '%-.100s'"
3169
msgstr "Nombre incorrecto de índice '%-.100s'"
4343
#: drizzled/drizzled_error_messages.h:594
3171
#: drizzled/error.cc:596
4345
3173
msgid "Incorrect catalog name '%-.100s'"
3174
msgstr "Nombre incorrecto de catálogo '%-.100s'"
4348
#: drizzled/drizzled_error_messages.h:596
3176
#: drizzled/error.cc:598
4350
3178
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4353
#: drizzled/drizzled_error_messages.h:598
3181
#: drizzled/error.cc:600
4355
3183
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
4358
#: drizzled/drizzled_error_messages.h:600
3186
#: drizzled/error.cc:602
4360
3188
msgid "Unknown key cache '%-.100s'"
4363
#: drizzled/drizzled_error_messages.h:602
3191
#: drizzled/error.cc:604
4365
"MySQL is started in --skip-name-resolve mode; you must restart it without "
3193
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
4366
3194
"this switch for this grant to work"
4369
#: drizzled/drizzled_error_messages.h:604
3197
#: drizzled/error.cc:606
4371
3199
msgid "Unknown table engine '%s'"
4374
#: drizzled/drizzled_error_messages.h:606
3202
#: drizzled/error.cc:608
4376
3204
msgid "'%s' is deprecated; use '%s' instead"
4379
#: drizzled/drizzled_error_messages.h:608
3207
#: drizzled/error.cc:610
4381
3209
msgid "The target table %-.100s of the %s is not updatable"
4384
#: drizzled/drizzled_error_messages.h:610
3212
#: drizzled/error.cc:612
4387
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
3215
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
4391
#: drizzled/drizzled_error_messages.h:612
3219
#: drizzled/error.cc:614
4394
"The MySQL server is running with the %s option so it cannot execute this "
3222
"The Drizzle server is running with the %s option so it cannot execute this "
3225
"El servidor Drizzle se está ejecutando con la opción %s así que no puede "
3226
"ejecutar esta instrucción"
4398
#: drizzled/drizzled_error_messages.h:614
3228
#: drizzled/error.cc:616
4400
3230
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3231
msgstr "La columna '%-.100s' tiene duplicado el valor '%-.64s' en %s"
4403
#: drizzled/drizzled_error_messages.h:616
3233
#: drizzled/error.cc:618
4405
3235
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4408
#: drizzled/drizzled_error_messages.h:618
3238
#: drizzled/error.cc:620
4410
3240
"Incorrect table definition; there can be only one TIMESTAMP column with "
4411
3241
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4414
#: drizzled/drizzled_error_messages.h:620
3244
#: drizzled/error.cc:622
4416
3246
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4419
#: drizzled/drizzled_error_messages.h:622
3249
#: drizzled/error.cc:624
4420
3250
msgid "This command is not supported in the prepared statement protocol yet"
4423
#: drizzled/drizzled_error_messages.h:624
3253
#: drizzled/error.cc:626
4425
3255
msgid "Got error %d '%-.100s' from %s"
4428
#: drizzled/drizzled_error_messages.h:626
3258
#: drizzled/error.cc:628
4430
3260
msgid "Got temporary error %d '%-.100s' from %s"
4433
#: drizzled/drizzled_error_messages.h:628
3263
#: drizzled/error.cc:630
4435
3265
msgid "Unknown or incorrect time zone: '%-.64s'"
4438
#: drizzled/drizzled_error_messages.h:630
3268
#: drizzled/error.cc:632
4440
3270
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4443
#: drizzled/drizzled_error_messages.h:632
3273
#: drizzled/error.cc:634
4445
3275
msgid "Invalid %s character string: '%.64s'"
4448
#: drizzled/drizzled_error_messages.h:634
3278
#: drizzled/error.cc:636
4450
3280
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4453
#: drizzled/drizzled_error_messages.h:636
3283
#: drizzled/error.cc:638
4455
3285
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4458
#: drizzled/drizzled_error_messages.h:638
3288
#: drizzled/error.cc:640
4460
3290
msgid "Can't create a %s from within another stored routine"
4463
#: drizzled/drizzled_error_messages.h:640
3293
#: drizzled/error.cc:642
4465
3295
msgid "%s %s already exists"
4468
#: drizzled/drizzled_error_messages.h:642
3298
#: drizzled/error.cc:644
4470
3300
msgid "%s %s does not exist"
4473
#: drizzled/drizzled_error_messages.h:644
3303
#: drizzled/error.cc:646
4475
3305
msgid "Failed to DROP %s %s"
4478
#: drizzled/drizzled_error_messages.h:646
3308
#: drizzled/error.cc:648
4480
3310
msgid "Failed to CREATE %s %s"
4483
#: drizzled/drizzled_error_messages.h:648
3313
#: drizzled/error.cc:650
4485
3315
msgid "%s with no matching label: %s"
4488
#: drizzled/drizzled_error_messages.h:650
3318
#: drizzled/error.cc:652
4490
3320
msgid "Redefining label %s"
4493
#: drizzled/drizzled_error_messages.h:652
3323
#: drizzled/error.cc:654
4495
3325
msgid "End-label %s without match"
4498
#: drizzled/drizzled_error_messages.h:654
3328
#: drizzled/error.cc:656
4500
3330
msgid "Referring to uninitialized variable %s"
4503
#: drizzled/drizzled_error_messages.h:656
3333
#: drizzled/error.cc:658
4505
3335
msgid "PROCEDURE %s can't return a result set in the given context"
4508
#: drizzled/drizzled_error_messages.h:658
3338
#: drizzled/error.cc:660
4509
3339
msgid "RETURN is only allowed in a FUNCTION"
4512
#: drizzled/drizzled_error_messages.h:660
3342
#: drizzled/error.cc:662
4514
3344
msgid "%s is not allowed in stored procedures"
4517
#: drizzled/drizzled_error_messages.h:662
3347
#: drizzled/error.cc:664
4519
3349
"The update log is deprecated and replaced by the binary log; SET "
4520
3350
"SQL_LOG_UPDATE has been ignored"
4523
#: drizzled/drizzled_error_messages.h:664
3353
#: drizzled/error.cc:666
4525
3355
"The update log is deprecated and replaced by the binary log; SET "
4526
3356
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4529
#: drizzled/drizzled_error_messages.h:666
3359
#: drizzled/error.cc:668
4530
3360
msgid "Query execution was interrupted"
4533
#: drizzled/drizzled_error_messages.h:668
3363
#: drizzled/error.cc:670
4535
3365
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4538
#: drizzled/drizzled_error_messages.h:670
3368
#: drizzled/error.cc:672
4540
3370
msgid "Undefined CONDITION: %s"
4543
#: drizzled/drizzled_error_messages.h:672
3373
#: drizzled/error.cc:674
4545
3375
msgid "No RETURN found in FUNCTION %s"
4548
#: drizzled/drizzled_error_messages.h:674
3378
#: drizzled/error.cc:676
4550
3380
msgid "FUNCTION %s ended without RETURN"
4553
#: drizzled/drizzled_error_messages.h:676
3383
#: drizzled/error.cc:678
4554
3384
msgid "Cursor statement must be a SELECT"
4557
#: drizzled/drizzled_error_messages.h:678
3387
#: drizzled/error.cc:680
4558
3388
msgid "Cursor SELECT must not have INTO"
4561
#: drizzled/drizzled_error_messages.h:680
3391
#: drizzled/error.cc:682
4563
3393
msgid "Undefined CURSOR: %s"
4566
#: drizzled/drizzled_error_messages.h:682
3396
#: drizzled/error.cc:684
4567
3397
msgid "Cursor is already open"
4570
#: drizzled/drizzled_error_messages.h:684
3400
#: drizzled/error.cc:686
4571
3401
msgid "Cursor is not open"
4574
#: drizzled/drizzled_error_messages.h:686
3404
#: drizzled/error.cc:688
4576
3406
msgid "Undeclared variable: %s"
4579
#: drizzled/drizzled_error_messages.h:688
3409
#: drizzled/error.cc:690
4580
3410
msgid "Incorrect number of FETCH variables"
4583
#: drizzled/drizzled_error_messages.h:690
3413
#: drizzled/error.cc:692
4584
3414
msgid "No data - zero rows fetched, selected, or processed"
4587
#: drizzled/drizzled_error_messages.h:692
3417
#: drizzled/error.cc:694
4589
3419
msgid "Duplicate parameter: %s"
4592
#: drizzled/drizzled_error_messages.h:694
3422
#: drizzled/error.cc:696
4594
3424
msgid "Duplicate variable: %s"
4597
#: drizzled/drizzled_error_messages.h:696
3427
#: drizzled/error.cc:698
4599
3429
msgid "Duplicate condition: %s"
4602
#: drizzled/drizzled_error_messages.h:698
3432
#: drizzled/error.cc:700
4604
3434
msgid "Duplicate cursor: %s"
4607
#: drizzled/drizzled_error_messages.h:700
3437
#: drizzled/error.cc:702
4609
3439
msgid "Failed to ALTER %s %s"
4612
#: drizzled/drizzled_error_messages.h:702
3442
#: drizzled/error.cc:704
4613
3443
msgid "Subquery value not supported"
4616
#: drizzled/drizzled_error_messages.h:704
3446
#: drizzled/error.cc:706
4618
3448
msgid "%s is not allowed in stored function or trigger"
4621
#: drizzled/drizzled_error_messages.h:706
3451
#: drizzled/error.cc:708
4622
3452
msgid "Variable or condition declaration after cursor or handler declaration"
4625
#: drizzled/drizzled_error_messages.h:708
3455
#: drizzled/error.cc:710
4626
3456
msgid "Cursor declaration after handler declaration"
4629
#: drizzled/drizzled_error_messages.h:710
3459
#: drizzled/error.cc:712
4630
3460
msgid "Case not found for CASE statement"
4633
#: drizzled/drizzled_error_messages.h:712
3463
#: drizzled/error.cc:714
4635
3465
msgid "Configuration file '%-.192s' is too big"
4638
#: drizzled/drizzled_error_messages.h:714
3468
#: drizzled/error.cc:716
4640
3470
msgid "Malformed file type header in file '%-.192s'"
4643
#: drizzled/drizzled_error_messages.h:716
3473
#: drizzled/error.cc:718
4645
3475
msgid "Unexpected end of file while parsing comment '%-.200s'"
4648
#: drizzled/drizzled_error_messages.h:718
3478
#: drizzled/error.cc:720
4650
3480
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4653
#: drizzled/drizzled_error_messages.h:720
3483
#: drizzled/error.cc:722
4655
3485
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4658
#: drizzled/drizzled_error_messages.h:722
4659
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3488
#: drizzled/error.cc:724
3490
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4662
#: drizzled/drizzled_error_messages.h:724
3493
#: drizzled/error.cc:726
4664
3495
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4667
#: drizzled/drizzled_error_messages.h:726
3498
#: drizzled/error.cc:728
4669
3500
msgid "'%-.192s.%-.192s' is not %s"
4672
#: drizzled/drizzled_error_messages.h:728
3503
#: drizzled/error.cc:730
4674
3505
msgid "Column '%-.192s' is not updatable"
4677
#: drizzled/drizzled_error_messages.h:730
3508
#: drizzled/error.cc:732
4678
3509
msgid "View's SELECT contains a subquery in the FROM clause"
4681
#: drizzled/drizzled_error_messages.h:732
3512
#: drizzled/error.cc:734
4683
3514
msgid "View's SELECT contains a '%s' clause"
4686
#: drizzled/drizzled_error_messages.h:734
3517
#: drizzled/error.cc:736
4687
3518
msgid "View's SELECT contains a variable or parameter"
4690
#: drizzled/drizzled_error_messages.h:736
3521
#: drizzled/error.cc:738
4692
3523
msgid "View's SELECT refers to a temporary table '%-.192s'"
4695
#: drizzled/drizzled_error_messages.h:738
3526
#: drizzled/error.cc:740
4696
3527
msgid "View's SELECT and view's field list have different column counts"
4699
#: drizzled/drizzled_error_messages.h:740
3530
#: drizzled/error.cc:742
4701
3532
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4704
#: drizzled/drizzled_error_messages.h:742
4705
msgid "View being updated does not have complete key of underlying table in it"
3535
#: drizzled/error.cc:744
3537
"View being updated does not have complete key of underlying table in it"
4708
#: drizzled/drizzled_error_messages.h:744
3540
#: drizzled/error.cc:746
4711
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4712
"(s) or definer/invoker of view lack rights to use them"
3543
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
3544
"function(s) or definer/invoker of view lack rights to use them"
4715
#: drizzled/drizzled_error_messages.h:746
3547
#: drizzled/error.cc:748
4717
3549
msgid "Can't drop or alter a %s from within another stored routine"
4720
#: drizzled/drizzled_error_messages.h:748
3552
#: drizzled/error.cc:750
4721
3553
msgid "GOTO is not allowed in a stored procedure handler"
4724
#: drizzled/drizzled_error_messages.h:750
3556
#: drizzled/error.cc:752
4725
3557
msgid "Trigger already exists"
4728
#: drizzled/drizzled_error_messages.h:752
3560
#: drizzled/error.cc:754
4729
3561
msgid "Trigger does not exist"
4732
#: drizzled/drizzled_error_messages.h:754
3564
#: drizzled/error.cc:756
4734
3566
msgid "Trigger's '%-.192s' is view or temporary table"
4737
#: drizzled/drizzled_error_messages.h:756
3569
#: drizzled/error.cc:758
4739
3571
msgid "Updating of %s row is not allowed in %strigger"
4742
#: drizzled/drizzled_error_messages.h:758
3574
#: drizzled/error.cc:760
4744
3576
msgid "There is no %s row in %s trigger"
4747
#: drizzled/drizzled_error_messages.h:760
3579
#: drizzled/error.cc:762
4749
3581
msgid "Field '%-.192s' doesn't have a default value"
4752
#: drizzled/drizzled_error_messages.h:762
3584
#: drizzled/error.cc:764
4753
3585
msgid "Division by 0"
4756
#: drizzled/drizzled_error_messages.h:764
3588
#: drizzled/error.cc:766
4758
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
3590
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4761
#: drizzled/drizzled_error_messages.h:766
3593
#: drizzled/error.cc:768
4763
3595
msgid "Illegal %s '%-.192s' value found during parsing"
4766
#: drizzled/drizzled_error_messages.h:768
3598
#: drizzled/error.cc:770
4768
3600
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4771
#: drizzled/drizzled_error_messages.h:770
3603
#: drizzled/error.cc:772
4773
3605
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4776
#: drizzled/drizzled_error_messages.h:772
3608
#: drizzled/error.cc:774
4778
3610
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4781
#: drizzled/drizzled_error_messages.h:774
3613
#: drizzled/error.cc:776
4783
3615
msgid "Failed purging old relay logs: %s"
4786
#: drizzled/drizzled_error_messages.h:776
3618
#: drizzled/error.cc:778
4788
3620
msgid "Password hash should be a %d-digit hexadecimal number"
4791
#: drizzled/drizzled_error_messages.h:778
3623
#: drizzled/error.cc:780
4792
3624
msgid "Target log not found in binlog index"
4795
#: drizzled/drizzled_error_messages.h:780
3627
#: drizzled/error.cc:782
4796
3628
msgid "I/O error reading log index file"
4799
#: drizzled/drizzled_error_messages.h:782
3631
#: drizzled/error.cc:784
4800
3632
msgid "Server configuration does not permit binlog purge"
4803
#: drizzled/drizzled_error_messages.h:784
3635
#: drizzled/error.cc:786
4804
3636
msgid "Failed on fseek()"
4807
#: drizzled/drizzled_error_messages.h:786
3639
#: drizzled/error.cc:788
4808
3640
msgid "Fatal error during log purge"
4811
#: drizzled/drizzled_error_messages.h:788
3643
#: drizzled/error.cc:790
4812
3644
msgid "A purgeable log is in use, will not purge"
4815
#: drizzled/drizzled_error_messages.h:790
3647
#: drizzled/error.cc:792
4816
3648
msgid "Unknown error during log purge"
4819
#: drizzled/drizzled_error_messages.h:792
3651
#: drizzled/error.cc:794
4821
3653
msgid "Failed initializing relay log position: %s"
4824
#: drizzled/drizzled_error_messages.h:794
3656
#: drizzled/error.cc:796
4825
3657
msgid "You are not using binary logging"
4828
#: drizzled/drizzled_error_messages.h:796
3660
#: drizzled/error.cc:798
4831
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
3663
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
4834
#: drizzled/drizzled_error_messages.h:798
3666
#: drizzled/error.cc:800
4835
3667
msgid "WSAStartup Failed"
4838
#: drizzled/drizzled_error_messages.h:800
3670
#: drizzled/error.cc:802
4839
3671
msgid "Can't handle procedures with different groups yet"
4842
#: drizzled/drizzled_error_messages.h:802
3674
#: drizzled/error.cc:804
4843
3675
msgid "Select must have a group with this procedure"
4846
#: drizzled/drizzled_error_messages.h:804
3678
#: drizzled/error.cc:806
4847
3679
msgid "Can't use ORDER clause with this procedure"
4850
#: drizzled/drizzled_error_messages.h:806
3682
#: drizzled/error.cc:808
4852
3684
msgid "Binary logging and replication forbid changing the global server %s"
4855
#: drizzled/drizzled_error_messages.h:808
3687
#: drizzled/error.cc:810
4857
3689
msgid "Can't map file: %-.200s, errno: %d"
4860
#: drizzled/drizzled_error_messages.h:810
3692
#: drizzled/error.cc:812
4862
3694
msgid "Wrong magic in %-.64s"
4865
#: drizzled/drizzled_error_messages.h:812
3697
#: drizzled/error.cc:814
4866
3698
msgid "Prepared statement contains too many placeholders"
4869
#: drizzled/drizzled_error_messages.h:814
3701
#: drizzled/error.cc:816
4871
3703
msgid "Key part '%-.192s' length cannot be 0"
4874
#: drizzled/drizzled_error_messages.h:816
3706
#: drizzled/error.cc:818
4875
3707
msgid "View text checksum failed"
4878
#: drizzled/drizzled_error_messages.h:818
3710
#: drizzled/error.cc:820
4881
3713
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4884
#: drizzled/drizzled_error_messages.h:820
3716
#: drizzled/error.cc:822
4886
3718
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4889
#: drizzled/drizzled_error_messages.h:822
3721
#: drizzled/error.cc:824
4891
3723
msgid "Can not delete from join view '%-.192s.%-.192s'"
4894
#: drizzled/drizzled_error_messages.h:824
3726
#: drizzled/error.cc:826
4896
3728
msgid "Operation %s failed for %.256s"
4899
#: drizzled/drizzled_error_messages.h:826
3731
#: drizzled/error.cc:828
4900
3732
msgid "XAER_NOTA: Unknown XID"
4903
#: drizzled/drizzled_error_messages.h:828
3735
#: drizzled/error.cc:830
4904
3736
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4907
#: drizzled/drizzled_error_messages.h:830
3739
#: drizzled/error.cc:832
4910
3742
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4911
3743
"the %.64s state"
4914
#: drizzled/drizzled_error_messages.h:832
3746
#: drizzled/error.cc:834
4915
3747
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4918
#: drizzled/drizzled_error_messages.h:834
3750
#: drizzled/error.cc:836
4920
3752
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4921
3753
"for consistency"
4924
#: drizzled/drizzled_error_messages.h:836
3756
#: drizzled/error.cc:838
4925
3757
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4928
#: drizzled/drizzled_error_messages.h:838
3760
#: drizzled/error.cc:840
4931
3763
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4935
#: drizzled/drizzled_error_messages.h:840
3767
#: drizzled/error.cc:842
4936
3768
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4939
#: drizzled/drizzled_error_messages.h:842
3771
#: drizzled/error.cc:844
4940
3772
msgid "Failed to revoke all privileges to dropped routine"
4943
#: drizzled/drizzled_error_messages.h:844
3775
#: drizzled/error.cc:846
4945
3777
msgid "Data too long for column '%s' at row %ld"
4948
#: drizzled/drizzled_error_messages.h:846
3780
#: drizzled/error.cc:848
4950
3782
msgid "Bad SQLSTATE: '%s'"
4953
#: drizzled/drizzled_error_messages.h:848
3785
#: drizzled/error.cc:850
4956
3788
"%s: ready for connections.\n"
4957
3789
"Version: '%s' socket: '%s' port: %d %s"
4960
#: drizzled/drizzled_error_messages.h:850
3792
#: drizzled/error.cc:852
4961
3793
msgid "Can't load value from file with fixed size rows to variable"
4964
#: drizzled/drizzled_error_messages.h:852
3796
#: drizzled/error.cc:854
4965
3797
msgid "You are not allowed to create a user with GRANT"
4968
#: drizzled/drizzled_error_messages.h:854
3800
#: drizzled/error.cc:856
4970
3802
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4973
#: drizzled/drizzled_error_messages.h:856
3805
#: drizzled/error.cc:858
4974
3806
msgid "Table definition has changed, please retry transaction"
4977
#: drizzled/drizzled_error_messages.h:858
3809
#: drizzled/error.cc:860
4978
3810
msgid "Duplicate handler declared in the same block"
4981
#: drizzled/drizzled_error_messages.h:860
3813
#: drizzled/error.cc:862
4984
3816
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4985
3817
"variable in BEFORE trigger"
4988
#: drizzled/drizzled_error_messages.h:862
3820
#: drizzled/error.cc:864
4990
3822
msgid "Not allowed to return a result set from a %s"
4993
#: drizzled/drizzled_error_messages.h:864
3825
#: drizzled/error.cc:866
4994
3826
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4997
#: drizzled/drizzled_error_messages.h:866
3829
#: drizzled/error.cc:868
4999
3831
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
5000
3832
"declaration and binary logging is enabled; if non-transactional tables were "
5001
3833
"updated, the binary log will miss their changes"
5004
#: drizzled/drizzled_error_messages.h:868
3836
#: drizzled/error.cc:870
5006
3838
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
5007
3839
"declaration and binary logging is enabled (you *might* want to use the less "
5008
3840
"safe log_bin_trust_function_creators variable)"
5011
#: drizzled/drizzled_error_messages.h:870
3843
#: drizzled/error.cc:872
5013
3845
"You do not have the SUPER privilege and binary logging is enabled (you "
5014
3846
"*might* want to use the less safe log_bin_trust_function_creators variable)"
5017
#: drizzled/drizzled_error_messages.h:872
3849
#: drizzled/error.cc:874
5019
3851
"You can't execute a prepared statement which has an open cursor associated "
5020
3852
"with it. Reset the statement to re-execute it."
5023
#: drizzled/drizzled_error_messages.h:874
3855
#: drizzled/error.cc:876
5025
3857
msgid "The statement (%lu) has no open cursor."
5028
#: drizzled/drizzled_error_messages.h:876
3860
#: drizzled/error.cc:878
5030
3862
"Explicit or implicit commit is not allowed in stored function or trigger."
5033
#: drizzled/drizzled_error_messages.h:878
3865
#: drizzled/error.cc:880
5036
3868
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
5039
#: drizzled/drizzled_error_messages.h:880
3871
#: drizzled/error.cc:882
5040
3872
msgid "Recursive stored functions and triggers are not allowed."
5043
#: drizzled/drizzled_error_messages.h:882
3875
#: drizzled/error.cc:884
5045
3877
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
5048
#: drizzled/drizzled_error_messages.h:884
3880
#: drizzled/error.cc:886
5050
3882
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
5053
#: drizzled/drizzled_error_messages.h:886
3885
#: drizzled/error.cc:888
5056
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3888
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-"
5060
#: drizzled/drizzled_error_messages.h:888
3892
#: drizzled/error.cc:890
5062
3894
"You can't combine write-locking of system tables with other tables or lock "
5066
#: drizzled/drizzled_error_messages.h:890
3898
#: drizzled/error.cc:892
5068
3900
msgid "Unable to connect to foreign data source: %.64s"
5071
#: drizzled/drizzled_error_messages.h:892
3903
#: drizzled/error.cc:894
5074
3906
"There was a problem processing the query on the foreign data source. Data "
5075
3907
"source error: %-.64s"
5078
#: drizzled/drizzled_error_messages.h:894
3910
#: drizzled/error.cc:896
5081
3913
"The foreign data source you are trying to reference does not exist. Data "
5082
3914
"source error: %-.64s"
5085
#: drizzled/drizzled_error_messages.h:896
3917
#: drizzled/error.cc:898
5088
3920
"Can't create federated table. The data source connection string '%-.64s' is "
5089
3921
"not in the correct format"
5092
#: drizzled/drizzled_error_messages.h:898
3924
#: drizzled/error.cc:900
5094
msgid "The data source connection string '%-.64s' is not in the correct format"
3927
"The data source connection string '%-.64s' is not in the correct format"
5097
#: drizzled/drizzled_error_messages.h:900
3930
#: drizzled/error.cc:902
5099
3932
msgid "Can't create federated table. Foreign data src error: %-.64s"
5102
#: drizzled/drizzled_error_messages.h:902
3935
#: drizzled/error.cc:904
5103
3936
msgid "Trigger in wrong schema"
5106
#: drizzled/drizzled_error_messages.h:904
3939
#: drizzled/error.cc:906
5109
3942
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
5110
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
3943
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
5113
#: drizzled/drizzled_error_messages.h:906
3946
#: drizzled/error.cc:908
5115
3948
msgid "Routine body for '%-.100s' is too long"
5118
#: drizzled/drizzled_error_messages.h:908
3951
#: drizzled/error.cc:910
5119
3952
msgid "Cannot drop default keycache"
5122
#: drizzled/drizzled_error_messages.h:910
3955
#: drizzled/error.cc:912
5124
3957
msgid "Display width out of range for column '%-.192s' (max = %d)"
5127
#: drizzled/drizzled_error_messages.h:912
3960
#: drizzled/error.cc:914
5128
3961
msgid "XAER_DUPID: The XID already exists"
5131
#: drizzled/drizzled_error_messages.h:914
3964
#: drizzled/error.cc:916
5133
3966
msgid "Datetime function: %-.32s field overflow"
5136
#: drizzled/drizzled_error_messages.h:916
3969
#: drizzled/error.cc:918
5139
3972
"Can't update table '%-.192s' in stored function/trigger because it is "
5140
3973
"already used by statement which invoked this stored function/trigger."
5143
#: drizzled/drizzled_error_messages.h:918
3976
#: drizzled/error.cc:920
5146
"The definition of table '%-.192s' prevents operation %.192s on table "
3979
"The definition of table '%-.192s' prevents operation %.192s on table '%-"
5150
#: drizzled/drizzled_error_messages.h:920
3983
#: drizzled/error.cc:922
5152
3985
"The prepared statement contains a stored routine call that refers to that "
5153
3986
"same statement. It's not allowed to execute a prepared statement in such a "
5154
3987
"recursive manner"
5157
#: drizzled/drizzled_error_messages.h:922
3990
#: drizzled/error.cc:924
5158
3991
msgid "Not allowed to set autocommit from a stored function or trigger"
5161
#: drizzled/drizzled_error_messages.h:924
3994
#: drizzled/error.cc:926
5162
3995
msgid "Definer is not fully qualified"
5165
#: drizzled/drizzled_error_messages.h:926
3998
#: drizzled/error.cc:928
5168
4001
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
5169
4002
"Current user is used as definer. Please recreate the view!"
5172
#: drizzled/drizzled_error_messages.h:928
4005
#: drizzled/error.cc:930
5175
4008
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
5179
#: drizzled/drizzled_error_messages.h:930
4012
#: drizzled/error.cc:932
5181
4014
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
5184
#: drizzled/drizzled_error_messages.h:932
4017
#: drizzled/error.cc:934
5186
4019
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
5189
#: drizzled/drizzled_error_messages.h:934
4022
#: drizzled/error.cc:936
5192
4025
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
5195
#: drizzled/drizzled_error_messages.h:936
4028
#: drizzled/error.cc:938
5198
4031
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
5201
#: drizzled/drizzled_error_messages.h:938
4034
#: drizzled/error.cc:940
5203
4036
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
5206
#: drizzled/drizzled_error_messages.h:940
4039
#: drizzled/error.cc:942
5209
4042
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
5211
4044
"insufficient privileges. Please recreate the trigger."
5214
#: drizzled/drizzled_error_messages.h:942
4047
#: drizzled/error.cc:944
5216
4049
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
5219
#: drizzled/drizzled_error_messages.h:944
4052
#: drizzled/error.cc:946
5222
4055
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
5223
4056
"exceeded for routine %.192s"
5226
#: drizzled/drizzled_error_messages.h:946
4059
#: drizzled/error.cc:948
5229
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
5230
"contains bad data (internal code %d)"
4062
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
4063
"or contains bad data (internal code %d)"
5233
#: drizzled/drizzled_error_messages.h:948
4066
#: drizzled/error.cc:950
5235
4068
msgid "Incorrect routine name '%-.192s'"
5238
#: drizzled/drizzled_error_messages.h:950
4071
#: drizzled/error.cc:952
5240
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4074
"Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
5243
#: drizzled/drizzled_error_messages.h:952
4077
#: drizzled/error.cc:954
5244
4078
msgid "AGGREGATE is not supported for stored functions"
5247
#: drizzled/drizzled_error_messages.h:954
4081
#: drizzled/error.cc:956
5250
"Can't create more than max_prepared_stmt_count statements (current value: %"
4084
"Can't create more than max_prepared_stmt_count statements (current value: "
5254
#: drizzled/drizzled_error_messages.h:956
4088
#: drizzled/error.cc:958
5256
4090
msgid "`%-.192s`.`%-.192s` contains view recursion"
5259
#: drizzled/drizzled_error_messages.h:958
4093
#: drizzled/error.cc:960
5261
4095
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
5264
#: drizzled/drizzled_error_messages.h:960
4098
#: drizzled/error.cc:962
5265
4099
msgid "The used table type doesn't support SPATIAL indexes"
5268
#: drizzled/drizzled_error_messages.h:962
4102
#: drizzled/error.cc:964
5269
4103
msgid "Triggers can not be created on system tables"
5272
#: drizzled/drizzled_error_messages.h:964
4106
#: drizzled/error.cc:966
5274
4108
msgid "Leading spaces are removed from name '%s'"
5277
#: drizzled/drizzled_error_messages.h:966
4111
#: drizzled/error.cc:968
5278
4112
msgid "Failed to read auto-increment value from storage engine"
5281
#: drizzled/drizzled_error_messages.h:968
4115
#: drizzled/error.cc:970
5282
4116
msgid "user name"
5285
#: drizzled/drizzled_error_messages.h:970
4119
#: drizzled/error.cc:972
5286
4120
msgid "host name"
5289
#: drizzled/drizzled_error_messages.h:972
4123
#: drizzled/error.cc:974
5291
4125
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
5294
#: drizzled/drizzled_error_messages.h:974
4128
#: drizzled/error.cc:976
5296
4130
msgid "The target table %-.100s of the %s is not insertable-into"
5299
#: drizzled/drizzled_error_messages.h:976
4133
#: drizzled/error.cc:978
5302
4136
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5305
#: drizzled/drizzled_error_messages.h:978
4139
#: drizzled/error.cc:980
5306
4140
msgid "Too high level of nesting for select"
5309
#: drizzled/drizzled_error_messages.h:980
4143
#: drizzled/error.cc:982
5311
4145
msgid "Name '%-.64s' has become ''"
5314
#: drizzled/drizzled_error_messages.h:982
4148
#: drizzled/error.cc:984
5316
4150
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
5317
4151
"optional and non-empty FIELDS ENCLOSED BY"
5320
#: drizzled/drizzled_error_messages.h:984
4154
#: drizzled/error.cc:986
5322
4156
msgid "The foreign server, %s, you are trying to create already exists."
5325
#: drizzled/drizzled_error_messages.h:986
4159
#: drizzled/error.cc:988
5328
4162
"The foreign server name you are trying to reference does not exist. Data "
5329
4163
"source error: %-.64s"
5332
#: drizzled/drizzled_error_messages.h:988
4166
#: drizzled/error.cc:990
5335
4169
"Table storage engine '%-.64s' does not support the create option '%.64s'"
5338
#: drizzled/drizzled_error_messages.h:990
4172
#: drizzled/error.cc:992
5341
4175
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5342
4176
"each partition"
5345
#: drizzled/drizzled_error_messages.h:992
4179
#: drizzled/error.cc:994
5347
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4182
"Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5350
#: drizzled/drizzled_error_messages.h:994
4185
#: drizzled/error.cc:996
5351
4186
msgid "MAXVALUE can only be used in last partition definition"
5354
#: drizzled/drizzled_error_messages.h:996
4189
#: drizzled/error.cc:998
5355
4190
msgid "Subpartitions can only be hash partitions and by key"
5358
#: drizzled/drizzled_error_messages.h:998
4193
#: drizzled/error.cc:1000
5359
4194
msgid "Must define subpartitions on all partitions if on one partition"
5362
#: drizzled/drizzled_error_messages.h:1000
4197
#: drizzled/error.cc:1002
5363
4198
msgid "Wrong number of partitions defined, mismatch with previous setting"
5366
#: drizzled/drizzled_error_messages.h:1002
4201
#: drizzled/error.cc:1004
5367
4202
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5370
#: drizzled/drizzled_error_messages.h:1004
5371
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4205
#: drizzled/error.cc:1006
4207
"Constant/Random expression in (sub)partitioning function is not allowed"
5374
#: drizzled/drizzled_error_messages.h:1006
4210
#: drizzled/error.cc:1008
5375
4211
msgid "Expression in RANGE/LIST VALUES must be constant"
5378
#: drizzled/drizzled_error_messages.h:1008
4214
#: drizzled/error.cc:1010
5379
4215
msgid "Field in list of fields for partition function not found in table"
5382
#: drizzled/drizzled_error_messages.h:1010
4218
#: drizzled/error.cc:1012
5383
4219
msgid "List of fields is only allowed in KEY partitions"
5386
#: drizzled/drizzled_error_messages.h:1012
4222
#: drizzled/error.cc:1014
5388
4224
"The partition info in the frm file is not consistent with what can be "
5389
4225
"written into the frm file"
5392
#: drizzled/drizzled_error_messages.h:1014
4228
#: drizzled/error.cc:1016
5394
4230
msgid "The %-.192s function returns the wrong type"
5397
#: drizzled/drizzled_error_messages.h:1016
4233
#: drizzled/error.cc:1018
5399
4235
msgid "For %-.64s partitions each partition must be defined"
5402
#: drizzled/drizzled_error_messages.h:1018
4238
#: drizzled/error.cc:1020
5403
4239
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5406
#: drizzled/drizzled_error_messages.h:1020
4242
#: drizzled/error.cc:1022
5407
4243
msgid "VALUES value must be of same type as partition function"
5410
#: drizzled/drizzled_error_messages.h:1022
4246
#: drizzled/error.cc:1024
5411
4247
msgid "Multiple definition of same constant in list partitioning"
5414
#: drizzled/drizzled_error_messages.h:1024
4250
#: drizzled/error.cc:1026
5415
4251
msgid "Partitioning can not be used stand-alone in query"
5418
#: drizzled/drizzled_error_messages.h:1026
4254
#: drizzled/error.cc:1028
5420
"The mix of handlers in the partitions is not allowed in this version of MySQL"
4256
"The mix of handlers in the partitions is not allowed in this version of "
5423
#: drizzled/drizzled_error_messages.h:1028
4260
#: drizzled/error.cc:1030
5425
4262
msgid "For the partitioned engine it is necessary to define all %-.64s"
5428
#: drizzled/drizzled_error_messages.h:1030
4265
#: drizzled/error.cc:1032
5429
4266
msgid "Too many partitions (including subpartitions) were defined"
5432
#: drizzled/drizzled_error_messages.h:1032
4269
#: drizzled/error.cc:1034
5434
4271
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5435
4272
"partitioning for subpartitioning"
5438
#: drizzled/drizzled_error_messages.h:1034
4275
#: drizzled/error.cc:1036
5439
4276
msgid "Failed to create specific handler file"
5442
#: drizzled/drizzled_error_messages.h:1036
4279
#: drizzled/error.cc:1038
5443
4280
msgid "A BLOB field is not allowed in partition function"
5446
#: drizzled/drizzled_error_messages.h:1038
4283
#: drizzled/error.cc:1040
5448
msgid "A %-.192s must include all columns in the table's partitioning function"
4286
"A %-.192s must include all columns in the table's partitioning function"
5451
#: drizzled/drizzled_error_messages.h:1040
4289
#: drizzled/error.cc:1042
5453
4291
msgid "Number of %-.64s = 0 is not an allowed value"
5456
#: drizzled/drizzled_error_messages.h:1042
4294
#: drizzled/error.cc:1044
5457
4295
msgid "Partition management on a not partitioned table is not possible"
5460
#: drizzled/drizzled_error_messages.h:1044
4298
#: drizzled/error.cc:1046
5462
4300
"Foreign key condition is not yet supported in conjunction with partitioning"
5465
#: drizzled/drizzled_error_messages.h:1046
4303
#: drizzled/error.cc:1048
5467
4305
msgid "Error in list of partitions to %-.64s"
5470
#: drizzled/drizzled_error_messages.h:1048
4308
#: drizzled/error.cc:1050
5471
4309
msgid "Cannot remove all partitions, use DROP TABLE instead"
5474
#: drizzled/drizzled_error_messages.h:1050
4312
#: drizzled/error.cc:1052
5475
4313
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5478
#: drizzled/drizzled_error_messages.h:1052
4316
#: drizzled/error.cc:1054
5480
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
4318
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
5481
4319
"their numbers"
5484
#: drizzled/drizzled_error_messages.h:1054
4322
#: drizzled/error.cc:1056
5486
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
4324
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
5487
4325
"tables using HASH PARTITIONs"
5490
#: drizzled/drizzled_error_messages.h:1056
4328
#: drizzled/error.cc:1058
5492
4330
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5495
#: drizzled/drizzled_error_messages.h:1058
4333
#: drizzled/error.cc:1060
5496
4334
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5499
#: drizzled/drizzled_error_messages.h:1060
4337
#: drizzled/error.cc:1062
5500
4338
msgid "At least one partition must be added"
5503
#: drizzled/drizzled_error_messages.h:1062
4341
#: drizzled/error.cc:1064
5504
4342
msgid "At least one partition must be coalesced"
5507
#: drizzled/drizzled_error_messages.h:1064
5508
msgid "More partitions to reorganise than there are partitions"
4345
#: drizzled/error.cc:1066
4346
msgid "More partitions to reorganize than there are partitions"
5511
#: drizzled/drizzled_error_messages.h:1066
4349
#: drizzled/error.cc:1068
5513
4351
msgid "Duplicate partition name %-.192s"
5516
#: drizzled/drizzled_error_messages.h:1068
4354
#: drizzled/error.cc:1070
5517
4355
msgid "It is not allowed to shut off binlog on this command"
5520
#: drizzled/drizzled_error_messages.h:1070
5521
msgid "When reorganising a set of partitions they must be in consecutive order"
4358
#: drizzled/error.cc:1072
4360
"When reorganizing a set of partitions they must be in consecutive order"
5524
#: drizzled/drizzled_error_messages.h:1072
4363
#: drizzled/error.cc:1074
5526
4365
"Reorganize of range partitions cannot change total ranges except for last "
5527
4366
"partition where it can extend the range"
5530
#: drizzled/drizzled_error_messages.h:1074
4369
#: drizzled/error.cc:1076
5531
4370
msgid "Partition function not supported in this version for this handler"
5534
#: drizzled/drizzled_error_messages.h:1076
4373
#: drizzled/error.cc:1078
5535
4374
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5538
#: drizzled/drizzled_error_messages.h:1078
4377
#: drizzled/error.cc:1080
5540
4379
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5543
#: drizzled/drizzled_error_messages.h:1080
4382
#: drizzled/error.cc:1082
5545
4384
msgid "Plugin '%-.192s' is not loaded"
5548
#: drizzled/drizzled_error_messages.h:1082
4387
#: drizzled/error.cc:1084
5550
4389
msgid "Incorrect %-.32s value: '%-.128s'"
5553
#: drizzled/drizzled_error_messages.h:1084
4392
#: drizzled/error.cc:1086
5555
4394
msgid "Table has no partition for value %-.64s"
5558
#: drizzled/drizzled_error_messages.h:1086
4397
#: drizzled/error.cc:1088
5560
4399
msgid "It is not allowed to specify %s more than once"
5563
#: drizzled/drizzled_error_messages.h:1088
5564
#: drizzled/drizzled_error_messages.h:1224
4402
#: drizzled/error.cc:1090 drizzled/error.cc:1226
5566
4404
msgid "Failed to create %s"
5569
#: drizzled/drizzled_error_messages.h:1090
5570
#: drizzled/drizzled_error_messages.h:1114
4407
#: drizzled/error.cc:1092 drizzled/error.cc:1116
5572
4409
msgid "Failed to drop %s"
5575
#: drizzled/drizzled_error_messages.h:1092
4412
#: drizzled/error.cc:1094
5576
4413
msgid "The handler doesn't support autoextend of tablespaces"
5579
#: drizzled/drizzled_error_messages.h:1094
4416
#: drizzled/error.cc:1096
5581
4418
"A size parameter was incorrectly specified, either number or on the form 10M"
5584
#: drizzled/drizzled_error_messages.h:1096
4421
#: drizzled/error.cc:1098
5586
4423
"The size number was correct but we don't allow the digit part to be more "
5587
4424
"than 2 billion"
5590
#: drizzled/drizzled_error_messages.h:1098
4427
#: drizzled/error.cc:1100
5592
4429
msgid "Failed to alter: %s"
5595
#: drizzled/drizzled_error_messages.h:1100
4432
#: drizzled/error.cc:1102
5596
4433
msgid "Writing one row to the row-based binary log failed"
5599
#: drizzled/drizzled_error_messages.h:1102
4436
#: drizzled/error.cc:1104
5601
4438
msgid "Table definition on master and slave does not match: %s"
5604
#: drizzled/drizzled_error_messages.h:1104
4441
#: drizzled/error.cc:1106
5606
4443
"Slave running with --log-slave-updates must use row-based binary logging to "
5607
4444
"be able to replicate row-based binary log events"
5610
#: drizzled/drizzled_error_messages.h:1106
4447
#: drizzled/error.cc:1108
5612
4449
msgid "Event '%-.192s' already exists"
5615
#: drizzled/drizzled_error_messages.h:1108
4452
#: drizzled/error.cc:1110
5617
4454
msgid "Failed to store event %s. Error code %d from storage engine."
5620
#: drizzled/drizzled_error_messages.h:1110
4457
#: drizzled/error.cc:1112
5622
4459
msgid "Unknown event '%-.192s'"
5625
#: drizzled/drizzled_error_messages.h:1112
4462
#: drizzled/error.cc:1114
5627
4464
msgid "Failed to alter event '%-.192s'"
5630
#: drizzled/drizzled_error_messages.h:1116
4467
#: drizzled/error.cc:1118
5631
4468
msgid "INTERVAL is either not positive or too big"
5634
#: drizzled/drizzled_error_messages.h:1118
4471
#: drizzled/error.cc:1120
5635
4472
msgid "ENDS is either invalid or before STARTS"
5638
#: drizzled/drizzled_error_messages.h:1120
4475
#: drizzled/error.cc:1122
5639
4476
msgid "Event execution time is in the past. Event has been disabled"
5642
#: drizzled/drizzled_error_messages.h:1122
5643
msgid "Failed to open mysql.event"
4479
#: drizzled/error.cc:1124
4480
msgid "Failed to open drizzle.event"
5646
#: drizzled/drizzled_error_messages.h:1124
4483
#: drizzled/error.cc:1126
5647
4484
msgid "No datetime expression provided"
5650
#: drizzled/drizzled_error_messages.h:1126
4487
#: drizzled/error.cc:1128
5653
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
4490
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
5654
4491
"probably corrupted"
5657
#: drizzled/drizzled_error_messages.h:1128
4494
#: drizzled/error.cc:1130
5659
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5662
#: drizzled/drizzled_error_messages.h:1130
5663
msgid "Failed to delete the event from mysql.event"
5666
#: drizzled/drizzled_error_messages.h:1132
4496
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4499
#: drizzled/error.cc:1132
4500
msgid "Failed to delete the event from drizzle.event"
4503
#: drizzled/error.cc:1134
5667
4504
msgid "Error during compilation of event's body"
5670
#: drizzled/drizzled_error_messages.h:1134
4507
#: drizzled/error.cc:1136
5671
4508
msgid "Same old and new event name"
5674
#: drizzled/drizzled_error_messages.h:1136
4511
#: drizzled/error.cc:1138
5676
4513
msgid "Data for column '%s' too long"
5679
#: drizzled/drizzled_error_messages.h:1138
4516
#: drizzled/error.cc:1140
5681
4518
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5684
#: drizzled/drizzled_error_messages.h:1140
4521
#: drizzled/error.cc:1142
5687
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
4524
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use "
5691
#: drizzled/drizzled_error_messages.h:1142
4528
#: drizzled/error.cc:1144
5692
4529
msgid "You can't write-lock a log table. Only read access is possible"
5695
#: drizzled/drizzled_error_messages.h:1144
4532
#: drizzled/error.cc:1146
5696
4533
msgid "You can't use locks with log tables."
5699
#: drizzled/drizzled_error_messages.h:1146
5702
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5703
"d would lead to a duplicate entry"
5706
#: drizzled/drizzled_error_messages.h:1148
5709
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5710
"%d, now running %d. Please use mysql_upgrade to fix this error."
5713
#: drizzled/drizzled_error_messages.h:1150
4536
#: drizzled/error.cc:1148
4539
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
4540
"%d would lead to a duplicate entry"
4543
#: drizzled/error.cc:1150
4546
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4547
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4550
#: drizzled/error.cc:1152
5715
4552
"Cannot switch out of the row-based binary log format when the session has "
5716
4553
"open temporary tables"
5719
#: drizzled/drizzled_error_messages.h:1152
4556
#: drizzled/error.cc:1154
5721
4558
"Cannot change the binary logging format inside a stored function or trigger"
5724
#: drizzled/drizzled_error_messages.h:1154
4561
#: drizzled/error.cc:1156
5726
4563
"The NDB cluster engine does not support changing the binlog format on the "
5730
#: drizzled/drizzled_error_messages.h:1156
4567
#: drizzled/error.cc:1158
5731
4568
msgid "Cannot create temporary table with partitions"
5734
#: drizzled/drizzled_error_messages.h:1158
4571
#: drizzled/error.cc:1160
5735
4572
msgid "Partition constant is out of partition function domain"
5738
#: drizzled/drizzled_error_messages.h:1160
4575
#: drizzled/error.cc:1162
5739
4576
msgid "This partition function is not allowed"
5742
#: drizzled/drizzled_error_messages.h:1162
4579
#: drizzled/error.cc:1164
5743
4580
msgid "Error in DDL log"
5746
#: drizzled/drizzled_error_messages.h:1164
4583
#: drizzled/error.cc:1166
5747
4584
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5750
#: drizzled/drizzled_error_messages.h:1166
4587
#: drizzled/error.cc:1168
5752
4588
msgid "Incorrect partition name"
5753
msgstr "Ignorar espacio tras los nombres de función."
5755
#: drizzled/drizzled_error_messages.h:1168
4591
#: drizzled/error.cc:1170
5757
4593
"Transaction isolation level can't be changed while a transaction is in "
5761
#: drizzled/drizzled_error_messages.h:1170
4597
#: drizzled/error.cc:1172
5764
4600
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5765
4601
"'%-.192s' for key '%-.192s'"
5768
#: drizzled/drizzled_error_messages.h:1172
4604
#: drizzled/error.cc:1174
5770
4606
msgid "Internal scheduler error %d"
5773
#: drizzled/drizzled_error_messages.h:1174
4609
#: drizzled/error.cc:1176
5775
4611
msgid "Error during starting/stopping of the scheduler. Error code %u"
5778
#: drizzled/drizzled_error_messages.h:1176
4614
#: drizzled/error.cc:1178
5779
4615
msgid "Engine cannot be used in partitioned tables"
5782
#: drizzled/drizzled_error_messages.h:1178
4618
#: drizzled/error.cc:1180
5784
4620
msgid "Cannot activate '%-.64s' log"
5787
#: drizzled/drizzled_error_messages.h:1180
4623
#: drizzled/error.cc:1182
5788
4624
msgid "The server was not built with row-based replication"
5791
#: drizzled/drizzled_error_messages.h:1182
4627
#: drizzled/error.cc:1184
5792
4628
msgid "Decoding of base64 string failed"
5795
#: drizzled/drizzled_error_messages.h:1184
4631
#: drizzled/error.cc:1186
5796
4632
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5799
#: drizzled/drizzled_error_messages.h:1186
4635
#: drizzled/error.cc:1188
5801
4637
"Cannot proceed because system tables used by Event Scheduler were found "
5802
4638
"damaged at server start"
5805
#: drizzled/drizzled_error_messages.h:1188
4641
#: drizzled/error.cc:1190
5806
4642
msgid "Only integers allowed as number here"
5809
#: drizzled/drizzled_error_messages.h:1190
4645
#: drizzled/error.cc:1192
5810
4646
msgid "This storage engine cannot be used for log tables"
5813
#: drizzled/drizzled_error_messages.h:1192
4649
#: drizzled/error.cc:1194
5815
4651
msgid "You cannot '%s' a log table if logging is enabled"
5818
#: drizzled/drizzled_error_messages.h:1194
4654
#: drizzled/error.cc:1196
5821
4657
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
6263
5099
"while the same tablespace is defined on the server as '%-.256s'"
6266
#: drizzled/rpl_mi.cc:148
6268
msgid "Failed to create a new master info file (file '%s', errno %d)"
6271
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6273
msgid "Failed to create a cache on master info file (file '%s')"
6276
#: drizzled/rpl_mi.cc:170
6278
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6281
#: drizzled/rpl_mi.cc:276
6284
"SSL information in the master info file ('%s') are ignored because this "
6285
"MySQL slave was compiled without SSL support."
6288
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2151
6289
msgid "Failed to flush master info file"
6292
#: drizzled/rpl_mi.cc:305
6293
msgid "Error reading master configuration"
6296
#: drizzled/rpl_reporting.cc:43
6298
msgid "Slave %s: %s%s Error_code: %d"
6301
#: drizzled/rpl_utility.cc:122
6303
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6306
#: drizzled/rpl_utility.cc:137
6309
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6310
"Master's column size should be <= the slave's column size."
6313
#: drizzled/slave.cc:89
6314
msgid "Waiting to reconnect after a failed registration on master"
6317
#: drizzled/slave.cc:90
6319
"Slave I/O thread killed while waitnig to reconnect after a failed "
6320
"registration on master"
6323
#: drizzled/slave.cc:92
6324
msgid "Reconnecting after a failed registration on master"
6327
#: drizzled/slave.cc:93
6330
"failed registering on master, reconnecting to try again, log '%s' at postion "
6334
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6335
msgid "Slave I/O thread killed during or after reconnect"
6338
#: drizzled/slave.cc:99
6339
msgid "Waiting to reconnect after a failed binlog dump request"
6342
#: drizzled/slave.cc:100
6343
msgid "Slave I/O thread killed while retrying master dump"
6346
#: drizzled/slave.cc:101
6347
msgid "Reconnecting after a failed binlog dump request"
6350
#: drizzled/slave.cc:102
6352
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6355
#: drizzled/slave.cc:108
6356
msgid "Waiting to reconnect after a failed master event read"
6359
#: drizzled/slave.cc:109
6360
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6363
#: drizzled/slave.cc:111
6364
msgid "Reconnecting after a failed master event read"
6367
#: drizzled/slave.cc:112
6370
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6374
#: drizzled/slave.cc:115
6376
"Slave I/O thread killed during or after a reconnect done to recover from "
6380
#: drizzled/slave.cc:229
6381
msgid "Failed to allocate memory for the master info structure"
6384
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6385
msgid "Failed to initialize the master info structure"
6388
#: drizzled/slave.cc:251
6389
msgid "Failed to create slave threads"
6392
#: drizzled/slave.cc:448
6393
msgid "Server id not set, will not start slave"
6396
#: drizzled/slave.cc:616
6398
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6399
"updates to a non-transactional table without any primary key. There is a "
6400
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6401
"check your tables' contents after restart."
6404
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6405
msgid "Master reported unrecognized DRIZZLE version"
6408
#: drizzled/slave.cc:833
6409
msgid "default Format_description_log_event"
6412
#: drizzled/slave.cc:855
6415
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6416
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6419
#: drizzled/slave.cc:882
6421
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6422
"server ids; these ids must be different for replication to work (or the --"
6423
"replicate-same-server-id option must be used on slave but this doesnot "
6424
"always make sense; please check the manual before using it)."
6427
#: drizzled/slave.cc:927
6429
"The slave I/O thread stops because master and slave have different values "
6430
"for the COLLATION_SERVER global variable. The values must be equal for "
6431
"replication to work"
6434
#: drizzled/slave.cc:963
6436
"The slave I/O thread stops because master and slave have different values "
6437
"for the TIME_ZONE global variable. The values must be equal for replication "
6441
#: drizzled/slave.cc:1028
6442
msgid "Waiting for the slave SQL thread to free enough relay log space"
6445
#: drizzled/slave.cc:1074
6447
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6451
#: drizzled/slave.cc:1085
6452
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6455
#: drizzled/slave.cc:1476
6457
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6460
#: drizzled/slave.cc:1529
6462
msgid "Error reading packet from server: %s ( server_errno=%d)"
6465
#: drizzled/slave.cc:1537
6467
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6470
#: drizzled/slave.cc:1691
6473
"It was not possible to update the positions of the relay log information: "
6474
"the slave may be in an inconsistent state. Stopped in %s position %s"
6477
#: drizzled/slave.cc:1766 drizzled/slave.cc:2366
6479
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6482
#: drizzled/slave.cc:1825 drizzled/slave.cc:2315
6484
msgid "Error initializing relay log position: %s"
6487
#: drizzled/slave.cc:1841
6490
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6491
"Consider raising the value of the slave_transaction_retries variable."
6494
#: drizzled/slave.cc:1864
6496
"Could not parse relay log event entry. The possible reasons are: the "
6497
"master's binary log is corrupted (you can check this by running "
6498
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6499
"can check this by running 'mysqlbinlog' on the relay log), a network "
6500
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6501
"check the master's binary log or slave's relay log, you will be able to know "
6502
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6505
#: drizzled/slave.cc:1988
6506
msgid "Failed during slave I/O thread initialization"
6509
#: drizzled/slave.cc:2002
6510
msgid "error in drizzle_create()"
6513
#: drizzled/slave.cc:2010
6516
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6517
"'%s' at position %s"
6520
#: drizzled/slave.cc:2024
6521
msgid "Slave I/O thread killed while connecting to master"
6524
#: drizzled/slave.cc:2048
6525
msgid "Slave I/O thread couldn't register on master"
6528
#: drizzled/slave.cc:2060 drizzled/slave.cc:2084 drizzled/slave.cc:2108
6529
msgid "Forcing to reconnect slave I/O thread"
6532
#: drizzled/slave.cc:2073
6533
msgid "Failed on request_dump()"
6536
#: drizzled/slave.cc:2074
6537
msgid "Slave I/O thread killed while requesting master dump"
6540
#: drizzled/slave.cc:2100
6541
msgid "Waiting for master to send event"
6544
#: drizzled/slave.cc:2102
6545
msgid "Slave I/O thread killed while reading event"
6548
#: drizzled/slave.cc:2120
6551
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6552
"entry is correct, restart the server with a higher value of "
6553
"max_allowed_packet"
6556
#: drizzled/slave.cc:2134
6557
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6560
#: drizzled/slave.cc:2144
6561
msgid "Queueing master event to the relay log"
6564
#: drizzled/slave.cc:2171
6565
msgid "Slave I/O thread aborted while waiting for relay log space"
6568
#: drizzled/slave.cc:2181
6570
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6573
#: drizzled/slave.cc:2205
6574
msgid "Waiting for slave mutex on exit"
6577
#: drizzled/slave.cc:2271
6578
msgid "Failed during slave thread initialization"
6581
#: drizzled/slave.cc:2337
6584
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6585
"s, relay log '%s' position: %s"
6588
#: drizzled/slave.cc:2351
6589
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6592
#: drizzled/slave.cc:2377
6593
msgid "Reading event from the relay log"
6596
#: drizzled/slave.cc:2402
6598
msgid "Slave (additional info): %s Error_code: %d"
6601
#: drizzled/slave.cc:2419
6603
msgid "Slave: %s Error_code: %d"
6606
#: drizzled/slave.cc:2422
6609
"Error loading user-defined library, slave SQL thread aborted. Install the "
6610
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6611
"stopped at log '%s' position %s"
6614
#: drizzled/slave.cc:2430
6617
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6618
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6621
#: drizzled/slave.cc:2442
6624
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6627
#: drizzled/slave.cc:2538
6629
msgid "Slave I/O: failed requesting download of '%s'"
6632
#: drizzled/slave.cc:2555
6634
msgid "Network read error downloading '%s' from master"
6637
#: drizzled/slave.cc:2577
6638
msgid "error writing Exec_load event to relay log"
6641
#: drizzled/slave.cc:2591
6642
msgid "error writing Create_file event to relay log"
6645
#: drizzled/slave.cc:2606
6646
msgid "error writing Append_block event to relay log"
6649
#: drizzled/slave.cc:2702
6650
msgid "Memory allocation failed"
6653
#: drizzled/slave.cc:2727 drizzled/slave.cc:2813
6656
"Read invalid event from master: '%s', master could be corrupt but a more "
6657
"likely cause of this is a bug"
6660
#: drizzled/slave.cc:3086
6661
msgid "could not queue event from master"
6664
#: drizzled/slave.cc:3180
6666
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6669
#: drizzled/slave.cc:3182
6670
msgid "reconnecting"
6673
#: drizzled/slave.cc:3182
6677
#: drizzled/slave.cc:3208
6680
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6684
#: drizzled/slave.cc:3598
6686
msgid "next log '%s' is currently active"
6689
#: drizzled/slave.cc:3628
6691
msgid "next log '%s' is not active"
6694
#: drizzled/slave.cc:3644
6697
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6700
#: drizzled/slave.cc:3650
6701
msgid "Aborting slave SQL thread because of partial event read"
6704
#: drizzled/slave.cc:3656 drizzled/slave.cc:3663
6706
msgid "Error reading relay log event: %s"
6709
#: drizzled/slave.cc:3657
6710
msgid "slave SQL thread was killed"
6713
#: drizzled/slave.cc:3755
6716
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6717
"check error log on slave for more info"
6720
#: drizzled/slave.cc:3761
6723
"According to the master's version ('%s'), it is probable that master suffers "
6724
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6725
"current binary log event may make the slave's data become different from the "
6726
"master's data. To take no risk, slave refuses to replicate this event and "
6727
"stops. We recommend that all updates be stopped on the master and slave, "
6728
"that the data of both be manually synchronized, that master's binary logs be "
6729
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6730
"Then replication can be restarted."
6733
#: drizzled/sql_repl.cc:101
6734
msgid "Failed in send_file() while reading file name"
6737
#: drizzled/sql_repl.cc:114
6738
msgid "Failed in send_file() on open of file"
6741
#: drizzled/sql_repl.cc:122
6742
msgid "Failed in send_file() while writing data to client"
6745
#: drizzled/sql_repl.cc:131
6746
msgid "Failed in send_file() while negotiating file transfer close"
6749
#: drizzled/table.cc:494
5102
#: drizzled/error.cc:1380
5103
msgid "A virtual column cannot be based on a virtual column"
5106
#: drizzled/error.cc:1382
5108
msgid "Non-deterministic expression for virtual column '%s'."
5111
#: drizzled/error.cc:1384
5114
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5117
#: drizzled/error.cc:1386
5118
msgid "Primary key cannot be defined upon a virtual column."
5121
#: drizzled/error.cc:1388
5122
msgid "Key/Index cannot be defined on a non-stored virtual column."
5125
#: drizzled/error.cc:1390
5127
msgid "Cannot define foreign key with %s clause on a virtual column."
5130
#: drizzled/error.cc:1392
5132
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5135
#: drizzled/error.cc:1394
5137
msgid "'%s' is not yet supported for virtual columns."
5140
#: drizzled/error.cc:1396
5141
msgid "Constant expression in virtual column function is not allowed."
5144
#: drizzled/error.cc:1398
5145
msgid "Encountered an unknown temporal type."
5148
#: drizzled/error.cc:1400
5150
msgid "Received an invalid string format '%s' for a date value."
5153
#: drizzled/error.cc:1402
5155
msgid "Received an invalid string format '%s' for a time value."
5158
#: drizzled/error.cc:1404
5160
msgid "Received an invalid value '%s' for a UNIX timestamp."
5163
#: drizzled/error.cc:1406
5165
msgid "Received an invalid datetime value '%s'."
5168
#: drizzled/error.cc:1408
5170
msgid "Received a NULL argument for function '%s'."
5173
#: drizzled/error.cc:1410
5175
msgid "Received an invalid negative argument '%s' for function '%s'."
5178
#: drizzled/error.cc:1412
5180
msgid "Received an out-of-range argument '%s' for function '%s'."
5183
#: drizzled/error.cc:1414
5185
msgid "Received an invalid time value '%s'."
5188
#: drizzled/error.cc:1416
5190
msgid "Received an invalid enum value '%s'."
5193
#: drizzled/logging.cc:59
5195
msgid "logging '%s' pre() failed"
5198
#: drizzled/logging.cc:84
5200
msgid "logging '%s' post() failed"
5203
#: drizzled/plugin/storage_engine.cc:295
5205
msgid "Found %d prepared transaction(s) in %s"
5208
#: drizzled/plugin/storage_engine.cc:369
5209
msgid "Starting crash recovery..."
5212
#: drizzled/plugin/storage_engine.cc:378
5214
msgid "Found %d prepared XA transactions"
5217
#: drizzled/plugin/storage_engine.cc:383
5220
"Found %d prepared transactions! It means that drizzled was not shut down "
5221
"properly last time and critical recovery information (last binlog or %s "
5222
"file) was manually deleted after a crash. You have to start drizzled with "
5223
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5226
#: drizzled/plugin/storage_engine.cc:393
5227
msgid "Crash recovery finished."
5230
#: drizzled/qcache.cc:63
5232
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5235
#: drizzled/qcache.cc:86
5237
msgid "qcache plugin '%s' set() failed"
5240
#: drizzled/qcache.cc:110
5242
msgid "qcache plugin '%s' invalidate_table() failed"
5245
#: drizzled/qcache.cc:137
5247
msgid "qcache plugin '%s' invalidate_db() failed"
5250
#: drizzled/qcache.cc:157
5252
msgid "qcache plugin '%s' flush() failed"
5255
#: drizzled/scheduling.cc:37
5258
"Attempted to register a scheduler %s, but a scheduler has already been "
5259
"registered with that name.\n"
5262
#: drizzled/scheduling.cc:62
5264
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
5267
#: drizzled/scheduling.cc:77
5268
msgid "Scheduler initialization failed.\n"
5271
#: drizzled/sql_base.cc:2262
5273
msgid "Table %s had a open data handler in reopen_table"
5276
#: drizzled/sql_base.cc:2854
5278
msgid "Couldn't repair table: %s.%s"
5281
#: drizzled/sql_base.cc:2896
5284
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5285
"`%s`.`%s`' to replication"
5288
#: drizzled/sql_base.cc:3498
5290
msgid "Could not remove temporary table: '%s', error: %d"
5293
#: drizzled/sql_plugin.cc:528
5295
msgid "Plugin '%s' init function returned error.\n"
5298
#: drizzled/sql_plugin.cc:707
5299
msgid "plugin-load parameter too long"
5302
#: drizzled/sql_plugin.cc:767
5304
msgid "Couldn't load plugin named '%s' with soname '%s'."
5307
#: drizzled/sql_plugin.cc:1107
5308
msgid "Out of memory."
5311
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
5313
msgid "Unknown variable type code 0x%x in plugin '%s'."
5316
#: drizzled/sql_plugin.cc:1989
5319
"Server variable %s of plugin %s was forced to be read-only: string variable "
5320
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5323
#: drizzled/sql_plugin.cc:2020
5325
msgid "Missing variable name in plugin '%s'."
5328
#: drizzled/sql_plugin.cc:2037
5330
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5333
#: drizzled/sql_plugin.cc:2155
5335
msgid "Out of memory for plugin '%s'."
5338
#: drizzled/sql_plugin.cc:2162
5340
msgid "Bad options for plugin '%s'."
5343
#: drizzled/sql_plugin.cc:2171
5345
msgid "Parsing options for plugin '%s' failed."
5348
#: drizzled/sql_plugin.cc:2214
5350
msgid "Plugin '%s' has conflicting system variables"
5353
#: drizzled/sql_table.cc:124
5355
msgid "Invalid (old?) table or database name '%s'"
5358
#: drizzled/sql_table.cc:2655
5360
msgid "Unknown - internal error %d during operation"
5363
#: drizzled/sql_table.cc:4227
5365
msgid "Could not open table %s.%s after rename\n"
5368
#: drizzled/sql_table.cc:4407
5371
"order_st BY ignored because there is a user-defined clustered index in the "
5375
#: drizzled/table.cc:354
6752
5378
"'%s' had no or invalid character set, and default character set is multi-"
6753
5379
"byte, so character column sizes may have changed"
6756
#: drizzled/table.cc:1702
5382
#: drizzled/table.cc:1782
6758
5384
msgid "Unknown collation '%s' in table '%-.64s' definition"
6761
#: drizzled/table.cc:1709
5387
#: drizzled/table.cc:1789
6764
"Table '%-.64s' was created with a different version of MySQL and cannot be "
5390
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6767
"La tabla '%-.64s' fue creada con una versión diferente de MySQL y no puede "
6770
#: drizzled/table.cc:2300
5394
#: drizzled/table.cc:2251
6773
5397
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6814
5438
"Definición incorrecta de la tabla %s.%s: Se esperaba que la columna '%s' en "
6815
5439
"la posición %d fuera de tipo %s pero no se ha encontrado esa columna."
6817
#: drizzled/tztime.cc:1063
5441
#: drizzled/table.cc:4400
5443
msgid "Got error %d when reading table '%s'"
5446
#: drizzled/tztime.cc:1061
6819
5448
msgid "Fatal error: Illegal or unknown default time zone '%s'"
6820
5449
msgstr "Error fatal: Zona horaria por defecto '%s' ilegal o desconocida"
6822
#: drizzled/definitions.h:48
6823
msgid "Invalid error code"
6824
msgstr "Código de error inválido"
5451
#: gnulib/getopt.c:529 gnulib/getopt.c:545
5453
msgid "%s: option `%s' is ambiguous\n"
5456
#: gnulib/getopt.c:578 gnulib/getopt.c:582
5458
msgid "%s: option `--%s' doesn't allow an argument\n"
5461
#: gnulib/getopt.c:591 gnulib/getopt.c:596
5463
msgid "%s: option `%c%s' doesn't allow an argument\n"
5466
#: gnulib/getopt.c:639 gnulib/getopt.c:658 gnulib/getopt.c:974
5467
#: gnulib/getopt.c:993
5469
msgid "%s: option `%s' requires an argument\n"
5472
#: gnulib/getopt.c:696 gnulib/getopt.c:699
5474
msgid "%s: unrecognized option `--%s'\n"
5477
#: gnulib/getopt.c:707 gnulib/getopt.c:710
5479
msgid "%s: unrecognized option `%c%s'\n"
5482
#: gnulib/getopt.c:762 gnulib/getopt.c:765
5484
msgid "%s: illegal option -- %c\n"
5487
#: gnulib/getopt.c:771 gnulib/getopt.c:774
5489
msgid "%s: invalid option -- %c\n"
5492
#: gnulib/getopt.c:826 gnulib/getopt.c:842 gnulib/getopt.c:1046
5493
#: gnulib/getopt.c:1064
5495
msgid "%s: option requires an argument -- %c\n"
5498
#: gnulib/getopt.c:895 gnulib/getopt.c:911
5500
msgid "%s: option `-W %s' is ambiguous\n"
5503
#: gnulib/getopt.c:935 gnulib/getopt.c:953
5505
msgid "%s: option `-W %s' doesn't allow an argument\n"
5508
#: mysys/errors.cc:25
5510
msgid "Can't create/write to file '%s' (Errcode: %d)"
5511
msgstr "No puede crear/escribir el archivo '%s' (Codigo de Error: %d)"
5513
#: mysys/errors.cc:26
5515
msgid "Error reading file '%s' (Errcode: %d)"
5516
msgstr "Error leyendo el archivo '%s' (Codigo de error: %d)"
5518
#: mysys/errors.cc:27
5520
msgid "Error writing file '%s' (Errcode: %d)"
5521
msgstr "Error escribiendo el archivo '%s' (Codigo de error: %d)"
5523
#: mysys/errors.cc:28
5525
msgid "Error on close of '%s' (Errcode: %d)"
5526
msgstr "Error tratndo de cerrar '%s' (Errcode: %d)"
5528
#: mysys/errors.cc:29
5530
msgid "Out of memory (Needed %u bytes)"
5531
msgstr "No hay mas memoria (Se necesitan %u bytes)"
5533
#: mysys/errors.cc:30
5535
msgid "Error on delete of '%s' (Errcode: %d)"
5536
msgstr "Error tratando de eliminar '%s' (Codigo de error: %d)"
5538
#: mysys/errors.cc:31
5540
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5541
msgstr "Error tratando de renombrar '%s' a '%s' (Codigo de error: %d)"
5543
#: mysys/errors.cc:32
5545
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5547
"EOF inesperado encontrado al leer el archivo '%s' (Codigo de error: %d)"
5549
#: mysys/errors.cc:33
5551
msgid "Can't lock file (Errcode: %d)"
5552
msgstr "No puede bloquear el archivo (Codigo de error: %d)"
5554
#: mysys/errors.cc:34
5556
msgid "Can't unlock file (Errcode: %d)"
5557
msgstr "No puede desbloquear el archivo (Codigo de error: %d)"
5559
#: mysys/errors.cc:35
5561
msgid "Can't read dir of '%s' (Errcode: %d)"
5562
msgstr "No puede leer el directorio de '%s' (Codigo de error: %d)"
5564
#: mysys/errors.cc:36
5566
msgid "Can't get stat of '%s' (Errcode: %d)"
5567
msgstr "No puede obtener estadistica de '%s' (Codigo de error: %d)"
5569
#: mysys/errors.cc:37
5571
msgid "Can't change size of file (Errcode: %d)"
5572
msgstr "No puede cambiar el tamaño del archivo (Codigo de error: %d)"
5574
#: mysys/errors.cc:38
5576
msgid "Can't open stream from handle (Errcode: %d)"
5577
msgstr "No puede abrir la corriente desde el tirador (Codigo de error: %d)"
5579
#: mysys/errors.cc:39
5581
msgid "Can't get working dirctory (Errcode: %d)"
5582
msgstr "No puede obtener directory de trabajo (Codigo de error: %d)"
5584
#: mysys/errors.cc:40
5586
msgid "Can't change dir to '%s' (Errcode: %d)"
5587
msgstr "No puede cambiar directorio a '%'s (Codigo de error: %d)"
5589
#: mysys/errors.cc:41
5591
msgid "Warning: '%s' had %d links"
5592
msgstr "Advertencia: '%s' tiene '%d' enlaces"
5594
#: mysys/errors.cc:42
5596
msgid "Warning: %d files and %d streams is left open\n"
5597
msgstr "Advertencia: %d archivos y %d corrientes se quedaron abiertos\n"
5599
#: mysys/errors.cc:43
5601
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5603
"Disco esta lleno escribiendo '%s'. Esperando a que alguien libere espacio..."
5605
#: mysys/errors.cc:44
5607
msgid "Can't create directory '%s' (Errcode: %d)"
5608
msgstr "No puede crear directorio '%s' (Codigo de error: %d)"
5610
#: mysys/errors.cc:45
5613
"Character set '%s' is not a compiled character set and is not specified in "
5616
"El conjunto de caracteres '%'s no es un conjunto de caracteres compilado y "
5617
"no puede ser especificado en el archivo '%s'"
5619
#: mysys/errors.cc:46
5621
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5622
msgstr "Sin recursos al abrir el archivo '%s' (Codigo de error: %d)"
5624
#: mysys/errors.cc:47
5626
msgid "Can't read value for symlink '%s' (Error %d)"
5627
msgstr "No puede leer el valor para el symlink '%s' (Codigo de error: %d)"
5629
#: mysys/errors.cc:48
5631
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5633
"No puede crear un enlace simbolico '%s' apuntando a '%s' (Codigo de error: "
5636
#: mysys/errors.cc:49
5638
msgid "Error on realpath() on '%s' (Error %d)"
5639
msgstr "Error en realpath() en '%s' (Codigo de error: %d)"
5641
#: mysys/errors.cc:50
5643
msgid "Can't sync file '%s' to disk (Errcode: %d)"
5644
msgstr "No puede sincronizar archivo '%s' a disco (Codigo de error: %d)"
5646
#: mysys/errors.cc:51
5649
"Collation '%s' is not a compiled collation and is not specified in the %s "
5652
"Coalicion '%s' no es una coalicion compilada y no es especificada en el "
5655
#: mysys/errors.cc:52
5657
msgid "File '%s' not found (Errcode: %d)"
5658
msgstr "Archivo '%s' no encontrado (Codigo de error: %d)"
5660
#: mysys/errors.cc:53
5662
msgid "File '%s' (fileno: %d) was not closed"
5663
msgstr "Archivo '%s' (fileno: %d) no fue cerrado"
5665
#: mysys/my_error.cc:85
5667
msgid "Unknown error %d"
5668
msgstr "Error desconocido %d"
5670
#: mysys/my_getopt.cc:89
5672
msgstr "Advertencia: "
5674
#: mysys/my_getopt.cc:91
5676
msgstr "Informacion: "
5678
#: mysys/my_getopt.cc:355
5680
msgid "%s: %s: Option '%s' used, but is disabled\n"
5681
msgstr "%s: %s: Opcion '%s' usada, pero esta desabilitada\n"
5683
#: mysys/my_getopt.cc:356
5685
msgstr "ADVERTENCIA"
5687
#: mysys/my_getopt.cc:356
5691
#: mysys/my_getopt.cc:459
5693
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
5694
msgstr "%s: ERROR: Opcion '-%c' usada, pero esta desabilitada\n"
5696
#: mysys/my_getopt.cc:774
5698
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
5699
msgstr "Sufijo desconocido '%c' usado por variable '%s' (valor '%s')\n"
5701
#: mysys/my_getopt.cc:967
5703
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
5704
msgstr "%s: ERROR: Valor decimal invalido para opcion '%s'\n"
5706
#: mysys/my_getopt.cc:1199
5708
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
5709
msgstr "%*s(Activado por defecto --skip-%s para desactivar.)\n"
5711
#: mysys/my_getopt.cc:1219
5715
"Variables (--variable-name=value)\n"
5716
"and boolean options {false|true} Value (after reading options)\n"
5717
"--------------------------------- -----------------------------\n"
5720
"variables (--variable-name=valor)\n"
5721
"y opciones booleanas {false|true} Valor (despues de leer opciones)\n"
5723
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5724
msgid "(No default value)"
5725
msgstr "(Ningun valor por defecto)"
5727
#: mysys/my_getopt.cc:1254
5731
#: mysys/my_getopt.cc:1254
5735
#: mysys/my_getopt.cc:1287
5737
msgid "(Disabled)\n"
5738
msgstr "(Desabilitado)\n"
5740
#: plugin/auth_http/auth_http.cc:128
5741
msgid "Enable HTTP Auth check"
5744
#: plugin/auth_http/auth_http.cc:138
5745
msgid "URL for HTTP Auth check"
5748
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5749
msgid "Error Messages to stderr"
5752
#: plugin/logging_gearman/logging_gearman.cc:263
5754
msgid "fail gearman_client_create(): %s"
5757
#: plugin/logging_gearman/logging_gearman.cc:273
5759
msgid "fail gearman_client_add_server(): %s"
5762
#: plugin/logging_gearman/logging_gearman.cc:299
5763
msgid "Enable logging to a gearman server"
5766
#: plugin/logging_gearman/logging_gearman.cc:308
5767
msgid "Hostname for logging to a Gearman server"
5770
#: plugin/logging_gearman/logging_gearman.cc:317
5771
msgid "Gearman Function to send logging to"
5774
#: plugin/logging_gearman/logging_gearman.cc:334
5775
msgid "Log queries to a Gearman server"
5778
#: plugin/logging_query/logging_query.cc:278
5780
msgid "fail open() fn=%s er=%s\n"
5783
#: plugin/logging_query/logging_query.cc:317
5784
msgid "Enable logging to CSV file"
5787
#: plugin/logging_query/logging_query.cc:326
5788
msgid "File to log to"
5791
#: plugin/logging_query/logging_query.cc:335
5792
#: plugin/logging_syslog/logging_syslog.cc:248
5793
msgid "Threshold for logging slow queries, in microseconds"
5796
#: plugin/logging_query/logging_query.cc:347
5797
#: plugin/logging_syslog/logging_syslog.cc:260
5798
msgid "Threshold for logging big queries, for rows returned"
5801
#: plugin/logging_query/logging_query.cc:359
5802
#: plugin/logging_syslog/logging_syslog.cc:272
5803
msgid "Threshold for logging big queries, for rows examined"
5806
#: plugin/logging_query/logging_query.cc:381
5807
msgid "Log queries to a CSV file"
5810
#: plugin/logging_syslog/logging_syslog.cc:169
5812
msgid "syslog facility \"%s\" not known, using \"local0\""
5815
#: plugin/logging_syslog/logging_syslog.cc:186
5817
msgid "syslog priority \"%s\" not known, using \"info\""
5820
#: plugin/logging_syslog/logging_syslog.cc:212
5821
msgid "Enable logging"
5822
msgstr "Activar acceso"
5824
#: plugin/logging_syslog/logging_syslog.cc:221
5825
msgid "Syslog Ident"
5828
#: plugin/logging_syslog/logging_syslog.cc:230
5829
msgid "Syslog Facility"
5832
#: plugin/logging_syslog/logging_syslog.cc:239
5833
msgid "Syslog Priority"
5836
#: plugin/logging_syslog/logging_syslog.cc:296
5837
msgid "Log to syslog"
5840
#: plugin/multi_thread/multi_thread.cc:137
5841
msgid "Maximum number of user threads available."
5844
#: plugin/myisam/ha_myisam.cc:468
5846
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5847
msgstr "La hebra thread_id=%<PRIu64>, %s:%d ha tenido un error"
5849
#: plugin/myisam/ha_myisam.cc:472
5851
msgid "Got an error from unknown thread, %s:%d"
5852
msgstr "La hebra %s:%d ha tenido un error"
5854
#: plugin/myisam/ha_myisam.cc:478
5855
msgid "Unknown thread accessing table"
5856
msgstr "Hebra desconocida accediendo a tabla"
5858
#: plugin/myisam/ha_myisam.cc:1861
5859
msgid "Block size to be used for MyISAM index pages."
5862
#: plugin/myisam/ha_myisam.cc:1867
5864
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5865
"disables parallel repair."
5868
#: plugin/myisam/ha_myisam.cc:1873
5870
"Don't use the fast sort index method to created index if the temporary file "
5871
"would get bigger than this."
5874
#: plugin/myisam/ha_myisam.cc:1878
5876
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5877
"when creating indexes with CREATE INDEX or ALTER TABLE."
5880
#: plugin/myisam/ha_myisam.cc:1884
5881
msgid "Default pointer size to be used for MyISAM tables."
5884
#: plugin/myisam/my_handler_errors.cc:34
5885
msgid "Didn't find key on read or update"
5886
msgstr "No encontro llave al leer o actualizar"
5888
#: plugin/myisam/my_handler_errors.cc:36
5889
msgid "Duplicate key on write or update"
5890
msgstr "Llave duplicada al leer o actualizar"
5892
#: plugin/myisam/my_handler_errors.cc:38
5893
msgid "Internal (unspecified) error in handler"
5894
msgstr "Error interno (no especificado) en manejador"
5896
#: plugin/myisam/my_handler_errors.cc:40
5898
"Someone has changed the row since it was read (while the table was locked to "
5901
"Alguien ha cambiado la fila desde que fue leida (mientras que la tabla fue "
5902
"bloqueada para prevenirlo)"
5904
#: plugin/myisam/my_handler_errors.cc:43
5905
msgid "Wrong index given to function"
5906
msgstr "Indice equivocado otorgado a funcion"
5908
#: plugin/myisam/my_handler_errors.cc:45
5909
msgid "Undefined handler error 125"
5910
msgstr "Manejador indefinido error 125"
5912
#: plugin/myisam/my_handler_errors.cc:47
5913
msgid "Index file is crashed"
5914
msgstr "Archivo indice se estrello"
5916
#: plugin/myisam/my_handler_errors.cc:49
5917
msgid "Record file is crashed"
5918
msgstr "Archivo record se estrello"
5920
#: plugin/myisam/my_handler_errors.cc:51
5921
msgid "Out of memory in engine"
5922
msgstr "Sin memoria en el motor"
5924
#: plugin/myisam/my_handler_errors.cc:53
5925
msgid "Undefined handler error 129"
5926
msgstr "Manejador indefinido error 129"
5928
#: plugin/myisam/my_handler_errors.cc:55
5929
msgid "Incorrect file format"
5930
msgstr "Formato de archivo incorrecto"
5932
#: plugin/myisam/my_handler_errors.cc:57
5933
msgid "Command not supported by database"
5934
msgstr "Comando no soportado por la base de datos"
5936
#: plugin/myisam/my_handler_errors.cc:59
5937
msgid "Old database file"
5938
msgstr "Archivo viejo de base de datos"
5940
#: plugin/myisam/my_handler_errors.cc:61
5941
msgid "No record read before update"
5942
msgstr "Ningun registro leido antes de la actualizacion"
5944
#: plugin/myisam/my_handler_errors.cc:63
5945
msgid "Record was already deleted (or record file crashed)"
5946
msgstr "Record ya fue eliminado (o el archivo record estrello)"
5948
#: plugin/myisam/my_handler_errors.cc:65
5949
msgid "No more room in record file"
5950
msgstr "No hay mas espacio en el archivo de registro"
5952
#: plugin/myisam/my_handler_errors.cc:67
5953
msgid "No more room in index file"
5954
msgstr "No hay mas espacio en el archivo de indice"
5956
#: plugin/myisam/my_handler_errors.cc:69
5957
msgid "No more records (read after end of file)"
5958
msgstr "No hay mas registros (lectura despues del final del archivo)"
5960
#: plugin/myisam/my_handler_errors.cc:71
5961
msgid "Unsupported extension used for table"
5962
msgstr "Extension no soportada usada para tabla"
5964
#: plugin/myisam/my_handler_errors.cc:73
5966
msgstr "Fila demasiado grande"
5968
#: plugin/myisam/my_handler_errors.cc:75
5969
msgid "Wrong create options"
5970
msgstr "Opciones de crear equivocados"
5972
#: plugin/myisam/my_handler_errors.cc:77
5973
msgid "Duplicate unique key or constraint on write or update"
5974
msgstr "Llave unica duplicada o limitacion al escribir o escribir"
5976
#: plugin/myisam/my_handler_errors.cc:79
5977
msgid "Unknown character set used in table"
5978
msgstr "Conjunto de caracteres desconocido usado en tabla"
5980
#: plugin/myisam/my_handler_errors.cc:81
5981
msgid "Conflicting table definitions in sub-tables of MERGE table"
5983
"Definiciones de tabla que causan conflictos en las sub-tablas de la tabla "
5986
#: plugin/myisam/my_handler_errors.cc:83
5987
msgid "Table is crashed and last repair failed"
5988
msgstr "Tabla se estrello y la ultima reparacion fallo"
5990
#: plugin/myisam/my_handler_errors.cc:85
5991
msgid "Table was marked as crashed and should be repaired"
5992
msgstr "Tabla se marco como estrallada y debe ser reparada"
5994
#: plugin/myisam/my_handler_errors.cc:87
5995
msgid "Lock timed out; Retry transaction"
5996
msgstr "Bloqueo alcanzo su limite de tiempo; Trate la transaccion de nuevo"
5998
#: plugin/myisam/my_handler_errors.cc:89
5999
msgid "Lock table is full; Restart program with a larger locktable"
6002
#: plugin/myisam/my_handler_errors.cc:91
6003
msgid "Updates are not allowed under a read only transactions"
6004
msgstr "Actualizaciones no son permitidas para transacciones de solo lectura"
6006
#: plugin/myisam/my_handler_errors.cc:93
6007
msgid "Lock deadlock; Retry transaction"
6008
msgstr "Punto muerto de bloqueo; Reintente la transaccion"
6010
#: plugin/myisam/my_handler_errors.cc:95
6011
msgid "Foreign key constraint is incorrectly formed"
6012
msgstr "Limitacion de llave extranjera formada incorrectamente"
6014
#: plugin/myisam/my_handler_errors.cc:97
6015
msgid "Cannot add a child row"
6016
msgstr "No puede agregar fila hija"
6018
#: plugin/myisam/my_handler_errors.cc:99
6019
msgid "Cannot delete a parent row"
6020
msgstr "No puede eliminar fila padre"
6022
#: plugin/myisam/my_handler_errors.cc:101
6023
msgid "No savepoint with that name"
6024
msgstr "Ningun punto de salve con ese nombre"
6026
#: plugin/myisam/my_handler_errors.cc:103
6027
msgid "Non unique key block size"
6028
msgstr "Tamaño de llave de bloque no unico"
6030
#: plugin/myisam/my_handler_errors.cc:105
6031
msgid "The table does not exist in engine"
6032
msgstr "La tabla no existe en el motor"
6034
#: plugin/myisam/my_handler_errors.cc:107
6035
msgid "The table already existed in storage engine"
6036
msgstr "La tabla ya existio en el motor de almacenamiento"
6038
#: plugin/myisam/my_handler_errors.cc:109
6039
msgid "Could not connect to storage engine"
6040
msgstr "No se pudo conectar al motor de almacenamiento"
6042
#: plugin/myisam/my_handler_errors.cc:111
6043
msgid "Unexpected null pointer found when using spatial index"
6044
msgstr "Puntero nulo no esperado encontrado al usar indice espacial"
6046
#: plugin/myisam/my_handler_errors.cc:113
6047
msgid "The table changed in storage engine"
6048
msgstr "La tabla ha cambiado en el motor de almacenamiento"
6050
#: plugin/myisam/my_handler_errors.cc:115
6051
msgid "There's no partition in table for the given value"
6052
msgstr "No hay particion en la tabla para el valor dado"
6054
#: plugin/myisam/my_handler_errors.cc:117
6055
msgid "Row-based binlogging of row failed"
6058
#: plugin/myisam/my_handler_errors.cc:119
6059
msgid "Index needed in foreign key constraint"
6060
msgstr "Indice necesitado para la limitacion de llave extranjera"
6062
#: plugin/myisam/my_handler_errors.cc:121
6063
msgid "Upholding foreign key constraints would lead to a duplicate key error"
6065
"Mantener la limitacion de llave extranjera llevaria un error de llave "
6068
#: plugin/myisam/my_handler_errors.cc:123
6069
msgid "Table needs to be upgraded before it can be used"
6070
msgstr "Tabla necesita ser actualizada antes de que pueda ser usada"
6072
#: plugin/myisam/my_handler_errors.cc:125
6073
msgid "Table is read only"
6074
msgstr "La tabla es de solo lectura"
6076
#: plugin/myisam/my_handler_errors.cc:127
6077
msgid "Failed to get next auto increment value"
6078
msgstr "No se pudo obtener el proximo valor de auto incremento"
6080
#: plugin/myisam/my_handler_errors.cc:129
6081
msgid "Failed to set row auto increment value"
6082
msgstr "No se pudo establecer el valor de auto incremento de la fila"
6084
#: plugin/myisam/my_handler_errors.cc:131
6085
msgid "Unknown (generic) error from engine"
6086
msgstr "Error desconocido (generico) desde el motor"
6088
#: plugin/myisam/my_handler_errors.cc:133
6089
msgid "Record is the same"
6090
msgstr "Registro es igual"
6092
#: plugin/myisam/my_handler_errors.cc:135
6093
msgid "It is not possible to log this statement"
6094
msgstr "No es posible loguear esta declaracion"
6096
#: plugin/myisam/my_handler_errors.cc:137
6097
msgid "Tablespace exists"
6098
msgstr "El espacio de tabla existe"
6100
#: plugin/myisam/my_handler_errors.cc:139
6101
msgid "The event was corrupt, leading to illegal data being read"
6102
msgstr "El evento fue corrompido, llevando a lectura de data ilegal"
6104
#: plugin/myisam/my_handler_errors.cc:141
6105
msgid "The table is of a new format not supported by this version"
6106
msgstr "La tabla es de un nuevo formato no soportado por esta version"
6108
#: plugin/myisam/my_handler_errors.cc:143
6109
msgid "The event could not be processed no other handler error happened"
6112
#: plugin/myisam/my_handler_errors.cc:145
6113
msgid "Got a fatal error during initialzation of handler"
6116
#: plugin/myisam/my_handler_errors.cc:147
6117
msgid "File to short; Expected more data in file"
6118
msgstr "Archivo muy corto; Esperaba mas data en el archivo"
6120
#: plugin/myisam/my_handler_errors.cc:149
6121
msgid "Read page with wrong checksum"
6122
msgstr "Leer pagina con equivocado checksum"
6124
#: plugin/myisam/my_handler_errors.cc:151
6125
msgid "Lock or active transaction"
6126
msgstr "Cerrar o activar transacción"
6128
#: plugin/myisam/my_handler_errors.cc:153
6129
msgid "No such table space"
6130
msgstr "Espacio de tabla no existe"
6132
#: plugin/myisam/my_handler_errors.cc:155
6133
msgid "Tablespace not empty"
6134
msgstr "Espacio de tabla no vacio"
6136
#: plugin/oldlibdrizzle/errmsg.cc:28
6137
msgid "Unknown Drizzle error"
6138
msgstr "Error de Drizzle desconocido"
6140
#: plugin/oldlibdrizzle/errmsg.cc:29
6142
msgid "Can't create UNIX socket (%d)"
6143
msgstr "No puede crear un socket de UNIX (%d)"
6145
#: plugin/oldlibdrizzle/errmsg.cc:30
6147
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
6149
"No se puede conectar al servidor Drizzle local a traves del socket '%-.100s' "
6152
#: plugin/oldlibdrizzle/errmsg.cc:31
6154
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
6157
#: plugin/oldlibdrizzle/errmsg.cc:32
6159
msgid "Can't create TCP/IP socket (%d)"
6160
msgstr "No puede crear socket TCP/IP (%d)"
6162
#: plugin/oldlibdrizzle/errmsg.cc:33
6164
msgid "Unknown Drizzle server host '%-.100s' (%d)"
6165
msgstr "Servidor Drizzle desconocido '%-.100s' (%d)"
6167
#: plugin/oldlibdrizzle/errmsg.cc:34
6168
msgid "Drizzle server has gone away"
6169
msgstr "El servidor Drizzle se ha ido"
6171
#: plugin/oldlibdrizzle/errmsg.cc:35
6173
msgid "Protocol mismatch; server version = %d, client version = %d"
6175
"Desajuste en el protocolo; versión del servidor = %d, versión cliente = %d"
6177
#: plugin/oldlibdrizzle/errmsg.cc:36
6178
msgid "Drizzle client ran out of memory"
6179
msgstr "El cliente drizzle se le agoto la memoria"
6181
#: plugin/oldlibdrizzle/errmsg.cc:37
6182
msgid "Wrong host info"
6183
msgstr "Informacion de huesped equivocado"
6185
#: plugin/oldlibdrizzle/errmsg.cc:38
6186
msgid "Localhost via UNIX socket"
6187
msgstr "Localhost vía socket de UNIX"
6189
#: plugin/oldlibdrizzle/errmsg.cc:39
6191
msgid "%-.100s via TCP/IP"
6192
msgstr "%-.100s vía TCP/IP"
6194
#: plugin/oldlibdrizzle/errmsg.cc:40
6195
msgid "Error in server handshake"
6196
msgstr "Error de servidor en la transmisión de infomación de control"
6198
#: plugin/oldlibdrizzle/errmsg.cc:41
6199
msgid "Lost connection to Drizzle server during query"
6200
msgstr "Perdio la conexion al servidor Drizzle durante la consulta"
6202
#: plugin/oldlibdrizzle/errmsg.cc:42
6203
msgid "Commands out of sync; you can't run this command now"
6205
"Comandos fuera de sincronizacion; no puede ejecutar este comando ahora"
6207
#: plugin/oldlibdrizzle/errmsg.cc:43
6209
msgid "Named pipe: %-.32s"
6210
msgstr "Tubo nombrado: %-.32s"
6212
#: plugin/oldlibdrizzle/errmsg.cc:44
6214
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
6216
"No puede esperar para tubo nombrado a huesped: %-.64s tubo: %-.32s (%lu)"
6218
#: plugin/oldlibdrizzle/errmsg.cc:45
6220
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
6222
"No se puede abrir el named pipe al servidor: %-.64s pipe: %-.32s (%lu)"
6224
#: plugin/oldlibdrizzle/errmsg.cc:46
6226
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
6228
"No es posible establecer el estado del named pipe al servidor: %-.64s pipe: "
6231
#: plugin/oldlibdrizzle/errmsg.cc:47
6233
msgid "Can't initialize character set %-.32s (path: %-.100s)"
6235
"No se puede inicializar el conjuto de characteres set %-.32s (ruta: %-.100s)"
6237
#: plugin/oldlibdrizzle/errmsg.cc:48
6238
msgid "Got packet bigger than 'max_allowed_packet' bytes"
6239
msgstr "Paquete mayor que 'max_allowed_packet' bytes recibido"
6241
#: plugin/oldlibdrizzle/errmsg.cc:49
6242
msgid "Embedded server"
6243
msgstr "Servidor anidado"
6245
#: plugin/oldlibdrizzle/errmsg.cc:50
6246
msgid "Error on SHOW SLAVE STATUS:"
6247
msgstr "Error en SHOW SLAVE STATUS:"
6249
#: plugin/oldlibdrizzle/errmsg.cc:51
6250
msgid "Error on SHOW SLAVE HOSTS:"
6251
msgstr "Error en SHOW SLAVE HOSTS:"
6253
#: plugin/oldlibdrizzle/errmsg.cc:52
6254
msgid "Error connecting to slave:"
6255
msgstr "Error al conectarse a esclavo:"
6257
#: plugin/oldlibdrizzle/errmsg.cc:53
6258
msgid "Error connecting to master:"
6259
msgstr "Error al conectarse al maestro:"
6261
#: plugin/oldlibdrizzle/errmsg.cc:54
6262
msgid "SSL connection error"
6263
msgstr "Error en la conexión SSL"
6265
#: plugin/oldlibdrizzle/errmsg.cc:55
6266
msgid "Malformed packet"
6267
msgstr "Paquete mal formado"
6269
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
6270
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
6271
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
6272
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
6273
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
6274
msgid "(unused error message)"
6275
msgstr "(Mensaje de error no usado)"
6277
#: plugin/oldlibdrizzle/errmsg.cc:57
6278
msgid "Invalid use of null pointer"
6279
msgstr "Uso invalido de punto nulo"
6281
#: plugin/oldlibdrizzle/errmsg.cc:58
6282
msgid "Statement not prepared"
6283
msgstr "Declaracion no preparada"
6285
#: plugin/oldlibdrizzle/errmsg.cc:59
6286
msgid "No data supplied for parameters in prepared statement"
6288
"No hay data suplicada para los parametros en la declaracion preparada"
6290
#: plugin/oldlibdrizzle/errmsg.cc:60
6291
msgid "Data truncated"
6292
msgstr "Data truncada"
6294
#: plugin/oldlibdrizzle/errmsg.cc:61
6295
msgid "No parameters exist in the statement"
6296
msgstr "No existen parametros en la declaracion"
6298
#: plugin/oldlibdrizzle/errmsg.cc:62
6299
msgid "Invalid parameter number"
6300
msgstr "Numero de parametro invalido"
6302
#: plugin/oldlibdrizzle/errmsg.cc:63
6305
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6307
"No se puede enviar datos largos para non-string/non-binary tipos de datos "
6310
#: plugin/oldlibdrizzle/errmsg.cc:65
6312
msgid "Using unsupported buffer type: %d (parameter: %d)"
6313
msgstr "Utilizando tipo de buffer sin soporte: %d (parámetro: %d)"
6315
#: plugin/oldlibdrizzle/errmsg.cc:66
6317
msgid "Shared memory: %-.100s"
6318
msgstr "Memoria compartida: %-.100s"
6320
#: plugin/oldlibdrizzle/errmsg.cc:76
6321
msgid "Wrong or unknown protocol"
6322
msgstr "Protocolo desconocido o equivocado"
6324
#: plugin/oldlibdrizzle/errmsg.cc:77
6325
msgid "Invalid connection handle"
6326
msgstr "Tirador de conexion no valido"
6328
#: plugin/oldlibdrizzle/errmsg.cc:78
6330
"Connection using old (pre-4.1.1) authentication protocol refused (client "
6331
"option 'secure_auth' enabled)"
6333
"Conexión con antigua (anteriores a 4.1.1) protocolo de autenticación "
6334
"prohibido (opción de cliente 'secure_auth' habilitado)"
6336
#: plugin/oldlibdrizzle/errmsg.cc:80
6337
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6339
"Recuperación de fila fue cancelado por llamada a drizzle_stmt_close()"
6341
#: plugin/oldlibdrizzle/errmsg.cc:81
6342
msgid "Attempt to read column without prior row fetch"
6343
msgstr "Intento de leer la columna sin haber obtenido una fila"
6345
#: plugin/oldlibdrizzle/errmsg.cc:82
6346
msgid "Prepared statement contains no metadata"
6347
msgstr "La sentencia preparada no contiene metadata"
6349
#: plugin/oldlibdrizzle/errmsg.cc:83
6351
"Attempt to read a row while there is no result set associated with the "
6354
"Intento de leer una fila mientras que no existía un conjunto de resultados "
6355
"asociados a la sentencia"
6357
#: plugin/oldlibdrizzle/errmsg.cc:85
6358
msgid "This feature is not implemented yet"
6359
msgstr "Esta funcionalidad no esta implementada todavia"
6361
#: plugin/oldlibdrizzle/errmsg.cc:86
6364
"Lost connection to Drizzle server while waiting for initial communication "
6365
"packet, system error: %d"
6367
"Se perdio la conexion al servidor Drizzle mientas esparaba para el paquete "
6368
"de comunicacion inicial, error de sistema: %d"
6370
#: plugin/oldlibdrizzle/errmsg.cc:88
6373
"Lost connection to Drizzle server while reading initial communication "
6374
"packet, system error: %d"
6376
"Se perdio la conexion al servidor Drizzle mientras leia el paquete de "
6377
"comunicacion inivial, error de systema: %d"
6379
#: plugin/oldlibdrizzle/errmsg.cc:90
6382
"Lost connection to Drizzle server while sending authentication information, "
6385
"Se perdio la conexion al servidor Drizzle mientras se enviaba informacion de "
6386
"autenticacion, error de sistema: %d"
6388
#: plugin/oldlibdrizzle/errmsg.cc:92
6391
"Lost connection to Drizzle server while reading authorization information, "
6394
"Se perdio la conexion al servidor Drizzle mientras se leia la informacion de "
6395
"autorizacion, error de sistema: %d"
6397
#: plugin/oldlibdrizzle/errmsg.cc:94
6400
"Lost connection to Drizzle server while setting initial database, system "
6403
"Se perdio la conexion al servidor Drizzle mientras se establecia la base de "
6404
"datos inicial, error de sistema: %d"
6406
#: plugin/oldlibdrizzle/errmsg.cc:96
6408
msgid "Statement closed indirectly because of a preceding %s() call"
6411
#: plugin/pool_of_threads/pool_of_threads.cc:204
6412
msgid "event_add error in libevent_add_session_callback\n"
6415
#: plugin/pool_of_threads/pool_of_threads.cc:346
6416
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6419
#: plugin/pool_of_threads/pool_of_threads.cc:353
6420
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6423
#: plugin/pool_of_threads/pool_of_threads.cc:365
6424
msgid "session_add_event event_add error in libevent_init\n"
6427
#: plugin/pool_of_threads/pool_of_threads.cc:378
6429
msgid "Can't create completion port thread (error %d)"
6432
#: plugin/pool_of_threads/pool_of_threads.cc:462
6433
msgid "libevent_thread_proc: my_thread_init() failed\n"
6436
#: plugin/pool_of_threads/pool_of_threads.cc:642
6437
msgid "Size of Pool."
6440
#: plugin/signal_handler/signal_handler.cc:212
6442
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6444
"No se pudo crear hilo de ejecucion de interrupcion (error %d, errno: %d)"
6446
#~ msgid "Use old, non-optimized alter table."
6447
#~ msgstr "Utililza el alter table viejo, no optimizado."
6450
#~ msgid "Plugin '%s' init function returned error."
6451
#~ msgstr "La funcion init del plugin '%s' a retornado un error."