This repository has been archived on 2025-06-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LuckyCoinkydink/lang/addlang.txt
T
2014-03-03 19:52:08 +01:00

6 lines
463 B
Plaintext

@define('MAINTAIN_TITLE', 'Maintenance');
@define('MAINTAIN_CLEANCOMPILE_PASS', '<span class="perm_name">[smarty clearCompiledTemplate(%s)]</span>');
@define('MAINTAIN_CLEANCOMPILE_FAIL', 'Error: %s not allowed / not available!');
@define('MAINTAIN_CLEANCOMPILE_TITLE', 'Clear compiled Template');
@define('MAINTAIN_CLEANCOMPILE_INFO', 'This will purge compiled files of this template only, but will leave the used runtime files by this current template file.');