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

