summaryrefslogtreecommitdiff
path: root/kohana/i18n/en_US/upload.php
blob: 153c5577f5a1bc1672cf7c7e6508576b8111fe54 (plain)
1
2
3
4
5
6
<?php defined('SYSPATH') or die('No direct access allowed.');

$lang = array
(
	'not_writable' => 'The upload destination folder, %s, does not appear to be writable.',
);