mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
27 lines
902 B
PHP
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: </b>",
|
|
'text_topic' => "<b>Onderwerp: </b>",
|
|
'text_post' => "<b>bericht: </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: </b>",
|
|
'text_comment' => "<b>commentaar: ",
|
|
'std_history_error' => "Historie Fout",
|
|
'std_unkown_action' => "Onbekende actie",
|
|
'std_invalid_or_no_query' => "Ongeldige of geen query."
|
|
);
|
|
|
|
?>
|