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:
12
lang/de/lang_deletemessage.php
Normal file
12
lang/de/lang_deletemessage.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$lang_deletemessage = array
|
||||
(
|
||||
'std_bad_message_id' => "Falsche Nachrichten-ID",
|
||||
'std_not_suggested' => "Ich würde das nicht tun, wenn ich dich wäre...",
|
||||
'std_not_in_inbox' => "Die Nachricht ist nicht in Ihrem Posteingang.",
|
||||
'std_not_in_sentbox' => "Die Nachricht ist nicht in Ihrem Sentbox.",
|
||||
'std_unknown_pm_type' => "Unbekannter PM-Typ."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user