no, ditch the sprintf's they are just not helping you.
Use ${points} instead.
You can't manipulate the clienttranslate() with the implode (this in not a standard string array you have created), I would try to pass the array over as a whole (not sure if that works), or you may have to go with 'string1', 'string2', etc and leave them blank if and when they are not used.
Use ${points} instead.
You can't manipulate the clienttranslate() with the implode (this in not a standard string array you have created), I would try to pass the array over as a whole (not sure if that works), or you may have to go with 'string1', 'string2', etc and leave them blank if and when they are not used.