mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -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['pt'] = array(
|
|||
'Add Database' => 'Adicionar BD',
|
||||
'Add Cron Job' => 'Adicionar Tarefa',
|
||||
'Create Backup' => 'Criar Backup',
|
||||
'Configure' => 'Configurar',
|
||||
'Restore All' => 'Restaurar Tudo',
|
||||
'Add Package' => 'Adicionar Pacote',
|
||||
'Add IP' => 'Adicionar IP',
|
||||
|
@ -102,6 +103,7 @@ $LANG['pt'] = array(
|
|||
'Editing Package' => 'Editando Pacote',
|
||||
'Adding IP address' => 'Adicionando Endereço IP',
|
||||
'Editing IP Address' => 'Editando Endereço IP',
|
||||
'Editing Backup Exclusions' => 'Editando Exclusões de backup',
|
||||
'Generating CSR' => 'Gerando CSR',
|
||||
'Listing' => 'Listando',
|
||||
'Search Results' => 'Resultados da Busca',
|
||||
|
@ -143,6 +145,7 @@ $LANG['pt'] = array(
|
|||
'SSL Domains' => 'Domínios SSL',
|
||||
'Web Aliases' => 'Apelidos Web',
|
||||
'per domain' => 'por domínio',
|
||||
'DNS Domains' => 'Domínios DNS',
|
||||
'DNS domains' => 'Domínios DNS',
|
||||
'DNS records' => 'Registros DNS',
|
||||
'Name Servers' => 'Servidor de Nomes',
|
||||
|
@ -153,6 +156,7 @@ $LANG['pt'] = array(
|
|||
'IP Addresses' => 'Endereços IP',
|
||||
'Backups' => 'Backups',
|
||||
'Backup System' => 'Sistema de Backup',
|
||||
'backup exclusions' => 'exclusões',
|
||||
'template' => 'template',
|
||||
'SSL Support' => 'Suporte a SSL',
|
||||
'SSL Home Directory' => 'Home SSL',
|
||||
|
@ -347,6 +351,7 @@ $LANG['pt'] = array(
|
|||
'%s log records' => '%s registros de log',
|
||||
'1 object' => '1 objeto',
|
||||
'%s objects' => '%s objetos',
|
||||
'no exclusions' => 'sem exclusões',
|
||||
|
||||
'USER_CREATED_OK' => 'Usuário <a href="/edit/user/?user=%s"><b>%s</b></a> criado com sucesso',
|
||||
'WEB_DOMAIN_CREATED_OK' => 'Domínio <a href="/edit/web/?domain=%s"><b>%s</b></a> criado com sucesso.',
|
||||
|
@ -380,6 +385,7 @@ $LANG['pt'] = array(
|
|||
'SUSPEND_CRON_CONFIRMATION' => 'Tem certeza que deseja suspender a tarefa do cron?',
|
||||
'UNSUSPEND_CRON_CONFIRMATION' => 'Tem certeza que deseja reativara a tarefa do cron?',
|
||||
'DELETE_BACKUP_CONFIRMATION' => 'Tem certeza que deseja deletar o backup %s ?',
|
||||
'DELETE_EXCLUSION_CONFIRMATION' => 'Tem certeza que deseja deletar o exclusões %s?',
|
||||
'DELETE_PACKAGE_CONFIRMATION' => 'Tem certeza que deseja deletar o pacote %s?',
|
||||
'DELETE_IP_CONFIRMATION' => 'Tem certeza que deseja deletar o endereço IP %s?',
|
||||
'Welcome' => 'Bem Vindo',
|
||||
|
@ -399,6 +405,12 @@ $LANG['pt'] = array(
|
|||
'RESTORE_SCHEDULED' => 'A tarefa foi adicionada a fila. Você receberá um email de confirmação.',
|
||||
'RESTORE_EXISTS' => 'Uma restauração já está em andamento. Por favor aguarde até que a mesma 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' => 'Bem vindo ao Painel de Controle Vesta',
|
||||
'MAIL_FROM' => 'Painel de Controle Vesta <noreply@%s>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue