Skip to content

Commit 164db6a

Browse files
committed
- Added spanish language files
1 parent b16c0b2 commit 164db6a

File tree

114 files changed

+1857
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+1857
-27
lines changed

interface/lib/lang/es.lng

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
$wb['301'] = 'Modulo no permitido para el usuario actual.';
3+
$wb['302'] = 'Modulo inválido.';
4+
$wb['1001'] = '¡ El usuario y contraseña no pueden estar vacíos !';
5+
$wb['1002'] = '¡ El usuario y contraseña no son correctos !';
6+
$wb['1003'] = '¡ El usuario está desactivado !';
7+
$wb['delete_confirmation'] = '¿Realmente quiere borrar este registro ?';
8+
$wb['error_no_view_permission'] = 'Este registro no existe o no tiene permiso para verlo';
9+
$wb['error_no_delete_permission'] = '¡ No puede borrar este registro, no tiene permiso !';
10+
?>
11+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?php
2+
$wb['1001'] = 'El usuario o la contraseña están vacíos.';
3+
$wb['1002'] = 'El usuario o la contraseña son erróneos';
4+
$wb['Firewall'] = 'Cortafuegos';
5+
$wb['Groups'] = 'Grupos';
6+
$wb['groups_description'] = 'Formulario para editar los grupos del usuario de sistema.';
7+
$wb['Server'] = 'Servidor';
8+
$wb['Services'] = 'Servicios';
9+
$wb['Config'] = 'Configuración';
10+
$wb['Server Config'] = 'Configuración del servidor';
11+
$wb['Mail'] = 'Correo';
12+
$wb['Getmail'] = 'Getmail';
13+
$wb['Web'] = 'Web';
14+
$wb['FastCGI'] = 'FastCGI';
15+
$wb['Jailkit'] = 'Jailkit';
16+
$wb['System'] = 'Sistema';
17+
$wb['Add user'] = 'Añadir usuario';
18+
$wb['Edit user'] = 'Editar usuarios';
19+
$wb['CP Users'] = 'Usuarios del Panel';
20+
$wb['Add group'] = 'Añadir grupo';
21+
$wb['Edit group'] = 'Editar grupo';
22+
$wb['Edit server'] = 'Editar servidor';
23+
$wb['Edit Server IP'] = 'Editar IP del servidor';
24+
$wb['Servers'] = 'Servidores';
25+
$wb['Sync. Now'] = 'Sincronizar ahora';
26+
$wb['DB Sync.'] = 'Sincronizar DB';
27+
$wb['Languages'] = 'Idiomas';
28+
$wb['New Language'] = 'Nuevo idioma';
29+
$wb['Export'] = 'Exportar';
30+
$wb['Import'] = 'Importar';
31+
$wb['Language Editor'] = 'Editar idioma';
32+
$wb['Software'] = 'Software';
33+
$wb['Repositories'] = 'Repositorios';
34+
?>
35+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
$wb['jobname_txt'] = 'Nombre';
3+
$wb['jobname_err'] = 'El campo nombre está vacío';
4+
$wb['sync_interval_minutes_txt'] = 'Intérvalo (Min.)';
5+
$wb['db_type_txt'] = 'Tipo DB';
6+
$wb['db_host_txt'] = 'Servidor DB';
7+
$wb['db_name_txt'] = 'Nombre DB';
8+
$wb['db_username_txt'] = 'Usuario DB';
9+
$wb['db_password_txt'] = 'Contraseña DB';
10+
$wb['db_tables_txt'] = 'Tablas';
11+
$wb['empty_datalog_txt'] = 'Borrar el registro después de sincronizar.';
12+
$wb['sync_datalog_external_txt'] = 'Rellenar registro externo';
13+
$wb['active_txt'] = 'Activar';
14+
$wb['btn_save_txt'] = 'Guardar';
15+
$wb['btn_cancel_txt'] = 'Cancelar';
16+
?>
17+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Sincronización de la base de datos';
3+
$wb['jobname_txt'] = 'Orden de trabajo';
4+
$wb['db_host_txt'] = 'Servidor de base de datos';
5+
$wb['db_name_txt'] = 'Nombre de la base de datos';
6+
$wb['page_txt'] = 'Página';
7+
$wb['page_of_txt'] = 'de';
8+
$wb['page_next_txt'] = 'Siguiente';
9+
$wb['page_back_txt'] = 'Atrás';
10+
$wb['delete_txt'] = 'Borrar';
11+
$wb['filter_txt'] = 'Filtro';
12+
$wb['add_new_record_txt'] = 'Añadir nuevo registro de sincronización de base de datos';
13+
?>
14+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
$wb['jobname_txt'] = 'Orden de trabajo';
3+
$wb['jobname_err'] = 'La orden de trabajo está vacía';
4+
$wb['sync_interval_minutes_txt'] = 'Intervalo (Min.)';
5+
$wb['ftp_host_txt'] = 'Servidor FTP';
6+
$wb['ftp_path_txt'] = 'Ruta FTP';
7+
$wb['ftp_username_txt'] = 'Usuario FTP';
8+
$wb['ftp_password_txt'] = 'Contraseña FTP';
9+
$wb['local_path_txt'] = 'Rutas locales';
10+
$wb['wput_options_txt'] = 'Opciones wput';
11+
$wb['active_txt'] = 'Activar';
12+
?>
13+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Sincronización de archivos';
3+
$wb['jobname_txt'] = 'Orden de trabajo';
4+
$wb['ftp_host_txt'] = 'Servidor FTP';
5+
$wb['local_path_txt'] = 'Ruta local';
6+
?>
7+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
$wb['server_id_txt'] = 'Servidor';
3+
$wb['tcp_port_txt'] = 'Abrir puertos TCP';
4+
$wb['udp_port_txt'] = 'Abrir puertos UDP';
5+
$wb['tcp_port_help_txt'] = 'Separados por coma';
6+
$wb['udp_port_help_txt'] = 'Separados por coma';
7+
$wb['active_txt'] = 'Activar';
8+
$wb['btn_save_txt'] = 'Guardar';
9+
$wb['btn_cancel_txt'] = 'Cancelar';
10+
$wb['firewall_error_unique'] = 'Ya hay un registro de cortafuegos en este servidor';
11+
?>
12+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Cortafuegos';
3+
$wb['active_txt'] = 'Activar';
4+
$wb['server_id_txt'] = 'Servidor';
5+
$wb['tcp_port_txt'] = 'Abrir puertos TCP';
6+
$wb['udp_port_txt'] = 'Abrir puertos UDP';
7+
$wb['page_txt'] = 'Página';
8+
$wb['page_of_txt'] = 'de';
9+
$wb['page_next_txt'] = 'Siguiente';
10+
$wb['page_back_txt'] = 'Atrás';
11+
$wb['delete_txt'] = 'Borrar';
12+
$wb['filter_txt'] = 'Filtro';
13+
$wb['add_new_record_txt'] = 'Añadir nuevo registro de cortafuegos';
14+
?>
15+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
$wb['description_txt'] = 'Descripción';
3+
$wb['name_txt'] = 'Grupo';
4+
$wb['name_err'] = 'El grupo debe tener entre 1 y 30 caracteres.';
5+
$wb['btn_save_txt'] = 'Guardar';
6+
$wb['btn_cancel_txt'] = 'Cancelar';
7+
?>
8+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Grupos de usuarios de sistema';
3+
$wb['description_txt'] = 'Descripción';
4+
$wb['name_txt'] = 'Grupo';
5+
$wb['add_new_record_txt'] = 'Añadir nuevo grupo';
6+
$wb['page_txt'] = 'Página';
7+
$wb['page_of_txt'] = 'de';
8+
$wb['page_next_txt'] = 'Siguiente';
9+
$wb['page_back_txt'] = 'Atrás';
10+
$wb['delete_txt'] = 'Borrar';
11+
$wb['filter_txt'] = 'Filtro';
12+
?>
13+

0 commit comments

Comments
 (0)