Files
nexusphp/lang/en/lang_takeedit.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

12 lines
368 B
PHP

<?php
$lang_takeedit = array
(
'std_edit_failed' => "Edit failed!",
'std_missing_form_data' => "missing form data",
'std_not_owner' => "You're not the owner! How did that happen?",
'std_nfo_too_big' => "NFO is too big! Max 65,535 bytes.",
'std_cannot_move_torrent' => "You have no permission to move torrents to another section. BTW, how do you get here?"
);
?>