Newer
Older
framework / system / Language / en / Files.php
@Jim Parry Jim Parry on 1 Dec 2018 640 bytes Release 4.0.0-alpha.3
<?php
/**
 * Files language strings.
 *
 * @package    CodeIgniter
 * @author     CodeIgniter Dev Team
 * @copyright  2014-2018 British Columbia Institute of Technology (https://bcit.ca/)
 * @license    https://opensource.org/licenses/MIT	MIT License
 * @link       https://codeigniter.com
 * @since      Version 3.0.0
 * @filesource
 *
 * @codeCoverageIgnore
 */

return [
   'fileNotFound'    => 'File not found: {0}',
   'cannotMove'      => 'Could not move file {0} to {1} ({2})',
   'invalidFilename' => 'Target filename missing or invalid: {0}',
   'cannotCopy'      => 'Could not copy to {0} - make sure the folder is writeable',
];