[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> tools_modlog.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  
   9  $l['mod_logs'] = "Moderator Logs";
  10  $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.";
  11  $l['prune_mod_logs'] = "Prune Moderator Logs";
  12  $l['prune_mod_logs_desc'] = "Here you can prune the moderator logs matching a specified criteria.";
  13  
  14  $l['no_modlogs'] = "There are no log entries with the selected criteria.";
  15  
  16  $l['username'] = "Username";
  17  $l['na_deleted'] = "N/A - Been Deleted";
  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  $l['announcement'] = "Announcement:";
  28  
  29  $l['filter_moderator_logs'] = "Filter Moderator Logs";
  30  $l['forum_moderator'] = "Forum Moderator:";
  31  $l['sort_by'] = "Sort By:";
  32  $l['results_per_page'] = "Results Per Page:";
  33  $l['all_moderators'] = "All Moderators";
  34  $l['older_than'] = "Older than ";
  35  
  36  $l['forum_name'] = "Forum Name";
  37  $l['thread_subject'] = "Thread Subject";
  38  
  39  $l['asc'] = "Ascending";
  40  $l['desc'] = "Descending";
  41  
  42  $l['in'] = "in";
  43  $l['order'] = "order";
  44  $l['days'] = "days";
  45  
  46  $l['prune_moderator_logs'] = "Prune Moderator Logs";
  47  $l['date_range'] = "Date range:";
  48  
  49  $l['success_pruned_mod_logs'] = "The moderator logs have been pruned successfully.";
  50  $l['note_logs_locked'] = "For security reasons, logs less than 24 hours old cannot be pruned.";
  51  


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref