mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang: cs
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_users = array
|
||||
(
|
||||
'head_users' => "Uživatelé",
|
||||
'text_users' => "<h1>Uživatelé</h1>",
|
||||
'text_search' => "Hledat:",
|
||||
'select_any_class' => "(libovolná třída)",
|
||||
'submit_okay' => "Okay",
|
||||
'text_prev' => "Předchozí",
|
||||
'text_next' => "Další",
|
||||
'col_user_name' => "Uživatelské jméno",
|
||||
'col_registered' => "Registrováno",
|
||||
'col_last_access' => "Poslední přístup",
|
||||
'col_class' => "Třída:",
|
||||
'col_country' => "L 343, 22.12.2009, s. 1).",
|
||||
'select_any_country'=> "(kterékoliv země)",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user