[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> tools_cache.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['cache'] = "Cache:";
   9  $l['cache_manager'] = "Cache Manager";
  10  $l['cache_manager_description'] = "Here you can manage caches which are used as a method of optimizing MyBB. Rebuilding a cache will take all the necessary data used to create the cache and re-synchronize it. Reloading a cache will reload it into the selected cache handler (disk, eaccelerator, memcache, etc). Reloading is useful when switching from the database or file system to xcache, eaccelerator, or another cache handler.";
  11  $l['rebuild_cache'] = "Rebuild Cache";
  12  $l['reload_cache'] = "Reload Cache";
  13  $l['rebuild_reload_all'] = "(Rebuild & Reload All)";
  14  
  15  $l['error_cannot_rebuild'] = "This cache cannot be rebuilt.";
  16  $l['error_empty_cache'] = "Cache is empty.";
  17  $l['error_incorrect_cache'] = "Incorrect cache specified.";
  18  $l['error_no_cache_specified'] = "You did not specify a cache to view.";
  19  
  20  $l['success_cache_rebuilt'] = "The cache has been rebuilt successfully.";
  21  $l['success_cache_reloaded'] = "The cache has been reloaded successfully.";
  22  


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