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

30 lines
757 B
PHP

<?php
return [
'again' => 'Opnieuw',
'close' => 'Sluiten',
'connection' => 'Connectie',
'cpu' => 'CPU',
'current_password' => 'Huidig wachtwoord',
'disabled' => 'Uitgeschakeld',
'email' => 'E-mail',
'enabled' => 'Ingeschakeld',
'language' => 'Taal',
'location' => 'Locatie',
'login' => 'Inloggen',
'memory' => 'Geheugen',
'no' => 'Nee',
'node' => 'Node',
'players' => 'Spelers',
'registered' => 'Geregistreerd',
'restart' => 'Herstarten',
'root_administrator' => 'Root Administrator',
'save' => 'Opslaan',
'start' => 'Start',
'status' => 'Status',
'stop' => 'Stop',
'submit' => 'Verzenden',
'success' => 'Succes',
'whoops' => 'Oeps',
'yes' => 'Ja',
];