mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +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' => "ID mesaj greșit",
|
||||
'std_not_suggested' => "Nu aș face asta dacă aș fi tu...",
|
||||
'std_not_in_inbox' => "Mesajul nu se află în căsuța dvs. poștală.",
|
||||
'std_not_in_sentbox' => "Mesajul nu este în Sentbox.",
|
||||
'std_unknown_pm_type' => "Tip de PM necunoscut."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user