<?php
// $Id: main.php,v 1.20 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("_MD_EXTCAL_JANUARY_SHORT","Jan");
define("_MD_EXTCAL_FEBRUARY_SHORT","Feb");
define("_MD_EXTCAL_MARCH_SHORT","Mar");
define("_MD_EXTCAL_APRIL_SHORT","Apr");
define("_MD_EXTCAL_MAY_SHORT","May");
define("_MD_EXTCAL_JUNE_SHORT","Jun");
define("_MD_EXTCAL_JULY_SHORT","Jul");
define("_MD_EXTCAL_AUGUST_SHORT","Aug");
define("_MD_EXTCAL_SEPTEMBER_SHORT","Sep");
define("_MD_EXTCAL_OCTOBER_SHORT","Oct");
define("_MD_EXTCAL_NOVEMBER_SHORT","Nov");
define("_MD_EXTCAL_DECEMBER_SHORT","Dec");
define("_MD_EXTCAL_SUNDAY_SHORT","Sun");
define("_MD_EXTCAL_MONDAY_SHORT","Mon");
define("_MD_EXTCAL_TUESDAY_SHORT","Tue");
define("_MD_EXTCAL_WEDNESDAY_SHORT","Wed");
define("_MD_EXTCAL_THURSDAY_SHORT","Thu");
define("_MD_EXTCAL_FRIDAY_SHORT","Fri");
define("_MD_EXTCAL_SATURDAY_SHORT","Sat");
define("_MD_EXTCAL_START","Start");
define("_MD_EXTCAL_END","End");
define("_MD_EXTCAL_CONTACT_INFO","Contact info");
define("_MD_EXTCAL_EMAIL","Email");
define("_MD_EXTCAL_URL","URL");
define("_MD_EXTCAL_WHOS_GOING","Who's Going ?");
define("_MD_EXTCAL_REMOVE_ME","Remove Me");
define("_MD_EXTCAL_ADD_ME","Add Me");
define("_MD_EXTCAL_YEARLY_VIEW","Yearly view");
define("_MD_EXTCAL_MONTHLY_VIEW","Monthly view");
define("_MD_EXTCAL_CALENDAR_VIEW","Calendar view");
define("_MD_EXTCAL_DAILY_VIEW","Daily view");
define("_MD_EXTCAL_EDIT_EVENT","Edit event");
define("_MD_EXTCAL_SUBMIT_EVENT","Submit event");
define("_MD_EXTCAL_TITLE","Title");
define("_MD_EXTCAL_CATEGORY","Category");
define("_MD_EXTCAL_DESCRIPTION","Description");
define("_MD_EXTCAL_NBMEMBER","Event's member number");
define("_MD_EXTCAL_NBMEMBER_DESC","Set this value to 0 if you won't set a limit");
define("_MD_EXTCAL_CONTACT","Contact");
define("_MD_EXTCAL_ADDRESS","Address");
define("_MD_EXTCAL_START_DATE","Start date");
define("_MD_EXTCAL_END_DATE","End date");
define("_MD_EXTCAL_EVENT_END","Event end ?");
define("_MD_EXTCAL_WRONG_DATE_FORMAT","Wrong date format");
define("_MD_EXTCAL_ALL_CAT","All category");
define("_MD_EXTCAL_EVENT_ADDED","Event added");
define("_MD_EXTCAL_ADDED_TO_EVENT","You are added to this event");
define("_MD_EXTCAL_REMOVED_TO_EVENT","You are removed to this event");
define("_MD_EXTCAL_MAX_MEMBER_REACHED","Maximum member reached for this event");
?>
SOMENTE PARA VISUALIZAR TAGS PHP - EDITE O CODIGO ACIMA
Código PHP:
<?php // $Id: main.php,v 1.20 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("_MD_EXTCAL_JANUARY_SHORT","Jan"); define("_MD_EXTCAL_FEBRUARY_SHORT","Feb"); define("_MD_EXTCAL_MARCH_SHORT","Mar"); define("_MD_EXTCAL_APRIL_SHORT","Apr"); define("_MD_EXTCAL_MAY_SHORT","May"); define("_MD_EXTCAL_JUNE_SHORT","Jun"); define("_MD_EXTCAL_JULY_SHORT","Jul"); define("_MD_EXTCAL_AUGUST_SHORT","Aug"); define("_MD_EXTCAL_SEPTEMBER_SHORT","Sep"); define("_MD_EXTCAL_OCTOBER_SHORT","Oct"); define("_MD_EXTCAL_NOVEMBER_SHORT","Nov"); define("_MD_EXTCAL_DECEMBER_SHORT","Dec"); define("_MD_EXTCAL_SUNDAY_SHORT","Sun"); define("_MD_EXTCAL_MONDAY_SHORT","Mon"); define("_MD_EXTCAL_TUESDAY_SHORT","Tue"); define("_MD_EXTCAL_WEDNESDAY_SHORT","Wed"); define("_MD_EXTCAL_THURSDAY_SHORT","Thu"); define("_MD_EXTCAL_FRIDAY_SHORT","Fri"); define("_MD_EXTCAL_SATURDAY_SHORT","Sat"); define("_MD_EXTCAL_START","Start"); define("_MD_EXTCAL_END","End"); define("_MD_EXTCAL_CONTACT_INFO","Contact info"); define("_MD_EXTCAL_EMAIL","Email"); define("_MD_EXTCAL_URL","URL"); define("_MD_EXTCAL_WHOS_GOING","Who's Going ?"); define("_MD_EXTCAL_REMOVE_ME","Remove Me"); define("_MD_EXTCAL_ADD_ME","Add Me"); define("_MD_EXTCAL_YEARLY_VIEW","Yearly view"); define("_MD_EXTCAL_MONTHLY_VIEW","Monthly view"); define("_MD_EXTCAL_CALENDAR_VIEW","Calendar view"); define("_MD_EXTCAL_DAILY_VIEW","Daily view"); define("_MD_EXTCAL_EDIT_EVENT","Edit event"); define("_MD_EXTCAL_SUBMIT_EVENT","Submit event"); define("_MD_EXTCAL_TITLE","Title"); define("_MD_EXTCAL_CATEGORY","Category"); define("_MD_EXTCAL_DESCRIPTION","Description"); define("_MD_EXTCAL_NBMEMBER","Event's member number"); define("_MD_EXTCAL_NBMEMBER_DESC","Set this value to 0 if you won't set a limit"); define("_MD_EXTCAL_CONTACT","Contact"); define("_MD_EXTCAL_ADDRESS","Address"); define("_MD_EXTCAL_START_DATE","Start date"); define("_MD_EXTCAL_END_DATE","End date"); define("_MD_EXTCAL_EVENT_END","Event end ?"); define("_MD_EXTCAL_WRONG_DATE_FORMAT","Wrong date format"); define("_MD_EXTCAL_ALL_CAT","All category"); define("_MD_EXTCAL_EVENT_ADDED","Event added"); define("_MD_EXTCAL_ADDED_TO_EVENT","You are added to this event"); define("_MD_EXTCAL_REMOVED_TO_EVENT","You are removed to this event"); define("_MD_EXTCAL_MAX_MEMBER_REACHED","Maximum member reached for this event"); ?>