/**
* JS messages localization part
*
*/

	MESSAGE_WAS_SENT = 'Your message was sent';
	ENTER_FOLDER_NAME = 'Please enter folder name';
	ENTER_CORRECT_FOLDER_NAME = 'Please enter correct folder name (not only spaces)';
	SELECTED_THE_SAME_FOLDER = 'You have selected the same folder';
	NICKNAMES_MUST_BE_COMA_SEPARATED = 'Please enter nicknames (not spaces) of users coma separated';
	LEAST_ONE_MESSAGE = 'Please select at least one message';
	ARE_YOU_SURE = 'Are you sure?';
	USERS_BLOCKED = 'Users blocked';
	PLEASE_WAIT = 'Please wait...';
	SELECT_MESSAGE = 'Please select a message';
	UPLOADED_NEXT = 'You have uploaded: ';
	NO_FILES_IN_THE_LIST = 'You have no uploaded files';
	BLOG_POST_DELETED_SUCCESSFULLY = 'Post deleted successfully';
	PICKUP_HINT = 'Note: you will have to pick up the products at local Telme office.';
	LOADING = 'Loading...';
	SELECT_DELIVERY_OPTION = 'Click to select your delivery option:';
	ONSITE_PRICE = 'On Site price:';
	
	/* Error messages */
	var localizedErrorMessages = {
	wrongNextNicknames: 'The next nicknames are wrong: {$nicknames}',
	cannotBlockYourself: 'You cannot block yourself',
	cannotDeleteNonEmptyFolders: 'You cannot delete non empty folders',
	errorWhileTryingToDeleteFolder: 'Error deleting folder',
	folderNotFound: 'Folder not found',
	doNotPutTrailingComma: 'Do not put comma at the end of the nicknames list',
	noCheckedToBlockUsers: 'You need to check at least one message to block senders',
	noFolderSelected: 'No folder selected',
	noMessageId: 'No message id',
	noMessagesSelected: 'No message selected',
	someUsersIsAlreadyBlocked: 'Some users are already blocked',
	thisUserIsAlreadyBlocked: 'This user is already blocked',
	youCannotBlockSendersEmailInThisWay: 'You cannot block emails',
	noMsgFolderName: 'Please enter folder name (not only spaces)',
	folderAlreadyExist: 'This name of folder is already exist',
	cannotDeleteFile: 'Cannot delete file {$fileName}',
	youAreNotAllowedToDeleteComment: 'You are not allowed to delete this comment',
	blogDeletePostFailure:'Cannot delete post!',
	noHaveAccess:'<span class="ajax_error">Error: You have not access</span>',
	canNotDisplayUserInfo: 'Can not display user info',
	canNotSubscribe: 'Sorry, can not subscribe to this user'
	}
	
	/* Chat localization */
	ChatText = {
	    cantSendMessageOffline : 'You can\'t send message when you are offline',
	    removeContact : 'Are you sure you want to remove this contact from your contact-list?',
	    communicationError : 'We are experiencing technical difficulties and cannot log in you in chat right now. Please try again later.'
	}
