From: <be...@us...> - 2012-05-20 04:31:47
|
Revision: 9556 http://xoops.svn.sourceforge.net/xoops/?rev=9556&view=rev Author: beckmi Date: 2012-05-20 04:31:40 +0000 (Sun, 20 May 2012) Log Message: ----------- Updating English language files Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/admin.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/help/help.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/modinfo.php Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/admin.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/admin.php 2012-05-20 03:42:36 UTC (rev 9555) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/admin.php 2012-05-20 04:31:40 UTC (rev 9556) @@ -47,29 +47,29 @@ define("_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 to reclaim the unused space and to defragment the data file.<br /> +OPTIMIZE TABLE reclaims the unused space and to defragment the data file.<br /> REPAIR TABLE repairs a possibly corrupted table."); define("_AM_MAINTENANCE_CENTER_REPAIR","Repair"); define("_AM_MAINTENANCE_CENTER_SESSION","Empty the sessions table"); define("_AM_MAINTENANCE_CENTER_SIZE","Size"); -define("_AM_MAINTENANCE_CENTER_SIZE_SUFFIX","[Ko]"); +define("_AM_MAINTENANCE_CENTER_SIZE_SUFFIX","[KB]"); define("_AM_MAINTENANCE_CENTER_SMARTY_CACHE","Smarty cache"); define("_AM_MAINTENANCE_CENTER_SMARTY_COMPILE","Smarty compile"); -define("_AM_MAINTENANCE_CENTER_XOOPS_CACHE","Xoops cache"); +define("_AM_MAINTENANCE_CENTER_XOOPS_CACHE","XOOPS cache"); //dump.php define("_AM_MAINTENANCE_DUMP_DELETED","File deleted"); define("_AM_MAINTENANCE_DUMP_DELETEALL","Delete all files"); -define("_AM_MAINTENANCE_DUMP_DELETEDALL","Deleted all files"); +define("_AM_MAINTENANCE_DUMP_DELETEDALL","All files are deleted"); define("_AM_MAINTENANCE_DUMP_DOWNLOAD","Download"); define("_AM_MAINTENANCE_DUMP_DROP","Add command DROP TABLE IF EXISTS 'tables' in the dump"); define("_AM_MAINTENANCE_DUMP_ERROR_TABLES_OR_MODULES", "You must select the tables or modules"); define("_AM_MAINTENANCE_DUMP_FILES","Files"); define("_AM_MAINTENANCE_DUMP_FILE_CREATED", "File created"); define("_AM_MAINTENANCE_DUMP_FILE_NOTCREATED", "File not created"); -define("_AM_MAINTENANCE_DUMP_FORM","Dump form"); +define("_AM_MAINTENANCE_DUMP_FORM","Create new Dump"); define("_AM_MAINTENANCE_DUMP_LIST", "List of files"); -define("_AM_MAINTENANCE_DUMP_NB_RECORDS", "Numbers of records"); +define("_AM_MAINTENANCE_DUMP_NB_RECORDS", "Number of records"); define("_AM_MAINTENANCE_DUMP_NOFILE","No file"); define("_AM_MAINTENANCE_DUMP_NO_TABLES", "No tables"); define("_AM_MAINTENANCE_DUMP_STRUCTURES", "Structures"); Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/help/help.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/help/help.html 2012-05-20 03:42:36 UTC (rev 9555) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/help/help.html 2012-05-20 04:31:40 UTC (rev 9556) @@ -1,7 +1,7 @@ <!-- ===== Help Content ======= --> <h4>Description</h4> <p> -Maintenance provides several basic functions to help you in mantaining your XOOPS installation and keep it healthy:<br /><br /> +Maintenance provides several basic functions to help you in maintaining your XOOPS installation and keep it healthy:<br /><br /> - clean cache folder<br /> - empty the session table<br /> Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/modinfo.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/modinfo.php 2012-05-20 03:42:36 UTC (rev 9555) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/language/english/modinfo.php 2012-05-20 04:31:40 UTC (rev 9556) @@ -25,6 +25,6 @@ define("_MI_MAINTENANCE_DESC", "Plugins for maintenance"); // Menu define("_MI_MAINTENANCE_INDEX", "Home"); -define("_MI_MAINTENANCE_CENTER", "Maintenance center"); -define("_MI_MAINTENANCE_DUMP", "Dump center"); +define("_MI_MAINTENANCE_CENTER", "Maintenance"); +define("_MI_MAINTENANCE_DUMP", "Dump"); define("_MI_MAINTENANCE_ABOUT", "About"); \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |