en.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. <?php
  2. /**
  3. * Vesta language file
  4. * ZonD80 (zond80@gmail.com)
  5. * skid (skid@vestacp.com)
  6. */
  7. $LANG['en'] = array(
  8. 'Packages' => 'Packages',
  9. 'IP' => 'IP',
  10. 'Graphs' => 'Graphs',
  11. 'Statistics' => 'Statistics',
  12. 'Log' => 'Log',
  13. 'Services' => 'Services',
  14. 'Updates' => 'Updates',
  15. 'Log in' => 'Log in',
  16. 'Log out' => 'Log out',
  17. 'USER' => 'USER',
  18. 'WEB' => 'WEB',
  19. 'DNS' => 'DNS',
  20. 'MAIL' => 'MAIL',
  21. 'DB' => 'DB',
  22. 'CRON' => 'CRON',
  23. 'BACKUP' => 'BACKUP',
  24. 'Add User' => 'Add User',
  25. 'Add Domain' => 'Add Domain',
  26. 'Add Web Domain' => 'Add Web Domain',
  27. 'Add DNS Domain' => 'Add DNS Domain',
  28. 'Add DNS Record' => 'Add DNS Record',
  29. 'Add Mail Domain' => 'Add Mail Domain',
  30. 'Add Mail Account' => 'Add Mail Account',
  31. 'Add Database' => 'Add Database',
  32. 'Add Cron Job' => 'Add Cron Job',
  33. 'Create Backup' => 'Create Backup',
  34. 'Restore All' => 'Restore All',
  35. 'Add Package' => 'Add Package',
  36. 'Add IP' => 'Add IP',
  37. 'Search' => 'Search',
  38. 'Overall Statistics' => 'Overall Statistics',
  39. 'Daily' => 'Daily',
  40. 'Weekly' => 'Weekly',
  41. 'Monthly' => 'Monthly',
  42. 'Yearly' => 'Yearly',
  43. 'Add' => 'Add',
  44. 'Back' => 'Back',
  45. 'Save' => 'Save',
  46. 'Submit' => 'Submit',
  47. 'toggle all' => 'toggle all',
  48. 'apply to selected' => 'apply to selected',
  49. 'rebuild' => 'rebuild',
  50. 'rebuild web' => 'rebuild web',
  51. 'rebuild dns' => 'rebuild dns',
  52. 'rebuild mail' => 'rebuild mail',
  53. 'rebuild db' => 'rebuild db',
  54. 'rebuild cron' => 'rebuild cron',
  55. 'update counters' => 'update counters',
  56. 'suspend' => 'suspend',
  57. 'unsuspend' => 'unsuspend',
  58. 'delete' => 'delete',
  59. 'show per user' => 'show per user',
  60. 'login as' => 'login as',
  61. 'logout' => 'logout',
  62. 'edit' => 'edit',
  63. 'open webstats' => 'open webstats',
  64. 'view logs' => 'view logs',
  65. 'list records' => 'list %s records',
  66. 'add record' => 'add record',
  67. 'list accounts' => 'list %s accounts',
  68. 'add account' => 'add account',
  69. 'open webmail' => 'open webmail',
  70. 'open %s' => 'open %s',
  71. 'download' => 'download',
  72. 'restore' => 'restore',
  73. 'configure restore settings' => 'configure restore settings',
  74. 'stop' => 'stop',
  75. 'start' => 'start',
  76. 'restart' => 'restart',
  77. 'update' => 'update',
  78. 'generate' => 'generate',
  79. 'Generate CSR' => 'Generate CSR',
  80. 'reread IP' => 'reread IP',
  81. 'Adding User' => 'Adding User',
  82. 'Editing User' => 'Editing User',
  83. 'Adding Domain' => 'Adding Domain',
  84. 'Editing Domain' => 'Editing Domain',
  85. 'Adding DNS Domain' => 'Adding DNS Domain',
  86. 'Editing DNS Domain' => 'Editing DNS Domain',
  87. 'Adding DNS Record' => 'Adding DNS Record',
  88. 'Editing DNS Record' => 'Editing DNS Record',
  89. 'Adding Mail Domain' => 'Adding Mail Domain',
  90. 'Editing Mail Domain' => 'Editing Mail Domain',
  91. 'Adding Mail Account' => 'Adding Mail Account',
  92. 'Editing Mail Account' => 'Editing Mail Account',
  93. 'Adding database' => 'Adding database',
  94. 'Editing Cron Job' => 'Editing Cron Job',
  95. 'Adding Cron Job' => 'Adding Cron Job',
  96. 'Editing Database' => 'Editing Database',
  97. 'Adding Package' => 'Adding Package',
  98. 'Editing Package' => 'Editing Package',
  99. 'Adding IP address' => 'Adding IP address',
  100. 'Editing IP Address' => 'Editing IP Address',
  101. 'Generating CSR' => 'Generating CSR',
  102. 'Listing' => 'Listing',
  103. 'Search Results' => 'Search Results',
  104. 'active' => 'active',
  105. 'spnd' => 'suspended',
  106. 'suspended' => 'suspended',
  107. 'running' => 'running',
  108. 'stopped' => 'stopped',
  109. 'outdated' => 'outdated',
  110. 'updated' => 'updated',
  111. 'yes' => 'yes',
  112. 'no' => 'no',
  113. 'none' => 'none',
  114. 'pb' => 'pb',
  115. 'tb' => 'tb',
  116. 'gb' => 'gb',
  117. 'mb' => 'mb',
  118. 'minute' => 'minute',
  119. 'hour' => 'hour',
  120. 'day' => 'day',
  121. 'days' => 'days',
  122. 'hours' => 'hours',
  123. 'minutes' => 'minutes',
  124. 'month' => 'month',
  125. 'package' => 'package',
  126. 'Bandwidth' => 'Bandwidth',
  127. 'Disk' => 'Disk',
  128. 'Web' => 'Web',
  129. 'Mail' => 'Mail',
  130. 'Databases' => 'Databases',
  131. 'User Directories' => 'User Directories',
  132. 'Template' => 'Template',
  133. 'Web Template' => 'Apache Template',
  134. 'Proxy Template' => 'Nginx Template',
  135. 'DNS Template' => 'DNS Template',
  136. 'Web Domains' => 'Web Domains',
  137. 'SSL Domains' => 'SSL Domains',
  138. 'Web Aliases' => 'Web Aliases',
  139. 'per domain' => 'per domain',
  140. 'DNS domains' => 'DNS domains',
  141. 'DNS records' => 'DNS records' ,
  142. 'Name Servers' => 'Name Servers',
  143. 'Mail Domains' => 'Mail Domains',
  144. 'Mail Accounts' => 'Mail Accounts',
  145. 'Cron Jobs' => 'Cron Jobs',
  146. 'SSH Access' => 'SSH Access',
  147. 'IP Addresses' => 'IP Addresses',
  148. 'Backups' => 'Backups',
  149. 'Backup System' => 'Backup System',
  150. 'template' => 'template',
  151. 'SSL Support' => 'SSL Support',
  152. 'SSL Home Directory' => 'SSL Home',
  153. 'Proxy Support' => 'Nginx Support',
  154. 'Proxy Extensions' => 'Nginx Extensions',
  155. 'Web Statistics' => 'Web Statistics',
  156. 'Additional FTP Account' => 'Additional FTP',
  157. 'SOA' => 'SOA',
  158. 'TTL' => 'TTL',
  159. 'Expire' => 'Expire',
  160. 'Records' => 'Records',
  161. 'Catchall email' => 'Catchall email',
  162. 'AntiVirus Support' => 'AntiVirus Support',
  163. 'AntiSpam Support' => 'AntiSpam Support',
  164. 'DKIM Support' => 'DKIM Support',
  165. 'Accounts' => 'Accounts',
  166. 'Quota' => 'Quota',
  167. 'Autoreply' => 'Autoreply',
  168. 'Forward to' => 'Forward to',
  169. 'Do not store forwarded mail' => 'Do not store forwarded mail',
  170. 'database' => 'database',
  171. 'User' => 'User',
  172. 'Host' => 'Host',
  173. 'Charset' => 'Charset',
  174. 'Min' => 'Min',
  175. 'Hour' => 'Hour',
  176. 'Day' => 'Day',
  177. 'Month' => 'Month',
  178. 'Day of week' => 'Day of week',
  179. 'local' => 'local',
  180. 'Run Time' => 'Run Time',
  181. 'Backup Size' => 'Backup Size',
  182. 'SYS' => 'SYS',
  183. 'Domains' => 'Domains',
  184. 'Status' => 'Status',
  185. 'shared' => 'shared',
  186. 'dedicated' => 'dedicated',
  187. 'Owner' => 'Owner',
  188. 'Users' => 'Users',
  189. 'Load Average' => 'Load Average',
  190. 'Memory Usage' => 'Memory Usage',
  191. 'HTTPD Usage' => 'HTTPD Usage',
  192. 'NGINX Usage' => 'NGINX Usage',
  193. 'MySQL Usage on localhost' => 'MySQL Usage on localhost',
  194. 'PostgreSQL Usage on localhost' => 'PostgreSQL Usage on localhost',
  195. 'Bandwidth Usage eth0' => 'Bandwidth Usage eth0',
  196. 'FTP Usage' => 'FTP Usage',
  197. 'SSH Usage' => 'SSH Usage',
  198. 'reverse proxy' => 'reverse proxy',
  199. 'web server' => 'web server',
  200. 'dns server' => 'dns server',
  201. 'mail server' => 'mail server',
  202. 'pop/imap server' => 'pop/imap server',
  203. 'email antivirus' => 'email antivirus',
  204. 'email antispam' => 'email antispam',
  205. 'database server' => 'database server',
  206. 'ftp server' => 'ftp server',
  207. 'job scheduler' => 'job scheduler',
  208. 'CPU' => 'CPU',
  209. 'Memory' => 'Memory',
  210. 'Uptime' => 'Uptime',
  211. 'core package' => 'core package',
  212. 'php interpreter' => 'php interpreter',
  213. 'internal web server' => 'internal web server',
  214. 'Version' => 'Version',
  215. 'Release' => 'Release',
  216. 'Architecture' => 'Architecture',
  217. 'Object' => 'Object',
  218. 'Owner' => 'Owner',
  219. 'Username' => 'Username',
  220. 'Password' => 'Password',
  221. 'Email' => 'Email',
  222. 'Package' => 'Package',
  223. 'Language' => 'Language',
  224. 'First Name' => 'First Name',
  225. 'Last Name' => 'Last Name',
  226. 'Send login credentials to email address' => 'Send login credentials to email address',
  227. 'Default Template' => 'Default Template',
  228. 'Default Name Servers' => 'Default Name Servers',
  229. 'Domain' => 'Domain',
  230. 'DNS Support' => 'DNS Support',
  231. 'Mail Support' => 'Mail Support',
  232. 'Advanced options' => 'Advanced options',
  233. 'Aliases' => 'Aliases',
  234. 'SSL Certificate' => 'SSL Certificate',
  235. 'SSL Key' => 'SSL Key',
  236. 'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediate',
  237. 'SSL CSR' => 'SSL CSR',
  238. 'optional' => 'optional',
  239. 'internal' => 'internal',
  240. 'Statistics Authorization' => 'Statistics Authorization',
  241. 'Statistics Auth' => 'Statistics Auth',
  242. 'Account' => 'Account',
  243. 'Prefix will be automaticaly added to username' => 'Prefix %s will be automaticaly added to username',
  244. 'Send FTP credentials to email' => 'Send FTP credentials to email',
  245. 'Expiration Date' => 'Expiration Date',
  246. 'YYYY-MM-DD' => 'YYYY-MM-DD',
  247. 'Name servers' => 'Name servers',
  248. 'Record' => 'Record',
  249. 'IP or Value' => 'IP or Value',
  250. 'Priority' => 'Priority',
  251. 'Record Number' => 'Record Number',
  252. 'in megabytes' => 'in megabytes',
  253. 'Message' => 'Message',
  254. 'use local-part' => 'use local-part',
  255. 'one or more email addresses' => 'one or more email addresses',
  256. 'Prefix will be automaticaly added to database name and database user' => 'Prefix %s will be automaticaly added to database name and database user',
  257. 'Database' => 'Database',
  258. 'Type' => 'Type',
  259. 'Minute' => 'Minute',
  260. 'Command' => 'Command',
  261. 'Package Name' => 'Package Name',
  262. 'Netmask' => 'Netmask',
  263. 'Interface' => 'Interface',
  264. 'Shared' => 'Shared',
  265. 'Assigned user' => 'Assigned user',
  266. 'Assigned domain' => 'Assigned domain',
  267. 'NAT IP association' => 'NAT IP association',
  268. 'shell' => 'shell',
  269. 'web domains' => 'web domains',
  270. 'web aliases' => 'web aliases',
  271. 'dns records' => 'dns records',
  272. 'mail domains' => 'mail domains',
  273. 'mail accounts' => 'mail accounts',
  274. 'accounts' => 'accounts',
  275. 'databases' => 'databases',
  276. 'cron jobs' => 'cron jobs',
  277. 'backups' => 'backups',
  278. 'quota' => 'quota',
  279. 'day of week' => 'day of week',
  280. 'cmd' => 'cmd',
  281. 'users' => 'users',
  282. 'domains' => 'domains',
  283. 'aliases' => 'aliases',
  284. 'records' => 'records',
  285. 'jobs' => 'jobs',
  286. 'username' => 'username',
  287. 'password' => 'password',
  288. 'type' => 'type',
  289. 'charset' => 'charset',
  290. 'domain' => 'domain',
  291. 'ip' => 'ip',
  292. 'ip address' => 'ip address',
  293. 'IP address' => 'IP address',
  294. 'netmask' => 'netmask',
  295. 'interface' => 'interface',
  296. 'assigned user' => 'assigned user',
  297. 'ns1' => 'ns1',
  298. 'ns2' => 'ns2',
  299. 'user' => 'user',
  300. 'email' => 'email',
  301. 'first name' => 'first name',
  302. 'last name' => 'last name',
  303. 'account' => 'account',
  304. 'ssl certificate' => 'ssl certificate',
  305. 'ssl key' => 'ssl key',
  306. 'stats user password' => 'stats user password',
  307. 'stats username' => 'stats username',
  308. 'stats password' => 'stats password',
  309. 'ftp user password' => 'ftp user password',
  310. 'ftp user' => 'ftp user',
  311. 'Last 70 lines of %s.%s.log' => 'Last 70 lines of %s.%s.log',
  312. 'Download AccessLog' => 'Download AccessLog',
  313. 'Download ErrorLog' => 'Download ErrorLog',
  314. 'Country' => 'Country',
  315. '2 letter code' => '2 letter code',
  316. 'State / Province' => 'State / Province',
  317. 'City / Locality' => 'City / Locality',
  318. 'Organization' => 'Organization',
  319. '1 account' => '1 account',
  320. '%s accounts' => '%s accounts',
  321. '1 domain' => '1 domain',
  322. '%s domains' => '%s domains',
  323. '1 record' => '1 record',
  324. '%s records' => '%s records',
  325. '1 mail account' => '1 mail account',
  326. '%s mail accounts' => '%s mail accounts',
  327. '1 database' => '1 database',
  328. '%s databases' => '%s databases',
  329. '1 cron job' => '1 cron job',
  330. '%s cron jobs' => '%s cron jobs',
  331. '1 archive' => '1 archive',
  332. '%s archives' => '%s archives',
  333. '1 package' => '1 package',
  334. '%s packages' => '%s packages',
  335. '1 IP address' => '1 IP address',
  336. '%s IP addresses' => '%s IP addresses',
  337. '1 month' => '1 month',
  338. '%s months' => '%s months',
  339. '1 log record' => '1 log record',
  340. '%s log records' => '%s log records',
  341. '1 object' => '1 object',
  342. '%s objects' => '%s objects',
  343. 'USER_CREATED_OK' => 'User <a href="/edit/user/?user=%s"><b>%s</b></a> has been created successfully',
  344. 'WEB_DOMAIN_CREATED_OK' => 'Domain <a href="/edit/web/?domain=%s"><b>%s</b></a> has been created successfully.',
  345. 'DNS_DOMAIN_CREATED_OK' => 'DNS domain <a href="/list/dns/?domain=%s"><b>%s</b></a> has been created successfully.',
  346. 'DNS_RECORD_CREATED_OK' => 'Record <b>%s.%s</b> has been created successfully.',
  347. 'MAIL_DOMAIN_CREATED_OK' => 'Mail domain <a href="/list/mail/?domain=%s"><b>%s</b></a> has been created successfully.',
  348. 'MAIL_ACCOUNT_CREATED_OK' => 'Mail account <a href="/edit/mail/?account=%s&domain=%s"><b>%s@%s</b></a> has been created successfully',
  349. 'DATABASE_CREATED_OK' => 'Database <a href="/edit/db/?database=%s"><b>%s</b></a> has been created successfully',
  350. 'CRON_CREATED_OK' => 'Cron job has been created successfully.',
  351. 'IP_CREATED_OK' => 'IP address <a href="/edit/ip/?ip=%s"><b>%s</b></a> has been created successfully.',
  352. 'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> has been created successfully.',
  353. 'SSL_GENERATED_OK' => 'Certificate has been generated successfully.',
  354. 'Changes has been saved.' => 'Changes has been saved.',
  355. 'Confirmation' => 'Confirmation',
  356. 'DELETE_USER_CONFIRMATION' => 'Are you sure to delete user %s?',
  357. 'SUSPEND_USER_CONFIRMATION' => 'Are you sure to suspend user %s?',
  358. 'UNSUSPEND_USER_CONFIRMATION' => 'Are you sure to unsuspend user %s?',
  359. 'DELETE_DOMAIN_CONFIRMATION' => 'Are you sure to delete domain %s?',
  360. 'SUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure to suspend domain %s?',
  361. 'UNSUSPEND_DOMAIN_CONFIRMATION' => 'Are you sure to unsuspend domain %s?',
  362. 'DELETE_RECORD_CONFIRMATION' => 'Are you sure to delete record %s?',
  363. 'SUSPEND_RECORD_CONFIRMATION' => 'Are you sure to suspend record %s?',
  364. 'UNSUSPEND_RECORD_CONFIRMATION' => 'Are you sure to unsuspend record %s?',
  365. 'DELETE_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure to delete %s?',
  366. 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure to suspend %s?',
  367. 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => 'Are you sure to unsuspend %s?',
  368. 'DELETE_DATABASE_CONFIRMATION' => 'Are you sure to delete database %s?',
  369. 'SUSPEND_DATABASE_CONFIRMATION' => 'Are you sure to suspend database %s?',
  370. 'UNSUSPEND_DATABASE_CONFIRMATION' => 'Are you sure to unsuspend database %s?',
  371. 'DELETE_CRON_CONFIRMATION' => 'Are you sure to delete cron job?',
  372. 'SUSPEND_CRON_CONFIRMATION' => 'Are you sure to suspend cron job?',
  373. 'UNSUSPEND_CRON_CONFIRMATION' => 'Are you sure to unsuspend cron job?',
  374. 'DELETE_BACKUP_CONFIRMATION' => 'Are you sure to delete %s backup?',
  375. 'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure to delete package %s?',
  376. 'DELETE_IP_CONFIRMATION' => 'Are you sure to delere IP address %s?',
  377. 'Welcome' => 'Welcome',
  378. 'LOGGED_IN_AS' => 'Logged in as user %s',
  379. 'Error' => 'Error',
  380. 'Invalid username or password' => 'Invalid username or password',
  381. 'Invalid username or code' => 'Invalid username or code',
  382. 'Passwords not match' => 'Passwords not match',
  383. 'Please enter valid email address.' => 'Please enter valid email address.',
  384. 'Field "%s" can not be blank.' => 'Field "%s" can not be blank.',
  385. 'Password is too short.' => 'Password is too short (minimum is 6 characters)',
  386. 'Error code:' => 'Error code: %s',
  387. 'SERVICE_ACTION_FAILED' => '"%s" "%s" failed',
  388. 'IP address is in use' => 'IP address is in use',
  389. 'BACKUP_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.',
  390. 'BACKUP_EXISTS' => 'An existing backup is already running. Please wait for that backup to finish.',
  391. 'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.',
  392. 'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.',
  393. 'Welcome to Vesta Control Panel' => 'Welcome to Vesta Control Panel',
  394. 'MAIL_FROM' => 'Vesta Control Panel <noreply@%s>',
  395. 'GREETINGS_GORDON_FREEMAN' => "Hello, %s %s,\n",
  396. 'GREETINGS' => "Hello,\n",
  397. 'ACCOUNT_READY' => "Your account has been created and ready for use.\n\nhttps://%s/login/\nUsername: %s\nPassword: %s\n\n--\nVesta Control Panel\n",
  398. 'FTP login credentials' => 'FTP login credentials',
  399. 'FTP_ACCOUNT_READY' => "FTP account has been created and ready for use.\n\nHostname: %s\nUsername: %s_%s\nPassword: %s\n\n--\nVesta Control Panel\n",
  400. 'Database Credentials' => 'Database Credentials',
  401. 'DATABASE_READY' => "Database has been created successfully.\n\nDatabase: %s\nUser: %s\nPassword: %s\n%s\n\n--\nVesta Control Panel\n",
  402. 'forgot password' => 'forgot password',
  403. 'Confirm' => 'Confirm',
  404. 'New Password' => 'New Password',
  405. 'Confirm Password' => 'Confirm Password',
  406. 'Reset' => 'Reset',
  407. 'Reset Code' => 'Reset Code',
  408. 'RESET_NOTICE' => '',
  409. 'RESET_CODE_SENT' => 'Password reset code has been sent to your email address<br>',
  410. 'MAIL_RESET_SUBJECT' => 'Password Reset at %s',
  411. 'PASSWORD_RESET_REQUEST' => "To reset your 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--\nVesta Control Panel\n",
  412. );