mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
Fixed 2 mistakes
This commit is contained in:
parent
41042e9973
commit
a77b48760c
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ $LANG['es'] = array(
|
||||||
'DNS' => 'DNS',
|
'DNS' => 'DNS',
|
||||||
'MAIL' => 'CORREO',
|
'MAIL' => 'CORREO',
|
||||||
'DB' => 'BD',
|
'DB' => 'BD',
|
||||||
'TAREAS' => 'TAREAS',
|
'CRON' => 'TAREAS',
|
||||||
'BACKUP' => 'RESPALDOS',
|
'BACKUP' => 'RESPALDOS',
|
||||||
|
|
||||||
'LOGIN' => 'INICIAR SESIÓN',
|
'LOGIN' => 'INICIAR SESIÓN',
|
||||||
|
@ -352,7 +352,7 @@ $LANG['es'] = array(
|
||||||
'domains' => 'dominios',
|
'domains' => 'dominios',
|
||||||
'aliases' => 'alias',
|
'aliases' => 'alias',
|
||||||
'records' => 'registros',
|
'records' => 'registros',
|
||||||
'jobs' => 'trabajos',
|
'jobs' => 'tareas',
|
||||||
'username' => 'nombre de usuario',
|
'username' => 'nombre de usuario',
|
||||||
'password' => 'contraseña',
|
'password' => 'contraseña',
|
||||||
'type' => 'tipo',
|
'type' => 'tipo',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue