var general = {};

general.email = {
	valide: "No valid e-mail",
	emply: 	"You need to add the e-mail adress",
	send: 	"The message is sending, please wait",
	ok: 	"The message was successfully sent"
};

general.size = {
	byte:	' byte',
	kbyte: 	' Kb',
	mbyte: 	' Mb ',
	gbyte: 	' Gb'
};

general.time = {
	sec:	' sec ',
	min: 	' min ',
	hour: 	' h '
};

general.ftp = {
	deleteAccount:		' Are you sure you want to delete the aditional ftp account ',
	moveSuccessfully:	' Your ftp folder was checked.\n next files was transferred: ',
	moveBegin:			' files are transferring now ',
	moveEnd:			' all files was trasferred'
};

general.premium = {
	emply:	"You need to put at least one url"
};

general.reg = {
	pass:	"password"
};

general.folder = {
	notlink: "You can't get the download link for this folder!",
	emply: "There are no any files in this folder."
};
general.tariff = {
		select_btn: 'Select', 
		make_payment_sms: 'Pay',
		phone_num: 'phone', 
		day: 'day', 
		alert_msg: 'If you are unable to send an SMS-message:\n'+
	'please, send a new Short Message with text %word% on %phone%\n'+ 
	'We will not withdraw your money for an incorrect SMS-message',
		plimusRemarks: 'Your access will be atomatically prolonged after the time specified of your membership type.'+
			' Read more information on <a href="/faq" target="_blank">subscriptions</a>.'
};

var smartSearch = {
	addConditionAlert: 'You need select one or several conditions for search',
	findButton: 'Find',
	andOperation: 'All rules',
	orOperation: 'Any rule'
};
