This patch is to add Spanish language support for PPTS. It is not a patch for CVS, is a zip, just uncompress in the ppts install folder an use it in the application.
Still lacks to change the application errors, like Unit Tests.
When you goto PPTS the menu system doesn't show up because of a javascript error in the menu item "Cohn's Burn Down".
ppts/classes/CConfigPPTSMenu.php
if ($this->access["Burn Down Graph"])
{
$iterationMenu->addMenuItem("Cohn's Burn Down", "index.php?content=showBurnDownGraphCohn.php");
}
The javascript array uses single quotes to wrap the...