XOOPS  2.6.0
modinfo.php
Go to the documentation of this file.
1 <?php
2 define('_MI_SCHEMATOOL_NAME', 'Schema Tool');
3 define('_MI_SCHEMATOOL_DESC', 'Developer tool to create schema files.');
4 
5 define('_MI_SCHEMATOOL_ADMIN_INDEX','Home');
6 define('_MI_SCHEMATOOL_ADMIN_ABOUT','About');
7 define('_MI_SCHEMATOOL_ADMIN_TOOL','Schema');
8 
9 define('_MI_SCHEMATOOL_TITLE','Schema Tool');
10 define('_MI_SCHEMATOOL_FORM_CAPTION','Select module');
11 define('_MI_SCHEMATOOL_EXPORT_SCHEMA','Exportable Schema');
12 define('_MI_SCHEMATOOL_TITLE_NO_TABLES','No Tables');
13 define('_MI_SCHEMATOOL_MSG_NO_TABLES','The module "%s" does not have any database tables.');