misc_pterodactyl-panel/resources/lang/en/pagination.php

18 lines
503 B
PHP
Raw Normal View History

<?php
2016-12-30 22:19:23 +00:00
return [
'next' => 'Next &raquo;',
'previous' => '&laquo; Previous',
'sidebar' => [
'account_controls' => 'Account Controls',
'account_security' => 'Account Security',
'account_settings' => 'Account Settings',
'files' => 'File Manager',
'manage' => 'Manage Server',
'overview' => 'Server Overview',
'servers' => 'Your Servers',
'server_controls' => 'Server Controls',
'subusers' => 'Manage Sub-Users',
],
];