/**
 * i18n resources for date-picker
 * @ignore
 * @author yiminghe@gmail.com
 */
KISSY.add('date/picker/i18n/en-us', {
    today: 'Today',
    clear: 'Clear',
    previousMonth:'Previous month (PageUp)',
    nextMonth:'Next month (PageDown)',
    monthSelect:'Choose a month',
    yearSelect: 'Choose a year',
    decadeSelect: 'Choose a decade',
    yearFormat: "yyyy",
    dateFormat: "M/d/yyyy",
    monthYearFormat: "MMMM yyyy",
    previousYear: 'Last year (Control + left)',
    nextYear: 'Next year (Control + right)',
    previousDecade: 'Last decade',
    nextDecade: 'Next decade',
    previousCentury: 'Last century',
    nextCentury: 'Next century',
    veryShortWeekdays: ['S', 'M', 'T', 'W', 'T', 'F', 'S']
});