Skip to content

Commit 631aa3c

Browse files
committed
updated i18n
1 parent fecf71d commit 631aa3c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

web/inc/i18n/en.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
'SSL Domains' => 'SSL Domains',
147147
'Web Aliases' => 'Web Aliases',
148148
'per domain' => 'per domain',
149+
'DNS domains' => 'DNS Domains',
149150
'DNS domains' => 'DNS domains',
150151
'DNS records' => 'DNS records' ,
151152
'Name Servers' => 'Name Servers',
@@ -405,12 +406,12 @@
405406
'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.',
406407
'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.',
407408

408-
'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",
409-
'DNS_EXCLUSIONS' => "Type domain name, one per line. To exlude all domains use *",
410-
'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",
411-
'DB_EXCLUSIONS' => "Type full database name, one per line. To exlude all databases use *",
412-
'CRON_EXCLUSIONS' => "To exlude all jobs use *",
413-
'USER_EXCLUSIONS' => "Type directory name, one per line. Directories should not include leading or trailing slashes. To exlude all dirs use *",
409+
'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",
410+
'DNS_EXCLUSIONS' => "Type domain name, one per line. To exclude all domains use *",
411+
'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",
412+
'DB_EXCLUSIONS' => "Type full database name, one per line. To exclude all databases use *",
413+
'CRON_EXCLUSIONS' => "To exclude all jobs use *",
414+
'USER_EXCLUSIONS' => "Type directory name, one per line. To exlude all dirs use *",
414415

415416
'Welcome to Vesta Control Panel' => 'Welcome to Vesta Control Panel',
416417
'MAIL_FROM' => 'Vesta Control Panel <noreply@%s>',

0 commit comments

Comments
 (0)