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['es'] = array(
|
|||
'restart' => 'reiniciar',
|
||||
'update' => 'actualizar',
|
||||
'generate' => 'generar',
|
||||
'Generate CSR' => 'Generar CSR',
|
||||
'reread IP' => 'releer IP',
|
||||
|
||||
'Adding User' => 'Añadiendo Usuario',
|
||||
|
@ -101,6 +102,7 @@ $LANG['es'] = array(
|
|||
'Editing Package' => 'Editando Plan',
|
||||
'Adding IP address' => 'Añadiendo Dirección IP',
|
||||
'Editing IP Address' => 'Editando Dirección IP',
|
||||
'Generating CSR' => 'Generar solicitud de CSR',
|
||||
'Listing' => 'Listando',
|
||||
'Search Results' => 'Resultado de Busqueda',
|
||||
|
||||
|
@ -238,6 +240,7 @@ $LANG['es'] = array(
|
|||
'SSL Certificate' => 'Certificado SSL',
|
||||
'SSL Key' => 'Llave SSL',
|
||||
'SSL Certificate Authority / Intermediate' => 'Certificado SSL Autoridad / Intermedio',
|
||||
'SSL CSR' => 'SSL CSR',
|
||||
'optional' => 'opcional',
|
||||
'internal' => 'interno',
|
||||
'Statistics Authorization' => 'Autorización de Estadísticas',
|
||||
|
@ -314,8 +317,13 @@ $LANG['es'] = array(
|
|||
'Last 70 lines of %s.%s.log' => 'Últimos 70 líneas de %s.%s.log',
|
||||
'Download AccessLog' => 'Descargar AccessLog',
|
||||
'Download ErrorLog' => 'Descargar ErrorLog',
|
||||
'Country' => 'País',
|
||||
'2 letter code' => 'código de 2 letras',
|
||||
'State / Province' => 'Estado / Provincia',
|
||||
'City / Locality' => 'Ciudad / Localidad',
|
||||
'Organization' => 'Organización',
|
||||
|
||||
'1 account' => '1 cuenta',
|
||||
'1 account' => '1 cuenta',
|
||||
'%s accounts' => '%s cuentas',
|
||||
'1 domain' => '1 dominio',
|
||||
'%s domains' => '%s dominios',
|
||||
|
@ -350,6 +358,7 @@ $LANG['es'] = array(
|
|||
'CRON_CREATED_OK' => 'Trabajo en Cron ha sido creado correctamente.',
|
||||
'IP_CREATED_OK' => 'Dirección IP <a href="/edit/ip/?ip=%s"><b>%s</b></a> ha sido creada correctamente.',
|
||||
'PACKAGE_CREATED_OK' => 'Plan <a href="/edit/package/?package=%s"><b>%s</b></a> ha sido creado correctamente.',
|
||||
'SSL_GENERATED_OK' => 'SSL certificado ha sido creado correctamente.',
|
||||
'Changes has been saved.' => 'Los cambios han sido guardados.',
|
||||
'Confirmation' => 'Confirmación',
|
||||
'DELETE_USER_CONFIRMATION' => '¿Está seguro que desea eliminar el usuario %s?',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue