﻿Ext.ns('GS', 'GS.strings');
Ext.ns('GS', 'GS.widths');

GS.strings.contactAdminAdd = '<br/>If error will appear again, contact to your system administrator.';
GS.strings.tryAgainAdd = ' Please, try again later.' + GS.strings.contactAdminAdd;
GS.strings.tryAgainWithReasonAdd = function(n){
	return ' Please, try again later.' + GS.strings.contactAdminAdd + '<br/>(reason: {' + n.toString() + '})';
};

GS.strings.yes = 'Yes';
GS.strings.no = 'No';

GS.strings.error = 'Error';
GS.strings.warning = 'Warning';
GS.strings.confirmation = 'Confirmation';
GS.strings.notSelected = 'Not selected';


GS.strings.arrivalDate = 'Date of arrival';

GS.strings.roomsNumber = 'Number of rooms';
GS.strings.roomsNumberTip = 'If you would like to reserve more than one room, please contact our customer service';
GS.strings.roomsNumberEmpty = 'select number of rooms';

GS.strings.nightsNumber = 'Number of nights';
GS.strings.nightsNumberEmpty = 'select number of nights';

GS.strings.makeReservation = 'Make reservation';
GS.strings.cancelReservation = 'Cancel reservation';

GS.strings.bookRoom = 'Book a room';
GS.strings.contactInfo = 'Contact information';
GS.strings.continueReservation = 'Continue reservation';

GS.strings.guestsNumber = 'Number of guests';
GS.strings.guestsNumberEmpty = 'select number of guests';

GS.strings.lowAvailability = 'Low Availability';

GS.strings.guestFirstName = 'First name';
GS.strings.guestLastName = 'Last name';
GS.strings.guestSSN = 'Social security number';
GS.strings.guestStreetAddress = 'Street address';
//GS.strings.guestPostalCodeAndCity = 'Zip code / City';
GS.strings.guestPostalCode = 'Zip code';
GS.strings.guestCity = 'City';
GS.strings.guestMobilePhone = 'Mobile phone';
GS.strings.guestEmail = 'E-mail';
GS.strings.guestMarketingSMS = 'I would like to receive marketing SMS from GreenStar';
GS.strings.guestMarketingEmail = 'I would like to receive marketing e-mails from GreenStar';

GS.strings.titleMainGuestForm = 'Main guest information';
GS.strings.titleAddGuestForm = 'Guest {0} information';

GS.strings.breakfastOption = 'Breakfast for all guests (7 &euro;)';
GS.strings.parkingOption = 'Parking for each room (7 &euro;)';
GS.strings.titleAdditionalOptions = 'Additional options';
GS.strings.titleTotal = 'Total';
GS.strings.labelReservationSum = 'Sum for reservation';

GS.strings.agreementRequired = 'You must agree with the terms and conditions of reservation to continue.';
GS.strings.euro = '€';

GS.strings.paySampo = 'Sampo';
GS.strings.payOp = 'op';
GS.strings.payNordea = 'Nordea';
GS.strings.payVisa = 'VISA';
GS.strings.payMasterCard = 'MasterCard'; 

GS.strings.overallocationOccured =
	'There are no rooms of the selected type for the period left.<br/>Reservation has been cancelled.';//'Rooms of the selected type are not available for the period.';
GS.strings.summaryTitle = 'Reservation Summary';
GS.strings.reservationNumber = 'Reservation number';
GS.strings.roomOption = 'Room option';
GS.strings.stayDuration = 'Duration of the stay';
GS.strings.departureDate = 'Departure';
GS.strings.nights = 'night(s)';
GS.strings.parkingPlaces = 'Parking Places';
GS.strings.breakfasts = 'Breakfasts';
GS.strings.guests = 'Guests';
GS.strings.price  = 'Price';

GS.strings.selectPaymentMethod = 'Select payment method';
GS.strings.validationSelectNumberOfGuests = 'Please select number of guests before continuing.';
GS.strings.validationCompleteForm = 'Please enter all required information before continuing.';

GS.widths.editSumLabel = 130;
GS.widths.editGuestNumberLabel = 100;
GS.widths.editGuestLabels = 115;

// added 07-01
GS.strings.guestInformation = 'Guest information';
GS.strings.payment = 'Payment';
GS.strings.titleAgreementLink = 'the terms and conditions of the reservation';
GS.strings.titleAgreementPre = 'I agree with';
GS.strings.titleAgreementPost = '';

// added 07-02
GS.strings.noReservationNumber = 'No reservation number was set for payment. Please, try starting payment again.';
GS.strings.validationFinnishSSN = 'This field should be a valid Finnish SSN in the format "ddmmyyXXXXX"';

// added 07-03
GS.strings.motto = ' ';

// added 08-22
GS.strings.validationLatinName = 'This field can contain only latin characters';
GS.strings.validationLatinAddress = 'This field can contain only latin characters';

// added 12-05
GS.strings.mapLinkText = 'View Map >>';
GS.strings.viewAllNews = 'All news >>';
GS.strings.newsList = 'News';
GS.strings.newsOlder = '<< Older';
GS.strings.newsNewer = 'Newer >>';
GS.strings.newsPartTitle = 'News:';

