mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
updated i18n
This commit is contained in:
parent
fecf71df74
commit
631aa3c5cb
1 changed files with 7 additions and 6 deletions
|
@ -146,6 +146,7 @@ $LANG['en'] = array(
|
|||
'SSL Domains' => 'SSL Domains',
|
||||
'Web Aliases' => 'Web Aliases',
|
||||
'per domain' => 'per domain',
|
||||
'DNS domains' => 'DNS Domains',
|
||||
'DNS domains' => 'DNS domains',
|
||||
'DNS records' => 'DNS records' ,
|
||||
'Name Servers' => 'Name Servers',
|
||||
|
@ -405,12 +406,12 @@ $LANG['en'] = array(
|
|||
'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.',
|
||||
'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.',
|
||||
|
||||
'WEB_EXCLUSIONS' => "Type domain name, one per line. To exlude all domains use *. To exclude specific dirs use following format: domain.com:public_html/cache:public_html/tmp",
|
||||
'DNS_EXCLUSIONS' => "Type domain name, one per line. To exlude all domains use *",
|
||||
'MAIL_EXCLUSIONS' => "Type domain name, one per line. To exlude all domains use *. To exclude specific accounts use following format: domain.com:info:support:postmaster",
|
||||
'DB_EXCLUSIONS' => "Type full database name, one per line. To exlude all databases use *",
|
||||
'CRON_EXCLUSIONS' => "To exlude all jobs use *",
|
||||
'USER_EXCLUSIONS' => "Type directory name, one per line. Directories should not include leading or trailing slashes. To exlude all dirs use *",
|
||||
'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",
|
||||
'DNS_EXCLUSIONS' => "Type domain name, one per line. To exclude all domains use *",
|
||||
'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",
|
||||
'DB_EXCLUSIONS' => "Type full database name, one per line. To exclude all databases use *",
|
||||
'CRON_EXCLUSIONS' => "To exclude all jobs use *",
|
||||
'USER_EXCLUSIONS' => "Type directory name, one per line. To exlude all dirs use *",
|
||||
|
||||
'Welcome to Vesta Control Panel' => 'Welcome to Vesta Control Panel',
|
||||
'MAIL_FROM' => 'Vesta Control Panel <noreply@%s>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue