mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
web backup scheduler
This commit is contained in:
parent
293b70fcf2
commit
bbba9aeb34
13 changed files with 278 additions and 80 deletions
|
@ -145,6 +145,7 @@ $LANG['en'] = array(
|
|||
'SSH Access' => 'SSH Access',
|
||||
'IP Addresses' => 'IP Addresses',
|
||||
'Backups' => 'Backups',
|
||||
'Backup System' => 'Backup System',
|
||||
'template' => 'template',
|
||||
'SSL Support' => 'SSL Support',
|
||||
'SSL Home Directory' => 'SSL Home',
|
||||
|
@ -362,6 +363,8 @@ $LANG['en'] = array(
|
|||
'Error code:' => 'Error code: %s',
|
||||
'SERVICE_ACTION_FAILED' => '"%s" "%s" failed',
|
||||
'IP address is in use' => 'IP address is in use',
|
||||
'BACKUP_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.',
|
||||
'BACKUP_EXISTS' => 'An existing backup is already running. Please wait for that backup to finish.',
|
||||
|
||||
'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