Files
nexusphp/resources/lang/nl/token.php
2025-06-19 13:13:26 +07:00

12 lines
467 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return array (
'label' => 'Toegangs-token',
'permission' => 'Machtigingen',
'maximum_allow_number_reached' => 'Het getal bereikt de bovengrens',
'create_success_tip' => 'De token is succesvol aangemaakt. Deze gegevens worden slechts eenmaal weergegeven, gelieve het goed op te slaan<br/><br/>:token',
'last_used_at' => 'Recente gebruikstijd',
'token' => 'summary',
"permission_not_allowed" => "Machtiging:permission_text niet toegestaan"
);