Files
nexusphp/lang/cs/lang_userhistory.php
2025-04-20 18:13:46 +07:00

27 lines
927 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "Chyba",
'std_permission_denied' => "Oprávnění odepřeno",
'std_no_posts_found' => "Nebyly nalezeny žádné příspěvky",
'head_posts_history' => "Historie příspěvků",
'text_posts_history_for' => "Historie příspěvků pro ",
'text_forum' => "<b>Fóru:&nbsp;</b>",
'text_topic' => "<b>Téma:&nbsp;</b>",
'text_post' => "<b>Post:&nbsp;</b>",
'text_new' => "NOVÉ!",
'text_last_edited' => "Naposledy upravil(a) ",
'text_at' => " v ",
'std_no_comments_found' => "Nebyly nalezeny žádné komentáře",
'head_comments_history' => "Historie komentářů",
'text_comments_history_for' => "Historie komentářů pro ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>Komentář:&nbsp;",
'std_history_error' => "Chyba historie",
'std_unkown_action' => "Neznámá akce",
'std_invalid_or_no_query' => "Neplatný nebo žádný dotaz."
);
?>