[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/language/ -> english.php (source)

   1  <?php
   2  /**
   3  * @package Mambo
   4  * @author Mambo Foundation Inc see README.php
   5  * @copyright (C) 2000 - 2009 Mambo Foundation Inc.
   6  * See COPYRIGHT.php for copyright notices and details.
   7  * @license GNU/GPL Version 2, see LICENSE.php
   8  *
   9  * Redistributions of files must retain the above copyright notice.
  10  *
  11  * Mambo is free software; you can redistribute it and/or
  12  * modify it under the terms of the GNU General Public License
  13  * as published by the Free Software Foundation; version 2 of the License.
  14  */
  15  
  16  /** ensure this file is being included by a parent file */
  17  defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
  18  
  19  
  20  
  21  if (!defined('_ISO')) DEFINE('_ISO','charset=utf-8');
  22  if (!defined('_DATE_FORMAT')) DEFINE('_DATE_FORMAT','l, F d Y');  //Uses PHP's DATE Command Format - Depreciated
  23  /**
  24  * Modify this line to reflect how you want the date to appear in your site
  25  *
  26  *e.g. DEFINE("_DATE_FORMAT_LC","%A, %d %B %Y %H:%M"); //Uses PHP's strftime Command Format
  27  */
  28  if (!defined('_DATE_FORMAT_LC')) DEFINE('_DATE_FORMAT_LC',"%A, %d %B %Y"); //Uses PHP's strftime Command Format
  29  if (!defined('_DATE_FORMAT_LC2')) DEFINE('_DATE_FORMAT_LC2',"%A, %d %B %Y %H:%M");
  30  
  31  
  32  /** common */
  33  DEFINE('_LANGUAGE','en');
  34  DEFINE('_NOT_AUTH','You are not authorized to view this resource.');
  35  DEFINE('_DO_LOGIN','You need to login.');
  36  DEFINE('_VALID_AZ09',"Please enter a valid %s.  No spaces, more than %d characters and containing only the characters 0-9,a-z, or A-Z");
  37  DEFINE('_CMN_YES','Yes');
  38  DEFINE('_CMN_NO','No');
  39  DEFINE('_CMN_SHOW','Show');
  40  DEFINE('_CMN_HIDE','Hide');
  41  
  42  DEFINE('_CMN_NAME','Name');
  43  DEFINE('_CMN_DESCRIPTION','Description');
  44  DEFINE('_CMN_SAVE','Save');
  45  DEFINE('_CMN_CANCEL','Cancel');
  46  DEFINE('_CMN_PRINT','Print');
  47  DEFINE('_CMN_PDF','PDF');
  48  DEFINE('_CMN_EMAIL','E-mail');
  49  DEFINE('_ICON_SEP','|');
  50  DEFINE('_CMN_PARENT','Parent');
  51  DEFINE('_CMN_ORDERING','Ordering');
  52  DEFINE('_CMN_ACCESS','Access Level');
  53  DEFINE('_CMN_SELECT','Select');
  54  
  55  DEFINE('_CMN_NEXT','Next');
  56  DEFINE('_CMN_NEXT_ARROW'," &gt;&gt;");
  57  DEFINE('_CMN_PREV','Previous');
  58  DEFINE('_CMN_PREV_ARROW',"&lt;&lt; ");
  59  
  60  DEFINE('_CMN_SORT_NONE','No Sorting');
  61  DEFINE('_CMN_SORT_ASC','Sort Ascending');
  62  DEFINE('_CMN_SORT_DESC','Sort Descending');
  63  
  64  DEFINE('_CMN_NEW','New');
  65  DEFINE('_CMN_NONE','None');
  66  DEFINE('_CMN_LEFT','Left');
  67  DEFINE('_CMN_RIGHT','Right');
  68  DEFINE('_CMN_CENTER','Center');
  69  DEFINE('_CMN_ARCHIVE','Archive');
  70  DEFINE('_CMN_UNARCHIVE','Unarchive');
  71  DEFINE('_CMN_TOP','Top');
  72  DEFINE('_CMN_BOTTOM','Bottom');
  73  
  74  DEFINE('_CMN_PUBLISHED','Published');
  75  DEFINE('_CMN_UNPUBLISHED','Unpublished');
  76  
  77  DEFINE('_CMN_EDIT_HTML','Edit HTML');
  78  DEFINE('_CMN_EDIT_CSS','Edit CSS');
  79  
  80  DEFINE('_CMN_DELETE','Delete');
  81  
  82  DEFINE('_CMN_FOLDER','Folder');
  83  DEFINE('_CMN_SUBFOLDER','Sub-folder');
  84  DEFINE('_CMN_OPTIONAL','Optional');
  85  DEFINE('_CMN_REQUIRED','Required');
  86  
  87  DEFINE('_CMN_CONTINUE','Continue');
  88  
  89  DEFINE('_CMN_NEW_ITEM_LAST','New items default to the last place. Ordering can be changed after this item is saved.');
  90  DEFINE('_CMN_NEW_ITEM_FIRST','New items default to the first place. Ordering can be changed after this item is saved.');
  91  DEFINE('_LOGIN_INCOMPLETE','Please complete the username and password fields.');
  92  DEFINE('_LOGIN_BLOCKED','Your login has been blocked. Please contact the administrator.');
  93  DEFINE('_LOGIN_INCORRECT','Incorrect username or password. Please try again.');
  94  DEFINE('_LOGIN_NOADMINS','You cannot login. There are no administrators set up.');
  95  DEFINE('_LOGIN_NOAUTHENTICS','Logins are not permitted.  There is no authentication check active.');
  96  DEFINE('_CMN_JAVASCRIPT','!Warning! Javascript must be enabled for proper operation.');
  97  
  98  DEFINE('_NEW_MESSAGE','A new private message has arrived');
  99  DEFINE('_MESSAGE_FAILED','The user has locked their mailbox. Message failed.');
 100  
 101  DEFINE('_CMN_IFRAMES', 'This option will not work correctly.  Unfortunately, your browser does not support Inline Frames');
 102  
 103  DEFINE('_INSTALL_WARN','For your security please completely remove the installation directory including all files and sub-folders  - then refresh this page');
 104  DEFINE('_TEMPLATE_WARN','<font color=\"red\"><strong>Template File Not Found! Looking for template:</strong></font>');
 105  DEFINE('_NO_PARAMS','There are no Parameters for this item');
 106  DEFINE('_HANDLER','Handler not defined for type');
 107  
 108  /** mambots */
 109  DEFINE('_TOC_JUMPTO','Article Index');
 110  
 111  /**  content */
 112  DEFINE('_READ_MORE','Read more...');
 113  DEFINE('_READ_MORE_REGISTER','Register to read more...');
 114  DEFINE('_MORE','More...');
 115  DEFINE('_ON_NEW_CONTENT', "A new content item has been submitted by [ %s ]  titled [ %s ]  from section [ %s ]  and category  [ %s ]" );
 116  DEFINE('_SEL_CATEGORY','- All Categories -');
 117  DEFINE('_SEL_SECTION','- All Sections -');
 118  DEFINE('_SEL_AUTHOR','- All Authors -');
 119  DEFINE('_SEL_POSITION','- All Positions -');
 120  DEFINE('_SEL_TYPE','- All Types -');
 121  DEFINE('_EMPTY_CATEGORY','This Category is currently empty');
 122  DEFINE('_EMPTY_BLOG','There are no items to display');
 123  DEFINE('_NOT_EXIST','The page you are trying to access does not exist.<br />Please select a page from the main menu.');
 124  
 125  /** classes/html/modules.php */
 126  DEFINE('_BUTTON_VOTE','Vote');
 127  DEFINE('_BUTTON_RESULTS','Results');
 128  DEFINE('_USERNAME','Username');
 129  DEFINE('_LOST_PASSWORD','Password Reminder');
 130  DEFINE('_PASSWORD','Password');
 131  DEFINE('_BUTTON_LOGIN','Login');
 132  DEFINE('_BUTTON_LOGOUT','Logout');
 133  DEFINE('_NO_ACCOUNT','No account yet?');
 134  DEFINE('_CREATE_ACCOUNT','Create one');
 135  DEFINE('_VOTE_POOR','Poor');
 136  DEFINE('_VOTE_BEST','Best');
 137  DEFINE('_USER_RATING','User Rating');
 138  DEFINE('_RATE_BUTTON','Rate');
 139  DEFINE('_REMEMBER_ME','Remember me');
 140  
 141  /** contact.php */
 142  DEFINE('_ENQUIRY','Enquiry');
 143  DEFINE('_ENQUIRY_TEXT','This is an enquiry e-mail via %s from:');
 144  DEFINE('_COPY_TEXT','The following is a copy of the message you sent to %s via %s ');
 145  DEFINE('_COPY_SUBJECT','Copy of: ');
 146  DEFINE('_THANK_MESSAGE','Thank you for your e-mail');
 147  DEFINE('_CLOAKING','This email address is being protected from spam bots, you need Javascript enabled to view it');
 148  DEFINE('_CONTACT_HEADER_NAME','Name');
 149  DEFINE('_CONTACT_HEADER_POS','Position');
 150  DEFINE('_CONTACT_HEADER_EMAIL','Email');
 151  DEFINE('_CONTACT_HEADER_PHONE','Phone');
 152  DEFINE('_CONTACT_HEADER_FAX','Fax');
 153  DEFINE('_CONTACTS_DESC','The Contact list for this Website.');
 154  
 155  /** classes/html/contact.php */
 156  DEFINE('_CONTACT_TITLE','Contact');
 157  DEFINE('_EMAIL_DESCRIPTION','Send an Email to this Contact:');
 158  DEFINE('_NAME_PROMPT',' Enter your name:');
 159  DEFINE('_EMAIL_PROMPT',' E-mail address:');
 160  DEFINE('_MESSAGE_PROMPT',' Enter your message:');
 161  DEFINE('_SEND_BUTTON','Send');
 162  DEFINE('_CONTACT_FORM_NC','Please make sure the form is complete and valid.');
 163  DEFINE('_CONTACT_TELEPHONE','Telephone: ');
 164  DEFINE('_CONTACT_MOBILE','Mobile: ');
 165  DEFINE('_CONTACT_FAX','Fax: ');
 166  DEFINE('_CONTACT_EMAIL','Email: ');
 167  DEFINE('_CONTACT_NAME','Name: ');
 168  DEFINE('_CONTACT_POSITION','Position: ');
 169  DEFINE('_CONTACT_ADDRESS','Address: ');
 170  DEFINE('_CONTACT_MISC','Information: ');
 171  DEFINE('_CONTACT_SEL','Select Contact:');
 172  DEFINE('_CONTACT_NONE','There are no Contact Details listed.');
 173  DEFINE('_EMAIL_A_COPY','Email a copy of this message to your own address');
 174  DEFINE('_CONTACT_DOWNLOAD_AS','Download information as a');
 175  DEFINE('_VCARD','VCard');
 176  
 177  /** pageNavigation */
 178  DEFINE('_PN_PAGE','Page');
 179  DEFINE('_PN_OF','of');
 180  DEFINE('_PN_START','Start');
 181  DEFINE('_PN_PREVIOUS','Previous');
 182  DEFINE('_PN_NEXT','Next');
 183  DEFINE('_PN_END','End');
 184  DEFINE('_PN_DISPLAY_NR','Display #');
 185  DEFINE('_PN_RESULTS','Results');
 186  
 187  /** emailfriend */
 188  DEFINE('_EMAIL_TITLE','E-mail a friend');
 189  DEFINE('_EMAIL_FRIEND','E-mail this to a friend.');
 190  DEFINE('_EMAIL_FRIEND_ADDR',"Your friend's E-mail:");
 191  DEFINE('_EMAIL_YOUR_NAME','Your Name:');
 192  DEFINE('_EMAIL_YOUR_MAIL','Your E-mail:');
 193  DEFINE('_SUBJECT_PROMPT',' Message subject:');
 194  DEFINE('_BUTTON_SUBMIT_MAIL','Send e-mail');
 195  DEFINE('_BUTTON_CANCEL','Cancel');
 196  DEFINE('_EMAIL_ERR_NOINFO','You must enter valid e-mail addresses for both yourself and your recipient.');
 197  DEFINE('_EMAIL_MSG',' The following page from the "%s" website has been sent to you by %s ( %s ).
 198  
 199  You can access it at the following url:
 200  %s');
 201  DEFINE('_EMAIL_INFO','Item sent by');
 202  DEFINE('_EMAIL_SENT','This item has been sent to');
 203  DEFINE('_PROMPT_CLOSE','Close Window');
 204  
 205  /** classes/html/content.php */
 206  DEFINE('_AUTHOR_BY', ' Contributed by');
 207  DEFINE('_WRITTEN_BY', ' Written by');
 208  DEFINE('_LAST_UPDATED', 'Last Updated');
 209  DEFINE('_BACK','[ Back ]');
 210  DEFINE('_LEGEND','Legend');
 211  DEFINE('_DATE','Date');
 212  DEFINE('_ORDER_DROPDOWN','Order');
 213  DEFINE('_HEADER_TITLE','Item Title');
 214  DEFINE('_HEADER_AUTHOR','Author');
 215  DEFINE('_HEADER_SUBMITTED','Submitted');
 216  DEFINE('_HEADER_HITS','Hits');
 217  DEFINE('_E_EDIT','Edit');
 218  DEFINE('_E_ADD','Add');
 219  DEFINE('_E_WARNUSER','Please either Cancel or Save the current change');
 220  DEFINE('_E_WARNTITLE','Content item must have a title');
 221  DEFINE('_E_WARNTEXT','Content item must have intro text');
 222  DEFINE('_E_WARNCAT','Please select a category');
 223  DEFINE('_E_CONTENT','Content');
 224  DEFINE('_E_TITLE','Title:');
 225  DEFINE('_E_CATEGORY','Category:');
 226  DEFINE('_E_INTRO','Intro Text');
 227  DEFINE('_E_MAIN','Main Text');
 228  DEFINE('_E_MOSIMAGE','INSERT {mosimage}');
 229  DEFINE('_E_IMAGES','Images');
 230  DEFINE('_E_GALLERY_IMAGES','Gallery Images');
 231  DEFINE('_E_CONTENT_IMAGES','Content Images');
 232  DEFINE('_E_EDIT_IMAGE','Edit Image');
 233  DEFINE('_E_INSERT','Insert');
 234  DEFINE('_E_UP','Up');
 235  DEFINE('_E_DOWN','Down');
 236  DEFINE('_E_REMOVE','Remove');
 237  DEFINE('_E_SOURCE','Source:');
 238  DEFINE('_E_ALIGN','Align:');
 239  DEFINE('_E_ALT','Alt Text:');
 240  DEFINE('_E_BORDER','Border:');
 241  DEFINE('_E_CAPTION','Caption');
 242  DEFINE('_E_APPLY','Apply');
 243  DEFINE('_E_PUBLISHING','Publishing');
 244  DEFINE('_E_STATE','State:');
 245  DEFINE('_E_AUTHOR_ALIAS','Author Alias:');
 246  DEFINE('_E_ACCESS_LEVEL','Access Level:');
 247  DEFINE('_E_ORDERING','Ordering:');
 248  DEFINE('_E_START_PUB','Start Publishing:');
 249  DEFINE('_E_FINISH_PUB','Finish Publishing:');
 250  DEFINE('_E_SHOW_FP','Show on Front Page:');
 251  DEFINE('_E_HIDE_TITLE','Hide Item Title:');
 252  DEFINE('_E_METADATA','Metadata');
 253  DEFINE('_E_M_DESC','Description:');
 254  DEFINE('_E_M_KEY','Keywords:');
 255  DEFINE('_E_SUBJECT','Subject:');
 256  DEFINE('_E_EXPIRES','Expiry Date:');
 257  DEFINE('_E_VERSION','Version:');
 258  DEFINE('_E_ABOUT','About');
 259  DEFINE('_E_CREATED','Created:');
 260  DEFINE('_E_LAST_MOD','Last Modified:');
 261  DEFINE('_E_HITS','Hits:');
 262  DEFINE('_E_SAVE','Save');
 263  DEFINE('_E_CANCEL','Cancel');
 264  DEFINE('_E_REGISTERED','Registered Users Only');
 265  DEFINE('_E_ITEM_INFO','Item Information');
 266  DEFINE('_E_ITEM_SAVED','Item saved successfully.');
 267  DEFINE('_ITEM_PREVIOUS','&lt; Previous');
 268  DEFINE('_ITEM_NEXT','Next &gt;');
 269  
 270  
 271  /** content.php */
 272  DEFINE('_SECTION_ARCHIVE_EMPTY','There are currently no Archived Entries for this Section');
 273  DEFINE('_CATEGORY_ARCHIVE_EMPTY','There are currently no Archived Entries for this Category');
 274  DEFINE('_HEADER_SECTION_ARCHIVE','Section Archives');
 275  DEFINE('_HEADER_CATEGORY_ARCHIVE','Category Archives');
 276  DEFINE('_ARCHIVE_SEARCH_FAILURE','There are no Archived entries for %s %s');    // values are month then year
 277  DEFINE('_ARCHIVE_SEARCH_SUCCESS','Here are the Archived entries for %s %s');    // values are month then year
 278  DEFINE('_FILTER','Filter');
 279  DEFINE('_ORDER_DROPDOWN_DA','Date asc');
 280  DEFINE('_ORDER_DROPDOWN_DD','Date desc');
 281  DEFINE('_ORDER_DROPDOWN_TA','Title asc');
 282  DEFINE('_ORDER_DROPDOWN_TD','Title desc');
 283  DEFINE('_ORDER_DROPDOWN_HA','Hits asc');
 284  DEFINE('_ORDER_DROPDOWN_HD','Hits desc');
 285  DEFINE('_ORDER_DROPDOWN_AUA','Author asc');
 286  DEFINE('_ORDER_DROPDOWN_AUD','Author desc');
 287  DEFINE('_ORDER_DROPDOWN_O','Ordering');
 288  
 289  /** poll.php */
 290  DEFINE('_ALERT_ENABLED','Cookies must be enabled!');
 291  DEFINE('_ALREADY_VOTE','You already voted for this poll today!');
 292  DEFINE('_NO_SELECTION','No selection has been made, please try again');
 293  DEFINE('_THANKS','Thanks for your vote!');
 294  DEFINE('_SELECT_POLL','Select Poll from the list');
 295  
 296  /** classes/html/poll.php */
 297  DEFINE('_JAN','January');
 298  DEFINE('_FEB','February');
 299  DEFINE('_MAR','March');
 300  DEFINE('_APR','April');
 301  DEFINE('_MAY','May');
 302  DEFINE('_JUN','June');
 303  DEFINE('_JUL','July');
 304  DEFINE('_AUG','August');
 305  DEFINE('_SEP','September');
 306  DEFINE('_OCT','October');
 307  DEFINE('_NOV','November');
 308  DEFINE('_DEC','December');
 309  DEFINE('_POLL_TITLE','Poll - Results');
 310  DEFINE('_SURVEY_TITLE','Poll Title:');
 311  DEFINE('_NUM_VOTERS','Number of Voters');
 312  DEFINE('_FIRST_VOTE','First Vote');
 313  DEFINE('_LAST_VOTE','Last Vote');
 314  DEFINE('_SEL_POLL','Select Poll:');
 315  DEFINE('_NO_RESULTS','There are no results for this poll.');
 316  
 317  /** registration.php */
 318  DEFINE('_ERROR_PASS','Sorry, no corresponding user was found');
 319  DEFINE('_NEWPASS_MSG','The user account $checkusername has this email associated with it.\n'
 320  .'A web user from $mosConfig_live_site has just requested that a new password be sent.\n\n'
 321  .' Your New Password is: $newpass\n\nIf you didn\'t ask for this, don\'t worry.'
 322  .' You are seeing this message, not them. If this was an error just login with your'
 323  .' new password and then change your password to what you would like it to be.');
 324  DEFINE('_NEWPASS_SUB','$_sitename :: New password for - $checkusername');
 325  DEFINE('_NEWPASS_SENT','New User Password created and sent!');
 326  DEFINE('_REGWARN_NAME','Please enter your name.');
 327  DEFINE('_REGWARN_UNAME','Please enter a user name.');
 328  DEFINE('_REGWARN_MAIL','Please enter a valid e-mail address.');
 329  DEFINE('_REGWARN_PASS','Please enter a valid password -- more than 6 characters with no spaces and containing only the characters 0-9, a-z, or A-Z');
 330  DEFINE('_REGWARN_VPASS1','Please verify the password.');
 331  DEFINE('_REGWARN_VPASS2','Password and verification do not match, please try again.');
 332  DEFINE('_REGWARN_INUSE','This username/password is already in use. Please try another.');
 333  DEFINE('_REGWARN_EMAIL_INUSE', 'This e-mail is already registered. If you forgot the password click on "Password Reminder" and new password will be sent to you.');
 334  DEFINE('_SEND_SUB','Account details for %s at %s');
 335  DEFINE('_USEND_MSG_ACTIVATE', 'Hello %s,
 336  
 337  Thank you for registering at %s. Your account has been created but, as a precaution, it must be activated by you before you can use it.
 338  To activate the account click on the following link or copy and paste it in your browser:
 339  %s
 340  
 341  After activation you may login to %s using the following username and password:
 342  
 343  Username - %s
 344  Password - %s');
 345  DEFINE('_USEND_MSG', "Hello %s,
 346  
 347  Thank you for registering at %s.
 348  
 349  You may now login to %s using the username and password you registered with.");
 350  DEFINE('_USEND_MSG_NOPASS','Hello $name,\n\nYou have been added as a user to $mosConfig_live_site.\n'
 351  .'You may login to $mosConfig_live_site with the username and password you registered with.\n\n'
 352  .'Please do not respond to this message as it is automatically generated and is for information purposes only\n');
 353  DEFINE('_ASEND_MSG','Hello %s,
 354  
 355  A new user has registered at %s.
 356  This email contains their details:
 357  
 358  Name - %s
 359  e-mail - %s
 360  Username - %s
 361  
 362  Please do not respond to this message as it is automatically generated and is for information purposes only');
 363  DEFINE('_REG_COMPLETE_NOPASS','<div class="componentheading">Registration Complete</div><br />&nbsp;&nbsp;'
 364  .'You may now login.<br />&nbsp;&nbsp;');
 365  DEFINE('_REG_COMPLETE', '<div class="componentheading">Registration Complete</div><br />You may now login.');
 366  DEFINE('_REG_COMPLETE_ACTIVATE', '<div class="componentheading">Registration Complete</div><br />Your account has been created and an activation link has been sent to the e-mail address you entered. Note that you must activate the account by clicking on the activation link before you can login.');
 367  DEFINE('_REG_ACTIVATE_COMPLETE', '<div class="componentheading">Activation Complete!</div><br />Your account has been activated successfully. You can now login using the username and password you chose during registration.');
 368  DEFINE('_REG_ACTIVATE_NOT_FOUND', '<div class="componentheading">Invalid Activation Link!</div><br />There is no such account in our database or the account has already been activated.');
 369  
 370  /** classes/html/registration.php */
 371  DEFINE('_PROMPT_PASSWORD','Lost your Password?');
 372  DEFINE('_NEW_PASS_DESC','Please enter your Username and e-mail address then click on the Send Password button.<br />'
 373  .'You will receive a new password shortly.  Use the new password to access the site.');
 374  DEFINE('_PROMPT_UNAME','Username:');
 375  DEFINE('_PROMPT_EMAIL','E-mail Address:');
 376  DEFINE('_BUTTON_SEND_PASS','Send Password');
 377  DEFINE('_REGISTER_TITLE','Registration');
 378  DEFINE('_REGISTER_NAME','Name:');
 379  DEFINE('_REGISTER_UNAME','Username:');
 380  DEFINE('_REGISTER_EMAIL','E-mail:');
 381  DEFINE('_REGISTER_PASS','Password:');
 382  DEFINE('_REGISTER_VPASS','Verify Password:');
 383  DEFINE('_REGISTER_REQUIRED','Fields marked with an asterisk (*) are required.');
 384  DEFINE('_BUTTON_SEND_REG','Send Registration');
 385  DEFINE('_SENDING_PASSWORD','Your password will be sent to the above e-mail address.<br />Once you have received your'
 386  .' new password you can login and change it, if you so desire.');
 387  
 388  /** classes/html/search.php */
 389  DEFINE('_SEARCH_TITLE','Search');
 390  DEFINE('_PROMPT_KEYWORD','Search Keyword');
 391  DEFINE('_SEARCH_MATCHES','returned %d matches');
 392  DEFINE('_CONCLUSION','Total $totalRows results found.  Search for <strong>$searchword</strong> with');
 393  DEFINE('_NOKEYWORD','No results were found');
 394  DEFINE('_IGNOREKEYWORD','One or more common words were ignored in the search');
 395  DEFINE('_SEARCH_ANYWORDS','Any words');
 396  DEFINE('_SEARCH_ALLWORDS','All words');
 397  DEFINE('_SEARCH_PHRASE','Exact phrase');
 398  DEFINE('_SEARCH_NEWEST','Newest first');
 399  DEFINE('_SEARCH_OLDEST','Oldest first');
 400  DEFINE('_SEARCH_POPULAR','Most popular');
 401  DEFINE('_SEARCH_ALPHABETICAL','Alphabetical');
 402  DEFINE('_SEARCH_CATEGORY','Section/Category');
 403  
 404  /** templates/*.php */
 405  DEFINE('_SEARCH_BOX','search...');
 406  DEFINE('_NEWSFLASH_BOX','Newsflash!');
 407  DEFINE('_MAINMENU_BOX','Main Menu');
 408  
 409  /** classes/html/usermenu.php */
 410  DEFINE('_UMENU_TITLE','User Menu');
 411  DEFINE('_HI','Hi, ');
 412  
 413  /** user.php */
 414  DEFINE('_SAVE_ERR','Please complete all the fields.');
 415  DEFINE('_THANK_SUB','Thanks for your submission; it will be reviewed before being posted to the site.');
 416  DEFINE('_UP_SIZE','You cannot upload files greater than 15kb in size.');
 417  DEFINE('_UP_EXISTS','Image $userfile_name already exists. Please rename the file and try again.');
 418  DEFINE('_UP_COPY_FAIL','Failed to copy');
 419  DEFINE('_UP_TYPE_WARN','You may only upload a gif or jpg image.');
 420  DEFINE('_MAIL_SUB','User Submitted');
 421  DEFINE('_MAIL_MSG','Hello $adminName,\n\n\nA user submitted $type:\n [ $title ]\n has been just been submitted by user:\n [ $author ]\n'
 422  .' for $mosConfig_live_site.\n\n\n\n'
 423  .'Please go to $mosConfig_live_site/administrator to view and approve this $type.\n\n'
 424  .'Please do not respond to this message as it is automatically generated and is for information purposes only\n');
 425  DEFINE('_PASS_VERR1','If changing your password please enter the password again to verify.');
 426  DEFINE('_PASS_VERR2','If changing your password please make sure the password and verification match.');
 427  DEFINE('_UNAME_INUSE','This username already in use.');
 428  DEFINE('_UPDATE','Update');
 429  DEFINE('_USER_DETAILS_SAVE','Your settings have been saved.');
 430  DEFINE('_USER_LOGIN','User Login');
 431  
 432  /** components/com_user */
 433  DEFINE('_EDIT_TITLE','Edit Your Details');
 434  DEFINE('_YOUR_NAME','Your Name:');
 435  DEFINE('_EMAIL','e-mail:');
 436  DEFINE('_UNAME','User Name:');
 437  DEFINE('_PASS','Password:');
 438  DEFINE('_VPASS','Verify Password:');
 439  DEFINE('_SUBMIT_SUCCESS','Submission Success!');
 440  DEFINE('_SUBMIT_SUCCESS_DESC','Your item has been submitted to the site administrators. It will be reviewed before being published on the site.');
 441  DEFINE('_WELCOME','Welcome!');
 442  DEFINE('_WELCOME_DESC','Welcome to the user section of our site');
 443  DEFINE('_CONF_CHECKED_IN','All items checked out have now been checked in');
 444  DEFINE('_CHECK_TABLE','Checking table');
 445  DEFINE('_CHECKED_IN','Checked in ');
 446  DEFINE('_CHECKED_IN_ITEMS',' items');
 447  DEFINE('_PASS_MATCH','Passwords do not match');
 448  
 449  /** components/com_banners */
 450  DEFINE('_BNR_CLIENT_NAME','You must select a name for the client.');
 451  DEFINE('_BNR_CONTACT','You must select a contact for the client.');
 452  DEFINE('_BNR_VALID_EMAIL','You must select a valid email for the client.');
 453  DEFINE('_BNR_CLIENT','You must select a client,');
 454  DEFINE('_BNR_NAME','You must select a name for the banner.');
 455  DEFINE('_BNR_IMAGE','You must select a image for the banner.');
 456  DEFINE('_BNR_URL','You must select a URL/Custom banner code for the banner.');
 457  
 458  /** components/com_login */
 459  DEFINE('_ALREADY_LOGIN','You are already logged in!');
 460  DEFINE('_LOGOUT','Click here to logout');
 461  DEFINE('_LOGIN_TEXT','Use the login and password fields opposite to gain full access');
 462  DEFINE('_LOGIN_SUCCESS','You have Logged In succesfully');
 463  DEFINE('_LOGOUT_SUCCESS','You have Logged Out successfully ');
 464  DEFINE('_LOGIN_DESCRIPTION','To access the Private areas of this site please Login');
 465  DEFINE('_LOGOUT_DESCRIPTION','You are now Logged in to a private area of this site');
 466  
 467  
 468  /** components/com_weblinks */
 469  DEFINE('_WEBLINKS_TITLE','Web Links');
 470  DEFINE('_WEBLINKS_DESC','From the list below choose one of our web link categories, then select a URL to visit the site.');
 471  DEFINE('_HEADER_TITLE_WEBLINKS','Web Link');
 472  DEFINE('_SECTION','Section:');
 473  DEFINE('_SUBMIT_LINK','Submit A Web Link');
 474  DEFINE('_URL','URL:');
 475  DEFINE('_URL_DESC','Description:');
 476  DEFINE('_NAME','Name:');
 477  DEFINE('_WEBLINK_EXIST','There is already a web link that name, please try again.');
 478  DEFINE('_WEBLINK_TITLE','Your web link must be given a title.');
 479  
 480  /** components/com_newfeeds */
 481  DEFINE('_FEED_NAME','Feed Name');
 482  DEFINE('_FEED_ARTICLES','# Articles');
 483  DEFINE('_FEED_LINK','Feed Link');
 484  
 485  /** whos_online.php */
 486  DEFINE('_WE_HAVE', 'We have ');
 487  DEFINE('_AND', ' and ');
 488  DEFINE('_GUEST_COUNT','$guest_array guest');
 489  DEFINE('_GUESTS_COUNT','$guest_array guests');
 490  DEFINE('_MEMBER_COUNT','$user_array member');
 491  DEFINE('_MEMBERS_COUNT','$user_array members');
 492  DEFINE('_ONLINE',' online');
 493  DEFINE('_NONE','No Users Online');
 494  
 495  /** modules/mod_stats.php */
 496  DEFINE('_TIME_STAT','Time');
 497  DEFINE('_MEMBERS_STAT','Members');
 498  DEFINE('_HITS_STAT','Hits');
 499  DEFINE('_NEWS_STAT','News');
 500  DEFINE('_LINKS_STAT','Web Links');
 501  DEFINE('_VISITORS','Visitors');
 502  
 503  /** /adminstrator/components/com_menus/admin.menus.html.php */
 504  DEFINE('_MAINMENU_HOME','* The 1st Published item in this menu [mainmenu] is the default `Homepage` for the site *');
 505  DEFINE('_MAINMENU_DEL','* You cannot `delete` this menu as it is required for the proper operation of Mambo *');
 506  DEFINE('_MENU_GROUP','* Some `Menu Types` appear in more than one group *');
 507  
 508  
 509  /** administrators/components/com_users */
 510  DEFINE('_NEW_USER_MESSAGE_SUBJECT', 'New User Details' );
 511  DEFINE('_NEW_USER_MESSAGE', 'Hello %s,
 512  
 513  
 514  You have been added as a user to %s by an Administrator.
 515  
 516  This email contains your username and password to log into the %s
 517  
 518  Username - %s
 519  Password - %s
 520  
 521  
 522  Please do not respond to this message as it is automatically generated and is for information purposes only');
 523  
 524  /** administrators/components/com_massmail */
 525  DEFINE('_MASSMAIL_MESSAGE', "This is an email from '%s'
 526  
 527  Message:
 528  " );
 529  
 530  ?>