[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_languages/English/admin/ -> lan_download.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system - Language File.
   5  |
   6  |     $Source: /cvsroot/e107/e107_0.7/e107_languages/English/admin/lan_download.php,v $
   7  |     $Revision: 1.19 $
   8  |     $Date: 2006/12/03 15:09:30 $
   9  |     $Author: lisa_ $
  10  +----------------------------------------------------------------------------+
  11  */
  12  define("DOWLAN_1", "Download added to database.");
  13  define("DOWLAN_2", "Download updated in database.");
  14  define("DOWLAN_3", "Download deleted.");
  15  define("DOWLAN_4", "Please tick the confirm box to delete the download");
  16  define("DOWLAN_5", "There are no download categories defined yet, until you define some you cannot enter any downloads.");
  17  define("DOWLAN_6", "No existing downloads");
  18  define("DOWLAN_7", "Existing Downloads");
  19  
  20  define("DOWLAN_11", "Category");
  21  define("DOWLAN_12", "Name");
  22  define("DOWLAN_13", "File");
  23  define("DOWLAN_14", "Enter address if download is an external file");
  24  define("DOWLAN_15", "Author");
  25  define("DOWLAN_16", "Author Email");
  26  define("DOWLAN_17", "Author Website");
  27  define("DOWLAN_18", "Description");
  28  define("DOWLAN_19", "Main image");
  29  define("DOWLAN_20", "Thumbnail image");
  30  define("DOWLAN_21", "Status");
  31  
  32  define("DOWLAN_24", "Update Download");
  33  define("DOWLAN_25", "Submit Download");
  34  
  35  define("DOWLAN_27", "Download");
  36  define("DOWLAN_28", "None");
  37  define("DOWLAN_29", "Downloads Front Page");
  38  define("DOWLAN_30", "Create Download");
  39  define("DOWLAN_31", "Categories");
  40  define("DOWLAN_32", "Downloads Options");
  41  define("DOWLAN_33", "Are you sure you want to delete this download?");
  42  define("DOWLAN_34", "Are you sure you want to delete this download category?");
  43  
  44  define("DOWLAN_36", "deleted");
  45  define("DOWLAN_37", "Parent");
  46  define("DOWLAN_38", "No existing categories");
  47  define("DOWLAN_39", "Download categories");
  48  define("DOWLAN_40", "None - main parent");
  49  define("DOWLAN_41", "Icon");
  50  define("DOWLAN_42", "View Images");
  51  define("DOWLAN_43", "Visible to");
  52  define("DOWLAN_44", "Ticking will make the category visible to only users in that class");
  53  define("DOWLAN_45", "Create Category");
  54  define("DOWLAN_46", "Update Category");
  55  define("DOWLAN_47", "Category created");
  56  define("DOWLAN_48", "Category Updated");
  57  define("DOWLAN_49", "Download Category");
  58  
  59  define("DOWLAN_51", "Search/Refresh downloads");
  60  define("DOWLAN_52", "Files");
  61  define("DOWLAN_53", "Subcategory");
  62  define("DOWLAN_54", "Download Options");
  63  define("DOWLAN_55", "Number of downloads to display per page");
  64  define("DOWLAN_56", "Sort by ");
  65  
  66  
  67  define("DOWLAN_59", "Filename");
  68  
  69  define("DOWLAN_62", "Ascending");
  70  define("DOWLAN_63", "Descending");
  71  define("DOWLAN_64", "Update Options");
  72  define("DOWLAN_65", "Options Updated");
  73  define("DOWLAN_66", "Enter filesize");
  74  define("DOWLAN_67", "ID");
  75  define("DOWLAN_68", "File Missing!");
  76  define("DOWLAN_69", "Downloads handled by PHP");
  77  define("DOWLAN_70", "Checking this will send all download requests through PHP.");
  78  define("DOWLAN_100", "Activate Download Agreement");
  79  define("DOWLAN_101", "Agreement Text");
  80  define("DOWLAN_102", "Allow Comments?");
  81  define("DOWLAN_103", "Remove from Uploads");
  82  define("DOWLAN_104", "was removed from public uploads");
  83  define("DOWLAN_105", "Back to Public Uploads");
  84  define("DOWLAN_106", "May be download by");
  85  define("DOWLAN_107", "Limit download count");
  86  define("DOWLAN_108", "Limit download bandwidth");
  87  define("DOWLAN_109", "every");
  88  define("DOWLAN_110", "days");
  89  define("DOWLAN_111", "kb");
  90  define("DOWLAN_112", "Limits");
  91  define("DOWLAN_113", "Userclass");
  92  define("DOWLAN_114", "Add New Limit");
  93  define("DOWLAN_115", "Update limits");
  94  define("DOWLAN_116", "Limit for that userclass already exists");
  95  define("DOWLAN_117", "Limit successfully added");
  96  define("DOWLAN_118", "Limit not added - unknown error");
  97  define("DOWLAN_119", "Limit successfully removed");
  98  define("DOWLAN_120", "Limit not removed - unknown error");
  99  define("DOWLAN_121", "Limit successfully updated");
 100  define("DOWLAN_122", "Inactive");
 101  define("DOWLAN_123", "Active - File is subject to download limits");
 102  define("DOWLAN_124", "Active - File is NOT subject to download limits");
 103  define("DOWLAN_125", "Download limits active");
 104  define("DOWLAN_126", "Activation status updated");
 105  define("DOWLAN_127", "Only enter filesize if the download is an external file");
 106  define("DOWLAN_128", "Mirrors");
 107  define("DOWLAN_129", "leave blank if not using mirrors");
 108  define("DOWLAN_130", "Add another mirror");
 109  define("DOWLAN_131", "Select local file");
 110  define("DOWLAN_132", "Please enter mirror to use, then address to download");
 111  
 112  define("DOWLAN_133", "Mirror updated in database");
 113  define("DOWLAN_134", "Mirror saved in database");
 114  define("DOWLAN_135", "Mirror deleted");
 115  define("DOWLAN_136", "image");
 116  define("DOWLAN_137", "Are you sure you want to delete this mirror?");
 117  define("DOWLAN_138", "Existing Mirrors");
 118  define("DOWLAN_139", "Address");
 119  define("DOWLAN_140", "Upload local images to e107_files/downloadimages to show them here, or enter full address if image is remote");
 120  define("DOWLAN_141", "Location");
 121  define("DOWLAN_142", "Update Mirror");
 122  define("DOWLAN_143", "Create Mirror");
 123  define("DOWLAN_144", "No mirrors defined in mirror section.");
 124  
 125  define("DOWLAN_145", "Download visible to");
 126  define("DOWLAN_146", "Custom Download-denial message or URL");
 127  
 128  
 129  define("DOWLAN_147", "Icon for empty category");
 130  define("DOWLAN_148", "Check to update date stamp to current time");
 131  define("DOWLAN_149", "Or click here to use an external file");
 132  
 133  define("DOWLAN_150", "Email admin when broken download reported");
 134  define("DOWLAN_151", "Broken-download reporting available to");
 135  
 136  define("DOWLAN_152", "Couldn't move file");
 137  define("DOWLAN_153", "Move file into download folder");
 138  
 139  define("DOWLAN_154", "if using mirrors, select how they will be displayed");
 140  define("DOWLAN_155", "Mirror display type:");
 141  define("DOWLAN_156", "show mirror list, allow user to choose mirror");
 142  define("DOWLAN_157", "use random mirror - no user choice");
 143  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7