<?php
// $Id: modinfo.php,v 1.19 2005/08/30 08:34:23 zoullou Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <http://www.xoops.org/> //
// ------------------------------------------------------------------------- //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //
define('_MI_EXTCAL_NAME', 'eXtCal');
define('_MI_EXTCAL_DESC','XOOPS Calendar Module');
define("_MI_EXTCAL_SUNDAY", "Sunday");
define("_MI_EXTCAL_MONDAY", "Monday");
define("_MI_EXTCAL_TUESDAY", "Tuesday");
define("_MI_EXTCAL_WEDNESDAY", "Wednesday");
define("_MI_EXTCAL_THURSDAY", "Thursday");
define("_MI_EXTCAL_FRIDAY", "Friday");
define("_MI_EXTCAL_SATURDAY", "Saturday");
define("_MI_EXTCAL_CALENDAR_VIEW", "Calendar View");
define("_MI_EXTCAL_YEARLY_VIEW", "Yearly View");
define("_MI_EXTCAL_MONTHLY_VIEW", "Monthly view");
define("_MI_EXTCAL_DAILY_VIEW", "Daily View");
define("_MI_EXTCAL_EVENT_VIEW", "Event View");
define("_MI_EXTCAL_SUBMIT_VIEW", "Submit Event View");
define("_MI_EXTCAL_START_PAGE", "Start page");
define("_MI_EXTCAL_WEEK_START_DAY", "First Day of week");
define("_MI_EXTCAL_WEEK_START_DAY_DESC", "Select the first day of the week for the calendar view.");
define("_MI_EXTCAL_BNAME1", "Minical");
define("_MI_EXTCAL_BNAME1_DESC", "Mini calendar block");
define("_MI_EXTCAL_BNAME2", "Upcoming event");
define("_MI_EXTCAL_BNAME2_DESC", "Display X upcoming event");
define("_MI_EXTCAL_BNAME3", "New event");
define("_MI_EXTCAL_BNAME3_DESC", "Display X new event");
define("_MI_EXTCAL_BNAME4", "Spotlight");
define("_MI_EXTCAL_BNAME4_DESC", "Display spotlight event");
define("_MI_EXTCAL_BNAME5", "Random Event");
define("_MI_EXTCAL_BNAME5_DESC", "Display X random event");
define("_MI_EXTCAL_BNAME6", "Day events");
define("_MI_EXTCAL_BNAME6_DESC", "Display X event of current day");
define("_MI_EXTCAL_SUBMIT_EVENT", "Submit event");
define("_MI_EXTCAL_DATE_SHORT", "Format for short date");
define("_MI_EXTCAL_DATE_SHORT_DESC", "Used for bloc and yearly view. See PHP <a href=\"<A href="http://www.php.net/manual/en/function.date.php\">Date</a">http://www.php.net/manual/en/function.date.php\">Date</a> function for all options.");
define("_MI_EXTCAL_DATE_LONG", "Format for long date");
define("_MI_EXTCAL_DATE_LONG_DESC", "Used for events start and end on event view. See PHP <a href=\"<A href="http://www.php.net/manual/en/function.date.php\">Date</a">http://www.php.net/manual/en/function.date.php\">Date</a> function for all options.");
define("_MI_EXTCAL_DATE_MEDIUM", "Format for medium date");
define("_MI_EXTCAL_DATE_MEDIUM_DESC", "Used for navigation link on daily view. See PHP <a href=\"<A href="http://www.php.net/manual/en/function.date.php\">Date</a">http://www.php.net/manual/en/function.date.php\">Date</a> function for all options.");
define("_MI_EXTCAL_DOHTML", "Allow HTML");
define("_MI_EXTCAL_DOHTML_DESC", "Allow user to submit text with HTML. If user can't submit an event with HTML simple DHTML textarea will be display. If HTML is allowed user can select a WYSIWYG editor.");
define("_MI_EXTCAL_NO", "No");
define("_MI_EXTCAL_ADMIN_SIDE_ONLY", "Admin Side Only");
define("_MI_EXTCAL_ADMIN_PUBLIC_SIDE", "Admin and Public Side");
define("_MI_EXTCAL_RSS_CACHE_TIME", "RSS : cache time");
define("_MI_EXTCAL_RSS_CACHE_TIME_DESC", "RSS : cache time in minute");
define("_MI_EXTCAL_RSS_NB_EVENT", "RSS : event display number");
define("_MI_EXTCAL_RSS_NB_EVENT_DESC", "RSS : Display X event on rss feed");
define("_MI_EXTCAL_WHOS_GOING", "Activate user register event ?");
define("_MI_EXTCAL_WHOS_GOING_DESC", "Activate or not the \"Who's Going\" function");
define("_MI_EXTCAL_GLOBAL_NOTIFY", "Global notification");
define("_MI_EXTCAL_GLOBAL_NOTIFYDSC", "Notification for all category");
define("_MI_EXTCAL_CAT_NOTIFY", "Category notification");
define("_MI_EXTCAL_CAT_NOTIFYDSC", "Notification for a particular category");
define("_MI_EXTCAL_EVENT_NOTIFY", "Event");
define("_MI_EXTCAL_EVENT_NOTIFYDSC", "Event notification");
define("_MI_EXTCAL_NEW_EVENT_NOTIFY", "New event");
define("_MI_EXTCAL_NEW_EVENT_NOTIFYCAP", "Notify me when a new event is posted");
define("_MI_EXTCAL_NEW_EVENT_NOTIFYDSC", "Receive notification when a new event is submitted");
define("_MI_EXTCAL_NEW_EVENT_NOTIFYSBJ", "[{X_SITENAME}] {X_MODULE} auto-notify : New event submitted");
define("_MI_EXTCAL_NEW_EVENT_PENDING_NOTIFY", "New event pending");
define("_MI_EXTCAL_NEW_EVENT_PENDING_NOTIFYCAP", "Notify me when a new event is posted without approve");
define("_MI_EXTCAL_NEW_EVENT_PENDING_NOTIFYDSC", "Receive notification when a new event is submitted without approve");
define("_MI_EXTCAL_NEW_EVENT_PENDING_NOTIFYSBJ", "[{X_SITENAME}] {X_MODULE} auto-notify : New event submitted without approve");
define("_MI_EXTCAL_NEW_EVENT_CAT_NOTIFY", "New event");
define("_MI_EXTCAL_NEW_EVENT_CAT_NOTIFYCAP", "Notify me when a new event is posted in this category");
define("_MI_EXTCAL_NEW_EVENT_CAT_NOTIFYDSC", "Receive notification when a new event is submitted in this category");
define("_MI_EXTCAL_NEW_EVENT_CAT_NOTIFYSBJ", "[{X_SITENAME}] {X_MODULE} auto-notify : New event submitted");
define("_MI_EXTCAL_INDEX","Index");
define("_MI_EXTCAL_CATEGORY","Category");
define("_MI_EXTCAL_EVENT","Event");
define("_MI_EXTCAL_PERMISSIONS","Permissions");
define("_MI_EXTCAL_PRUNING","Pruning");
?>