Files
nexusphp/lang/fi/lang_userhistory.php
2025-04-22 02:55:12 +07:00

27 lines
884 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "Virhe",
'std_permission_denied' => "Lupa evätty",
'std_no_posts_found' => "Viestejä ei löytynyt",
'head_posts_history' => "Viestit historia",
'text_posts_history_for' => "Viestin historia ",
'text_forum' => "<b>Foorumi:&nbsp;</b>",
'text_topic' => "<b>Aihe:&nbsp;</b>",
'text_post' => "<b>Viesti:&nbsp;</b>",
'text_new' => "UUTTA!",
'text_last_edited' => "Viimeksi muokannut ",
'text_at' => " klo ",
'std_no_comments_found' => "Kommentteja ei löytynyt",
'head_comments_history' => "Kommenttien historia",
'text_comments_history_for' => "Kommenttien historia kohteelle ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>Kommentti:&nbsp;",
'std_history_error' => "Virhe Historiassa",
'std_unkown_action' => "Tuntematon toiminto",
'std_invalid_or_no_query' => "Virheellinen tai ei hakua."
);
?>