mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
CSR request generator
This commit is contained in:
parent
0e3bda794b
commit
523528784e
15 changed files with 416 additions and 23 deletions
|
@ -79,6 +79,7 @@ $LANG['pt'] = array(
|
|||
'restart' => 'reiniciar',
|
||||
'update' => 'atualizar',
|
||||
'generate' => 'gerar',
|
||||
'Generate CSR' => 'Gerar CSR',
|
||||
'reread IP' => 'ler IP novamente',
|
||||
|
||||
'Adding User' => 'Adicionando Usuário',
|
||||
|
@ -101,6 +102,7 @@ $LANG['pt'] = array(
|
|||
'Editing Package' => 'Editando Pacote',
|
||||
'Adding IP address' => 'Adicionando Endereço IP',
|
||||
'Editing IP Address' => 'Editando Endereço IP',
|
||||
'Generating CSR' => 'Gerando CSR',
|
||||
'Listing' => 'Listando',
|
||||
'Search Results' => 'Resultados da Busca',
|
||||
|
||||
|
@ -238,6 +240,7 @@ $LANG['pt'] = array(
|
|||
'SSL Certificate' => 'Cerificado SSL',
|
||||
'SSL Key' => 'Chave SSL',
|
||||
'SSL Certificate Authority / Intermediate' => 'Autoridade Certificadora SSL / Intermediária',
|
||||
'SSL CSR' => 'SSL CSR (pedido)',
|
||||
'optional' => 'opcional',
|
||||
'internal' => 'interno',
|
||||
'Statistics Authorization' => 'Permissões de Estatística',
|
||||
|
@ -314,8 +317,13 @@ $LANG['pt'] = array(
|
|||
'Last 70 lines of %s.%s.log' => 'Últimas 70 linhas de %s.%s.log',
|
||||
'Download AccessLog' => 'Baixar AccessLog',
|
||||
'Download ErrorLog' => 'Baixar ErrorLog',
|
||||
'Country' => 'País',
|
||||
'2 letter code' => 'código de duas letras',
|
||||
'State / Province' => 'Estado / Região',
|
||||
'City / Locality' => 'Localidade',
|
||||
'Organization' => 'Organização',
|
||||
|
||||
'1 account' => '1 conta',
|
||||
'1 account' => '1 conta',
|
||||
'%s accounts' => '%s contas',
|
||||
'1 domain' => '1 domínio',
|
||||
'%s domains' => '%s domínio',
|
||||
|
@ -350,6 +358,7 @@ $LANG['pt'] = array(
|
|||
'CRON_CREATED_OK' => 'Tarefa do Cron adicionada com sucesso.',
|
||||
'IP_CREATED_OK' => 'Endereço IP <a href="/edit/ip/?ip=%s"><b>%s</b></a> criado com sucesso.',
|
||||
'PACKAGE_CREATED_OK' => 'Pacote <a href="/edit/package/?package=%s"><b>%s</b></a> criado com sucesso.',
|
||||
'SSL_GENERATED_OK' => 'SSL certificado criado sucesso.',
|
||||
'Changes has been saved.' => 'As alterações foram salvas.',
|
||||
'Confirmation' => 'Confirmação',
|
||||
'DELETE_USER_CONFIRMATION' => 'Tem certeza que deseja deletar o usuário %s?',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue