Hi,
thank you for your support in translating those messages and putting the zipped file on the translation tracker.
First release candidate of 2.3.3 should be out on November 17th. -------------
$strDataDict = 'Data Dictionary'; $strPrint = 'Print'; $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
Marc
in english-iso-8859-1.inc.php3 file
// shortcuts for Byte, Kilo, Mega, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
i think it should be
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
"Giga" is missing.
regards, Art
===== THINK TWICE, before sez it "Vidva Inter" or "TU Engineer". Coz "SIIT" is our institute's name. Don't make other people confuse, pls sez "SIIT" http://siit.net/webboard/read.php?Topic_ID=4016 ---- Sirindhorn Int'l Inst of Tech, Thammasat U, TH http://www.siit.tu.ac.th
__________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
-----Original Message----- From: Art
in english-iso-8859-1.inc.php3 file
// shortcuts for Byte, Kilo, Mega, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
i think it should be
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
"Giga" is missing.
This was not only the case in the English one. I "fixed" the comment and hope I could make you happy :o) Regards,
Alexander