<?php /** * @version 1.1 RC1 2008-11-20 21:18:00 $ * @package SkyBlueCanvas * @copyright Copyright (C) 2005 - 2008 Scott Edwin Lewis. All rights reserved. * @license GNU/GPL, see COPYING.txt * SkyBlueCanvas is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYING.txt for copyright notices and details. */ // Exit Codes ( Used in core.class.php ) $TERMS['EXITCODE_0']['str'] = 'Your changes could not be saved'; $TERMS['EXITCODE_0']['class'] = 'error'; $TERMS['EXITCODE_1']['str'] = 'Your changes have been saved'; $TERMS['EXITCODE_1']['class'] = 'confirm'; $TERMS['EXITCODE_2']['str'] = 'User Cancelled - No changes were saved.'; $TERMS['EXITCODE_2']['class'] = 'info'; $TERMS['EXITCODE_3']['str'] = 'Invalid Item ID'; $TERMS['EXITCODE_3']['class'] = 'error'; $TERMS['EXITCODE_4']['str'] = 'The file is not an accepted type'; $TERMS['EXITCODE_4']['class'] = 'error'; $TERMS['EXITCODE_5']['str'] = 'The uploaded file does not match the type you specified'; $TERMS['EXITCODE_5']['class'] = 'error'; $TERMS['EXITCODE_7']['str'] = 'File is too large to upload'; $TERMS['EXITCODE_7']['class'] = 'error'; $TERMS['EXITCODE_8']['str'] = 'File could not be created.'; $TERMS['EXITCODE_8']['class'] = 'error'; $TERMS['EXITCODE_9']['str'] = 'The form has been reset.'; $TERMS['EXITCODE_9']['class'] = 'warning'; // Terms for the Events Manager form $TERMS['ITEMID'] = 'Item ID'; $TERMS['EVENTDATE'] = 'Event Date'; $TERMS['EVENTTIME'] = 'Event Time'; $TERMS['VENUE'] = 'Venue'; $TERMS['ADDRESS'] = 'Address'; $TERMS['CITY'] = 'City'; $TERMS['STATE'] = 'State'; $TERMS['ZIP'] = 'Zip'; $TERMS['PHONE'] = 'Phone'; $TERMS['URL'] = 'URL'; $TERMS['DESCRIPTION'] = 'Notes'; $TERMS['ORDER'] = 'Order'; $TERMS['COVERCHARGE'] = 'Cover'; $TERMS['OTHERACTS'] = 'Other Acts'; $TERMS['STYLESELECTOR'] = 'Style Selector'; // Terms for the FAQs Manager form $TERMS['QUESTION'] = 'Question'; $TERMS['ANSWER'] = 'Answer'; $TERMS['GROUP'] = 'Group'; $TERMS['NAME'] = 'Name'; // Terms for the People Manager forms $TERMS['TITLE'] = 'Title'; $TERMS['SKILLS'] = 'Skills'; $TERMS['BLURB'] = 'Blurb'; $TERMS['PROJECTS'] = 'Projects'; $TERMS['EMAIL'] = 'Email'; $TERMS['PHOTOS'] = 'Photos'; $TERMS['THUMB'] = 'Thumb'; $TERMS['PHOTO'] = 'Photo'; // Terms for the People module $TERMS['thumbslabel'] = '<span class="georgia">Click on the images above</span> [ for information about each partner ]'; $TERMS['caseslabel'] = '<span class="georgia">Click on the images above</span> [ for information about each case study ]'; // Terms for the Case Studies component $TERMS['PROJECTTYPE'] = 'Type'; $TERMS['DESIGNER'] = 'Designer'; $TERMS['DEVELOPER'] = 'Developer'; $TERMS['CLIENT'] = 'Client'; $TERMS['TECHNOLOGIES'] = 'Technologies'; // Terms for the Meta Data Manager $TERMS['CONTENT'] = 'Content'; // Terms for the Reports Manager $TERMS['IP'] = 'IP Addr'; $TERMS['DOMAIN'] = 'Domain'; $TERMS['TIME'] = 'Time'; $TERMS['DATE'] = 'Date'; $TERMS['GMT'] = 'GMT Offset'; $TERMS['PROTOCOL'] = 'Protocol'; $TERMS['REQUEST'] = 'Request'; $TERMS['RESULT'] = 'Result'; $TERMS['METHOD'] = 'Method'; $TERMS['FILESIZE'] = 'File Size'; $TERMS['REFERRER'] = 'Referrer'; $TERMS['USERAGENT'] = 'User Agent'; $TERMS['RECORDNUMBER'] = 'Record Number'; ?>