Files
nexusphp/lang/da/lang_userhistory.php
2025-04-21 02:53:56 +07:00

27 lines
882 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "Fejl",
'std_permission_denied' => "Tilladelse nægtet",
'std_no_posts_found' => "Ingen indlæg fundet",
'head_posts_history' => "Indlæg historik",
'text_posts_history_for' => "Indlæg historik for ",
'text_forum' => "<b>Forum:&nbsp;</b>",
'text_topic' => "<b>Emne:&nbsp;</b>",
'text_post' => "<b>Indlæg:&nbsp;</b>",
'text_new' => "NYT!",
'text_last_edited' => "Sidst redigeret af ",
'text_at' => "",
'std_no_comments_found' => "Ingen kommentarer fundet",
'head_comments_history' => "Kommentarer historik",
'text_comments_history_for' => "Kommentarer historik for ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>Kommentar:&nbsp;",
'std_history_error' => "Historik Fejl",
'std_unkown_action' => "Ukendt handling",
'std_invalid_or_no_query' => "Ugyldig eller ingen forespørgsel."
);
?>