[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['report_reasons'] = "Report Reasons"; 9 $l['report_reasons_desc'] = "Here you can create and manage reasons that can be selecting when users report content."; 10 $l['add_new_reason'] = "Add New Reason"; 11 $l['add_new_reason_desc'] = "Add a new reason for users to select when reporting content."; 12 $l['edit_reason'] = "Edit Reason"; 13 $l['edit_reason_desc'] = "Edit a reason for users to select when reporting content."; 14 15 $l['applies_to'] = "Applies To"; 16 $l['order'] = "Order"; 17 $l['extra_comment'] = "Require Comment?"; 18 $l['options'] = "Options"; 19 $l['delete_reason'] = "Delete Reason"; 20 $l['no_report_reasons'] = "There are no report reasons on your forum at this time."; 21 22 $l['reason_title'] = "Title"; 23 $l['reason_title_desc'] = "Enter the title of the reason for reporting the content."; 24 $l['requires_extra'] = "Require An Extra Comment?"; 25 $l['requires_extra_desc'] = "Require the user to enter an additional comment when this reason is selected?"; 26 $l['save_reason'] = "Save Reason"; 27 28 $l['content_colon'] = "Content:"; 29 30 $l['all_content'] = "All content"; 31 $l['select_content'] = "Select content"; 32 33 // Content types 34 $l['report_content_'] = "None"; 35 $l['report_content_all'] = "All"; 36 $l['report_content_post'] = "Post"; 37 $l['report_content_profile'] = "Profile"; 38 $l['report_content_reputation'] = "Reputation"; 39 40 // Content reasons 41 $l['report_reason_rules'] = "Breaks Forum Rules"; 42 $l['report_reason_bad'] = "Inappropriate Content"; 43 $l['report_reason_spam'] = "Spam Content"; 44 $l['report_reason_wrong'] = "Wrong Forum"; 45 $l['report_reason_other'] = "Other"; 46 47 $l['default_report_reason'] = "Default"; 48 $l['custom_report_reason'] = "Custom"; 49 50 $l['update_reasons_order'] = "Update Reasons Order"; 51 52 $l['error_cannot_modify_reason'] = "You cannot modify this reason."; 53 $l['error_cannot_delete_reason'] = "You cannot delete this reason."; 54 $l['error_invalid_reason'] = "You have selected an invalid reason."; 55 $l['error_missing_title'] = "You did not enter a title for this reason."; 56 //$l['error_missing_applies_to'] = "You did not select what content this reason applies to."; 57 $l['error_missing_extra'] = "You did not select if you want extra information for this reason."; 58 59 $l['success_reasons_disporder_updated'] = "The report reason display orders have been updated successfully."; 60 $l['success_reason_created'] = "The reason has been created successfully."; 61 $l['success_reason_updated'] = "The reason has been updated successfully."; 62 $l['success_reason_deleted'] = "The reason has been deleted successfully."; 63 64 $l['confirm_reason_deletion'] = "Are you sure you wish to delete this reason?"; 65
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |