From dfb76babfb2d936d2c5e47aaf84e4c5f57115321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 16 May 2001 18:57:16 +0000 Subject: [PATCH] Updated translation by Steen --- lang/danish.inc.php3 | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index cc88a36cc..25d0e8b31 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -135,13 +135,11 @@ $strViewDumpDB = "Vis dump (skema) af database"; $strWelcome = "Velkommen til "; $strWrongUser = "Forkert brugernavn/kodeord. Adgang Næ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 "; ?>