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,32 @@
<?php
/**
* MyBB 1.8 English Language Pack
* Copyright 2014 MyBB Group, All Rights Reserved
*
*/
$l['report_reason'] = "Report reason:";
$l['report_to_mod'] = "Report content to a moderator";
$l['close_window'] = "Close Window";
// Content types
$l['report_content'] = "Report Content";
$l['report_reason_post'] = "Report Post";
$l['report_reason_profile'] = "Report Profile";
$l['report_reason_reputation'] = "Report Reputation";
// Content reasons
$l['report_reason_rules'] = "Breaks Forum Rules";
$l['report_reason_bad'] = "Inappropriate Content";
$l['report_reason_spam'] = "Spam Content";
$l['report_reason_wrong'] = "Wrong Forum";
$l['report_reason_other'] = "Other";
$l['success_report_voted'] = "Thanks for reporting this content.<br />A member of the forum team will check your report soon.";
$l['error_report_length'] = "Please provide a detailed reason for your report.";
$l['error_invalid_report'] = "This {1} either does not exist or is not allowed to be reported.";
$l['error_invalid_report_reason'] = "The selected reason is invalid.";
$l['error_comment_required'] = "An additional comment is required for the selected reason.";
$l['error_report_duplicate'] = "This content has already been reported by another member.<br />You may also report this content below.";
$l['report_reason_other_description'] = "Please provide more information about why you are reporting this content.";