This commit is contained in:
xiaomlove
2020-12-26 01:42:23 +08:00
commit a3ba82be64
949 changed files with 60612 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?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?"
);
?>