[ 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_maillogs.lang.php 5828 2012-05-08 16:06:16Z Tomm $ 7 */ 8 9 $l['user_email_log'] = "User Email Log"; 10 $l['user_email_log_desc'] = "All emails sent from one member to another member as well as emails sent by the 'Send Thread to a Friend' feature are logged and shown below. Here you can identify potential abusers of this function."; 11 $l['prune_user_email_log'] = "Prune User Email Log"; 12 13 $l['close_window'] = "Close Window"; 14 $l['user_email_log_viewer'] = "User Email Log Viewer"; 15 $l['to'] = "To"; 16 $l['from'] = "From"; 17 $l['ip_address'] = "IP Address"; 18 $l['subject'] = "Subject"; 19 $l['date'] = "Date"; 20 $l['email'] = "Email"; 21 $l['date_sent'] = "Date Sent"; 22 $l['deleted'] = "Deleted"; 23 $l['sent_using_send_thread_feature'] = "Sent using the Send Thread to Friend feature"; 24 $l['thread'] = "Thread:"; 25 $l['find_emails_by_user'] = "Find all emails sent by this user"; 26 $l['find'] = "Find"; 27 $l['deleted_user'] = "Deleted User"; 28 $l['email_sent_to_user'] = "Email sent to user"; 29 $l['no_logs'] = "There are no log entries with the selected criteria."; 30 $l['filter_user_email_log'] = "Filter User Email Log"; 31 $l['username_is'] = "Username is"; 32 $l['email_contains'] = "Email Address contains"; 33 $l['subject_contains'] = "Subject contains"; 34 $l['find_emails_to_user'] = "Find all emails sent to this user"; 35 36 $l['error_invalid_user'] = "The username you entered does not exist."; 37 38 ?>
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 |