mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
16
lang/de/lang_shoutbox.php
Normal file
16
lang/de/lang_shoutbox.php
Normal 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!",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user