[ Index ] |
PHP Cross Reference of MyBB |
[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$ 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['no_problems_found'] = "No Problems Detected"; 18 $l['changed'] = "Changed"; 19 $l['missing'] = "Missing"; 20 $l['status'] = "Status"; 21 22 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |