misc_pterodactyl-panel/resources/lang/en/pagination.php
2016-12-30 22:19:23 +00:00

17 lines
503 B
PHP

<?php
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',
],
];