[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_plugins/list_new/languages/ -> English.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system
   5  |
   6  |     ©Steve Dunstan 2001-2002
   7  |     http://e107.org
   8  |     jalist@e107.org
   9  |
  10  |     Released under the terms and conditions of the
  11  |     GNU General Public License (http://gnu.org).
  12  |
  13  |     $Source: /cvsroot/e107/e107_0.7/e107_plugins/list_new/languages/English.php,v $
  14  |     $Revision: 1.17 $
  15  |     $Date: 2007/01/18 01:33:30 $
  16  |     $Author: mrpete $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  if (!defined("PAGE_NAME")) { define("PAGE_NAME", "List New Items"); }
  21  
  22  define("LIST_PLUGIN_1", "List");
  23  define("LIST_PLUGIN_2", "This plugin allows you to view a list of recent additions in all e107 categories. You can either view the list with data since your last visit, or view a general latest additions list. Besides the page a menu is also present. Every section is configurable in the admin area.");
  24  define("LIST_PLUGIN_3", "Configure Main Menu");
  25  define("LIST_PLUGIN_4", "The List_new plugin is now ready to be used.");
  26  define("LIST_PLUGIN_5", "list");
  27  define("LIST_PLUGIN_6", "This plugin is not installed.");
  28  
  29  define("LIST_ADMIN_1", "recent");
  30  define("LIST_ADMIN_2", "update settings");
  31  define("LIST_ADMIN_3", "settings updated");
  32  define("LIST_ADMIN_4", "section");
  33  define("LIST_ADMIN_5", "menu");
  34  define("LIST_ADMIN_6", "page");
  35  define("LIST_ADMIN_7", "enabled");
  36  define("LIST_ADMIN_8", "disabled");
  37  define("LIST_ADMIN_9", "open");
  38  define("LIST_ADMIN_10", "closed");
  39  define("LIST_ADMIN_11", "update");
  40  define("LIST_ADMIN_12", "choose");
  41  define("LIST_ADMIN_13", "Welcome to the Recent page of ".SITENAME." ! This page shows, for the most common sections of this site, a list of the most recent additions in these sections.");
  42  define("LIST_ADMIN_14", "recent additions");
  43  define("LIST_ADMIN_15", "new since your last visit");
  44  define("LIST_ADMIN_16", "Welcome to the New page of ".SITENAME." ! This page shows, for the most common sections of this site, a list of the additions in these sections since your last visit.");
  45  
  46  define("LIST_ADMIN_SECT_1", "sections");
  47  define("LIST_ADMIN_SECT_2", "choose which sections to show");
  48  define("LIST_ADMIN_SECT_3", "");
  49  
  50  define("LIST_ADMIN_SECT_4", "display style");
  51  define("LIST_ADMIN_SECT_5", "choose which sections are opened by default");
  52  define("LIST_ADMIN_SECT_6", "");
  53  
  54  define("LIST_ADMIN_SECT_7", "author");
  55  define("LIST_ADMIN_SECT_8", "choose if the author should be displayed");
  56  define("LIST_ADMIN_SECT_9", "");
  57  
  58  define("LIST_ADMIN_SECT_10", "category");
  59  define("LIST_ADMIN_SECT_11", "choose if the category should be displayed");
  60  define("LIST_ADMIN_SECT_12", "");
  61  
  62  define("LIST_ADMIN_SECT_13", "date");
  63  define("LIST_ADMIN_SECT_14", "choose if the date should be displayed");
  64  define("LIST_ADMIN_SECT_15", "");
  65  
  66  define("LIST_ADMIN_SECT_16", "amount items");
  67  define("LIST_ADMIN_SECT_17", "choose how many items should be displayed for each section");
  68  define("LIST_ADMIN_SECT_18", "");
  69  
  70  define("LIST_ADMIN_SECT_19", "order items");
  71  define("LIST_ADMIN_SECT_20", "choose the order in which sections should be displayed");
  72  define("LIST_ADMIN_SECT_21", "");
  73  
  74  define("LIST_ADMIN_SECT_22", "icon");
  75  define("LIST_ADMIN_SECT_23", "choose an icon for each section");
  76  define("LIST_ADMIN_SECT_24", "");
  77  
  78  define("LIST_ADMIN_SECT_25", "caption");
  79  define("LIST_ADMIN_SECT_26", "define a caption for each section");
  80  define("LIST_ADMIN_SECT_27", "");
  81  
  82  define("LIST_ADMIN_OPT_1", "general");
  83  define("LIST_ADMIN_OPT_2", "recent page");
  84  define("LIST_ADMIN_OPT_3", "recent menu");
  85  define("LIST_ADMIN_OPT_4", "new page");
  86  define("LIST_ADMIN_OPT_5", "new menu");
  87  define("LIST_ADMIN_OPT_6", "options");
  88  
  89  define("LIST_ADMIN_MENU_2", "icon : default");
  90  define("LIST_ADMIN_MENU_3", "use default theme bullet if no icon is present or if icon:use is disabled");
  91  define("LIST_ADMIN_MENU_4", "");
  92  
  93  define("LIST_ADMIN_LAN_2", "caption");
  94  define("LIST_ADMIN_LAN_3", "define a caption");
  95  define("LIST_ADMIN_LAN_4", "");
  96  
  97  define("LIST_ADMIN_LAN_5", "icon : use");
  98  define("LIST_ADMIN_LAN_6", "use icon from each section");
  99  define("LIST_ADMIN_LAN_7", "");
 100  
 101  define("LIST_ADMIN_LAN_8", "characters");
 102  define("LIST_ADMIN_LAN_9", "choose how many characters of the heading will be shown");
 103  define("LIST_ADMIN_LAN_10", "leave blank to show full heading");
 104  
 105  define("LIST_ADMIN_LAN_11", "postfix");
 106  define("LIST_ADMIN_LAN_12", "choose a postfix if the heading is larger then the given amount of characters");
 107  define("LIST_ADMIN_LAN_13", "leave blank to show no postfix");
 108  
 109  define("LIST_ADMIN_LAN_14", "date");
 110  define("LIST_ADMIN_LAN_15", "choose a date style");
 111  define("LIST_ADMIN_LAN_16", "For more information on date formats see the <a href='http://www.php.net/manual/en/function.strftime.php' rel='external'>strftime function page at php.net</a>");
 112  
 113  define("LIST_ADMIN_LAN_17", "today date");
 114  define("LIST_ADMIN_LAN_18", "choose a date style if the date is today");
 115  define("LIST_ADMIN_LAN_19", "For more information on date formats see the <a href='http://www.php.net/manual/en/function.strftime.php' rel='external'>strftime function page at php.net</a>");
 116  
 117  define("LIST_ADMIN_LAN_20", "columns");
 118  define("LIST_ADMIN_LAN_21", "choose an amount of columns");
 119  define("LIST_ADMIN_LAN_22", "define how many columns you want to use. the number you specify will separate the page into an equal amount of columns");
 120  
 121  define("LIST_ADMIN_LAN_23", "welcome text");
 122  define("LIST_ADMIN_LAN_24", "define a welcome text that will be rendered at the top of the page");
 123  define("LIST_ADMIN_LAN_25", "");
 124  
 125  define("LIST_ADMIN_LAN_26", "show empty");
 126  define("LIST_ADMIN_LAN_27", "define if a message needs to be shown when sections have no results ");
 127  define("LIST_ADMIN_LAN_28", "");
 128  
 129  define("LIST_ADMIN_LAN_29", "icon : default");
 130  define("LIST_ADMIN_LAN_30", "use default theme bullet if no icon is present or if icon:use is disabled");
 131  define("LIST_ADMIN_LAN_31", "");
 132  
 133  define("LIST_ADMIN_LAN_32", "timelapse:days");
 134  define("LIST_ADMIN_LAN_33", "maximum of days users can look back");
 135  define("LIST_ADMIN_LAN_34", "");
 136  define("LIST_ADMIN_LAN_35", "days");
 137  
 138  define("LIST_ADMIN_LAN_36", "timelapse");
 139  define("LIST_ADMIN_LAN_37", "display a select box with number of days to look back?");
 140  define("LIST_ADMIN_LAN_38", "");
 141  
 142  define("LIST_ADMIN_LAN_39", "open if records exist");
 143  define("LIST_ADMIN_LAN_40", "should sections that contain records be opened by default?");
 144  define("LIST_ADMIN_LAN_41", "");
 145  
 146  define("LIST_MENU_1", "recent additions");
 147  define("LIST_MENU_2", "by");
 148  define("LIST_MENU_3", "on");
 149  define("LIST_MENU_4", "in");
 150  define("LIST_MENU_5", "days");
 151  define("LIST_MENU_6", "view content for how may days?");
 152  define("LIST_MENU_7", "");
 153  define("LIST_MENU_8", "");
 154  define("LIST_MENU_9", "");
 155  define("LIST_MENU_10", "");
 156  define("LIST_MENU_11", "");
 157  define("LIST_MENU_12", "");
 158  define("LIST_MENU_13", "");
 159  define("LIST_MENU_14", "");
 160  define("LIST_MENU_15", "");
 161  define("LIST_MENU_16", "");
 162  define("LIST_MENU_17", "");
 163  define("LIST_MENU_18", "");
 164  define("LIST_MENU_19", "");
 165  
 166  define("LIST_NEWS_1", "news");
 167  define("LIST_NEWS_2", "no news items");
 168  
 169  define("LIST_COMMENT_1", "comments");
 170  define("LIST_COMMENT_2", "no comments");
 171  define("LIST_COMMENT_3", "news");
 172  define("LIST_COMMENT_4", "faq");
 173  define("LIST_COMMENT_5", "poll");
 174  define("LIST_COMMENT_6", "docs");
 175  define("LIST_COMMENT_7", "bugtrack");
 176  define("LIST_COMMENT_8", "content");
 177  define("LIST_COMMENT_9", "download");
 178  define("LIST_COMMENT_10", "ideas");
 179  
 180  define("LIST_DOWNLOAD_1", "downloads");
 181  define("LIST_DOWNLOAD_2", "no downloads");
 182  
 183  define("LIST_MEMBER_1", "members");
 184  define("LIST_MEMBER_2", "no members");
 185  
 186  define("LIST_CONTENT_1", "content");
 187  define("LIST_CONTENT_2", "no content in");
 188  define("LIST_CONTENT_3", "no valid content category");
 189  
 190  define("LIST_CHATBOX_1", "chatbox");
 191  define("LIST_CHATBOX_2", "no chatbox posts");
 192  
 193  define("LIST_CALENDAR_1", "calendar");
 194  define("LIST_CALENDAR_2", "no calendar events");
 195  
 196  define("LIST_LINKS_1", "links");
 197  define("LIST_LINKS_2", "no links");
 198  
 199  define("LIST_FORUM_1", "forum");
 200  define("LIST_FORUM_2", "no forum posts");
 201  define("LIST_FORUM_3", "views:");
 202  define("LIST_FORUM_4", "replies:");
 203  define("LIST_FORUM_5", "lastpost:");
 204  define("LIST_FORUM_6", "on:");
 205  
 206  ?>


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