From bbf5941c21eb5a28bc0b0b5c8b3849bb059a5baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 3 Nov 2010 11:22:40 +0100 Subject: [PATCH] Revert this part of fix. --- lang/slovenian-utf-8.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 23af10e8d..08fcfce91 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -8,7 +8,7 @@ $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) $number_thousands_separator = '.'; $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('bajtov', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); $day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', 'Čet', 'Pet', 'Sob'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec');