mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-13 15:10:06 -06:00
82 lines
3.5 KiB
PHP
82 lines
3.5 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 [
|
|
'audit-log' => 'Audit Log',
|
|
'articles' => 'Articles',
|
|
'application' => 'Application',
|
|
'applications' => 'Applications',
|
|
'application-type' => 'Type',
|
|
'application-image-proofs' => 'Image Proofs',
|
|
'application-referrer' => 'Referrer',
|
|
'article-content' => 'Content',
|
|
'bans-log' => 'Bans Log',
|
|
'blocked-ips' => 'Blocked IPs',
|
|
'blocks' => 'Blocks',
|
|
'bon-exchange' => 'BON Exchange',
|
|
'bon-earnings' => 'BON Earnings',
|
|
'bot' => 'Bot',
|
|
'bots' => 'Bots',
|
|
'chat' => 'Chat',
|
|
'config-manager' => 'Config Manager',
|
|
'dashboard' => 'Dashboard',
|
|
'failed-login-log' => 'Failed Login Log',
|
|
'flush-ghost-peers' => 'Flush Ghost Peers',
|
|
'forums' => 'Forums',
|
|
'frontend' => 'Frontend',
|
|
'general-tools' => 'General Tools',
|
|
'groups' => 'Groups',
|
|
'gifts-log' => 'Gifts Log',
|
|
'invites-log' => 'Invites Log',
|
|
'laravel-log' => 'Laravel Log',
|
|
'link' => 'Link',
|
|
'links' => 'Links',
|
|
'logs' => 'Logs',
|
|
'mass-email' => 'Mass Email',
|
|
'mass-pm' => 'Mass PM',
|
|
'mass-validate-users' => 'Mass Validate Users',
|
|
'media-languages-desc' => '(Languages Used To Populate Language Dropdowns For Subtitles / Audios / Etc.)',
|
|
'moderation' => 'Moderation',
|
|
'moderation-since' => 'Moderated at',
|
|
'notes' => 'Notes',
|
|
'page' => 'Page',
|
|
'pages' => 'Pages',
|
|
'passkeys' => 'Passkeys',
|
|
'please-moderate' => 'Please Moderate This Torrent!',
|
|
'polls' => 'Polls',
|
|
'reports-log' => 'Reports Log',
|
|
'rooms' => 'Rooms',
|
|
'rss' => 'RSS',
|
|
'staff-dashboard' => 'Staff Dashboard',
|
|
'status' => 'Status',
|
|
'statuses' => 'Statuses',
|
|
'torrent-categories' => 'Torrent Categories',
|
|
'torrent-moderation' => 'Torrent Moderation',
|
|
'torrent-tools' => 'Torrent Tools',
|
|
'torrent-types' => 'Torrent Types',
|
|
'torrent-resolutions' => 'Torrent Resolutions',
|
|
'torrents' => 'Torrents',
|
|
'user-gifting' => 'User Gifting',
|
|
'user-notes' => 'User Notes Log',
|
|
'user-search' => 'User Search',
|
|
'user-tools' => 'User Tools',
|
|
'warnings-log' => 'Warnings Log',
|
|
'you-have' => 'You Have',
|
|
'possible-leech-cheaters' => 'Possible Cheaters',
|
|
'chat-tools' => 'Chat Tools',
|
|
'flush-chat' => 'Flush Chatbox',
|
|
'seedboxes' => 'Registered Seedboxes',
|
|
];
|