chinese_gb.inc.php3: Fixed duplicate $strDBGMin where it should be '$strDBGMax'

This commit is contained in:
Robin Johnson
2003-02-07 07:26:27 +00:00
parent 2a6b9d9b80
commit 0efeaf33f3
2 changed files with 3 additions and 1 deletions

View File

@@ -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>

View File

@@ -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