mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
21 lines
518 B
PHP
21 lines
518 B
PHP
<?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ě)",
|
|
);
|
|
|
|
?>
|