Commit 52442e98 authored by unknown's avatar unknown
Browse files

Error message edits.

parent 5ebed189
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ character-set=latin2
"Zji-Btn timeout pi ten komunikanho packetu",
"Zji-Btna chyba pi zpisu komunikanho packetu",
"Zji-Btn timeout pi zpisu komunikanho packetu",
"V-Bsledn etzec je del ne max_allowed_packet",
"V-Bsledn etzec je del ne 'max_allowed_packet'",
"Typ pou-Bit tabulky nepodporuje BLOB/TEXT sloupce",
"Typ pou-Bit tabulky nepodporuje AUTO_INCREMENT sloupce",
"INSERT DELAYED nen-B mono s tabulkou '%-.64s' pout, protoe je zamen pomoc LOCK TABLES",
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ character-set=latin1
"Timeout-fejl ved læsning af kommunukations-pakker (communication packets)",
"Fik fejlmeddelelse ved skrivning af kommunukations-pakker (communication packets)",
"Timeout-fejl ved skrivning af kommunukations-pakker (communication packets)",
"Strengen med resultater er større end max_allowed_packet",
"Strengen med resultater er større end 'max_allowed_packet'",
"Denne tabeltype understøtter ikke brug af BLOB og TEXT kolonner",
"Denne tabeltype understøtter ikke brug af AUTO_INCREMENT kolonner",
"INSERT DELAYED kan ikke bruges med tabellen '%-.64s', fordi tabellen er låst med LOCK TABLES",
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ character-set=latin1
"Timeout bij het lezen van communicatiepakketten",
"Fout bij het schrijven van communicatiepakketten",
"Timeout bij het schrijven van communicatiepakketten",
"Resultaat string is langer dan max_allowed_packet",
"Resultaat string is langer dan 'max_allowed_packet'",
"Het gebruikte tabel type ondersteunt geen BLOB/TEXT kolommen",
"Het gebruikte tabel type ondersteunt geen AUTO_INCREMENT kolommen",
"INSERT DELAYED kan niet worden gebruikt bij table '%-.64s', vanwege een 'lock met LOCK TABLES",
+7 −7
Original line number Diff line number Diff line
@@ -82,19 +82,19 @@ character-set=latin1
"%s: ready for connections.\nVersion: '%s'  socket: '%s'  port: %d\n",
"%s: Normal shutdown\n",
"%s: Got signal %d. Aborting!\n",
"%s: Shutdown Complete\n",
"%s: Shutdown complete\n",
"%s: Forcing close of thread %ld  user: '%-.32s'\n",
"Can't create IP socket",
"Table '%-.64s' has no index like the one used in CREATE INDEX. Recreate the table",
"Table '%-.64s' has no index like the one used in CREATE INDEX; recreate the table",
"Field separator argument is not what is expected; check the manual",
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'",
"The file '%-.64s' must be in the database directory or be readable by all",
"File '%-.80s' already exists",
"Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld",
"Records: %ld  Duplicates: %ld",
"Incorrect sub part key. The used key part isn't a string, the used length is longer than the key part or the storage engine doesn't support unique sub keys",
"You can't delete all columns with ALTER TABLE. Use DROP TABLE instead",
"Can't DROP '%-.64s'. Check that column/key exists",
"Incorrect sub part key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique sub keys",
"You can't delete all columns with ALTER TABLE; use DROP TABLE instead",
"Can't DROP '%-.64s'; check that column/key exists",
"Records: %ld  Duplicates: %ld  Warnings: %ld",
"You can't specify target table '%-.64s' for update in FROM clause",
"Unknown thread id: %lu",
@@ -156,7 +156,7 @@ character-set=latin1
"Delayed insert thread couldn't get requested lock for table %-.64s",
"Too many delayed threads in use",
"Aborted connection %ld to db: '%-.64s' user: '%-.32s' (%-.64s)",
"Got a packet bigger than 'max_allowed_packet'",
"Got a packet bigger than 'max_allowed_packet' bytes",
"Got a read error from the connection pipe",
"Got an error from fcntl()",
"Got packets out of order",
@@ -165,7 +165,7 @@ character-set=latin1
"Got timeout reading communication packets",
"Got an error writing communication packets",
"Got timeout writing communication packets",
"Result string is longer than max_allowed_packet",
"Result string is longer than 'max_allowed_packet' bytes",
"The used table type doesn't support BLOB/TEXT columns",
"The used table type doesn't support AUTO_INCREMENT columns",
"INSERT DELAYED can't be used with table '%-.64s' because it is locked with LOCK TABLES",
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ character-set=latin1
"Timeout en lecture des paquets reçus",
"Erreur d'écriture des paquets envoyés",
"Timeout d'écriture des paquets envoyés",
"La chaîne résultat est plus grande que max_allowed_packet",
"La chaîne résultat est plus grande que 'max_allowed_packet'",
"Ce type de table ne supporte pas les colonnes BLOB/TEXT",
"Ce type de table ne supporte pas les colonnes AUTO_INCREMENT",
"INSERT DELAYED ne peut être utilisé avec la table '%-.64s', car elle est verrouée avec LOCK TABLES",
Loading