Files
UNIT3D-Community-Edition/lang/en/stat.php
2024-07-03 11:38:11 -04:00

67 lines
2.8 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 [
'active' => 'Active',
'all' => 'All',
'all-time' => 'All Time',
'banned' => 'Banned',
'by-count' => 'By Count',
'by-data' => 'By Data',
'by-volume' => 'By Volume',
'credited' => 'Credited',
'disabled' => 'Disabled',
'group' => 'Group',
'groups' => 'Groups',
'last30days' => 'Last 30 Days',
'last60days' => 'Last 60 Days',
'nerd-stats' => 'Nerd Stats',
'nerd-stats-desc' => 'We all love stats. Here are a few that we find important',
'languages' => 'Languages',
'place' => 'Place',
'pruned' => 'Pruned',
'real' => 'Real',
'registration-date' => 'Registration Date',
'request-fulfilled' => 'Request Fulfilled',
'request-not-fulfilled' => 'Request not Fulfilled',
'request-pending-aproval' => 'Request Pending Approval',
'select-category' => 'Please select a category below',
'site-stats' => 'Site Stats',
'stats' => 'Stats',
'stats-format' => 'All Stats Displayed In Top 100 Format',
'top-bankers' => 'Top Bankers',
'top-bountied' => 'Top Bountied',
'top-completed' => 'Top Completed',
'top-dead' => 'Top Dead',
'top-downloaded' => 'Top Downloaded Torrents',
'top-downloaders' => 'Top Downloaders',
'top-dying' => 'Top Dying',
'top-leeched' => 'Top Leeched',
'top-leechers' => 'Top Leechers',
'top-seeded' => 'Top Seeded',
'top-seeding' => 'Top Seeding',
'top-seeders' => 'Top Seeders',
'top-seedsize' => 'Top Seedsize',
'top-seedtime' => 'Top Seedtime',
'top-uploaders' => 'Top Uploaders',
'total-download' => 'Total Download',
'total-torrents' => 'Total Torrents',
'total-traffic' => 'Total Traffic',
'total-upload' => 'Total Upload',
'updated' => '(Updated Every 10 Minutes!)',
'users-in-group' => 'Users In Group',
'users-per-group' => 'Users Per Group',
];