git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
360 lines
16 KiB
PHP
360 lines
16 KiB
PHP
<?php
|
||
/**
|
||
* Events Component for Joomla 1.0.x
|
||
*
|
||
* @version $Id: lithuanian.php 845 2007-07-12 07:07:27Z geraint $
|
||
* @package Events
|
||
* @copyright Copyright (C) 2006 JEvents Project Group
|
||
* @licence http://www.gnu.org/copyleft/gpl.html
|
||
* @link http://joomlacode.org/gf/project/jevents
|
||
*/
|
||
|
||
defined("_VALID_MOS") or die("Direct Access to this location is not allowed");
|
||
|
||
//Check
|
||
DEFINE("_CAL_LANG_INCLUDED", 1);
|
||
|
||
// new 1.4.0 [mic]
|
||
define("_CAL_LANG_LNG", "XXXXen"); // de|fr|etc... [ DO NOT CHANGE THIS VALUE! ]
|
||
|
||
// used for colorpicker
|
||
define("_CAL_LANG_NO_COLOR", "XXXXNo Color");
|
||
define("_CAL_LANG_COLOR_PICKER", "XXXXColor Picker");
|
||
|
||
// common
|
||
define("_CAL_LANG_TIME", "XXXXTime");
|
||
define("_CAL_LANG_CLICK_TO_OPEN_EVENT", "XXXXClick to open event");
|
||
define("_CAL_LANG_UNPUBLISHED", "XXXX** Unpublished **");
|
||
define("_CAL_LANG_DESCRIPTION", "XXXXDescription");
|
||
define("_CAL_LANG_EMAIL_TO_AUTHOR", "XXXXEmail to author");
|
||
define("_CAL_LANG_MAIL_TO_ADMIN", "XXXXEvent submited from [ %s ] by [ %s ]");
|
||
define("_CAL_LANG_KEYWORD_NOT_VALID", "XXXXNot a valid keyword");
|
||
define("_CAL_LANG_EVENT_CALENDAR", "XXXXEvents Calendar"); // new 1.4
|
||
|
||
// modul
|
||
define("_CAL_LANG_ERR_NO_MOD_CAL", "Events Calendar\n<br />This module needs the Events component");
|
||
define("_CAL_LANG_CLICK_TOSWITCH_DAY", "XXXXGo to calendar - current day");
|
||
define("_CAL_LANG_CLICK_TOSWITCH_MON", "XXXXGo to calendar - current month");
|
||
define("_CAL_LANG_CLICK_TOSWITCH_YEAR", "XXXXGo to calendar - current year");
|
||
define("_CAL_LANG_CLICK_TOSWITCH_PY", "XXXXGo to calendar - previous year");
|
||
define("_CAL_LANG_CLICK_TOSWITCH_PM", "XXXXGo to calendar - previous month");
|
||
define("_CAL_LANG_CLICK_TOSWITCH_NM", "XXXXGo to calendar - next month");
|
||
define("_CAL_LANG_CLICK_TOSWITCH_NY", "XXXXGo to calendar - next year");
|
||
|
||
// navTableNext
|
||
define("_CAL_LANG_NAV_TN_FIRST_LIST", "XXXXfirst list");
|
||
define("_CAL_LANG_NAV_TN_PREV_LIST", "XXXXprevious list");
|
||
define("_CAL_LANG_NAV_TN_NEXT_LIST", "XXXXnext list");
|
||
define("_CAL_LANG_NAV_TN_LAST_LIST", "XXXXfinal list");
|
||
|
||
// calendar monthly display
|
||
define("_CAL_LANG_FIRST_SINGLE_DAY_EVENT", "XXXXSingle event");
|
||
define("_CAL_LANG_FIRST_DAY_OF_MULTIEVENT", "XXXXFirst day of multiday event");
|
||
define("_CAL_LANG_LAST_DAY_OF_MULTIEVENT", "XXXXLast day of a multiday event");
|
||
define("_CAL_LANG_MULTIDAY_EVENT", "XXXXMultiday event");
|
||
/* ++++++ end mic +++++++++++++ */
|
||
|
||
// Months
|
||
DEFINE("_CAL_LANG_JANUARY", "Sausis");
|
||
DEFINE("_CAL_LANG_FEBRUARY", "Vasaris");
|
||
DEFINE("_CAL_LANG_MARCH", "Kovas");
|
||
DEFINE("_CAL_LANG_APRIL", "Balandis");
|
||
DEFINE("_CAL_LANG_MAY", "Gegu<EFBFBD><EFBFBD>");
|
||
DEFINE("_CAL_LANG_JUNE", "Bir<EFBFBD>elis");
|
||
DEFINE("_CAL_LANG_JULY", "Liepa");
|
||
DEFINE("_CAL_LANG_AUGUST", "Rugpj<EFBFBD>tis");
|
||
DEFINE("_CAL_LANG_SEPTEMBER", "Rugs<EFBFBD>jis");
|
||
DEFINE("_CAL_LANG_OCTOBER", "Spalis");
|
||
DEFINE("_CAL_LANG_NOVEMBER", "Lapkritis");
|
||
DEFINE("_CAL_LANG_DECEMBER", "Gruodis");
|
||
|
||
// Short day names
|
||
DEFINE("_CAL_LANG_SUN", "Sk");
|
||
DEFINE("_CAL_LANG_MON", "Pr");
|
||
DEFINE("_CAL_LANG_TUE", "An");
|
||
DEFINE("_CAL_LANG_WED", "Tr");
|
||
DEFINE("_CAL_LANG_THU", "Kt");
|
||
DEFINE("_CAL_LANG_FRI", "Pn");
|
||
DEFINE("_CAL_LANG_SAT", "<EFBFBD>t");
|
||
|
||
// Days
|
||
DEFINE("_CAL_LANG_SUNDAY", "Sekmadienis");
|
||
DEFINE("_CAL_LANG_MONDAY", "Pirmadienis");
|
||
DEFINE("_CAL_LANG_TUESDAY", "Antradienis");
|
||
DEFINE("_CAL_LANG_WEDNESDAY", "Tre<EFBFBD>iadienis");
|
||
DEFINE("_CAL_LANG_THURSDAY", "Ketvirtadienis");
|
||
DEFINE("_CAL_LANG_FRIDAY", "Penktadienis");
|
||
DEFINE("_CAL_LANG_SATURDAY", "<EFBFBD>e<EFBFBD>tadienis");
|
||
|
||
// Days lettres
|
||
DEFINE("_CAL_LANG_SUNDAYSHORT", "<EFBFBD>");
|
||
DEFINE("_CAL_LANG_MONDAYSHORT", "P");
|
||
DEFINE("_CAL_LANG_TUESDAYSHORT", "A");
|
||
DEFINE("_CAL_LANG_WEDNESDAYSHORT", "K");
|
||
DEFINE("_CAL_LANG_THURSDAYSHORT", "A");
|
||
DEFINE("_CAL_LANG_FRIDAYSHORT", "P");
|
||
DEFINE("_CAL_LANG_SATURDAYSHORT", "<EFBFBD>");
|
||
|
||
// Repeat type
|
||
DEFINE("_CAL_LANG_ALLDAYS", "Visomis dienomis");
|
||
DEFINE("_CAL_LANG_EACHWEEK", "Visomis savait<69>mis");
|
||
DEFINE("_CAL_LANG_EACHWEEKPAIR", "Visomis nelygin<69>mis savait<69>mis");
|
||
DEFINE("_CAL_LANG_EACHWEEKIMPAIR", "Visomis lygin<69>mis savait<69>mis");
|
||
DEFINE("_CAL_LANG_EACHMONTH", "Visais m<>nesiais");
|
||
DEFINE("_CAL_LANG_EACHYEAR", "Visais metais");
|
||
DEFINE("_CAL_LANG_ONLYDAYS", "Tik pa<70>ym<79>tomis dienomis");
|
||
DEFINE("_CAL_LANG_EACH", "Kiekvien<EFBFBD>");
|
||
DEFINE("_CAL_LANG_EACHOF","Kiekvien<EFBFBD> i<>");
|
||
DEFINE("_CAL_LANG_ENDMONTH", "m<EFBFBD>nesio pabaigos");
|
||
|
||
// Repeat days
|
||
DEFINE("_CAL_LANG_BYDAYNUMBER", "Pagal dienos numer<65>");
|
||
|
||
// User type
|
||
DEFINE("_CAL_LANG_ANONYME", "Anonimas");
|
||
|
||
// Post
|
||
//PAS D'ACCENTS DANS LES _ACT_
|
||
DEFINE("_CAL_LANG_ACT_ADDED", "A<EFBFBD>i<EFBFBD> u<> pasi<73>lyt<79> rengin<69> - Mes patikrin<69> informacij<69>, j<> patalpinsime!"); //NO ACCENT !!
|
||
DEFINE("_CAL_LANG_ACT_MODIFIED", "<EFBFBD>is renginis pakeistas s<>kmingai."); //NO ACCENT !!
|
||
DEFINE("_CAL_LANG_ACT_PUBLISHED", "XXXXThis event has been published."); //NEW 1.4
|
||
DEFINE("_CAL_LANG_ACT_DELETED", "<EFBFBD>is renginys panaikintas!"); //NO ACCENT !!
|
||
DEFINE("_CAL_LANG_NOPERMISSION", "Jums nesuteikta teisi atlikti <20><> veiksm<73> !"); //NO ACCENT !!
|
||
|
||
DEFINE("_CAL_LANG_MAIL_ADDED", "Naujas renginys: ");
|
||
DEFINE("_CAL_LANG_MAIL_MODIFIED", "Naujas pataisymas: ");
|
||
|
||
// Presentation
|
||
DEFINE("_CAL_LANG_BY", "patalpino");
|
||
DEFINE("_CAL_LANG_FROM", "Nuo");
|
||
DEFINE("_CAL_LANG_TO", "Iki");
|
||
DEFINE("_CAL_LANG_ARCHIVE", "Archyvas");
|
||
DEFINE("_CAL_LANG_WEEK", "savait<EFBFBD>");
|
||
DEFINE("_CAL_LANG_NO_EVENTS", "N<EFBFBD>ra rengini<6E>");
|
||
DEFINE("_CAL_LANG_NO_EVENTFOR", "N<EFBFBD>ra rengini<6E>: ");
|
||
DEFINE("_CAL_LANG_NO_EVENTFORTHE", "N<EFBFBD>ra rengini<6E>: ");
|
||
DEFINE("_CAL_LANG_THIS_DAY", "<EFBFBD>iai dienai");
|
||
DEFINE("_CAL_LANG_THIS_MONTH", "<EFBFBD>iam m<>nesiui");
|
||
DEFINE("_CAL_LANG_LAST_MONTH", "Last month");
|
||
DEFINE("_CAL_LANG_NEXT_MONTH", "Sekantis m<>nuo");
|
||
DEFINE("_CAL_LANG_EVENTSFOR", "Renginiai: ");
|
||
DEFINE("_CAL_LANG_SEARCHRESULTS", "XXXXSearch Results for keyword"); // new 1.4
|
||
DEFINE("_CAL_LANG_EVENTSFORTHE", "Renginiai: ");
|
||
DEFINE("_CAL_LANG_REP_DAY", "diena");
|
||
DEFINE("_CAL_LANG_REP_WEEK", "savaitei");
|
||
DEFINE("_CAL_LANG_REP_WEEKPAIR", "nelyginei savaitei");
|
||
DEFINE("_CAL_LANG_REP_WEEKIMPAIR", "lyginei savaitei");
|
||
DEFINE("_CAL_LANG_REP_MONTH", "m<EFBFBD>nesiui");
|
||
DEFINE("_CAL_LANG_REP_YEAR", "metams");
|
||
DEFINE("_CAL_LANG_REP_NOEVENTSELECTED", "Please select an event first");
|
||
|
||
// Navigation
|
||
DEFINE("_CAL_LANG_VIEWTODAY", "<EFBFBD>iandien");
|
||
DEFINE("_CAL_LANG_VIEWTOCOME", "<EFBFBD><EFBFBD> m<>nes<65>");
|
||
DEFINE("_CAL_LANG_VIEWBYDAY", "Diena");
|
||
DEFINE("_CAL_LANG_VIEWBYCAT", "Kategorija");
|
||
DEFINE("_CAL_LANG_VIEWBYMONTH", "M<EFBFBD>nuo");
|
||
DEFINE("_CAL_LANG_VIEWBYYEAR", "Metai");
|
||
DEFINE("_CAL_LANG_VIEWBYWEEK", "Savait<EFBFBD>");
|
||
DEFINE("_CAL_LANG_JUMPTO", "XXXXJump to specific month"); // New 1.4
|
||
DEFINE("_CAL_LANG_BACK", "Atgal");
|
||
DEFINE("_CAL_LANG_CLOSE", "Close");
|
||
DEFINE("_CAL_LANG_PREVIOUSDAY", "Pra<EFBFBD>jusi diena");
|
||
DEFINE("_CAL_LANG_PREVIOUSWEEK", "Pra<EFBFBD>jusi s<>vait<69>");
|
||
DEFINE("_CAL_LANG_PREVIOUSMONTH", "Pra<EFBFBD>j<EFBFBD>s m<>nuo");
|
||
DEFINE("_CAL_LANG_PREVIOUSYEAR", "Pra<EFBFBD>j<EFBFBD> metai");
|
||
DEFINE("_CAL_LANG_NEXTDAY", "Sekanti diena");
|
||
DEFINE("_CAL_LANG_NEXTWEEK", "Sekanti savait<69>");
|
||
DEFINE("_CAL_LANG_NEXTMONTH", "Sekantis m<>nuo");
|
||
DEFINE("_CAL_LANG_NEXTYEAR", "Sekantys metai");
|
||
|
||
DEFINE("_CAL_LANG_ADMINPANEL", "Administratoriaus irankiai");
|
||
DEFINE("_CAL_LANG_ADDEVENT", "Naujas renginys");
|
||
DEFINE("_CAL_LANG_MYEVENTS", "Mano renginiai");
|
||
DEFINE("_CAL_LANG_DELETE", "<EFBFBD>alinti");
|
||
DEFINE("_CAL_LANG_MODIFY", "Keisti");
|
||
|
||
// Form
|
||
DEFINE("_CAL_LANG_HELP", "Pagalba");
|
||
|
||
DEFINE("_CAL_LANG_CAL_TITLE", "Renginiai");
|
||
DEFINE("_CAL_LANG_ADD_TITLE", "Prid<EFBFBD>ti");
|
||
DEFINE("_CAL_LANG_MODIFY_TITLE", "Keisti");
|
||
|
||
DEFINE("_CAL_LANG_REPEAT_DISABLED", "XXXXEvent Repeating is only applicable if End Date is after Start Date. Change End Date before configuring event repeat details."); // New for 1.4
|
||
DEFINE("_CAL_LANG_EVENT_TITLE", "Tema");
|
||
DEFINE("_CAL_LANG_EVENT_COLOR", "Spalva");
|
||
DEFINE("_CAL_LANG_EVENT_CATCOLOR", "Use Category Color");
|
||
DEFINE("_CAL_LANG_EVENT_CATEGORY", "Kategorijos");
|
||
DEFINE("_CAL_LANG_EVENT_CHOOSE_CATEG", "Pasirinkite kategorij<69>");
|
||
DEFINE("_CAL_LANG_EVENT_ACTIVITY", "Aktyvumas");
|
||
DEFINE("_CAL_LANG_EVENT_URLMAIL_INFO", "Nor<EFBFBD>dami <20>vesti interneto adres<65> ar e-mail adres<65>, papras<61>iausiai ra<72>ykite <u>http://www.adresas.com</u> arba <u>mailto:mano@pastas.com</u>");
|
||
DEFINE("_CAL_LANG_EVENT_ADRESSE", "Adresas");
|
||
DEFINE("_CAL_LANG_EVENT_CONTACT", "Kontaktai");
|
||
DEFINE("_CAL_LANG_EVENT_EXTRA", "Extra Informacija");
|
||
DEFINE("_CAL_LANG_EVENT_AUTHOR_ALIAS", "Autorius (nikas)");
|
||
DEFINE("_CAL_LANG_EVENT_STARTDATE", "Prad<EFBFBD>ios data");
|
||
DEFINE("_CAL_LANG_EVENT_ENDDATE", "Pabaigos data");
|
||
DEFINE("_CAL_LANG_EVENT_STARTHOURS", "Prad<EFBFBD>ios valanda");
|
||
DEFINE("_CAL_LANG_EVENT_ENDHOURS", "Pabaigos valanda");
|
||
DEFINE("_CAL_LANG_EVENT_STARTTIME", "Prad<EFBFBD>ios valanda");
|
||
DEFINE("_CAL_LANG_EVENT_ENDTIME", "Pabaigos valanda");
|
||
DEFINE("_CAL_LANG_PUB_INFO", "Publication informations");
|
||
DEFINE("_CAL_LANG_EVENT_REPEATTYPE", "Kartojimo tipas");
|
||
DEFINE("_CAL_LANG_EVENT_REPEATDAY", "Kartojimo diena");
|
||
DEFINE("_CAL_LANG_EVENT_CHOOSE_WEEKDAYS", "Savait<EFBFBD>s dienos");
|
||
DEFINE("_CAL_LANG_EVENT_PER", "per");
|
||
DEFINE("_CAL_LANG_EVENT_WEEKOPT", "Week(s) of a month repeat type week");
|
||
|
||
DEFINE("_CAL_LANG_SUBMITPREVIEW", "Perziura");
|
||
DEFINE("_CAL_LANG_SUBMITCANCEL", "At<EFBFBD>aukti");
|
||
DEFINE("_CAL_LANG_SUBMITSAVE", "I<EFBFBD>saugoti");
|
||
|
||
DEFINE("_CAL_LANG_E_WARNWEEKS", "Pasirinkite savait<69>.");
|
||
DEFINE("_CAL_LANG_E_WARNDAYS", "Pasirinkite dien<65>.");
|
||
|
||
// Admin
|
||
DEFINE("_CAL_LANG_EVENT_ALLCAT", "Visos kategorijos");
|
||
DEFINE("_CAL_LANG_EVENT_ACCESSLEVEL", "Pri<EFBFBD>jimo lygis");
|
||
DEFINE("_CAL_LANG_EVENT_HITS", "Per<EFBFBD>i<EFBFBD>r<EFBFBD>ta");
|
||
DEFINE("_CAL_LANG_EVENT_STATE", "B<EFBFBD>kl<EFBFBD>");
|
||
DEFINE("_CAL_LANG_EVENT_CREATED", "Patalpinta");
|
||
DEFINE("_CAL_LANG_EVENT_NEWEVENT", "Naujas renginys");
|
||
DEFINE("_CAL_LANG_EVENT_MODIFIED", "Paskutin<EFBFBD> kart<72> keista");
|
||
DEFINE("_CAL_LANG_EVENT_NOTMODIFIED", "Nepakeista");
|
||
|
||
// dmcd aug 22/04 new warning alert for no specified activity in event entry
|
||
DEFINE("_CAL_LANG_WARNACTIVITY", "Some sort of Activity\\ndescription must be entered.");
|
||
|
||
DEFINE("_CAL_LEGEND_ALL_CATEGORIES", "XXXXAll Categories ..."); // new for 1.4
|
||
DEFINE("_CAL_LEGEND_ALL_CATEGORIES_DESC", "XXXXShow events from all categories"); // new for 1.4
|
||
|
||
DEFINE("_CAL_LANG_FORM_HELP_COLOR", <<<END
|
||
<tr>
|
||
<td width="110" align="left" valign="top">
|
||
<b>Color</b>
|
||
</td>
|
||
<td>Choose the color of the background which will be visible in month calendar view. If the Category checkbox is checked,
|
||
the color will default to the color of the category (defined by the site admin) that is chosen under the Content tab form for the event, and the
|
||
'Color Picker' button will be disabled.</td>
|
||
</tr>
|
||
END
|
||
);
|
||
|
||
DEFINE("_CAL_LANG_FORM_HELP", <<<END
|
||
<tr>
|
||
<td align="left"><b>Date</b></td>
|
||
<td>Choose the Begin Date and the End Date of your event.</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="left" valign="top"><b>Time</b></td>
|
||
<td>Choose the Time of Day of your event. Format is <span style='color:blue;font-weight:bold;'>hh:mm {am|pm}</span>.<br/>Time can be specified in either 12 or 24 hr format.<br/><br/><b><i><span style='color:red;'>(New)</span></i> Note</b> that a special case occurs for <span style='color:red;font-weight:bold;'>single day over-night events</span>. IE. For a single day event beginning at say 19:00 and finishing at 3:00, the Start and End Dates <b>MUST</b> be
|
||
the same date, and should be set to the date corresponding to the day before midnight.</td>
|
||
</tr>
|
||
END
|
||
);
|
||
|
||
DEFINE("_CAL_LANG_FORM_HELP_EXTENDED", <<<END
|
||
<tr>
|
||
<td align="left" valign="top" nowrap><b>Repeat Type</b></td>
|
||
<td colspan="2"></td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" align="left" valign="top">
|
||
<table width="100%" border="0" cellspacing="2">
|
||
<tr>
|
||
<td width="60" align="left" valign="top"><u>By Day</u></td>
|
||
<td width="110" align="left" valign="top" class="frm_td_bydays">
|
||
<font color="#000000">Every Day<br/><i>(default)</i></font>
|
||
</td>
|
||
<td align="left" valign="top" class="frm_td_bydays">
|
||
<font color="#000000">Choose this option for a non-reoccurring single or multi-day event, with a new event occurrence for every day within the Start and End Date range</font>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="60" rowspan="3" align="left" valign="top"><u>By Week</u></td>
|
||
<td width="110" align="left" valign="top" class="frm_td_byweeks">
|
||
<font color="#000000">
|
||
Once Per Week
|
||
</font>
|
||
</td>
|
||
<td align="left" valign="top" class="frm_td_byweeks">
|
||
<font color="#000000">
|
||
This option allow to choose the weekday of repeat
|
||
<table border="0" width="100%" height="100%"><tr><td><b>Day number</b> for repeat type each 10/../2003</td></tr><tr><td><b>Day name</b> for repeat type each Monday</td></tr></table>
|
||
</font>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="110" align="left" valign="top" class="frm_td_byweeks">
|
||
<font color="#000000">
|
||
Multiple Week Days Per Week
|
||
</font>
|
||
</td>
|
||
<td align="left" valign="top" class="frm_td_byweeks">
|
||
<font color="#000000">This option allow to choose on which week days your event will be visible.</font>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="110" align="left" valign="top" class="frm_td_byweeks">
|
||
<font color="#000000"><i>Week of Month # <br>For 'Once per Week' and 'Multiple Days Per Week' options above</i></font></td>
|
||
<td align="left" valign="top" class="frm_td_byweeks">
|
||
<font color="#000000">
|
||
<table border="0" width="100%" height="100%">
|
||
<tr><td><b>Week 1 :</b> 1st week of the month</td></tr>
|
||
<tr><td><b>Week 2 :</b> 2nd week of the month</td></tr>
|
||
<tr><td><b>Week 3 :</b> 3rd week of the month</td></tr>
|
||
<tr><td><b>Week 4 :</b> 4th week of the month</td></tr>
|
||
<tr><td><b>Week 5 :</b> 5th week of the month (if applicable)</td></tr>
|
||
</table>
|
||
</font>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="60" rowspan="2" align="left" valign="top"><u>By Month</u></td>
|
||
<td width="110" align="left" valign="top" class="frm_td_bymonth">
|
||
<font color="#000000">Once Per Month</font></td>
|
||
<td align="left" valign="top" class="frm_td_bymonth">
|
||
<font color="#000000">
|
||
This option allow to choose the repeating Day of the Month
|
||
<table border="0" width="100%" height="100%"><tr><td><b>Day number</b> for repeat type each 10/../2003</td></tr><tr><td><b>Day name</b> for repeat type each Monday</td></tr></table>
|
||
|
||
</font>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="110" align="left" valign="top" class="frm_td_bymonth">
|
||
<font color="#000000">
|
||
End of Each Month
|
||
</font>
|
||
</td>
|
||
<td align="left" valign="top" class="frm_td_bymonth">
|
||
<font color="#000000">
|
||
The event is on the last day of each month independently of the day number, if that last day
|
||
falls within the date range specified by the Start and End Dates for the event.
|
||
</font>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="60" rowspan="2" align="left" valign="top"><u>By Year</u></td>
|
||
<td width="110" align="left" valign="top" class="frm_td_byyear">
|
||
<font color="#000000">
|
||
Once Per Year
|
||
</font>
|
||
</td>
|
||
<td align="left" valign="top" class="frm_td_byyear">
|
||
<font color="#000000">
|
||
This option allow to choose a single day every Year
|
||
<table border="0" width="100%" height="100%"><tr><td><b>Day number</b> for repeat type each 10/../2003</td></tr><tr><td><b>Day name</b> for repeat type each Monday</td></tr></table>
|
||
</font>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<!-- END REPEAT -->
|
||
END
|
||
);
|
||
|
||
?>
|