kopia lustrzana https://github.com/magicbug/Cloudlog
9 wiersze
230 B
PHP
9 wiersze
230 B
PHP
|
<?php
|
||
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
|
||
|
$lang['terabyte_abbr'] = 'To';
|
||
|
$lang['gigabyte_abbr'] = 'Go';
|
||
|
$lang['megabyte_abbr'] = 'Mo';
|
||
|
$lang['kilobyte_abbr'] = 'Ko';
|
||
|
$lang['bytes'] = 'Octets';
|