18 lines
953 B
PHP
18 lines
953 B
PHP
<?php
|
|
/**
|
|
* MyBB 1.8 English Language Pack
|
|
* Copyright 2014 MyBB Group, All Rights Reserved
|
|
*
|
|
*/
|
|
|
|
$l['archive_fullversion'] = "Full Version:";
|
|
$l['archive_replies'] = "Replies";
|
|
$l['archive_reply'] = "Reply";
|
|
$l['archive_pages'] = "Pages:";
|
|
$l['archive_note'] = "You're currently viewing a stripped down version of our content. <a href=\"{1}\">View the full version</a> with proper formatting.";
|
|
$l['archive_nopermission'] = "Sorry, you do not have permission to access this resource.";
|
|
$l['error_nothreads'] = "There are currently no threads in this forum.";
|
|
$l['error_nopermission'] = "You do not have permission to view threads in this forum.";
|
|
$l['error_unapproved_thread'] = "This thread is unapproved. Please <a href=\"{1}\">view the full version</a> to view the contents of this thread.";
|
|
$l['archive_not_found'] = "The requested page was not found on this server.";
|
|
$l['error_mustlogin'] = "This bulletin board requires all users to login."; |