Files
nexusphp/lang/nb/lang_userhistory.php
2025-05-05 21:27:48 +07:00

27 lines
876 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "Feil",
'std_permission_denied' => "Tillatelse nektet",
'std_no_posts_found' => "Fant ingen innlegg",
'head_posts_history' => "Innlegg historie",
'text_posts_history_for' => "Post historikk for ",
'text_forum' => "<b>Forum:&nbsp;</b>",
'text_topic' => "<b>Emne:&nbsp;</b>",
'text_post' => "<b>Post:&nbsp;</b>",
'text_new' => "NYTT!",
'text_last_edited' => "Sist endret av ",
'text_at' => "",
'std_no_comments_found' => "Ingen kommentarer funnet",
'head_comments_history' => "Kommentarer Historikk",
'text_comments_history_for' => "Kommentarer til historikk for ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>Kommentar:&nbsp;",
'std_history_error' => "Feil i historikk",
'std_unkown_action' => "Ukjent handling",
'std_invalid_or_no_query' => "Ugyldig eller ingen spørring."
);
?>