Updated translation by Steen <webmaster@kostplanen.dk>

This commit is contained in:
Loïc Chapeaux
2001-05-16 18:57:16 +00:00
parent b80fa15a81
commit dfb76babfb

View File

@@ -135,13 +135,11 @@ $strViewDumpDB = "Vis dump (skema) af database";
$strWelcome = "Velkommen til ";
$strWrongUser = "Forkert brugernavn/kodeord. Adgang N&aelig;gtet.";
$strYes = "Ja";
$strCheckTable = "Check table"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strRepairTable = "Repair table"; //to translate
$strOptimizeTable = "Optimize table"; //to translate
$strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strCheckTable = "Tjek tabel";
$strAnalyzeTable = "Analyser tabel";
$strRepairTable = "Reparer tabel";
$strOptimizeTable = "Optimer tabel";
$strTableType = "Tabel type";
$strHomepageOfficial = "Officiel phpMyAdmin hjemmeside ";
$strHomepageSourceforge = "Ny (men ikke endnu officiel) phpMyAdmin hjemmeside ";
?>