en.php 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. <?php
  2. /**
  3. * Hestia language file
  4. * HestiaCP (info@hestiacp.com)
  5. */
  6. $LANG['en'] = array(
  7. 'Packages' => 'Packages',
  8. 'IP' => 'Network',
  9. 'Graphs' => 'Task Monitor',
  10. 'Statistics' => 'Statistics',
  11. 'Log' => 'Logs',
  12. 'Server' => 'Server',
  13. 'Services' => 'Services',
  14. 'Firewall' => 'Firewall',
  15. 'Updates' => 'Updates',
  16. 'Log in' => 'Log in',
  17. 'Log out' => 'Log out',
  18. 'USER' => 'USERS',
  19. 'WEB' => 'WEB',
  20. 'DNS' => 'DNS',
  21. 'MAIL' => 'MAIL',
  22. 'DB' => 'DB',
  23. 'CRON' => 'CRON',
  24. 'BACKUP' => 'BACKUPS',
  25. 'LOGIN' => 'LOGIN',
  26. 'RESET PASSWORD' => 'RESET PASSWORD',
  27. 'SEARCH' => 'SEARCH',
  28. 'PACKAGE' => 'PACKAGE',
  29. 'RRD' => 'TASK MONITOR',
  30. 'STATS' => 'STATS',
  31. 'LOG' => 'LOGS',
  32. 'UPDATES' => 'UPDATES',
  33. 'FIREWALL' => 'FIREWALL',
  34. 'SERVER' => 'SERVER',
  35. 'MEMORY' => 'MEMORY',
  36. 'DISK' => 'DISK',
  37. 'NETWORK' => 'NETWORK',
  38. 'Web Log Manager' => 'Web Log Manager',
  39. 'no notifications' => 'No notifications',
  40. 'Add User' => 'Add User',
  41. 'Add Domain' => 'Add Domain',
  42. 'Add Web Domain' => 'Add Web Domain',
  43. 'Add DNS Domain' => 'Add DNS Zone',
  44. 'Add DNS Record' => 'Add DNS Record',
  45. 'Add Mail Domain' => 'Add Mail Domain',
  46. 'Add Mail Account' => 'Add Mail Account',
  47. 'Add Database' => 'Add Database',
  48. 'Add Cron Job' => 'Add Job',
  49. 'Create Backup' => 'Create Backup',
  50. 'Configure' => 'Configure',
  51. 'Restore All' => 'Restore All',
  52. 'Add Package' => 'Add Package',
  53. 'Add IP' => 'Add IP Address',
  54. 'Add Rule' => 'Add Rule',
  55. 'Ban IP Address' => 'Add IP to ban list',
  56. 'Search' => 'Search',
  57. 'Add one more FTP Account' => 'Add FTP account',
  58. 'Overall Statistics' => 'View All Statistics',
  59. 'Daily' => 'Daily',
  60. 'Weekly' => 'Weekly',
  61. 'Monthly' => 'Monthly',
  62. 'Yearly' => 'Yearly',
  63. 'Add' => 'Add',
  64. 'Back' => 'Back',
  65. 'Save' => 'Save',
  66. 'Submit' => 'Submit',
  67. 'toggle all' => 'Toggle all',
  68. 'apply to selected' => 'Apply to selected',
  69. 'rebuild' => 'Rebuild All',
  70. 'rebuild web' => 'Rebuild Web Domains',
  71. 'rebuild dns' => 'Rebuild DNS Zones',
  72. 'rebuild mail' => 'Rebuild Mail Domains',
  73. 'rebuild db' => 'Rebuild Databases',
  74. 'rebuild cron' => 'Rebuild Cron Jobs',
  75. 'update counters' => 'Update Usage Counters',
  76. 'suspend' => 'Suspend',
  77. 'unsuspend' => 'Unsuspend',
  78. 'delete' => 'Delete',
  79. 'show per user' => 'Show Per User',
  80. 'login as' => 'Login as',
  81. 'logout' => 'Logout',
  82. 'edit' => 'Edit',
  83. 'open webstats' => 'View Web Stats',
  84. 'view logs' => 'View Logs',
  85. 'list records' => 'List %s Records',
  86. 'add record' => 'Add Record',
  87. 'list accounts' => 'List %s Accounts',
  88. 'add account' => 'Add Account',
  89. 'open webmail' => 'Open Webmail',
  90. 'list fail2ban' => 'Manage Banned IPs',
  91. 'open %s' => 'Open %s',
  92. 'download' => 'Download',
  93. 'restore' => 'Restore',
  94. 'configure restore settings' => 'Configure Restore Settings',
  95. 'stop' => 'Stop',
  96. 'start' => 'Start',
  97. 'restart' => 'Restart',
  98. 'update' => 'Update',
  99. 'generate' => 'Generate',
  100. 'Generate CSR' => 'Generate Self-Signed SSL Certificate',
  101. 'reread IP' => 'Verify IP address',
  102. 'enable autoupdate' => 'Automatic Updates: Off',
  103. 'disable autoupdate' => 'Automatic Updates: On',
  104. 'turn on notifications' => 'Turn on notifications',
  105. 'turn off notifications' => 'Turn off notifications',
  106. 'configure' => 'Configure',
  107. 'Adding User' => 'Add User',
  108. 'Editing User' => 'Edit User',
  109. 'Adding Domain' => 'Add Web Domain',
  110. 'Editing Domain' => 'Edit Web Domain',
  111. 'Adding DNS Domain' => 'Add DNS Zone',
  112. 'Editing DNS Domain' => 'Edit DNS Zone',
  113. 'Adding DNS Record' => 'Add DNS Record',
  114. 'Editing DNS Record' => 'Edit DNS Record',
  115. 'Adding Mail Domain' => 'Add Mail Domain',
  116. 'Editing Mail Domain' => 'Edit Mail Domain',
  117. 'Adding Mail Account' => 'Add Mail Account',
  118. 'Editing Mail Account' => 'Edit Mail Account',
  119. 'Adding database' => 'Add Database',
  120. 'Editing Cron Job' => 'Edit Job',
  121. 'Adding Cron Job' => 'Add Job',
  122. 'Editing Database' => 'Edit Database',
  123. 'Adding Package' => 'Add Package',
  124. 'Editing Package' => 'Edit Package',
  125. 'Adding IP address' => 'Add IP Address',
  126. 'Editing IP Address' => 'Edit IP Address',
  127. 'Editing Backup Exclusions' => 'Edit Backup Exclusions',
  128. 'Generating CSR' => 'Generate New Self-Signed SSL Certificate',
  129. 'Listing' => 'Listing',
  130. 'Search Results' => 'Search Results',
  131. 'Adding Firewall Rule' => 'Add Firewall Rule',
  132. 'Editing Firewall Rule' => 'Edit Firewall Rule',
  133. 'Adding IP Address to Banlist' => 'Ban IP Address',
  134. 'active' => 'Active',
  135. 'spnd' => 'Suspended',
  136. 'suspended' => 'Suspended',
  137. 'running' => 'Running',
  138. 'stopped' => 'Stopped',
  139. 'outdated' => 'Outdated',
  140. 'updated' => 'Updated',
  141. 'yes' => 'Yes',
  142. 'no' => 'No',
  143. 'none' => 'None',
  144. 'pb' => 'PB',
  145. 'tb' => 'TB',
  146. 'gb' => 'GB',
  147. 'mb' => 'MB',
  148. 'minute' => 'minute',
  149. 'hour' => 'hour',
  150. 'day' => 'day',
  151. 'days' => 'days',
  152. 'hours' => 'hours',
  153. 'minutes' => 'minutes',
  154. 'month' => 'month',
  155. 'package' => 'package',
  156. 'Bandwidth' => 'Bandwidth',
  157. 'Disk' => 'Disk',
  158. 'Web' => 'Web',
  159. 'Mail' => 'Mail',
  160. 'Databases' => 'Databases',
  161. 'User Directories' => 'User Directories',
  162. 'Template' => 'Template',
  163. 'Web Template' => 'Web Template',
  164. 'Backend Template' => 'Backend Template',
  165. 'Proxy Template' =>'Proxy Template',
  166. 'DNS Template' => 'DNS Template',
  167. 'Web Domains' => 'Web Domains',
  168. 'SSL Domains' => 'SSL Web Domains',
  169. 'Web Aliases' => 'Web Aliases',
  170. 'per domain' => 'Per Domain',
  171. 'DNS Domains' => 'DNS Zones',
  172. 'DNS domains' => 'DNS Zones',
  173. 'DNS records' => 'DNS Records',
  174. 'Name Servers' => 'Name Servers',
  175. 'Mail Domains' => 'Mail Domains',
  176. 'Mail Accounts' => 'Mail Accounts',
  177. 'Cron Jobs' => 'Cron Jobs',
  178. 'SSH Access' => 'SSH Access',
  179. 'IP Address' => 'IP Address',
  180. 'IP Addresses' => 'IP Addresses',
  181. 'Backups' => 'Backups',
  182. 'Backup System' => 'Backup System',
  183. 'backup exclusions' => 'Backup Exclusions',
  184. 'template' => 'Template',
  185. 'SSL Support' => 'Enable SSL for this domain',
  186. 'SSL Home Directory' => 'SSL Home Directory',
  187. 'Force SSL/HTTPS' => 'Enforce HTTP-to-HTTPS redirection',
  188. 'Lets Encrypt Support' => 'Use Lets Encrypt to obtain SSL certificate',
  189. 'Lets Encrypt' => 'Lets Encrypt',
  190. 'Your certificate will be automatically issued in 5 minutes' => 'Your SSL certificate will be automatically issued within 5 minutes',
  191. 'Proxy Support' => 'Proxy Support',
  192. 'Proxy Extensions' => 'Proxy Extensions',
  193. 'Web Statistics' => 'Web Statistics',
  194. 'Additional FTP Account' => 'Additional FTP account(s)',
  195. 'Path' => 'Path',
  196. 'SOA' => 'SOA',
  197. 'TTL' => 'TTL',
  198. 'Expire' => 'Expire',
  199. 'Records' => 'Records',
  200. 'Serial' => 'Serial',
  201. 'Catchall email' => 'Catch-All Email',
  202. 'AntiVirus Support' => 'Anti-Virus',
  203. 'AntiSpam Support' => 'Spam Filter',
  204. 'DKIM Support' => 'DKIM',
  205. 'Accounts' => 'Accounts',
  206. 'Quota' => 'Quota',
  207. 'Autoreply' => 'Auto-Reply',
  208. 'Forward to' => 'Forward to',
  209. 'Do not store forwarded mail' => 'Discard all forwarded mail',
  210. 'IMAP hostname' => 'IMAP Hostname',
  211. 'IMAP port' => 'IMAP Port',
  212. 'IMAP security' => 'IMAP Security',
  213. 'IMAP auth method' => 'IMAP Authentication Method',
  214. 'SMTP hostname' => 'SMTP Hostname',
  215. 'SMTP port' => 'SMTP Port',
  216. 'SMTP security' => 'SMTP Security',
  217. 'SMTP auth method' => 'SMTP Authentication Method',
  218. 'STARTTLS' => 'STARTTLS',
  219. 'Normal password' => 'Normal Password',
  220. 'database' => 'Database',
  221. 'User' => 'Username',
  222. 'Host' => 'Hostname',
  223. 'Charset' => 'Charset',
  224. 'Min' => 'Minute',
  225. 'Hour' => 'Hour',
  226. 'Day' => 'Day',
  227. 'Month' => 'Month',
  228. 'Day of week' => 'Day of Week',
  229. 'local' => 'Local',
  230. 'Run Time' => 'Run Time',
  231. 'Backup Size' => 'Backup Size',
  232. 'SYS' => 'SYS',
  233. 'Domains' => 'Domains',
  234. 'Status' => 'Status',
  235. 'shared' => 'Shared',
  236. 'dedicated' => 'Dedicated',
  237. 'Owner' => 'Owner',
  238. 'Users' => 'Users',
  239. 'Load Average' => 'Load Average',
  240. 'Memory Usage' => 'Memory Usage',
  241. 'APACHE2 Usage' => 'Apache Web Server Usage',
  242. 'HTTPD Usage' => 'Apache Web Server Usage',
  243. 'NGINX Usage' => 'NGINX Proxy Server Usage',
  244. 'MySQL Usage on localhost' => 'MySQL Usage on localhost',
  245. 'PostgreSQL Usage on localhost' => 'PostgreSQL Usage on localhost',
  246. 'Bandwidth Usage eth0' => 'Bandwidth Usage eth0',
  247. 'Bandwidth Usage eth1' => 'Bandwidth Usage eth1',
  248. 'Exim Usage' => 'SMTP Usage',
  249. 'FTP Usage' => 'FTP Usage',
  250. 'SSH Usage' => 'SSH Usage',
  251. 'reverse proxy' => 'Reverse Proxy',
  252. 'web server' => 'Web Server',
  253. 'dns server' => 'DNS Server',
  254. 'mail server' => 'Mail Server',
  255. 'pop/imap server' => 'POP/IMAP Server',
  256. 'email antivirus' => 'Anti-Virus',
  257. 'email antispam' => 'Spam Filter',
  258. 'database server' => 'Database Server',
  259. 'backend server' => 'Backend Server',
  260. 'ftp server' => 'FTP Server',
  261. 'job scheduler' => 'Task Scheduler',
  262. 'firewall' => 'Firewall',
  263. 'brute-force monitor' => 'Access Monitor',
  264. 'CPU' => 'CPU',
  265. 'Memory' => 'Memory',
  266. 'Uptime' => 'Uptime',
  267. 'core package' => 'Hestia Control Panel',
  268. 'php interpreter' => 'Hestia PHP Engine',
  269. 'internal web server' => 'Hestia Web Server',
  270. 'Version' => 'Version',
  271. 'Release' => 'Release',
  272. 'Architecture' => 'Architecture',
  273. 'Object' => 'Object',
  274. 'Username' => 'Username',
  275. 'Password' => 'Password',
  276. 'Email' => 'Email',
  277. 'Package' => 'Package',
  278. 'Language' => 'Language',
  279. 'First Name' => 'First Name',
  280. 'Last Name' => 'Last Name',
  281. 'Send login credentials to email address' => 'Email login credentials to:',
  282. 'Default Template' => 'Default Template',
  283. 'Default Name Servers' => 'Default Name Servers',
  284. 'Domain' => 'Domain',
  285. 'DNS Support' => 'Create DNS zone',
  286. 'Mail Support' => 'Enable mail for this domain',
  287. 'Advanced options' => 'Advanced Options',
  288. 'Basic options' => 'Basic Options',
  289. 'Aliases' => 'Aliases',
  290. 'SSL Certificate' => 'SSL Certificate',
  291. 'SSL Key' => 'SSL Key',
  292. 'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediate',
  293. 'SSL CSR' => 'SSL Certificate Request',
  294. 'optional' => 'Optional',
  295. 'internal' => 'Internal',
  296. 'Statistics Authorization' => 'Statistics Authorization',
  297. 'Statistics Auth' => 'Statistics Authorization',
  298. 'Account' => 'Account',
  299. 'Prefix will be automaticaly added to username' => 'Prefix %s will be added to username automatically',
  300. 'Send FTP credentials to email' => 'Email FTP login credentials to:',
  301. 'Expiration Date' => 'Expiration Date',
  302. 'YYYY-MM-DD' => 'YYYY-MM-DD',
  303. 'Name servers' => 'Name Servers',
  304. 'Record' => 'Record',
  305. 'IP or Value' => 'IP or Value',
  306. 'Priority' => 'Priority',
  307. 'Record Number' => 'Record Number',
  308. 'in megabytes' => 'in MB',
  309. 'Message' => 'Message',
  310. 'use local-part' => 'Use local-part without domain name',
  311. 'one or more email addresses' => 'One or more email addresses',
  312. 'Prefix will be automaticaly added to database name and database user' => 'Prefix <b>%s</b> will be added to the database and user names automatically',
  313. 'Database' => 'Database',
  314. 'Type' => 'Type',
  315. 'Minute' => 'Minute',
  316. 'Command' => 'Command',
  317. 'Package Name' => 'Package Name',
  318. 'Netmask' => 'Netmask',
  319. 'Interface' => 'Interface',
  320. 'Shared' => 'Shared',
  321. 'Assigned user' => 'Assigned User',
  322. 'Assigned domain' => 'Assigned Domain',
  323. 'NAT IP association' => 'NAT IP Association',
  324. 'shell' => 'Shell',
  325. 'web domains' => 'Web Domains',
  326. 'web aliases' => 'Web Aliases',
  327. 'dns records' => 'DNS Records',
  328. 'mail domains' => 'Mail Domains',
  329. 'mail accounts' => 'Mail Accounts',
  330. 'accounts' => 'Accounts',
  331. 'databases' => 'Databases',
  332. 'cron jobs' => 'Cron Jobs',
  333. 'backups' => 'Backups',
  334. 'quota' => 'Quota',
  335. 'day of week' => 'Day of Week',
  336. 'cmd' => 'Command',
  337. 'users' => 'Users',
  338. 'domains' => 'Domains',
  339. 'zones' => 'Zones',
  340. 'aliases' => 'Aliases',
  341. 'records' => 'Records',
  342. 'jobs' => 'Jobs',
  343. 'username' => 'Username',
  344. 'password' => 'Password',
  345. 'type' => 'Type',
  346. 'charset' => 'Charset',
  347. 'domain' => 'Domain',
  348. 'ip' => 'IP',
  349. 'ip address' => 'IP address',
  350. 'IP address' => 'IP Address',
  351. 'netmask' => 'netmask',
  352. 'interface' => 'Interface',
  353. 'assigned user' => 'Assigned User',
  354. 'ns1' => 'ns1',
  355. 'ns2' => 'ns2',
  356. 'user' => 'User',
  357. 'email' => 'Email',
  358. 'first name' => 'First Name',
  359. 'last name' => 'Last Name',
  360. 'account' => 'Account',
  361. 'ssl certificate' => 'SSL Certificate',
  362. 'ssl key' => 'SSL Key',
  363. 'stats user password' => 'Statistics Credentials',
  364. 'stats username' => 'Web Statistics Username',
  365. 'stats password' => 'Web Statistics Password',
  366. 'ftp user password' => 'FTP Credentials',
  367. 'ftp user' => 'FTP User',
  368. 'Last 70 lines of %s.%s.log' => 'Last 70 lines of %s.%s.log',
  369. 'AccessLog' => 'Access Log',
  370. 'ErrorLog' => 'Error Log',
  371. 'Download AccessLog' => 'Download Access Log',
  372. 'Download ErrorLog' => 'Download Error Log',
  373. 'Country' => 'Country',
  374. '2 letter code' => '2 Letter Code',
  375. 'State / Province' => 'State / Province',
  376. 'City / Locality' => 'City',
  377. 'Organization' => 'Organisation',
  378. 'Action' => 'Action',
  379. 'Protocol' => 'Protocol',
  380. 'Port' => 'Port',
  381. 'Comment' => 'Service',
  382. 'Banlist' => 'Service',
  383. 'ranges are acceptable' => 'Ranges are acceptable',
  384. 'CIDR format is supported' => 'CIDR format is supported',
  385. 'ACCEPT' => 'Allow',
  386. 'DROP' => 'Block',
  387. 'TCP' => 'TCP',
  388. 'UDP' => 'UDP',
  389. 'ICMP' => 'ICMP',
  390. 'SSH' => 'SSH',
  391. 'FTP' => 'FTP',
  392. 'HESTIA' => 'Hestia',
  393. 'Add one more Name Server' => 'Add Name Server',
  394. 'web domain' => 'Web Domain',
  395. 'dns domain' => 'DNS Zone',
  396. 'dns record' => 'DNS Record',
  397. 'mail domain' => 'Mail Domain',
  398. 'mail account' => 'Mail Account',
  399. 'cron job' => 'Cron Job',
  400. 'cron' => 'Cron',
  401. 'user dir' => 'User Directory',
  402. 'unlimited' => '∞',
  403. '1 account' => '1 account',
  404. '%s accounts' => '%s accounts',
  405. '1 domain' => '1 domain',
  406. '%s domains' => '%s domains',
  407. '1 record' => '1 record',
  408. '%s records' => '%s records',
  409. '1 mail account' => '1 mail account',
  410. '%s mail accounts' => '%s mail accounts',
  411. '1 database' => '1 database',
  412. '%s databases' => '%s databases',
  413. '1 cron job' => '1 cron job',
  414. '%s cron jobs' => '%s cron jobs',
  415. '1 archive' => '1 archive',
  416. '%s archives' => '%s archives',
  417. '1 item' => '1 item',
  418. '%s items' => '%s items',
  419. '1 package' => '1 package',
  420. '%s packages' => '%s packages',
  421. '1 IP address' => '1 IP address',
  422. '%s IP addresses' => '%s IP addresses',
  423. '1 month' => '1 month',
  424. '%s months' => '%s months',
  425. '1 log record' => '1 log record',
  426. '%s log records' => '%s log records',
  427. '1 object' => '1 object',
  428. '%s objects' => '%s objects',
  429. 'no exclusions' => 'No exclusions',
  430. '1 rule' => '1 rule',
  431. '%s rules' => '%s rules',
  432. 'There are no currently banned IP' => 'There are currently no banned IP addresses.',
  433. 'USER_CREATED_OK' => 'User <a href="/edit/user/?user=%s"><b>%s</b></a> has been created successfully.',
  434. 'WEB_DOMAIN_CREATED_OK' => 'Domain <a href="/edit/web/?domain=%s"><b>%s</b></a> has been created successfully.',
  435. 'DNS_DOMAIN_CREATED_OK' => 'DNS domain <a href="/list/dns/?domain=%s"><b>%s</b></a> has been created successfully.',
  436. 'DNS_RECORD_CREATED_OK' => 'Record <b>%s.%s</b> has been created successfully.',
  437. 'MAIL_DOMAIN_CREATED_OK' => 'Mail domain <a href="/list/mail/?domain=%s"><b>%s</b></a> has been created successfully.',
  438. 'MAIL_ACCOUNT_CREATED_OK' => 'Mail account <a href="/edit/mail/?account=%s&domain=%s"><b>%s@%s</b></a> has been created successfully.',
  439. 'DATABASE_CREATED_OK' => 'Database <a href="/edit/db/?database=%s"><b>%s</b></a> has been created successfully.',
  440. 'CRON_CREATED_OK' => 'Cron job has been created successfully.',
  441. 'IP_CREATED_OK' => 'IP address <a href="/edit/ip/?ip=%s"><b>%s</b></a> has been created successfully.',
  442. 'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> has been created successfully.',
  443. 'SSL_GENERATED_OK' => 'Certificate has been generated successfully.',
  444. 'RULE_CREATED_OK' => 'Rule has been created successfully.',
  445. 'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
  446. 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled.',
  447. 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled.',
  448. 'Cronjob email reporting has been successfully enabled' => 'Cronjob email reporting has been successfully enabled',
  449. 'Cronjob email reporting has been successfully disabled' => 'Cronjob email reporting has been successfully disabled',
  450. 'Changes has been saved.' => 'Changes have been saved.',
  451. 'Confirmation' => 'Confirmation',
  452. 'DELETE_USER_CONFIRMATION' => 'Are you sure you want to delete user %s?',
  453. 'SUSPEND_USER_CONFIRMATION' => 'Are you sure you want to suspend user %s?',
  454. 'UNSUSPEND_USER_CONFIRMATION' => 'Are you sure you want to unsuspend user %s?',
  455. 'DELETE_DOMAIN_CONFIRMATION' => 'Are you sure you want to delete domain %s?',
  456. 'SUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure you want to suspend domain %s?',
  457. 'UNSUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure you want to unsuspend domain %s?',
  458. 'DELETE_RECORD_CONFIRMATION' => 'Are you sure you want to delete record %s?',
  459. 'SUSPEND_RECORD_CONFIRMATION' => 'Are you sure you want to suspend record %s?',
  460. 'UNSUSPEND_RECORD_CONFIRMATION' => 'Are you sure you want to unsuspend record %s?',
  461. 'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to delete %s?',
  462. 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to suspend %s?',
  463. 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure you want to unsuspend %s?',
  464. 'DELETE_DATABASE_CONFIRMATION' => 'Are you sure you want to delete database %s?',
  465. 'SUSPEND_DATABASE_CONFIRMATION' => 'Are you sure you want to suspend database %s?',
  466. 'UNSUSPEND_DATABASE_CONFIRMATION' => 'Are you sure you want to unsuspend database %s?',
  467. 'DELETE_CRON_CONFIRMATION' => 'Are you sure you want to delete cron job?',
  468. 'SUSPEND_CRON_CONFIRMATION' => 'Are you sure you want to suspend cron job?',
  469. 'UNSUSPEND_CRON_CONFIRMATION' => 'Are you sure you want to unsuspend cron job?',
  470. 'DELETE_BACKUP_CONFIRMATION' => 'Are you sure you want to delete %s backup?',
  471. 'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure you want to delete %s exclusion?',
  472. 'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure you want to delete package %s?',
  473. 'DELETE_IP_CONFIRMATION' => 'Are you sure you want to delete IP address %s?',
  474. 'DELETE_RULE_CONFIRMATION' => 'Are you sure you want to delete rule #%s?',
  475. 'SUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to suspend rule #%s?',
  476. 'UNSUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to unsuspend rule #%s?',
  477. 'Are you sure you want to stop service' => 'Are you sure you want to stop service %s?',
  478. 'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?',
  479. 'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?',
  480. 'Welcome' => 'Welcome',
  481. 'LOGGED_IN_AS' => 'Logged in as user %s',
  482. 'Error' => 'Error',
  483. 'Invalid username or password' => 'Invalid username or password.',
  484. 'Invalid username or code' => 'Invalid username or code.',
  485. 'Passwords not match' => 'Passwords do not match.',
  486. 'Please enter valid email address.' => 'Please enter a valid email address.',
  487. 'Field "%s" can not be blank.' => 'Field "%s" can not be blank.',
  488. 'Password is too short.' => 'Password is too short (minimum is 6 characters)',
  489. 'Error code:' => 'Error code: %s',
  490. 'SERVICE_ACTION_FAILED' => '"%s" "%s" failed',
  491. 'IP address is in use' => 'IP address is in use',
  492. 'BACKUP_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.',
  493. 'BACKUP_EXISTS' => 'An existing backup is already running. Please wait for that backup to finish.',
  494. 'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your restore has been completed.',
  495. 'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.',
  496. 'WEB_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific dirs use following format: domain.com:public_html/cache:public_html/tmp',
  497. 'DNS_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *',
  498. 'MAIL_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific accounts use following format: domain.com:info:support:postmaster',
  499. 'DB_EXCLUSIONS' => 'Type full database name, one per line. To exclude all databases use *',
  500. 'CRON_EXCLUSIONS' => 'To exclude all jobs use *',
  501. 'USER_EXCLUSIONS' => 'Type directory name, one per line. To exlude all dirs use *',
  502. 'Welcome to Hestia Control Panel' => 'Welcome to Hestia Control Panel',
  503. 'MAIL_FROM' => 'Hestia Control Panel <noreply@%s>',
  504. 'GREETINGS_GORDON_FREEMAN' => "Hello, %s %s,\n",
  505. 'GREETINGS' => "Hello,\n",
  506. 'ACCOUNT_READY' => "Your account has been created and is ready for use.\n\nhttps://%s/login/\nUsername: %s\nPassword: %s\n\n--\nHestia Control Panel\n",
  507. 'FTP login credentials' => 'FTP login credentials',
  508. 'FTP_ACCOUNT_READY' => "FTP account has been created and is ready for use.\n\nHostname: %s\nUsername: %s_%s\nPassword: %s\n\n--\nHestia Control Panel\n",
  509. 'Database Credentials' => 'Database Credentials',
  510. 'DATABASE_READY' => "Database has been created successfully.\n\nDatabase: %s\nUser: %s\nPassword: %s\n%s\n\n--\nHestia Control Panel\n",
  511. 'forgot password' => 'Forgot Password',
  512. 'Confirm' => 'Confirm',
  513. 'New Password' => 'New Password',
  514. 'Confirm Password' => 'Confirm Password',
  515. 'Reset' => 'Reset',
  516. 'Reset Code' => 'Reset Code',
  517. 'RESET_NOTICE' => '',
  518. 'RESET_CODE_SENT' => 'Password reset code has been sent to your email address<br>',
  519. 'MAIL_RESET_SUBJECT' => 'Password Reset at %s',
  520. 'PASSWORD_RESET_REQUEST' => "To reset your Hestia Control Panel password, please follow this link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, you may go to https://%s/reset/?action=code&user=%s and enter the following reset code:\n%s\n\nIf you did not request password reset, please ignore this message and accept our apologies.\n\n--\nHestia Control Panel\n",
  521. 'Jan' => 'Jan',
  522. 'Feb' => 'Feb',
  523. 'Mar' => 'Mar',
  524. 'Apr' => 'Apr',
  525. 'May' => 'May',
  526. 'Jun' => 'Jun',
  527. 'Jul' => 'Jul',
  528. 'Aug' => 'Aug',
  529. 'Sep' => 'Sep',
  530. 'Oct' => 'Oct',
  531. 'Nov' => 'Nov',
  532. 'Dec' => 'Dec',
  533. 'Configuring Server' => 'Configure Server',
  534. 'Hostname' => 'Hostname',
  535. 'Time Zone' => 'Time Zone',
  536. 'Default Language' => 'Default Language',
  537. 'Proxy Server' => 'Proxy Server',
  538. 'Web Server' => 'Web Server',
  539. 'Backend Server' => 'Backend Server',
  540. 'Backend Pool Mode' => 'Backend Pool Mode',
  541. 'DNS Server' => 'DNS Server',
  542. 'DNS Cluster' => 'DNS Cluster',
  543. 'MAIL Server' => 'Mail Server',
  544. 'Antivirus' => 'Anti-Virus',
  545. 'AntiSpam' => 'Spam Filter',
  546. 'Webmail URL' => 'Webmail Alias',
  547. 'MySQL Support' => 'MySQL Support',
  548. 'phpMyAdmin URL' => 'phpMyAdmin URL',
  549. 'PostgreSQL Support' => 'PostgreSQL Support',
  550. 'phpPgAdmin URL' => 'phpPgAdmin URL',
  551. 'Maximum Number Of Databases' => 'Maximum Number of Databases',
  552. 'Current Number Of Databases' => 'Current Number of Databases',
  553. 'Local backup' => 'Local backup',
  554. 'Compression level' => 'Compression level',
  555. 'Directory' => 'Directory',
  556. 'Remote backup' => 'Remote backup',
  557. 'ftp' => 'FTP',
  558. 'sftp' => 'SFTP',
  559. 'SFTP Chroot' => 'SFTP Chroot',
  560. 'FileSystem Disk Quota' => 'File System Disk Quota',
  561. 'Hestia Control Panel Plugins' => 'Plugins',
  562. 'preview' => 'preview',
  563. 'Reseller Role' => 'Reseller Role',
  564. 'Web Config Editor' => 'Web Config Editor',
  565. 'Template Manager' => 'Template Manager',
  566. 'Backup Migration Manager' => 'Backup Migration Manager',
  567. 'FileManager' => 'File Manager',
  568. 'show: CPU / MEM / NET / DISK' => 'View Advanced Details',
  569. 'sort by' => 'sort by',
  570. 'Date' => 'Date',
  571. 'Starred' => 'Starred',
  572. 'Name' => 'Name',
  573. 'save to favorites' => 'save to favorites',
  574. 'File Manager' => 'File Manager',
  575. 'size' => 'size',
  576. 'date' => 'date',
  577. 'name' => 'name',
  578. 'Initializing' => 'Initializing',
  579. 'UPLOAD' => 'UPLOAD',
  580. 'NEW FILE' => 'NEW FILE',
  581. 'NEW DIR' => 'NEW DIR',
  582. 'DELETE' => 'DELETE',
  583. 'RENAME' => 'RENAME',
  584. 'MOVE' => 'MOVE',
  585. 'RIGHTS' => 'RIGHTS',
  586. 'COPY' => 'COPY',
  587. 'ARCHIVE' => 'ARCHIVE',
  588. 'EXTRACT' => 'EXTRACT',
  589. 'DOWNLOAD' => 'DOWNLOAD',
  590. 'Are you sure?' => 'Are you sure?',
  591. 'Hit' => 'Hit',
  592. 'to reload the page' => 'to reload the page',
  593. 'Directory name cannot be empty' => 'Directory name cannot be empty',
  594. 'File name cannot be empty' => 'File name cannot be empty',
  595. 'No file selected' => 'No file selected',
  596. 'No file or folder selected' => 'No file or folder selected',
  597. 'File type not supported' => 'File type not supported',
  598. 'Directory download not available in current version' => 'Directory download not available in current version',
  599. 'Directory not available' => 'Directory not available',
  600. 'Done' => 'Done',
  601. 'Close' => 'Close',
  602. 'Copy' => 'Copy',
  603. 'Cancel' => 'Cancel',
  604. 'Rename' => 'Rename',
  605. 'Move' => 'Move',
  606. 'Change Rights' => 'Change Rights',
  607. 'Delete' => 'Delete',
  608. 'Extract' => 'Extract',
  609. 'Create' => 'Create',
  610. 'Compress' => 'Compress',
  611. 'OK' => 'OK',
  612. 'YOU ARE COPYING' => 'YOU ARE COPYING',
  613. 'YOU ARE REMOVING' => 'YOU ARE REMOVING',
  614. 'Delete items' => 'Delete items',
  615. 'Copy files' => 'Copy files',
  616. 'Move files' => 'Move files',
  617. 'Are you sure you want to copy' => 'Are you sure you want to copy',
  618. 'Are you sure you want to move' => 'Are you sure you want to move',
  619. 'Are you sure you want to delete' => 'Are you sure you want to delete',
  620. 'into' => 'into',
  621. 'existing files will be replaced' => 'existing files will be replaced',
  622. 'Original name' => 'Original name',
  623. 'File' => 'File',
  624. 'already exists' => 'already exists',
  625. 'Create file' => 'Create file',
  626. 'Create directory' => 'Create directory',
  627. 'read by owner' => 'read by owner',
  628. 'write by owner' => 'write by owner',
  629. 'execute/search by owner' => 'execute/search by owner',
  630. 'read by group' => 'read by group',
  631. 'write by group' => 'write by group',
  632. 'execute/search by group' => 'execute/search by group',
  633. 'read by others' => 'read by others',
  634. 'write by others' => 'write by others',
  635. 'execute/search by others' => 'execute/search by others',
  636. 'Shortcuts' => 'Shortcuts',
  637. 'Add New object' => 'Add New object',
  638. 'Save Form' => 'Save Form',
  639. 'Cancel saving form' => 'Cancel saving form',
  640. 'Go to USER list' => 'Go to USER list',
  641. 'Go to WEB list' => 'Go to WEB list',
  642. 'Go to DNS list' => 'Go to DNS list',
  643. 'Go to MAIL list' => 'Go to MAIL list',
  644. 'Go to DB list' => 'Go to DB list',
  645. 'Go to CRON list' => 'Go to CRON list',
  646. 'Go to BACKUP list' => 'Go to BACKUP list',
  647. 'Focus on search' => 'Focus on search',
  648. 'Display/Close shortcuts' => 'Display/Close shortcuts',
  649. 'Move backward through top menu' => 'Move backward through top menu',
  650. 'Move forward through top menu' => 'Move forward through top menu',
  651. 'Enter focused element' => 'Enter focused element',
  652. 'Move up through elements list' => 'Move up through elements list',
  653. 'Move down through elements list' => 'Move down through elements list',
  654. 'Upload' => 'Upload',
  655. 'New File' => 'New File',
  656. 'New Folder' => 'New Folder',
  657. 'Download' => 'Download',
  658. 'Archive' => 'Archive',
  659. 'Save File (in text editor)' => 'Save File (in text editor)',
  660. 'Close Popup / Cancel' => 'Close Popup / Cancel',
  661. 'Move Cursor Up' => 'Move Cursor Up',
  662. 'Move Cursor Down' => 'Move Cursor Down',
  663. 'Switch to Left Tab' => 'Switch to Left Tab',
  664. 'Switch to Right Tab' => 'Switch to Right Tab',
  665. 'Switch Tab' => 'Switch Tab',
  666. 'Go to the Top of the File List' => 'Go to the Top of the File List',
  667. 'Go to the Last File' => 'Go to the Last File',
  668. 'Open File / Enter Directory' => 'Open File / Enter Directory',
  669. 'Edit File' => 'Edit File',
  670. 'Go to Parent Directory' => 'Go to Parent Directory',
  671. 'Select Current File' => 'Select Current File',
  672. 'Select Bunch of Files' => 'Select Bunch of Files',
  673. 'Add File to the Current Selection' => 'Add File to the Current Selection',
  674. 'Select All Files' => 'Select All Files',
  675. 'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' =>
  676. 'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager',
  677. 'Licence Key' => 'License Key',
  678. 'Enter License Key' => 'Enter License Key',
  679. 'Buy Licence' => 'Buy License',
  680. 'Buy Lifetime License' => 'Buy Lifetime License',
  681. 'Disable and Cancel Licence' => 'Disable and Cancel License',
  682. 'Licence Activated' => 'License Activated',
  683. 'Licence Deactivated' => 'License Deactivated',
  684. 'Restrict users so that they cannot use SSH and access only their home directory.' => 'Restrict users so that they cannot use SSH and access only their home directory.',
  685. 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.',
  686. 'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.',
  687. 'Minutes' => 'Minutes',
  688. 'Hourly' => 'Hourly',
  689. 'Run Command' => 'Run Command',
  690. 'every month' => 'every month',
  691. 'every odd month' => 'every odd month',
  692. 'every even month' => 'every even month',
  693. 'every day' => 'every day',
  694. 'every odd day' => 'every odd day',
  695. 'every even day' => 'every even day',
  696. 'weekdays (5 days)' => 'weekdays (5 days)',
  697. 'weekend (2 days)' => 'weekend (2 days)',
  698. 'Monday' => 'Monday',
  699. 'Tuesday' => 'Tuesday',
  700. 'Wednesday' => 'Wednesday',
  701. 'Thursday' => 'Thursday',
  702. 'Friday' => 'Friday',
  703. 'Saturday' => 'Saturday',
  704. 'Sunday' => 'Sunday',
  705. 'every hour' => 'every hour',
  706. 'every two hours' => 'every two hours',
  707. 'every minute' => 'every minute',
  708. 'every two minutes' => 'every two minutes',
  709. 'every' => 'every',
  710. 'Generate' => 'Generate',
  711. 'awstats' => 'AWStats',
  712. 'Hestia SSL' => 'SSL',
  713. 'SUBJECT' => 'SUBJECT',
  714. 'ALIASES' => 'ALIASES',
  715. 'NOT_BEFORE' => 'NOT_BEFORE',
  716. 'NOT_AFTER' => 'NOT_AFTER',
  717. 'SIGNATURE' => 'SIGNATURE',
  718. 'PUB_KEY' => 'PUB_KEY',
  719. 'ISSUER' => 'ISSUER',
  720. 'Use server hostname' => 'Use server hostname',
  721. 'Use domain hostname' => 'Use domain name',
  722. 'Use STARTTLS' => 'Use STARTTLS',
  723. 'Use SSL / TLS' => 'Use SSL / TLS',
  724. 'No encryption' => 'No encryption',
  725. 'Do not use encryption' => 'Do not use encryption',
  726. 'maximum characters length, including prefix' => 'maximum %s characters in length (including prefix)',
  727. 'Email Credentials' => 'Email Credentials',
  728. '2 Factor Authentication' => 'Two-factor Authentication',
  729. 'Enable 2FA' => 'Enable two-factor authentication',
  730. 'Please scan the code below in your 2FA application:' => 'To finish setting up two-factor authentication, scan the QR code below<br />using an authentication app (such as <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2">Google Authenticator</a>):',
  731. '2FA Reset Code:' => 'Account Recovery Code:',
  732. );