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

@ -1017,3 +1017,7 @@
@define('AVAILABLE_TEMPLATES', 'Available Templates');
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');