add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions

16
lang/de/lang_shoutbox.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
$lang_shoutbox = array
(
'text_del' => "del",
'std_access_denied' => "Zugriff verweigert.",
'std_access_denied_note' => "Gäste dürfen diese Seite nicht sehen.",
'text_to_guest' => " zu <b>Gast</b>",
'text_guest' => "<b>Gast</b>",
'text_ago' => " vor",
'text_helpbox_disabled' => "Helpbox ist derzeit deaktiviert. Wie wirst du die Hölle hierher bekommen?",
'text_no_permission_to_shoutbox' => "Du hast keine Berechtigung, Nachrichten an Shoutbox zu senden. Wie komme du zur Hölle hier?",
"speaking_too_often" => "Viel zu oft!",
);
?>