[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   *
   6   * $Id: forum_attachments.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  // Tabs
  10  $l['attachments'] = "Attachments";
  11  $l['stats'] = "Statistics";
  12  $l['find_attachments'] = "Find Attachments";
  13  $l['find_attachments_desc'] = "Using the attachments search system you can search for specific files users have attached to your forums. Begin by entering some search terms below. All fields are optional and won't be included in the criteria unless they contain a value.";
  14  $l['find_orphans'] = "Find Orphaned Attachments";
  15  $l['find_orphans_desc'] = "Orphaned attachments are attachments which are for some reason missing in the database or the file system. This utility will assist you in locating and removing them.";
  16  $l['attachment_stats'] = "Attachment Statistics";
  17  $l['attachment_stats_desc'] = "Below are some general statistics for the attachments currently on your forum.";
  18  
  19  // Errors
  20  $l['error_nothing_selected'] = "Please select one or more attachments to delete.";
  21  $l['error_no_attachments'] = "There aren't any attachments on your forum yet. Once an attachment is posted you'll be able to access this section.";
  22  $l['error_not_all_removed'] = "Only some orphaned attachments were successfully deleted, others could not be removed from the uploads directory.";
  23  $l['error_invalid_username'] = "The username you entered is invalid.";
  24  $l['error_invalid_forums'] = "One or more forums you selected are invalid.";
  25  $l['error_no_results'] = "No attachments were found with the specified search criteria.";
  26  $l['error_not_found'] = "Attachment file could not be found in the uploads directory.";
  27  $l['error_not_attached'] = "Attachment was uploaded over 24 hours ago but not attached to a post.";
  28  $l['error_does_not_exist'] = "Thread or post for this attachment no longer exists.";
  29  
  30  // Success
  31  $l['success_deleted'] = "The selected attachments have been deleted successfully.";
  32  $l['success_orphan_deleted'] = "The selected orphaned attachments have been deleted successfully.";
  33  $l['success_no_orphans'] = "There are no orphaned attachments on your forum.";
  34  
  35  // Confirm
  36  $l['confirm_delete'] = "Are you sure you wish to delete the selected attachments?";
  37  
  38  // == Pages
  39  // = Stats
  40  $l['general_stats'] = "General Statistics";
  41  $l['stats_attachment_stats'] = "Attachments - Attachment Statistics";
  42  $l['num_uploaded'] = "<strong>No. Uploaded Attachments</strong>";
  43  $l['space_used'] = "<strong>Attachment Space Used</strong>";
  44  $l['bandwidth_used'] = "<strong>Estimated Bandwidth Usage</strong>";
  45  $l['average_size'] = "<strong>Average Attachment Size</strong>";
  46  $l['size'] = "Size";
  47  $l['posted_by'] = "Posted By";
  48  $l['thread'] = "Thread";
  49  $l['downloads'] = "Downloads";
  50  $l['date_uploaded'] = "Date Uploaded";
  51  $l['popular_attachments'] = "Top 5 Most Popular Attachments";
  52  $l['largest_attachments'] = "Top 5 Largest Attachments";
  53  $l['users_diskspace'] = "Top 5 Users Using the Most Disk Space";
  54  $l['username'] = "Username";
  55  $l['total_size'] = "Total Size";
  56  
  57  // = Orphans
  58  $l['orphan_results'] = "Orphaned Attachments Search - Results";
  59  $l['orphan_attachments_search'] = "Orphaned Attachments Search";
  60  $l['reason_orphaned'] = "Reason Orphaned";
  61  $l['reason_not_in_table'] = "Not in attachments table";
  62  $l['reason_file_missing'] = "Attached file missing";
  63  $l['reason_thread_deleted'] = "Thread been deleted";
  64  $l['reason_post_never_made'] = "Post never made";
  65  $l['unknown'] = "Unknown";
  66  $l['results'] = "Results";
  67  $l['step1'] = "Step 1";
  68  $l['step2'] = "Step 2";
  69  $l['step1of2'] = "Step 1 of 2 - File System Scan";
  70  $l['step2of2'] = "Step 2 of 2 - Database Scan";
  71  $l['step1of2_line1'] = "Please wait, the file system is currently being scanned for orphaned attachments.";
  72  $l['step2of2_line1'] = "Please wait, the database is currently being scanned for orphaned attachments.";
  73  $l['step_line2'] = "You'll automatically be redirected to the next step once this process is complete.";
  74  
  75  // = Attachments / Index
  76  $l['index_find_attachments'] = "Attachments - Find Attachments";
  77  $l['find_where'] = "Find attachments where...";
  78  $l['name_contains'] = "File name contains";
  79  $l['name_contains_desc'] = "To search by wild card enter *.[file extension]. Example: *.zip.";
  80  $l['type_contains'] = "File type contains";
  81  $l['forum_is'] = "Forum is";
  82  $l['username_is'] = "Posters' username is";
  83  $l['more_than'] = "More than";
  84  $l['greater_than'] = "Greater than";
  85  $l['is_exactly'] = "Is exactly";
  86  $l['less_than'] = "Less than";
  87  $l['date_posted_is'] = "Date posted is";
  88  $l['days_ago'] = "days ago";
  89  $l['file_size_is'] = "File size is";
  90  $l['kb'] = "KB";
  91  $l['download_count_is'] = "Download count is";
  92  $l['display_options'] = "Display Options";
  93  $l['filename'] = "File Name";
  94  $l['filesize'] = "File Size";
  95  $l['download_count'] = "Download Count";
  96  $l['post_username'] = "Post Username";
  97  $l['asc'] = "Ascending";
  98  $l['desc'] = "Descending";
  99  $l['sort_results_by'] = "Sort results by";
 100  $l['results_per_page'] = "Results per page";
 101  $l['in'] = "in";
 102  
 103  // Buttons
 104  $l['button_delete_orphans'] = "Delete Checked Orphans";
 105  $l['button_delete_attachments'] = "Delete Checked Attachments";
 106  $l['button_find_attachments'] = "Find Attachments";
 107  
 108  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1