There are some not translated strings in templates/Traq2/view_ticket.php
[code]<div class="date"> <p>Opened <?=timesince($ticket['created'])?> ago</p> <p>Last modified <?=($ticket['updated'] ? timesince($ticket['updated']).' ago' : 'Never')?></p> </div>[/code]
Should be fixed now.
watch_this_project and unwatch_this_project are missing ;)
I know, I'm not finished with the notification stuff.
This is what happens when I copy/paste from older versions... I'll fix this asap.