mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
221 lines
6.9 KiB
PHP
221 lines
6.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'torrent-approval' => [
|
|
'text' => 'Approval Torrent',
|
|
'desc' => 'Allow, Deny, or mark as unreviewed',
|
|
],
|
|
'torrent-set-special-tag' => [
|
|
'text' => 'Set torrent special tags',
|
|
'desc' => 'Set the Official/Zero bonus tag to torrents',
|
|
],
|
|
'torrent-approval-allow-automatic' => [
|
|
'text' => 'Torrent approval allow automatically',
|
|
'desc' => 'Torrent is the approval allow status after upload automatically',
|
|
],
|
|
'torrent-set-price' => [
|
|
'text' => 'Set torrent paid',
|
|
'desc' => 'Set torrent paid',
|
|
],
|
|
'defaultclass' => [
|
|
'text' => 'Default Class',
|
|
'desc' => ' Class upon registration',
|
|
],
|
|
'staffmem' => [
|
|
'text' => 'Staff Member',
|
|
'desc' => 'Classes considered as staff members, e.g. can view staffbox',
|
|
],
|
|
'newsmanage' => [
|
|
'text' => 'News Management',
|
|
'desc' => 'Add new, edit, delete news',
|
|
],
|
|
'newfunitem' => [
|
|
'text' => 'Post funbox item',
|
|
'desc' => "Post new funbox items and edit own's funbox items",
|
|
],
|
|
'funmanage' => [
|
|
'text' => 'Funbox Management',
|
|
'desc' => "Edit, delete, ban anyone's funbox items",
|
|
],
|
|
'sbmanage' => [
|
|
'text' => 'Shoutbox Management',
|
|
'desc' => 'Delete messages in shoutbox and helpbox',
|
|
],
|
|
'pollmanage' => [
|
|
'text' => 'Poll Management',
|
|
'desc' => 'Add new, edit, delete polls',
|
|
],
|
|
'applylink' => [
|
|
'text' => 'Apply for Links',
|
|
'desc' => 'Apply for links on main page',
|
|
],
|
|
'linkmanage' => [
|
|
'text' => 'Link Management',
|
|
'desc' => ' Add new, edit, delete links',
|
|
],
|
|
'postmanage' => [
|
|
'text' => 'Forum Post Management',
|
|
'desc' => 'Edit, delete, move, stick, lock forum posts',
|
|
],
|
|
'commanage' => [
|
|
'text' => 'Comment Management',
|
|
'desc' => 'Edit, delete comments of torrents, offers',
|
|
],
|
|
'forummanage' => [
|
|
'text' => 'Forum Management',
|
|
'desc' => 'Add new, edit, delete, move forums',
|
|
],
|
|
'viewuserlist' => [
|
|
'text' => 'View User List',
|
|
'desc' => 'View, search user list',
|
|
],
|
|
'user-delete' => [
|
|
'text' => 'Delete user',
|
|
'desc' => 'Completely delete user account information from the database',
|
|
],
|
|
'user-change-class' => [
|
|
'text' => 'Change user class',
|
|
'desc' => "Modify the user's level, can not be modified to a level higher than or equal to their own",
|
|
],
|
|
'torrentmanage' => [
|
|
'text' => 'Torrent Management',
|
|
'desc' => 'Edit torrents, excluding setting torrent sticky or on promotion or delete',
|
|
],
|
|
'torrent-delete' => [
|
|
'text' => 'Delete torrent',
|
|
'desc' => 'Delete torrent',
|
|
],
|
|
'torrentsticky' => [
|
|
'text' => 'Torrent Sticky',
|
|
'desc' => ' Set torrents sticky',
|
|
],
|
|
'torrentonpromotion' => [
|
|
'text' => 'Torrent on Promotion',
|
|
'desc' => 'Set torrents on promotion',
|
|
],
|
|
'torrent_hr' => [
|
|
'text' => 'Set Torrent H&R',
|
|
'desc' => '.Set torrent join the H&R inspect',
|
|
],
|
|
'askreseed' => [
|
|
'text' => 'Ask for reseed',
|
|
'desc' => 'Ask for reseed when torrents are dead',
|
|
],
|
|
'viewnfo' => [
|
|
'text' => 'View NFO',
|
|
'desc' => 'View NFO files',
|
|
],
|
|
'torrentstructure' => [
|
|
'text' => 'View Torrent Structure',
|
|
'desc' => 'View structure of torrent files',
|
|
],
|
|
'sendinvite' => [
|
|
'text' => 'Send Invite',
|
|
'desc' => 'Send invitation of membership to others',
|
|
],
|
|
'viewhistory' => [
|
|
'text' => 'View History',
|
|
'desc' => "View other's comment and post history",
|
|
],
|
|
'topten' => [
|
|
'text' => 'View Topten',
|
|
'desc' => 'View Top Ten',
|
|
],
|
|
'log' => [
|
|
'text' => 'View General Log',
|
|
'desc' => 'View general log, excluding confidential log',
|
|
],
|
|
'confilog' => [
|
|
'text' => 'View Confidential Log',
|
|
'desc' => 'View confidential log, e.g. site setting changes',
|
|
],
|
|
'userprofile' => [
|
|
'text' => "View User's Confidential Profile",
|
|
'desc' => "View user's confidential profile, e.g. IP address, Email address",
|
|
],
|
|
'torrenthistory' => [
|
|
'text' => "View User's Torrent History",
|
|
'desc' => "View user's torrent history, e.g. downloaded torrents.Valid only when user's setting for privacy level is not 'strong'"
|
|
],
|
|
'prfmanage' => [
|
|
'text' => "User's General Profile Management",
|
|
'desc' => " Change user's profile, excluding crucial ones e.g. email, username, uploaded and downloaded amount, bonus"
|
|
],
|
|
'cruprfmanage' => [
|
|
'text' => "User's Crucial Profile Management",
|
|
'desc' => "Change user's crucial profile, excluding donation (only Staff Leader can manage donation)",
|
|
],
|
|
'uploadsub' => [
|
|
'text' => 'Upload subtitle',
|
|
'desc' => 'Upload subtitles for torrents',
|
|
],
|
|
'delownsub' => [
|
|
'text' => "Delete own's subtitle",
|
|
'desc' => 'Delete subtitles uploaded by oneself',
|
|
],
|
|
'submanage' => [
|
|
'text' => 'Subtitle Management',
|
|
'desc' => 'Delete any subtitle',
|
|
],
|
|
'updateextinfo' => [
|
|
'text' => 'Update External Info',
|
|
'desc' => 'Update outdated external infomation, e.g. IMDb info',
|
|
],
|
|
'viewanonymous' => [
|
|
'text' => 'View Anonymous',
|
|
'desc' => 'View who anonymous one is',
|
|
],
|
|
'beanonymous' => [
|
|
'text' => 'Be Anonymous',
|
|
'desc' => 'Upload torrents, subtitles anonymously',
|
|
],
|
|
'addoffer' => [
|
|
'text' => 'Add Offer',
|
|
'desc' => ' Add offers to upload',
|
|
],
|
|
'offermanage' => [
|
|
'text' => 'Offer Management',
|
|
'desc' => 'Allow, Edit, Delete offer',
|
|
],
|
|
'upload' => [
|
|
'text' => 'Upload Torrent',
|
|
'desc' => 'Upload torrents to Torrents section',
|
|
],
|
|
'uploadspecial' => [
|
|
'text' => 'Upload Special Torrent',
|
|
'desc' => 'Upload torrents to Special section',
|
|
],
|
|
'view_special_torrent' => [
|
|
'text' => 'View Special Torrent',
|
|
'desc' => 'View torrents in Special section',
|
|
],
|
|
'movetorrent' => [
|
|
'text' => 'Move Torrent',
|
|
'desc' => 'Move torrents between sections',
|
|
],
|
|
'chrmanage' => [
|
|
'text' => 'Chronicle Management',
|
|
'desc' => 'Add, edit, delete chronicle',
|
|
],
|
|
'viewinvite' => [
|
|
'text' => 'View Invite',
|
|
'desc' => "View user's invite history",
|
|
],
|
|
'buyinvite' => [
|
|
'text' => 'Buy Invites',
|
|
'desc' => 'Buy invites at bonus center',
|
|
],
|
|
'seebanned' => [
|
|
'text' => 'See Banned Torrents',
|
|
'desc' => 'See and download banned torrents',
|
|
],
|
|
'againstoffer' => [
|
|
'text' => 'Vote Against Offers',
|
|
'desc' => 'Vote against offers',
|
|
],
|
|
'userbar' => [
|
|
'text' => 'Allow Userbar',
|
|
'desc' => ' Get his userba',
|
|
],
|
|
];
|