summaryrefslogtreecommitdiff
path: root/kohana/i18n/en_US/upload.php
blob: 7f6e216d03daf05985c49a04ec83bc493c8d5700 (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.',
);