<?php /** * MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved * * $Id: maintenance.lang.php 1877 2006-07-07 04:04:22Z chris $ */ $l['nav_cache_manager'] = "Cache Manager"; $l['nav_view_cache'] = "View Cache Contents"; $l['cache_manager'] = "Cache Manager"; $l['name'] = "Cache Name"; $l['size'] = "Size"; $l['options'] = "Options"; $l['view_contents'] = "View Contents"; $l['refresh_cache'] = "Rebuild Cache"; $l['nocache_update'] = "The cache was not able to be rebuilt because the required updated function was not found."; $l['cache_updated'] = "The cache has been rebuilt. You will now be taken to the cache manager."; $l['cache_empty'] = "Cache is empty."; $l['rebuildstats'] = "Recount Statistics"; $l['rebuildstats_notice'] = "When you run the recount statistics function, your forum statistics will be recounted and updated on the forum index and statistics page."; $l['stats_rebuilt'] = "The forum statistics have successfully been rebuilt."; $l['rebuild_forum_counters'] = "Rebuild Forum Counters"; $l['rebuild_forum_counters_note'] = "When you run this function, the counters and 'last post' of each forum will be updated to reflect the correct values."; $l['forums_rebuilt'] = "The forum counters have been successfully rebuilt."; $l['forums_per_page'] = "Forums to Process Per Page"; $l['rebuild_thread_counters'] = "Rebuild Thread Counters"; $l['rebuild_thread_counters_note'] = "When you run this function, the counters and 'last post' of each thread will be updated to reflect the correct values."; $l['threads_rebuilt'] = "The thread counters have successfully been rebuilt."; $l['threads_per_page'] = "Threads to Process Per Page"; $l['recount_user_post_counts'] = "Recount User Post Counts"; $l['recount_user_post_counts_note'] = "When you run this function, the post count for each user will be updated to reflect its current live value based on the posts in the database."; $l['users_per_page'] = "Users to Process Per Page"; $l['user_post_counts_rebuilt'] = "The user post counts have successfully been rebuilt."; $l['rebuild_thumbnails'] = "Rebuild Attachment Thumbnails"; $l['rebuild_thumbnails_note'] = "This function will rebuild attachment thumbnails to ensure they're using the current width and height dimensions. It will also rebuild missing thumbnails."; $l['thumbnails_per_page'] = "Thumbnails to Process Per Page"; $l['thumbnails_rebuilt'] = "The attachment thumbnails have successfully been rebuilt."; $l['click_next_continue'] = "Click \"Proceed\" to continue the recount and rebuild process."; $l['proceed'] = "Proceed"; ?>