Files
UNIT3D-Community-Edition/lang/en/graveyard.php
2024-05-23 13:58:29 +00:00

38 lines
1.9 KiB
PHP

<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'current-seedtime' => 'Current Seedtime',
'dead' => 'Dead',
'graveyard' => 'Graveyard',
'guidelines' => 'Guidelines',
'guidelines-content' => '1) You can not resurrect your own upload.<br>2) Don\'t resurrect something you can not commit to.',
'howto' => 'Heres The Rule',
'howto-desc1' => 'You must seed <span class="text-green"><em>:name</em></span> for <span class="text-red text-bold">30 days</span> for a succesful ressurection. In which case when your current seedtime of',
'howto-desc2' => 'You will be rewarded',
'howto-hits' => 'Hits',
'not-rewarded' => 'Not Rewarded',
'pending' => 'Pending',
'resurrect' => 'Resurrect',
'resurrect-canceled' => 'Resurrection Successfully Canceled!',
'resurrect-complete' => 'Torrent Resurrection Complete! You will be rewarded automatically once seedtime requirements are met.',
'resurrect-date' => 'Resurrect Date',
'resurrect-failed-own' => 'Torrent Resurrection Failed! You cannot resurrect your own uploads.',
'resurrect-failed-pending' => 'Torrent Resurrection Failed! This torrent is already pending a resurrection.',
'reward' => 'Freeleech tokens',
'rewarded' => 'Rewarded',
'seedtime-goal' => 'Seedtime Goal',
];