970
1212
"Starts the Drizzle database server\n"
1215
#: ../drizzled/drizzled.cc:1382
974
1217
msgid "Usage: %s [OPTIONS]\n"
1220
#: ../drizzled/drizzled.cc:1506
979
1223
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
980
1224
"command line\n"
1227
#: ../drizzled/drizzled.cc:1549
983
1228
msgid "Can't start server: cannot resolve hostname!"
1231
#: ../drizzled/drizzled.cc:1555
986
1232
msgid "Can't start server: bind-address refers to multiple interfaces!"
1235
#: ../drizzled/error.cc:138
990
1237
msgid "Unknown error %d"
991
1238
msgstr "Ukjent feil %d"
1240
#: ../drizzled/error.cc:214
1244
#: ../drizzled/error.cc:215
1248
#: ../drizzled/error.cc:216
1000
1250
msgid "Can't create file '%-.200s' (errno: %d)"
1253
#: ../drizzled/error.cc:217
1004
1255
msgid "Can't create table '%-.200s' (errno: %d)"
1258
#: ../drizzled/error.cc:218
1008
1260
msgid "Can't create database '%-.192s' (errno: %d)"
1263
#: ../drizzled/error.cc:219
1012
1265
msgid "Can't create database '%-.192s'; database exists"
1013
1266
msgstr "Kan ikke lage databasen '%-.192s'; databasen finnes allerede"
1268
#: ../drizzled/error.cc:220
1016
1270
msgid "Can't drop database '%-.192s'; database doesn't exist"
1017
1271
msgstr "Kan ikke fjerne databasen '%-.192s'; databasen finnes ikke"
1273
#: ../drizzled/error.cc:221
1020
1275
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1278
#: ../drizzled/error.cc:222
1024
1280
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1026
1282
"Feil ved fjerning av databasen (klarte ikke å kjøre rmdir '%-.192s', "
1027
1283
"feilnummer: %d)"
1285
#: ../drizzled/error.cc:223
1030
1287
msgid "Error on delete of '%-.192s' (errno: %d)"
1290
#: ../drizzled/error.cc:224
1033
1291
msgid "Can't read record in system table"
1034
1292
msgstr "Klarte ikke å lese raden fra systemtabellen"
1294
#: ../drizzled/error.cc:225
1037
1296
msgid "Can't get status of '%-.200s' (errno: %d)"
1299
#: ../drizzled/error.cc:226
1041
1301
msgid "Can't get working directory (errno: %d)"
1304
#: ../drizzled/error.cc:227
1045
1306
msgid "Can't lock file (errno: %d)"
1309
#: ../drizzled/error.cc:228
1049
1311
msgid "Can't open file: '%-.200s' (errno: %d)"
1314
#: ../drizzled/error.cc:229
1053
1316
msgid "Can't find file: '%-.200s' (errno: %d)"
1319
#: ../drizzled/error.cc:230
1057
1321
msgid "Can't read dir of '%-.192s' (errno: %d)"
1324
#: ../drizzled/error.cc:231
1061
1326
msgid "Can't change dir to '%-.192s' (errno: %d)"
1329
#: ../drizzled/error.cc:232
1065
1331
msgid "Record has changed since last read in table '%-.192s'"
1066
1332
msgstr "Raden har blitt endret siden den sist ble lest fra tabellen '%-192s'"
1334
#: ../drizzled/error.cc:233
1069
1336
msgid "Disk full (%s); waiting for someone to free some space..."
1339
#: ../drizzled/error.cc:234
1073
1341
msgid "Can't write; duplicate key in table '%-.192s'"
1074
1342
msgstr "Kunne ikke skrive; nøkkelen er ikke unik i tabellen '%-.192s'"
1344
#: ../drizzled/error.cc:235
1077
1346
msgid "Error on close of '%-.192s' (errno: %d)"
1349
#: ../drizzled/error.cc:236
1081
1351
msgid "Error reading file '%-.200s' (errno: %d)"
1354
#: ../drizzled/error.cc:237
1085
1356
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1359
#: ../drizzled/error.cc:238
1089
1361
msgid "Error writing file '%-.200s' (errno: %d)"
1364
#: ../drizzled/error.cc:239
1093
1366
msgid "'%-.192s' is locked against change"
1094
1367
msgstr "'%-192s' er låst for endringer"
1369
#: ../drizzled/error.cc:240
1096
1370
msgid "Sort aborted"
1373
#: ../drizzled/error.cc:241
1100
1375
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1101
1376
msgstr "View-et '%-.192s' eksisterer ikke i '%-.192s'"
1378
#: ../drizzled/error.cc:242
1104
1380
msgid "Got error %d from storage engine"
1383
#: ../drizzled/error.cc:243
1108
1385
msgid "Table storage engine for '%-.192s' doesn't have this option"
1109
1386
msgstr "Tabellmotoren for '%-.192s' har ikke denne innstillingen"
1388
#: ../drizzled/error.cc:244
1112
1390
msgid "Can't find record in '%-.192s'"
1113
1391
msgstr "Klarte ikke å finne raden i '%-192s'"
1393
#: ../drizzled/error.cc:245
1116
1395
msgid "Incorrect information in file: '%-.200s'"
1117
1396
msgstr "Feil informasjon i filen '%-.200s'"
1398
#: ../drizzled/error.cc:246
1120
1400
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1121
1401
msgstr "Feil nøkkelfil for tabellen '%-.200s'; prøv å reparere den"
1403
#: ../drizzled/error.cc:247
1124
1405
msgid "Old key file for table '%-.192s'; repair it!"
1125
1406
msgstr "Gammel nøkkelfil for tabellen '%-.192s'; reparer den!"
1408
#: ../drizzled/error.cc:248
1128
1410
msgid "Table '%-.192s' is read only"
1413
#: ../drizzled/error.cc:249
1132
1415
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1418
#: ../drizzled/error.cc:250
1135
1419
msgid "Out of sort memory; increase server sort buffer size"
1137
1421
"Tom for sorteringsminne; øk størrelsen på sorteringsbufferen på serveren"
1423
#: ../drizzled/error.cc:251
1140
1425
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1428
#: ../drizzled/error.cc:252
1143
1429
msgid "Too many connections"
1432
#: ../drizzled/error.cc:253
1147
1434
"Out of memory; check if drizzled or some other process uses all available "
1148
1435
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1149
1436
"memory or you can add more swap space"
1439
#: ../drizzled/error.cc:254
1152
1440
msgid "Can't get hostname for your address"
1443
#: ../drizzled/error.cc:255
1155
1444
msgid "Bad handshake"
1447
#: ../drizzled/error.cc:256
1159
1449
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1452
#: ../drizzled/error.cc:257
1163
1454
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1457
#: ../drizzled/error.cc:258
1166
1458
msgid "No database selected"
1461
#: ../drizzled/error.cc:259
1169
1462
msgid "Unknown command"
1465
#: ../drizzled/error.cc:260
1173
1467
msgid "Column '%-.192s' cannot be null"
1470
#: ../drizzled/error.cc:261
1177
1472
msgid "Unknown database '%-.192s'"
1475
#: ../drizzled/error.cc:262
1181
1477
msgid "Table '%-.192s' already exists"
1480
#: ../drizzled/error.cc:263
1185
1482
msgid "Unknown table '%-.100s'"
1485
#: ../drizzled/error.cc:264
1189
1487
msgid "Column '%-.192s' in %-.192s is ambiguous"
1490
#: ../drizzled/error.cc:265
1192
1491
msgid "Server shutdown in progress"
1494
#: ../drizzled/error.cc:266
1196
1496
msgid "Unknown column '%-.192s' in '%-.192s'"
1499
#: ../drizzled/error.cc:267
1200
1501
msgid "'%-.192s' isn't in GROUP BY"
1504
#: ../drizzled/error.cc:268
1204
1506
msgid "Can't group on '%-.192s'"
1509
#: ../drizzled/error.cc:269
1207
1510
msgid "Statement has sum functions and columns in same statement"
1513
#: ../drizzled/error.cc:270
1210
1514
msgid "Column count doesn't match value count"
1517
#: ../drizzled/error.cc:271
1214
1519
msgid "Identifier name '%-.100s' is too long"
1522
#: ../drizzled/error.cc:272
1218
1524
msgid "Duplicate column name '%-.192s'"
1527
#: ../drizzled/error.cc:273
1222
1529
msgid "Duplicate key name '%-.192s'"
1532
#: ../drizzled/error.cc:274
1226
1534
msgid "Duplicate entry '%-.192s' for key %d"
1537
#: ../drizzled/error.cc:275
1230
1539
msgid "Incorrect column specifier for column '%-.192s'"
1542
#: ../drizzled/error.cc:276
1234
1544
msgid "%s near '%-.80s' at line %d"
1547
#: ../drizzled/error.cc:277
1237
1548
msgid "Query was empty"
1551
#: ../drizzled/error.cc:278
1241
1553
msgid "Not unique table/alias: '%-.192s'"
1556
#: ../drizzled/error.cc:279
1245
1558
msgid "Invalid default value for '%-.192s'"
1561
#: ../drizzled/error.cc:280
1248
1562
msgid "Multiple primary key defined"
1565
#: ../drizzled/error.cc:281
1252
1567
msgid "Too many keys specified; max %d keys allowed"
1570
#: ../drizzled/error.cc:282
1256
1572
msgid "Too many key parts specified; max %d parts allowed"
1575
#: ../drizzled/error.cc:283
1260
1577
msgid "Specified key was too long; max key length is %d bytes"
1580
#: ../drizzled/error.cc:284
1264
1582
msgid "Key column '%-.192s' doesn't exist in table"
1585
#: ../drizzled/error.cc:285
1269
1588
"BLOB column '%-.192s' can't be used in key specification with the used table "
1592
#: ../drizzled/error.cc:286
1275
1595
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1599
#: ../drizzled/error.cc:287
1280
1601
"Incorrect table definition; there can be only one auto column and it must be "
1281
1602
"defined as a key"
1605
#: ../drizzled/error.cc:288
1286
1608
"%s: ready for connections.\n"
1287
1609
"Version: '%s' socket: '%s' port: %u\n"
1612
#: ../drizzled/error.cc:289
1291
1614
msgid "%s: Normal shutdown\n"
1617
#: ../drizzled/error.cc:290
1295
1619
msgid "%s: Got signal %d. Aborting!\n"
1622
#: ../drizzled/error.cc:291
1299
1624
msgid "%s: Shutdown complete\n"
1627
#: ../drizzled/error.cc:292
1303
1629
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
1632
#: ../drizzled/error.cc:293
1306
1633
msgid "Can't create IP socket"
1636
#: ../drizzled/error.cc:294
1311
1639
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1643
#: ../drizzled/error.cc:295
1317
1646
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1318
1647
"check the manual"
1650
#: ../drizzled/error.cc:296
1322
1652
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1655
#: ../drizzled/error.cc:297
1327
1658
"The file '%-.128s' must be in the database directory or be readable by all"
1661
#: ../drizzled/error.cc:298
1331
1663
msgid "File '%-.200s' already exists"
1666
#: ../drizzled/error.cc:299
1335
1668
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
1671
#: ../drizzled/error.cc:300
1339
1673
msgid "Records: %ld Duplicates: %ld"
1676
#: ../drizzled/error.cc:301
1343
1678
"Incorrect prefix key; the used key part isn't a string, the used length is "
1344
1679
"longer than the key part, or the storage engine doesn't support unique "
1683
#: ../drizzled/error.cc:302
1348
1684
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
1687
#: ../drizzled/error.cc:303
1352
1689
msgid "Can't DROP '%-.192s'; check that column/key exists"
1692
#: ../drizzled/error.cc:304
1356
1694
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
1697
#: ../drizzled/error.cc:305
1360
1699
msgid "You can't specify target table '%-.192s' for update in FROM clause"
1702
#: ../drizzled/error.cc:306
1364
1704
msgid "Unknown thread id: %lu"
1707
#: ../drizzled/error.cc:307
1368
1709
msgid "You are not owner of thread %lu"
1712
#: ../drizzled/error.cc:308
1371
1713
msgid "No tables used"
1716
#: ../drizzled/error.cc:309
1375
1718
msgid "Too many strings for column %-.192s and SET"
1721
#: ../drizzled/error.cc:310
1379
1723
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
1726
#: ../drizzled/error.cc:311
1383
1728
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
1731
#: ../drizzled/error.cc:312
1387
1733
msgid "Table '%-.192s' was not locked with LOCK TABLES"
1736
#: ../drizzled/error.cc:313
1391
1738
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
1741
#: ../drizzled/error.cc:314
1395
1743
msgid "Incorrect database name '%-.100s'"
1746
#: ../drizzled/error.cc:315
1399
1748
msgid "Incorrect table name '%-.100s'"
1751
#: ../drizzled/error.cc:316
1403
1753
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
1404
1754
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
1757
#: ../drizzled/error.cc:317
1407
1758
msgid "Unknown error"
1761
#: ../drizzled/error.cc:318
1411
1763
msgid "Unknown procedure '%-.192s'"
1766
#: ../drizzled/error.cc:319
1415
1768
msgid "Incorrect parameter count to procedure '%-.192s'"
1771
#: ../drizzled/error.cc:320
1419
1773
msgid "Incorrect parameters to procedure '%-.192s'"
1776
#: ../drizzled/error.cc:321
1423
1778
msgid "Unknown table '%-.192s' in %-.32s"
1781
#: ../drizzled/error.cc:322
1427
1783
msgid "Column '%-.192s' specified twice"
1786
#: ../drizzled/error.cc:323
1430
1787
msgid "Invalid use of group function"
1790
#: ../drizzled/error.cc:324
1435
1793
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
1796
#: ../drizzled/error.cc:325
1438
1797
msgid "A table must have at least 1 column"
1800
#: ../drizzled/error.cc:326
1442
1802
msgid "The table '%-.192s' is full"
1805
#: ../drizzled/error.cc:327
1446
1807
msgid "Unknown character set: '%-.64s'"
1810
#: ../drizzled/error.cc:328
1450
1812
msgid "Too many tables; Drizzle can only use %d tables in a join"
1815
#: ../drizzled/error.cc:329
1453
1816
msgid "Too many columns"
1819
#: ../drizzled/error.cc:330
1458
1822
"Row size too large. The maximum row size for the used table type, not "
1459
1823
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
1826
#: ../drizzled/error.cc:331
1464
1829
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1465
1830
"thread_stack=#' to specify a bigger stack if needed"
1833
#: ../drizzled/error.cc:332
1468
1834
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
1837
#: ../drizzled/error.cc:333
1473
1840
"Table handler doesn't support NULL in given index. Please change column "
1474
1841
"'%-.192s' to be NOT NULL or use another handler"
1844
#: ../drizzled/error.cc:334
1478
1846
msgid "Can't load function '%-.192s'"
1849
#: ../drizzled/error.cc:335
1482
1851
msgid "Can't initialize function '%-.192s'; %-.80s"
1854
#: ../drizzled/error.cc:336
1485
1855
msgid "No paths allowed for plugin library"
1858
#: ../drizzled/error.cc:337
1489
1860
msgid "Plugin '%-.192s' already exists"
1863
#: ../drizzled/error.cc:338
1493
1865
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
1868
#: ../drizzled/error.cc:339
1497
1870
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
1873
#: ../drizzled/error.cc:340
1501
1875
msgid "Function '%-.192s' is not defined"
1878
#: ../drizzled/error.cc:341
1506
1881
"Host '%-.64s' is blocked because of many connection errors; unblock with "
1507
1882
"'drizzleadmin flush-hosts'"
1885
#: ../drizzled/error.cc:342
1511
1887
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
1890
#: ../drizzled/error.cc:343
1515
1892
"You are using Drizzle as an anonymous user and anonymous users are not "
1516
1893
"allowed to change passwords"
1896
#: ../drizzled/error.cc:344
1520
1898
"You must have privileges to update tables in the drizzle database to be able "
1521
1899
"to change passwords for others"
1902
#: ../drizzled/error.cc:345
1524
1903
msgid "Can't find any matching row in the user table"
1906
#: ../drizzled/error.cc:346
1528
1908
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
1911
#: ../drizzled/error.cc:347
1533
1914
"Can't create a new thread (errno %d); if you are not out of available "
1534
1915
"memory, you can consult the manual for a possible OS-dependent bug"
1918
#: ../drizzled/error.cc:348
1538
1920
msgid "Column count doesn't match value count at row %ld"
1923
#: ../drizzled/error.cc:349
1542
1925
msgid "Can't reopen table: '%-.192s'"
1928
#: ../drizzled/error.cc:350
1545
1929
msgid "Invalid use of NULL value"
1932
#: ../drizzled/error.cc:351
1549
1934
msgid "Got error '%-.64s' from regexp"
1937
#: ../drizzled/error.cc:352
1553
1939
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
1554
1940
"illegal if there is no GROUP BY clause"
1943
#: ../drizzled/error.cc:353
1558
1945
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
1948
#: ../drizzled/error.cc:354
1562
1950
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
1953
#: ../drizzled/error.cc:355
1567
1956
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
1568
1957
"table '%-.192s'"
1960
#: ../drizzled/error.cc:356
1572
1962
"Illegal GRANT/REVOKE command; please consult the manual to see which "
1573
1963
"privileges can be used"
1966
#: ../drizzled/error.cc:357
1576
1967
msgid "The host or user argument to GRANT is too long"
1970
#: ../drizzled/error.cc:358
1580
1972
msgid "Table '%-.192s.%-.192s' doesn't exist"
1975
#: ../drizzled/error.cc:359
1585
1978
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
1982
#: ../drizzled/error.cc:360
1589
1983
msgid "The used command is not allowed with this Drizzle version"
1986
#: ../drizzled/error.cc:361
1593
1988
"You have an error in your SQL syntax; check the manual that corresponds to "
1594
1989
"your Drizzle server version for the right syntax to use"
1992
#: ../drizzled/error.cc:362
1598
1994
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
1997
#: ../drizzled/error.cc:363
1601
1998
msgid "Too many delayed threads in use"
2001
#: ../drizzled/error.cc:364
1605
2003
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2006
#: ../drizzled/error.cc:365
1608
2007
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2010
#: ../drizzled/error.cc:366
1611
2011
msgid "Got a read error from the connection pipe"
2014
#: ../drizzled/error.cc:367
1614
2015
msgid "Got an error from fcntl()"
2018
#: ../drizzled/error.cc:368
1617
2019
msgid "Got packets out of order"
2022
#. CR_NET_UNCOMPRESS_ERROR 08S01
2023
#: ../drizzled/error.cc:369 ../plugin/drizzle_protocol/errmsg.cc:101
1620
2024
msgid "Couldn't uncompress communication packet"
2027
#. CR_NET_READ_ERROR 08S01
2028
#: ../drizzled/error.cc:370 ../plugin/drizzle_protocol/errmsg.cc:103
1623
2029
msgid "Got an error reading communication packets"
2032
#. CR_NET_READ_INTERRUPTED 08S01
2033
#: ../drizzled/error.cc:371 ../plugin/drizzle_protocol/errmsg.cc:105
1626
2034
msgid "Got timeout reading communication packets"
2037
#. CR_NET_ERROR_ON_WRITE 08S01
2038
#: ../drizzled/error.cc:372 ../plugin/drizzle_protocol/errmsg.cc:107
1629
2039
msgid "Got an error writing communication packets"
2042
#. CR_NET_WRITE_INTERRUPTED 08S01
2043
#: ../drizzled/error.cc:373 ../plugin/drizzle_protocol/errmsg.cc:109
1632
2044
msgid "Got timeout writing communication packets"
2047
#: ../drizzled/error.cc:374
1635
2048
msgid "Result string is longer than 'max_allowed_packet' bytes"
2051
#: ../drizzled/error.cc:375
1638
2052
msgid "The used table type doesn't support BLOB/TEXT columns"
2055
#: ../drizzled/error.cc:376
1641
2056
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2059
#: ../drizzled/error.cc:377
1646
2062
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2066
#: ../drizzled/error.cc:378
1651
2068
msgid "Incorrect column name '%-.100s'"
2071
#: ../drizzled/error.cc:379
1655
2073
msgid "The used storage engine can't index column '%-.192s'"
2076
#: ../drizzled/error.cc:380
1659
2078
"Unable to open underlying table which is differently defined or of non-"
1660
2079
"MyISAM type or doesn't exist"
2082
#: ../drizzled/error.cc:381
1664
2084
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2087
#: ../drizzled/error.cc:382
1669
2090
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2093
#: ../drizzled/error.cc:383
1673
2095
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
1674
2096
"UNIQUE instead"
2099
#: ../drizzled/error.cc:384
1677
2100
msgid "Result consisted of more than one row"
2103
#: ../drizzled/error.cc:385
1680
2104
msgid "This table type requires a primary key"
2107
#: ../drizzled/error.cc:386
1683
2108
msgid "This version of Drizzle is not compiled with RAID support"
2111
#: ../drizzled/error.cc:387
1687
2113
"You are using safe update mode and you tried to update a table without a "
1688
2114
"WHERE that uses a KEY column"
2117
#: ../drizzled/error.cc:388
1692
2119
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2122
#: ../drizzled/error.cc:389
1695
2123
msgid "Can't open table"
2126
#: ../drizzled/error.cc:390
1699
2128
msgid "The storage engine for the table doesn't support %s"
2131
#: ../drizzled/error.cc:391
1702
2132
msgid "You are not allowed to execute this command in a transaction"
2135
#: ../drizzled/error.cc:392
1706
2137
msgid "Got error %d during COMMIT"
2140
#: ../drizzled/error.cc:393
1710
2142
msgid "Got error %d during ROLLBACK"
2145
#: ../drizzled/error.cc:394
1714
2147
msgid "Got error %d during FLUSH_LOGS"
2150
#: ../drizzled/error.cc:395
1718
2152
msgid "Got error %d during CHECKPOINT"
2155
#. This is a very incorrect place to use the PRIi64 macro as the
2156
#. program that looks over the source for the N_() macros does not
2157
#. (obviously) do macro expansion, so the string is entirely wrong for
2158
#. what it is trying to output for every language except english.
2159
#: ../drizzled/error.cc:400
1723
2162
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
1724
2163
"'%-.64s' (%-.64s)"
2166
#: ../drizzled/error.cc:401
1727
2167
msgid "The storage engine for the table does not support binary table dump"
2170
#: ../drizzled/error.cc:402
1730
2171
msgid "Binlog closed, cannot RESET MASTER"
2174
#: ../drizzled/error.cc:403
1734
2176
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2179
#: ../drizzled/error.cc:404
1738
2181
msgid "Error from master: '%-.64s'"
2184
#: ../drizzled/error.cc:405
1741
2185
msgid "Net error reading from master"
2188
#: ../drizzled/error.cc:406
1744
2189
msgid "Net error writing to master"
2192
#: ../drizzled/error.cc:407
1747
2193
msgid "Can't find FULLTEXT index matching the column list"
2196
#: ../drizzled/error.cc:408
1751
2198
"Can't execute the given command because you have active locked tables or an "
1752
2199
"active transaction"
2202
#: ../drizzled/error.cc:409
1756
2204
msgid "Unknown system variable '%-.64s'"
2207
#: ../drizzled/error.cc:410
1760
2209
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2212
#: ../drizzled/error.cc:411
1765
2215
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2218
#: ../drizzled/error.cc:412
1768
2219
msgid "Some non-transactional changed tables couldn't be rolled back"
2222
#: ../drizzled/error.cc:413
1772
2224
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
1773
2225
"of storage; increase this drizzled variable and try again"
2228
#: ../drizzled/error.cc:414
1777
2230
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2233
#: ../drizzled/error.cc:415
1781
2235
"This operation requires a running slave; configure slave and do START SLAVE"
2238
#: ../drizzled/error.cc:416
1784
2239
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2242
#: ../drizzled/error.cc:417
1788
2244
"Could not initialize master info structure; more error messages can be found "
1789
2245
"in the Drizzle error log"
2248
#: ../drizzled/error.cc:418
1792
2249
msgid "Could not create slave thread; check system resources"
2252
#: ../drizzled/error.cc:419
1797
2255
"User %-.64s already has more than 'max_user_connections' active connections"
2258
#: ../drizzled/error.cc:420
1800
2259
msgid "You may only use constant expressions with SET"
2262
#: ../drizzled/error.cc:421
1803
2263
msgid "Lock wait timeout exceeded; try restarting transaction"
2266
#: ../drizzled/error.cc:422
1806
2267
msgid "The total number of locks exceeds the lock table size"
2270
#: ../drizzled/error.cc:423
1809
2271
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2274
#: ../drizzled/error.cc:424
1812
2275
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2278
#: ../drizzled/error.cc:425
1815
2279
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2282
#: ../drizzled/error.cc:426
1819
2284
msgid "Incorrect arguments to %s"
2287
#: ../drizzled/error.cc:427
1823
2289
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2292
#: ../drizzled/error.cc:428
1827
2294
"Incorrect table definition; all MERGE tables must be in the same database"
2297
#: ../drizzled/error.cc:429
1830
2298
msgid "Deadlock found when trying to get lock; try restarting transaction"
2301
#: ../drizzled/error.cc:430
1833
2302
msgid "The used table type doesn't support FULLTEXT indexes"
2305
#: ../drizzled/error.cc:431
1836
2306
msgid "Cannot add foreign key constraint"
2309
#: ../drizzled/error.cc:432
1839
2310
msgid "Cannot add or update a child row: a foreign key constraint fails"
2313
#: ../drizzled/error.cc:433
1842
2314
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2317
#: ../drizzled/error.cc:434
1846
2319
msgid "Error connecting to master: %-.128s"
2322
#: ../drizzled/error.cc:435
1850
2324
msgid "Error running query on master: %-.128s"
2327
#: ../drizzled/error.cc:436
1854
2329
msgid "Error when executing command %s: %-.128s"
2332
#: ../drizzled/error.cc:437
1858
2334
msgid "Incorrect usage of %s and %s"
2337
#: ../drizzled/error.cc:438
1861
2338
msgid "The used SELECT statements have a different number of columns"
2341
#: ../drizzled/error.cc:439
1864
2342
msgid "Can't execute the query because you have a conflicting read lock"
2345
#: ../drizzled/error.cc:440
1867
2346
msgid "Mixing of transactional and non-transactional tables is disabled"
2349
#: ../drizzled/error.cc:441
1871
2351
msgid "Option '%s' used twice in statement"
2354
#: ../drizzled/error.cc:442
1875
2356
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2359
#: ../drizzled/error.cc:443
1879
2361
msgid "Access denied; you need the %-.128s privilege for this operation"
2364
#: ../drizzled/error.cc:444
1884
2367
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2370
#: ../drizzled/error.cc:445
1889
2373
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2376
#: ../drizzled/error.cc:446
1893
2378
msgid "Variable '%-.64s' doesn't have a default value"
2381
#: ../drizzled/error.cc:447
1897
2383
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2386
#: ../drizzled/error.cc:448
1901
2388
msgid "Incorrect argument type to variable '%-.64s'"
2391
#: ../drizzled/error.cc:449
1905
2393
msgid "Variable '%-.64s' can only be set, not read"
2396
#: ../drizzled/error.cc:450
1909
2398
msgid "Incorrect usage/placement of '%s'"
2401
#: ../drizzled/error.cc:451
1913
2403
msgid "This version of Drizzle doesn't yet support '%s'"
2406
#: ../drizzled/error.cc:452
1918
2409
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2412
#: ../drizzled/error.cc:453
1921
2413
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2416
#: ../drizzled/error.cc:454
1925
2418
msgid "Variable '%-.192s' is a %s variable"
2421
#: ../drizzled/error.cc:455
1929
2423
msgid "Incorrect foreign key definition for '%-.192s': %s"
2426
#: ../drizzled/error.cc:456
1932
2427
msgid "Key reference and table reference don't match"
2430
#: ../drizzled/error.cc:457
1936
2432
msgid "Operand should contain %d column(s)"
2435
#: ../drizzled/error.cc:458
1939
2436
msgid "Subquery returns more than 1 row"
2439
#: ../drizzled/error.cc:459
1943
2441
msgid "Unknown prepared statement handler (%.*s) given to %s"
2444
#: ../drizzled/error.cc:460
1946
2445
msgid "Help database is corrupt or does not exist"
2448
#: ../drizzled/error.cc:461
1949
2449
msgid "Cyclic reference on subqueries"
2452
#: ../drizzled/error.cc:462
1953
2454
msgid "Converting column '%s' from %s to %s"
2457
#: ../drizzled/error.cc:463
1957
2459
msgid "Reference '%-.64s' not supported (%s)"
2462
#: ../drizzled/error.cc:464
1960
2463
msgid "Every derived table must have its own alias"
2466
#: ../drizzled/error.cc:465
1964
2468
msgid "Select %u was reduced during optimization"
2471
#: ../drizzled/error.cc:466
1968
2473
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2476
#: ../drizzled/error.cc:467
1972
2478
"Client does not support authentication protocol requested by server; "
1973
2479
"consider upgrading Drizzle client"
2482
#: ../drizzled/error.cc:468
1976
2483
msgid "All parts of a SPATIAL index must be NOT NULL"
2486
#: ../drizzled/error.cc:469
1980
2488
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2491
#: ../drizzled/error.cc:470
1983
2492
msgid "Slave is already running"
2495
#: ../drizzled/error.cc:471
1986
2496
msgid "Slave already has been stopped"
2499
#: ../drizzled/error.cc:472
1991
2502
"Uncompressed data size too large; the maximum size is %d (based on "
1992
2503
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2506
#: ../drizzled/error.cc:473
1995
2507
msgid "ZLIB: Not enough memory"
2510
#: ../drizzled/error.cc:474
1999
2512
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2000
2513
"data was corrupted)"
2516
#: ../drizzled/error.cc:475
2003
2517
msgid "ZLIB: Input data corrupted"
2520
#: ../drizzled/error.cc:476
2007
2522
msgid "%d line(s) were cut by GROUP_CONCAT()"
2525
#: ../drizzled/error.cc:477
2011
2527
msgid "Row %ld doesn't contain data for all columns"
2530
#: ../drizzled/error.cc:478
2016
2533
"Row %ld was truncated; it contained more data than there were input columns"
2536
#: ../drizzled/error.cc:479
2021
2539
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2542
#: ../drizzled/error.cc:480
2025
2544
msgid "Out of range value for column '%s' at row %ld"
2547
#: ../drizzled/error.cc:481
2029
2549
msgid "Data truncated for column '%s' at row %ld"
2552
#: ../drizzled/error.cc:482
2033
2554
msgid "Using storage engine %s for table '%s'"
2557
#: ../drizzled/error.cc:483
2037
2559
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2562
#: ../drizzled/error.cc:484
2040
2563
msgid "Cannot drop one or more of the requested users"
2566
#: ../drizzled/error.cc:485
2043
2567
msgid "Can't revoke all privileges for one or more of the requested users"
2570
#: ../drizzled/error.cc:486
2047
2572
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2575
#: ../drizzled/error.cc:487
2051
2577
msgid "Illegal mix of collations for operation '%s'"
2580
#: ../drizzled/error.cc:488
2056
2583
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2057
2584
"variable_name)"
2587
#: ../drizzled/error.cc:489
2061
2589
msgid "Unknown collation: '%-.64s'"
2592
#: ../drizzled/error.cc:490
2065
2594
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2066
2595
"compiled without SSL support; they can be used later if Drizzle slave with "
2067
2596
"SSL is started"
2599
#: ../drizzled/error.cc:491
2072
2602
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2073
2603
"old format; please change the password to the new format"
2606
#: ../drizzled/error.cc:492
2078
2609
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2613
#: ../drizzled/error.cc:493
2082
2614
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
2617
#: ../drizzled/error.cc:494
2086
2619
"It is recommended to use --skip-slave-start when doing step-by-step "
2087
2620
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2088
2621
"get an unexpected slave's drizzled restart"
2624
#: ../drizzled/error.cc:495
2091
2625
msgid "SQL thread is not to be started so UNTIL options are ignored"
2628
#: ../drizzled/error.cc:496
2095
2630
msgid "Incorrect index name '%-.100s'"
2633
#: ../drizzled/error.cc:497
2099
2635
msgid "Incorrect catalog name '%-.100s'"
2638
#: ../drizzled/error.cc:498
2103
2640
msgid "Query cache failed to set size %lu; new query cache size is %lu"
2643
#: ../drizzled/error.cc:499
2107
2645
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2648
#: ../drizzled/error.cc:500
2111
2650
msgid "Unknown key cache '%-.100s'"
2653
#: ../drizzled/error.cc:501
2115
2655
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2116
2656
"this switch for this grant to work"
2659
#: ../drizzled/error.cc:502
2120
2661
msgid "Unknown table engine '%s'"
2664
#: ../drizzled/error.cc:503
2124
2666
msgid "'%s' is deprecated; use '%s' instead"
2669
#: ../drizzled/error.cc:504
2128
2671
msgid "The target table %-.100s of the %s is not updatable"
2674
#: ../drizzled/error.cc:505
2133
2677
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2681
#: ../drizzled/error.cc:506
2139
2684
"The Drizzle server is running with the %s option so it cannot execute this "
2688
#: ../drizzled/error.cc:507
2144
2690
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2693
#: ../drizzled/error.cc:508
2148
2695
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2698
#: ../drizzled/error.cc:509
2152
2700
"Incorrect table definition; there can be only one TIMESTAMP column with "
2153
2701
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2704
#: ../drizzled/error.cc:510
2157
2706
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2709
#: ../drizzled/error.cc:511
2160
2710
msgid "This command is not supported in the prepared statement protocol yet"
2713
#: ../drizzled/error.cc:512
2164
2715
msgid "Got error %d '%-.100s' from %s"
2718
#: ../drizzled/error.cc:513
2168
2720
msgid "Got temporary error %d '%-.100s' from %s"
2723
#: ../drizzled/error.cc:514
2172
2725
msgid "Unknown or incorrect time zone: '%-.64s'"
2728
#: ../drizzled/error.cc:515
2176
2730
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
2733
#: ../drizzled/error.cc:516
2180
2735
msgid "Invalid %s character string: '%.64s'"
2738
#: ../drizzled/error.cc:517
2184
2740
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2743
#: ../drizzled/error.cc:518
2188
2745
msgid "Conflicting declarations: '%s%s' and '%s%s'"
2748
#: ../drizzled/error.cc:519
2192
2750
msgid "Can't create a %s from within another stored routine"
2753
#: ../drizzled/error.cc:520
2196
2755
msgid "%s %s already exists"
2758
#: ../drizzled/error.cc:521
2200
2760
msgid "%s %s does not exist"
2763
#: ../drizzled/error.cc:522
2204
2765
msgid "Failed to DROP %s %s"
2768
#: ../drizzled/error.cc:523
2208
2770
msgid "Failed to CREATE %s %s"
2773
#: ../drizzled/error.cc:524
2212
2775
msgid "%s with no matching label: %s"
2778
#: ../drizzled/error.cc:525
2216
2780
msgid "Redefining label %s"
2783
#: ../drizzled/error.cc:526
2220
2785
msgid "End-label %s without match"
2788
#: ../drizzled/error.cc:527
2224
2790
msgid "Referring to uninitialized variable %s"
2793
#: ../drizzled/error.cc:528
2228
2795
msgid "PROCEDURE %s can't return a result set in the given context"
2798
#: ../drizzled/error.cc:529
2231
2799
msgid "RETURN is only allowed in a FUNCTION"
2802
#: ../drizzled/error.cc:530
2235
2804
msgid "%s is not allowed in stored procedures"
2807
#: ../drizzled/error.cc:531
2239
2809
"The update log is deprecated and replaced by the binary log; SET "
2240
2810
"SQL_LOG_UPDATE has been ignored"
2813
#: ../drizzled/error.cc:532
2244
2815
"The update log is deprecated and replaced by the binary log; SET "
2245
2816
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2819
#: ../drizzled/error.cc:533
2248
2820
msgid "Query execution was interrupted"
2823
#: ../drizzled/error.cc:534
2252
2825
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
2828
#: ../drizzled/error.cc:535
2256
2830
msgid "Undefined CONDITION: %s"
2833
#: ../drizzled/error.cc:536
2260
2835
msgid "No RETURN found in FUNCTION %s"
2838
#: ../drizzled/error.cc:537
2264
2840
msgid "FUNCTION %s ended without RETURN"
2843
#: ../drizzled/error.cc:538
2267
2844
msgid "Cursor statement must be a SELECT"
2847
#: ../drizzled/error.cc:539
2270
2848
msgid "Cursor SELECT must not have INTO"
2851
#: ../drizzled/error.cc:540
2274
2853
msgid "Undefined CURSOR: %s"
2856
#: ../drizzled/error.cc:541
2277
2857
msgid "Cursor is already open"
2860
#: ../drizzled/error.cc:542
2280
2861
msgid "Cursor is not open"
2864
#: ../drizzled/error.cc:543
2284
2866
msgid "Undeclared variable: %s"
2869
#: ../drizzled/error.cc:544
2287
2870
msgid "Incorrect number of FETCH variables"
2873
#: ../drizzled/error.cc:545
2290
2874
msgid "No data - zero rows fetched, selected, or processed"
2877
#: ../drizzled/error.cc:546
2294
2879
msgid "Duplicate parameter: %s"
2882
#: ../drizzled/error.cc:547
2298
2884
msgid "Duplicate variable: %s"
2887
#: ../drizzled/error.cc:548
2302
2889
msgid "Duplicate condition: %s"
2892
#: ../drizzled/error.cc:549
2306
2894
msgid "Duplicate cursor: %s"
2897
#: ../drizzled/error.cc:550
2310
2899
msgid "Failed to ALTER %s %s"
2902
#: ../drizzled/error.cc:551
2313
2903
msgid "Subquery value not supported"
2906
#: ../drizzled/error.cc:552
2317
2908
msgid "%s is not allowed in stored function or trigger"
2911
#: ../drizzled/error.cc:553
2320
2912
msgid "Variable or condition declaration after cursor or handler declaration"
2915
#: ../drizzled/error.cc:554
2323
2916
msgid "Cursor declaration after handler declaration"
2919
#: ../drizzled/error.cc:555
2326
2920
msgid "Case not found for CASE statement"
2923
#: ../drizzled/error.cc:556
2330
2925
msgid "Configuration file '%-.192s' is too big"
2928
#: ../drizzled/error.cc:557
2334
2930
msgid "Malformed file type header in file '%-.192s'"
2933
#: ../drizzled/error.cc:558
2338
2935
msgid "Unexpected end of file while parsing comment '%-.200s'"
2938
#: ../drizzled/error.cc:559
2342
2940
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
2943
#: ../drizzled/error.cc:560
2346
2945
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
2948
#: ../drizzled/error.cc:561
2349
2949
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
2952
#: ../drizzled/error.cc:562
2353
2954
msgid "'%-.192s.%-.192s' is not %s"
2957
#: ../drizzled/error.cc:563
2357
2959
msgid "Column '%-.192s' is not updatable"
2962
#: ../drizzled/error.cc:564
2360
2963
msgid "View's SELECT contains a subquery in the FROM clause"
2966
#: ../drizzled/error.cc:565
2364
2968
msgid "View's SELECT contains a '%s' clause"
2971
#: ../drizzled/error.cc:566
2367
2972
msgid "View's SELECT contains a variable or parameter"
2975
#: ../drizzled/error.cc:567
2371
2977
msgid "View's SELECT refers to a temporary table '%-.192s'"
2980
#: ../drizzled/error.cc:568
2374
2981
msgid "View's SELECT and view's field list have different column counts"
2984
#: ../drizzled/error.cc:569
2378
2986
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
2989
#: ../drizzled/error.cc:570
2381
2990
msgid "View being updated does not have complete key of underlying table in it"
2993
#: ../drizzled/error.cc:571
2386
2996
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2387
2997
"(s) or definer/invoker of view lack rights to use them"
3000
#: ../drizzled/error.cc:572
2391
3002
msgid "Can't drop or alter a %s from within another stored routine"
3005
#: ../drizzled/error.cc:573
2394
3006
msgid "GOTO is not allowed in a stored procedure handler"
3009
#: ../drizzled/error.cc:574
2397
3010
msgid "Trigger already exists"
3013
#: ../drizzled/error.cc:575
2400
3014
msgid "Trigger does not exist"
3017
#: ../drizzled/error.cc:576
2404
3019
msgid "Trigger's '%-.192s' is view or temporary table"
3022
#: ../drizzled/error.cc:577
2408
3024
msgid "Updating of %s row is not allowed in %strigger"
3027
#: ../drizzled/error.cc:578
2412
3029
msgid "There is no %s row in %s trigger"
3032
#: ../drizzled/error.cc:579
2416
3034
msgid "Field '%-.192s' doesn't have a default value"
3037
#: ../drizzled/error.cc:580
2419
3038
msgid "Division by 0"
3041
#: ../drizzled/error.cc:581
2423
3043
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3046
#: ../drizzled/error.cc:582
2427
3048
msgid "Illegal %s '%-.192s' value found during parsing"
3051
#: ../drizzled/error.cc:583
2431
3053
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3056
#: ../drizzled/error.cc:584
2435
3058
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3061
#: ../drizzled/error.cc:585
2439
3063
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3066
#: ../drizzled/error.cc:586
2443
3068
msgid "Failed purging old relay logs: %s"
3071
#: ../drizzled/error.cc:587
2447
3073
msgid "Password hash should be a %d-digit hexadecimal number"
3076
#: ../drizzled/error.cc:588
2450
3077
msgid "Target log not found in binlog index"
3080
#: ../drizzled/error.cc:589
2453
3081
msgid "I/O error reading log index file"
3084
#: ../drizzled/error.cc:590
2456
3085
msgid "Server configuration does not permit binlog purge"
3088
#: ../drizzled/error.cc:591
2459
3089
msgid "Failed on fseek()"
3092
#: ../drizzled/error.cc:592
2462
3093
msgid "Fatal error during log purge"
3096
#: ../drizzled/error.cc:593
2465
3097
msgid "A purgeable log is in use, will not purge"
3100
#: ../drizzled/error.cc:594
2468
3101
msgid "Unknown error during log purge"
3104
#: ../drizzled/error.cc:595
2472
3106
msgid "Failed initializing relay log position: %s"
3109
#: ../drizzled/error.cc:596
2475
3110
msgid "You are not using binary logging"
3113
#: ../drizzled/error.cc:597
2480
3116
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3119
#: ../drizzled/error.cc:598
2483
3120
msgid "WSAStartup Failed"
3123
#: ../drizzled/error.cc:599
2486
3124
msgid "Can't handle procedures with different groups yet"
3127
#: ../drizzled/error.cc:600
2489
3128
msgid "Select must have a group with this procedure"
3131
#: ../drizzled/error.cc:601
2492
3132
msgid "Can't use ORDER clause with this procedure"
3135
#: ../drizzled/error.cc:602
2496
3137
msgid "Binary logging and replication forbid changing the global server %s"
3140
#: ../drizzled/error.cc:603
2500
3142
msgid "Can't map file: %-.200s, errno: %d"
3145
#: ../drizzled/error.cc:604
2504
3147
msgid "Wrong magic in %-.64s"
3150
#: ../drizzled/error.cc:605
2507
3151
msgid "Prepared statement contains too many placeholders"
3154
#: ../drizzled/error.cc:606
2511
3156
msgid "Key part '%-.192s' length cannot be 0"
3159
#: ../drizzled/error.cc:607
2514
3160
msgid "View text checksum failed"
3163
#: ../drizzled/error.cc:608
2519
3166
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3169
#: ../drizzled/error.cc:609
2523
3171
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3174
#: ../drizzled/error.cc:610
2527
3176
msgid "Can not delete from join view '%-.192s.%-.192s'"
3179
#: ../drizzled/error.cc:611
2531
3181
msgid "Operation %s failed for %.256s"
3184
#: ../drizzled/error.cc:612
2534
3185
msgid "XAER_NOTA: Unknown XID"
3188
#: ../drizzled/error.cc:613
2537
3189
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3192
#: ../drizzled/error.cc:614
2542
3195
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2543
3196
"the %.64s state"
3199
#: ../drizzled/error.cc:615
2546
3200
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3203
#: ../drizzled/error.cc:616
2550
3205
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
2551
3206
"for consistency"
3209
#: ../drizzled/error.cc:617
2554
3210
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3213
#: ../drizzled/error.cc:618
2559
3216
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3220
#: ../drizzled/error.cc:619
2563
3221
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3224
#: ../drizzled/error.cc:620
2566
3225
msgid "Failed to revoke all privileges to dropped routine"
3228
#: ../drizzled/error.cc:621
2570
3230
msgid "Data too long for column '%s' at row %ld"
3233
#: ../drizzled/error.cc:622
2574
3235
msgid "Bad SQLSTATE: '%s'"
3238
#: ../drizzled/error.cc:623
2579
3241
"%s: ready for connections.\n"
2580
3242
"Version: '%s' %s\n"
3245
#: ../drizzled/error.cc:624
2583
3246
msgid "Can't load value from file with fixed size rows to variable"
3249
#: ../drizzled/error.cc:625
2586
3250
msgid "You are not allowed to create a user with GRANT"
3253
#: ../drizzled/error.cc:626
2590
3255
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3258
#: ../drizzled/error.cc:627
2593
3259
msgid "Table definition has changed, please retry transaction"
3262
#: ../drizzled/error.cc:628
2596
3263
msgid "Duplicate handler declared in the same block"
3266
#: ../drizzled/error.cc:629
2601
3269
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
2602
3270
"variable in BEFORE trigger"
3273
#: ../drizzled/error.cc:630
2606
3275
msgid "Not allowed to return a result set from a %s"
3278
#: ../drizzled/error.cc:631
2609
3279
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3282
#: ../drizzled/error.cc:632
2613
3284
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
2614
3285
"declaration and binary logging is enabled; if non-transactional tables were "
2615
3286
"updated, the binary log will miss their changes"
3289
#: ../drizzled/error.cc:633
2619
3291
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
2620
3292
"declaration and binary logging is enabled (you *might* want to use the less "
2621
3293
"safe log_bin_trust_function_creators variable)"
3296
#: ../drizzled/error.cc:634
2625
3298
"You do not have the SUPER privilege and binary logging is enabled (you "
2626
3299
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3302
#: ../drizzled/error.cc:635
2630
3304
"You can't execute a prepared statement which has an open cursor associated "
2631
3305
"with it. Reset the statement to re-execute it."
3308
#: ../drizzled/error.cc:636
2635
3310
msgid "The statement (%lu) has no open cursor."
3313
#: ../drizzled/error.cc:637
2639
3315
"Explicit or implicit commit is not allowed in stored function or trigger."
3318
#: ../drizzled/error.cc:638
2644
3321
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3324
#: ../drizzled/error.cc:639
2647
3325
msgid "Recursive stored functions and triggers are not allowed."
3328
#: ../drizzled/error.cc:640
2651
3330
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3333
#: ../drizzled/error.cc:641
2655
3335
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3338
#: ../drizzled/error.cc:642
2660
3341
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3345
#: ../drizzled/error.cc:643
2665
3347
"You can't combine write-locking of system tables with other tables or lock "
3351
#: ../drizzled/error.cc:644
2670
3353
msgid "Unable to connect to foreign data source: %.64s"
3356
#: ../drizzled/error.cc:645
2675
3359
"There was a problem processing the query on the foreign data source. Data "
2676
3360
"source error: %-.64s"
3363
#: ../drizzled/error.cc:646
2681
3366
"The foreign data source you are trying to reference does not exist. Data "
2682
3367
"source error: %-.64s"
3370
#: ../drizzled/error.cc:647
2687
3373
"Can't create federated table. The data source connection string '%-.64s' is "
2688
3374
"not in the correct format"
3377
#: ../drizzled/error.cc:648
2692
3379
msgid "The data source connection string '%-.64s' is not in the correct format"
3382
#: ../drizzled/error.cc:649
2696
3384
msgid "Can't create federated table. Foreign data src error: %-.64s"
3387
#: ../drizzled/error.cc:650
2699
3388
msgid "Trigger in wrong schema"
3391
#: ../drizzled/error.cc:651
2704
3394
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2705
3395
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3398
#: ../drizzled/error.cc:652
2709
3400
msgid "Routine body for '%-.100s' is too long"
3403
#: ../drizzled/error.cc:653
2712
3404
msgid "Cannot drop default keycache"
3407
#: ../drizzled/error.cc:654
2716
3409
msgid "Display width out of range for column '%-.192s' (max = %d)"
3412
#: ../drizzled/error.cc:655
2719
3413
msgid "XAER_DUPID: The XID already exists"
3416
#: ../drizzled/error.cc:656
2723
3418
msgid "Datetime function: %-.32s field overflow"
3421
#: ../drizzled/error.cc:657
2728
3424
"Can't update table '%-.192s' in stored function/trigger because it is "
2729
3425
"already used by statement which invoked this stored function/trigger."
3428
#: ../drizzled/error.cc:658
2734
3431
"The definition of table '%-.192s' prevents operation %.192s on table "
3435
#: ../drizzled/error.cc:659
2739
3437
"The prepared statement contains a stored routine call that refers to that "
2740
3438
"same statement. It's not allowed to execute a prepared statement in such a "
2741
3439
"recursive manner"
3442
#: ../drizzled/error.cc:660
2744
3443
msgid "Not allowed to set autocommit from a stored function or trigger"
3446
#: ../drizzled/error.cc:661
2747
3447
msgid "Definer is not fully qualified"
3450
#: ../drizzled/error.cc:662
2752
3453
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
2753
3454
"Current user is used as definer. Please recreate the view!"
3457
#: ../drizzled/error.cc:663
2758
3460
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3464
#: ../drizzled/error.cc:664
2763
3466
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3469
#: ../drizzled/error.cc:665
2767
3471
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3474
#: ../drizzled/error.cc:666
2772
3477
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3480
#: ../drizzled/error.cc:667
2777
3483
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3486
#: ../drizzled/error.cc:668
2781
3488
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
3491
#: ../drizzled/error.cc:669
2786
3494
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
2788
3496
"insufficient privileges. Please recreate the trigger."
3499
#: ../drizzled/error.cc:670
2792
3501
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
3504
#: ../drizzled/error.cc:671
2797
3507
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
2798
3508
"exceeded for routine %.192s"
3511
#: ../drizzled/error.cc:672
2803
3514
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
2804
3515
"or contains bad data (internal code %d)"
3518
#: ../drizzled/error.cc:673
2808
3520
msgid "Incorrect routine name '%-.192s'"
3523
#: ../drizzled/error.cc:674
2812
3525
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3528
#: ../drizzled/error.cc:675
2815
3529
msgid "AGGREGATE is not supported for stored functions"
3532
#: ../drizzled/error.cc:676
2820
3535
"Can't create more than max_prepared_stmt_count statements (current value: %"
3539
#: ../drizzled/error.cc:677
2825
3541
msgid "`%-.192s`.`%-.192s` contains view recursion"
3544
#: ../drizzled/error.cc:678
2829
3546
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3549
#: ../drizzled/error.cc:679
2832
3550
msgid "The used table type doesn't support SPATIAL indexes"
3553
#: ../drizzled/error.cc:680
2835
3554
msgid "Triggers can not be created on system tables"
3557
#: ../drizzled/error.cc:681
2839
3559
msgid "Leading spaces are removed from name '%s'"
3562
#: ../drizzled/error.cc:682
2842
3563
msgid "Failed to read auto-increment value from storage engine"
3566
#: ../drizzled/error.cc:683
2845
3567
msgid "user name"
3570
#: ../drizzled/error.cc:684
2848
3571
msgid "host name"
3574
#: ../drizzled/error.cc:685
2852
3576
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3579
#: ../drizzled/error.cc:686
2856
3581
msgid "The target table %-.100s of the %s is not insertable-into"
3584
#: ../drizzled/error.cc:687
2861
3587
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
3590
#: ../drizzled/error.cc:688
2864
3591
msgid "Too high level of nesting for select"
3594
#: ../drizzled/error.cc:689
2868
3596
msgid "Name '%-.64s' has become ''"
3599
#: ../drizzled/error.cc:690
2872
3601
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
2873
3602
"optional and non-empty FIELDS ENCLOSED BY"
3605
#: ../drizzled/error.cc:691
2877
3607
msgid "The foreign server, %s, you are trying to create already exists."
3610
#: ../drizzled/error.cc:692
2882
3613
"The foreign server name you are trying to reference does not exist. Data "
2883
3614
"source error: %-.64s"
3617
#: ../drizzled/error.cc:693
2888
3620
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3623
#: ../drizzled/error.cc:694
2893
3626
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
2894
3627
"each partition"
3630
#: ../drizzled/error.cc:695
2898
3632
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
3635
#: ../drizzled/error.cc:696
2901
3636
msgid "MAXVALUE can only be used in last partition definition"
3639
#: ../drizzled/error.cc:697
2904
3640
msgid "Subpartitions can only be hash partitions and by key"
3643
#: ../drizzled/error.cc:698
2907
3644
msgid "Must define subpartitions on all partitions if on one partition"
3647
#: ../drizzled/error.cc:699
2910
3648
msgid "Wrong number of partitions defined, mismatch with previous setting"
3651
#: ../drizzled/error.cc:700
2913
3652
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
3655
#: ../drizzled/error.cc:701
2916
3656
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
3659
#: ../drizzled/error.cc:702
2919
3660
msgid "Expression in RANGE/LIST VALUES must be constant"
3663
#: ../drizzled/error.cc:703
2922
3664
msgid "Field in list of fields for partition function not found in table"
3667
#: ../drizzled/error.cc:704
2925
3668
msgid "List of fields is only allowed in KEY partitions"
3671
#: ../drizzled/error.cc:705
2929
3673
"The partition info in the frm file is not consistent with what can be "
2930
3674
"written into the frm file"
3677
#: ../drizzled/error.cc:706
2934
3679
msgid "The %-.192s function returns the wrong type"
3682
#: ../drizzled/error.cc:707
2938
3684
msgid "For %-.64s partitions each partition must be defined"
3687
#: ../drizzled/error.cc:708
2941
3688
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
3691
#: ../drizzled/error.cc:709
2944
3692
msgid "VALUES value must be of same type as partition function"
3695
#: ../drizzled/error.cc:710
2947
3696
msgid "Multiple definition of same constant in list partitioning"
3699
#: ../drizzled/error.cc:711
2950
3700
msgid "Partitioning can not be used stand-alone in query"
3703
#: ../drizzled/error.cc:712
2954
3705
"The mix of handlers in the partitions is not allowed in this version of "
3709
#: ../drizzled/error.cc:713
2959
3711
msgid "For the partitioned engine it is necessary to define all %-.64s"
3714
#: ../drizzled/error.cc:714
2962
3715
msgid "Too many partitions (including subpartitions) were defined"
3718
#: ../drizzled/error.cc:715
2966
3720
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
2967
3721
"partitioning for subpartitioning"
3724
#: ../drizzled/error.cc:716
2970
3725
msgid "Failed to create specific handler file"
3728
#: ../drizzled/error.cc:717
2973
3729
msgid "A BLOB field is not allowed in partition function"
3732
#: ../drizzled/error.cc:718
2977
3734
msgid "A %-.192s must include all columns in the table's partitioning function"
3737
#: ../drizzled/error.cc:719
2981
3739
msgid "Number of %-.64s = 0 is not an allowed value"
3742
#: ../drizzled/error.cc:720
2984
3743
msgid "Partition management on a not partitioned table is not possible"
3746
#: ../drizzled/error.cc:721
2988
3748
"Foreign key condition is not yet supported in conjunction with partitioning"
3751
#: ../drizzled/error.cc:722
2992
3753
msgid "Error in list of partitions to %-.64s"
3756
#: ../drizzled/error.cc:723
2995
3757
msgid "Cannot remove all partitions, use DROP TABLE instead"
3760
#: ../drizzled/error.cc:724
2998
3761
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
3764
#: ../drizzled/error.cc:725
3002
3766
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3003
3767
"their numbers"
3770
#: ../drizzled/error.cc:726
3007
3772
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3008
3773
"tables using HASH PARTITIONs"
3776
#: ../drizzled/error.cc:727
3012
3778
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
3781
#: ../drizzled/error.cc:728
3015
3782
msgid "Trying to Add partition(s) with wrong number of subpartitions"
3785
#: ../drizzled/error.cc:729
3018
3786
msgid "At least one partition must be added"
3789
#: ../drizzled/error.cc:730
3021
3790
msgid "At least one partition must be coalesced"
3793
#: ../drizzled/error.cc:731
3024
3794
msgid "More partitions to reorganize than there are partitions"
3797
#: ../drizzled/error.cc:732
3028
3799
msgid "Duplicate partition name %-.192s"
3802
#: ../drizzled/error.cc:733
3031
3803
msgid "It is not allowed to shut off binlog on this command"
3806
#: ../drizzled/error.cc:734
3034
3807
msgid "When reorganizing a set of partitions they must be in consecutive order"
3810
#: ../drizzled/error.cc:735
3038
3812
"Reorganize of range partitions cannot change total ranges except for last "
3039
3813
"partition where it can extend the range"
3816
#: ../drizzled/error.cc:736
3042
3817
msgid "Partition function not supported in this version for this handler"
3820
#: ../drizzled/error.cc:737
3045
3821
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
3824
#: ../drizzled/error.cc:738
3049
3826
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
3829
#: ../drizzled/error.cc:739
3053
3831
msgid "Plugin '%-.192s' is not loaded"
3834
#: ../drizzled/error.cc:740
3057
3836
msgid "Incorrect %-.32s value: '%-.128s'"
3839
#: ../drizzled/error.cc:741
3061
3841
msgid "Table has no partition for value %-.64s"
3844
#: ../drizzled/error.cc:742
3065
3846
msgid "It is not allowed to specify %s more than once"
3849
#: ../drizzled/error.cc:743 ../drizzled/error.cc:811
3069
3851
msgid "Failed to create %s"
3854
#: ../drizzled/error.cc:744 ../drizzled/error.cc:756
3073
3856
msgid "Failed to drop %s"
3859
#: ../drizzled/error.cc:745
3076
3860
msgid "The handler doesn't support autoextend of tablespaces"
3863
#: ../drizzled/error.cc:746
3080
3865
"A size parameter was incorrectly specified, either number or on the form 10M"
3868
#: ../drizzled/error.cc:747
3084
3870
"The size number was correct but we don't allow the digit part to be more "
3085
3871
"than 2 billion"
3874
#: ../drizzled/error.cc:748
3089
3876
msgid "Failed to alter: %s"
3879
#: ../drizzled/error.cc:749
3092
3880
msgid "Writing one row to the row-based binary log failed"
3883
#: ../drizzled/error.cc:750
3096
3885
msgid "Table definition on master and slave does not match: %s"
3888
#: ../drizzled/error.cc:751
3100
3890
"Slave running with --log-slave-updates must use row-based binary logging to "
3101
3891
"be able to replicate row-based binary log events"
3894
#: ../drizzled/error.cc:752
3105
3896
msgid "Event '%-.192s' already exists"
3899
#: ../drizzled/error.cc:753
3109
3901
msgid "Failed to store event %s. Error code %d from storage engine."
3904
#: ../drizzled/error.cc:754
3113
3906
msgid "Unknown event '%-.192s'"
3909
#: ../drizzled/error.cc:755
3117
3911
msgid "Failed to alter event '%-.192s'"
3914
#: ../drizzled/error.cc:757
3120
3915
msgid "INTERVAL is either not positive or too big"
3918
#: ../drizzled/error.cc:758
3123
3919
msgid "ENDS is either invalid or before STARTS"
3922
#: ../drizzled/error.cc:759
3126
3923
msgid "Event execution time is in the past. Event has been disabled"
3926
#: ../drizzled/error.cc:760
3129
3927
msgid "Failed to open drizzle.event"
3930
#: ../drizzled/error.cc:761
3132
3931
msgid "No datetime expression provided"
3934
#: ../drizzled/error.cc:762
3137
3937
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
3138
3938
"probably corrupted"
3941
#: ../drizzled/error.cc:763
3142
3943
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
3946
#: ../drizzled/error.cc:764
3145
3947
msgid "Failed to delete the event from drizzle.event"
3950
#: ../drizzled/error.cc:765
3148
3951
msgid "Error during compilation of event's body"
3954
#: ../drizzled/error.cc:766
3151
3955
msgid "Same old and new event name"
3958
#: ../drizzled/error.cc:767
3155
3960
msgid "Data for column '%s' too long"
3963
#: ../drizzled/error.cc:768
3159
3965
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3968
#: ../drizzled/error.cc:769
3164
3971
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
3975
#: ../drizzled/error.cc:770
3168
3976
msgid "You can't write-lock a log table. Only read access is possible"
3979
#: ../drizzled/error.cc:771
3171
3980
msgid "You can't use locks with log tables."
3983
#: ../drizzled/error.cc:772
3176
3986
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3177
3987
"d would lead to a duplicate entry"
3990
#: ../drizzled/error.cc:773
3182
3993
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
3183
3994
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
3997
#: ../drizzled/error.cc:774
3187
3999
"Cannot switch out of the row-based binary log format when the session has "
3188
4000
"open temporary tables"
4003
#: ../drizzled/error.cc:775
3192
4005
"Cannot change the binary logging format inside a stored function or trigger"
4008
#: ../drizzled/error.cc:776
3196
4010
"The NDB cluster engine does not support changing the binlog format on the "
4014
#: ../drizzled/error.cc:777
3200
4015
msgid "Cannot create temporary table with partitions"
4018
#: ../drizzled/error.cc:778
3203
4019
msgid "Partition constant is out of partition function domain"
4022
#: ../drizzled/error.cc:779
3206
4023
msgid "This partition function is not allowed"
4026
#: ../drizzled/error.cc:780
3209
4027
msgid "Error in DDL log"
4030
#: ../drizzled/error.cc:781
3212
4031
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4034
#: ../drizzled/error.cc:782
3215
4035
msgid "Incorrect partition name"
4038
#: ../drizzled/error.cc:783
3219
4040
"Transaction isolation level can't be changed while a transaction is in "
4044
#: ../drizzled/error.cc:784
3225
4047
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
3226
4048
"'%-.192s' for key '%-.192s'"
4051
#: ../drizzled/error.cc:785
3230
4053
msgid "Internal scheduler error %d"
4056
#: ../drizzled/error.cc:786
3234
4058
msgid "Error during starting/stopping of the scheduler. Error code %u"
4061
#: ../drizzled/error.cc:787
3237
4062
msgid "Engine cannot be used in partitioned tables"
4065
#: ../drizzled/error.cc:788
3241
4067
msgid "Cannot activate '%-.64s' log"
4070
#: ../drizzled/error.cc:789
3244
4071
msgid "The server was not built with row-based replication"
4074
#: ../drizzled/error.cc:790
3247
4075
msgid "Decoding of base64 string failed"
4078
#: ../drizzled/error.cc:791
3250
4079
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4082
#: ../drizzled/error.cc:792
3254
4084
"Cannot proceed because system tables used by Event Scheduler were found "
3255
4085
"damaged at server start"
4088
#: ../drizzled/error.cc:793
3258
4089
msgid "Only integers allowed as number here"
4092
#: ../drizzled/error.cc:794
3261
4093
msgid "This storage engine cannot be used for log tables"
4096
#: ../drizzled/error.cc:795
3265
4098
msgid "You cannot '%s' a log table if logging is enabled"
4101
#: ../drizzled/error.cc:796
3270
4104
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4123
5222
"We have deactivated the TransactionApplier '%s'.\n"
5225
#: ../drizzled/session.cc:1893 ../drizzled/session.cc:1909
4127
5227
msgid "Could not remove temporary table: '%s', error: %d"
5230
#: ../drizzled/set_var.cc:1510
4131
5232
msgid "Variable named %s already exists!\n"
5235
#: ../drizzled/set_var.cc:1519
4135
5237
msgid "Could not add Variable: %s\n"
5240
#: ../drizzled/signal_handler.cc:50
5242
msgid "Got signal %d from thread %<PRIu64>"
5245
#: ../drizzled/signal_handler.cc:92
5247
msgid "Fatal signal %d while backtracing\n"
5250
#: ../drizzled/signal_handler.cc:101
5252
msgid "Fatal: time() call failed\n"
5255
#: ../drizzled/signal_handler.cc:107
5258
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
5259
"This could be because you hit a bug. It is also possible that this binary\n"
5260
" or one of the libraries it was linked against is corrupt, improperly "
5262
" or misconfigured. This error can also be caused by malfunctioning "
5266
#: ../drizzled/signal_handler.cc:115
5269
"We will try our best to scrape up some info that will hopefully help "
5271
"the problem, but since we have already crashed, something is definitely "
5273
"and this may fail.\n"
5277
#: ../drizzled/signal_handler.cc:124
5280
"It is possible that drizzled could use up to \n"
5281
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5283
"Hope that's ok; if not, decrease some variables in the equation.\n"
5287
#: ../drizzled/signal_handler.cc:137
5290
"Attempting backtrace. You can use the following information to find out\n"
5291
"where drizzled died. If you see no messages after this, something went\n"
5292
"terribly wrong...\n"
5295
#: ../drizzled/signal_handler.cc:165
5298
"Trying to get some variables.\n"
5299
"Some pointers may be invalid and cause the dump to abort...\n"
5302
#: ../drizzled/signal_handler.cc:176
5306
"This crash occurred while the server was calling initgroups(). This is\n"
5307
"often due to the use of a drizzled that is statically linked against glibc\n"
5308
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5309
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5310
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5311
"drizzled that is not statically linked.\n"
5314
#: ../drizzled/signal_handler.cc:190
5318
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5319
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5320
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5321
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5322
"the documentation for your distribution on how to do that.\n"
5325
#: ../drizzled/signal_handler.cc:203
5327
msgid "Writing a core file\n"
5328
msgstr "Skriver historiefilen %s\n"
5330
#: ../drizzled/sql_base.cc:1517
4139
5332
msgid "Table %s had a open data Cursor in reopen_table"
5335
#: ../drizzled/sql_table.cc:1952
4143
5337
msgid "Unknown - internal error %d during operation"
5340
#: ../drizzled/statement/alter_table.cc:1441
4148
5343
"order_st BY ignored because there is a user-defined clustered index in the "
4149
5344
"table '%-.192s'"
5347
#: ../drizzled/table.cc:1977
4153
5349
msgid "Got error %d when reading table '%s'"
5352
#: ../drizzled/table_share.cc:918
4157
5354
msgid "Table %s has invalid/unknown collation: %d,%s"
5357
#: ../drizzled/table_share.cc:1193
4161
5359
msgid "ENUM column %s has greater than %d possible values"
5362
#: ../drizzled/table_share.cc:2113
4165
5364
msgid "Unknown collation '%s' in table '%-.64s' definition"
4166
5365
msgstr "Ukjent sorteringsangivelse '%s' i tabelldefinisjonen for '%-.64s'"
5367
#: ../drizzled/table_share.cc:2120
4170
5370
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5374
#: ../drizzled/tztime.cc:173
4175
5376
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4176
5377
msgstr "Fatal feil: ugyldig eller ukjent standardtidssone '%s'."
5379
#: ../gnulib/getopt.c:529 ../gnulib/getopt.c:545
4179
5381
msgid "%s: option `%s' is ambiguous\n"
5384
#: ../gnulib/getopt.c:578 ../gnulib/getopt.c:582
4183
5386
msgid "%s: option `--%s' doesn't allow an argument\n"
5389
#: ../gnulib/getopt.c:591 ../gnulib/getopt.c:596
4187
5391
msgid "%s: option `%c%s' doesn't allow an argument\n"
5394
#: ../gnulib/getopt.c:639 ../gnulib/getopt.c:658 ../gnulib/getopt.c:974
5395
#: ../gnulib/getopt.c:993
4191
5397
msgid "%s: option `%s' requires an argument\n"
5400
#: ../gnulib/getopt.c:696 ../gnulib/getopt.c:699
4195
5402
msgid "%s: unrecognized option `--%s'\n"
5405
#: ../gnulib/getopt.c:707 ../gnulib/getopt.c:710
4199
5407
msgid "%s: unrecognized option `%c%s'\n"
5410
#: ../gnulib/getopt.c:762 ../gnulib/getopt.c:765
4203
5412
msgid "%s: illegal option -- %c\n"
5415
#: ../gnulib/getopt.c:771 ../gnulib/getopt.c:774
4207
5417
msgid "%s: invalid option -- %c\n"
5420
#: ../gnulib/getopt.c:826 ../gnulib/getopt.c:842 ../gnulib/getopt.c:1046
5421
#: ../gnulib/getopt.c:1064
4211
5423
msgid "%s: option requires an argument -- %c\n"
5426
#: ../gnulib/getopt.c:895 ../gnulib/getopt.c:911
4215
5428
msgid "%s: option `-W %s' is ambiguous\n"
5431
#: ../gnulib/getopt.c:935 ../gnulib/getopt.c:953
4219
5433
msgid "%s: option `-W %s' doesn't allow an argument\n"
5436
#: ../plugin/auth_file/auth_file.cc:214
5438
msgid "Could not load auth file: %s\n"
5441
#: ../plugin/auth_file/auth_file.cc:227
5442
msgid "File to load for usernames and passwords"
5445
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
4222
5446
msgid "Enable HTTP Auth check"
5449
#: ../plugin/auth_http/auth_http.cc:160
4225
5450
msgid "URL for HTTP Auth check"
5453
#: ../plugin/auth_ldap/auth_ldap.cc:285
5455
msgid "Reconnect failed: %s\n"
5458
#: ../plugin/auth_ldap/auth_ldap.cc:304
5460
msgid "ldap_search_ext_s failed: %s\n"
5463
#: ../plugin/auth_ldap/auth_ldap.cc:410
5465
msgid "Could not load auth ldap: %s\n"
5468
#: ../plugin/auth_ldap/auth_ldap.cc:423
5469
msgid "URI of the LDAP server to contact"
5472
#: ../plugin/auth_ldap/auth_ldap.cc:431
5473
msgid "DN to use when binding to the LDAP server"
5476
#: ../plugin/auth_ldap/auth_ldap.cc:439
5477
msgid "Password to use when binding the DN"
5480
#: ../plugin/auth_ldap/auth_ldap.cc:447
5481
msgid "DN to use when searching"
5484
#: ../plugin/auth_ldap/auth_ldap.cc:455
5485
msgid "Attribute in LDAP with plain text password"
5488
#: ../plugin/auth_ldap/auth_ldap.cc:463
5489
msgid "Attribute in LDAP with MySQL hashed password"
5492
#: ../plugin/auth_ldap/auth_ldap.cc:471
5493
msgid "How often to empty the users cache, 0 to disable"
5496
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
4228
5497
msgid "Enable the console."
5500
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
4231
5501
msgid "Turn on extra debugging."
5504
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
4234
5505
msgid "User to use for auth."
5508
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
4237
5509
msgid "Password to use for auth."
5512
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
4240
5513
msgid "Default database to use."
5516
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:824
5517
#: ../plugin/mysql_protocol/mysql_protocol.cc:899
4243
5518
msgid "Invalid value of port\n"
5521
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:833
5522
#: ../plugin/mysql_protocol/mysql_protocol.cc:908
4246
5523
msgid "Invalid value for connect_timeout\n"
5526
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
5527
#: ../plugin/mysql_protocol/mysql_protocol.cc:917
4249
5528
msgid "Invalid value for read_timeout\n"
5531
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
5532
#: ../plugin/mysql_protocol/mysql_protocol.cc:926
4252
5533
msgid "Invalid value for write_timeout\n"
5536
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
4255
5537
msgid "Invalid value for retry_count\n"
5540
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
5541
#: ../plugin/mysql_protocol/mysql_protocol.cc:944
4258
5542
msgid "Invalid value for buffer_length\n"
5545
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:889
5546
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
4262
5548
"Port number to use for connection or 0 for default to, in order of "
4263
5549
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5552
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5553
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5554
#: ../plugin/mysql_protocol/mysql_protocol.cc:973
5555
#: ../plugin/mysql_protocol/mysql_protocol.cc:995
4266
5556
msgid "Connect Timeout."
5559
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:898
5560
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
5561
#: ../plugin/mysql_protocol/mysql_protocol.cc:976
5562
#: ../plugin/mysql_protocol/mysql_protocol.cc:998
4269
5563
msgid "Read Timeout."
5566
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5567
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5568
#: ../plugin/mysql_protocol/mysql_protocol.cc:978
5569
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
4272
5570
msgid "Write Timeout."
5573
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5574
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5575
#: ../plugin/mysql_protocol/mysql_protocol.cc:980
5576
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
4275
5577
msgid "Retry Count."
5580
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5581
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5582
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5583
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
4278
5584
msgid "Buffer length."
5587
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
5588
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5589
#: ../plugin/mysql_protocol/mysql_protocol.cc:985
5590
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
4281
5591
msgid "Address to bind to."
5594
#: ../plugin/drizzle_protocol/errmsg.cc:31
4284
5595
msgid "Unknown Drizzle error"
4285
5596
msgstr "Ukjent Drizzle-feil"
5598
#: ../plugin/drizzle_protocol/errmsg.cc:32
4288
5600
msgid "Can't create UNIX socket (%d)"
4289
5601
msgstr "Klarte ikke å lage UNIX-socketen (%d)"
5603
#: ../plugin/drizzle_protocol/errmsg.cc:33
4292
5605
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
4294
5607
"Klarer ikke å koble til den lokale Drizzle-serveren gjennom socketen "
4295
5608
"'%-.100s' (%d)"
5610
#: ../plugin/drizzle_protocol/errmsg.cc:34
4298
5612
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5615
#: ../plugin/drizzle_protocol/errmsg.cc:35
4302
5617
msgid "Can't create TCP/IP socket (%d)"
4303
5618
msgstr "Klarer ikke å lage en TCP/IP-socket (%d)"
5620
#: ../plugin/drizzle_protocol/errmsg.cc:36
4306
5622
msgid "Unknown Drizzle server host '%-.100s' (%d)"
4307
5623
msgstr "Ukjent Drizzle-serverhost '%-.100s' (%d)"
5625
#: ../plugin/drizzle_protocol/errmsg.cc:37
4309
5626
msgid "Drizzle server has gone away"
4310
5627
msgstr "Drizzle-serveren har forsvunnet"
5629
#: ../plugin/drizzle_protocol/errmsg.cc:38
4313
5631
msgid "Protocol mismatch; server version = %d, client version = %d"
5634
#: ../plugin/drizzle_protocol/errmsg.cc:39
4316
5635
msgid "Drizzle client ran out of memory"
5638
#: ../plugin/drizzle_protocol/errmsg.cc:40
4319
5639
msgid "Wrong host info"
5642
#: ../plugin/drizzle_protocol/errmsg.cc:41
4322
5643
msgid "Localhost via UNIX socket"
5646
#: ../plugin/drizzle_protocol/errmsg.cc:42
4326
5648
msgid "%-.100s via TCP/IP"
5651
#: ../plugin/drizzle_protocol/errmsg.cc:43
4329
5652
msgid "Error in server handshake"
5655
#: ../plugin/drizzle_protocol/errmsg.cc:44
4332
5656
msgid "Lost connection to Drizzle server during query"
5659
#: ../plugin/drizzle_protocol/errmsg.cc:45
4335
5660
msgid "Commands out of sync; you can't run this command now"
5663
#: ../plugin/drizzle_protocol/errmsg.cc:46
4339
5665
msgid "Named pipe: %-.32s"
5668
#: ../plugin/drizzle_protocol/errmsg.cc:47
4343
5670
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5673
#: ../plugin/drizzle_protocol/errmsg.cc:48
4347
5675
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5678
#: ../plugin/drizzle_protocol/errmsg.cc:49
4351
5680
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5683
#: ../plugin/drizzle_protocol/errmsg.cc:50
4355
5685
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5688
#: ../plugin/drizzle_protocol/errmsg.cc:51
4358
5689
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5692
#: ../plugin/drizzle_protocol/errmsg.cc:52
4361
5693
msgid "Embedded server"
5696
#: ../plugin/drizzle_protocol/errmsg.cc:53
4364
5697
msgid "Error on SHOW SLAVE STATUS:"
5700
#: ../plugin/drizzle_protocol/errmsg.cc:54
4367
5701
msgid "Error on SHOW SLAVE HOSTS:"
5704
#: ../plugin/drizzle_protocol/errmsg.cc:55
4370
5705
msgid "Error connecting to slave:"
5708
#: ../plugin/drizzle_protocol/errmsg.cc:56
4373
5709
msgid "Error connecting to master:"
5712
#: ../plugin/drizzle_protocol/errmsg.cc:57
4376
5713
msgid "SSL connection error"
5716
#: ../plugin/drizzle_protocol/errmsg.cc:58
4379
5717
msgid "Malformed packet"
5720
#: ../plugin/drizzle_protocol/errmsg.cc:59
5721
#: ../plugin/drizzle_protocol/errmsg.cc:70
5722
#: ../plugin/drizzle_protocol/errmsg.cc:71
5723
#: ../plugin/drizzle_protocol/errmsg.cc:72
5724
#: ../plugin/drizzle_protocol/errmsg.cc:73
5725
#: ../plugin/drizzle_protocol/errmsg.cc:74
5726
#: ../plugin/drizzle_protocol/errmsg.cc:75
5727
#: ../plugin/drizzle_protocol/errmsg.cc:76
5728
#: ../plugin/drizzle_protocol/errmsg.cc:77
5729
#: ../plugin/drizzle_protocol/errmsg.cc:78
4382
5730
msgid "(unused error message)"
5733
#: ../plugin/drizzle_protocol/errmsg.cc:60
4385
5734
msgid "Invalid use of null pointer"
5737
#: ../plugin/drizzle_protocol/errmsg.cc:61
4388
5738
msgid "Statement not prepared"
5741
#: ../plugin/drizzle_protocol/errmsg.cc:62
4391
5742
msgid "No data supplied for parameters in prepared statement"
5745
#: ../plugin/drizzle_protocol/errmsg.cc:63
4394
5746
msgid "Data truncated"
5749
#: ../plugin/drizzle_protocol/errmsg.cc:64
4397
5750
msgid "No parameters exist in the statement"
5753
#: ../plugin/drizzle_protocol/errmsg.cc:65
4400
5754
msgid "Invalid parameter number"
5757
#: ../plugin/drizzle_protocol/errmsg.cc:66
4405
5760
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5763
#: ../plugin/drizzle_protocol/errmsg.cc:68
4409
5765
msgid "Using unsupported buffer type: %d (parameter: %d)"
5768
#: ../plugin/drizzle_protocol/errmsg.cc:69
4413
5770
msgid "Shared memory: %-.100s"
5773
#: ../plugin/drizzle_protocol/errmsg.cc:79
4416
5774
msgid "Wrong or unknown protocol"
5777
#: ../plugin/drizzle_protocol/errmsg.cc:80
4419
5778
msgid "Invalid connection handle"
5781
#: ../plugin/drizzle_protocol/errmsg.cc:81
4423
5783
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4424
5784
"option 'secure_auth' enabled)"
5787
#: ../plugin/drizzle_protocol/errmsg.cc:83
4427
5788
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5791
#: ../plugin/drizzle_protocol/errmsg.cc:84
4430
5792
msgid "Attempt to read column without prior row fetch"
5795
#: ../plugin/drizzle_protocol/errmsg.cc:85
4433
5796
msgid "Prepared statement contains no metadata"
5799
#: ../plugin/drizzle_protocol/errmsg.cc:86
4437
5801
"Attempt to read a row while there is no result set associated with the "
5805
#: ../plugin/drizzle_protocol/errmsg.cc:88
4441
5806
msgid "This feature is not implemented yet"
5809
#: ../plugin/drizzle_protocol/errmsg.cc:89
4446
5812
"Lost connection to Drizzle server while waiting for initial communication "
4447
5813
"packet, system error: %d"
5816
#: ../plugin/drizzle_protocol/errmsg.cc:91
4452
5819
"Lost connection to Drizzle server while reading initial communication "
4453
5820
"packet, system error: %d"
5823
#: ../plugin/drizzle_protocol/errmsg.cc:93
4458
5826
"Lost connection to Drizzle server while sending authentication information, "
4459
5827
"system error: %d"
5830
#: ../plugin/drizzle_protocol/errmsg.cc:95
4464
5833
"Lost connection to Drizzle server while reading authorization information, "
4465
5834
"system error: %d"
5837
#: ../plugin/drizzle_protocol/errmsg.cc:97
4470
5840
"Lost connection to Drizzle server while setting initial database, system "
5844
#: ../plugin/drizzle_protocol/errmsg.cc:99
4475
5846
msgid "Statement closed indirectly because of a preceding %s() call"
5849
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:807
5850
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:937
5851
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:961
5853
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
5854
msgstr "Kan ikke lage/skrive til filen '%s' (Feilkode: %d)"
5856
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:826
5858
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
5859
msgstr "Kan ikke opprette symlinken '%s' som peker til '%s' (Feilkode: %d)"
5861
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:916
5862
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1023
5863
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1188
5864
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1747
5866
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
5869
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1053
5870
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
5872
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
5875
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2679
5877
msgid "Error starting Embedded InnoDB %d (%s)\n"
5880
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4479
5882
msgid "Failed to send error message to libnotify\n"
5885
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4482
5886
msgid "Error Messages to stderr"
5889
#: ../plugin/filtered_replicator/filtered_replicator.cc:604
5890
#: ../plugin/filtered_replicator/filtered_replicator.cc:613
4485
5891
msgid "List of schemas to filter"
5894
#: ../plugin/filtered_replicator/filtered_replicator.cc:607
5895
#: ../plugin/filtered_replicator/filtered_replicator.cc:620
4488
5896
msgid "List of tables to filter"
5899
#: ../plugin/filtered_replicator/filtered_replicator.cc:627
4491
5900
msgid "Regular expression to apply to schemas to filter"
5903
#: ../plugin/filtered_replicator/filtered_replicator.cc:634
4494
5904
msgid "Regular expression to apply to tables to filter"
5907
#: ../plugin/hello_events/hello_events.cc:294
5908
msgid "Invalid value of before-write-position\n"
5911
#: ../plugin/hello_events/hello_events.cc:303
5912
#: ../plugin/hello_events/hello_events.cc:312
5913
msgid "Invalid value of before-update-position\n"
5916
#: ../plugin/hello_events/hello_events.cc:352
5917
#: ../plugin/hello_events/hello_events.cc:355
5918
#: ../plugin/hello_events/hello_events.cc:373
5919
msgid "A comma delimited list of databases to watch"
5922
#: ../plugin/hello_events/hello_events.cc:358
5923
#: ../plugin/hello_events/hello_events.cc:389
5924
msgid "Enable Example Events Plugin"
5927
#: ../plugin/hello_events/hello_events.cc:361
5928
#: ../plugin/hello_events/hello_events.cc:397
5929
msgid "Before write row event observer call position"
5932
#: ../plugin/hello_events/hello_events.cc:364
5933
#: ../plugin/hello_events/hello_events.cc:408
5934
#: ../plugin/pbms/src/parameters_ms.cc:579
5935
msgid "Before update row event observer call position"
5938
#: ../plugin/hello_events/hello_events.cc:367
5939
#: ../plugin/hello_events/hello_events.cc:419
5940
msgid "After drop database event observer call position"
5943
#: ../plugin/hello_events/hello_events.cc:381
5944
msgid "A comma delimited list of tables to watch"
5947
#: ../plugin/hello_events/hello_events.cc:443
5948
msgid "An example events Plugin"
5951
#: ../plugin/innobase/handler/data_dictionary.cc:202
5953
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
5956
#: ../plugin/logging_gearman/logging_gearman.cc:196
4498
5958
msgid "fail gearman_client_create(): %s"
5961
#: ../plugin/logging_gearman/logging_gearman.cc:207
4502
5963
msgid "fail gearman_client_add_server(): %s"
5966
#: ../plugin/logging_gearman/logging_gearman.cc:306
5967
#: ../plugin/logging_gearman/logging_gearman.cc:313
4505
5968
msgid "Enable logging to a gearman server"
5971
#: ../plugin/logging_gearman/logging_gearman.cc:322
4508
5972
msgid "Hostname for logging to a Gearman server"
5975
#: ../plugin/logging_gearman/logging_gearman.cc:331
4511
5976
msgid "Gearman Function to send logging to"
5979
#: ../plugin/logging_gearman/logging_gearman.cc:349
4514
5980
msgid "Log queries to a Gearman server"
5983
#: ../plugin/logging_query/logging_query.cc:189
4518
5985
msgid "fail open() fn=%s er=%s\n"
5988
#: ../plugin/logging_query/logging_query.cc:313
4521
5989
msgid "Invalid value for threshold-slow"
5992
#: ../plugin/logging_query/logging_query.cc:322
4524
5993
msgid "Invalid value for threshold-big-resultset"
5996
#: ../plugin/logging_query/logging_query.cc:331
4527
5997
msgid "Invalid value for threshold-big-examined"
6000
#: ../plugin/logging_query/logging_query.cc:345
6001
#: ../plugin/logging_query/logging_query.cc:361
4530
6002
msgid "Enable logging to CSV file"
6005
#: ../plugin/logging_query/logging_query.cc:348
6006
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:95
4533
6007
msgid "Threshold for logging slow queries, in microseconds"
6010
#: ../plugin/logging_query/logging_query.cc:351
6011
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:107
4536
6012
msgid "Threshold for logging big queries, for rows returned"
6015
#: ../plugin/logging_query/logging_query.cc:354
6016
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:119
4539
6017
msgid "Threshold for logging big queries, for rows examined"
6020
#: ../plugin/logging_query/logging_query.cc:370
4542
6021
msgid "File to log to"
6024
#: ../plugin/logging_query/logging_query.cc:379
4545
6025
msgid "PCRE to match the query against"
6028
#: ../plugin/logging_query/logging_query.cc:436
4548
6029
msgid "Log queries to a CSV file"
6032
#: ../plugin/logging_stats/logging_stats.cc:323
6033
msgid "Max number of users that will be logged"
6036
#: ../plugin/logging_stats/logging_stats.cc:334
6037
msgid "Max number of vector buckets to construct for logging"
6040
#: ../plugin/logging_stats/logging_stats.cc:345
6041
msgid "Max number of concurrent sessions that will be logged"
6044
#: ../plugin/logging_stats/logging_stats.cc:356
6045
msgid "Enable Logging Statistics Collection"
6048
#: ../plugin/logging_stats/logging_stats.cc:375
6049
msgid "User Statistics as DATA_DICTIONARY tables"
6052
#: ../plugin/md5/md5.cc:99
6053
msgid "libgcrypt library version mismatch\n"
6056
#: ../plugin/memcached_stats/analysis_table.cc:76
6057
#: ../plugin/memcached_stats/stats_table.cc:144
6058
msgid "No value in MEMCACHED_STATS_SERVERS variable."
6061
#: ../plugin/memcached_stats/memcached_stats.cc:114
4551
6062
msgid "List of memcached servers."
6065
#: ../plugin/memcached_stats/memcached_stats.cc:131
4554
6066
msgid "Memcached Stats as I_S tables"
6069
#: ../plugin/memcached_stats/stats_table.cc:76
6072
"Unable get stats from memcached server %s. Got error from "
6073
"memcached_stat_servername()."
6076
#: ../plugin/memcached_stats/stats_table.cc:151
6077
msgid "Unable to create memcached struct. Got error from memcached_create()."
6080
#: ../plugin/memcached_stats/stats_table.cc:159
6083
"Unable to create memcached server list. Got error from "
6084
"memcached_servers_parse(%s)."
6087
#: ../plugin/multi_thread/multi_thread.cc:100
6088
msgid "Maximum number of user threads available."
6091
#: ../plugin/myisam/ha_myisam.cc:529
4558
6093
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6096
#: ../plugin/myisam/ha_myisam.cc:533
4562
6098
msgid "Got an error from unknown thread, %s:%d"
6101
#: ../plugin/myisam/ha_myisam.cc:539
4565
6102
msgid "Unknown thread accessing table"
6105
#: ../plugin/myisam/ha_myisam.cc:1614
4568
6106
msgid "Block size to be used for MyISAM index pages."
6109
#: ../plugin/myisam/ha_myisam.cc:1624
4572
6111
"This characterizes the number of hits a hot block has to be untouched until "
4573
6112
"it is considered aged enough to be downgraded to a warm block. This "
4618
6167
"Noen har endret raden siden den ble lest (mens tabellen var låst for å "
4619
6168
"forhindre endringer)"
6170
#: ../plugin/myisam/my_handler_errors.cc:48
4621
6171
msgid "Wrong index given to function"
4622
6172
msgstr "Feil indeks gitt til funksjonen"
6174
#: ../plugin/myisam/my_handler_errors.cc:49
4624
6175
msgid "Index file is crashed"
4625
6176
msgstr "Indeksfilen har kræsjet"
6178
#: ../plugin/myisam/my_handler_errors.cc:50
4627
6179
msgid "Record file is crashed"
4628
6180
msgstr "Radfilen har kræsjet"
6182
#: ../plugin/myisam/my_handler_errors.cc:51
4630
6183
msgid "Out of memory in engine"
4631
6184
msgstr "Databasemotoren er tom for minne"
6186
#: ../plugin/myisam/my_handler_errors.cc:52
4633
6187
msgid "Incorrect file format"
4634
6188
msgstr "Feil filformat"
6190
#: ../plugin/myisam/my_handler_errors.cc:53
4636
6191
msgid "Command not supported by database"
4637
6192
msgstr "Kommandoen er ikke støttet av databasen"
6194
#: ../plugin/myisam/my_handler_errors.cc:54
4639
6195
msgid "Old database file"
4640
6196
msgstr "Gammel databasefil"
6198
#: ../plugin/myisam/my_handler_errors.cc:55
4642
6199
msgid "No record read before update"
4643
6200
msgstr "Ingen rad ble lest før oppdateringen"
6202
#: ../plugin/myisam/my_handler_errors.cc:56
4645
6203
msgid "Record was already deleted (or record file crashed)"
4646
6204
msgstr "Raden var allerede slettet (eller så kræsjet radfilen)"
6206
#: ../plugin/myisam/my_handler_errors.cc:57
4648
6207
msgid "No more room in record file"
4649
6208
msgstr "Ikke mer plass i radfilen"
6210
#: ../plugin/myisam/my_handler_errors.cc:58
4651
6211
msgid "No more room in index file"
4652
6212
msgstr "Ikke mer plass i indeksfilen"
6214
#: ../plugin/myisam/my_handler_errors.cc:59
4654
6215
msgid "No more records (read after end of file)"
4655
6216
msgstr "Ingen flere rader (leste etter slutten på filen)"
6218
#: ../plugin/myisam/my_handler_errors.cc:60
4657
6219
msgid "Unsupported extension used for table"
4658
6220
msgstr "En utvidelse som ikke er støttet er brukt på tabellen"
6222
#: ../plugin/myisam/my_handler_errors.cc:61
4660
6223
msgid "Too big row"
4661
6224
msgstr "Raden er for stor"
6226
#: ../plugin/myisam/my_handler_errors.cc:62
4663
6227
msgid "Wrong create options"
4664
6228
msgstr "Egenskapene for å opprette en ny er feil"
6230
#: ../plugin/myisam/my_handler_errors.cc:63
4666
6231
msgid "Duplicate unique key or constraint on write or update"
4668
6233
"Det er duplikater av en unik nøkkel eller begrensning ved skriving eller "
6236
#: ../plugin/myisam/my_handler_errors.cc:64
4671
6237
msgid "Unknown character set used in table"
4672
6238
msgstr "Ukjent tegnsett er brukt i tabellen"
6240
#: ../plugin/myisam/my_handler_errors.cc:65
4674
6241
msgid "Conflicting table definitions in sub-tables of MERGE table"
4676
6243
"Uoverensstemmelse i tabelldefinisjonene mellom deltabellene av en MERGE-"
6246
#: ../plugin/myisam/my_handler_errors.cc:66
4679
6247
msgid "Table is crashed and last repair failed"
4680
6248
msgstr "Tabellen har kræsjet og siste repareringsforsøk feilet"
6250
#: ../plugin/myisam/my_handler_errors.cc:67
4682
6251
msgid "Table was marked as crashed and should be repaired"
4683
6252
msgstr "Tabellen var merket som kræsjet og bør bli reparert"
6254
#: ../plugin/myisam/my_handler_errors.cc:68
4685
6255
msgid "Lock timed out; Retry transaction"
4686
6256
msgstr "Låsen timet ut; prøv transaksjonen på nytt"
6258
#: ../plugin/myisam/my_handler_errors.cc:69
4688
6259
msgid "Lock table is full; Restart program with a larger locktable"
4690
6261
"Låsetabellen er full; start programmet på nytt med en større låsetabell"
6263
#: ../plugin/myisam/my_handler_errors.cc:70
4692
6264
msgid "Updates are not allowed under a read only transactions"
4693
6265
msgstr "Oppdateringer er ikke tillatt i en bare-lese transaksjon"
6267
#: ../plugin/myisam/my_handler_errors.cc:71
4695
6268
msgid "Lock deadlock; Retry transaction"
4696
6269
msgstr "Deadlock mellom låsene; prøv transaksjonen på nytt"
6271
#: ../plugin/myisam/my_handler_errors.cc:72
4698
6272
msgid "Foreign key constraint is incorrectly formed"
4699
6273
msgstr "Fremmednøkkelbegrensningen er på feil format"
6275
#: ../plugin/myisam/my_handler_errors.cc:73
4701
6276
msgid "Cannot add a child row"
4702
6277
msgstr "Kan ikke legge til en barnerad"
6279
#: ../plugin/myisam/my_handler_errors.cc:74
4704
6280
msgid "Cannot delete a parent row"
4705
6281
msgstr "Kan ikke slette en foreldrerad"
6283
#: ../plugin/myisam/my_handler_errors.cc:75
4707
6284
msgid "No savepoint with that name"
4708
6285
msgstr "Det er ikke noe lagringspunkt med det navnet"
6287
#: ../plugin/myisam/my_handler_errors.cc:76
4710
6288
msgid "Non unique key block size"
4711
6289
msgstr "Størrelse på blokken for ikke-unike nøkler"
6291
#: ../plugin/myisam/my_handler_errors.cc:77
4713
6292
msgid "The table does not exist in engine"
4714
6293
msgstr "Tabellen eksisterer ikke i databasemotoren"
6295
#: ../plugin/myisam/my_handler_errors.cc:78
4716
6296
msgid "The table already existed in storage engine"
4717
6297
msgstr "Tabellen eksisterer allerede i lagringsmotoren"
6299
#: ../plugin/myisam/my_handler_errors.cc:79
4719
6300
msgid "Could not connect to storage engine"
4720
6301
msgstr "Kunne ikke koble til lagringsmotoren"
6303
#: ../plugin/myisam/my_handler_errors.cc:80
4722
6304
msgid "Unexpected null pointer found when using spatial index"
4723
6305
msgstr "Uventet nullpeker ble funnet i romindeksen (spatial index)"
6307
#: ../plugin/myisam/my_handler_errors.cc:81
4725
6308
msgid "The table changed in storage engine"
4726
6309
msgstr "Tabellen ble endret i lagringsmotoren"
6311
#: ../plugin/myisam/my_handler_errors.cc:82
4728
6312
msgid "There's no partition in table for the given value"
4729
6313
msgstr "Det er ikke partisjon i tabellen for den angitte verdien"
6315
#: ../plugin/myisam/my_handler_errors.cc:83
4731
6316
msgid "Row-based binlogging of row failed"
4732
6317
msgstr "Radbasert binærlogging av raden feilet"
6319
#: ../plugin/myisam/my_handler_errors.cc:84
4734
6320
msgid "Index needed in foreign key constraint"
4735
6321
msgstr "En indeks er nødvendig for en fremmednøkkelbegrensning"
6323
#: ../plugin/myisam/my_handler_errors.cc:85
4737
6324
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4739
6326
"Det å beholde fremmednøkkelbegrensningen ville ha gitt en feil med duplikate "
6329
#: ../plugin/myisam/my_handler_errors.cc:86
4742
6330
msgid "Table needs to be upgraded before it can be used"
4743
6331
msgstr "Tabellen må oppgraderes før den kan brukes"
6333
#: ../plugin/myisam/my_handler_errors.cc:87
4745
6334
msgid "Table is read only"
4746
6335
msgstr "Tabellen er i bare-lese-modus"
6337
#: ../plugin/myisam/my_handler_errors.cc:88
4748
6338
msgid "Failed to get next auto increment value"
4749
6339
msgstr "Kunne ikke hente neste auto increment-verdi"
6341
#: ../plugin/myisam/my_handler_errors.cc:89
4751
6342
msgid "Failed to set row auto increment value"
4752
6343
msgstr "Kunne ikke sette radens auto increment-verdi"
6345
#: ../plugin/myisam/my_handler_errors.cc:90
4754
6346
msgid "Unknown (generic) error from engine"
4755
6347
msgstr "Ukjent (generell) feil fra motoren"
6349
#: ../plugin/myisam/my_handler_errors.cc:91
4757
6350
msgid "Record is the same"
4758
6351
msgstr "Raden er den samme"
6353
#: ../plugin/myisam/my_handler_errors.cc:92
4760
6354
msgid "It is not possible to log this statement"
4761
6355
msgstr "Det er ikke mulig å logge denne spørringen"
6357
#: ../plugin/myisam/my_handler_errors.cc:93
4763
6358
msgid "Tablespace exists"
4764
6359
msgstr "Tabellplassen eksisterer"
6361
#: ../plugin/myisam/my_handler_errors.cc:94
4766
6362
msgid "The event was corrupt, leading to illegal data being read"
4767
6363
msgstr "Hendelsen var ugyldig, og dette førte til at ulovlig data ble lest"
6365
#: ../plugin/myisam/my_handler_errors.cc:95
4769
6366
msgid "The table is of a new format not supported by this version"
4770
6367
msgstr "Tabellen har et nytt format som ikke er støttet av denne versjonen"
6369
#: ../plugin/myisam/my_handler_errors.cc:96
4772
6370
msgid "The event could not be processed no other handler error happened"
6373
#: ../plugin/myisam/my_handler_errors.cc:97
4775
6374
msgid "Got a fatal error during initialzation of handler"
6377
#: ../plugin/myisam/my_handler_errors.cc:98
4778
6378
msgid "File to short; Expected more data in file"
4779
6379
msgstr "Filen er for kort; forventet å finne mer data i filen"
6381
#: ../plugin/myisam/my_handler_errors.cc:99
4781
6382
msgid "Read page with wrong checksum"
4782
6383
msgstr "Leste en side med feil sjekksum"
6385
#. TODO: get a better message for these
6386
#: ../plugin/myisam/my_handler_errors.cc:101
4784
6387
msgid "Lock or active transaction"
4785
6388
msgstr "Lås eller aktiv transaksjon"
6390
#: ../plugin/myisam/my_handler_errors.cc:102
4787
6391
msgid "No such table space"
4788
6392
msgstr "Ingen slik tabellplass"
6394
#: ../plugin/myisam/my_handler_errors.cc:103
4790
6395
msgid "Tablespace not empty"
4791
6396
msgstr "Tabellplassen er ikke tom"
6398
#: ../plugin/mysql_protocol/mysql_protocol.cc:935
4793
6399
msgid "Invalid value for retry_count"
6402
#: ../plugin/mysql_protocol/mysql_protocol.cc:969
6403
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
4797
6405
"Port number to use for connection or 0 for default to with MySQL protocol."
6408
#: ../plugin/pbms/src/parameters_ms.cc:552
6410
"A comma delimited list of tables to watch of the format: <database>."
6414
#: ../plugin/pbms/src/parameters_ms.cc:560
6415
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
6418
#: ../plugin/pbms/src/parameters_ms.cc:568
6419
msgid "Before insert row event observer call position"
6422
#: ../plugin/pool_of_threads/pool_of_threads.cc:230
6423
msgid "event_add error in libevent_add_session_callback\n"
6426
#: ../plugin/pool_of_threads/pool_of_threads.cc:308
6427
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
6430
#: ../plugin/pool_of_threads/pool_of_threads.cc:585
6431
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6434
#: ../plugin/pool_of_threads/pool_of_threads.cc:592
6435
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6438
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
6439
msgid "session_add_event event_add error in libevent_init\n"
6442
#: ../plugin/pool_of_threads/pool_of_threads.cc:617
6444
msgid "Can't create completion port thread (error %d)"
6445
msgstr "Kan ikke opprette symlinken '%s' som peker til '%s' (Feilkode: %d)"
6447
#: ../plugin/pool_of_threads/pool_of_threads.cc:655
6448
msgid "Size of Pool."
6451
#: ../plugin/rabbitmq/rabbitmq_log.cc:106
6453
msgid "Failed to allocate enough memory to transaction message\n"
6454
msgstr "Åpning av transaksjonsloggen feilet "
6456
#: ../plugin/rabbitmq/rabbitmq_log.cc:151
6458
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
6459
msgstr "Klarte ikke analysere transaksjonen. Feil: %s.\n"
6461
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
6463
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
6464
msgstr "Klarte ikke analysere transaksjonen. Feil: %s.\n"
6466
#: ../plugin/rabbitmq/rabbitmq_log.cc:179
6467
msgid "Enable rabbitmq log"
6470
#: ../plugin/rabbitmq/rabbitmq_log.cc:188
6471
msgid "Host name to connect to"
6474
#: ../plugin/rabbitmq/rabbitmq_log.cc:197
6475
msgid "RabbitMQ Port"
6478
#: ../plugin/rabbitmq/rabbitmq_log.cc:208
6479
msgid "RabbitMQ username"
6482
#: ../plugin/rabbitmq/rabbitmq_log.cc:216
6483
msgid "RabbitMQ password"
6486
#: ../plugin/rabbitmq/rabbitmq_log.cc:224
6487
msgid "RabbitMQ virtualhost"
6490
#: ../plugin/rabbitmq/rabbitmq_log.cc:232
6491
msgid "Name of RabbitMQ exchange to publish to"
6494
#: ../plugin/rabbitmq/rabbitmq_log.cc:240
6495
msgid "Name of RabbitMQ routing key to use"
6498
#: ../plugin/rabbitmq/rabbitmq_log.cc:248
6499
#: ../plugin/transaction_log/module.cc:247
6500
msgid "Name of the replicator plugin to use (default='default_replicator')"
6503
#: ../plugin/signal_handler/signal_handler.cc:233
4801
6505
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6508
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
4805
6510
msgid "syslog facility \"%s\" not known, using \"local0\""
6513
#: ../plugin/syslog/errmsg.cc:49
4809
6515
msgid "syslog priority \"%s\" not known, using \"warn\""
6518
#: ../plugin/syslog/logging.cc:72
4813
6520
msgid "syslog priority \"%s\" not known, using \"info\""
6523
#: ../plugin/syslog/module.cc:59
6524
msgid "Syslog Ident"
6527
#: ../plugin/syslog/module.cc:68
6528
msgid "Syslog Facility"
6531
#: ../plugin/syslog/module.cc:77
6532
msgid "Enable logging to syslog of the query log"
6535
#: ../plugin/syslog/module.cc:86
6536
msgid "Syslog Priority of query logging"
6539
#: ../plugin/syslog/module.cc:131
6540
msgid "Enable logging to syslog of the error messages"
6543
#: ../plugin/syslog/module.cc:140
6544
msgid "Syslog Priority of error messages"
6547
#: ../plugin/transaction_log/background_worker.cc:74
4817
6549
msgid "Unable to create background worker thread. Got error %s.\n"
6552
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6553
#: ../plugin/transaction_log/print_transaction_message.cc:102
6554
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6556
msgid "Failed to open transaction log file %s. Got error: %s\n"
6559
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6560
#: ../plugin/transaction_log/print_transaction_message.cc:144
6561
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6563
msgid "Raw buffer read: %s.\n"
6566
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6567
#: ../plugin/transaction_log/print_transaction_message.cc:150
6568
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6570
msgid "Unable to parse transaction. Got error: %s.\n"
6571
msgstr "Klarte ikke analysere transaksjonen. Feil: %s.\n"
6573
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6574
#: ../plugin/transaction_log/print_transaction_message.cc:152
6575
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6577
msgid "BUFFER: %s\n"
6578
msgstr "BUFFER: %s\n"
6580
#: ../plugin/transaction_log/module.cc:122
4821
6582
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6585
#: ../plugin/transaction_log/module.cc:131
4825
6587
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
6590
#: ../plugin/transaction_log/module.cc:141
4829
6592
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
6595
#: ../plugin/transaction_log/module.cc:150
4833
6597
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
6600
#: ../plugin/transaction_log/module.cc:163
4837
6602
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
6605
#: ../plugin/transaction_log/module.cc:223
4840
6606
msgid "Enable transaction log"
6609
#: ../plugin/transaction_log/module.cc:231
4843
6610
msgid "DEBUGGING - Truncate transaction log"
6613
#: ../plugin/transaction_log/module.cc:239
4846
6614
msgid "Path to the file to use for transaction log"
4847
6615
msgstr "Sti til filen du vil bruke som transaksjonslogg"
4849
msgid "Name of the replicator plugin to use (default='default_replicator')"
6617
#: ../plugin/transaction_log/module.cc:255
4852
6618
msgid "Enable CRC32 Checksumming of each written transaction log entry"
6621
#: ../plugin/transaction_log/module.cc:263
4856
6623
"0 == rely on operating system to sync log file (default), 1 == sync file at "
4857
6624
"each transaction write, 2 == sync log file once per second"
6627
#: ../plugin/transaction_log/module.cc:276
4860
6628
msgid "Number of slots for in-memory write buffers (default=8)."
6631
#: ../plugin/transaction_log/transaction_log.cc:112
4863
6632
msgid "Failed to open transaction log file "
4864
6633
msgstr "Åpning av transaksjonsloggen feilet "
6635
#: ../plugin/transaction_log/transaction_log.cc:220
4868
6638
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
4869
6639
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
6642
#: ../plugin/transaction_log/transaction_log.cc:239
4873
6644
msgid "Failed to sync log file. Got error: %s\n"
4877
msgid "Failed to open transaction log file %s. Got error: %s\n"
4881
msgid "Raw buffer read: %s.\n"
4885
msgid "Unable to parse transaction. Got error: %s.\n"
4886
msgstr "Klarte ikke analysere transaksjonen. Feil: %s.\n"
4889
msgid "BUFFER: %s\n"
4890
msgstr "BUFFER: %s\n"
4893
6648
#~ "'%s' had no or invalid character set, and default character set is multi-"
4894
6649
#~ "byte, so character column sizes may have changed"