piotrpolak/pepiscms

View on GitHub
pepiscms/application/language/romanian/number_lang.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * System messages translation for CodeIgniter(tm)
 *
 * @author    CodeIgniter community
 * @author  Cristian Robert Chiribuc
 * @copyright    Copyright (c) 2014-2018, British Columbia Institute of Technology (http://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'] = 'Bytes';