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
* @copyright	Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
7
* @license	http://opensource.org/licenses/MIT MIT License
8
* @link	https://codeigniter.com
9
*/
10
defined('BASEPATH') OR exit('थेट स्क्रिप्ट प्रवेश परवानगी नाही');
11
 
12
$lang['terabyte_abbr'] = 'टीबी';
13
$lang['gigabyte_abbr'] = 'जीबी';
14
$lang['megabyte_abbr'] = 'एमबी';
15
$lang['kilobyte_abbr'] = 'केबी';
16
$lang['bytes'] = 'बाइट्स';