16 行
		
	
	
	
		
			516 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 行
		
	
	
	
		
			516 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * System messages translation for CodeIgniter(tm)
 | 
						|
 *
 | 
						|
 * @author	CodeIgniter community
 | 
						|
 * @copyright	Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
 | 
						|
 * @license	http://opensource.org/licenses/MIT	MIT License
 | 
						|
 * @link	https://codeigniter.com
 | 
						|
 */
 | 
						|
defined('BASEPATH') OR exit('No direct script access allowed');
 | 
						|
 | 
						|
$lang['terabyte_abbr'] = 'TB';
 | 
						|
$lang['gigabyte_abbr'] = 'GB';
 | 
						|
$lang['megabyte_abbr'] = 'MB';
 | 
						|
$lang['kilobyte_abbr'] = 'KB';
 | 
						|
$lang['bytes']         = 'Bajtů';
 |