mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$lang_takereseed = array
|
||||
(
|
||||
'head_reseed_request' => "Reseed Request!",
|
||||
'std_it_worked' => "It worked! A message is sent to users who have snatched this torrent.",
|
||||
'std_error' => "Error",
|
||||
'std_torrent_not_dead' => "The torrent is not dead.",
|
||||
'std_reseed_sent_recently' => "Someone already asked for reseed of this torrent in last 15 minutes. Please wait patiently for users to reseed.",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user