mambax7/moduleinstaller

View on GitHub
language/english/admin.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

// Text for Admin footer
define('_AM_ADMIN_FOOTER', "<div class='center smallsmall italic pad5'>Module Installer is maintained by the <a class='tooltip' rel='external' href='https://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>");
define('_AM_INSTALLER_SELECT_ALL', 'Select All');
define('_AM_INSTALLER_SELECT_NONE', 'Un-Select All');
define('_AM_INSTALLER_MODULES_UNINSTALL', 'Uninstall');