[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: tools_cache.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  $l['cache'] = "Cache:";
  10  $l['cache_manager'] = "Cache Manager";
  11  $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.";
  12  $l['rebuild_cache'] = "Rebuild Cache";
  13  $l['reload_cache'] = "Reload Cache";
  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  
  23  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1