Last modified: 2007-08-01 06:34:36 UTC
$messages = array( # Days of the week 'sunday' => 'ഞായര്', 'monday' => 'തിങ്കള്', 'tuesday' => 'ചൊവ്വ', 'wednesday' => 'ബുധന്', 'thursday' => 'വ്യാഴം', 'friday' => 'വെള്ളി', 'saturday' => 'ശനി', 'sun' => 'ഞാ.', 'mon' => 'തി.', 'tue' => 'ചൊ.', 'wed' => 'ബു.', 'thu' => 'വ്യാ.', 'fri' => 'വെ.', 'sat' => 'ശ.', # Month names 'january' => 'ജനുവരി', 'february' => 'ഫെബ്രുവരി', 'march' => 'മാര്ച്ച്', 'april' => 'ഏപ്രില്', 'may_long' => 'മേയ്', 'june' => 'ജൂണ്', 'july' => 'ജൂലൈ', 'august' => 'ഓഗസ്റ്റ്', 'september' => 'സെപ്റ്റംബര്', 'october' => 'ഒക്ടോബര്', 'november' => 'നവംബര്', 'december' => 'ഡിസംബര്', 'jan' => 'ജനു.', 'feb' => 'ഫെബ്രു.', 'mar' => 'മാര്.', 'apr' => 'ഏപ്രി.', 'may' => 'മേയ്', 'jun' => 'ജൂണ്', 'jul' => 'ജൂലൈ', 'aug' => 'ഓഗ.', 'sep' => 'സെപ്റ്റം.', 'oct' => 'ഒക്ടോ.', 'nov' => 'നവം.', 'dec' => 'ഡിസം.', );
Applied with r24510.