mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
27 lines
882 B
PHP
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: </b>",
|
|
'text_topic' => "<b>Emne: </b>",
|
|
'text_post' => "<b>Indlæg: </b>",
|
|
'text_new' => "NYT!",
|
|
'text_last_edited' => "Sidst redigeret af ",
|
|
'text_at' => " på ",
|
|
'std_no_comments_found' => "Ingen kommentarer fundet",
|
|
'head_comments_history' => "Kommentarer historik",
|
|
'text_comments_history_for' => "Kommentarer historik for ",
|
|
'text_torrent' => "<b>Torrent: </b>",
|
|
'text_comment' => "<b>Kommentar: ",
|
|
'std_history_error' => "Historik Fejl",
|
|
'std_unkown_action' => "Ukendt handling",
|
|
'std_invalid_or_no_query' => "Ugyldig eller ingen forespørgsel."
|
|
);
|
|
|
|
?>
|