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

27 lines
902 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "Foutmelding",
'std_permission_denied' => "Toestemming geweigerd",
'std_no_posts_found' => "Geen posts gevonden",
'head_posts_history' => "Berichten geschiedenis",
'text_posts_history_for' => "Post geschiedenis voor ",
'text_forum' => "<b>Forum:&nbsp;</b>",
'text_topic' => "<b>Onderwerp:&nbsp;</b>",
'text_post' => "<b>bericht:&nbsp;</b>",
'text_new' => "NIEUW!",
'text_last_edited' => "Laatst bewerkt door ",
'text_at' => " bij ",
'std_no_comments_found' => "Geen reacties gevonden",
'head_comments_history' => "Opmerkingen geschiedenis",
'text_comments_history_for' => "Reacties geschiedenis voor ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>commentaar:&nbsp;",
'std_history_error' => "Historie Fout",
'std_unkown_action' => "Onbekende actie",
'std_invalid_or_no_query' => "Ongeldige of geen query."
);
?>