mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
27 lines
876 B
PHP
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: </b>",
|
|
'text_topic' => "<b>Emne: </b>",
|
|
'text_post' => "<b>Post: </b>",
|
|
'text_new' => "NYTT!",
|
|
'text_last_edited' => "Sist endret av ",
|
|
'text_at' => " på ",
|
|
'std_no_comments_found' => "Ingen kommentarer funnet",
|
|
'head_comments_history' => "Kommentarer Historikk",
|
|
'text_comments_history_for' => "Kommentarer til historikk for ",
|
|
'text_torrent' => "<b>Torrent: </b>",
|
|
'text_comment' => "<b>Kommentar: ",
|
|
'std_history_error' => "Feil i historikk",
|
|
'std_unkown_action' => "Ukjent handling",
|
|
'std_invalid_or_no_query' => "Ugyldig eller ingen spørring."
|
|
);
|
|
|
|
?>
|