mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
625 B
PHP
18 lines
625 B
PHP
<?php
|
|
|
|
$lang_delete = array
|
|
(
|
|
'std_delete_failed' => "¡Error al eliminar!",
|
|
'std_missing_form_date' => "datos de formulario faltantes",
|
|
'std_not_owner' => "¡No eres el propietario! ¿Cómo sucedió eso?",
|
|
'std_invalid_reason' => "Razón no válida ",
|
|
'std_describe_violated_rule' => "Por favor, describa la regla violada.",
|
|
'std_enter_reason' => "Por favor, introduzca la razón para eliminar este torrent.",
|
|
'head_torrent_deleted' => "¡Torrent eliminado!",
|
|
'text_go_back' => "Vuelve al lugar al que llegaste",
|
|
'text_back_to_index' => "Volver al índice",
|
|
'text_torrent_deleted' => "¡Torrent eliminado!"
|
|
);
|
|
|
|
?>
|