<?php
/**
*
* @package : Disk Drives Informations
* @subpackage : türkçe ar?ivi
* @source : /drives-info/langs/tr.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' => 'tr', // Current Error Language of package
'title' => 'Sürücü Bilgileri',
'title_drives' => 'Sürücüler veya Klasörler',
'drive' => 'Sürmek ',
'directory' => 'Dizin ',
'total_size' => 'Toplam Boyut',
'used_space' => 'Kullan?lan alan:',
'free_space' => 'Bo? alan:',
'more' => 'daha'
];
?>
|