<?php
// $Id: admin.php,v 1.23 2005/08/30 10:02:29 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("_AM_EXTCAL_SEND_NOTIFICATION","Send notification");
define("_AM_EXTCAL_FROM_NAME","From name");
define("_AM_EXTCAL_FROM_EMAIL","From email (email only)");
define("_AM_EXTCAL_SUBJECT","Subject");
define("_AM_EXTCAL_BODY","Body");
define("_AM_EXTCAL_SEND_TO","Send to");
define("_AM_EXTCAL_SEND_NOTIFICATION_SUBJECT","{EV _TITLE} is coming on {X_SITENAME}");
define("_AM_EXTCAL_SEND_NOTIFICATION_BODY","Hello {X_UNAME},\n\nYou are register to {EV_TITLE} and this event is coming. You can review event detail here : {EV_LINK}.\n\nBest Regards\n{X_ADMINMAIL}\n{X_SITEURL}");
define("_AM_EXTCAL_EMAIL","Email");
define("_AM_EXTCAL_PM","Private Message");
define("_AM_EXTCAL_USEFUL_TAGS","Useful Tags :");
define("_AM_EXTCAL_MAILTAGS1","{X_UNAME} will print user name");
define("_AM_EXTCAL_MAILTAGS2","{X_SITENAME} will print site name");
define("_AM_EXTCAL_MAILTAGS3","{X_SITEURL} will print site URL");
define("_AM_EXTCAL_MAILTAGS4","{X_ADMINMAIL} will print admin email");
define("_AM_EXTCAL_MAILTAGS5","{EV_CAT} will print cat name");
define("_AM_EXTCAL_MAILTAGS6","{EV_TITLE} will print event title");
define("_AM_EXTCAL_MAILTAGS7","{EV_START} will print start date of event");
define("_AM_EXTCAL_MAILTAGS8","{EV_END} will print a end date of event");
define("_AM_EXTCAL_MAILTAGS9","{EV_LINK} will print a link to the event");
define("_AM_EXTCAL_CATEGORY","Category");
define("_AM_EXTCAL_TITLE","Title");
define("_AM_EXTCAL_START_DATE","Start date");
define("_AM_EXTCAL_ACTION","Action");
define("_AM_EXTCAL_NO_UPCOMING_EVENT","No upcoming event");
define("_AM_EXTCAL_UPCOMING_EVENT","Upcoming event");
define("_AM_EXTCAL_INFORMATION","Information");
define("_AM_EXTCAL_INFO_NOTIF","<b>Send notification</b> to user who are registered to this event.");
define("_AM_EXTCAL_SUBMITTED_EVENT","Submitted event");
define("_AM_EXTCAL_INFO_APPROVE","<b>Approve</b> new event without read information.");
define("_AM_EXTCAL_INFO_EDIT","<b>Edit</b> event.");
define("_AM_EXTCAL_INFO_EDIT_NEW_EVENT","<b>Edit</b> new event before approve.");
define("_AM_EXTCAL_INFO_DELETE","<b>Delete</b> event.");
define("_AM_EXTCAL_INFO_DELETE_NEW_EVENT","<b>Dele te</b> the new event.");
define("_AM_EXTCAL_NO_PENDING_EVENT","No pending event");
define("_AM_EXTCAL_MODULE_ADMIN_SUMMARY","Module Admin Summary");
define("_AM_EXTCAL_EVENT","Event");
define("_AM_EXTCAL_PENDING","Pending");
define("_AM_EXTCAL_APPROVED","Approved");
define("_AM_EXTCAL_APPROVED_EVENT","Approved event");
define("_AM_EXTCAL_EDIT_OR_DELETE_CATEGORY","Edit or delete category");
define("_AM_EXTCAL_ADD_CATEGORY","Add category");
define("_AM_EXTCAL_EDIT_CATEGORY","Edit category");
define("_AM_EXTCAL_NAME","Name");
define("_AM_EXTCAL_DESCRIPTION","Description");
define("_AM_EXTCAL_COLOR","Color");
define("_AM_EXTCAL_VIEW_PERMISSION","View Permissions");
define("_AM_EXTCAL_SUBMIT_PERMISSION","Submit Permissions");
define("_AM_EXTCAL_AUTOAPPROVE_PERMISSION","Auto approve Permissions");
define("_AM_EXTCAL_VIEW_PERMISSION_DESC","Select categories that each group is allowed to view");
define("_AM_EXTCAL_SUBMIT_PERMISSION_DESC","Select categories that each group is allowed to submit");
define("_AM_EXTCAL_AUTOAPPROVE_PERMISSION_DESC","S elect categories that each group needn't approve for submitted event");
define("_AM_EXTCAL_PERM_NO_CATEGORY","You don't have category. Add a category to set permissions.");
define("_AM_EXTCAL_PRUNING_EVENT","Pruning event");
define("_AM_EXTCAL_EVENT_FINISH_BEFORE","Event finish before :");
define("_AM_EXTCAL_ALL_CATEGORY","All category");
define("_AM_EXTCAL_INFO_SEND_NOTIF","You will send a notification at all users who are registered to this event. You can choose to send only mail, only PM or both.<br />You can edit the message below. Use tag to adapt the notification to event and user who received this message.");
define("_AM_EXTCAL_INFO_PRUNE","Event who are prune will be <b>definitively erased</b>.");
define("_AM_EXTCAL_CONFIRM_PRUNE","Event who are prune will be definitively erased with all linked comments and notifications.");
define("_AM_EXTCAL_CONFIRM_DELETE_CAT","Do you really delete this category ?<br />All event in this category and linked comments and notifications will be deleted.");
define("_AM_EXTCAL_CONFIRM_DELETE_EVENT","Do you really delete this event ?<br />All linked comments and notifications will be deleted.");
define("_AM_EXTCAL_EVENT_CREATED","Event created");
define("_AM_EXTCAL_EVENT_APPROVED","Event approved");
define("_AM_EXTCAL_EVENT_EDITED","Event edited");
define("_AM_EXTCAL_EVENT_DELETED","Event deleted");
define("_AM_EXTCAL_CAT_CREATED","Category created");
define("_AM_EXTCAL_CAT_EDITED","Category edited");
define("_AM_EXTCAL_CAT_DELETED","Category deleted");
?>