XOOPS  2.6.0
admin.php
Go to the documentation of this file.
1 <?php
2 /*
3  You may not change or alter any portion of this comment or credits
4  of supporting developers from this source code or any supporting source code
5  which is considered copyrighted (c) material of the original comment or credit authors.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 */
11 
22 define("_AM_MAINTENANCE_ACTIONS","Actions");
23 define("_AM_MAINTENANCE_AND", "AND");
24 define("_AM_MAINTENANCE_DELETE","Delete file");
25 define("_AM_MAINTENANCE_OR", "OR");
26 
27 //index.php
28 define("_AM_MAINTENANCE_NBFILES","There are %s files");
29 
30 //center.php
31 define("_AM_MAINTENANCE_CENTER_ANALYSE","Analyze");
32 define("_AM_MAINTENANCE_CENTER_CACHE","Clean cache folder");
33 define("_AM_MAINTENANCE_CENTER_CHECK","Check");
34 define("_AM_MAINTENANCE_CENTER_CHOICE1","Optimize table(s)");
35 define("_AM_MAINTENANCE_CENTER_CHOICE2","Check table(s)");
36 define("_AM_MAINTENANCE_CENTER_CHOICE3","Repair table(s)");
37 define("_AM_MAINTENANCE_CENTER_CHOICE4","Analyze table(s)");
38 define("_AM_MAINTENANCE_CENTER_OPTIMIZE","Optimize");
39 define("_AM_MAINTENANCE_CENTER_RESULT","Result");
40 define("_AM_MAINTENANCE_CENTER_RESULT_SESSION","Clean sessions table task successfully");
41 define("_AM_MAINTENANCE_CENTER_RESULT_SMARTY_CACHE","Cleaning the Smarty cache successfully (%s files)");
42 define("_AM_MAINTENANCE_CENTER_RESULT_SMARTY_COMPILE","Cleaning the Smarty compile successfully (%s files)");
43 define("_AM_MAINTENANCE_CENTER_RESULT_XOOPS_CACHE","Cleaning the Xoops cache successfully (%s files)");
44 define("_AM_MAINTENANCE_CENTER_RETURN","Return to maintenance center");
45 define("_AM_MAINTENANCE_CENTER_TABLES","Tables maintenance");
46 define("_AM_MAINTENANCE_CENTER_TABLES1","Tables");
47 define("_AM_MAINTENANCE_CENTER_TABLES_DESC",
48 "ANALYZE TABLE analyzes and stores the key distribution for a table. During the analysis, the table is locked with a read lock.<br />
49 CHECK TABLE checks a table or tables for errors.<br />
50 OPTIMIZE TABLE reclaims the unused space and to defragment the data file.<br />
51 REPAIR TABLE repairs a possibly corrupted table.");
52 define("_AM_MAINTENANCE_CENTER_REPAIR","Repair");
53 define("_AM_MAINTENANCE_CENTER_SESSION","Empty the sessions table");
54 define("_AM_MAINTENANCE_CENTER_SIZE","Size");
55 define("_AM_MAINTENANCE_CENTER_SIZE_SUFFIX","[KB]");
56 define("_AM_MAINTENANCE_CENTER_SMARTY_CACHE","Smarty cache");
57 define("_AM_MAINTENANCE_CENTER_SMARTY_COMPILE","Smarty compile");
58 define("_AM_MAINTENANCE_CENTER_XOOPS_CACHE","XOOPS cache");
59 
60 //dump.php
61 define("_AM_MAINTENANCE_DUMP_DELETED","File deleted");
62 define("_AM_MAINTENANCE_DUMP_DELETEALL","Delete all files");
63 define("_AM_MAINTENANCE_DUMP_DELETEDALL","All files are deleted");
64 define("_AM_MAINTENANCE_DUMP_DOWNLOAD","Download");
65 define("_AM_MAINTENANCE_DUMP_DROP","Add command DROP TABLE IF EXISTS 'tables' in the dump");
66 define("_AM_MAINTENANCE_DUMP_ERROR_TABLES_OR_MODULES", "You must select the tables or modules");
67 define("_AM_MAINTENANCE_DUMP_FILES","Files");
68 define("_AM_MAINTENANCE_DUMP_FILE_CREATED", "File created");
69 define("_AM_MAINTENANCE_DUMP_FILE_NOTCREATED", "File not created");
70 define("_AM_MAINTENANCE_DUMP_FORM","Create new Dump");
71 define("_AM_MAINTENANCE_DUMP_LIST", "List of files");
72 define("_AM_MAINTENANCE_DUMP_NB_RECORDS", "Number of records");
73 define("_AM_MAINTENANCE_DUMP_NOFILE","No file");
74 define("_AM_MAINTENANCE_DUMP_NO_TABLES", "No tables");
75 define("_AM_MAINTENANCE_DUMP_STRUCTURES", "Structures");
76 define("_AM_MAINTENANCE_DUMP_TABLES", "Tables");
77 define("_AM_MAINTENANCE_DUMP_TABLES_OR_MODULES","Select tables or modules");
78 define("_AM_MAINTENANCE_DUMP_RECORDS", "record(s)");
79 
80 // Tips
81 define("_AM_MAINTENANCE_CENTER_TIPS",
82 "<ul>
83 <li>You can do a simple maintenance of your XOOPS Installation: clear your cache and session table, and do maintenance of your tables</li>
84 </ul>");