Description
Below is the full list of translations necessary for the DateField control. If you would like to add a translation please add it as a patch or in a comment.
// Full month names
Date.months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');
// Month abbreviations
Date.monthAbbreviations = new Array('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec');
// Full day names
Date.dayNames = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
// Day abbreviations
Date.dayAbbreviations = new Array('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
// Weekdays displayed by popup calendar
Date.weekdays = new Array('S','M','T','W','T','F','S');
Date.first_day_of_week = 0;
_translations =
{ "OK": "OK", "Now": "Now", "Today": "Today", "Clear": "Clear" }