var lang = new Object();

lang = {
  lang: 'en',
  gotoPage: 'Go to page',
  chooseDate: 'Select date',
  more: 'more',
  left: 'left',
  right: 'right',
  error: 'Error: ',
  errorEmail: 'Invalid email address',
  errorOneOption: 'Select at least one option',
  errorRequired: 'Mandatory field',
  addRoom: 'Add room',
  removeRoom: 'Remove room',
  addService: 'Add additional service',
  removeService: 'Remove additional service',
  priceDetails: 'Price details',
  moreInfo: 'Further information',
  lateArrivalQ: 'Late arrival?',
  allTimes: 'All times',
  currentTimes: 'only current times',
  expand: 'expand',
  reduce: 'reduce',
  all: 'all',
  allNone: 'All / none',
  without: 'without',
  different: 'various',
  moreAmenities: 'Other features ',
  lessAmenties: 'Fewer features',
  cancel: 'Cancel',
  limitSelection: 'Limit selection',
  category: 'Category',
  remember: 'remember',
  compare: 'compare',
  night: 'Night',
  nights: 'Nights',
  editComment: 'Edit comment',
  selection: '[Selection ...]',
  play: 'Play',
  pause: 'Pause',
  stop: 'Stop',
  forward: 'Forward',
  backward: 'Back',
  volume: 'Volume',
  louder: 'Higher',
  quieter: 'Lower',
  silent: 'Mute',
  mute: 'Turn off the sound', 
  unmute: 'Turn on the sound',
  enlarge: 'Enlarge',
  shrink: 'Reduce',
  captionsOff: 'Turn off subtitles',
  captionsOn: 'Turn on subtitles',
  currentPosition: 'Current position', 
  duration: 'Total duration',
  rating1: 'did not help at all',
  rating2: 'not very helpful',
  rating3: 'average',
  rating4: 'fairly helpful',
  rating5: 'very helpful',
  ratingArrowkeys: 'Use the arrow keys to select the rating'
};
