mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
backup exclusions
This commit is contained in:
parent
9f93912546
commit
fa57d0539f
8 changed files with 99 additions and 2 deletions
|
@ -33,6 +33,7 @@ $LANG['es'] = array(
|
|||
'Add Database' => 'Añadir BD',
|
||||
'Add Cron Job' => 'Añadir Trabajo',
|
||||
'Create Backup' => 'Crear Respaldo',
|
||||
'Configure' => 'Configurar',
|
||||
'Restore All' => 'Restaurar Todos',
|
||||
'Add Package' => 'Añadir Plan',
|
||||
'Add IP' => 'Añadir IP',
|
||||
|
@ -102,6 +103,7 @@ $LANG['es'] = array(
|
|||
'Editing Package' => 'Editando Plan',
|
||||
'Adding IP address' => 'Añadiendo Dirección IP',
|
||||
'Editing IP Address' => 'Editando Dirección IP',
|
||||
'Editing Backup Exclusions' => 'Editando exclusiones de Backup',
|
||||
'Generating CSR' => 'Generar solicitud de CSR',
|
||||
'Listing' => 'Listando',
|
||||
'Search Results' => 'Resultado de Busqueda',
|
||||
|
@ -143,6 +145,7 @@ $LANG['es'] = array(
|
|||
'SSL Domains' => 'Dominios SSL',
|
||||
'Web Aliases' => 'Alias Web',
|
||||
'per domain' => 'por dominio',
|
||||
'DNS Domains' => 'Dominios DNS',
|
||||
'DNS domains' => 'Dominios DNS',
|
||||
'DNS records' => 'Registros DNS' ,
|
||||
'Name Servers' => 'Servidor de Nombre',
|
||||
|
@ -153,6 +156,7 @@ $LANG['es'] = array(
|
|||
'IP Addresses' => 'Dirección IP',
|
||||
'Backups' => 'Respaldos',
|
||||
'Backup System' => 'Sistema de Respaldo',
|
||||
'backup exclusions' => 'exclusiones',
|
||||
'template' => 'plantilla',
|
||||
'SSL Support' => 'Soporte SSL',
|
||||
'SSL Home Directory' => 'SSL Home',
|
||||
|
@ -347,6 +351,7 @@ $LANG['es'] = array(
|
|||
'%s log records' => '%s registros de logs',
|
||||
'1 object' => '1 objeto',
|
||||
'%s objects' => '%s objetos',
|
||||
'no exclusions' => 'sin exclusiones',
|
||||
|
||||
'USER_CREATED_OK' => 'Usuario <a href="/edit/user/?user=%s"><b>%s</b></a> ha sido creado correctamente',
|
||||
'WEB_DOMAIN_CREATED_OK' => 'Dominio <a href="/edit/web/?domain=%s"><b>%s</b></a> ha sido creado correctamente.',
|
||||
|
@ -380,6 +385,7 @@ $LANG['es'] = array(
|
|||
'SUSPEND_CRON_CONFIRMATION' => '¿Está seguro que desea suspender el trabajo %s?',
|
||||
'UNSUSPEND_CRON_CONFIRMATION' => '¿Está seguro que desea habilitar el trabajo %s?',
|
||||
'DELETE_BACKUP_CONFIRMATION' => '¿Está seguro que desea eliminar el resplado %s?',
|
||||
'DELETE_EXCLUSION_CONFIRMATION' => '¿Está seguro que desea eliminar el exclusiones %s ?',
|
||||
'DELETE_PACKAGE_CONFIRMATION' => '¿Está seguor que desea eliminar el plan %s?',
|
||||
'DELETE_IP_CONFIRMATION' => '¿Está seguro que desea eliminar la dirección IP %s?',
|
||||
'Welcome' => 'Bienvenido',
|
||||
|
@ -399,6 +405,13 @@ $LANG['es'] = array(
|
|||
'RESTORE_SCHEDULED' => "La tarea se ha añadido a la cola. Usted recibirá un correo de notificación cuando el respaldo de seguridad este listo para su descarga.",
|
||||
'RESTORE_EXISTS' => "Una tarea se está ejecutando. Por favor espere a que esta termine.",
|
||||
|
||||
'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' => 'Bienvenido al Panel de Control Vesta',
|
||||
'MAIL_FROM' => 'Panel de Control Vesta <noreply@%s>',
|
||||
'GREETINGS_GORDON_FREEMAN' => "Estimad@ %s %s,\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue