XOOPS  2.6.0
main.php
Go to the documentation of this file.
1 <?php
17 // Info
18 define('_AM_XMF_CONFIG','Configuration Check');
19 define('_AM_XMF_CONFIG_CHMOD',"The folder '%s' must be with a chmod '%s' (it's now set on %s).'");
20 define('_AM_XMF_CONFIG_FOLDERKO',"The folder '%s' does not exist");
21 define('_AM_XMF_CONFIG_FOLDEROK',"The folder '%s' exists");
22 define('_AM_XMF_CONFIG_PHP','Minimum PHP required: %s (your version is %s)');
23 define('_AM_XMF_CONFIG_XOOPS','Minimum XOOPS required: %s (your version is %s)');
24 
25 
26 // About
27 define('_AM_XMF_ABOUT_CHANGELOG','Change log');
28 define('_AM_XMF_ABOUT_DESCRIPTION','Description');
29 define('_AM_XMF_ABOUT_MODULEINFO','Module Info');
30 define('_AM_XMF_ABOUT_MODULESTATUS','Status:');
31 define('_AM_XMF_ABOUT_UPDATEDATE','Update date:');
32 define('_AM_XMF_ABOUT_WEBSITE',"Website:");
33 
34 // checkModuleVersion
35 define('_AM_XMF_DEMOMVC_MODULE_NOTFOUND','Please install or reactivate %1$s module. Minimum version required: %2$s');
36 define('_AM_XMF_DEMOMVC_MODULE_VERSION','Minimum %1$s module version required: %2$s (your version is %3$s)');