1
twitaman
xtCal funny simbol
  • 2004/9/12 21:06

  • twitaman

  • Friend of XOOPS

  • Posts: 270

  • Since: 2004/7/28


This little mod looks great! It's simple and doesn't seem to be too "buggy." I cannot wait until there are some more features added to it, like recurring event, and the ability to easy control the look of it -- colors and such.

But right now, I have a question. When I typed in my event and time it shows me an "à" for the time. Right now what I get is this: Begin : Friday 17 September 2004 à 22:00

Is there a way to change that?

2
sbkiller
Re: xtCal funny simbol
  • 2004/9/12 21:10

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


Look in for the language file in the module english.php

3
sbkiller
Re: xtCal funny simbol
  • 2004/9/12 21:16

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


Sorry my mistake,

Here what you have to change:

Open /modules/extcal/daily_view.php

look for line 58:

$start_date $start_day_name." ".$start_day." ".$start_month_name." ".$start_year." à ".$start_time;


Change to

$start_date $start_day_name." ".$start_day." ".$start_month_name." ".$start_year." at ".$start_time;


Here the second one same file and look for line 68:

$end_date $end_day_name." ".$end_day." ".$end_month_name." ".$end_year." à ".$end_time;


Change to:

$end_date $end_day_name." ".$end_day." ".$end_month_name." ".$end_year." at ".$end_time;



Because this module was made by a french person. It's not a funny symbol, the french "à" mean "at" or "to".

4
twitaman
Re: xtCal funny simbol
  • 2004/9/12 22:05

  • twitaman

  • Friend of XOOPS

  • Posts: 270

  • Since: 2004/7/28


Merci beaucoup.

Login

Who's Online

117 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 117


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits