Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2418 lars 1
<?php
2
/**
3
 * System messages translation for CodeIgniter(tm)
4
 *
5
 * @author CodeIgniter community
6
 * @author Peter Denk
7
 * @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
8
 * @license http://opensource.org/licenses/MIT MIT License
9
 * @link https://codeigniter.com
10
 */
11
defined('BASEPATH') OR exit('No direct script access allowed');
12
 
13
$lang['terabyte_abbr']	= 'TB';
14
$lang['gigabyte_abbr']	= 'GB';
15
$lang['megabyte_abbr']	= 'MB';
16
$lang['kilobyte_abbr']	= 'KB';
17
$lang['bytes']		= 'bytes';