PDA

View Full Version : French


nizouille
09-28-2006, 09:05 AM
Hello,

Here is my calendar :
http://www.enseignons.be/actualites/calendrier/

Why everything is in English ??
I've setup it in French ...

Thanks for your reply

Brian
09-28-2006, 10:50 AM
It appears be be in French to me. The text at the top is not part of the calendar and can be edited by changing the demo.php file. The text at the bottom is part of a template which can be edited by changing the template/modern.php file.

nizouille
09-28-2006, 11:45 AM
OK

The date format is that :

Vendredi, Septembre 29, 2006


And I want this : Vendredi 29 Septembre 2006
I encounter the problem once, it's because I'm running on a win 2k3 ....
How can I change de date format (I did it in the setup manager)

Brian
09-28-2006, 11:57 AM
Is this for the List Mode? If so, you'll need to change the date format string to anything you need:

$DF = "M jS, Y (D)"; // DEFAULT

Use the php date command for reference.

nizouille
09-28-2006, 12:32 PM
Where can I change the "list mode" ?
It's ok for the popup, because it's in the setup manager.
But not the event list ...

Oct 30th, 2006 (Lun) -- Nov 3rd, 2006 (Ven)
Congé d'Automne
Congé de Toussaint

Brian
09-28-2006, 06:03 PM
What is the information in your $DF string?

nizouille
10-10-2006, 09:50 AM
Yep solved

BUT the rss does not work
because of the special characters in french :
http://www.enseignons.be/actualites/pedagogique/rss.php

How could I solve this ?
Thanks

Brian
10-10-2006, 09:56 AM
The page "looks" good to me. What are some of the issues you see?

nizouille
10-10-2006, 04:10 PM
try to add it to netvibes or any rss aggregator

and you will see

ve9gra
10-11-2006, 08:02 AM
You must've fixed it, or Netvibes did, because it's is working wonderfully at the moment.

nizouille
10-11-2006, 09:29 AM
Well ...
It works because I did give you the wrong rss ...
TRy with this : http://www.enseignons.be/actualites/calendrier/rss.php

I have another issue :
I've included the calendar in a weblog ( http://www.enseignons.be/actualites/pedagogique/ )
and there is a issue with mouse over (also with special characters).

Perhaps it is because the blog is utf-8 encoded ?

How can I solve this too ?

Brian
10-11-2006, 09:50 AM
Make sure that in the Setup Manager the charset is set to UTF-8 there too. You may need to re-enter the events if they were entered using an different charset.