PHP Classes

File: langs/it.php

Recommend this page to a friend!
  Classes of ASCOOS CMS   Drives Info   langs/it.php   Download  
File: langs/it.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Drives Info
Display the size and free space of disk drives
Author: By
Last change:
Date: 18 days ago
Size: 874 bytes
 

Contents

Class file image Download
<?php
/**
 *
 * @package : Disk Drives Informations
 * @subpackage : Archivio della lingua italiana
 * @source : /drives-info/langs/it.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' => 'it', // Current Error Language of package
   
'title' => 'Informazioni sulle unitą',
   
'title_drives' => 'Unitą o cartelle',
   
'drive' => 'Guida ',
   
'directory' => 'Directory ',
   
'total_size' => 'Dimensione totale',
   
'used_space' => 'Spazio utilizzato:',
   
'free_space' => 'Spazio libero:',
   
'more' => 'pił'
];
?>