1
0

add language constants for maintenance

This commit is contained in:
Garvin Hicking
2014-03-05 16:17:24 +01:00
parent 627e400a02
commit c3b4fe53e9
67 changed files with 267 additions and 56 deletions

View File

@ -1,11 +1,5 @@
<?php
@define('MENU_MAINTENANCE', 'Maintenance');
@define('MENU_MAINTENANCE_CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
@define('MENU_MAINTENANCE_CLEANCOMPILE_FAIL', 'No clearance or compiled template files available!');
@define('MENU_MAINTENANCE_CLEANCOMPILE_TITLE', 'Clear compiled Template');
@define('MENU_MAINTENANCE_CLEANCOMPILE_INFO', 'This will purge compiled files of this template only, but will leave the used runtime files by this current template file.');
$data = array();
// do not move to end of switch, since this will change smarty assignment scope