Page 1 of 1

Calendar

Posted: Fri Nov 30, 2007 8:37 pm
by sweaverit
How would one change where it says "Mon, Tues, Wed, etc" to just letters "M, T, W, T, etc"?  I've googled and searched and tried messing with the code myself to no avail.  :(

Re: Calendar

Posted: Fri Nov 30, 2007 8:41 pm
by RonnyK
Change the short names in the corresponding lang-file, under Calendar\Lang\

Ronny

Re: Calendar

Posted: Fri Nov 30, 2007 11:51 pm
by sweaverit
Aha, thanks.

Re: Calendar

Posted: Sat Dec 01, 2007 8:46 am
by RonnyK
sweaverit,

No need to google for this one. Under \Modules\Calendar\Lang are the languages stored like en_US.php. That holds the labels for the variables passed.So if I run using lang='nl_NL' the labels of the nl_NL.php are used and I get Dutch labels. If you run English, you should transfer the en_US.php file to your computer, open it in an editor and check the labels that are used. You can change the values to whatever you want and upload the file to the same place. Then the new labels will be used.

Ronny