var lang = new Object();

lang = {
  lang: 'ja',
  gotoPage: 'ページの移動',
  chooseDate: '日付けを選択',
  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: '取り消す',
  limitSelection: 'Limit selection',
  category: 'Category',
  remember: 'remember',
  compare: 'compare',
  night: 'Night',
  nights: 'Nights',
  editComment: 'コメントを編集する',
  selection: '[Selection ...]',
  play: 'スタート',
  pause: '停止',
  stop: '中止',
  forward: '進む',
  backward: 'もどる',
  volume: '音量調整',
  louder: '音量上げる',
  quieter: '音量下げる',
  silent: '消音',
  mute: 'サウンドOFF', 
  unmute: 'サウンドON',
  enlarge: '拡大',
  shrink: '縮小',
  captionsOff: '字幕なし',
  captionsOn: '字幕表示',
  currentPosition: 'タイム表示', 
  duration: '再生時間',
  rating1: '全く参考にならなかった',
  rating2: 'ほとんど参考にならなかった',
  rating3: 'まあまあ参考になった',
  rating4: '参考になった',
  rating5: 'とても参考になった',
  ratingArrowkeys: '点数はカーソルキーで選択します。'
};