1034
#: ../client/drizzledump.cc:486
1034
#: ../client/drizzledump.cc:485
1036
1036
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
1037
1037
"extended-insert and --disable-keys."
1040
#: ../client/drizzledump.cc:487
1040
#: ../client/drizzledump.cc:486
1041
1041
msgid "Overrides option --databases (-B)."
1044
#: ../client/drizzledump.cc:489
1044
#: ../client/drizzledump.cc:488
1045
1045
msgid "Number of rows before each output progress report (requires --verbose)."
1047
1047
"Number of rows before each output progress report (requires --verbose)."
1049
#: ../client/drizzledump.cc:491
1049
#: ../client/drizzledump.cc:490
1050
1050
msgid "Print info about the various stages."
1053
#: ../client/drizzledump.cc:492
1054
msgid "Turn off Comments"
1053
1057
#: ../client/drizzledump.cc:493
1054
msgid "Turn off Comments"
1059
msgid "Turn off create-options"
1060
msgstr "Wrong create options"
1057
1062
#: ../client/drizzledump.cc:494
1059
msgid "Turn off create-options"
1060
msgstr "Wrong create options"
1063
msgid "Turn off extended-insert"
1062
1066
#: ../client/drizzledump.cc:495
1063
msgid "Turn off extended-insert"
1067
msgid "Turn off dump date at the end of the output"
1066
1070
#: ../client/drizzledump.cc:496
1067
msgid "Turn off dump date at the end of the output"
1070
#: ../client/drizzledump.cc:497
1072
1072
msgid "Do not read from the configuration files"
1073
1073
msgstr "Got a read error from the connection pipe"
1075
#: ../client/drizzledump.cc:502
1076
msgid "Add a 'DROP DATABASE' before each create."
1075
1079
#: ../client/drizzledump.cc:503
1076
msgid "Add a 'DROP DATABASE' before each create."
1079
#: ../client/drizzledump.cc:504
1080
1080
msgid "Do not add a 'drop table' before each create."
1083
#: ../client/drizzledump.cc:506
1083
#: ../client/drizzledump.cc:505
1085
1085
"Give less verbose output (useful for debugging). Disables structure comments "
1086
1086
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1087
1087
"set-names --skip-disable-keys"
1090
#: ../client/drizzledump.cc:508
1090
#: ../client/drizzledump.cc:507
1092
1092
"To dump several databases. Note the difference in usage; In this case no "
1093
1093
"tables are given. All name arguments are regarded as databasenames. 'USE "
1094
1094
"db_name;' will be included in the output."
1097
#: ../client/drizzledump.cc:510
1097
#: ../client/drizzledump.cc:509
1099
1099
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
1100
1100
"will not be put in the output."
1103
#: ../client/drizzledump.cc:512
1103
#: ../client/drizzledump.cc:511
1105
1105
"Do not dump the specified table. To specify more than one table to ignore, "
1106
1106
"use the directive multiple times, once for each table. Each table must be "
1111
#: ../client/drizzledump.cc:514
1111
#: ../client/drizzledump.cc:513
1112
1112
msgid "Insert rows with INSERT IGNORE."
1115
#: ../client/drizzledump.cc:516
1115
#: ../client/drizzledump.cc:515
1116
1116
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
1119
#: ../client/drizzledump.cc:518
1119
#: ../client/drizzledump.cc:517
1121
1121
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1122
1122
"above line will be added otherwise, if --databases or --all-databases option "
1126
#: ../client/drizzledump.cc:520
1126
#: ../client/drizzledump.cc:519
1127
1127
msgid "No row information."
1130
#: ../client/drizzledump.cc:522
1130
#: ../client/drizzledump.cc:521
1131
1131
msgid "Use REPLACE INTO instead of INSERT INTO."
1134
#: ../client/drizzledump.cc:524
1134
#: ../client/drizzledump.cc:523
1135
1135
msgid "Where to send output to (stdout|database"
1138
#: ../client/drizzledump.cc:526
1138
#: ../client/drizzledump.cc:525
1140
1140
"Hostname for destination db server (requires --destination-type=database)"
1143
#: ../client/drizzledump.cc:528
1143
#: ../client/drizzledump.cc:527
1145
1145
"Port number for destination db server (requires --destination-type=database)"
1148
#: ../client/drizzledump.cc:530
1148
#: ../client/drizzledump.cc:529
1150
1150
"User name for destination db server (resquires --destination-type=database)"
1153
#: ../client/drizzledump.cc:532
1153
#: ../client/drizzledump.cc:531
1155
1155
"Password for destination db server (requires --destination-type=database)"
1158
#: ../client/drizzledump.cc:534
1158
#: ../client/drizzledump.cc:533
1160
1160
"The database in the destination db server (requires --destination-"
1161
1161
"type=database, not for use with --all-databases)"
1164
#: ../client/drizzledump.cc:536
1164
#: ../client/drizzledump.cc:535
1166
1166
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1170
#: ../client/drizzledump.cc:542
1170
#: ../client/drizzledump.cc:541
1171
1171
msgid "Connect to host."
1172
1172
msgstr "Connect to host."
1174
#: ../client/drizzledump.cc:544
1174
#: ../client/drizzledump.cc:543
1177
1177
"Password to use when connecting to server. If password is not given it's "
1180
1180
"Password to use when connecting to server. If password is not given it's "
1181
1181
"asked from the tty."
1183
#: ../client/drizzledump.cc:546
1183
#: ../client/drizzledump.cc:545
1184
1184
#: ../plugin/transaction_log/utilities/transaction_reader.cc:650
1186
1186
msgid "Port number to use for connection."
1187
1187
msgstr "Socket file to use for connection."
1189
#: ../client/drizzledump.cc:550
1189
#: ../client/drizzledump.cc:549
1190
1190
#: ../plugin/transaction_log/utilities/transaction_reader.cc:654
1192
1192
msgid "The protocol of connection (mysql or drizzle)."
1193
1193
msgstr "The protocol of connection (tcp,socket,pipe,memory)."
1195
#: ../client/drizzledump.cc:553
1195
#: ../client/drizzledump.cc:552
1196
1196
msgid "Hidden Options"
1199
#: ../client/drizzledump.cc:554
1201
msgid "Used to select the database"
1202
msgstr "Path to the database root."
1199
1204
#: ../client/drizzledump.cc:555
1201
msgid "Used to select the database"
1202
msgstr "Path to the database root."
1204
#: ../client/drizzledump.cc:556
1205
1205
msgid "Used to select the tables"
1208
#: ../client/drizzledump.cc:559
1208
#: ../client/drizzledump.cc:558
1209
1209
msgid "Allowed Options + Hidden Options"
1212
#: ../client/drizzledump.cc:623
1212
#: ../client/drizzledump.cc:622
1213
1213
#, fuzzy, c-format
1214
1214
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1215
1215
msgstr "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
1217
#: ../client/drizzledump.cc:627
1219
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1220
"and you are welcome to modify and redistribute it under the GPL license\n"
1222
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1223
"and you are welcome to modify and redistribute it under the GPL license\n"
1217
1225
#: ../client/drizzledump.cc:628
1219
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1220
"and you are welcome to modify and redistribute it under the GPL license\n"
1222
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1223
"and you are welcome to modify and redistribute it under the GPL license\n"
1225
#: ../client/drizzledump.cc:629
1226
1226
msgid "Dumps definitions and data from a Drizzle database server"
1227
1227
msgstr "Dumps definitions and data from a Drizzle database server"
1229
#: ../client/drizzledump.cc:630
1229
#: ../client/drizzledump.cc:629
1231
1231
msgid "Usage: %s [OPTIONS] database [tables]\n"
1232
1232
msgstr "Usage: %s [OPTIONS] database [tables]\n"
1234
#: ../client/drizzledump.cc:631
1234
#: ../client/drizzledump.cc:630
1236
1236
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1237
1237
msgstr "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1239
#: ../client/drizzledump.cc:633
1239
#: ../client/drizzledump.cc:632
1241
1241
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1242
1242
msgstr "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1244
#: ../client/drizzledump.cc:672 ../client/drizzleimport.cc:484
1245
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5164
1244
#: ../client/drizzledump.cc:671 ../client/drizzleimport.cc:484
1245
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5165
1247
1247
msgid "Value supplied for port is not valid.\n"
1248
1248
msgstr "Value supplied for port is not valid.\n"
1250
#: ../client/drizzledump.cc:727
1250
#: ../client/drizzledump.cc:726
1252
1252
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1253
1253
msgstr "Illegal use of option --ignore-table=<database>.<table>\n"
1388
#: ../drizzled/drizzled.cc:586
1388
#: ../drizzled/drizzled.cc:584
1390
1390
msgid "Set process group ID failed "
1391
1391
msgstr "alloc_root failure."
1393
#: ../drizzled/drizzled.cc:590
1393
#: ../drizzled/drizzled.cc:588
1394
1394
msgid "Set process user ID failed"
1397
#: ../drizzled/drizzled.cc:601
1397
#: ../drizzled/drizzled.cc:599
1399
1399
msgid "Process chroot failed"
1400
1400
msgstr "alloc_root failure."
1402
#: ../drizzled/drizzled.cc:700
1402
#: ../drizzled/drizzled.cc:698
1404
1404
msgid "Invalid Value for auto_increment_increment"
1405
1405
msgstr "Error: Invalid Value for max_input_line"
1407
#: ../drizzled/drizzled.cc:710
1407
#: ../drizzled/drizzled.cc:708
1409
1409
msgid "Invalid Value for auto_increment_offset"
1410
1410
msgstr "Error: Invalid Value for max_input_line"
1412
#: ../drizzled/drizzled.cc:720
1412
#: ../drizzled/drizzled.cc:718
1414
1414
msgid "Invalid Value for completion_type"
1415
1415
msgstr "Error: Invalid Value for opt_sleep"
1417
#: ../drizzled/drizzled.cc:731
1417
#: ../drizzled/drizzled.cc:729
1419
1419
msgid "Invalid Value for div-precision-increment"
1420
1420
msgstr "Error: Invalid Value for connect_timeout"
1422
#: ../drizzled/drizzled.cc:741
1422
#: ../drizzled/drizzled.cc:739
1424
1424
msgid "Invalid Value for group_concat_max_len"
1425
1425
msgstr "Error: Invalid Value for opt_tail_lines"
1427
#: ../drizzled/drizzled.cc:751
1427
#: ../drizzled/drizzled.cc:749
1429
1429
msgid "Invalid Value for join_buffer_size"
1430
1430
msgstr "Error: Invalid Value for max_input_line"
1432
#: ../drizzled/drizzled.cc:762
1432
#: ../drizzled/drizzled.cc:760
1434
1434
msgid "Invalid Value for max_allowed_packet"
1435
1435
msgstr "Error: Invalid Value for max_input_line"
1437
#: ../drizzled/drizzled.cc:773
1437
#: ../drizzled/drizzled.cc:771
1439
1439
msgid "Invalid Value for max_error_count"
1440
1440
msgstr "Error: Invalid Value for max_input_line"
1442
#: ../drizzled/drizzled.cc:783
1442
#: ../drizzled/drizzled.cc:781
1444
1444
msgid "Invalid Value for max_heap_table_size"
1445
1445
msgstr "Error: Invalid Value for max_input_line"
1447
#: ../drizzled/drizzled.cc:794
1447
#: ../drizzled/drizzled.cc:792
1449
1449
msgid "Invalid Value for min_examined_row_limit"
1450
1450
msgstr "Error: Invalid Value for max_input_line"
1452
#: ../drizzled/drizzled.cc:804
1452
#: ../drizzled/drizzled.cc:802
1454
1454
msgid "Invalid Value for max_join_size"
1455
1455
msgstr "Error: Invalid Value for max_input_line"
1457
#: ../drizzled/drizzled.cc:814
1457
#: ../drizzled/drizzled.cc:812
1459
1459
msgid "Invalid Value for max_length_for_sort_data"
1460
1460
msgstr "Error: Invalid Value for max_input_line"
1462
#: ../drizzled/drizzled.cc:824
1462
#: ../drizzled/drizzled.cc:822
1464
1464
msgid "Invalid Value for max_seeks_for_key"
1465
1465
msgstr "Error: Invalid Value for max_input_line"
1467
#: ../drizzled/drizzled.cc:834
1467
#: ../drizzled/drizzled.cc:832
1469
1469
msgid "Invalid Value for max_sort_length"
1470
1470
msgstr "Error: Invalid Value for max_input_line"
1472
#: ../drizzled/drizzled.cc:844
1472
#: ../drizzled/drizzled.cc:842
1474
1474
msgid "Invalid Value for optimizer_search_depth"
1475
1475
msgstr "Error: Invalid Value for opt_sleep"
1477
#: ../drizzled/drizzled.cc:854
1477
#: ../drizzled/drizzled.cc:852
1479
1479
msgid "Invalid Value for preload_buff_size"
1480
1480
msgstr "Error: Invalid Value for max_input_line"
1482
#: ../drizzled/drizzled.cc:864
1482
#: ../drizzled/drizzled.cc:862
1484
1484
msgid "Invalid Value for query_alloc_block_size"
1485
1485
msgstr "Error: Invalid Value for opt_tail_lines"
1487
#: ../drizzled/drizzled.cc:875
1487
#: ../drizzled/drizzled.cc:873
1489
1489
msgid "Invalid Value for query_prealloc_size"
1490
1490
msgstr "Error: Invalid Value for opt_tail_lines"
1492
#: ../drizzled/drizzled.cc:886
1492
#: ../drizzled/drizzled.cc:884
1494
1494
msgid "Invalid Value for range_alloc_block_size"
1495
1495
msgstr "Error: Invalid Value for opt_tail_lines"
1497
#: ../drizzled/drizzled.cc:897
1497
#: ../drizzled/drizzled.cc:895
1499
1499
msgid "Invalid Value for read_buff_size"
1500
1500
msgstr "Error: Invalid Value for max_input_line"
1502
#: ../drizzled/drizzled.cc:908
1502
#: ../drizzled/drizzled.cc:906
1504
1504
msgid "Invalid Value for read_rnd_buff_size"
1505
1505
msgstr "Error: Invalid Value for max_input_line"
1507
#: ../drizzled/drizzled.cc:918
1507
#: ../drizzled/drizzled.cc:916
1509
1509
msgid "Invalid Value for sort_buff_size"
1510
1510
msgstr "Error: Invalid Value for opt_sleep"
1512
#: ../drizzled/drizzled.cc:928
1512
#: ../drizzled/drizzled.cc:926
1514
1514
msgid "Invalid Value for table_def_size"
1515
1515
msgstr "Error: Invalid Value for opt_tail_lines"
1517
#: ../drizzled/drizzled.cc:938
1517
#: ../drizzled/drizzled.cc:936
1519
1519
msgid "Invalid Value for table_cache_size"
1520
1520
msgstr "Error: Invalid Value for opt_tail_lines"
1522
#: ../drizzled/drizzled.cc:948 ../drizzled/drizzled.cc:963
1522
#: ../drizzled/drizzled.cc:946 ../drizzled/drizzled.cc:961
1524
1524
msgid "Invalid Value for table_lock_wait_timeout"
1525
1525
msgstr "Error: Invalid Value for connect_timeout"
1527
#: ../drizzled/drizzled.cc:973
1527
#: ../drizzled/drizzled.cc:971
1529
1529
"Invalid Value for transaction_message_threshold valid values are between "
1530
1530
"131072 - 1048576 bytes"
1533
#: ../drizzled/drizzled.cc:1041
1533
#: ../drizzled/drizzled.cc:1039
1535
1535
msgid "gethostname failed, using '%s' as hostname"
1536
1536
msgstr "gethostname failed, using '%s' as hostname"
1538
#: ../drizzled/drizzled.cc:1053
1540
msgid "Display help and exit."
1541
msgstr "Display this help and exit."
1538
1543
#: ../drizzled/drizzled.cc:1055
1540
msgid "Display help and exit."
1541
msgstr "Display this help and exit."
1543
#: ../drizzled/drizzled.cc:1057
1544
1544
msgid "Run as a daemon."
1547
#: ../drizzled/drizzled.cc:1059 ../drizzled/drizzled.cc:1678
1547
#: ../drizzled/drizzled.cc:1057 ../drizzled/drizzled.cc:1676
1548
1548
msgid "Run drizzled daemon as user."
1549
1549
msgstr "Run drizzled daemon as user."
1551
#: ../drizzled/drizzled.cc:1061
1551
#: ../drizzled/drizzled.cc:1059
1553
1553
msgid "Print version information and exit."
1554
1554
msgstr "Output version information and exit."
1556
#: ../drizzled/drizzled.cc:1066
1558
msgid "Configuration file to use"
1559
msgstr "Configuration file '%-.192s' is too big"
1556
1561
#: ../drizzled/drizzled.cc:1068
1558
msgid "Configuration file to use"
1559
msgstr "Configuration file '%-.192s' is too big"
1561
#: ../drizzled/drizzled.cc:1070
1562
1562
msgid "Base location for config files"
1565
#: ../drizzled/drizzled.cc:1072 ../drizzled/drizzled.cc:1770
1565
#: ../drizzled/drizzled.cc:1070 ../drizzled/drizzled.cc:1768
1566
1566
msgid "Directory for plugins."
1567
1567
msgstr "Directory for plugins."
1569
#: ../drizzled/drizzled.cc:1077 ../drizzled/drizzled.cc:1774
1569
#: ../drizzled/drizzled.cc:1075 ../drizzled/drizzled.cc:1772
1571
1571
"Optional comma separated list of plugins to load at startup in addition to "
1572
1572
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1592
1592
"Optional comma separated list of plugins to load at start-up instead of the "
1593
1593
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1595
#: ../drizzled/drizzled.cc:1092 ../drizzled/drizzled.cc:1590
1595
#: ../drizzled/drizzled.cc:1090 ../drizzled/drizzled.cc:1588
1596
1596
msgid "Auto-increment columns are incremented by this"
1597
1597
msgstr "Auto-increment columns are incremented by this"
1599
#: ../drizzled/drizzled.cc:1094 ../drizzled/drizzled.cc:1595
1601
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1604
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1607
#: ../drizzled/drizzled.cc:1096 ../drizzled/drizzled.cc:1601
1609
"Path to installation directory. All paths are usually resolved relative to "
1612
"Path to installation directory. All paths are usually resolved relative to "
1615
#: ../drizzled/drizzled.cc:1099 ../drizzled/drizzled.cc:1606
1599
#: ../drizzled/drizzled.cc:1092 ../drizzled/drizzled.cc:1593
1601
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1604
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1607
#: ../drizzled/drizzled.cc:1094 ../drizzled/drizzled.cc:1599
1609
"Path to installation directory. All paths are usually resolved relative to "
1612
"Path to installation directory. All paths are usually resolved relative to "
1615
#: ../drizzled/drizzled.cc:1097 ../drizzled/drizzled.cc:1604
1616
1616
msgid "Chroot drizzled daemon during startup."
1617
1617
msgstr "Chroot drizzled daemon during start-up."
1619
#: ../drizzled/drizzled.cc:1101
1619
#: ../drizzled/drizzled.cc:1099
1620
1620
msgid "Set the default collation."
1621
1621
msgstr "Set the default collation."
1623
#: ../drizzled/drizzled.cc:1103 ../drizzled/drizzled.cc:1610
1623
#: ../drizzled/drizzled.cc:1101 ../drizzled/drizzled.cc:1608
1624
1624
msgid "Default completion type."
1625
1625
msgstr "Default completion type."
1627
#: ../drizzled/drizzled.cc:1104 ../drizzled/drizzled.cc:1615
1627
#: ../drizzled/drizzled.cc:1102 ../drizzled/drizzled.cc:1613
1628
1628
msgid "Write core on errors."
1629
1629
msgstr "Write core on errors."
1631
#: ../drizzled/drizzled.cc:1106 ../drizzled/drizzled.cc:1619
1631
#: ../drizzled/drizzled.cc:1104 ../drizzled/drizzled.cc:1617
1632
1632
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4772
1633
1633
msgid "Path to the database root."
1634
1634
msgstr "Path to the database root."
1636
#: ../drizzled/drizzled.cc:1108
1636
#: ../drizzled/drizzled.cc:1106
1638
1638
msgid "Set the default storage engine for tables."
1639
1639
msgstr "Set the default storage engine (table type) for tables."
1641
#: ../drizzled/drizzled.cc:1110
1641
#: ../drizzled/drizzled.cc:1108
1642
1642
msgid "Set the default time zone."
1643
1643
msgstr "Set the default time zone."
1645
#: ../drizzled/drizzled.cc:1112 ../drizzled/drizzled.cc:1623
1645
#: ../drizzled/drizzled.cc:1110 ../drizzled/drizzled.cc:1621
1646
1646
msgid "Used for debugging; Use at your own risk!"
1647
1647
msgstr "Used for debugging; Use at your own risk!"
1649
#: ../drizzled/drizzled.cc:1114 ../drizzled/drizzled.cc:1628
1649
#: ../drizzled/drizzled.cc:1112 ../drizzled/drizzled.cc:1626
1650
1650
msgid "Set up signals usable for debugging"
1651
1651
msgstr "Set up signals usable for debugging"
1653
#: ../drizzled/drizzled.cc:1116
1653
#: ../drizzled/drizzled.cc:1114
1654
1654
msgid "Set the language used for the month names and the days of the week."
1655
1655
msgstr "Set the language used for the month names and the days of the week."
1657
#: ../drizzled/drizzled.cc:1118 ../drizzled/drizzled.cc:1632
1657
#: ../drizzled/drizzled.cc:1116 ../drizzled/drizzled.cc:1630
1658
1658
msgid "Log some not critical warnings to the log file."
1659
1659
msgstr "Log some not critical warnings to the log file."
1661
#: ../drizzled/drizzled.cc:1120 ../drizzled/drizzled.cc:1637
1661
#: ../drizzled/drizzled.cc:1118 ../drizzled/drizzled.cc:1635
1663
1663
msgid "Pid file used by drizzled."
1664
1664
msgstr "Pid file used by safe_mysqld."
1666
#: ../drizzled/drizzled.cc:1120
1668
msgid "Maximum time in seconds to wait for the port to become free. "
1670
"Maximum time in seconds to wait for the port to become free. (Default: no "
1666
1673
#: ../drizzled/drizzled.cc:1122
1668
msgid "Maximum time in seconds to wait for the port to become free. "
1670
"Maximum time in seconds to wait for the port to become free. (Default: no "
1673
#: ../drizzled/drizzled.cc:1124
1674
1674
msgid "Include the SQL query in replicated protobuf messages."
1677
#: ../drizzled/drizzled.cc:1126 ../drizzled/drizzled.cc:1646
1679
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1680
"specified directory"
1682
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1683
"specified directory"
1685
#: ../drizzled/drizzled.cc:1129 ../drizzled/drizzled.cc:1651
1687
"Uniquely identifies the server instance in the community of replication "
1690
"Uniquely identifies the server instance in the community of replication "
1693
#: ../drizzled/drizzled.cc:1132 ../drizzled/drizzled.cc:1656
1677
#: ../drizzled/drizzled.cc:1124 ../drizzled/drizzled.cc:1644
1679
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1680
"specified directory"
1682
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1683
"specified directory"
1685
#: ../drizzled/drizzled.cc:1127 ../drizzled/drizzled.cc:1649
1687
"Uniquely identifies the server instance in the community of replication "
1690
"Uniquely identifies the server instance in the community of replication "
1693
#: ../drizzled/drizzled.cc:1130 ../drizzled/drizzled.cc:1654
1694
1694
msgid "Don't print a stack trace on failure."
1695
1695
msgstr "Don't print a stack trace on failure."
1697
#: ../drizzled/drizzled.cc:1134 ../drizzled/drizzled.cc:1660
1697
#: ../drizzled/drizzled.cc:1132 ../drizzled/drizzled.cc:1658
1698
1698
msgid "Enable symbolic link support."
1699
1699
msgstr "Enable symbolic link support."
1701
#: ../drizzled/drizzled.cc:1136 ../drizzled/drizzled.cc:1669
1701
#: ../drizzled/drizzled.cc:1134 ../drizzled/drizzled.cc:1667
1703
1703
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1705
1705
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1707
#: ../drizzled/drizzled.cc:1139
1707
#: ../drizzled/drizzled.cc:1137
1708
1708
msgid "Path for temporary files."
1709
1709
msgstr "Path for temporary files."
1711
#: ../drizzled/drizzled.cc:1141 ../drizzled/drizzled.cc:1674
1711
#: ../drizzled/drizzled.cc:1139 ../drizzled/drizzled.cc:1672
1712
1712
msgid "Default transaction isolation level."
1713
1713
msgstr "Default transaction isolation level."
1715
#: ../drizzled/drizzled.cc:1143
1715
#: ../drizzled/drizzled.cc:1141
1717
1717
"Max message size written to transaction log, valid values 131072 - 1048576 "
1721
#: ../drizzled/drizzled.cc:1145 ../drizzled/drizzled.cc:1682
1723
"The number of outstanding connection requests Drizzle can have. This comes "
1724
"into play when the main Drizzle thread gets very many connection requests in "
1725
"a very short time."
1727
"The number of outstanding connection requests Drizzle can have. This comes "
1728
"into play when the main Drizzle thread gets very many connection requests in "
1729
"a very short time."
1731
#: ../drizzled/drizzled.cc:1150 ../drizzled/drizzled.cc:1688
1733
"Size of tree cache used in bulk insert optimization. Note that this is a "
1736
"Size of tree cache used in bulk insert optimization. Note that this is a "
1739
#: ../drizzled/drizzled.cc:1153 ../drizzled/drizzled.cc:1694
1741
"Precision of the result of '/' operator will be increased on that value."
1743
"Precision of the result of '/' operator will be increased on that value."
1745
#: ../drizzled/drizzled.cc:1156
1721
#: ../drizzled/drizzled.cc:1143 ../drizzled/drizzled.cc:1680
1723
"The number of outstanding connection requests Drizzle can have. This comes "
1724
"into play when the main Drizzle thread gets very many connection requests in "
1725
"a very short time."
1727
"The number of outstanding connection requests Drizzle can have. This comes "
1728
"into play when the main Drizzle thread gets very many connection requests in "
1729
"a very short time."
1731
#: ../drizzled/drizzled.cc:1148 ../drizzled/drizzled.cc:1686
1733
"Size of tree cache used in bulk insert optimization. Note that this is a "
1736
"Size of tree cache used in bulk insert optimization. Note that this is a "
1739
#: ../drizzled/drizzled.cc:1151 ../drizzled/drizzled.cc:1692
1741
"Precision of the result of '/' operator will be increased on that value."
1743
"Precision of the result of '/' operator will be increased on that value."
1745
#: ../drizzled/drizzled.cc:1154
1746
1746
msgid "The maximum length of the result of function group_concat."
1747
1747
msgstr "The maximum length of the result of function group_concat."
1749
#: ../drizzled/drizzled.cc:1158 ../drizzled/drizzled.cc:1700
1749
#: ../drizzled/drizzled.cc:1156 ../drizzled/drizzled.cc:1698
1750
1750
msgid "The size of the buffer that is used for full joins."
1751
1751
msgstr "The size of the buffer that is used for full joins."
1753
#: ../drizzled/drizzled.cc:1161
1753
#: ../drizzled/drizzled.cc:1159
1755
1755
"A global cap on the amount of memory that can be allocated by session join "
1756
1756
"buffers (0 means unlimited)"
1759
#: ../drizzled/drizzled.cc:1163 ../drizzled/drizzled.cc:1706
1759
#: ../drizzled/drizzled.cc:1161 ../drizzled/drizzled.cc:1704
1760
1760
msgid "Max packetlength to send/receive from to server."
1761
1761
msgstr "Max packetlength to send/receive from to server."
1763
#: ../drizzled/drizzled.cc:1165
1763
#: ../drizzled/drizzled.cc:1163
1764
1764
msgid "Max number of errors/warnings to store for a statement."
1765
1765
msgstr "Max number of errors/warnings to store for a statement."
1767
#: ../drizzled/drizzled.cc:1167 ../drizzled/drizzled.cc:1711
1767
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1709
1768
1768
msgid "Don't allow creation of heap tables bigger than this."
1769
1769
msgstr "Don't allow creation of heap tables bigger than this."
1771
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1717
1771
#: ../drizzled/drizzled.cc:1167 ../drizzled/drizzled.cc:1715
1773
1773
"Joins that are probably going to read more than max_join_size records return "
1914
1914
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1915
1915
"automatically convert it to an on-disk MyISAM table."
1917
#: ../drizzled/drizzled.cc:1245
1917
#: ../drizzled/drizzled.cc:1243
1919
1919
"The verbosity of messages from drizzled. Possible values are INSPECT, INFO, "
1920
1920
"WARN or ERROR"
1923
#: ../drizzled/drizzled.cc:1269
1923
#: ../drizzled/drizzled.cc:1267
1925
1925
msgid "Duplicate entry for command line option"
1926
1926
msgstr "Duplicate key on write or update"
1928
#: ../drizzled/drizzled.cc:1342
1928
#: ../drizzled/drizzled.cc:1340
1930
1930
msgid "Failed to initialize plugins"
1931
1931
msgstr "Failed to initialise plugins."
1933
#: ../drizzled/drizzled.cc:1411
1933
#: ../drizzled/drizzled.cc:1409
1935
1935
msgid "Error getting default charset"
1936
1936
msgstr "Set the default character set."
1938
#: ../drizzled/drizzled.cc:1426
1938
#: ../drizzled/drizzled.cc:1424
1940
1940
msgid "Error setting collation"
1941
1941
msgstr "Error connecting to slave:"
1943
#: ../drizzled/drizzled.cc:1433
1943
#: ../drizzled/drizzled.cc:1431
1945
1945
msgid "Unknown locale: '%s'"
1946
1946
msgstr "Unknown locale: '%s'"
1948
#: ../drizzled/drizzled.cc:1485
1948
#: ../drizzled/drizzled.cc:1483
1950
1950
msgid "No scheduler found"
1951
1951
msgstr "No scheduler found, cannot continue!\n"
1953
#: ../drizzled/drizzled.cc:1503
1953
#: ../drizzled/drizzled.cc:1501
1955
1955
msgid "Unknown/unsupported storage engine: "
1956
1956
msgstr "Unknown/unsupported storage engine: %s"
1958
#: ../drizzled/drizzled.cc:1641
1958
#: ../drizzled/drizzled.cc:1639
1960
1960
"Maximum time in seconds to wait for the port to become free. (Default: no "
2002
2002
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2003
2003
"command line\n"
2005
#: ../drizzled/drizzled.cc:2007
2005
#: ../drizzled/drizzled.cc:2005
2006
2006
msgid "sort-heap-threshold cannot be less than sort-buffer-size"
2009
#: ../drizzled/drizzled.cc:2018
2009
#: ../drizzled/drizzled.cc:2016
2010
2010
msgid "join-heap-threshold cannot be less than join-buffer-size"
2013
#: ../drizzled/drizzled.cc:2029
2013
#: ../drizzled/drizzled.cc:2027
2014
2014
msgid "read-rnd-threshold cannot be less than read-rnd-buffer-size"
2017
#: ../drizzled/drizzled.cc:2040
2017
#: ../drizzled/drizzled.cc:2038
2018
2018
msgid "read-buffer-threshold cannot be less than read-buffer-size"
2021
#: ../drizzled/error.cc:211
2021
#: ../drizzled/error.cc:188
2023
2023
msgid "Unknown error %d"
2024
2024
msgstr "Unknown error %d"
2026
#: ../drizzled/error.cc:280
2026
#: ../drizzled/error.cc:257
2027
2027
msgid "SUCCESS"
2030
#: ../drizzled/error.cc:281
2030
#: ../drizzled/error.cc:258
2031
2031
msgid "Error on first"
2034
#: ../drizzled/error.cc:282
2034
#: ../drizzled/error.cc:259
2038
#: ../drizzled/error.cc:283
2038
#: ../drizzled/error.cc:260
2042
#: ../drizzled/error.cc:284
2042
#: ../drizzled/error.cc:261
2044
2044
msgid "Can't create file '%-.200s' (errno: %d)"
2045
2045
msgstr "Can't create file '%-.200s' (errno: %d)"
2047
#: ../drizzled/error.cc:285
2047
#: ../drizzled/error.cc:262
2049
2049
msgid "Can't create table '%-.200s' (errno: %d)"
2050
2050
msgstr "Can't create table '%-.200s' (errno: %d)"
2052
#: ../drizzled/error.cc:286
2052
#: ../drizzled/error.cc:263
2053
2053
#, fuzzy, c-format
2054
2054
msgid "Can't create schema '%-.192s' (errno: %d)"
2055
2055
msgstr "Can't create database '%-.192s' (errno: %d)"
2057
#: ../drizzled/error.cc:287
2057
#: ../drizzled/error.cc:264
2058
2058
#, fuzzy, c-format
2059
2059
msgid "Can't create schema '%-.192s'; schema exists"
2060
2060
msgstr "Can't create database '%-.192s'; database exists"
2062
#: ../drizzled/error.cc:288
2062
#: ../drizzled/error.cc:265
2063
2063
#, fuzzy, c-format
2064
2064
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
2065
2065
msgstr "Can't drop database '%-.192s'; database doesn't exist"
2067
#: ../drizzled/error.cc:289
2067
#: ../drizzled/error.cc:266
2069
2069
msgid "Error on delete of '%-.192s' (errno: %d)"
2070
2070
msgstr "Error on delete of '%-.192s' (errno: %d)"
2072
#: ../drizzled/error.cc:290
2072
#: ../drizzled/error.cc:267
2074
2074
msgid "Can't get status of '%-.200s' (errno: %d)"
2075
2075
msgstr "Can't get status of '%-.200s' (errno: %d)"
2077
#: ../drizzled/error.cc:291
2077
#: ../drizzled/error.cc:268
2079
2079
msgid "Can't lock file (errno: %d)"
2080
2080
msgstr "Can't lock file (errno: %d)"
2082
#: ../drizzled/error.cc:292
2082
#: ../drizzled/error.cc:269
2084
2084
msgid "Can't open file: '%-.200s' (errno: %d)"
2085
2085
msgstr "Can't open file: '%-.200s' (errno: %d)"
2087
#: ../drizzled/error.cc:293
2087
#: ../drizzled/error.cc:270
2089
2089
msgid "Can't find file: '%-.200s' (errno: %d)"
2090
2090
msgstr "Can't find file: '%-.200s' (errno: %d)"
2092
#: ../drizzled/error.cc:294
2092
#: ../drizzled/error.cc:271
2094
2094
msgid "Can't read dir of '%-.192s' (errno: %d)"
2095
2095
msgstr "Can't read dir of '%-.192s' (errno: %d)"
2097
#: ../drizzled/error.cc:295
2097
#: ../drizzled/error.cc:272
2099
2099
msgid "Record has changed since last read in table '%-.192s'"
2100
2100
msgstr "Record has changed since last read in table '%-.192s'"
2102
#: ../drizzled/error.cc:296
2102
#: ../drizzled/error.cc:273
2104
2104
msgid "Disk full (%s); waiting for someone to free some space..."
2105
2105
msgstr "Disk full (%s); waiting for someone to free some space..."
2107
#: ../drizzled/error.cc:297
2107
#: ../drizzled/error.cc:274
2109
2109
msgid "Can't write; duplicate key in table '%-.192s'"
2110
2110
msgstr "Can't write; duplicate key in table '%-.192s'"
2112
#: ../drizzled/error.cc:298
2112
#: ../drizzled/error.cc:275
2114
2114
msgid "Error on close of '%-.192s' (errno: %d)"
2115
2115
msgstr "Error on close of '%-.192s' (errno: %d)"
2117
#: ../drizzled/error.cc:299
2117
#: ../drizzled/error.cc:276
2119
2119
msgid "Error reading file '%-.200s' (errno: %d)"
2120
2120
msgstr "Error reading file '%-.200s' (errno: %d)"
2122
#: ../drizzled/error.cc:300
2122
#: ../drizzled/error.cc:277
2124
2124
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2125
2125
msgstr "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2127
#: ../drizzled/error.cc:301
2127
#: ../drizzled/error.cc:278
2129
2129
msgid "Error writing file '%-.200s' (errno: %d)"
2130
2130
msgstr "Error writing file '%-.200s' (errno: %d)"
2132
#: ../drizzled/error.cc:302
2132
#: ../drizzled/error.cc:279
2134
2134
msgid "'%-.192s' is locked against change"
2135
2135
msgstr "'%-.192s' is locked against change"
2137
#: ../drizzled/error.cc:303
2137
#: ../drizzled/error.cc:280
2138
2138
msgid "Sort aborted"
2139
2139
msgstr "Sort aborted"
2141
#: ../drizzled/error.cc:304
2141
#: ../drizzled/error.cc:281
2143
2143
msgid "Got error %d from storage engine"
2144
2144
msgstr "Got error %d from storage engine"
2146
#: ../drizzled/error.cc:305
2146
#: ../drizzled/error.cc:282
2148
2148
msgid "Table storage engine for '%-.192s' doesn't have this option"
2149
2149
msgstr "Table storage engine for '%-.192s' doesn't have this option"
2151
#: ../drizzled/error.cc:306
2151
#: ../drizzled/error.cc:283
2153
2153
msgid "Can't find record in '%-.192s'"
2154
2154
msgstr "Can't find record in '%-.192s'"
2156
#: ../drizzled/error.cc:307
2156
#: ../drizzled/error.cc:284
2158
2158
msgid "Incorrect information in file: '%-.200s'"
2159
2159
msgstr "Incorrect information in file: '%-.200s'"
2161
#: ../drizzled/error.cc:308
2161
#: ../drizzled/error.cc:285
2163
2163
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2164
2164
msgstr "Incorrect key file for table '%-.200s'; try to repair it"
2166
#: ../drizzled/error.cc:309
2166
#: ../drizzled/error.cc:286
2168
2168
msgid "Old key file for table '%-.192s'; repair it!"
2169
2169
msgstr "Old key file for table '%-.192s'; repair it!"
2171
#: ../drizzled/error.cc:310
2171
#: ../drizzled/error.cc:287
2173
2173
msgid "Table '%-.192s' is read only"
2174
2174
msgstr "Table '%-.192s' is read only"
2176
#: ../drizzled/error.cc:311
2176
#: ../drizzled/error.cc:288
2178
2178
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2179
2179
msgstr "Out of memory; restart server and try again (needed %lu bytes)"
2181
#: ../drizzled/error.cc:312
2181
#: ../drizzled/error.cc:289
2182
2182
msgid "Out of sort memory; increase server sort buffer size"
2183
2183
msgstr "Out of sort memory; increase server sort buffer size"
2185
#: ../drizzled/error.cc:313
2185
#: ../drizzled/error.cc:290
2186
2186
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
2189
#: ../drizzled/error.cc:314
2189
#: ../drizzled/error.cc:291
2190
2190
msgid "Global join memory constraint hit; increase join-heap-threshold"
2193
#: ../drizzled/error.cc:315
2193
#: ../drizzled/error.cc:292
2194
2194
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
2197
#: ../drizzled/error.cc:316
2197
#: ../drizzled/error.cc:293
2198
2198
msgid "Global read memory constraint hit; increase read-buffer-threshold"
2201
#: ../drizzled/error.cc:317
2201
#: ../drizzled/error.cc:294
2203
2203
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2204
2204
msgstr "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2206
#: ../drizzled/error.cc:318
2206
#: ../drizzled/error.cc:295
2207
2207
msgid "Too many connections"
2208
2208
msgstr "Too many connections"
2210
#: ../drizzled/error.cc:319
2210
#: ../drizzled/error.cc:296
2212
2212
"Out of memory; check if drizzled or some other process uses all available "
2213
2213
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2217
2217
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2218
2218
"memory or you can add more swap space"
2220
#: ../drizzled/error.cc:320
2220
#: ../drizzled/error.cc:297
2221
2221
msgid "Can't get hostname for your address"
2222
2222
msgstr "Can't get hostname for your address"
2224
#: ../drizzled/error.cc:321
2224
#: ../drizzled/error.cc:298
2225
2225
msgid "Bad handshake"
2226
2226
msgstr "Bad handshake"
2228
2228
#. Access error messages
2229
#: ../drizzled/error.cc:324
2229
#: ../drizzled/error.cc:301
2230
2230
#, fuzzy, c-format
2231
2231
msgid "Access denied for user '%s' to schema '%s'"
2232
2232
msgstr "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2234
#: ../drizzled/error.cc:325
2234
#: ../drizzled/error.cc:302
2235
2235
#, fuzzy, c-format
2236
2236
msgid "Access denied for user '%s' to table '%s'"
2237
2237
msgstr "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2239
#: ../drizzled/error.cc:326
2239
#: ../drizzled/error.cc:303
2240
2240
#, fuzzy, c-format
2241
2241
msgid "Access denied for user '%s' (using password: %s)"
2242
2242
msgstr "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2244
#: ../drizzled/error.cc:328
2244
#: ../drizzled/error.cc:305
2246
2246
msgid "No schema selected"
2247
2247
msgstr "No database selected"
2249
#: ../drizzled/error.cc:329
2249
#: ../drizzled/error.cc:306
2250
2250
msgid "Unknown command"
2251
2251
msgstr "Unknown command"
2253
#: ../drizzled/error.cc:330
2253
#: ../drizzled/error.cc:307
2255
2255
msgid "Column '%-.192s' cannot be null"
2256
2256
msgstr "Column '%-.192s' cannot be null"
2258
#: ../drizzled/error.cc:331
2258
#: ../drizzled/error.cc:308
2259
2259
#, fuzzy, c-format
2260
2260
msgid "Unknown schema '%-.192s'"
2261
2261
msgstr "Unknown event '%-.192s'"
2263
#: ../drizzled/error.cc:332
2263
#: ../drizzled/error.cc:309
2265
2265
msgid "Table '%-.192s' already exists"
2266
2266
msgstr "Table '%-.192s' already exists"
2268
#: ../drizzled/error.cc:333
2268
#: ../drizzled/error.cc:310
2270
2270
msgid "Unknown table '%-.100s'"
2271
2271
msgstr "Unknown table '%-.100s'"
2273
#: ../drizzled/error.cc:334
2273
#: ../drizzled/error.cc:311
2275
2275
msgid "Column '%-.192s' in %-.192s is ambiguous"
2276
2276
msgstr "Column '%-.192s' in %-.192s is ambiguous"
2278
#: ../drizzled/error.cc:335
2278
#: ../drizzled/error.cc:312
2279
2279
msgid "Server shutdown in progress"
2280
2280
msgstr "Server shutdown in progress"
2282
#: ../drizzled/error.cc:336
2282
#: ../drizzled/error.cc:313
2284
2284
msgid "Unknown column '%-.192s' in '%-.192s'"
2285
2285
msgstr "Unknown column '%-.192s' in '%-.192s'"
2287
#: ../drizzled/error.cc:337
2287
#: ../drizzled/error.cc:314
2289
2289
msgid "'%-.192s' isn't in GROUP BY"
2290
2290
msgstr "'%-.192s' isn't in GROUP BY"
2292
#: ../drizzled/error.cc:338
2292
#: ../drizzled/error.cc:315
2294
2294
msgid "Can't group on '%-.192s'"
2295
2295
msgstr "Can't group on '%-.192s'"
2297
#: ../drizzled/error.cc:339
2297
#: ../drizzled/error.cc:316
2298
2298
msgid "Statement has sum functions and columns in same statement"
2299
2299
msgstr "Statement has sum functions and columns in same statement"
2301
#: ../drizzled/error.cc:340
2301
#: ../drizzled/error.cc:317
2302
2302
msgid "Column count doesn't match value count"
2303
2303
msgstr "Column count doesn't match value count"
2305
#: ../drizzled/error.cc:341
2305
#: ../drizzled/error.cc:318
2307
2307
msgid "Identifier name '%-.100s' is too long"
2308
2308
msgstr "Identifier name '%-.100s' is too long"
2310
#: ../drizzled/error.cc:342
2310
#: ../drizzled/error.cc:319
2312
2312
msgid "Duplicate column name '%-.192s'"
2313
2313
msgstr "Duplicate column name '%-.192s'"
2315
#: ../drizzled/error.cc:343
2315
#: ../drizzled/error.cc:320
2317
2317
msgid "Duplicate key name '%-.192s'"
2318
2318
msgstr "Duplicate key name '%-.192s'"
2320
#: ../drizzled/error.cc:344
2320
#: ../drizzled/error.cc:321
2322
2322
msgid "Duplicate entry '%-.192s' for key %d"
2323
2323
msgstr "Duplicate entry '%-.192s' for key %d"
2325
#: ../drizzled/error.cc:345
2325
#: ../drizzled/error.cc:322
2327
2327
msgid "Incorrect column specifier for column '%-.192s'"
2328
2328
msgstr "Incorrect column specifier for column '%-.192s'"
2330
#: ../drizzled/error.cc:346
2330
#: ../drizzled/error.cc:323
2332
2332
msgid "%s near '%-.80s' at line %d"
2333
2333
msgstr "%s near '%-.80s' at line %d"
2335
#: ../drizzled/error.cc:347
2335
#: ../drizzled/error.cc:324
2337
2337
msgid "Parsing error near '%s'"
2340
#: ../drizzled/error.cc:348
2340
#: ../drizzled/error.cc:325
2341
2341
msgid "Query was empty"
2342
2342
msgstr "Query was empty"
2344
#: ../drizzled/error.cc:349
2344
#: ../drizzled/error.cc:326
2346
2346
msgid "Not unique table/alias: '%-.192s'"
2347
2347
msgstr "Not unique table/alias: '%-.192s'"
2349
#: ../drizzled/error.cc:350
2349
#: ../drizzled/error.cc:327
2351
2351
msgid "Invalid default value for '%-.192s'"
2352
2352
msgstr "Invalid default value for '%-.192s'"
2354
#: ../drizzled/error.cc:351
2354
#: ../drizzled/error.cc:328
2355
2355
msgid "Multiple primary key defined"
2356
2356
msgstr "Multiple primary key defined"
2358
#: ../drizzled/error.cc:352
2358
#: ../drizzled/error.cc:329
2360
2360
msgid "Too many keys specified; max %d keys allowed"
2361
2361
msgstr "Too many keys specified; max %d keys allowed"
2363
#: ../drizzled/error.cc:353
2363
#: ../drizzled/error.cc:330
2365
2365
msgid "Too many key parts specified; max %d parts allowed"
2366
2366
msgstr "Too many key parts specified; max %d parts allowed"
2368
#: ../drizzled/error.cc:354
2368
#: ../drizzled/error.cc:331
2370
2370
msgid "Specified key was too long; max key length is %d bytes"
2371
2371
msgstr "Specified key was too long; max key length is %d bytes"
2373
#: ../drizzled/error.cc:355
2373
#: ../drizzled/error.cc:332
2375
2375
msgid "Key column '%-.192s' doesn't exist in table"
2376
2376
msgstr "Key column '%-.192s' doesn't exist in table"
2378
#: ../drizzled/error.cc:356
2381
"BLOB column '%-.192s' can't be used in key specification with the used table "
2384
"BLOB column '%-.192s' can't be used in key specification with the used table "
2387
#: ../drizzled/error.cc:357
2390
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2393
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2396
#: ../drizzled/error.cc:358
2398
"Incorrect table definition; there can be only one auto column and it must be "
2401
"Incorrect table definition; there can be only one auto column and it must be "
2404
#: ../drizzled/error.cc:359
2378
#: ../drizzled/error.cc:333
2381
"BLOB column '%-.192s' can't be used in key specification with the used table "
2384
"BLOB column '%-.192s' can't be used in key specification with the used table "
2387
#: ../drizzled/error.cc:334
2390
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2393
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2396
#: ../drizzled/error.cc:335
2398
"Incorrect table definition; there can be only one auto column and it must be "
2401
"Incorrect table definition; there can be only one auto column and it must be "
2404
#: ../drizzled/error.cc:336
2406
2406
msgid "%s: Normal shutdown\n"
2407
2407
msgstr "%s: Normal shutdown\n"
2409
#: ../drizzled/error.cc:360
2409
#: ../drizzled/error.cc:337
2411
2411
msgid "%s: Got signal %d. Aborting!\n"
2412
2412
msgstr "%s: Got signal %d. Aborting!\n"
2414
#: ../drizzled/error.cc:361
2414
#: ../drizzled/error.cc:338
2416
2416
msgid "%s: Shutdown complete\n"
2417
2417
msgstr "%s: Shutdown complete\n"
2419
#: ../drizzled/error.cc:362
2419
#: ../drizzled/error.cc:339
2421
2421
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2422
2422
msgstr "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2424
#: ../drizzled/error.cc:363
2424
#: ../drizzled/error.cc:340
2425
2425
msgid "Can't create IP socket"
2426
2426
msgstr "Can't create IP socket"
2428
#: ../drizzled/error.cc:364
2431
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2434
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2437
#: ../drizzled/error.cc:365
2440
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2443
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2446
#: ../drizzled/error.cc:366
2448
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2450
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2452
#: ../drizzled/error.cc:367
2428
#: ../drizzled/error.cc:341
2431
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2434
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2437
#: ../drizzled/error.cc:342
2440
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2443
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2446
#: ../drizzled/error.cc:343
2448
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2450
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2452
#: ../drizzled/error.cc:344
2453
2453
#, fuzzy, c-format
2455
2455
"The file '%-.128s' must be in the schema directory or be readable by all"
2457
2457
"The file '%-.128s' must be in the database directory or be readable by all"
2459
#: ../drizzled/error.cc:368
2459
#: ../drizzled/error.cc:345
2461
2461
msgid "File '%-.200s' already exists"
2462
2462
msgstr "File '%-.200s' already exists"
2464
#: ../drizzled/error.cc:369
2464
#: ../drizzled/error.cc:346
2466
2466
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2467
2467
msgstr "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2469
#: ../drizzled/error.cc:370
2469
#: ../drizzled/error.cc:347
2471
2471
"Incorrect prefix key; the used key part isn't a string, the used length is "
2472
2472
"longer than the key part, or the storage engine doesn't support unique "
2476
2476
"longer than the key part, or the storage engine doesn't support unique "
2479
#: ../drizzled/error.cc:371
2479
#: ../drizzled/error.cc:348
2480
2480
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2481
2481
msgstr "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2483
#: ../drizzled/error.cc:372
2483
#: ../drizzled/error.cc:349
2485
2485
msgid "Can't DROP '%-.192s'; check that column/key exists"
2486
2486
msgstr "Can't DROP '%-.192s'; check that column/key exists"
2488
#: ../drizzled/error.cc:373
2488
#: ../drizzled/error.cc:350
2490
2490
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2491
2491
msgstr "Records: %ld Duplicates: %ld Warnings: %ld"
2493
#: ../drizzled/error.cc:374
2493
#: ../drizzled/error.cc:351
2495
2495
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2496
2496
msgstr "You can't specify target table '%-.192s' for update in FROM clause"
2498
2498
#. KILL session errors
2499
#: ../drizzled/error.cc:377
2499
#: ../drizzled/error.cc:354
2500
2500
#, fuzzy, c-format
2501
2501
msgid "Unknown session id: %lu"
2502
2502
msgstr "Unknown thread id: %lu"
2504
#: ../drizzled/error.cc:378
2504
#: ../drizzled/error.cc:355
2505
2505
#, fuzzy, c-format
2506
2506
msgid "You are not the owner of session %lu"
2507
2507
msgstr "You are not owner of thread %lu"
2509
#: ../drizzled/error.cc:379
2509
#: ../drizzled/error.cc:356
2510
2510
msgid "You cannot kill the session you are connected from."
2513
#: ../drizzled/error.cc:382
2513
#: ../drizzled/error.cc:359
2514
2514
msgid "No tables used"
2515
2515
msgstr "No tables used"
2517
#: ../drizzled/error.cc:383
2517
#: ../drizzled/error.cc:360
2519
2519
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2520
2520
msgstr "BLOB/TEXT column '%-.192s' can't have a default value"
2522
#: ../drizzled/error.cc:384
2522
#: ../drizzled/error.cc:361
2523
2523
#, fuzzy, c-format
2524
2524
msgid "Incorrect schema name '%-.100s'"
2525
2525
msgstr "Incorrect column name '%-.100s'"
2527
#: ../drizzled/error.cc:385
2527
#: ../drizzled/error.cc:362
2529
2529
msgid "Incorrect table name '%-.100s'"
2530
2530
msgstr "Incorrect table name '%-.100s'"
2532
#: ../drizzled/error.cc:386
2532
#: ../drizzled/error.cc:363
2534
2534
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2535
2535
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2537
2537
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2538
2538
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2540
#: ../drizzled/error.cc:387
2540
#: ../drizzled/error.cc:364
2541
2541
msgid "Unknown error"
2542
2542
msgstr "Unknown error"
2544
#: ../drizzled/error.cc:388
2544
#: ../drizzled/error.cc:365
2546
2546
msgid "Unknown procedure '%-.192s'"
2547
2547
msgstr "Unknown procedure '%-.192s'"
2549
#: ../drizzled/error.cc:389
2549
#: ../drizzled/error.cc:366
2551
2551
msgid "Incorrect parameter count to procedure '%-.192s'"
2552
2552
msgstr "Incorrect parameter count to procedure '%-.192s'"
2554
#: ../drizzled/error.cc:390
2554
#: ../drizzled/error.cc:367
2556
2556
msgid "Unknown table '%-.192s' in %-.32s"
2557
2557
msgstr "Unknown table '%-.192s' in %-.32s"
2559
#: ../drizzled/error.cc:391
2559
#: ../drizzled/error.cc:368
2561
2561
msgid "Column '%-.192s' specified twice"
2562
2562
msgstr "Column '%-.192s' specified twice"
2564
#: ../drizzled/error.cc:392
2564
#: ../drizzled/error.cc:369
2565
2565
msgid "Invalid use of group function"
2566
2566
msgstr "Invalid use of group function"
2568
#: ../drizzled/error.cc:393
2568
#: ../drizzled/error.cc:370
2571
2571
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2573
2573
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2575
#: ../drizzled/error.cc:394
2575
#: ../drizzled/error.cc:371
2576
2576
msgid "A table must have at least 1 column"
2577
2577
msgstr "A table must have at least 1 column"
2579
#: ../drizzled/error.cc:395
2579
#: ../drizzled/error.cc:372
2581
2581
msgid "The table '%-.192s' is full"
2582
2582
msgstr "The table '%-.192s' is full"
2584
#: ../drizzled/error.cc:396
2584
#: ../drizzled/error.cc:373
2586
2586
msgid "Too many tables; Drizzle can only use %d tables in a join"
2587
2587
msgstr "Too many tables; Drizzle can only use %d tables in a join"
2589
#: ../drizzled/error.cc:397
2589
#: ../drizzled/error.cc:374
2590
2590
msgid "Too many columns"
2591
2591
msgstr "Too many columns"
2593
#: ../drizzled/error.cc:398
2593
#: ../drizzled/error.cc:375
2596
2596
"Row size too large. The maximum row size for the used table type, not "
2645
2645
"Can't create a new thread (errno %d); if you are not out of available "
2646
2646
"memory, you can consult the manual for a possible OS-dependent bug"
2648
#: ../drizzled/error.cc:407
2648
#: ../drizzled/error.cc:384
2650
2650
msgid "Column count doesn't match value count at row %ld"
2651
2651
msgstr "Column count doesn't match value count at row %ld"
2653
#: ../drizzled/error.cc:408
2653
#: ../drizzled/error.cc:385
2655
2655
msgid "Can't reopen table: '%-.192s'"
2656
2656
msgstr "Can't reopen table: '%-.192s'"
2658
#: ../drizzled/error.cc:409
2660
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2661
"illegal if there is no GROUP BY clause"
2663
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2664
"illegal if there is no GROUP BY clause"
2666
#: ../drizzled/error.cc:410
2668
"You have an error in your SQL syntax; check the manual that corresponds to "
2669
"your Drizzle server version for the right syntax to use"
2671
"You have an error in your SQL syntax; check the manual that corresponds to "
2672
"your Drizzle server version for the right syntax to use"
2674
#: ../drizzled/error.cc:411
2658
#: ../drizzled/error.cc:386
2660
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2661
"illegal if there is no GROUP BY clause"
2663
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2664
"illegal if there is no GROUP BY clause"
2666
#: ../drizzled/error.cc:387
2668
"You have an error in your SQL syntax; check the manual that corresponds to "
2669
"your Drizzle server version for the right syntax to use"
2671
"You have an error in your SQL syntax; check the manual that corresponds to "
2672
"your Drizzle server version for the right syntax to use"
2674
#: ../drizzled/error.cc:388
2675
2675
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2676
2676
msgstr "Got a packet bigger than 'max_allowed_packet' bytes"
2678
#: ../drizzled/error.cc:412
2678
#: ../drizzled/error.cc:389
2679
2679
msgid "Got packets out of order"
2680
2680
msgstr "Got packets out of order"
2682
#: ../drizzled/error.cc:413
2682
#: ../drizzled/error.cc:390
2683
2683
msgid "The used table type doesn't support BLOB/TEXT columns"
2684
2684
msgstr "The used table type doesn't support BLOB/TEXT columns"
2686
#: ../drizzled/error.cc:414
2686
#: ../drizzled/error.cc:391
2687
2687
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2688
2688
msgstr "The used table type doesn't support AUTO_INCREMENT columns"
2690
#: ../drizzled/error.cc:415
2690
#: ../drizzled/error.cc:392
2692
2692
msgid "Incorrect column name '%-.100s'"
2693
2693
msgstr "Incorrect column name '%-.100s'"
2695
#: ../drizzled/error.cc:416
2695
#: ../drizzled/error.cc:393
2697
2697
msgid "The used storage engine can't index column '%-.192s'"
2698
2698
msgstr "The used storage engine can't index column '%-.192s'"
2700
#: ../drizzled/error.cc:417
2700
#: ../drizzled/error.cc:394
2702
2702
"Unable to open underlying table which is differently defined or of non-"
2703
2703
"MyISAM type or doesn't exist"
2778
2778
"Can't execute the given command because you have active locked tables or an "
2779
2779
"active transaction"
2781
#: ../drizzled/error.cc:434
2781
#: ../drizzled/error.cc:411
2783
2783
msgid "Unknown system variable '%-.64s'"
2784
2784
msgstr "Unknown system variable '%-.64s'"
2786
#: ../drizzled/error.cc:435
2786
#: ../drizzled/error.cc:412
2788
2788
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2789
2789
msgstr "Table '%-.192s' is marked as crashed and should be repaired"
2791
#: ../drizzled/error.cc:436
2791
#: ../drizzled/error.cc:413
2794
2794
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2796
2796
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2798
#: ../drizzled/error.cc:437
2798
#: ../drizzled/error.cc:414
2799
2799
msgid "Some non-transactional changed tables couldn't be rolled back"
2800
2800
msgstr "Some non-transactional changed tables couldn't be rolled back"
2802
#: ../drizzled/error.cc:438
2802
#: ../drizzled/error.cc:415
2803
2803
msgid "You may only use constant expressions with SET"
2804
2804
msgstr "You may only use constant expressions with SET"
2806
#: ../drizzled/error.cc:439
2806
#: ../drizzled/error.cc:416
2807
2807
msgid "Lock wait timeout exceeded; try restarting transaction"
2808
2808
msgstr "Lock wait timeout exceeded; try restarting transaction"
2810
#: ../drizzled/error.cc:440
2810
#: ../drizzled/error.cc:417
2811
2811
msgid "The total number of locks exceeds the lock table size"
2812
2812
msgstr "The total number of locks exceeds the lock table size"
2814
#: ../drizzled/error.cc:441
2814
#: ../drizzled/error.cc:418
2815
2815
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2816
2816
msgstr "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2818
#: ../drizzled/error.cc:442
2818
#: ../drizzled/error.cc:419
2819
2819
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2820
2820
msgstr "DROP DATABASE not allowed while thread is holding global read lock"
2822
#: ../drizzled/error.cc:443
2822
#: ../drizzled/error.cc:420
2824
2824
msgid "Incorrect arguments to %s"
2825
2825
msgstr "Incorrect arguments to %s"
2827
#: ../drizzled/error.cc:444
2827
#: ../drizzled/error.cc:421
2828
2828
msgid "Deadlock found when trying to get lock; try restarting transaction"
2829
2829
msgstr "Deadlock found when trying to get lock; try restarting transaction"
2831
#: ../drizzled/error.cc:445
2831
#: ../drizzled/error.cc:422
2832
2832
msgid "The used table type doesn't support FULLTEXT indexes"
2833
2833
msgstr "The used table type doesn't support FULLTEXT indexes"
2835
#: ../drizzled/error.cc:446
2835
#: ../drizzled/error.cc:423
2836
2836
msgid "Cannot add foreign key constraint"
2837
2837
msgstr "Cannot add foreign key constraint"
2839
#: ../drizzled/error.cc:447
2839
#: ../drizzled/error.cc:424
2840
2840
msgid "Cannot add or update a child row: a foreign key constraint fails"
2841
2841
msgstr "Cannot add or update a child row: a foreign key constraint fails"
2843
#: ../drizzled/error.cc:448
2843
#: ../drizzled/error.cc:425
2844
2844
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2845
2845
msgstr "Cannot delete or update a parent row: a foreign key constraint fails"
2847
#: ../drizzled/error.cc:449
2847
#: ../drizzled/error.cc:426
2849
2849
msgid "Incorrect usage of %s and %s"
2850
2850
msgstr "Incorrect usage of %s and %s"
2852
#: ../drizzled/error.cc:450
2852
#: ../drizzled/error.cc:427
2853
2853
msgid "The used SELECT statements have a different number of columns"
2854
2854
msgstr "The used SELECT statements have a different number of columns"
2856
#: ../drizzled/error.cc:451
2856
#: ../drizzled/error.cc:428
2857
2857
msgid "Can't execute the query because you have a conflicting read lock"
2858
2858
msgstr "Can't execute the query because you have a conflicting read lock"
2860
#: ../drizzled/error.cc:452
2863
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2865
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2867
#: ../drizzled/error.cc:453
2870
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2872
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2874
#: ../drizzled/error.cc:454
2860
#: ../drizzled/error.cc:429
2863
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2865
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2867
#: ../drizzled/error.cc:430
2870
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2872
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2874
#: ../drizzled/error.cc:431
2876
2876
msgid "Variable '%-.64s' doesn't have a default value"
2877
2877
msgstr "Variable '%-.64s' doesn't have a default value"
2879
#: ../drizzled/error.cc:455
2879
#: ../drizzled/error.cc:432
2881
2881
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2882
2882
msgstr "Variable '%-.64s' can't be set to the value of '%-.200s'"
2884
#: ../drizzled/error.cc:456
2884
#: ../drizzled/error.cc:433
2886
2886
msgid "Incorrect argument type to variable '%-.64s'"
2887
2887
msgstr "Incorrect argument type to variable '%-.64s'"
2889
#: ../drizzled/error.cc:457
2889
#: ../drizzled/error.cc:434
2891
2891
msgid "Variable '%-.64s' can only be set, not read"
2892
2892
msgstr "Variable '%-.64s' can only be set, not read"
2894
#: ../drizzled/error.cc:458
2894
#: ../drizzled/error.cc:435
2896
2896
msgid "Incorrect usage/placement of '%s'"
2897
2897
msgstr "Incorrect usage/placement of '%s'"
2899
#: ../drizzled/error.cc:459
2899
#: ../drizzled/error.cc:436
2901
2901
msgid "This version of Drizzle doesn't yet support '%s'"
2902
2902
msgstr "This version of Drizzle doesn't yet support '%s'"
2904
#: ../drizzled/error.cc:460
2904
#: ../drizzled/error.cc:437
2906
2906
msgid "Variable '%-.192s' is a %s variable"
2907
2907
msgstr "Variable '%-.192s' is a %s variable"
2909
#: ../drizzled/error.cc:461
2909
#: ../drizzled/error.cc:438
2911
2911
msgid "Incorrect foreign key definition for '%-.192s': %s"
2912
2912
msgstr "Incorrect foreign key definition for '%-.192s': %s"
2914
#: ../drizzled/error.cc:462
2914
#: ../drizzled/error.cc:439
2915
2915
msgid "Key reference and table reference don't match"
2916
2916
msgstr "Key reference and table reference don't match"
2918
#: ../drizzled/error.cc:463
2918
#: ../drizzled/error.cc:440
2920
2920
msgid "Operand should contain %d column(s)"
2921
2921
msgstr "Operand should contain %d column(s)"
2923
#: ../drizzled/error.cc:464
2923
#: ../drizzled/error.cc:441
2924
2924
msgid "Subquery returns more than 1 row"
2925
2925
msgstr "Subquery returns more than 1 row"
2927
#: ../drizzled/error.cc:465
2927
#: ../drizzled/error.cc:442
2929
2929
msgid "Converting column '%s' from %s to %s"
2930
2930
msgstr "Converting column '%s' from %s to %s"
2932
#: ../drizzled/error.cc:466
2932
#: ../drizzled/error.cc:443
2934
2934
msgid "Reference '%-.64s' not supported (%s)"
2935
2935
msgstr "Reference '%-.64s' not supported (%s)"
2937
#: ../drizzled/error.cc:467
2937
#: ../drizzled/error.cc:444
2938
2938
msgid "Every derived table must have its own alias"
2939
2939
msgstr "Every derived table must have its own alias"
2941
#: ../drizzled/error.cc:468
2941
#: ../drizzled/error.cc:445
2943
2943
msgid "Select %u was reduced during optimization"
2944
2944
msgstr "Select %u was reduced during optimization"
2946
#: ../drizzled/error.cc:469
2946
#: ../drizzled/error.cc:446
2948
2948
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2949
2949
msgstr "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2951
#: ../drizzled/error.cc:470
2951
#: ../drizzled/error.cc:447
2952
2952
msgid "All parts of a SPATIAL index must be NOT NULL"
2953
2953
msgstr "All parts of a SPATIAL index must be NOT NULL"
2955
#: ../drizzled/error.cc:471
2955
#: ../drizzled/error.cc:448
2957
2957
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2958
2958
msgstr "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2960
#: ../drizzled/error.cc:472
2960
#: ../drizzled/error.cc:449
2963
2963
"Uncompressed data size too large; the maximum size is %d (based on "
2978
2978
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2979
2979
"data was corrupted)"
2981
#: ../drizzled/error.cc:475
2981
#: ../drizzled/error.cc:452
2982
2982
msgid "ZLIB: Input data corrupted"
2983
2983
msgstr "ZLIB: Input data corrupted"
2985
#: ../drizzled/error.cc:476
2985
#: ../drizzled/error.cc:453
2987
2987
msgid "%d line(s) were cut by GROUP_CONCAT()"
2988
2988
msgstr "%d line(s) were cut by GROUP_CONCAT()"
2990
#: ../drizzled/error.cc:477
2990
#: ../drizzled/error.cc:454
2992
2992
msgid "Row %ld doesn't contain data for all columns"
2993
2993
msgstr "Row %ld doesn't contain data for all columns"
2995
#: ../drizzled/error.cc:478
2998
"Row %ld was truncated; it contained more data than there were input columns"
3000
"Row %ld was truncated; it contained more data than there were input columns"
3002
#: ../drizzled/error.cc:479
3005
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3007
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3009
#: ../drizzled/error.cc:480
2995
#: ../drizzled/error.cc:455
2998
"Row %ld was truncated; it contained more data than there were input columns"
3000
"Row %ld was truncated; it contained more data than there were input columns"
3002
#: ../drizzled/error.cc:456
3005
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3007
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3009
#: ../drizzled/error.cc:457
3011
3011
msgid "Out of range value for column '%s' at row %ld"
3012
3012
msgstr "Out of range value for column '%s' at row %ld"
3014
#: ../drizzled/error.cc:481
3014
#: ../drizzled/error.cc:458
3016
3016
msgid "Data truncated for column '%s' at row %ld"
3017
3017
msgstr "Data truncated for column '%s' at row %ld"
3019
#: ../drizzled/error.cc:482
3019
#: ../drizzled/error.cc:459
3021
3021
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3022
3022
msgstr "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3024
#: ../drizzled/error.cc:483
3024
#: ../drizzled/error.cc:460
3026
3026
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3027
3027
msgstr "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3029
#: ../drizzled/error.cc:484
3029
#: ../drizzled/error.cc:461
3031
3031
msgid "Illegal mix of collations for operation '%s'"
3032
3032
msgstr "Illegal mix of collations for operation '%s'"
3034
#: ../drizzled/error.cc:485
3034
#: ../drizzled/error.cc:462
3037
3037
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3054
3054
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3057
#: ../drizzled/error.cc:488
3057
#: ../drizzled/error.cc:465
3059
3059
msgid "Incorrect index name '%-.100s'"
3060
3060
msgstr "Incorrect index name '%-.100s'"
3062
#: ../drizzled/error.cc:489
3062
#: ../drizzled/error.cc:466
3064
3064
msgid "Incorrect catalog name '%-.100s'"
3065
3065
msgstr "Incorrect catalogue name '%-.100s'"
3067
#: ../drizzled/error.cc:490
3067
#: ../drizzled/error.cc:467
3069
3069
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3070
3070
msgstr "Column '%-.192s' cannot be part of FULLTEXT index"
3072
#: ../drizzled/error.cc:491
3072
#: ../drizzled/error.cc:468
3074
3074
msgid "Unknown table engine '%s'"
3075
3075
msgstr "Unknown table engine '%s'"
3077
#: ../drizzled/error.cc:492
3077
#: ../drizzled/error.cc:469
3079
3079
msgid "The target table %-.100s of the %s is not updatable"
3080
3080
msgstr "The target table %-.100s of the %s is not updatable"
3082
#: ../drizzled/error.cc:493
3085
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3088
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3091
#: ../drizzled/error.cc:494
3094
"The Drizzle server is running with the %s option so it cannot execute this "
3097
"The Drizzle server is running with the %s option so it cannot execute this "
3100
#: ../drizzled/error.cc:495
3082
#: ../drizzled/error.cc:470
3085
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3088
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3091
#: ../drizzled/error.cc:471
3094
"The Drizzle server is running with the %s option so it cannot execute this "
3097
"The Drizzle server is running with the %s option so it cannot execute this "
3100
#: ../drizzled/error.cc:472
3102
3102
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3103
3103
msgstr "Column '%-.100s' has duplicated value '%-.64s' in %s"
3105
#: ../drizzled/error.cc:496
3105
#: ../drizzled/error.cc:473
3107
3107
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3108
3108
msgstr "Truncated incorrect %-.32s value: '%-.128s'"
3110
#: ../drizzled/error.cc:497
3110
#: ../drizzled/error.cc:474
3112
3112
"Incorrect table definition; there can be only one TIMESTAMP column with "
3113
3113
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3115
3115
"Incorrect table definition; there can be only one TIMESTAMP column with "
3116
3116
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3118
#: ../drizzled/error.cc:498
3118
#: ../drizzled/error.cc:475
3120
3120
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3121
3121
msgstr "Invalid ON UPDATE clause for '%-.192s' column"
3123
#: ../drizzled/error.cc:499
3123
#: ../drizzled/error.cc:476
3125
3125
msgid "Got error %d '%-.100s' from %s"
3126
3126
msgstr "Got error %d '%-.100s' from %s"
3128
#: ../drizzled/error.cc:500
3128
#: ../drizzled/error.cc:477
3130
3130
msgid "Got temporary error %d '%-.100s' from %s"
3131
3131
msgstr "Got temporary error %d '%-.100s' from %s"
3133
#: ../drizzled/error.cc:501
3133
#: ../drizzled/error.cc:478
3135
3135
msgid "Unknown or incorrect time zone: '%-.64s'"
3136
3136
msgstr "Unknown or incorrect time zone: '%-.64s'"
3138
#: ../drizzled/error.cc:502
3138
#: ../drizzled/error.cc:479
3140
3140
msgid "Invalid %s character string: '%.64s'"
3141
3141
msgstr "Invalid %s character string: '%.64s'"
3143
#: ../drizzled/error.cc:503
3143
#: ../drizzled/error.cc:480
3145
3145
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3146
3146
msgstr "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3148
#: ../drizzled/error.cc:504
3148
#: ../drizzled/error.cc:481
3150
3150
msgid "%s %s does not exist"
3151
3151
msgstr "%s %s does not exist"
3153
#: ../drizzled/error.cc:505
3153
#: ../drizzled/error.cc:482
3154
3154
msgid "Query execution was interrupted"
3155
3155
msgstr "Query execution was interrupted"
3157
#: ../drizzled/error.cc:506
3157
#: ../drizzled/error.cc:483
3160
3160
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3210
3210
"%s: ready for connections.\n"
3211
3211
"Version: '%s' %s\n"
3213
#: ../drizzled/error.cc:515
3213
#: ../drizzled/error.cc:492
3214
3214
msgid "Can't load value from file with fixed size rows to variable"
3215
3215
msgstr "Can't load value from file with fixed size rows to variable"
3217
#: ../drizzled/error.cc:516
3217
#: ../drizzled/error.cc:493
3219
3219
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3220
3220
msgstr "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3222
#: ../drizzled/error.cc:517
3222
#: ../drizzled/error.cc:494
3223
3223
msgid "Table definition has changed, please retry transaction"
3224
3224
msgstr "Table definition has changed, please retry transaction"
3226
#: ../drizzled/error.cc:518
3226
#: ../drizzled/error.cc:495
3228
3228
msgid "Not allowed to return a result set from a %s"
3229
3229
msgstr "Not allowed to return a result set from a %s"
3231
#: ../drizzled/error.cc:519
3231
#: ../drizzled/error.cc:496
3232
3232
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3233
3233
msgstr "Cannot get geometry object from data you send to the GEOMETRY field"
3235
#: ../drizzled/error.cc:520
3235
#: ../drizzled/error.cc:497
3237
3237
"Explicit or implicit commit is not allowed in stored function or trigger."
3239
3239
"Explicit or implicit commit is not allowed in stored function or trigger."
3241
#: ../drizzled/error.cc:521
3241
#: ../drizzled/error.cc:498
3243
3243
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3244
3244
msgstr "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3246
#: ../drizzled/error.cc:522
3246
#: ../drizzled/error.cc:499
3248
3248
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3249
3249
msgstr "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3251
#: ../drizzled/error.cc:523
3251
#: ../drizzled/error.cc:500
3254
3254
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3270
3270
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3271
3271
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3273
#: ../drizzled/error.cc:526
3273
#: ../drizzled/error.cc:503
3275
3275
msgid "Display width out of range for column '%-.192s' (max = %d)"
3276
3276
msgstr "Display width out of range for column '%-.192s' (max = %d)"
3278
#: ../drizzled/error.cc:527
3278
#: ../drizzled/error.cc:504
3280
3280
msgid "Datetime function: %-.32s field overflow"
3281
3281
msgstr "Datetime function: %-.32s field overflow"
3283
#: ../drizzled/error.cc:528
3286
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3288
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3290
#: ../drizzled/error.cc:529
3293
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3295
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3297
#: ../drizzled/error.cc:530
3283
#: ../drizzled/error.cc:505
3286
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3288
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3290
#: ../drizzled/error.cc:506
3293
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3295
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3297
#: ../drizzled/error.cc:507
3298
3298
msgid "No data - zero rows fetched, selected, or processed"
3299
3299
msgstr "No data - zero rows fetched, selected, or processed"
3301
#: ../drizzled/error.cc:531
3301
#: ../drizzled/error.cc:508
3303
3303
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3304
3304
msgstr "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3306
#: ../drizzled/error.cc:532
3306
#: ../drizzled/error.cc:509
3308
3308
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3309
3309
msgstr "non-grouping field '%-.192s' is used in %-.64s clause"
3311
#: ../drizzled/error.cc:533
3311
#: ../drizzled/error.cc:510
3312
3312
msgid "The used table type doesn't support SPATIAL indexes"
3313
3313
msgstr "The used table type doesn't support SPATIAL indexes"
3315
#: ../drizzled/error.cc:534
3315
#: ../drizzled/error.cc:511
3317
3317
msgid "Leading spaces are removed from name '%s'"
3318
3318
msgstr "Leading spaces are removed from name '%s'"
3320
#: ../drizzled/error.cc:535
3320
#: ../drizzled/error.cc:512
3321
3321
msgid "Failed to read auto-increment value from storage engine"
3322
3322
msgstr "Failed to read auto-increment value from storage engine"
3324
#: ../drizzled/error.cc:536
3324
#: ../drizzled/error.cc:513
3326
3326
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3327
3327
msgstr "String '%-.70s' is too long for %s (should be no longer than %d)"
3329
#: ../drizzled/error.cc:537
3329
#: ../drizzled/error.cc:514
3330
3330
msgid "Too high level of nesting for select"
3331
3331
msgstr "Too high level of nesting for select"
3333
#: ../drizzled/error.cc:538
3333
#: ../drizzled/error.cc:515
3335
3335
msgid "Name '%-.64s' has become ''"
3336
3336
msgstr "Name '%-.64s' has become ''"
3338
#: ../drizzled/error.cc:539
3338
#: ../drizzled/error.cc:516
3340
3340
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3341
3341
"optional and non-empty FIELDS ENCLOSED BY"
3343
3343
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3344
3344
"optional and non-empty FIELDS ENCLOSED BY"
3346
#: ../drizzled/error.cc:540
3346
#: ../drizzled/error.cc:517
3349
3349
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3351
3351
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3353
#: ../drizzled/error.cc:541
3353
#: ../drizzled/error.cc:518
3354
3354
#, fuzzy, c-format
3355
3355
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3356
3356
msgstr "Incorrect %-.32s value: '%-.128s'"
3358
#: ../drizzled/error.cc:542
3358
#: ../drizzled/error.cc:519
3360
3360
msgid "Incorrect %-.32s value: '%-.128s'"
3361
3361
msgstr "Incorrect %-.32s value: '%-.128s'"
3363
#: ../drizzled/error.cc:543
3363
#: ../drizzled/error.cc:520
3365
3365
msgid "Table has no partition for value %-.64s"
3366
3366
msgstr "Table has no partition for value %-.64s"
3368
#: ../drizzled/error.cc:544
3368
#: ../drizzled/error.cc:521
3369
3369
msgid "Writing one row to the row-based binary log failed"
3370
3370
msgstr "Writing one row to the row-based binary log failed"
3372
#: ../drizzled/error.cc:545
3372
#: ../drizzled/error.cc:522
3374
3374
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3375
3375
msgstr "Cannot drop index '%-.192s': needed in a foreign key constraint"
3377
#: ../drizzled/error.cc:546
3377
#: ../drizzled/error.cc:523
3380
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
3381
"%d would lead to a duplicate entry"
3380
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3381
"d would lead to a duplicate entry"
3383
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
3384
"%d would lead to a duplicate entry"
3383
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3384
"d would lead to a duplicate entry"
3386
#: ../drizzled/error.cc:547
3386
#: ../drizzled/error.cc:524
3388
3388
"Transaction isolation level can't be changed while a transaction is in "
3391
3391
"Transaction isolation level can't be changed while a transaction is in "
3394
#: ../drizzled/error.cc:548
3394
#: ../drizzled/error.cc:525
3396
3396
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3397
3397
msgstr "Incorrect parameter count in the call to native function '%-.192s'"
3399
#: ../drizzled/error.cc:549
3399
#: ../drizzled/error.cc:526
3401
3401
msgid "Incorrect parameters in the call to native function '%-.192s'"
3402
3402
msgstr "Incorrect parameters in the call to native function '%-.192s'"
3404
#: ../drizzled/error.cc:550
3404
#: ../drizzled/error.cc:527
3406
3406
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3407
3407
msgstr "Duplicate entry '%-.64s' for key '%-.192s'"
3409
#: ../drizzled/error.cc:551
3409
#: ../drizzled/error.cc:528
3411
3411
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3412
3412
msgstr "Invalid column reference (%-.64s) in LOAD DATA"
3414
#: ../drizzled/error.cc:553
3414
#: ../drizzled/error.cc:530
3416
3416
msgid "Received an invalid datetime value '%s'."
3417
3417
msgstr "Received an invalid datetime value '%s'."
3419
#: ../drizzled/error.cc:554
3419
#: ../drizzled/error.cc:531
3420
3420
#, fuzzy, c-format
3421
3421
msgid "Received an invalid DATE value '%s'."
3422
3422
msgstr "Received an invalid enum value '%s'."
3424
#: ../drizzled/error.cc:555
3424
#: ../drizzled/error.cc:532
3426
3426
msgid "Received a NULL argument for function '%s'."
3427
3427
msgstr "Received a NULL argument for function '%s'."
3429
#: ../drizzled/error.cc:556
3429
#: ../drizzled/error.cc:533
3430
3430
#, fuzzy, c-format
3431
3431
msgid "Received an invalid timestamp value '%s'."
3432
3432
msgstr "Received an invalid time value '%s'."
3434
#: ../drizzled/error.cc:557
3434
#: ../drizzled/error.cc:534
3435
3435
#, fuzzy, c-format
3436
3436
msgid "Received an invalid TIME value '%s'."
3437
3437
msgstr "Received an invalid enum value '%s'."
3439
#: ../drizzled/error.cc:558
3439
#: ../drizzled/error.cc:535
3441
3441
msgid "Received an invalid value '%s' for a UNIX timestamp."
3442
3442
msgstr "Received an invalid value '%s' for a UNIX timestamp."
3444
#: ../drizzled/error.cc:560
3444
#: ../drizzled/error.cc:537
3446
3446
msgid "Received an out-of-range argument '%s' for function '%s'."
3447
3447
msgstr "Received an out-of-range argument '%s' for function '%s'."
3449
#: ../drizzled/error.cc:561
3449
#: ../drizzled/error.cc:538
3451
3451
msgid "Received an invalid enum value '%s'."
3452
3452
msgstr "Received an invalid enum value '%s'."
3454
#: ../drizzled/error.cc:562
3454
#: ../drizzled/error.cc:539
3455
3455
msgid "Tables which are replicated require a primary key."
3456
3456
msgstr "Tables which are replicated require a primary key."
3458
#: ../drizzled/error.cc:564
3458
#: ../drizzled/error.cc:541
3459
3459
#, fuzzy, c-format
3460
3460
msgid "Corrupt or invalid schema definition for '%s' : %s"
3461
3461
msgstr "Corrupt or invalid schema definition for %s : %s"
3463
#: ../drizzled/error.cc:565
3463
#: ../drizzled/error.cc:542
3464
3464
#, fuzzy, c-format
3465
3465
msgid "Corrupt or invalid table definition for '%s': %s"
3466
3466
msgstr "Corrupt or invalid table definition: %s"
3468
#: ../drizzled/error.cc:566
3468
#: ../drizzled/error.cc:543
3470
3470
msgid "The number of enum that were required was too high for table '%s'"
3473
#: ../drizzled/error.cc:567
3473
#: ../drizzled/error.cc:544
3474
3474
#, fuzzy, c-format
3475
3475
msgid "Corrupt or invalid table definition for '%s'"
3476
3476
msgstr "Corrupt or invalid table definition: %s"
3478
#: ../drizzled/error.cc:568
3478
#: ../drizzled/error.cc:545
3480
3480
msgid "Collation '%s' for table %s is invalid/unknown"
3483
#: ../drizzled/error.cc:570
3483
#: ../drizzled/error.cc:547
3484
3484
#, fuzzy, c-format
3485
3485
msgid "Cannot drop table '%s'"
3486
3486
msgstr "Can't reopen table: '%-.192s'"
3488
#: ../drizzled/error.cc:571
3488
#: ../drizzled/error.cc:548
3489
3489
#, fuzzy, c-format
3490
3490
msgid "Error occurred while dropping table '%s'"
3491
3491
msgstr "Got error %d when reading table '%s'"
3493
#: ../drizzled/error.cc:572
3493
#: ../drizzled/error.cc:549
3494
3494
#, fuzzy, c-format
3495
3495
msgid "Permission denied to create '%s'"
3496
3496
msgstr "Failed to create %s"
3498
#: ../drizzled/error.cc:573
3498
#: ../drizzled/error.cc:550
3499
3499
#, fuzzy, c-format
3500
3500
msgid "Unknown table '%s'"
3501
3501
msgstr "Unknown table '%-.100s'"
3503
#: ../drizzled/error.cc:575
3503
#: ../drizzled/error.cc:552
3504
3504
#, fuzzy, c-format
3505
3505
msgid "Cannot create schema '%s'"
3506
3506
msgstr "Can't reopen table: '%-.192s'"
3508
#: ../drizzled/error.cc:576
3508
#: ../drizzled/error.cc:553
3510
3510
msgid "Schema does not exist: %s"
3511
3511
msgstr "Schema does not exist: %s"
3513
#: ../drizzled/error.cc:577
3513
#: ../drizzled/error.cc:554
3515
3515
msgid "Error altering schema: %s"
3516
3516
msgstr "Error altering schema: %s"
3518
#: ../drizzled/error.cc:578
3518
#: ../drizzled/error.cc:555
3520
3520
msgid "Error droppping Schema : %s"
3521
3521
msgstr "Error droppping Schema : %s"
3523
#: ../drizzled/error.cc:580
3523
#: ../drizzled/error.cc:557
3524
3524
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3525
3525
msgstr "Temporary table too large, re-run with SQL_BIG_RESULT."
3527
#: ../drizzled/error.cc:581
3527
#: ../drizzled/error.cc:558
3529
3529
msgid "Unknown table engine option key/pair %s = %s."
3530
3530
msgstr "Unknown table engine option key/pair %s = %s."
3532
#: ../drizzled/error.cc:582
3532
#: ../drizzled/error.cc:559
3534
3534
msgid "Unknown schema engine option key/pair %s = %s."
3535
3535
msgstr "Unknown schema engine option key/pair %s = %s."
3537
#: ../drizzled/error.cc:583
3537
#: ../drizzled/error.cc:560
3538
3538
msgid "Implicit cartesian join attempted."
3539
3539
msgstr "Implicit cartesian join attempted."
3541
#: ../drizzled/error.cc:584
3541
#: ../drizzled/error.cc:561
3542
3542
msgid "Admin access not allowed from this username/IP address."
3545
3545
#. User lock/barrier error messages
3546
#: ../drizzled/error.cc:587
3546
#: ../drizzled/error.cc:564
3547
3547
msgid "wait() can not be called on session owning user defined barrier."
3550
#: ../drizzled/error.cc:588
3550
#: ../drizzled/error.cc:565
3552
3552
msgid "Unknown user defined barrier requested."
3553
3553
msgstr "Unknown error %d"
3555
#: ../drizzled/error.cc:589
3555
#: ../drizzled/error.cc:566
3556
3556
msgid "Session does not own user defined barrier."
3559
#: ../drizzled/error.cc:590
3559
#: ../drizzled/error.cc:567
3560
3560
msgid "Session can not wait on a user defined lock owned by the session."
3563
#: ../drizzled/error.cc:591
3563
#: ../drizzled/error.cc:568
3564
3564
msgid "Session does not own user defined lock."
3567
#: ../drizzled/error.cc:593
3567
#: ../drizzled/error.cc:570
3569
3569
msgid "Invalid name for user defined barrier."
3570
3570
msgstr "Invalid value for read_timeout\n"
3572
#: ../drizzled/error.cc:594
3572
#: ../drizzled/error.cc:571
3574
3574
msgid "Invalid name for user defined lock."
3575
3575
msgstr "Invalid value of port\n"
3577
#: ../drizzled/error.cc:596
3577
#: ../drizzled/error.cc:573
3579
3579
"Either a DEFAULt value or NULL NULL description is required for a new column "
3580
3580
"if table is not empty"
3584
#: ../drizzled/error.cc:599
3584
#: ../drizzled/error.cc:576
3587
3587
"Cast to unsigned converted negative integer to it's positive complement: %s"
3590
#: ../drizzled/error.cc:600
3590
#: ../drizzled/error.cc:577
3591
3591
#, fuzzy, c-format
3592
3592
msgid "Invalid cast to signed integer: %s"
3593
3593
msgstr "Invalid use of null pointer"
3595
#: ../drizzled/error.cc:602
3595
#: ../drizzled/error.cc:579
3596
3596
#, fuzzy, c-format
3597
3597
msgid "Identifier '%.*s' is a SQL keyword."
3598
3598
msgstr "Identifier name '%-.100s' is too long"
3600
#: ../drizzled/error.cc:605
3600
#: ../drizzled/error.cc:582
3602
3602
msgid "Can't unlock file (Errcode: %d)"
3603
3603
msgstr "Can't unlock file (Errcode: %d)"
3605
#: ../drizzled/error.cc:606
3605
#: ../drizzled/error.cc:583
3607
3607
msgid "Can't change size of file (Errcode: %d)"
3608
3608
msgstr "Can't change size of file (Errcode: %d)"
3610
#: ../drizzled/error.cc:607
3610
#: ../drizzled/error.cc:584
3612
3612
msgid "Can't open stream from handle (Errcode: %d)"
3613
3613
msgstr "Can't open stream from handle (Errcode: %d)"
3615
#: ../drizzled/error.cc:608
3615
#: ../drizzled/error.cc:585
3617
3617
msgid "Warning: '%s' had %d links"
3618
3618
msgstr "Warning: '%s' had %d links"
3620
#: ../drizzled/error.cc:609
3620
#: ../drizzled/error.cc:586
3622
3622
msgid "Warning: %d files and %d streams is left open\n"
3623
3623
msgstr "Warning: %d files and %d streams is left open\n"
3625
#: ../drizzled/error.cc:610
3625
#: ../drizzled/error.cc:587
3627
3627
msgid "Can't create directory '%s' (Errcode: %d)"
3628
3628
msgstr "Can't create directory '%s' (Errcode: %d)"
3630
#: ../drizzled/error.cc:611
3630
#: ../drizzled/error.cc:588
3633
3633
"Character set '%s' is not a compiled character set and is not specified in "
3670
3670
"Collation '%s' is not a compiled collation and is not specified in the %s "
3673
#: ../drizzled/error.cc:618
3673
#: ../drizzled/error.cc:595
3675
3675
msgid "File '%s' (fileno: %d) was not closed"
3676
3676
msgstr "File '%s' (fileno: %d) was not closed"
3678
3678
#. For UUID type
3679
#: ../drizzled/error.cc:621
3679
#: ../drizzled/error.cc:598
3681
3681
msgid "Received an invalid UUID value"
3682
3682
msgstr "Received an invalid enum value '%s'."
3684
#: ../drizzled/error.cc:622
3684
#: ../drizzled/error.cc:599
3685
3685
msgid "The UUID was not created with a valid time"
3688
3688
#. For IPV6 type
3689
#: ../drizzled/error.cc:625
3689
#: ../drizzled/error.cc:602
3691
3691
msgid "Received an invalid IPV6 value"
3692
3692
msgstr "Received an invalid enum value '%s'."
3694
3694
#. For BOOL type
3695
#: ../drizzled/error.cc:628
3695
#: ../drizzled/error.cc:605
3696
3696
#, fuzzy, c-format
3697
3697
msgid "Received an invalid BOOLEAN value '%s'."
3698
3698
msgstr "Received an invalid enum value '%s'."
3700
#: ../drizzled/error.cc:629
3700
#: ../drizzled/error.cc:606
3702
3702
msgid "Invalid cast to BOOLEAN: '%s'."
3705
3705
#. Transactional DDL
3706
#: ../drizzled/error.cc:632
3706
#: ../drizzled/error.cc:609
3707
3707
msgid "Transactional DDL not supported"
3710
3710
#. ASSERT Message
3711
#: ../drizzled/error.cc:634
3711
#: ../drizzled/error.cc:611
3712
3712
#, fuzzy, c-format
3713
3713
msgid "Assertion '%s' failed."
3714
3714
msgstr "Operation %s failed for %.256s"
3716
#: ../drizzled/error.cc:635
3716
#: ../drizzled/error.cc:612
3718
3718
msgid "Assertion '%s' failed, the result was NULL."
3721
3721
#. Catalog related errors
3722
#: ../drizzled/error.cc:653
3722
#: ../drizzled/error.cc:630
3723
3723
#, fuzzy, c-format
3724
3724
msgid "Cannot create catalog '%s'."
3725
3725
msgstr "Can't reopen table: '%-.192s'"
3727
#: ../drizzled/error.cc:654
3727
#: ../drizzled/error.cc:631
3729
3729
msgid "Permission is denied to create '%s' catalog."
3732
#: ../drizzled/error.cc:655
3732
#: ../drizzled/error.cc:632
3733
3733
#, fuzzy, c-format
3734
3734
msgid "Cannot drop catalog '%s'."
3735
3735
msgstr "Can't reopen table: '%-.192s'"
3737
#: ../drizzled/error.cc:656
3737
#: ../drizzled/error.cc:633
3739
3739
msgid "Permission is denied to drop '%s' catalog."
3742
#: ../drizzled/error.cc:657
3742
#: ../drizzled/error.cc:634
3743
3743
#, fuzzy, c-format
3744
3744
msgid "Catalog '%s' does not exist."
3745
3745
msgstr "%s %s does not exist"
3747
#: ../drizzled/error.cc:658
3747
#: ../drizzled/error.cc:635
3748
3748
msgid "You cannot drop the 'local' catalog."
3751
#: ../drizzled/error.cc:659
3751
#: ../drizzled/error.cc:636
3752
3752
#, fuzzy, c-format
3753
3753
msgid "Could not gain lock on '%s'."
3754
3754
msgstr "Couldn't load plugin named '%s'.\n"
3756
#: ../drizzled/error.cc:660
3756
#: ../drizzled/error.cc:637
3757
3757
#, fuzzy, c-format
3758
3758
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3759
3759
msgstr "Corrupt or invalid table definition: %s"
3761
#: ../drizzled/error.cc:661
3761
#: ../drizzled/error.cc:638
3763
3763
msgid "Invalid catalog name."
3764
3764
msgstr "Invalid parameter number"
3766
#: ../drizzled/error.cc:662
3766
#: ../drizzled/error.cc:639
3768
3768
"Engine status is now stored in the data_dictionary tables, please use these "
3772
#: ../drizzled/error.cc:663
3772
#: ../drizzled/error.cc:640
3774
3774
msgid "There is already a transaction in progress"
3775
3775
msgstr "Server shutdown in progress"
3777
#: ../drizzled/error.cc:664
3777
#: ../drizzled/error.cc:641
3778
3778
msgid "No lock is held by this connection."
3781
#. Errors in scripts, such as JavaScript
3782
#: ../drizzled/error.cc:667
3784
msgid "Script error: %s"
3785
msgstr "Fatal error: %s"
3787
#: ../drizzled/main.cc:176
3781
#: ../drizzled/main.cc:174
3789
3783
"setrlimit could not change the size of core files to 'infinity'; We may not "
3790
3784
"be able to generate a core file on signals"