add lang: cs

This commit is contained in:
xiaomlove
2025-04-20 18:13:46 +07:00
parent ff11c10eab
commit 4166a933e1
150 changed files with 7578 additions and 16 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
$lang_iphistory = array
(
'std_error' => "Chyba",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Uživatel nenalezen",
'head_ip_history_log_for' => "Protokol IP historie pro ",
'text_historical_ip_by' => "Historické IP adresy používané ",
'col_last_access' => "Poslední přístup",
'col_ip' => "IP adresa",
'col_hostname' => "Hostname",
'text_not_available' => "Nepřichází v úvahu",
'text_duplicate' => "Dupe",
);
?>