The branch, QA_3_3 has been updated via 4b3d5c768bc0c1db2d5f1c986027dc2ec0ca3f63 (commit) from 252ab527bc485db3f8987433ea7b1d1baa371ea8 (commit)
- Log ----------------------------------------------------------------- commit 4b3d5c768bc0c1db2d5f1c986027dc2ec0ca3f63 Author: Michal Čihař michal@cihar.com Date: Mon Nov 1 10:05:21 2010 +0100
Update from master.
-----------------------------------------------------------------------
Summary of changes: lang/slovenian-utf-8.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 793334e..982db1a 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('Bytes', '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');
hooks/post-receive