﻿/*jslint white: true, browser: true */
/*global VL:true */
VL.monthName = ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"];
VL.copy = {
    tltext: 'read the transcript',
    readRev: 'Read full review',
    hideRev: 'Hide full review',
    hideAllRev: 'Hide all reviews',
    exAllRev: 'Expand all reviews',
    newWindow: 'Link will open in a new window',
    adults: 'Adults:',
    children: 'Children:',
    room: 'Room',
    totalPrice: 'Total Price:',
    moreOptions: 'More Search Options',
    fewerOptions: 'Fewer Search Options',
    printPage: 'Print this page',
    print: 'Print',
    bookmarkPage: 'Bookmark this page',
    selectArea: 'Please select an area',
    allCentral: 'All Central London',
    allNorth: 'All North London',
    allEast: 'All East London',
    allSouth: 'All South London',
    allWest: 'All West London',
    orArea: 'Or search by area',
    orPostcode: 'Or search by postcode',
    orDates: 'Or search specific dates',
    orPeriod: 'Or search date period',
    mapNW: 'Move North West',
    mapN: 'Move North',
    mapNE: 'Move North East',
    mapW: 'Move West',
    mapE: 'Move East',
    mapSW: 'Move South West',
    mapSE: 'Move South East',
    mapS: 'Move South',
    mapZ: 'Zoom Map',
    all: 'All ',
    pleaseChoose: '上記のいずれかのオプションを選択する',
    or: 'または',
    tripsAdd: '別の旅行を追加する',
    trip: '旅行 ',
    remove: '削除する',
    edit: '編集する',
    hide: '隠す',
    errorTripNoName: function (tn) {
        return '旅行' + tn + ' 名前が必要です';
    },
    errorTripNoDeparture: function (tn) {
        return '旅行' + tn + ' 出発日が必要です';
    },
    errorTripNoArrival: function (tn) {
        return '旅行' + tn + ' 到着日が必要です';
    },
    errorTripNoAfter: function (tn) {
        return '旅行' + tn + ' 到着日の後に出発日が必要です';
    },
    errorTripNoReason: function (tn) {
        return 'What is the reason for Trip ' + tn + '?';
    },
    errorTripThisName: 'この旅行の名前が必要です',
    errorTripThisDeparture: 'この旅行の出発日が必要です',
    errorTripThisArrival: 'この旅行の到着日が必要です',
    errorTripThisAfter: 'この旅行の到着日の後に出発日が必要です',
    removeTrip: function (tn) {
        return '"' + tn + '"を本当に削除してもよろしいですか？';
    }
};