en.php 17 KB

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