mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
27 lines
893 B
PHP
27 lines
893 B
PHP
<?php
|
|
|
|
$lang_userhistory = array
|
|
(
|
|
'std_error' => "Błąd",
|
|
'std_permission_denied' => "Odmowa dostępu",
|
|
'std_no_posts_found' => "Nie znaleziono postów",
|
|
'head_posts_history' => "Historia postów",
|
|
'text_posts_history_for' => "Historia wpisów dla ",
|
|
'text_forum' => "<b>Forum: </b>",
|
|
'text_topic' => "<b>Temat: </b>",
|
|
'text_post' => "<b>Post: </b>",
|
|
'text_new' => "NOWY!",
|
|
'text_last_edited' => "Ostatnio edytowane przez ",
|
|
'text_at' => " w ",
|
|
'std_no_comments_found' => "Nie znaleziono komentarzy",
|
|
'head_comments_history' => "Historia komentarzy",
|
|
'text_comments_history_for' => "Historia komentarzy dla ",
|
|
'text_torrent' => "<b>Torrent: </b>",
|
|
'text_comment' => "<b>Komentarz: ",
|
|
'std_history_error' => "Błąd historii",
|
|
'std_unkown_action' => "Nieznana akcja",
|
|
'std_invalid_or_no_query' => "Niepoprawne zapytanie lub brak zapytania."
|
|
);
|
|
|
|
?>
|