inital commit

This commit is contained in:
2026-06-19 20:08:01 +06:00
commit 8a5abeeae4
13128 changed files with 3192007 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?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.";