mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
27 lines
927 B
PHP
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: </b>",
|
|
'text_topic' => "<b>Téma: </b>",
|
|
'text_post' => "<b>Post: </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: </b>",
|
|
'text_comment' => "<b>Komentář: ",
|
|
'std_history_error' => "Chyba historie",
|
|
'std_unkown_action' => "Neznámá akce",
|
|
'std_invalid_or_no_query' => "Neplatný nebo žádný dotaz."
|
|
);
|
|
|
|
?>
|