diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 35cceef71d..c1b33b4e3f 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -1,5 +1,5 @@ frames.'; @@ -633,6 +651,8 @@ $strStatCreateTime = 'Oprettelse'; $strStatUpdateTime = 'Sidste opdatering'; $strStatement = 'Erklæringer'; $strStatus = 'Status'; +$strStorageEngine = 'Datalager'; +$strStorageEngines = 'Datalagre'; $strStrucCSV = 'CSV-data'; $strStrucData = 'Struktur og data'; $strStrucDrop = 'Tilføj \'DROP TABLE\''; @@ -724,9 +744,12 @@ $strValidateSQL = 'Valid $strValidatorError = 'SQL-validatoren kunne ikke initialiseres. Check venligst at du har de nødvendige php-udvidelser installeret som beskrevet i %sdokumentationen%s.'; $strValue = 'Værdi'; $strVar = 'Variabel'; +$strVersionInformation = 'Versionsinformation'; +$strView = 'Visning'; $strViewDump = 'Vis dump (skema) over tabel'; $strViewDumpDB = 'Vis dump (skema) af database'; $strViewDumpDatabases = 'Vis dump (skema) for databaser'; +$strViewHasBeenDropped = 'Visning %s er blevet droppet'; $strWebServerUploadDirectory = 'web-server upload mappe'; $strWebServerUploadDirectoryError = 'Mappen du har sat til upload-arbejde kan ikke findes'; @@ -746,30 +769,7 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.'; $strZip = '"zippet"'; -$strView = 'View'; //to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strEngines = 'Engines'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate -$strVersionInformation = 'Version information'; //to translate + $strInnoDBDataHomeDir = 'Data home directory'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBDataFilePath = 'Data files'; //to translate diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 4e7a0b4094..7d6cf8bdb7 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1,5 +1,5 @@ frames.'; @@ -634,6 +652,8 @@ $strStatCreateTime = 'Oprettelse'; $strStatUpdateTime = 'Sidste opdatering'; $strStatement = 'Erklæringer'; $strStatus = 'Status'; +$strStorageEngine = 'Datalager'; +$strStorageEngines = 'Datalagre'; $strStrucCSV = 'CSV-data'; $strStrucData = 'Struktur og data'; $strStrucDrop = 'Tilføj \'DROP TABLE\''; @@ -725,9 +745,12 @@ $strValidateSQL = 'Validér SQL'; $strValidatorError = 'SQL-validatoren kunne ikke initialiseres. Check venligst at du har de nødvendige php-udvidelser installeret som beskrevet i %sdokumentationen%s.'; $strValue = 'Værdi'; $strVar = 'Variabel'; +$strVersionInformation = 'Versionsinformation'; +$strView = 'Visning'; $strViewDump = 'Vis dump (skema) over tabel'; $strViewDumpDB = 'Vis dump (skema) af database'; $strViewDumpDatabases = 'Vis dump (skema) for databaser'; +$strViewHasBeenDropped = 'Visning %s er blevet droppet'; $strWebServerUploadDirectory = 'web-server upload mappe'; $strWebServerUploadDirectoryError = 'Mappen du har sat til upload-arbejde kan ikke findes'; @@ -747,30 +770,7 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.'; $strZip = '"zippet"'; -$strView = 'View'; //to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strEngines = 'Engines'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate -$strVersionInformation = 'Version information'; //to translate + $strInnoDBDataHomeDir = 'Data home directory'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBDataFilePath = 'Data files'; //to translate