tm.l18n = {

	OR:										'or',
	CALENDAR:								'Calendar',
	HOTEL_NOT_FOUND:						'Hotel not found',

	// Buttons
	BTN_OK:									'OK',
	BTN_CANCEL:								'Cancel',
	BTN_CLOSE:								'Close',
	BTN_ENTER:								'Enter',
	BTN_CHECKBOX:							'Checkbox',
	BTN_DELETE:								'Delete',
	BTN_EDIT:								'Edit',

	// Links
	LNK_FORGOT_PASSWORD:					'Forgot password?',
	LNK_DO_NOT_HAVE_ACCOUNT:				'Do not have an account?',
	LNK_REGISTER:							'Register',
	LNK_CONTINUE_WITHOUT_REGISTERING:		'Continue without register',
	LNK_REMOVE:								'remove',
	LNK_PHOTO_REMOVE:						'Remove',
	LNK_MAKE_TRAVELER_LEAD:					'Make lead',

	// Labels
	LBL_EMAIL:								'E-mail',
	LBL_PASSWORD:							'Password',
	LBL_REMEMBER_ME:						'Remember me',
	LBL_NA:									'N/A',
	LBL_PHOTO_ALT:							'Photo',
	LBL_PHOTO_UNTITLED:						'&nbsp;',//'Untitled&hellip;',
	LBL_LOADING:							'Loading',
	LBL_CHOOSE_CITY:						'Select city',

	// Headers
	HDR_MEMBERSHIP_CARD:					'Membership card',
	HDR_POPUP_SIGNIN:						'Login',
	HDR_POPUP_SEARCH_WAIT_SCREEN_HEADER:	'Searching&hellip;',
	POPUP_SEARCH_WAIT_TEXT:					'Please wait. Searchin in base of 250 000 hotels.',
	I_HAVE_NO_ACCOUNT:						'To continue, you will need to login.',

	// Monthes long
    MONTH_LONG_JAN:                         'January',
    MONTH_LONG_FEB:                         'February',
    MONTH_LONG_MAR:                         'March',
    MONTH_LONG_APR:                         'April',
    MONTH_LONG_MAY:                         'May',
    MONTH_LONG_JUN:                         'June',
    MONTH_LONG_JUL:                         'July',
    MONTH_LONG_AUG:                         'August',
    MONTH_LONG_SEP:                         'September',
    MONTH_LONG_OCT:                         'October',
    MONTH_LONG_NOV:                         'November',
    MONTH_LONG_DEC:                         'December',

	// Monthes Short
	MONTH_SHORT_JAN:						'Jan',
	MONTH_SHORT_FEB:						'Feb',
	MONTH_SHORT_MAR:						'Mar',
	MONTH_SHORT_APR:						'Apr',
	MONTH_SHORT_MAY:						'May',
	MONTH_SHORT_JUN:						'Jun',
	MONTH_SHORT_JUL:						'Jul',
	MONTH_SHORT_AUG:						'Aug',
	MONTH_SHORT_SEP:						'Sep',
	MONTH_SHORT_OCT:						'Oct',
	MONTH_SHORT_NOV:						'Nov',
	MONTH_SHORT_DEC:						'Dec',

	// Days long
    DOW_LONG_SUN:                           'Sunday',
    DOW_LONG_MON:                           'Monday',
    DOW_LONG_TUE:                           'Tuesday',
    DOW_LONG_WED:                           'Wednesday',
    DOW_LONG_THI:                           'Thirsday',
    DOW_LONG_FRI:                           'Friday',
    DOW_LONG_SAT:                           'Saturday',

	// Days short
    DOW_SHORT_SUN:                          'Sun',
    DOW_SHORT_MON:                          'Mon',
    DOW_SHORT_TUE:                          'Tue',
    DOW_SHORT_WED:                          'Wed',
    DOW_SHORT_THI:                          'Thi',
    DOW_SHORT_FRI:                          'Fri',
    DOW_SHORT_SAT:                          'Sat',

	// Today
	CURRENT_TEXT:							'Today',

	// Stop list words
	STOP_LIST_WORDS:						'i a about an and am are as at be by com de en etc for from how in is it la misc of on or that the this to was we what when where who will with und the www you',

	// Propose texts
	PROPOSE_HIDE:							'Hide propositions',
	PROPOSE_SHOW:							'Show propositions',

	//Errors
	COOKIES_DISABLED:						'Cookies support is turned off in your browser. For correctly work your browser  needs to support coockies.',


	CHOOSE_STATUS:							'Choose status.',
	ARE_YOU_SURE_CHANGE_STATUS:				'Are you sure to change status of the product?',

	//Ordinals
	ORDINAL_FIRST:							'First',
	ORDINAL_SECOND:							'Second',
	ORDINAL_THIRD:							'Third',
	ORDINAL_FOURTH:							'Fourth',
	ORDINAL_FIFTH:							'Fifth',
	ORDINAL_SIXTH:							'Sixth',
	ORDINAL_SEVENTH:						'Seventh',
	ORDINAL_EIGHTH:							'Eighth',
	ORDINAL_NINETH:							'Ninth',
	ORDINAL_TENTH:							'Tenth',

	TOURIST:								'tourist',

	MOST_POPULAR_CITIES:					'Popular',

	CHOOSE_TOURIST:							'Select at least on tourist',
	REQUIRED_FIELD:							'Required field',
	PASSWORDS_DONT_MATCH:					'Passwords don\'t concur',
	INCORRECT_EMAIL:						'Wrong Email format.<br />Example: info@info.com',
	CHOOSE_DAY:								'Select day',
	CHOOSE_MONTH:							'Select month',
	CHOOSE_YEAR:							'Select year',
	INPUT_CORRECT_URL:						'Type correct address',
	INPUT_SERIA:							'Point series',
	INPUT_NUMBER:							'Point number',
	INPUT_WHO_GIVED:						'Point issue agency',
	INPUT_CORRECT_NUMBER:					'Input correct number',

	UPDATE_BROWSER:							'Your browser went out of date. It should be updated for correct work of the site or <a href="http://www.mozilla-europe.org/ru/">download alternate browser</a>.',

	CONTRACT_GET_UPDATE_SUCCESS:			'Information about getting contract updated successfully',
	CONTRACT_GET_UPDATE_ERROR:				'Update of information about getting contract failed',
	CONTRACT_GET_TRUE:						'Contract got',
	CONTRACT_GET_FALSE:						'Contract did not get',

	OFFERS_GET_UPDATE_SUCCESS:				'Information about news and special offers delivery updated',
	OFFERS_GET_UPDATE_ERROR:				'Failed to updaet information about news and special offers delivery',
	OFFERS_GET_TRUE:						'News and special offers will proceed',
	OFFERS_GET_FALSE:						'News and special offers will not proceed',

	ERROR_ORDER_RESPONSE_TEXT:				'Failed to get data from server.',
	SURE_TO_DELETE_HOTEL:					'Are you sure to delete hotel?',

	FIELDS_WRONG:							'Fields filled wrong.',
	VALUE_MUST_BE_LESS_100:					'Value must be less or equal 100.',

	INPUT_VALUE_MORE_0:						'Value must be more or equal 0',
	VALUE_MUST_BE_POSITIVE:					'Value must be positive',
	CURRENCY_VENDOR_REQUIRED:				'Currency is required field',
	VALUE_NET_REQUIRED:						'Net weight value is required field',
	VALUE_GROSS_REQUIRED:					'Gross value is required field',
	DATES_ARRIVE_COMPARE:					'Arrival date must be earlier then departure date or coincide with it.',
	ARE_YOU_SURE:							'Are you sure?',
	PLEASE_ENTER_CODE:						'Please, enter code',

	PLEASE_ENTER_TRANSLATION:				'Please, enter translation',

	NO_HOTEL_CLASS:							'Hotel grade is not mentioned',
	HOTEL_CLASS:							'Hotel grade',
	NO_SYSTEM_HOTELS:						'System hotels by mentioned request are not found',
	SYS_HOTELS_SEARCH_ERROR:				'System hotels search error',
	ATTACHED_TO:							'Attached to',
	CREATE_SYSTEM_HOTEL:					'Create system hotel',
	COULDNT_CREATE_SYS_HOTEL:				'Could not create system hotel',
	REQUEST_SEND_ERROR:						'Request sending error',
	INPUT_HOTEL_NAME:						'Type hotel name',
	NO_DATA:								'No data',

	MAPPING_SAVING_ERROR:					'Mapping saving error!',
	VISIBILITY_CHANGING_ERROR:				'Visibility changing error',
	CHOOSE_CONTINENT:						'Choose continent',

	NOTE_MAX_FILE_SIZE:						'File max size: %',

	GARANT_LETTER_SCAN_HEADER:				'A scanned copy of the money order * :',

	FILL_FIELDS:							'Fill in fields, marked as *.',

	USE_ADVANCED_SEARCH:					'To find the hotel that best suits your needs, please use advanced search options.',

	IMAGE_NOT_SELECTED:						'Select image',

	NET_CURRENCY_REQUIRED:					'Net weight currency is required field',

	STARTDATE_MUST_BE_LESS_ENDDATE:			'"Start date" must be earlier then "End date"',

	REQUIRED_NOT_FILLED:					'Fill in all required fields',
	TRAVELER_EDIT_REQUIRED_NOT_FILLED:		'Some fields are not filled in travelers editing.',

	CANCEL_ORDER_QUESTION:					'Cancel this order?',
	NOT_DECLARE_REASON:						'You have not indicated the reason.',
	DAYS_SUM_NUST_BE_NUMBERS:				'Days and penalty must be digits.',
	REMOVE_TRAVELER_QUESTION:				'Are you sure to remove traveler?',

	ERROR:									'Error!',
	NO_CITY:								'No cities.',
	TYPE_CORRECT_AIRPORT_NAME:				'Specify the correct name of the airport or city destination',
	SELECT_COUNTRY_AND_CITY:				'Select country and city',

	NOT_AVAIL_FLIGHT_TICKETS:				'There are no seats available for choosen flights. Please choose another flights.',
	RETURN_TO_FLIGHT_CHOOSE:				'Return to the choice of flight',
	CANNOT_GET_DATA_TRY_LATER:				'Unable to get data from the server. Please try again later.',
	CHECKING_OUT:							'Checking out...',
	FLIGHTS_AVAIL_CHECK_MSG:				'We check availability on the flight. Checking may take some time, please wait. No update page, close the browser window.',
	PREVIOUS:								'Previous',
	NEXT:									'Next',
	RECIEVING_DATA:							'Getting data...',
	SELECT_MANAGER:							'Select a manager'
};
