sFriendlyName = _kt('German translation plugin'); } function setup() { $this->registerI18nLang('knowledgeTree', "de_DE", KT_DIR . '/plugins/i18n/german/translations/'); $this->registerLanguage("de_DE", "Deutsch (Deutschland)"); $this->registerHelpLanguage('ktcore', 'de_DE', KT_DIR . '/plugins/i18n/german/help/ktcore/'); } } $oPluginRegistry =& KTPluginRegistry::getSingleton(); $oPluginRegistry->registerPlugin('GermanPlugin', 'ktcore.i18.de_DE.plugin', __FILE__); ?>