mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
27 lines
885 B
PHP
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: </b>",
|
|
'text_topic' => "<b>Thema: </b>",
|
|
'text_post' => "<b>Beitrag: </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: </b>",
|
|
'text_comment' => "<b>Kommentar: ",
|
|
'std_history_error' => "Verlauf Fehler",
|
|
'std_unkown_action' => "Unbekannte Aktion",
|
|
'std_invalid_or_no_query' => "Ungültige oder keine Abfrage."
|
|
);
|
|
|
|
?>
|