[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

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

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system - Language File.
   5  |
   6  |     $Source: /cvsroot/e107/e107_0.7/e107_plugins/links_page/languages/English.php,v $
   7  |     $Revision: 1.29 $
   8  |     $Date: 2006/12/29 12:58:02 $
   9  |     $Author: e107steved $
  10  +----------------------------------------------------------------------------+
  11  */
  12  // if(!defined("PAGE_NAME")){define("PAGE_NAME", "Links");}  <--
  13  // Lisa, could you please move this out of the language file ?
  14  
  15  
  16  
  17  define("LCLAN_PLUGIN_LAN_1", "Links Page");
  18  define("LCLAN_PLUGIN_LAN_2", "Links Page For Displaying External Web Links");
  19  define("LCLAN_PLUGIN_LAN_3", "Configure Links Page");
  20  define("LCLAN_PLUGIN_LAN_4", "links");
  21  define("LCLAN_PLUGIN_LAN_5", "Links page has successfully installed, please configure it from the Links Page link on the admin front page.");
  22  define("LCLAN_PLUGIN_LAN_6", "Links_page successfully upgraded, now using version");
  23  
  24  define("LCLAN_OPT_MENU_1", "general options");
  25  define("LCLAN_OPT_MENU_2", "personal link managers");
  26  define("LCLAN_OPT_MENU_3", "category page");
  27  define("LCLAN_OPT_MENU_4", "links display");
  28  define("LCLAN_OPT_MENU_5", "refer page");
  29  define("LCLAN_OPT_MENU_6", "rating page");
  30  define("LCLAN_OPT_MENU_7", "menu");
  31  
  32  define("LCLAN_PAGETITLE_1", "Links");
  33  define("LCLAN_PAGETITLE_2", "All categories");
  34  define("LCLAN_PAGETITLE_3", "All Links");
  35  define("LCLAN_PAGETITLE_4", "category");
  36  define("LCLAN_PAGETITLE_5", "Top Rated");
  37  define("LCLAN_PAGETITLE_6", "Top Referrals");
  38  define("LCLAN_PAGETITLE_7", "Personal Link Manager");
  39  define("LCLAN_PAGETITLE_8", "Link Comments");
  40  define("LCLAN_PAGETITLE_9", "Submit Link");
  41  define("LCLAN_PAGETITLE_10", "");
  42  
  43  
  44  define("LCLAN_OPT_1", "general options");
  45  define("LCLAN_OPT_2", "Link Page Options");
  46  define("LCLAN_OPT_3", "enabled");
  47  define("LCLAN_OPT_4", "disabled");
  48  define("LCLAN_OPT_5", "px");
  49  define("LCLAN_OPT_6", "");
  50  define("LCLAN_OPT_7", "divide categories into individual pages");
  51  define("LCLAN_OPT_8", "allow links to be submitted");
  52  define("LCLAN_OPT_9", "who can submit links");
  53  define("LCLAN_OPT_10", "use multiple pages to show the links");
  54  define("LCLAN_OPT_11", "number of links per page");
  55  define("LCLAN_OPT_12", "category page");
  56  define("LCLAN_OPT_13", "display which sections");
  57  define("LCLAN_OPT_14", "icon");
  58  define("LCLAN_OPT_15", "description");
  59  define("LCLAN_OPT_16", "amount");
  60  define("LCLAN_OPT_17", "referral");
  61  define("LCLAN_OPT_18", "url");
  62  define("LCLAN_OPT_19", "total category info line");
  63  define("LCLAN_OPT_20", "link to top refer");
  64  define("LCLAN_OPT_21", "link to top rated");
  65  define("LCLAN_OPT_22", "show default icon if none is present");
  66  define("LCLAN_OPT_23", "default sort method");
  67  define("LCLAN_OPT_24", "default order method");
  68  define("LCLAN_OPT_25", "default resize value");
  69  define("LCLAN_OPT_26", "links page");
  70  define("LCLAN_OPT_27", "allow users to rate links");
  71  define("LCLAN_OPT_28", "show default icon if none present");
  72  define("LCLAN_OPT_29", "display sort and order menu");
  73  define("LCLAN_OPT_30", "ascending");
  74  define("LCLAN_OPT_31", "descending");
  75  define("LCLAN_OPT_32", "use override of link open method");
  76  define("LCLAN_OPT_33", "default resize value");
  77  define("LCLAN_OPT_34", "name");
  78  define("LCLAN_OPT_35", "url");
  79  define("LCLAN_OPT_36", "order");
  80  define("LCLAN_OPT_37", "refer");
  81  define("LCLAN_OPT_38", "");
  82  define("LCLAN_OPT_39", "");
  83  define("LCLAN_OPT_40", "name");
  84  define("LCLAN_OPT_41", "id");
  85  define("LCLAN_OPT_42", "use individual link setting");
  86  define("LCLAN_OPT_43", "Opens in same window");
  87  define("LCLAN_OPT_44", "Opens in new window");
  88  define("LCLAN_OPT_45", "Opens in 600x400 mini-window");
  89  define("LCLAN_OPT_46", "who can manage links");
  90  define("LCLAN_OPT_47", "these users can add/edit their own personal links");
  91  define("LCLAN_OPT_48", "allow direct posting");
  92  define("LCLAN_OPT_49", "if enabled links are submitted directly, else a site admin needs to approve them");
  93  define("LCLAN_OPT_50", "allow direct deleting");
  94  define("LCLAN_OPT_51", "if enabled the link managers can delete their own links");
  95  define("LCLAN_OPT_52", "personal link managers");
  96  define("LCLAN_OPT_53", "date");
  97  define("LCLAN_OPT_54", "allow personal management on links");
  98  define("LCLAN_OPT_55", "allow comments on all links");
  99  define("LCLAN_OPT_56", "minimum refer value");
 100  define("LCLAN_OPT_57", "only links with a refer count larger then the given value are displayed (0 or empty = all)");
 101  define("LCLAN_OPT_58", "link to submit link");
 102  define("LCLAN_OPT_59", "link to personal manager (only if allowed)");
 103  define("LCLAN_OPT_60", "link to link frontpage");
 104  define("LCLAN_OPT_61", "link to all categories");
 105  define("LCLAN_OPT_62", "show these navigator links");
 106  define("LCLAN_OPT_63", "minimum rating value");
 107  define("LCLAN_OPT_64", "only links with a rating larger then the given value are displayed (0 or empty = all)");
 108  define("LCLAN_OPT_65", "show empty categories");
 109  define("LCLAN_OPT_66", "link to each category");
 110  define("LCLAN_OPT_67", "link to all links");
 111  define("LCLAN_OPT_68", "view all links");
 112  
 113  define("LCLAN_OPT_69", "rendertype navigator links");
 114  define("LCLAN_OPT_70", "show category links");
 115  define("LCLAN_OPT_71", "rendertype category links");
 116  define("LCLAN_OPT_72", "show recent links");
 117  define("LCLAN_OPT_73", "display which data");
 118  define("LCLAN_OPT_74", "how many recent links are displayed");
 119  define("LCLAN_OPT_75", "hyperlinks");
 120  define("LCLAN_OPT_76", "selectbox");
 121  define("LCLAN_OPT_77", "category");
 122  define("LCLAN_OPT_78", "description");
 123  define("LCLAN_OPT_79", "caption navigator");
 124  define("LCLAN_OPT_80", "caption categories");
 125  define("LCLAN_OPT_81", "caption recent list");
 126  define("LCLAN_OPT_82", "navigator");
 127  define("LCLAN_OPT_83", "categories");
 128  define("LCLAN_OPT_84", "recent list");
 129  define("LCLAN_OPT_85", "caption menu");
 130  define("LCLAN_OPT_86", "link menu");
 131  define("LCLAN_OPT_87", "show amount of links");
 132  
 133  define("LCLAN_ADMIN_1", "update");  // deprecated
 134  define("LCLAN_ADMIN_2", "Link saved to database.");
 135  define("LCLAN_ADMIN_3", "Link updated in database.");
 136  define("LCLAN_ADMIN_4", "Link Category Saved");
 137  define("LCLAN_ADMIN_5", "Link Category Updated");
 138  define("LCLAN_ADMIN_6", "Options Saved");
 139  define("LCLAN_ADMIN_7", "link icon was uploaded successfully !");
 140  define("LCLAN_ADMIN_8", "link icon was not uploaded !");
 141  define("LCLAN_ADMIN_9", "Order updated");
 142  define("LCLAN_ADMIN_10", "Link");
 143  define("LCLAN_ADMIN_11", "deleted"); // deprecated
 144  define("LCLAN_ADMIN_12", "Link Category");
 145  define("LCLAN_ADMIN_13", "Submitted link deleted");
 146  define("LCLAN_ADMIN_14", "Links");
 147  define("LCLAN_ADMIN_15", "This category still contains links, please (re)move them first");
 148  
 149  define("LCLAN_SL_1", "Submitted Links");
 150  define("LCLAN_SL_2", "No submitted links");
 151  define("LCLAN_SL_3", "Link");
 152  define("LCLAN_SL_4", "Submitted by");
 153  define("LCLAN_SL_5", "Options");
 154  define("LCLAN_SL_6", "Post");
 155  define("LCLAN_SL_7", "Delete");
 156  define("LCLAN_SL_8", "Are you sure you want to delete this submitted link?");
 157  define("LCLAN_SL_9", "After submitting your link it will be reviewed by a site admin and if appropriate it will be added to the main links page.");
 158  define("LCLAN_SL_10", "Category:");
 159  define("LCLAN_SL_11", "name");
 160  define("LCLAN_SL_12", "url");
 161  define("LCLAN_SL_13", "description");
 162  define("LCLAN_SL_14", "URL to link button:");
 163  define("LCLAN_SL_15", "Underlined fields are required.");
 164  define("LCLAN_SL_16", "Submit Link");
 165  define("LCLAN_SL_17", "");
 166  define("LCLAN_SL_18", "");
 167  
 168  define("LCLAN_CAT_1", "Image");
 169  define("LCLAN_CAT_2", "Category");
 170  define("LCLAN_CAT_3", "Options");
 171  define("LCLAN_CAT_4", "Move");
 172  define("LCLAN_CAT_5", "Order");
 173  define("LCLAN_CAT_6", "Edit");
 174  define("LCLAN_CAT_7", "Are");
 175  define("LCLAN_CAT_8", "Are you sure you want to delete this category?");
 176  define("LCLAN_CAT_9", "View Links");
 177  define("LCLAN_CAT_10", "Reorder");
 178  define("LCLAN_CAT_11", "No link categories");
 179  define("LCLAN_CAT_12", "Existing Link Categories");
 180  define("LCLAN_CAT_13", "Name:");
 181  define("LCLAN_CAT_14", "Description:");
 182  define("LCLAN_CAT_15", "Upload a new icon:");
 183  define("LCLAN_CAT_16", "Auto-Thumbnail size:");
 184  define("LCLAN_CAT_17", "This option is disabled as file uploading is not enabled on your server");
 185  define("LCLAN_CAT_18", "The");
 186  define("LCLAN_CAT_19", "folder is not writable, you need to CHMOD 777 the folder before uploading");
 187  define("LCLAN_CAT_20", "px");
 188  define("LCLAN_CAT_21", "upload");
 189  define("LCLAN_CAT_22", "Choose an icon:");
 190  define("LCLAN_CAT_23", "View Images");
 191  define("LCLAN_CAT_24", "Visible for:");
 192  define("LCLAN_CAT_25", "tick to update timestamp to current time");
 193  define("LCLAN_CAT_26", "Update Link Category");
 194  define("LCLAN_CAT_27", "Clear Form");
 195  define("LCLAN_CAT_28", "Create Link Category");
 196  define("LCLAN_CAT_29", "Link Category");
 197  
 198  define("LCLAN_ITEM_1", "Submitted by");
 199  define("LCLAN_ITEM_2", "Category:");
 200  define("LCLAN_ITEM_3", "no categories yet");
 201  define("LCLAN_ITEM_4", "Name:");
 202  define("LCLAN_ITEM_5", "Url:");
 203  define("LCLAN_ITEM_6", "Description:");
 204  define("LCLAN_ITEM_7", "Upload an icon:");
 205  define("LCLAN_ITEM_8", "Auto-Thumbnail size:");
 206  define("LCLAN_ITEM_9", "This option is disabled as file uploading is not enabled on your server");
 207  define("LCLAN_ITEM_10", "The");
 208  define("LCLAN_ITEM_11", "folder is not writable, you need to CHMOD 777 the folder before uploading");
 209  define("LCLAN_ITEM_12", "px");
 210  define("LCLAN_ITEM_13", "upload");
 211  define("LCLAN_ITEM_14", "Choose an icon:");
 212  define("LCLAN_ITEM_15", "View Images");
 213  define("LCLAN_ITEM_16", "Open Type:");
 214  define("LCLAN_ITEM_17", "Opens in same window");
 215  define("LCLAN_ITEM_18", "Opens in new window");
 216  define("LCLAN_ITEM_19", "Opens in 600x400 mini-window");
 217  define("LCLAN_ITEM_20", "Visible for:");
 218  define("LCLAN_ITEM_21", "tick to update timestamp to current time");
 219  define("LCLAN_ITEM_22", "Update Link");
 220  define("LCLAN_ITEM_23", "Create link");
 221  define("LCLAN_ITEM_24", "Links");
 222  define("LCLAN_ITEM_25", "Image");
 223  define("LCLAN_ITEM_26", "Link Name");
 224  define("LCLAN_ITEM_27", "Options");
 225  define("LCLAN_ITEM_28", "Move");
 226  define("LCLAN_ITEM_29", "Order");
 227  define("LCLAN_ITEM_30", "Reorder");
 228  define("LCLAN_ITEM_31", "edit");
 229  define("LCLAN_ITEM_32", "delete");
 230  define("LCLAN_ITEM_33", "Are you sure you want to delete this link?");
 231  define("LCLAN_ITEM_34", "no icon");
 232  define("LCLAN_ITEM_35", "manage personal links");
 233  define("LCLAN_ITEM_36", "go");
 234  define("LCLAN_ITEM_37", "view all links");
 235  define("LCLAN_ITEM_38", "All Links");
 236  define("LCLAN_ITEM_39", "Rating");
 237  
 238  define("LCLAN_ADMINMENU_1", "Link Options");
 239  define("LCLAN_ADMINMENU_2", "Manage Link Categories");
 240  define("LCLAN_ADMINMENU_3", "Create Link Category");
 241  define("LCLAN_ADMINMENU_4", "Manage Links");
 242  define("LCLAN_ADMINMENU_5", "Create Link");
 243  define("LCLAN_ADMINMENU_6", "Options");
 244  define("LCLAN_ADMINMENU_7", "Submitted Links");
 245  define("LCLAN_ADMINMENU_8", "Categories");
 246  
 247  define("NT_LAN_LP_1", "Links Page Events");
 248  define("NT_LAN_LP_2", "Link submitted by user");
 249  define("NT_LAN_LP_3", "Link Submitted");
 250  
 251  define("LNK_SCH_LAN_2", "All Links Categories");
 252  define("LNK_SCH_LAN_3", "All links details");
 253  
 254  define("LAN_LINKS_MANAGER_0", "icon");
 255  define("LAN_LINKS_MANAGER_1", "link");
 256  define("LAN_LINKS_MANAGER_2", "options");
 257  define("LAN_LINKS_MANAGER_3", "create new link");
 258  define("LAN_LINKS_MANAGER_4", "you don't have any links present");
 259  define("LAN_LINKS_MANAGER_5", "category");
 260  define("LAN_LINKS_MANAGER_6", "");
 261  define("LAN_LINKS_MANAGER_7", "");
 262  define("LAN_LINKS_MANAGER_8", "");
 263  define("LAN_LINKS_MANAGER_9", "");
 264  
 265  define("LAN_LINKS_1", "Total links");
 266  define("LAN_LINKS_2", "Total links activated");
 267  define("LAN_LINKS_3", "Anonymous");
 268  define("LAN_LINKS_4", "heading");
 269  define("LAN_LINKS_5", "url");
 270  define("LAN_LINKS_6", "order");
 271  define("LAN_LINKS_7", "refer");
 272  define("LAN_LINKS_8", "ascending");
 273  define("LAN_LINKS_9", "descending");
 274  define("LAN_LINKS_10", "Top Links : Refer");
 275  define("LAN_LINKS_11", "Top Links : Rating");
 276  define("LAN_LINKS_12", "view links by refer");
 277  define("LAN_LINKS_13", "view links by rating");
 278  define("LAN_LINKS_14", "view links frontpage");
 279  define("LAN_LINKS_15", "sort by");
 280  define("LAN_LINKS_16", "in this category");
 281  define("LAN_LINKS_17", "link");
 282  define("LAN_LINKS_18", "links");
 283  define("LAN_LINKS_19", "categories");
 284  define("LAN_LINKS_20", "category");
 285  define("LAN_LINKS_21", "There");
 286  define("LAN_LINKS_22", "is");
 287  define("LAN_LINKS_23", "are");
 288  define("LAN_LINKS_24", "total in");
 289  define("LAN_LINKS_25", "show all links");
 290  define("LAN_LINKS_26", "Referrals");
 291  define("LAN_LINKS_27", "submit a link");
 292  define("LAN_LINKS_28", "Thank you");
 293  define("LAN_LINKS_29", "Your link has been saved and will be reviewed by a site administrator.");
 294  define("LAN_LINKS_30", "Link Categories");
 295  define("LAN_LINKS_31", "submit a link");
 296  define("LAN_LINKS_32", "Category:");
 297  define("LAN_LINKS_33", "No Links are rated yet.");
 298  define("LAN_LINKS_34", "There are currently no links");
 299  define("LAN_LINKS_35", "personal links manager");
 300  define("LAN_LINKS_36", "link comments");
 301  define("LAN_LINKS_37", "Comments");
 302  define("LAN_LINKS_38", "date");
 303  define("LAN_LINKS_39", "Links");
 304  define("LAN_LINKS_40", "Category");
 305  define("LAN_LINKS_41", "no categories yet");
 306  define("LAN_LINKS_42", "no links are referred yet");
 307  define("LAN_LINKS_43", "view all categories");
 308  define("LAN_LINKS_44", "id");
 309  define("LAN_LINKS_45", "Link Category");
 310  define("LAN_LINKS_46", "Link Subcategories");
 311  define("LAN_LINKS_47", "link navigator...");
 312  define("LAN_LINKS_48", "-- view category --");
 313  define("LAN_LINKS_49", "");
 314  define("LAN_LINKS_50", "You do not have permission to submit links at present");
 315  
 316  define("LAN_ADMIN_HELP_0", "linkspage help area");
 317  
 318  define("LAN_ADMIN_HELP_1", "<i>the manage link categories page shows all categories present.</i><br /><br /><b>detailed list</b><br />You see a list of all categories with their icon, name and description, options, and sorting options.<br /><br /><b>explanation of icons</b><br />
 319  ".LINK_ICON_LINK." : link to the category<br /><br />
 320  ".LINK_ICON_EDIT." : edit the category<br /><br />
 321  ".LINK_ICON_DELETE." : delete the category<br /><br />
 322  ".LINK_ICON_ORDER_UP." : the up button allows you to move the category item one up in order.<br /><br />
 323  ".LINK_ICON_ORDER_DOWN." : the down button allows you to move the category item one down in order.<br />
 324  <br />
 325  <b>order</b><br />here you can manually set the order of all the categories. You need to change the values in the select boxes to the order of your kind and press the reorder button below to save the new order.<br />");
 326  
 327  define("LAN_ADMIN_HELP_2", "<i>the create link category page allows you to add new categories</i><br /><br />You can upload a new icon, and after uploading assign the icon to the category.");
 328  define("LAN_ADMIN_HELP_3", "<i>the manage links page first show all categories.</i><br /><br />".LINK_ICON_LINK." : link to the category<br /><br />".LINK_ICON_EDIT." : click the icon to view all links in this category<br />");
 329  define("LAN_ADMIN_HELP_4", "<i>the create link page allows you to add a new link</i><br /><br />You can upload a new icon, and after uploading assign the icon to the link.<br /><br />the open type allows you to define how the link will be opened when a user clicks on it.");
 330  define("LAN_ADMIN_HELP_5", "<i>the submitted links page shows all links that are submitted by users</i><br /><br /><b>detailed list</b><br />You see the link url, the name of the user who submitted the link and options.<br /><br /><b>explanation of icons</b><br />
 331  ".LINK_ICON_EDIT." : post the submitted link to the link create form<br /><br />
 332  ".LINK_ICON_DELETE." : delete the submitted link<br />
 333  ");
 334  define("LAN_ADMIN_HELP_6", "<i>the options page allows you to change the behaviour of the links_page plugin</i><br /><br />
 335  general options<br />
 336  these options are generally used throughout the link pages.<br /><br />
 337  personal link managers<br />
 338  the personal link managers are privileged users who can manage their own personally added links.<br /><br />
 339  category page<br />
 340  here you can change options for the category page.<br /><br />
 341  links page<br />
 342  These options are used on the link pages.<br /><br />
 343  refer page<br />
 344  These options are used on the top refer links page.<br /><br />
 345  rating page<br />
 346  These options are used on the top rated links page.<br />
 347  ");
 348  
 349  define("LAN_ADMIN_HELP_7", "<i>the edit link category page allows you to edit an existing category</i><br /><br />You can upload a new icon, and after uploading assign the icon to the category.<br />You can update the timestamp of the link by checking the box.");
 350  
 351  define("LAN_ADMIN_HELP_8", "<i>this page shows all existing links in the selected category.</i><br /><br /><b>detailed list</b><br />You see a list of the links with their image, name, options, and sorting options.<br /><br /><b>explanation of icons</b><br />
 352  ".LINK_ICON_LINK." : link to the website<br /><br />
 353  ".LINK_ICON_EDIT." : edit the link<br /><br />
 354  ".LINK_ICON_DELETE." : delete the link<br /><br />
 355  ".LINK_ICON_ORDER_UP." : the up button allows you to move the link one up in order.<br /><br />
 356  ".LINK_ICON_ORDER_DOWN." : the down button allows you to move the link one down in order.<br />
 357  <br />
 358  <b>order</b><br />here you can manually set the order of all the links. You need to change the values in the select boxes to the order of your kind and press the reorder button below to save the new order.<br />");
 359  
 360  define("LAN_ADMIN_HELP_9", "<i>the edit link page allows you to edit an existing link</i><br /><br />You can upload a new icon, and after uploading assign the icon to the link.<br /><br />the open type allows you to define how the link will be opened when a user clicks on it.");
 361  define("LAN_ADMIN_HELP_10", "<i>the post submitted link page allows you to add a submitted link to the existing links</i><br /><br />A small submitted text is added into the description field.<br /><br />You can upload a new icon, and after uploading assign the icon to the link.<br /><br />the open type allows you to define how the link will be opened when a user clicks on it.");
 362  ?>


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