<?php 
 
/**
 
 * @package                : Disk Drives Informations
 
 * @subpackage             : English Error Language file
 
 * @source                 : /drives-info/langs/en.error.php
 
 * @version                : 1.0.0
 
 * @created                : 2024-11-27 07:00:00 UTC+3
 
 * @updated                : 
 
 * @author                 : Drogidis Christos
 
 * @authorSite             : www.alexsoft.gr
 
 * @license             : AGL-F
 
 * @translator             :
 
 * @translatorSite         : 
 
 * @translateDate        : 
 
 * 
 
 * @since PHP 8.2.0
 
 */
 
return [
 
    'lang'              => 'en',        // Current Error Language of package
 
    'NotValidDisk'      => 'It is not a valid disk or its size cannot be read.',
 
    'NotValidDirectory' => 'It is not a valid directory or its size cannot be read.',
 
    'NoFoundData'       => ' Data no found'
 
];
 
 
?>
 
 |