<?xml version="1.0" encoding="utf-8"?>
<custom>
  <strings lang="en">
    <outOfBoundary>date out of year boundaries!</outOfBoundary>
    <upperBoundaryReached>year upper boundary reached!</upperBoundaryReached>
    <lowerBoundaryReached>year lower boundary reached!</lowerBoundaryReached>
    <prevYear>previous year [STRG+LEFT]</prevYear>
    <prevMonth>previous month [LEFT]</prevMonth>
    <nextMonth>next month [RIGHT]</nextMonth>
    <nextYear>next year [STRG+RIGHT]</nextYear>
    <resetDate>reset chosen date</resetDate>
    <close>close</close>
    <weekNumber>weeknumber</weekNumber>
    <weekInYear>WiY</weekInYear>
    <weekDay>weekday</weekDay>
    <notInMonth>...</notInMonth>
    <selectedDate>selected day</selectedDate>
    <weekEnd>weekend</weekEnd>
    <bridge>bridge</bridge>
    <move>move</move>
    <today>today</today>
    <format_string>Y-m-d</format_string>
    <format_regex>^([0-9][0-9][0-9][0-9])-([0][1-9]|[1][0-2])-([0-2][0-9]|[3][0-1])$</format_regex>
    <format_day_pos>2</format_day_pos>
    <format_month_pos>1</format_month_pos>
    <format_year_pos>0</format_year_pos>
  </strings>
  <monthnames lang="en">
    <month id='0'  long='January'   short='Jan'/>
    <month id='1'  long='February'  short='Feb'/>
    <month id='2'  long='March'     short='Mar'/>
    <month id='3'  long='April'     short='Apr'/>
    <month id='4'  long='May'       short='May'/>
    <month id='5'  long='June'      short='Jun'/>
    <month id='6'  long='July'      short='Jul'/>
    <month id='7'  long='August'    short='Aug'/>
    <month id='8'  long='September' short='Sep'/>
    <month id='9'  long='October'   short='Oct'/>
    <month id='10' long='November'  short='Nov'/>
    <month id='11' long='December'  short='Dec'/>
  </monthnames>
  <daynames lang="en">
    <day id='0' long='Sunday'    short='Su'/>
    <day id='1' long='Monday'    short='Mo'/>
    <day id='2' long='Tuesday'   short='Tu'/>
    <day id='3' long='Wednesday' short='We'/>
    <day id='4' long='Thursday'  short='Th'/>
    <day id='5' long='Friday'    short='Fr'/>
    <day id='6' long='Saturday'  short='Sa'/>
  </daynames>
</custom>  
