<?php
// $Id: calendar.php,v 1.10 2002/04/03 21:25:12 epsilon7 Exp $
/********************************************************/
/* PostCalendar */
/* Version 2.6, see changes.txt for details */
/* Originally by Rob Sutton (Events Calendar) */
/* Development continued by */
/* */
/* The PostCalendar Development Team */
/* Mahmood Al-Yousif - hide@address.com */
/* Craig Hamlin - hide@address.com */
/* HotBird - hide@address.com */
/* Roger Raymond - hide@address.com */
/* */
/* This program is opensource so you can do whatever */
/* you want with it. However, I'm happy about any */
/* clever idea or nifty change you might have or have */
/* done, send them to */
/* hide@address.com */
/* */
/* Any new versions can be found at */
/* http://www.bahraini.tv first */
/********************************************************/
define('_CALSUBMITEVENT', 'Submit');
define('_CALSEARCHEVENT', 'Search');
define('_EVENTS_OPEN_IN_NEW_WINDOW', 'Events open in new window');
define('_CALMONDAYSHORT', 'M');
define('_CALTUESDAYSHORT', 'T');
define('_CALWEDNESDAYSHORT','W');
define('_CALTHURSDAYSHORT', 'T');
define('_CALFRIDAYSHORT', 'F');
define('_CALSATURDAYSHORT', 'S');
define('_CALSUNDAYSHORT', 'S');
define('_PC_CALENDAR_BLOCK_PREV','Prev');
define('_PC_CALENDAR_BLOCK_NEXT','Next');
define('_PC_BLOCK_TOPIC_DISPLAY','Display topic in block?');
define('_PC_BLOCK_EVENTS_DATE_DISPLAY','Display event dates in block?');
define('_PC_BLOCK_LOCATION_DISPLAY','Display location in block?');
define('_PC_BLOCK_EVENT_OVERVIEW','Display today\'s events in the block?');
define('_PC_BLOCK_EVENTS_DISPLAY_LIMIT','Display how many events?');
define('_PC_BLOCK_SHOW_CALENDAR','Display the calendar?');
define('_PC_BLOCK_UPCOMING_EVENTS','Display upcoming events in block?');
define('_PC_BLOCK_USE_POPUPS','Show hovering event text on mouseover?');
define('_PC_SHOW_SS_LINKS','Show search/submit links in block?');
define('_PC_BLOCK_NO_EVENTS','No Events');
define('_PC_TODAYS_EVENTS','Today\'s Events');
define('_PC_UPCOMING_EVENTS','Upcoming Events');
define('_PC_SUBMIT_EVENT','Submit');
define('_PC_SEARCH_EVENT','Search');
?>