/* komunikaty tesktowe dla systemu Squash4You - JS
** wersja en
*/

lang = {
		loginFirst: 'In order to book a date and time, you must log in.',
		alert: 'Alert',
		calendarLoadError: 'Calendar loading failed, please try again.',
		chooseTicketCarnet: 'Before selecting dates and times, choose a single or multiple-entry ticket.',
		cancelReservationFail: 'Booking cancellation failed, please try again.',
		mustChoose: 'You must make',
		reservations: 'bookings',
		chooseAlternative: 'In order to cancel the appointment, you must make an alternative booking, please select another free date and time.',
		canReserve: 'You can make',
		terms: 'appointments',
		notLogged: 'You are not logged in',
		termIsUnavailable: 'The time you have chosen is not available ',
		termUnavailable: 'time unavailable',
		reservation: 'booking',
		cancel: 'cancel',
		date: 'Date',
		hours: 'hours',
		court: 'court',
		reservationFail: 'The booking failed, please try again.',
		termAlreadyReserved: 'The time you want to book is already booked.',
		cancelConfrim: 'Are you sure you want to cancel this appointment?',
		termCanceled: 'The appointment is cancelled',
		termCancelFail: 'Cancellation failed ',
		reserve: 'book',
		cancelAndReserveConfirm: 'Are you sure you want to cancel this appointment and replace it with the selected one?',
		yourReservation: 'Your reservation',
		cancelAndReserveOk: 'The appointment is cancelled, new time booked',
		cancelAndReserveFail: 'Cancellation and the new booking failed',
		incorrectName: 'Please give your name and surname',
		incorrectEmail: 'Please give the correct e-mail',
		incorrectText: 'Please specify the message contents',
		messageSentError: 'There has been problem with sending your message, please try again',
		cancelConfirm: 'Are you sure you want to cancel this appointment?'


};
