1 2 3 4 5 6 7 8
<?php $nl = array ( 'profile' => 'Profiel', 'profile:notfound' => 'Sorry. Het opgegeven profiel kon niet gevonden worden.', ); add_translation("nl", $nl);