I'm using Symfony 2.3 with Sonata Admin Bundle. I know that I can translate a label in this way:
->add('shortDescription', null, array('label'=>'shortDescriptionTranslated'))
But this is possible only with "configureFormFields" method, not for dataGrid and listFields.
Can you provide me a complete example for translating labels in global way? I have looked here (Labels in Sonata Admin Bundle) but I have no idea what to write in the xliff file.
Thanks!