forked from pterodactyl/panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavigation.php
More file actions
27 lines (26 loc) · 855 Bytes
/
Copy pathnavigation.php
File metadata and controls
27 lines (26 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
return [
'home' => 'Home',
'account' => [
'header' => 'ACCOUNT MANAGEMENT',
'my_account' => 'My Account',
'security_controls' => 'Security Controls',
'api_access' => 'API Access',
'my_servers' => 'My Servers',
],
'server' => [
'header' => 'SERVER MANAGEMENT',
'console' => 'Console',
'file_management' => 'File Management',
'file_browser' => 'File Browser',
'create_file' => 'Create File',
'upload_files' => 'Upload Files',
'subusers' => 'Subusers',
'task_management' => 'Task Management',
'configuration' => 'Configuration',
'port_allocations' => 'Port Allocations',
'sftp_settings' => 'SFTP Settings',
'startup_parameters' => 'Startup Parameters',
'databases' => 'Databases',
],
];