chinese_gb.inc.php3: Fixed duplicate $strDBGMin where it should be '$strDBGMax'
This commit is contained in:
@@ -7,6 +7,8 @@ $Source$
|
||||
|
||||
2003-02-01 Robin Johnson <robbat2@users.sourceforge.net>
|
||||
* lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
|
||||
* lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
|
||||
be '$strDBGMax'
|
||||
* translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
|
||||
|
||||
2003-02-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||
|
@@ -573,7 +573,7 @@ $strDBGHits = 'Hits'; //to translate
|
||||
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
|
||||
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
|
||||
$strDBGMinTimeMs = 'Min time, ms'; //to translate
|
||||
$strDBGMinTimeMs = 'Max time, ms'; //to translate
|
||||
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
|
||||
$strDBGContextID = 'Context ID'; //to translate
|
||||
$strDBGContext = 'Context'; //to translate
|
||||
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
|
||||
|
Reference in New Issue
Block a user