Contribution to feature/new-theme (#254)

* add translation to navigation

* redesign base.api.index view
add translations

* remove license derp

* translate never in base.api.index view

* simplify user drop down for now
add translations
This commit is contained in:
Jakob 2017-01-18 00:21:05 +01:00 committed by Dane Everitt
parent 515e543c7f
commit 31b4589eab
5 changed files with 149 additions and 21 deletions

View file

@ -0,0 +1,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'
],
];