Move byte units translations to proper place.

This commit is contained in:
Michal Čihař
2010-05-13 11:26:54 +02:00
parent 588a63e6c0
commit 0dcbea28eb
64 changed files with 78536 additions and 78475 deletions

View File

@@ -21,8 +21,6 @@ $text_dir = __('ltr');
$number_thousands_separator = __(',');
/* l10n: Decimal separator */
$number_decimal_separator = __('.');
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array(__('B'), __('KiB'), __('MiB'), __('GiB'), __('TiB'), __('PiB'), __('EiB'));
$strAbortedClients = __('Aborted');
$strAccessDenied = __('Access denied');