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,16 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
*
*/
$l['hello'] = 'Hello World!';
$l['hello_add'] = 'Add';
$l['hello_add_message'] = 'Add Message';
$l['hello_empty'] = 'No messages were found.';
$l['hello_message_empty'] = 'Message cannot be empty.';
$l['hello_done'] = 'Successfully added a new message.';