mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-29 03:57:30 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -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