mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
12 lines
350 B
PHP
12 lines
350 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_deletemessage = array
|
||
|
|
(
|
||
|
|
'std_bad_message_id' => "ID de mensaje incorrecto",
|
||
|
|
'std_not_suggested' => "No lo haría si fuera tú...",
|
||
|
|
'std_not_in_inbox' => "El mensaje no está en tu bandeja de entrada.",
|
||
|
|
'std_not_in_sentbox' => "El mensaje no está en tu bandeja de entrada.",
|
||
|
|
'std_unknown_pm_type' => "Tipo de PM desconocido."
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|