mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_ipsearch = array
|
||||
(
|
||||
'std_error' => "Error",
|
||||
'std_invalid_ip' => "IP inválida.",
|
||||
'std_invalid_subnet_mask' => "Máscara de subred inválida.",
|
||||
'head_search_ip_history' => "Buscar en el historial de IP",
|
||||
'text_search_ip_history' => "Buscar en el historial de IP",
|
||||
'row_ip' => "IP",
|
||||
'row_subnet_mask' => "Máscara de subred",
|
||||
'submit_search' => "Buscar",
|
||||
'text_no_users_found' => "No hay usuarios",
|
||||
'text_users_used_the_ip' => " usuarios han usado la IP: ",
|
||||
'col_username' => "Usuario",
|
||||
'col_last_ip' => "Última IP",
|
||||
'col_last_access' => "Último acceso",
|
||||
'col_ip_num' => "IP Nums",
|
||||
'col_last_access_on' => "Último acceso a esta IP",
|
||||
'col_added' => "Añadido",
|
||||
'col_invited_by' => "Invitado por",
|
||||
'text_not_available' => "N/A",
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user