[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> tools_file_verification.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['file_verification'] = "File Verification";
   9  $l['checking'] = "Checking&hellip;";
  10  $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\". Corrupted and missing files can be replaced by copying them from the <a href=\"https://mybb.com/download\" target=\"_blank\" rel=\"noopener\">original MyBB package</a>.</small>";
  11  
  12  $l['error_communication'] = "There was a problem communicating with the MyBB server. Please try again in a few minutes.";
  13  $l['file'] = "File";
  14  $l['no_corrupt_files_found'] = "Congratulations! No corrupt files have been found on your installation.";
  15  $l['found_problems'] = "Found Problems";
  16  $l['no_problems_found'] = "No Problems Detected";
  17  $l['changed'] = "Changed";
  18  $l['missing'] = "Missing";
  19  $l['status'] = "Status";
  20  


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref