[ 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_modlog.lang.php 5828 2012-05-08 16:06:16Z Tomm $ 7 */ 8 9 10 $l['mod_logs'] = "Moderator Logs"; 11 $l['mod_logs_desc'] = "Here you can view, prune, and search the moderator logs. These logs contain the actions any user may take (deletion of their own posts/threads) and all other actions by moderators."; 12 $l['prune_mod_logs'] = "Prune Moderator Logs"; 13 $l['prune_mod_logs_desc'] = "Here you can prune the moderator logs matching a specified criteria."; 14 15 $l['no_modlogs'] = "There are no log entries with the selected criteria."; 16 17 $l['username'] = "Username"; 18 $l['date'] = "Date"; 19 $l['action'] = "Action"; 20 $l['information'] = "Information"; 21 $l['ipaddress'] = "IP Address"; 22 23 $l['forum'] = "Forum:"; 24 $l['thread'] = "Thread:"; 25 $l['post'] = "Post:"; 26 $l['user_info'] = "User:"; 27 28 $l['filter_moderator_logs'] = "Filter Moderator Logs"; 29 $l['forum_moderator'] = "Forum Moderator:"; 30 $l['sort_by'] = "Sort By:"; 31 $l['results_per_page'] = "Results Per Page:"; 32 $l['all_moderators'] = "All Moderators"; 33 $l['older_than'] = "Older than "; 34 35 $l['forum_name'] = "Forum Name"; 36 $l['thread_subject'] = "Thread Subject"; 37 38 $l['asc'] = "Ascending"; 39 $l['desc'] = "Descending"; 40 41 $l['in'] = "in"; 42 $l['order'] = "order"; 43 $l['days'] = "days"; 44 45 $l['prune_moderator_logs'] = "Prune Moderator Logs"; 46 $l['date_range'] = "Date range:"; 47 $l['all_forums'] = "All Forums"; 48 49 $l['success_pruned_mod_logs'] = "The moderator logs have been pruned successfully."; 50 51 ?>
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 |