lang.set('show', 'Show');
lang.set('hide', 'Hide');
lang.set('near', 'near');
lang.set('YOUR NEAREST CLUBS', 'YOUR NEAREST CLUBS');
lang.set('Search by postcode', 'Search by postcode');
lang.set('see all events in', 'see all events in');
lang.set('add_not_found', 'Directions for that address could not be found, please check you entered the correct address');
lang.set('no events found','no events found')
lang.set('1 event','1 Event')
lang.set('Prev','Prev');
lang.set('Next','Next');
lang.set('Close','Close');
lang.set('or Esc Key','or Esc Key');
lang.set('Image','Image');
lang.set('of','of');

// Google maps messages
lang.set('googleMapsDownClubPage','We apologise, Google maps is temporarily unavailable, please check back again later.');
lang.set('googleMapsDownClubSearch','We apologise, Google maps is temporarily unavailable, please use the list view.');

var monthLocale = new Array(12);
monthLocale[0] = 'January';
monthLocale[1] = 'February';
monthLocale[2] = 'March';
monthLocale[3] = 'April';
monthLocale[4] = 'May';
monthLocale[5] = 'June';
monthLocale[6] = 'July';
monthLocale[7] = 'August';
monthLocale[8] = 'September';
monthLocale[9] = 'October';
monthLocale[10] = 'November';
monthLocale[11] = 'December';

var daysLocale = new Array(7);
daysLocale[0] = 'Monday';
daysLocale[1] = 'Tuesday';
daysLocale[2] = 'Wednesday';
daysLocale[3] = 'Thurday';
daysLocale[4] = 'Friday';
daysLocale[5] = 'Saturday';
daysLocale[6] = 'Sunday';
