Files
nexusphp/lang/de/lang_userhistory.php
2025-04-22 19:35:05 +07:00

27 lines
885 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "Fehler",
'std_permission_denied' => "Berechtigung verweigert",
'std_no_posts_found' => "Keine Beiträge gefunden",
'head_posts_history' => "Beitragsverlauf",
'text_posts_history_for' => "Postverlauf für ",
'text_forum' => "<b>Forum:&nbsp;</b>",
'text_topic' => "<b>Thema:&nbsp;</b>",
'text_post' => "<b>Beitrag:&nbsp;</b>",
'text_new' => "NEU!",
'text_last_edited' => "Zuletzt bearbeitet von ",
'text_at' => " am ",
'std_no_comments_found' => "Keine Kommentare gefunden",
'head_comments_history' => "Kommentarverlauf",
'text_comments_history_for' => "Kommentarverlauf für ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>Kommentar:&nbsp;",
'std_history_error' => "Verlauf Fehler",
'std_unkown_action' => "Unbekannte Aktion",
'std_invalid_or_no_query' => "Ungültige oder keine Abfrage."
);
?>