', $txt['languages_download_complete'], '
', $context['install_complete'], '
';
return;
}
// An error?
if (!empty($context['error_message']))
echo '
', $context['error_message'], '
';
// Provide something of an introduction...
echo '
';
}
/**
* Edit language entries. Note that this doesn't always work because of PHP's max_post_vars setting.
*/
function template_modify_language_entries()
{
global $context, $txt, $scripturl;
echo '
';
}
/**
* Add a new language
*
*/
function template_add_language()
{
global $context, $txt, $scripturl;
echo '
';
}
?>