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", whatiscvv: "What is CVV Code", resellerMethodDialogTitle: "Reseller Payment Methods for %s", resellerItemFullList: "full list", promoIncorrect: 'Promo code is incorrect!' }; general.security = { wrongCode: "Wrong security code" }; 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.files = { many_files_recordtext: "View {0} - {1}. Total files: " }; general.tariff = { select_btn: 'Select', make_payment_sms: 'Pay', phone_num: 'phone', day: 'day', month: 'month', popup_title:'Purchase Premium access', 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 subscriptions." }; general.upload = { select_at_least_one_err: 'Select at least one completed upload', forDownload: 'for download', forSite: 'for site', forForum: 'for forum', oldForDownload: 'old version', standart: 'standart', withfilename: 'with a file name', custom: 'custom', defaultSort: 'by selection order (by default)', asc: 'by file name (from a to z)', desc: 'by file name (from z to a)', defaultCustom: 'To create your own link template, please, go to the page “Settings” https://turbobit.net/user/settings', linkDomainLabel: 'Link domain', dwnldRecommened: 'dwnld.net (recomended)', }; var smartSearch = { addConditionAlert: 'You need select one or several conditions for search', findButton: 'Find', andOperation: 'All rules', orOperation: 'Any rule' }; var smartTime = { hour: 'hour', hours: 'hours', nohours: 'hours', min: 'minute', mins: 'minutes', nomins: 'minutes', sec: 'second', secs: 'seconds', nosecs: 'seconds' };