[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: tools_warninglog.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 10 $l['warning_logs'] = "Warning Logs"; 11 $l['warning_logs_desc'] = "This section allows you to view a history of warnings issued to users."; 12 $l['warned_user'] = "Warned User"; 13 $l['warning'] = "Warning"; 14 $l['date_issued'] = "Date Issued"; 15 $l['expires'] = "Expires"; 16 $l['expiry_date'] = "Expiry Date"; 17 $l['issued_date'] = "Issued Date"; 18 $l['issued_by'] = "Issued By"; 19 $l['details'] = "Details"; 20 $l['filter_warning_logs'] = "Filter Warning Logs"; 21 $l['filter_warned_user'] = "Warned user:"; 22 $l['filter_issued_by'] = "Warning issued by:"; 23 $l['filter_reason'] = "Reason contains:"; 24 $l['sort_by'] = "Sort By:"; 25 $l['results_per_page'] = "Results Per Page:"; 26 $l['view'] = "View"; 27 $l['no_warning_logs'] = "There are no warning logs to view."; 28 $l['revoked'] = "Revoked "; 29 $l['post'] = "Post"; 30 31 $l['asc'] = "Ascending"; 32 $l['desc'] = "Descending"; 33 34 $l['in'] = "in"; 35 $l['order'] = "order"; 36 37 $l['warning_details'] = "Warning Details"; 38 $l['warning_note'] = "Administrative Notes"; 39 $l['already_expired'] = "Expired"; 40 $l['warning_revoked'] = "Revoked"; 41 $l['warning_active'] = "Active"; 42 $l['error_invalid_warning'] = "An invalid warning was specified."; 43 44 $l['revoke_warning'] = "Revoke this Warning"; 45 $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."; 46 $l['reason'] = "Reason:"; 47 $l['warning_is_revoked'] = "This warning has been revoked"; 48 $l['revoked_by'] = "Revoked by:"; 49 $l['date_revoked'] = "Date Revoked:"; 50 $l['error_already_revoked'] = "This warning has already been revoked."; 51 $l['error_no_revoke_reason'] = "You did not enter a reason as to why you want to revoke this warning."; 52 $l['redirect_warning_revoked'] = "This warning has been revoked and the users warning points decreased successfully."; 53 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |