Code: Select all
$g_status_enum_string = '9: new internal bug,10:new,15:requirement changed,20:reopened,25:in analysis,28:analysed,30:in discussion,40:in planing,50:in progress,60:solved,70:in verification,75:testcase creation,78:testcase review,79:verification failed,80:verified,85:no bug,90:closed';Code: Select all
$s_status_enum_string = '9:neuer interner Fehler,10:neu,15:geänderte Anforderung,20:Wiederaufnahme,25:in Analyse,28:analysiert,30:in Klärung,40:in Einplanung,50:in Arbeit,60:gelöst,70:in Verifikation,75:Testfall wird erstellt,78:Testfall wird gereviewt,79:Verifikation fehlgeschlagen,80:verifiziert,85:kein Fehler,90:geschlossen';So I changed the configuration via webinterface:

After saving, it looks fine:

However, strings remain unchanged for this project, e.g. for state 9 there is still "neuer interner Fehler" instead of "a" displayed.
Am I doing something wrong? Or is it not possible to change the translations on a per project base?
If so, I would have to add a few new states and set appropriate translations for these new states. But this will fill the list of states more and more and is not a nice way, because in generally I'm satisfied with my states, just want to have a different translation for different projects.