ok
Direktori : /home2/selectio/www/bharath/system/language/ukrainian/ |
Current File : /home2/selectio/www/bharath/system/language/ukrainian/number_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link http://codeigniter.com */ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['terabyte_abbr'] = 'Тб'; $lang['gigabyte_abbr'] = 'Гб'; $lang['megabyte_abbr'] = 'Мб'; $lang['kilobyte_abbr'] = 'Кб'; $lang['bytes'] = 'Байт';