[ 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['user_email_log'] = "User Email Log"; 9 $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."; 10 $l['prune_user_email_log'] = "Prune User Email Log"; 11 12 $l['close_window'] = "Close Window"; 13 $l['user_email_log_viewer'] = "User Email Log Viewer"; 14 $l['to'] = "To"; 15 $l['from'] = "From"; 16 $l['ip_address'] = "IP Address"; 17 $l['subject'] = "Subject"; 18 $l['date'] = "Date"; 19 $l['email'] = "Email"; 20 $l['date_sent'] = "Date Sent"; 21 $l['deleted'] = "Deleted"; 22 $l['sent_using_send_thread_feature'] = "Sent using the Send Thread to Friend feature"; 23 $l['thread'] = "Thread:"; 24 $l['find_emails_by_user'] = "Find all emails sent by this user"; 25 $l['find'] = "Find"; 26 $l['deleted_user'] = "Deleted User"; 27 $l['email_sent_to_user'] = "Email sent to user"; 28 $l['email_sent_using_contact_form'] = "Email sent using the contact form"; 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
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |