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

13 lines
297 B
PHP
Raw Normal View History

2018-09-03 22:44:29 +00:00
<?php
return [
'previous' => '&laquo; Vorige',
'sidebar' => [
'account_settings' => 'Account instellingen',
'files' => 'Bestandsbeheer',
'manage' => 'Beheer server',
'overview' => 'Server overzicht',
'server_controls' => 'Server beheer',
],
];