mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
387 B
PHP
12 lines
387 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_takeedit = array
|
||
|
|
(
|
||
|
|
'std_edit_failed' => "Modifica fallita!",
|
||
|
|
'std_missing_form_data' => "dati del modulo mancanti",
|
||
|
|
'std_not_owner' => "Non sei il proprietario! Come è successo?",
|
||
|
|
'std_nfo_too_big' => "NFO è troppo grande! Max 65.535 byte.",
|
||
|
|
'std_cannot_move_torrent' => "Non hai i permessi per spostare i torrent in un'altra sezione. BTW, come raggiungi qui?"
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|