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

6 lines
147 B
PHP

<?php defined('SYSPATH') OR die('No direct access allowed.');
$lang = array
(
'not_writable' => 'De upload doelmap, %s, is niet schrijfbaar.',
);