Intergrated a patch from Cody to fix some translation strings missing (i.e. Track 1, Track 2)
Improved the speed of GenerateXML() 1300%. This was mainly due to a very poor project.fps() method, which was slow and used all over the place. So, I tried to not call the method as much, and I implemented some caching of the fps value.