[EventCalendar] EventCalendar in your language?
Alex Tingle
alex at firetree.net
Thu Oct 5 19:33:01 UTC 2006
On Thu, 5 Oct 2006 20:16:21 +0200
"Gerjan Boer" <gerjan at famboer.com> wrote:
> So here you are: the dutch translation.
Cool. I've checked it in. The .mo file is in gettext/ec3-nl_NL.mo.
To download a single file from Subversion, go here...
http://svn.sf.net/viewvc/wpcal/trunk/eventcalendar3/
Then find the file you want and click on its NAME.
Then click on 'download'.
To use the translation you also need to update your copy of
eventcalendar3.php from Subversion.
I've corrected the capitalisation in a couple of the phrases that are used as menu items. They should be in "Title Case". Since I sent you that file, I've added a couple of strings. If you want to make a correction, just download the gettext/ec3-nl_NL.po file from Subversion and do more work on it.
> By the way: for an All Day event, why do you show the time in the Event
> list? I have deleted it.
Good idea. I have changed it - time is now "all day" for allday events.
> 2nd remark: I would like to have a different event list. You created:
> 2 november:
> Event A
> Event B
> 12 december
> Event C
>
> I would like
> 2/11: Event A
> 2/11: Event B
> 12/12: Event C
>
> Is that configurable in a way or do I need to dig into eventcalendar3.php?
Read the README! You need to call ec3_get_events() like this...
ec3_get_events(
5, // $limit,
'%DATE%: <a href="%LINK%">%TITLE% (%TIME%)</a>', // $template_event
'', // $template_day
'j/n' // $date_format
);
> 3rd remark: I use it for birthdays. Feature request: recurring (yearly)
> events.
It's on the TODO list. But not before the 3.1 release.
> Idea: Give user the option to just delete the year and or the time in the
> start / stop date fields, after having selected it via the (glossy!)
> calendars. Result: time not showing up and a recurring yearly event (birth
> day)
We'll be implementing recurrence based on the iCalendar implementation.
--
:: Let me solve your problems: http://www.firetree.net/consulting/
:: alex.tingle AT firetree.net +44-7901-552763
More information about the EventCalendar
mailing list