diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3
index 203920c28..631b9611f 100644
--- a/lang/danish.inc.php3
+++ b/lang/danish.inc.php3
@@ -8,6 +8,7 @@ $number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
+
$strAccessDenied = "Adgang Nægtet";
$strAction = "Handling";
$strAddDeleteColumn = ""; //to translate, but its not in use ...
@@ -37,11 +38,14 @@ $strAtEndOfTable = "I slutning af tabel";
$strAttr = "Attributer";
$strBack = "Tilbage";
+$strBinary=" Binary "; //to translate
+$strBinaryDoNotEdit=" Binary - do not edit "; //to translate
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "Vis";
+$strBzip = "\"bzipped\"";
$strCantLoadMySQL = "cannot load MySQL extension,
please check PHP Configuration."; //to translate
$strCarriage = "Carriage return: \\r";
@@ -92,6 +96,7 @@ $strEmptyResultSet = "MySQL returnerede ingen data (fx ingen rækker).";
$strEnableMagicQuotes = "Advarsel: Du har ikke aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin behøver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen aktiveres.";
$strEnclosedBy = "har denne tekstkvalifikator";
$strEnd = "Slut";
+$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate
$strError = "Fejl";
$strEscapedBy = "afsluttes med";
$strExtra = "Ekstra";
@@ -105,6 +110,7 @@ $strFunction = "Funktion";
$strGenTime = "Generation Time"; //to translate
$strGo = "Udfør";
$strGrants = "Grants"; //to translate
+$strGzip = "\"gzipped\""; //to translate
$strHasBeenAltered = "er ændret.";
$strHasBeenCreated = "er oprettet.";
@@ -147,16 +153,20 @@ $strMySQLShowStatus = "Vis MySQL runtime information";
$strMySQLShowVars = "Vis MySQL system variable";
$strName = "Navn";
+$strNbRecords = "No. Of records";
$strNext = "Næste";
$strNo = "Nej";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "Ingen tabeller fundet i databasen.";
+$strNotNumber = "This is not a number!"; //to translate
+$strNotValidNumber = " is not a valid row number!"; //to translate
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Nulværdi";
$strNumberIndexes = " Number of advanced indexes "; //to translate
+$strOffSet = "Offset";
$strOftenQuotation = "Ofte anførelsestegn. OPTIONALLY betyder at kun char og varchar felter er omsluttet med det valgte \"tekstkvalifikator\"-tegn.";
$strOptimizeTable = "Optimer tabel";
$strOptionalControls = "Optional. Kontrollerer hvordan specialtegn skrives eller læses.";
@@ -200,6 +210,7 @@ $strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "rækker startende fra";
+$strRowSize=" Row size "; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "kører på ";
$strRunQuery = ""; //to translate, but its not in use ...
@@ -214,6 +225,7 @@ $strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "Vis";
$strShowingRecords = "Viser poster ";
+$strShowThisQuery=" Show this query here again "; //to translate
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = ""; //to translate, but its not in use ...
@@ -264,19 +276,4 @@ $strWrongUser = "Forkert brugernavn/kodeord. Adgang Nægtet.";
$strYes = "Ja";
-// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm)
-// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
-$strBinary=" Binary "; //to translate
-$strBinaryDoNotEdit=" Binary - do not edit "; //to translate
-$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate
-$strNotNumber = "This is not a number!"; //to translate
-$strNotValidNumber = " is not a valid row number!"; //to translate
-
-// export Zip (July 07, 2001, 19:48am)
-$strBzip = "\"bzipped\"";
-$strGzip = "\"gzipped\""; //to translate
-$strOffSet = "Offset";
-$strNbRecords = "No. Of records";
-$strRowSize=" Row size "; //to translate
-$strShowThisQuery=" Show this query here again "; //to translate
?>