mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?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."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user