| [ Index ] |
PHP Cross Reference of MyBB 1.6.7 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: tools_file_verification.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 $l['file_verification'] = "File Verification"; 10 $l['checking'] = "Checking..."; 11 $l['file_verification_message'] = "This process will check all MyBB default files to check for validity. Press Yes to continue.<br /> <small>Please note, this process can not differentiate between custom modifications and actual corruption in files. Therefore you should take caution in reverting files this process returns as \"corrupt\".</small>"; 12 13 $l['error_communication'] = "There was a problem communicating with the MyBB server. Please try again in a few minutes."; 14 $l['file'] = "File"; 15 $l['no_corrupt_files_found'] = "Congratulations! No corrupt files have been found on your installation."; 16 $l['found_problems'] = "Found Problems"; 17 $l['changed'] = "Changed"; 18 $l['missing'] = "Missing"; 19 $l['status'] = "Status"; 20 21 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sat Mar 31 17:55:03 2012 | Cross-referenced by PHPXref 0.7.1 |