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' => "Fehler",
|
||||
'std_invalid_ip' => "Ungültige IP.",
|
||||
'std_invalid_subnet_mask' => "Ungültige Subnetzmaske.",
|
||||
'head_search_ip_history' => "Im IP-Verlauf suchen",
|
||||
'text_search_ip_history' => "Im IP-Verlauf suchen",
|
||||
'row_ip' => "IP",
|
||||
'row_subnet_mask' => "Subnetzmaske",
|
||||
'submit_search' => "Suchen",
|
||||
'text_no_users_found' => "Keine Benutzer gefunden",
|
||||
'text_users_used_the_ip' => " Benutzer haben die IP verwendet: ",
|
||||
'col_username' => "Benutzername",
|
||||
'col_last_ip' => "Letzte IP",
|
||||
'col_last_access' => "Letzter Zugriff",
|
||||
'col_ip_num' => "IP Nums",
|
||||
'col_last_access_on' => "Letzter Zugriff auf diese IP",
|
||||
'col_added' => "Hinzugefügt",
|
||||
'col_invited_by' => "Eingeladen von",
|
||||
'text_not_available' => "N/A",
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user