[ 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 9 $l['warning_logs'] = "Warning Logs"; 10 $l['warning_logs_desc'] = "This section allows you to view a history of warnings issued to users."; 11 $l['warned_user'] = "Warned User"; 12 $l['warning'] = "Warning"; 13 $l['date_issued'] = "Date Issued"; 14 $l['expires'] = "Expires"; 15 $l['expiry_date'] = "Expiry Date"; 16 $l['issued_date'] = "Issued Date"; 17 $l['issued_by'] = "Issued By"; 18 $l['details'] = "Details"; 19 $l['filter_warning_logs'] = "Filter Warning Logs"; 20 $l['filter_warned_user'] = "Warned user:"; 21 $l['filter_issued_by'] = "Warning issued by:"; 22 $l['filter_reason'] = "Reason contains:"; 23 $l['sort_by'] = "Sort By:"; 24 $l['results_per_page'] = "Results Per Page:"; 25 $l['view'] = "View"; 26 $l['no_warning_logs'] = "There are no warning logs to view."; 27 $l['revoked'] = "Revoked "; 28 $l['post'] = "Post"; 29 30 $l['asc'] = "Ascending"; 31 $l['desc'] = "Descending"; 32 33 $l['in'] = "in"; 34 $l['order'] = "order"; 35 36 $l['warning_details'] = "Warning Details"; 37 $l['warning_note'] = "Administrative Notes"; 38 $l['already_expired'] = "Expired"; 39 $l['warning_revoked'] = "Revoked"; 40 $l['warning_active'] = "Active"; 41 $l['error_invalid_warning'] = "An invalid warning was specified."; 42 43 $l['revoke_warning'] = "Revoke this Warning"; 44 $l['revoke_warning_desc'] = "To revoke this warning please enter a reason below. This will not remove any bans or suspensions imposed by this warning."; 45 $l['reason'] = "Reason:"; 46 $l['warning_is_revoked'] = "This warning has been revoked"; 47 $l['revoked_by'] = "Revoked by:"; 48 $l['date_revoked'] = "Date Revoked:"; 49 $l['error_already_revoked'] = "This warning has already been revoked."; 50 $l['error_no_revoke_reason'] = "You did not enter a reason as to why you want to revoke this warning."; 51 $l['redirect_warning_revoked'] = "This warning has been revoked and the users warning points decreased successfully."; 52 53 $l['warning_points'] = "({1} points)";
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |