[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_plugins/forum/languages/English/ -> lan_forum_admin.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system - Language File.
   5  |
   6  |     $Source: /cvsroot/e107/e107_0.7/e107_plugins/forum/languages/English/lan_forum_admin.php,v $
   7  |     $Revision: 1.22 $
   8  |     $Date: 2006/11/15 01:06:17 $
   9  |     $Author: mcfly_e107 $
  10  +----------------------------------------------------------------------------+
  11  */
  12  define("FORLAN_1", "You must enter the number of days you wish to prune.");
  13  define("FORLAN_2", "Please select to either delete pruned posts completely, or make them inactive (not deleted but not visible in forums)");
  14  define("FORLAN_3", "delete");
  15  define("FORLAN_4", "Make inactive");
  16  define("FORLAN_5", "Carry Out Prune");
  17  define("FORLAN_6", "Cancel");
  18  define("FORLAN_7", "Forum Options");
  19  define("FORLAN_8", "Forums pruned.");
  20  define("FORLAN_9", "Prune not required.");
  21  define("FORLAN_10", "Options Saved");
  22  define("FORLAN_11", "Forum created");
  23  define("FORLAN_12", "Forum updated");
  24  define("FORLAN_13", "Parent created");
  25  define("FORLAN_14", "Forum parent updated");
  26  define("FORLAN_15", "Please tick the confirm box to delete the forum");
  27  define("FORLAN_16", "Forums");
  28  define("FORLAN_17", "No parents yet");
  29  define("FORLAN_18", "Existing Parents");
  30  define("FORLAN_19", "Edit");
  31  define("FORLAN_20", "Delete");
  32  define("FORLAN_21", "tick to confirm");
  33  define("FORLAN_22", "Parent");
  34  define("FORLAN_23", "Viewable by");
  35  define("FORLAN_24", "Indicates who can view the forum");
  36  define("FORLAN_25", "Update Parent");
  37  define("FORLAN_26", "Create Parent");
  38  define("FORLAN_27", "You need to define at least one forum parent before creating a forum.");
  39  define("FORLAN_28", "Forums");
  40  define("FORLAN_29", "No forums yet.");
  41  define("FORLAN_30", "Existing Forums");
  42  define("FORLAN_31", "Name");
  43  define("FORLAN_32", "Description");
  44  define("FORLAN_33", "Moderators");
  45  define("FORLAN_34", "Choose userclass for moderators of this forum");
  46  define("FORLAN_35", "Update Forum");
  47  define("FORLAN_36", "Create Forum");
  48  define("FORLAN_37", "Order");
  49  define("FORLAN_38", "Closed");
  50  define("FORLAN_39", "Members Only");
  51  define("FORLAN_40", "Restricted");
  52  define("FORLAN_41", "move up");
  53  define("FORLAN_42", "move down");
  54  define("FORLAN_43", "Preview / Forum Order");
  55  define("FORLAN_44", "Enclose tables");
  56  define("FORLAN_45", "Tick this to render the forum within theme table");
  57  define("FORLAN_46", "Title displayed in caption if enclose tables is ticked");
  58  define("FORLAN_47", "Enable email notification");
  59  define("FORLAN_48", "Tick this to allow your users to have the option of receiving an email when somebody replies to their post");
  60  define("FORLAN_49", "Enable polls");
  61  define("FORLAN_50", "Tick this to allow your users to set polls in the forums - the Polls plugin must be installed to use this feature");
  62  define("FORLAN_51", "Enable tracking");
  63  define("FORLAN_52", "Tick this to allow your users to track threads and be emailed when the thread is replied to");
  64  define("FORLAN_53", "Email prefix");
  65  define("FORLAN_54", "The text you enter will prefix the subject on any emails sent through the forum");
  66  define("FORLAN_55", "Popular thread threshold");
  67  define("FORLAN_56", "Number of posts made to a thread before it is marked as popular");
  68  define("FORLAN_57", "Posts per page");
  69  define("FORLAN_58", "Number of posts displayed per page");
  70  define("FORLAN_59", "Prune");
  71  define("FORLAN_60", "This will delete all threads that have not received a reply in the number of days you enter. <br /><b>Please be careful using this function!</b>");
  72  define("FORLAN_61", "Update Options");
  73  define("FORLAN_62", "Forum Options");
  74  define("FORLAN_63", "Ranks");
  75  define("FORLAN_64", "Enter your levels here, if left blank generic stars will be used to denote level. Separate levels with comma. Maximum of 10 levels, lowest first.");
  76  define("FORLAN_65", "Forum Title");
  77  
  78  define("FORLAN_70", "Enable file / image attachments");
  79  define("FORLAN_71", "Allow users to upload file or image with their forum post,");
  80  define("FORLAN_72", "Update Order");
  81  define("FORLAN_73", "Order Updated");
  82  
  83  define("FORLAN_75", "Parents");
  84  define("FORLAN_76", "Forums Front Page");
  85  define("FORLAN_77", "Create Forums");
  86  define("FORLAN_78", "Forum Order");
  87  define("FORLAN_79", "Preferences");
  88  define("FORLAN_80", "Options");
  89  define("FORLAN_81", "Are you sure you want to delete this parent? - forums of this parent will also be deleted");
  90  define("FORLAN_82", "Are you sure you want to delete this forum?");
  91  define("FORLAN_83", "Create Parents");
  92  define("FORLAN_84", "Members Only");
  93  define("FORLAN_85", "Read Only");
  94  define("FORLAN_86", "Admin Only");
  95  define("FORLAN_87", "Prune topics with no replies in this many days:");
  96  
  97  define("FORLAN_88", "Prune topics with no replies in this many days:");
  98  
  99  define("FORLAN_89", "Delete posts completely");
 100  define("FORLAN_90", "Make posts inactive");
 101  
 102  define("FORLAN_91", "post(s) made inactive");
 103  define("FORLAN_92", "thread(s) deleted");
 104  define("FORLAN_93", "reply (replies) deleted");
 105  
 106  define("FORLAN_94", "Set Ranks");
 107  define("FORLAN_95", "Ranks saved");
 108  define("FORLAN_96", "Forum deleted");
 109  define("FORLAN_97", "Parent deleted");
 110  
 111  define("FORLAN_98", "Rank Name");
 112  define("FORLAN_99", "number of points before level change");
 113  define("FORLAN_100", "upload images to e107_themes/Your_Theme/forum/");
 114  define("FORLAN_101", "Main Site Admin");
 115  define("FORLAN_102", "Threshold");
 116  define("FORLAN_103", "Site Admin");
 117  define("FORLAN_104", "Rank Image");
 118  define("FORLAN_105", "Forum Moderator");
 119  
 120  
 121  define("FORLAN_106", "Prune Type:");
 122  define("FORLAN_107", "Forum");
 123  define("FORLAN_108", " deleted");
 124  define("FORLAN_109", "days:");
 125  define("FORLAN_110", "Prune");
 126  define("FORLAN_111", "deactivate");
 127  
 128  define("FORLAN_112", "Enable Redirect");
 129  define("FORLAN_113", "Tick this to make browser redirect to forum page after replying");
 130  define("FORLAN_114", "User Custom Title");
 131  define("FORLAN_115", "Tick this to allow users to change their Custom Title");
 132  define("FORLAN_116", "Reported Posts");
 133  define("FORLAN_117", "This will delete the record of the reported post. Not the post itself.");
 134  define("FORLAN_118", "Reported post deleted");
 135  // define("FORLAN_119", "Clicking links will open forum in a new window.");
 136  define("FORLAN_120", "Tick this to allow users to change their Custom Title");
 137  define("FORLAN_121", "No reported posts");
 138  define("FORLAN_122", "Click here to email admin when someone reports a forum post");
 139  define("FORLAN_123", "Forum Rules");
 140  define("WMGLAN_1", "Rules for Guests");
 141  define("WMGLAN_2", "Rules for Members");
 142  define("WMGLAN_3", "Rules for Administrators");
 143  define("WMGLAN_4", "Submit");
 144  define("WMGLAN_5", "Set Forum Rules");
 145  define("WMGLAN_6", "Activate?");
 146  define("FORLAN_126", "Show Tooltips");
 147  define("FORLAN_127", "Tick here to show a tooltip containing the first post of the thread when mouse hovers over thread name. ");
 148  define("FORLAN_128", "Length of tooltip");
 149  define("FORLAN_129", "This will determine the number of characters to display in the tooltip. ");
 150  define("FORLAN_130", "click here");
 151  define("FORLAN_131", "to set max file size, allowed types etc");
 152  define("FORLAN_132", "Emphasize Sticky Threads");
 153  define("FORLAN_133", "Give extra emphasis to sticky threads (separate thread sections and headers)");
 154  define("FORLAN_134", "Maximum width of uploaded image");
 155  define("FORLAN_135", "Leave blank to disable auto resizing of images");
 156  define("FORLAN_136", "Create link to full size image");
 157  define("FORLAN_137", "Enabling this will resize larger images and also create a link to the original full size image.  If disabled, original image will be discarded");
 158  define("FORLAN_138", "Prune these forums");
 159  define("FORLAN_139", "To use this setting you also need to tick 'Enable image posting' on the <a href='".e_ADMIN."image.php'>images</a> page");
 160  define("FORLAN_140", "View");
 161  define("FORLAN_141", "Post");
 162  define("FORLAN_142", "Post permission");
 163  define("FORLAN_143", "Indicates who can post to the forum");
 164  define("FORLAN_144", "Moderators set");
 165  define("FORLAN_145", "Configure sub-forums");
 166  define("FORLAN_146", "No sub-forums yet");
 167  define("FORLAN_147", "Update sub-forums");
 168  define("FORLAN_148", "Create sub-forums");
 169  define("FORLAN_149", "sub-forums");
 170  define("FORLAN_150", "sub-forum");
 171  define("FORLAN_151", "ID");
 172  define("FORLAN_152", "posts");
 173  define("FORLAN_153", "Tools");
 174  define("FORLAN_154", "Reply Deleted");
 175  define("FORLAN_155", "Forum Categories");
 176  
 177  define("FORLAN_156", "Select forum(s) to perform action on");
 178  define("FORLAN_157", "All Forums");
 179  define("FORLAN_158", "Recalculate forum lastpost info");
 180  define("FORLAN_159", "Select to recalculate lastpost info");
 181  define("FORLAN_160", "Select to perform this on forums only, not threads");
 182  define("FORLAN_161", "Recalculate post / reply counts");
 183  define("FORLAN_162", "Select to recalculate forum thread/reply counts");
 184  define("FORLAN_163", "Recalculate user forum posts counts");
 185  define("FORLAN_164", "Select to recalculate user forum counts");
 186  define("FORLAN_165", "Execute functions");
 187  define("FORLAN_166", "Forum Tools");
 188  define("FORLAN_167", "Counts updated for forum");
 189  define("FORLAN_168", "Lastpost info updated for forum");
 190  define("FORLAN_169", "User forum counts updated");
 191  define("FORLAN_170", "Reports");
 192  define("FORLAN_171", "Report on forum post");
 193  define("FORLAN_172", "Delete This Report");
 194  define("FORLAN_173", "Thread title");
 195  define("FORLAN_174", "Reported by user");
 196  define("FORLAN_175", "Report submitted");
 197  define("FORLAN_176", "Report");
 198  
 199  define("FORLAN_177", "email notification ON by default");
 200  define("FORLAN_178", "Tick this to allow make the email notification checkbox be on by default");
 201  
 202  define("FORLAN_179", "(Adding a * to the beginning of the forum name will make this forum a container for sub-forums only.  The forum theme must support this option also.)");
 203  define("FORLAN_180", "Confirm delete operation");
 204  define("FORLAN_181", "Confirm Delete");
 205  define("FORLAN_182", "also recalculate replies for all threads in selected forum");
 206  define("FORLAN_183", "(this function is not allowed when selecting 'all forums' due to the number of queries it will generate)");
 207  
 208  ?>


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