pnp4nagios/lib/kohana/system/i18n/nl_NL/encrypt.php
2017-05-20 15:26:21 +02:00

9 lines
397 B
PHP

<?php defined('SYSPATH') OR die('No direct access allowed.');
$lang = array
(
'undefined_group' => 'De %s groep is niet gedefinieerd in je configuratie.',
'requires_mcrypt' => 'Om de Encrypt library te gebruiken, moet mcrypt ingeschakeld zijn in je PHP installatie.',
'no_encryption_key' => 'Om de Encrypt library te gebruiken, moet je een encryption key zetten in je config bestand.',
);