XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
maintenance | |
Variables | |
const | _AM_MAINTENANCE_ACTIONS "Actions" |
const | _AM_MAINTENANCE_AND "AND" |
const | _AM_MAINTENANCE_CENTER_ANALYSE "Analyze" |
const | _AM_MAINTENANCE_CENTER_CACHE "Clean cache folder" |
const | _AM_MAINTENANCE_CENTER_CHECK "Check" |
const | _AM_MAINTENANCE_CENTER_CHOICE1 "Optimize table(s)" |
const | _AM_MAINTENANCE_CENTER_CHOICE2 "Check table(s)" |
const | _AM_MAINTENANCE_CENTER_CHOICE3 "Repair table(s)" |
const | _AM_MAINTENANCE_CENTER_CHOICE4 "Analyze table(s)" |
const | _AM_MAINTENANCE_CENTER_OPTIMIZE "Optimize" |
const | _AM_MAINTENANCE_CENTER_REPAIR "Repair" |
const | _AM_MAINTENANCE_CENTER_RESULT "Result" |
const | _AM_MAINTENANCE_CENTER_RESULT_SESSION "Clean sessions table task successfully" |
const | _AM_MAINTENANCE_CENTER_RESULT_SMARTY_CACHE "Cleaning the Smarty cache successfully (%s files)" |
const | _AM_MAINTENANCE_CENTER_RESULT_SMARTY_COMPILE "Cleaning the Smarty compile successfully (%s files)" |
const | _AM_MAINTENANCE_CENTER_RESULT_XOOPS_CACHE "Cleaning the Xoops cache successfully (%s files)" |
const | _AM_MAINTENANCE_CENTER_RETURN "Return to maintenance center" |
const | _AM_MAINTENANCE_CENTER_SESSION "Empty the sessions table" |
const | _AM_MAINTENANCE_CENTER_SIZE "Size" |
const | _AM_MAINTENANCE_CENTER_SIZE_SUFFIX "[KB]" |
const | _AM_MAINTENANCE_CENTER_SMARTY_CACHE "Smarty cache" |
const | _AM_MAINTENANCE_CENTER_SMARTY_COMPILE "Smarty compile" |
const | _AM_MAINTENANCE_CENTER_TABLES "Tables maintenance" |
const | _AM_MAINTENANCE_CENTER_TABLES1 "Tables" |
const | _AM_MAINTENANCE_CENTER_TABLES_DESC "ANALYZE TABLE analyzes and stores the key distribution for a table. During the analysis, the table is locked with a read lock.<br /> CHECK TABLE checks a table or tables for errors.<br /> OPTIMIZE TABLE reclaims the unused space and to defragment the data file.<br /> REPAIR TABLE repairs a possibly corrupted table." |
const | _AM_MAINTENANCE_CENTER_TIPS "<ul> <li>You can do a simple maintenance of your XOOPS Installation: clear your cache and session table, and do maintenance of your tables</li> </ul>" |
const | _AM_MAINTENANCE_CENTER_XOOPS_CACHE "XOOPS cache" |
const | _AM_MAINTENANCE_DELETE "Delete file" |
const | _AM_MAINTENANCE_DUMP_DELETEALL "Delete all files" |
const | _AM_MAINTENANCE_DUMP_DELETED "File deleted" |
const | _AM_MAINTENANCE_DUMP_DELETEDALL "All files are deleted" |
const | _AM_MAINTENANCE_DUMP_DOWNLOAD "Download" |
const | _AM_MAINTENANCE_DUMP_DROP "Add command DROP TABLE IF EXISTS 'tables' in the dump" |
const | _AM_MAINTENANCE_DUMP_ERROR_TABLES_OR_MODULES "You must select the tables or modules" |
const | _AM_MAINTENANCE_DUMP_FILE_CREATED "File created" |
const | _AM_MAINTENANCE_DUMP_FILE_NOTCREATED "File not created" |
const | _AM_MAINTENANCE_DUMP_FILES "Files" |
const | _AM_MAINTENANCE_DUMP_FORM "Create new Dump" |
const | _AM_MAINTENANCE_DUMP_LIST "List of files" |
const | _AM_MAINTENANCE_DUMP_NB_RECORDS "Number of records" |
const | _AM_MAINTENANCE_DUMP_NO_TABLES "No tables" |
const | _AM_MAINTENANCE_DUMP_NOFILE "No file" |
const | _AM_MAINTENANCE_DUMP_RECORDS "record(s)" |
const | _AM_MAINTENANCE_DUMP_STRUCTURES "Structures" |
const | _AM_MAINTENANCE_DUMP_TABLES "Tables" |
const | _AM_MAINTENANCE_DUMP_TABLES_OR_MODULES "Select tables or modules" |
const | _AM_MAINTENANCE_NBFILES "There are %s files" |
const | _AM_MAINTENANCE_OR "OR" |
const _AM_MAINTENANCE_AND "AND" |
Definition at line 23 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_CACHE "Clean cache folder" |
Definition at line 32 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_CHOICE1 "Optimize table(s)" |
Definition at line 34 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_CHOICE2 "Check table(s)" |
Definition at line 35 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_CHOICE3 "Repair table(s)" |
Definition at line 36 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_CHOICE4 "Analyze table(s)" |
Definition at line 37 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_RESULT_SESSION "Clean sessions table task successfully" |
const _AM_MAINTENANCE_CENTER_RESULT_SMARTY_CACHE "Cleaning the Smarty cache successfully (%s files)" |
const _AM_MAINTENANCE_CENTER_RESULT_SMARTY_COMPILE "Cleaning the Smarty compile successfully (%s files)" |
const _AM_MAINTENANCE_CENTER_RESULT_XOOPS_CACHE "Cleaning the Xoops cache successfully (%s files)" |
const _AM_MAINTENANCE_CENTER_RETURN "Return to maintenance center" |
const _AM_MAINTENANCE_CENTER_SESSION "Empty the sessions table" |
Definition at line 52 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_SMARTY_CACHE "Smarty cache" |
Definition at line 55 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_SMARTY_COMPILE "Smarty compile" |
Definition at line 56 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_TABLES "Tables maintenance" |
Definition at line 45 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_TABLES_DESC "ANALYZE TABLE analyzes and stores the key distribution for a table. During the analysis, the table is locked with a read lock.<br /> CHECK TABLE checks a table or tables for errors.<br /> OPTIMIZE TABLE reclaims the unused space and to defragment the data file.<br /> REPAIR TABLE repairs a possibly corrupted table." |
Definition at line 47 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_CENTER_TIPS "<ul> <li>You can do a simple maintenance of your XOOPS Installation: clear your cache and session table, and do maintenance of your tables</li> </ul>" |
const _AM_MAINTENANCE_CENTER_XOOPS_CACHE "XOOPS cache" |
Definition at line 57 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getMaintenance().
const _AM_MAINTENANCE_DUMP_DELETEDALL "All files are deleted" |
const _AM_MAINTENANCE_DUMP_DROP "Add command DROP TABLE IF EXISTS 'tables' in the dump" |
Definition at line 64 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getDump().
const _AM_MAINTENANCE_DUMP_ERROR_TABLES_OR_MODULES "You must select the tables or modules" |
const _AM_MAINTENANCE_DUMP_FILE_NOTCREATED "File not created" |
const _AM_MAINTENANCE_DUMP_TABLES_OR_MODULES "Select tables or modules" |
Definition at line 76 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getDump().
const _AM_MAINTENANCE_OR "OR" |
Definition at line 25 of file admin.php.
Referenced by MaintenanceMaintenanceForm\getDump().