1
0

Included missed language constant in checksum verification

This commit is contained in:
Jude Anthony
2008-04-29 19:42:57 +00:00
parent b97fe45e5b
commit 0e67b071dd
66 changed files with 309 additions and 5 deletions

View File

@ -335,6 +335,7 @@ $i18n_unknown = 'tw';
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
@define('PERMISSIONS', '<27>v<EFBFBD><76>');
@define('INTEGRITY', 'Verify Installation Integrity');
@define('CHECKSUMS_NOT_FOUND', 'Unable to compare checksums! (No checksums.inc.php in main directory)');
@define('CHECKSUMS_PASS', 'All required files verified.');
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
@define('SETTINGS_SAVED_AT', '<27>s<EFBFBD>]<5D>w<EFBFBD>w<EFBFBD>g<EFBFBD>x<EFBFBD>s<EFBFBD><73> %s');