pnp4nagios/lib/kohana/system/i18n/en_US/upload.php

6 lines
170 B
PHP
Raw Normal View History

2017-05-20 15:26:21 +02:00
<?php defined('SYSPATH') OR die('No direct access allowed.');
$lang = array
(
'not_writable' => 'The upload destination folder, %s, does not appear to be writable.',
);