[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_8-12-gbbf5941

The branch, QA_3_3 has been updated via bbf5941c21eb5a28bc0b0b5c8b3849bb059a5baa (commit) from 5815d6fa7ebf65432751251b6f905858ee90e433 (commit) - Log ----------------------------------------------------------------- commit bbf5941c21eb5a28bc0b0b5c8b3849bb059a5baa Author: Michal Čihař <mcihar@novell.com> Date: Wed Nov 3 11:22:40 2010 +0100 Revert this part of fix. ----------------------------------------------------------------------- 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 23af10e..08fcfce 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'); hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař