I have this problem too, using Atahualpa Theme
I was able to use the qtranslate <!--en--> for the words in the post footer but wasnt able to get the french equivalent of my category name
how do i tell it to give me the french name for %categories-linked(', ')% ?
Here's what i did to display the text in the post footer in the appropriate language :
<!--:en-->%date('F j, Y')% | %tags-linked('Tags: ', ', ', ' | ')% Category: %categories-linked(', ')% |
%comments('Leave a comment', 'One comment', '% comments', 'Comments are closed')%
<!--:fr-->%date('F j, Y')% | %tags-linked('Tags: ', ', ', ' | ')% Categorie: %categories-linked(', ')% |
%comments('Laissez un message', 'Une commentaire', '% comments', 'Les commentaires sont finis')%