From: <dj...@us...> - 2012-09-06 15:24:19
|
Revision: 10141 http://xoops.svn.sourceforge.net/xoops/?rev=10141&view=rev Author: djculex Date: 2012-09-06 15:24:08 +0000 (Thu, 06 Sep 2012) Log Message: ----------- Missing define for EXTENSIONS + EXTENSIONS_TITLE Modified Paths: -------------- XoopsLanguages/danish/core/2.6.0 Alpha-1/htdocs/install/language/danish/install.php Modified: XoopsLanguages/danish/core/2.6.0 Alpha-1/htdocs/install/language/danish/install.php =================================================================== --- XoopsLanguages/danish/core/2.6.0 Alpha-1/htdocs/install/language/danish/install.php 2012-09-05 03:57:20 UTC (rev 10140) +++ XoopsLanguages/danish/core/2.6.0 Alpha-1/htdocs/install/language/danish/install.php 2012-09-06 15:24:08 UTC (rev 10141) @@ -186,6 +186,8 @@ define("CONFIG_SITE_TITLE","Side konfiguration" ); define("MODULES","Modul installationer" ); define("MODULES_TITLE","Modul installation" ); +define("EXTENSIONS", "Udvidelser installeret"); +define("EXTENSIONS_TITLE", "Udvidelses installation"); define("THEME","Vælg theme" ); define("THEME_TITLE","Vælg dit standard theme" ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |